ThElitEyeS
Lurker
Hey guys, My friend brought me a Xtreamer Q mobile phone with broken screen, clockworkmode is working, but USB debugging mode is disabled, I found some posts about how to enable it from adb i tried them and none of them worked.
here :
stackoverflow[.com]/questions/13326806/enable-usb-debugging-through-clockworkmod-with-adb
and from this tutorial i learnt how to edit build.prop file.
modaco[.com]/topic/328943-quick-guide-to-modifying-buildprop-with-adb/
the commands i have used are: adb pull, adb remount, adb push.
While i was under clockworkmode i mounted system and i pulled build.prop then i added this line to it persist.service.adb.enable=1, used remount then pushed the file after that reboot, but i couldn't find the device in adb when it have booted normaly.
Next i tried to set adb_enabled to 1 in /data/data/com.android.providers.settings/databases/settings.db by following some steps from here
forum.xda-developers[.com]/showthread.php?t=774507.
and it also didn't worked "The device was not listed".
Also i have tried this zip file from clockworkmode it didn't work too...
android.stackexchange[.com]/questions/54487/install-adb-enabled-setting-from-zip
My files after editing are attached, wish somebody can help me to enable it.
The phone do not support USB otg cable
delete the [] around .com i can't post links because i am new..
The phone rom is android 4.3.2
http://www.xtreamer.net/downloads/xtreamer-mobile-downloads/xtreamer-q.aspx
here :
stackoverflow[.com]/questions/13326806/enable-usb-debugging-through-clockworkmod-with-adb
and from this tutorial i learnt how to edit build.prop file.
modaco[.com]/topic/328943-quick-guide-to-modifying-buildprop-with-adb/
the commands i have used are: adb pull, adb remount, adb push.
While i was under clockworkmode i mounted system and i pulled build.prop then i added this line to it persist.service.adb.enable=1, used remount then pushed the file after that reboot, but i couldn't find the device in adb when it have booted normaly.
Next i tried to set adb_enabled to 1 in /data/data/com.android.providers.settings/databases/settings.db by following some steps from here
forum.xda-developers[.com]/showthread.php?t=774507.
and it also didn't worked "The device was not listed".
Also i have tried this zip file from clockworkmode it didn't work too...
android.stackexchange[.com]/questions/54487/install-adb-enabled-setting-from-zip
My files after editing are attached, wish somebody can help me to enable it.
The phone do not support USB otg cable
delete the [] around .com i can't post links because i am new..
The phone rom is android 4.3.2
http://www.xtreamer.net/downloads/xtreamer-mobile-downloads/xtreamer-q.aspx



ADB pull should work with both to get files off, but still can't bypass ADB Authentication
. I'm guessing that it should be fairly straight-forward to monkey with more stuff on the device given this info. The xtreamer websites aren't loading well for me here at work, so I can't do too much more research re. this, but I'll have a peek again tonight to see if I can find a .zip file with a stock boot.img in it that could be tweaked.