Stuck with infinite boot loop

Woody619

Member
Mar 22, 2011
9
0
My tablet was dead for about a day. I charged it fully and when I turned it on it was stuck on the boot animation. Now, the boot animation is not the default animation. I rooted my tablet and installed an animation using Absolute System about a month ago with no problems. This is the first time this has happened.

I read about safe mode, but do I need to just remove the animation or is there something else I need to do?

Thanks for any help!
 
Last edited:

Woody619

Member
Mar 22, 2011
9
0
If I take out the external sd card, it will load. However,all my apps are on the internal sd card and none of them are showing up except for a select few. If I put the external sd card back in, I get the infinite loop each time.
 

goodoane

Senior Member
Nov 25, 2010
269
90
What are you use for application to sdcard.If you use link2sd then you need to edit your script to make a double mount because our tablet use a dynamic mount of the sdcard.

This is for link2sd

#!/system/bin/sh
#added by link2sd
sleep 2
mount -t vfat /dev/block//vold/179:2 /data/sdext2
mount -t vfat /dev/block//vold/179:18 /data/sdext2

This is for a2sd
mount -t ext2 /dev/block//vold/179:18 /system/sd
mount -t ext2 /dev/block//vold/179:2 /system/sd

Sent from my S7 using Tapatalk
 
Last edited:
Top