yessir i do...
What do you get when typing
adb devices
Do you get your serial number?
yessir i do...
when i try to push the file i keep getting an error "device not found" ? didn't have this problem with my hero so not sure...
Step 4:
adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage
adb push su /data/local/tmp/
adb push busybox /data/local/tmp/
adb shell
chmod 4755 /data/local/tmp/rageagainstthecage
chmod 4755 /data/local/tmp/busybox
cd /data/local/tmp
./rageagainstthecage (let things sit a couple minutes (2), your phone will disconnect from the computer and you'll be removed from your ADB session)
adb shell This should return a "#" symbol instead of a "$" symbol. If it does you're good. If not go back and start from the beginning of step 4
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
cd /data/local/tmp
./busybox cp su /system/bin
./busybox cp busybox /system/bin
cd /system/bin
chmod 4755 su
chmod 4755 busybox
exit
exit
Using a Mac to Root the LG Optimus S
I originally used a PC to root my LG Optimus S however I primarily use a Mac and wondered if there was an easy way to do it. I’ve decided to write this guide for people using a Mac primarily because there are some steps you can skip vs. using a PC. As always you can use Z4Root but there is something about knowing some of the ADB Commands that you should people should be familiar with.
Nice. Ksmith, I vote you add a link to this post on the first page!
Hope everyone that benefits from the MAC post, or is just generous, gives mfldmike a "thanks" (button is on the bottom of his post #225). Love it when people jump in with stuff like that.
I sent him a thanks even though I don't use a Mac. As an Ubuntu user, I know what it is like to try to adapt Windows-specific instructions to meet my needs. I just got my phone last night and was able to root it at work this morning on my work XP machine, but tonight I'm going to try to get it working on Ubuntu. If successful, I'll post a similar Ubuntu guide to mfldmike's Mac guide.
I sent him a thanks even though I don't use a Mac. As an Ubuntu user, I know what it is like to try to adapt Windows-specific instructions to meet my needs. I just got my phone last night and was able to root it at work this morning on my work XP machine, but tonight I'm going to try to get it working on Ubuntu. If successful, I'll post a similar Ubuntu guide to mfldmike's Mac guide.
I would think the Ubuntu instructions would be quite similar just because of the O.S.'s.
I sent him a thanks even though I don't use a Mac. As an Ubuntu user, I know what it is like to try to adapt Windows-specific instructions to meet my needs. I just got my phone last night and was able to root it at work this morning on my work XP machine, but tonight I'm going to try to get it working on Ubuntu. If successful, I'll post a similar Ubuntu guide to mfldmike's Mac guide.
Oh gosh, please do. I'm an Ubuntu user, but a complete noob at it still in spite of >1 year of it being my only OS. I get my Optimus tomorrow, and I'm already wanting to root it.
Feeling like a total idiot, but when i reach the part in step 4 to push the files with adb, i get no transfers, instead i get "175 KB/s <0 bytes in 5392.000s>, the phone is connected but doesn't seem to accept the files, also, again at the risk of sounding dumb, this might be because i don't seem to have the option to connect my phone as "charge only", the option isn't available anywhere that i can see
thanks for the effort!
Nice. Personally I would recommend starting a new thread for a new set of instructions, that way people can ask platform specific instructions if they have problems/questions.
Then again, if those don't get as many views as the original thread, I suppose it might fragment the helpful responses and alienate some users. I dunno, just trying to think of how to help keep this straight forward and informative for everyone.