Guest Cyda Posted March 5, 2013 Report Posted March 5, 2013 No, the colors when phone are loading ;) Download the rom from the OP, open the zip and you will find the bootanimation.zip in the /system/media/ folder.
Guest dalyer Posted March 5, 2013 Report Posted March 5, 2013 (edited) Dumb question time again - how do I make the wallpaper plain black? Do I have to take a black photo and choose it from the gallery?! :blush: Edited March 5, 2013 by dalyer
Guest dalyer Posted March 5, 2013 Report Posted March 5, 2013 (edited) Thanks - didn't think I'd need an app for it! :D Edit: anybody know where the default Stock+ wallpaper is stored in case I want to revert to it? Searched in ES File Explorer but couldn't find it. Edit again: ah - found it: /data/data/com.android.settings/files/wallpaper Edited March 5, 2013 by dalyer
Guest sebag2 Posted March 5, 2013 Report Posted March 5, 2013 Fastboot trigger not showing in settings so phone reboots slowly. Is this inteded? All rest is just perfect. great rom!
Guest dalyer Posted March 5, 2013 Report Posted March 5, 2013 Fastboot trigger not showing in settings so phone reboots slowly. Is this inteded? All rest is just perfect. great rom! I think it's intended:
Guest Cyda Posted March 5, 2013 Report Posted March 5, 2013 Fastboot trigger not showing in settings so phone reboots slowly. Is this inteded? All rest is just perfect. great rom! Fastboot has to be disabled for the reboot to recovery option to work in the power menu.
Guest sebag2 Posted March 5, 2013 Report Posted March 5, 2013 Well in my opinion faster reboot is way more useful than a recovery reboot option. Any magical script to delete that recovery reboot and get fastboot? That would be awsome. Still, this is a great rom everyone! You wont find a better one.
Guest Cyda Posted March 5, 2013 Report Posted March 5, 2013 (edited) Well in my opinion faster reboot is way more useful than a recovery reboot option. Any magical script to delete that recovery reboot and get fastboot? That would be awsome. Edit /system/build.prop and change ro.config.hw_quickpoweron=false to ro.config.hw_quickpoweron=true[/code] The recovery option will still be in the power menu but won't work while fastboot is enabled. Edited March 5, 2013 by Cyda
Guest sebag2 Posted March 5, 2013 Report Posted March 5, 2013 Edit /system/build.prop and change ro.config.hw_quickpoweron=false to ro.config.hw_quickpoweron=true[/code] The recovery option will still be in the power menu but won't work while fastboot is enabled. works! thank you so much :)
Guest Musicmaster Posted March 5, 2013 Report Posted March 5, 2013 I understand now ( ) how I install this rom but before to go ahead, how do I ever come back, if I want to, to the original stockrom (not Vodafone!) ??? I have downloaded from the site Huawei stockrom but this is I think a upgrade to ICS.
Guest marcioo Posted March 5, 2013 Report Posted March 5, 2013 Download the rom from the OP, open the zip and you will find the bootanimation.zip in the /system/media/ folder. Thank you ;)
Guest Timbones Posted March 5, 2013 Report Posted March 5, 2013 (edited) I Fastboot has to be disabled for the reboot to recovery option to work in the power menu. I thought FastBoot only affected the Shutdown/Startup cycle, a bit like Windows Hibernate, with Reboot doing a full reset of the OS. (?) Reboot+Vol Up has always worked for me, regardless of FastBoot. Is the recovery option doing something different? *confused* Edited March 5, 2013 by Timbones
Guest dalyer Posted March 5, 2013 Report Posted March 5, 2013 how do I ever come back, if I want to, to the original stockrom (not Vodafone!) ??? I have downloaded from the site Huawei stockrom but this is I think a upgrade to ICS. What stock ROM are you referring to? If you install a custom ROM such as Stock+ and want to revert to a specific stock (ICS) ROM then you should be able to flash the update.app for that stock ROM.
Guest Cyda Posted March 5, 2013 Report Posted March 5, 2013 I thought FastBoot only affected the Shutdown/Startup cycle, a bit like Windows Hibernate, with Reboot doing a full reset of the OS. (?) Reboot+Vol Up has always worked for me, regardless of FastBoot. Is the recovery option doing something different? Yeah, the Vol. up and power on always works. I'm referring to the new recovery option available when you longpress the power button, it was added in R5.
Guest henrythedog Posted March 5, 2013 Report Posted March 5, 2013 Noticed that no fast boot toggle option now too.... but personally doesn't bother me as I only turn my phone off/on when I have to reboot the phone for some reason or to install a new ROM.... before installing the R5 version of this rom my phone had been on for approx 5-6 months without a reboot :)
Guest tillaz Posted March 5, 2013 Report Posted March 5, 2013 Dumb question time again - how do I make the wallpaper plain black? Do I have to take a black photo and choose it from the gallery?! use this, the app most likely has spam notifications :ph34r:
Guest Cyda Posted March 5, 2013 Report Posted March 5, 2013 (edited) Noticed that no fast boot toggle option now too.... but personally doesn't bother me as I only turn my phone off/on when I have to reboot the phone for some reason or to install a new ROM.... before installing the R5 version of this rom my phone had been on for approx 5-6 months without a reboot :) I'll make a patch for those that do wish to remove the reboot to recovery option and restore the fastboot setting. I'm of the same thinking as you, it doesn't bother me in the slightest but some people seem to like it. Edited March 5, 2013 by Cyda
Guest tillaz Posted March 5, 2013 Report Posted March 5, 2013 Edit /system/build.prop and change ro.config.hw_quickpoweron=false to ro.config.hw_quickpoweron=true[/code] The recovery option will still be in the power menu but won't work while fastboot is enabled. this wont work because all the code for fastboot has been removed and replaced with my modified AOSP shutdown thread it will show the button, but it has not effect, the only way to get it back would be to replace the files that where modded with a flashable.zip people could also try disabling the boot animation witch results in faster boot times add this to the build.prop [code]debug.sf.nobootanimation=1[/code]
Guest Cyda Posted March 5, 2013 Report Posted March 5, 2013 (edited) this wont work because all the code for fastboot has been removed and replaced with my modified AOSP shutdown thread it will show the button has not effect, only way to get it back would be to replace the files that where modded with flashable.zip people could also try disabling the boot animation witch results in faster boot times add this to the build.prop debug.sf.nobootanimation=1 Yeah, I read your other post after posting that so I'll make an addon patch for those that want it. I far prefer the reboot to recovery option and I always disabled fastboot anyway but I'll make the addon to give everyone the option. Edited March 5, 2013 by Cyda
Guest tillaz Posted March 5, 2013 Report Posted March 5, 2013 Yeah, I read your other post after posting that so I'll make an addon patch for those that want it. I far prefer the reboot to recovery option and I always disabled fastboot anyway. same here, fastboot is useless in my opinion,.. i don't mind waiting 30 seconds for my phone to turn on once a day (if that) lol
Guest The Silent Man Posted March 6, 2013 Report Posted March 6, 2013 One more question...I switched to ICS a couple days ago so I don't know what was the problem with dictionary but I noticed that words are underlined in red when I'm typing. Is this ok?
Guest Colossae3.23 Posted March 6, 2013 Report Posted March 6, 2013 do you mean everything you type is underlined, even words that are spelled correctly?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now