Quote:
Originally Posted by kj5200
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.