Prasys Posted November 29, 2006 Share Posted November 29, 2006 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 Link to comment Share on other sites More sharing options...
boo50 Posted December 12, 2006 Share Posted December 12, 2006 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: tell application "Internet Connect" launch -- starts in background try connect end try quit end tell i make application with this code and just put it in dock and right-click - open at login, and remove it from dock. i need a script, which will alllow me to reconnect my vpn, when disconnected. can you help? Link to comment Share on other sites More sharing options...
Rammjet Posted December 12, 2006 Share Posted December 12, 2006 What if you left that script in the Dock and click on it. Will it reconnect then? Link to comment Share on other sites More sharing options...
user2 Posted December 12, 2006 Share Posted December 12, 2006 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. Link to comment Share on other sites More sharing options...
Rammjet Posted December 12, 2006 Share Posted December 12, 2006 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. Link to comment Share on other sites More sharing options...
Hagar Posted December 12, 2006 Share Posted December 12, 2006 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... Link to comment Share on other sites More sharing options...
errandwolfe Posted December 12, 2006 Share Posted December 12, 2006 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. Link to comment Share on other sites More sharing options...
NeSuKuN Posted December 12, 2006 Share Posted December 12, 2006 (edited) I need an script/automator that makes safari bid at certain time for a certain item on eBay, possible? Edited December 12, 2006 by NeSuKuN Link to comment Share on other sites More sharing options...
user2 Posted December 12, 2006 Share Posted December 12, 2006 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 love it. Link to comment Share on other sites More sharing options...
Rammjet Posted December 12, 2006 Share Posted December 12, 2006 I need an script/automator that makes safari bid at certain time for a certain item on eBay, possible? There are some apps out there to do that function. Maybe they will work, like BidNoble and others - http://pure-mac.com/auctions.html Link to comment Share on other sites More sharing options...
Kaspers Posted December 12, 2006 Share Posted December 12, 2006 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. Link to comment Share on other sites More sharing options...
user2 Posted December 13, 2006 Share Posted December 13, 2006 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. 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? Link to comment Share on other sites More sharing options...
Rammjet Posted December 13, 2006 Share Posted December 13, 2006 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. Link to comment Share on other sites More sharing options...
boo50 Posted December 15, 2006 Share Posted December 15, 2006 What if you left that script in the Dock and click on it. Will it reconnect then? if connection established - nothing happen if it disconnect - sure when i click - it connect again. Link to comment Share on other sites More sharing options...
Neonkoala Posted January 1, 2007 Share Posted January 1, 2007 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? Link to comment Share on other sites More sharing options...
siddharth Posted January 24, 2007 Share Posted January 24, 2007 can someone teach me how to create packages? that would be great help.... Link to comment Share on other sites More sharing options...
JaccoH Posted February 11, 2007 Share Posted February 11, 2007 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.co.uk/acer_acpi/acer_acpi_main.html Cant hurt to ask right? Link to comment Share on other sites More sharing options...
dataslut Posted February 27, 2007 Share Posted February 27, 2007 (edited) 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.co.uk/acer_acpi/acer_acpi_main.html Cant hurt to ask right? That would be awesome! can someone please port it?! Edited February 27, 2007 by dataslut Link to comment Share on other sites More sharing options...
yoda75 Posted March 23, 2007 Share Posted March 23, 2007 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? Link to comment Share on other sites More sharing options...
TinFoil209 Posted August 8, 2007 Share Posted August 8, 2007 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! Link to comment Share on other sites More sharing options...
enzobelmont Posted August 8, 2007 Share Posted August 8, 2007 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. ONE MORE petition please...... X200.... we need QE/CI badly thanks in advance. Link to comment Share on other sites More sharing options...
enzobelmont Posted August 8, 2007 Share Posted August 8, 2007 from post 4 from this thread... http://forum.insanelymac.com/index.php?sho...c=57678&hl= prasys said: "I just gave up on it. Its useless to run OSX on that laptop Therefore I still prefer my iBook...It still rocks" it's a shame... we realy feel sad about the X200m current development... Link to comment Share on other sites More sharing options...
enzobelmont Posted August 19, 2007 Share Posted August 19, 2007 here's other petition: USB devices working on X200, keeping Keyboard and synaptics (PS2) working as well. Link to comment Share on other sites More sharing options...
capybara Posted August 31, 2007 Share Posted August 31, 2007 i would like to see a page here [or in the wiki] with 3 columns only: Hardware_Component........... use_this_kext............. find_it_here..................... [for example] Intel 2011 wifi card ..............IO80211family.kext................................................ ............................................from 10.4.7 update......... http://www.foo.com/downloads imho this will be a real time saver! Link to comment Share on other sites More sharing options...
JeffroDH Posted March 25, 2008 Share Posted March 25, 2008 I would like someone to port a kext for the Creative's X-Fi Cards. Failing this, could someone direct me to a location where I might learn how to write and modify kexts? I'll do it myself, but I can't find anywhere that gives a good tutorial. Gracias Link to comment Share on other sites More sharing options...
Recommended Posts