• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root ADB question

jfoley420

Member
Was wondering if anyvody knows what steps i do to restore adb shell on pc...it opens when i try to run adb shell and then closes immediatly..also if i have phone plugged into usb port on pc and reboot the phone it stays on the bootloader screen... thought it was the cm rom i installed so i went back to superrom ..still same.
 
No clue how to get adb working in windoze. As an alternative most things can be done in terminal emulator. Terminal emulator is already in the equivalent of adb shell when you open it, so just type the commands leaving out the adb shell part. Examples:

Using adb on pc
Code:
adb shell
su
cp /system/app/Music.apk /sdcard/Music.apk

In terminal emulator
Code:
su
cp /system/app/Music.apk /sdcard/Music.apk
 
ahh yeah everything went back to normal after installing your rom again... is the drivers or something diff when installing that cm11 rom?
 
ahh yeah everything went back to normal after installing your rom again... is the drivers or something diff when installing that cm11 rom?

Everything is different with cm11, especially considering it is a beta and not finished.
 
Back
Top Bottom