whats your battery at?
i usually mount sytem, but some dont.
wodnering possible other issue with rom install? doesnt seem like it would work without a theme if so....
So when you do a recovery, how does the phone act when booted? Is it from the backup you did after installing Apex?
Can you reboot it a few times to make sure everything is good?
whats your battery at?
i usually mount sytem, but some dont.
wodnering possible other issue with rom install? doesnt seem like it would work without a theme if so....
So when you do a recovery, how does the phone act when booted? Is it from the backup you did after installing Apex?
Can you reboot it a few times to make sure everything is good?
Well, I'd like for him to reboot the phone at least 2 times before trying to install anything. See if maybe it's not the theme we are having trouble with.
Well, I'd like for him to reboot the phone at least 2 times before trying to install anything. See if maybe it's not the theme we are having trouble with.
proceed with installing zipfile from sd card as usual.. It'll be fine this time. Any theme should work i"m almost 100 percent sure this is your issue. It's a newbie mistake.
Chris, You are ahead of me, I always forget to make backups and .sbfs. I think I'll have to go read! Just wanted to say, welcome to the BEST DX community around. These guys are great.
proceed with installing zipfile from sd card as usual.. It'll be fine this time. Any theme should work i"m almost 100 percent sure this is your issue. It's a newbie mistake.
also, I mentioned this earlier, but in case you didn't see it, you only need to hit the reboot recovery button in bootstrap once it has been granted super user privilege.
So I've been reading..all 147 posts. I think at this point if I were in his shoes I would do the following. I don't view SBF'ing a big hurdle so that's my say. It fixes problems quick style.
1. back up
2. SBF the phone or maderstock.zip
3. re-root using z4.
4. install bootstrapper and make backup of stock rom
5. install apex in clockwork mod.
6. reboot
7. make backup of stock apex
8. apply theme that is known to be successful like VoidedSaints
And here is how the whole mount /system business works: When installing a theme the recovery looks to updater-script file in the update.zip (/META-INF/com/google/android/updater-script) to handle the distribution of packages. This file can be edited in a text editor (I use gedit in linux).
In this file you commonly see:
ui_print(" text here ") //this prints text in quotes to the install screen.
mount("ext3", "/dev/block/mmcblk1p21", "/system"); //this mounts the system partition for the next step.
show_progress(0.500000, 10); //progress bar
package_extract_dir("system", "/system"); // this tells recovery to install the system directory in the update.zip to /system on the device.
unmount("/system"); unmount /system
So if the theme developer is doing it right then that would be included in the updater-script so you don't have to mount anything.
So I've been reading..all 147 posts. I think at this point if I were in his shoes I would do the following. I don't view SBF'ing a big hurdle so that's my say. It fixes problems quick style.
1. back up
2. SBF the phone or maderstock.zip
3. re-root using z4.
4. install bootstrapper and make backup of stock rom
5. install apex in clockwork mod.
6. reboot
7. make backup of stock apex
8. apply theme that is known to be successful like VoidedSaints
And here is how the whole mount /system business works: When installing a theme the recovery looks to updater-script file in the update.zip (/META-INF/com/google/android/updater-script) to handle the distribution of packages. This file can be edited in a text editor (I use gedit in linux).
In this file you commonly see:
ui_print(" text here " //this prints text in quotes to the install screen.
mount("ext3", "/dev/block/mmcblk1p21", "/system" //this mounts the system partition for the next step.
show_progress(0.500000, 10); //progress bar
package_extract_dir("system", "/system" // this tells recovery to install the system directory in the update.zip to /system on the device.
unmount("/system" unmount /system
So if the theme developer is doing it right then that would be included in the updater-script so you don't have to mount anything.
Eventhough in the zips I create I include mounting system or whatever it is that will be mounted, I still mount in bootstrap simply because it's an easy step and it doesn't hurt anything (though not necessary as you mentioned if done properly in the updater script)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.