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

Root [Fixed]Bootloop again

ryanb876

Newbie
Hey guys. I managed to bootloop my phone again. I know what I need to do but I can't get it to work.

All I need to do is push 4 files to /system/framework/

When I try ADB shell I get this:
PHP:
> adb shell
shell@android:/ $
Then when I type su this is what I get:
PHP:
]> adb shell
shell@android:/ $ su
su
I'm baffled. It worked before.

Then I restart cmd and I try adb shell su then nothing happens.

My last resort is a factory reset which would work but I want to see if I can repair this.
 
kill adb server.. remove battery... then go to FTM... try again.... I too faced this, on my windows 7, i use to stuck on su, but when i tried on office xp.. it works fine... another weird strange behavior from ZTE.

try official zte driver.....
 
didn't work. I tried uninstalling the drivers to see if that would do anything. Now the abd interface wont even work. Im going to do factory reset.
 
I did a restore of my computer to get the usb drivers back as I could not find them online.

For some reason adb shell su works now.

I run these commands:
PHP:
su
 mount -o rw,remount -t ext4 /system
chmod 777 /system
 exit
 exit
 adb push services.jar /system/framework

and I get Permission Denied.
 
Here you go bro,


PHP:
su
mount -o rw,remount -t ext4 /system
chmod 777 /system/framework/
exit
exit
adb push services.jar /system/framework/

works. I personally tried it for you, to check if it works by pushing dummy........

:D
 
Once again, Steve has done the impossible. I truly thank you steve for all your help. The phone is fixed.

Steve is the ADB god.
 
Hahahaha.. no problem.. Wat You were doing with framework files lol?

Btw, how you did sdcard mounting for pushing services.jar file?
 
Back
Top Bottom