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

Root Chainfire3d boot-loop fixed. Thanks Steve!!!

ryanb876

Newbie
I would like to thank stevestone for fixing my bootlooped VM supreme.

I bootlooped my phone by installing chaninfire3d which was stupid.

Steve ran a couple commands in adb shell and finally he used this one.

PHP:
sh /system/lib/cf3d_uninstall.sh

This one did something and the phone automatically restarted with that annoying startup sound, and it was the best thing I heard all day.

So if any of you stupidly install Chainfire3d as I did, run adb shell and enter that command.

Thanks again Steve!
 
I would like to thank stevestone for fixing my bootlooped VM supreme.

I bootlooped my phone by installing chaninfire3d which was stupid.

Steve ran a couple commands in adb shell and finally he used this one.

PHP:
sh /system/lib/cf3d_uninstall.sh

This one did something and the phone automatically restarted with that annoying startup sound, and it was the best thing I heard all day.

So if any of you stupidly install Chainfire3d as I did, run adb shell and enter that command.

Thanks again Steve!

Don't forget to press the Thanks button to steve!:)
 
Thanks for getting me Thanks..... :D

Still i am not able to figure out mounting of sdcard in adb on FTM mode...

If anyone can figure it out, IT WILL BE GREAT HELP FOR SOFT brickers.
pushing small file sizes to root and then DD is not a big deal. But when it comes to system.img we need Sdcard to push in... IT can cure major soft bricks...
 
not why people are trying to swap out the gpu drivers from their qualcomm series 4 processor for older tegra 2 ones.

anyways, id suggest trying this out guys lte2recovery worked on the zte avid until we got recovery fully working.
 
Well, the reason I installed the gpu drivers was to try and solve an issue I was having with some 3d games. On some games, there would be smearing or trailing. Ill start a new thread once I get a good picture.
 
I bricked my OneTouch Evolve 5020T by installing ChainFire3D

After a couple hours trying to follow the solution another person suggested...
Under TWRP, click Mount, click System, then go back to Home page.
Click Advance, click File Manager, browse to /system/lib
Look for libGLESv1_CM.so and rename it to libGLESv1_CMcf.so
Then, look for libGLESv1_CM_ORG_CF3D.so and rename it to libGLESv1_CM.so
Then, click chmod and change it to 644.
Look for libGLESv2.so and rename it to libGLESv2cf.so
Then, look for libGLESv2_ORG_CF3D.so and rename it to libGLESv2.so
Then, click chmod and change it to 644.
Reboot and wait. Phone is fixed.
This wasn't working, I kept getting permission denied, tried mounting as RW and couldn't get it done. This thing is bootloader locked...
I spent another hour or so trying to resolve the permission denied issue.. And ran across this thread here.

So I ran the commands, and thought it wasn't going to work. Here's what happened.

I opened command prompt in the sdk platfoorm-tools directory, ran "adb shell" then "su" and then used the code you gave me here.

Code:
root@android:/ # sh /system/lib/cf3d_uninstall.sh
sh /system/lib/cf3d_uninstall.sh
rm failed for /system/lib/cf3d_sh, No such file or directory
usage: reboot [-n] [-p] [rebootcommand]
With all the errors, I didn't think it would work, but sure enough, the phone immediately rebooted after entering the command and is working now.
 
I have the same problem.. but another problem i have is usb debugging is off. adb cannot detect my device . please helpp
:( working on this since march
 
Hello everyone ! Please help somebody !!! After I made the phone wipe system, cache and dalvik, he ceased to be loaded . When you press the Power button , the red LED and a black screen. The system is defined as the DFU COM 3. What could it be ?
 
Lets agree to disagree. I dont know, how it worked.. LOL

It throw us an error.. but it worked.. LOL
Steve if i put my phone on a factory data reset and it is still looped does that mean i erased the usb debugging setting and if so how do i put it on for adb shell to work
 
I would like to thank stevestone for fixing my bootlooped VM supreme.

I bootlooped my phone by installing chaninfire3d which was stupid.

Steve ran a couple commands in adb shell and finally he used this one.

PHP:
sh /system/lib/cf3d_uninstall.sh

This one did something and the phone automatically restarted with that annoying startup sound, and it was the best thing I heard all day.

So if any of you stupidly install Chainfire3d as I did, run adb shell and enter that command.

Thanks again Steve!
Please run me through the steps
 
Back
Top Bottom