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

Root Help!, how to clear init.d?

Tito23p

Well-Known Member
I was messing with some scripts and now got a boot loop
Is there a way to clear init.d via CWM?
already tried wipe cache, dalvik and fix permissions, but nothing :(
 
I was messing with some scripts and now got a boot loop
Is there a way to clear init.d via CWM?
already tried wipe cache, dalvik and fix permissions, but nothing :(

set up adb and while its bootlooping do these commands:

adb remount
adb shell rm /system/etc/init.d/nameofscript
adb reboot

or to delete the folder do:

adb shell rm -rf /system/etc/init.d
 
set up adb and while its bootlooping do these commands:

adb remount
adb shell rm /system/etc/init.d/nameofscript
adb reboot

or to delete the folder do:

adb shell rm -rf /system/etc/init.d

I'm on CM10 ... i think adb doesn't work here, or it does? :confused:
 
Well, since i dont have any of the devolp tools on my pc, I had to change a corrupted HDD a few weeks ago, i gonna take this opportunity to test AOKP with the v3 Hyper kernel, thanks! ;)
 
Back
Top Bottom