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

Root wont turn on

See if you can get into recovery mode by pushing the up+ down volume keys + power button if it goes into recovery mode there's still some hope left try that and let us know how it goes?!
 
what recovery are u using?

We still have stock recovery :(

Anyways, if you know anything about adb, then there is hope. Boot your phone into lte calibration mode (vol down +power), wait till the white screen appears and says calibrating. Now plug in usb and connect to pc and you should be able to access phone via adb, only thing is, that you wont be able to access the sdcard, as it's not mounted by the system. You can however push/pull files to the system.
 
alot of work to do, ok so if adb is usable then let someone with a build.prop lend u it and push it straight from the computer as so, adb remount
adb shell rm /system/build.prop
adb push \path\to\build.prop /system/build.prop
adb shell chmod 644 /system/build.prop
 
alot of work to do, ok so if adb is usable then let someone with a build.prop lend u it and push it straight from the computer as so, adb remount
adb shell rm /system/build.prop
adb push \path\to\build.prop /system/build.prop
adb shell chmod 644 /system/build.prop

adb wont recognize my device when i plug it into the computer,also i have no idea where to get the correct drivers for it to connect pleasee help
 
Back
Top Bottom