Hey guys and gals,
Since this is a new project , I would like your input. Thats right , just say what is your need and we might able to get that working , thus making your life easier. I am focusing on stuff that people do require [Please do not ask me for drivers and stuff like that] such as easy Kernel Updater and stuff like that. That makes our lifes even easier
So if you need something , dont panic , dont run around in circles. Just post it here and I will see if I could help you out with that
Thank you
43 replies to this topic
#1
Posted 29 November 2006 - 02:09 AM
#2
Posted 12 December 2006 - 12:43 PM
hi. i have an PPTP internet connection throught VPN.
and i've made easy script what allow me to auto connect vpn after boot.
here's the code:
i need a script, which will alllow me to reconnect my vpn, when disconnected.
can you help?
and i've made easy script what allow me to auto connect vpn after boot.
here's the code:
- tell application "Internet Connect"
- launch -- starts in background
- try
- connect
- end try
- quit
- end tell
i need a script, which will alllow me to reconnect my vpn, when disconnected.
can you help?
#3
Posted 12 December 2006 - 01:40 PM
#4
Posted 12 December 2006 - 02:43 PM
I would like to see a generic installer that would allow the insertion of kexts specific to your system. For example the kext for your specific network card or audio. I have been playing around with adding packages to my install disk and this would be great. I have no idea how to implement something like this or if it's even possible but I envision something like and installer that you could select "show package contents" and have a user kexts folder that you could drop in all the kexts you wanted to install.
#5
Posted 12 December 2006 - 03:08 PM
The way the install DVD works, it would be hard to make it simple and elegant for all users, but there might be an ugly approach.
I have been conceiving of an installer for newbies whereby you place files you want installed into a folder and run the install application. It looks at the folder and if it can tell where the file(s) go(es) (like a kext), it backs up the old kext and installs the new one and cleans up whatever (kext caches, permissions, etc). If it can't figure out where to install, it leaves the file in the folder and gives an error message. Alternately, it could ask the user where to put the file.
Now, real install packages run a script after installation called a postflight script. The postflight script could be modified to call my unelegant installer which then installs anything it finds in a particular folder. There would be no GUI involved - if it is in the folder, it gets installed.
A user or another app could open an iso file as read/write, add the command to the postfilight script, add the new install script to the iso in a particular location and add the folder of files to be installed in a particular location. Then save the iso. When the new DVD is run, the regular install takes place and then during the postflight cleanup phase, the other files get installed.
I have been conceiving of an installer for newbies whereby you place files you want installed into a folder and run the install application. It looks at the folder and if it can tell where the file(s) go(es) (like a kext), it backs up the old kext and installs the new one and cleans up whatever (kext caches, permissions, etc). If it can't figure out where to install, it leaves the file in the folder and gives an error message. Alternately, it could ask the user where to put the file.
Now, real install packages run a script after installation called a postflight script. The postflight script could be modified to call my unelegant installer which then installs anything it finds in a particular folder. There would be no GUI involved - if it is in the folder, it gets installed.
A user or another app could open an iso file as read/write, add the command to the postfilight script, add the new install script to the iso in a particular location and add the folder of files to be installed in a particular location. Then save the iso. When the new DVD is run, the regular install takes place and then during the postflight cleanup phase, the other files get installed.
#6
Posted 12 December 2006 - 03:20 PM
that last suggesttion put me in mind of an idea I had a while back.. no idea how feasible, but if it were possible to have multiple kextcaches on the boot DVD, that could be selected by an option at bootup (or better still a menu) this would allow much wider hardware support for booting (& installing from) the DVD..
I have no clue how such a thing would be written, whether it could be integrated into com.Apple.boot.plist or whether it would have to be integrated into the bootsector...
I have no clue how such a thing would be written, whether it could be integrated into com.Apple.boot.plist or whether it would have to be integrated into the bootsector...
#7
Posted 12 December 2006 - 03:30 PM
I don't think this would qualify as a script, but since I see the kernel heavy hitters are here, please I beg of you help us ATI x200 users get the video card working! There is a large user base that has the x200 on their laptops and for most of us we have everything BUT the x200 working. I am sorry but without QE/CI it just isnt a very functional OS. Even simple DVD playback is a major issue.
If there are any of you kings of the kernel out there who would be willing to take up the challenge, PM me and I can point you to all the information we have compiled so far.
If there are any of you kings of the kernel out there who would be willing to take up the challenge, PM me and I can point you to all the information we have compiled so far.
#8
Posted 12 December 2006 - 04:03 PM
I need an script/automator that makes safari bid at certain time for a certain item on eBay, possible?
Edited by NeSuKuN, 12 December 2006 - 04:05 PM.
#9
Posted 12 December 2006 - 04:48 PM
Rammjet, on Dec 12 2006, 03:08 PM, said:
The way the install DVD works, it would be hard to make it simple and elegant for all users, but there might be an ugly approach.
I have been conceiving of an installer for newbies whereby you place files you want installed into a folder and run the install application. It looks at the folder and if it can tell where the file(s) go(es) (like a kext), it backs up the old kext and installs the new one and cleans up whatever (kext caches, permissions, etc). If it can't figure out where to install, it leaves the file in the folder and gives an error message. Alternately, it could ask the user where to put the file.
Now, real install packages run a script after installation called a postflight script. The postflight script could be modified to call my unelegant installer which then installs anything it finds in a particular folder. There would be no GUI involved - if it is in the folder, it gets installed.
A user or another app could open an iso file as read/write, add the command to the postfilight script, add the new install script to the iso in a particular location and add the folder of files to be installed in a particular location. Then save the iso. When the new DVD is run, the regular install takes place and then during the postflight cleanup phase, the other files get installed.
I have been conceiving of an installer for newbies whereby you place files you want installed into a folder and run the install application. It looks at the folder and if it can tell where the file(s) go(es) (like a kext), it backs up the old kext and installs the new one and cleans up whatever (kext caches, permissions, etc). If it can't figure out where to install, it leaves the file in the folder and gives an error message. Alternately, it could ask the user where to put the file.
Now, real install packages run a script after installation called a postflight script. The postflight script could be modified to call my unelegant installer which then installs anything it finds in a particular folder. There would be no GUI involved - if it is in the folder, it gets installed.
A user or another app could open an iso file as read/write, add the command to the postfilight script, add the new install script to the iso in a particular location and add the folder of files to be installed in a particular location. Then save the iso. When the new DVD is run, the regular install takes place and then during the postflight cleanup phase, the other files get installed.
I love it.
#10
Posted 12 December 2006 - 04:52 PM
NeSuKuN, on Dec 12 2006, 11:03 AM, said:
I need an script/automator that makes safari bid at certain time for a certain item on eBay, possible?
#11
Posted 12 December 2006 - 09:46 PM
I require a reforming of the Wiki main page, you can't just browse to several pages, only way to do is the search..
This really needs to be updated to get the full experience of the Wiki.
This really needs to be updated to get the full experience of the Wiki.
#12
Posted 13 December 2006 - 12:00 AM
Rammjet, on Dec 12 2006, 03:08 PM, said:
The way the install DVD works, it would be hard to make it simple and elegant for all users, but there might be an ugly approach.
I have been conceiving of an installer for newbies whereby you place files you want installed into a folder and run the install application. It looks at the folder and if it can tell where the file(s) go(es) (like a kext), it backs up the old kext and installs the new one and cleans up whatever (kext caches, permissions, etc). If it can't figure out where to install, it leaves the file in the folder and gives an error message. Alternately, it could ask the user where to put the file.
Now, real install packages run a script after installation called a postflight script. The postflight script could be modified to call my unelegant installer which then installs anything it finds in a particular folder. There would be no GUI involved - if it is in the folder, it gets installed.
A user or another app could open an iso file as read/write, add the command to the postfilight script, add the new install script to the iso in a particular location and add the folder of files to be installed in a particular location. Then save the iso. When the new DVD is run, the regular install takes place and then during the postflight cleanup phase, the other files get installed.
I have been conceiving of an installer for newbies whereby you place files you want installed into a folder and run the install application. It looks at the folder and if it can tell where the file(s) go(es) (like a kext), it backs up the old kext and installs the new one and cleans up whatever (kext caches, permissions, etc). If it can't figure out where to install, it leaves the file in the folder and gives an error message. Alternately, it could ask the user where to put the file.
Now, real install packages run a script after installation called a postflight script. The postflight script could be modified to call my unelegant installer which then installs anything it finds in a particular folder. There would be no GUI involved - if it is in the folder, it gets installed.
A user or another app could open an iso file as read/write, add the command to the postfilight script, add the new install script to the iso in a particular location and add the folder of files to be installed in a particular location. Then save the iso. When the new DVD is run, the regular install takes place and then during the postflight cleanup phase, the other files get installed.
Rammjet could an exsisting installers postflight script be modifeid to add kexts to the install disk and is this something you are currently working on?
#13
Posted 13 December 2006 - 12:11 AM
Yes, the postflight is only a shell script stored in the Resources folder of the package. It is not even in the compressed archive so it is easy to get to. An app would only have to add a single line to the shell script to call the new script that does the additional installations and cleanup.
I am not currently working on the installer I mentioned. It is a concept I have considered and put it on my list of possible things to do.
I am not currently working on the installer I mentioned. It is a concept I have considered and put it on my list of possible things to do.
#14
Posted 15 December 2006 - 08:30 AM
Quote
What if you left that script in the Dock and click on it. Will it reconnect then?
if it disconnect - sure when i click - it connect again.
#15
Posted 01 January 2007 - 12:12 PM
Idea: Homebrew Software update
Description: A custom version of Apple's Software Update for HAckintosh users that uses a server to check for the latest updates (JaS 10.4.8 or new kernel for example) then the software downloads them via an integrated bittorrent client - ease of use to stop people using the official OS updates and hosing their system.
Just an idea... thoughts?
Description: A custom version of Apple's Software Update for HAckintosh users that uses a server to check for the latest updates (JaS 10.4.8 or new kernel for example) then the software downloads them via an integrated bittorrent client - ease of use to stop people using the official OS updates and hosing their system.
Just an idea... thoughts?
#16
Posted 24 January 2007 - 05:47 PM
can someone teach me how to create packages?
that would be great help....
that would be great help....
#17
Posted 11 February 2007 - 09:55 AM
Ok ok ..
Im asking:
Can someone please make a small tool to enable my Wifi? The card is detected but the radio is off. See this site for some linux code:
http://www.archernar..._acpi_main.html
Cant hurt to ask right?
Im asking:
Can someone please make a small tool to enable my Wifi? The card is detected but the radio is off. See this site for some linux code:
http://www.archernar..._acpi_main.html
#18
Posted 27 February 2007 - 03:55 PM
JaccoH, on Feb 11 2007, 10:55 AM, said:
Ok ok ..
Im asking:
Can someone please make a small tool to enable my Wifi? The card is detected but the radio is off. See this site for some linux code:
http://www.archernar..._acpi_main.html
Cant hurt to ask right? 
Im asking:
Can someone please make a small tool to enable my Wifi? The card is detected but the radio is off. See this site for some linux code:
http://www.archernar..._acpi_main.html
That would be awesome! can someone please port it?!
Edited by dataslut, 27 February 2007 - 03:56 PM.
#19
Posted 23 March 2007 - 08:43 PM
First I'll start by saying that I know very sub-basic stuff about apple scripting. I was wondering if this would work. Would it be possible to write a script as part of the install DVD that could look at your hardware specs and automatically chose the right install packages for you? I was thinking that maybe the script could autorun system profiler and read your specs (can scripts read?) and then choose custom install items based on what system profiler said. Is this possible? If so, how hard would it be to integrate it into an install/live DVD?
#20
Posted 08 August 2007 - 09:05 PM
I'm with errandwolfe and 2nd the motion for x200 support. Tons of these laptops are floating around. Also it appears some new kext's from 10.4.10 circle around the ATI mobility's. Possibly help with the whole memory sharing thing?
I pray to the mac dev gods!
Thank u!
I pray to the mac dev gods!
Thank u!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








