View Single Post
  #17 (permalink)  
Old 02-25-2010, 10:36 AM
bradart's Avatar
bradart
Officer Android
Offline
Location: Right behind you.
 
Join Date: Jan 2009
Posts: 1,895
Reputation: 2614
bradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to bradart Send a message via MSN to bradart Send a message via Skype™ to bradart
Re: How Do You Boot Into Recovery??

Quote:
Originally Posted by kj5200 View Post
How do I access the command line considering I used the one click root?
The one click root has no effect on whether or not you can access the adb shell. If you have the sdk installed, you just
Code:
c:\
cd c:\(wherever you have the sdk installed)
cd tools
adb devices
////at this point it will show you if your phone is atalking to the computer properly
mount -0,rw -t remount yaffs2 /dev/block/mtdbolck3 /system
and go nuts.

if you dont have the sdk, get it.
__________________
Olympic-class smoker since 2005.

Sponsored by Kools.
Reply With Quote