What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

System error?

SCDroid

Member
Everytime i reboot i have a window popup saying i have a system error and has force close or wait and either way it turns black and i have to pull the battery and then it reboots fine. Only been doing this since 1.3.1. anyone else have this problem?
 
This happens at every reboot?

I know the cause is my startup script, but it usually only happens when you restore an Apex nandroid or if you install a theme that changes the services.jar.

Here's a quick fix for now, while I look into the issue a little more. In terminal:

Code:
su
sys -rw
cd /system/usr/bin
mv setup_bt.sh setup_bt
sys -ro
reboot
 
Back
Top