Quote:
Originally Posted by mdp
Summon the (original Android) settings through 'am', as mentioned in other posts (I cannot search for you ATM).
EDIT: well it did not take much to search it, it's in your quote.
You can do it through Term.apk (or similar) if not from ADB.
|
adb shell am start -n com.android.settings/.DevelopmentSettings
EDIT: and if you want to reboot to recovery/download mode :
"adb reboot recovery" (tested ok)
or
"adb reboot download" (not tested)