Guest woti17 Posted September 26, 2010 Report Posted September 26, 2010 Here are the traces: ..... I/SystemServer( 241): Entered the Android system server! ... W/zipro ( 253): Unable to open zip '/system/etc/customer/bootanimation.zip': No such file or directory D/HtcBootAnimation( 253): Get cid:ORANG202 D/HtcBootAnimation( 253): filepath:/system/customize/CID/ORANG202.xml D/HtcBootAnimation( 253): Load /system/customize/CID/default.xml E/HtcBootAnimation( 253): Could not load xml file '/system/customize/CID/default.xml'. Error='Failed to open file'. W/zipro ( 253): Unable to open zip '/system/media/bootanimation.zip': No such file or directory E/HtcBootAnimation( 253): Could not load xml file '/system/media/bootscreen/boot_animation.xml'. Error='Failed to open file'. E/HtcBootAnimation( 253): Can't load config from XML ....... filepath:/system/customize/CID/ORANG202.xml somehow i suspect you have orange provider, and they have a modified call for the bootanimation? did you disable OTA update?
Guest Yepayepa Posted September 26, 2010 Report Posted September 26, 2010 filepath:/system/customize/CID/ORANG202.xml somehow i suspect you have orange provider, and they have a modified call for the bootanimation? did you disable OTA update? Yes, Orange is my provider, and OTA update is off (I'll never let anybody flash my phone with locked craps ;-) ). I'm running MCR for few months now, without any problems, this one is quite new. But, it seems I'm not the only one with this new *no bootanimation* issue. Cheers.
Guest woti17 Posted September 26, 2010 Report Posted September 26, 2010 (edited) @paul where does the command "chownto" come from in bootcomplete.bravo.rc? there is neither a symlink to busybox nor to toolbox? is this maybe a explanation the android browser cache directory always is root.root edit: in the rom from today its there, must be new ;-) Edited September 26, 2010 by woti17
Guest Yepayepa Posted September 26, 2010 Report Posted September 26, 2010 Okay, to fix the bootanimation (the update script should be fixed as well): adb reboot recovery adb shell mount -a adb shell rm /system/customize/resource/bootanimation.zip adb shell ln -s /data/local/bootanimation.zip /system/media/ adb reboot
Guest Grobie Posted September 26, 2010 Report Posted September 26, 2010 Okay, to fix the bootanimation (the update script should be fixed as well): adb reboot recovery adb shell mount -a adb shell rm /system/customize/resource/bootanimation.zip adb shell ln -s /data/local/bootanimation.zip /system/media/ adb reboot Thank you, Bootanimation working again! Grobie
Guest woti17 Posted September 26, 2010 Report Posted September 26, 2010 Okay, to fix the bootanimation (the update script should be fixed as well): adb reboot recovery adb shell mount -a adb shell rm /system/customize/resource/bootanimation.zip adb shell ln -s /data/local/bootanimation.zip /system/media/ adb reboot adb shell ln -s /data/local/bootanimation.zip /system/media/ won t work to link a file to a directory? and why fix the update_script? then it breaks for all that have the bootanimation.zip in /system/customize/resource
Guest Yepayepa Posted September 26, 2010 Report Posted September 26, 2010 adb shell ln -s /data/local/bootanimation.zip /system/media/ won t work to link a file to a directory? Sorry ? Since destination link file name isn't specified, source file name is used as destination. and why fix the update_script? then it breaks for all that have the bootanimation.zip in /system/customize/resource With latest version of the kitchen, bootanimation.zip from /system/customize/resource is simply ignored.
Guest woti17 Posted September 26, 2010 Report Posted September 26, 2010 Sorry ? Since destination link file name isn't specified, source file name is used as destination. With latest version of the kitchen, bootanimation.zip from /system/customize/resource is simply ignored. only with the ORANGE202.xml ? i have no such file, but a default.xml with the path /system/customize/resources in it, and its working fine from default.xml <BootAnimation animation="/system/customize/resource/bootanimation.zip" audio="/system/customize/resource/android_audio.mp3" /> and thats a rom from paul downloaded today about 2 pm
Guest Yepayepa Posted September 26, 2010 Report Posted September 26, 2010 only with the ORANGE202.xml ? i have no such file, but a default.xml with the path /system/customize/resources in it, and its working fine from default.xml <BootAnimation animation="/system/customize/resource/bootanimation.zip" audio="/system/customize/resource/android_audio.mp3" /> and thats a rom from paul downloaded today about 2 pm Okay, so why that was working last week ?
Guest Yepayepa Posted September 26, 2010 Report Posted September 26, 2010 (edited) only with the ORANGE202.xml ? i have no such file, but a default.xml with the path /system/customize/resources in it, and its working fine from default.xml <BootAnimation animation="/system/customize/resource/bootanimation.zip" audio="/system/customize/resource/android_audio.mp3" /> and thats a rom from paul downloaded today about 2 pm BTW, there is no ORANGE*.xml file my phone: # find / -name "ORAN*.xml" # nor default.xml in CID directory; # find / -name "default.xml" /system/customize/MNS/default.xml # # grep -i boot /system/customize/MNS/default.xml # So, I don't know from where your CID/default.xml come, but I don't have it. Cheers. EDIT: I've just checked a fresh R9 zip made today, and in CID directory, there is only a default.old file (which is also on my phone), and nothing else. Maybe your default.xml is a relic from an old MCR, don't you think?. EDIT2: in a R9 i've baked on 21th, there is a default.xml Edited September 26, 2010 by Yepayepa
Guest woti17 Posted September 26, 2010 Report Posted September 26, 2010 (edited) Okay, so why that was working last week ? maybe trying to find out where orange002.xml comes from? btw: look in /system/customize from pauls rom from today /system/customize/CID/default.old ! whatever this is about Edited September 26, 2010 by woti17
Guest Yepayepa Posted September 26, 2010 Report Posted September 26, 2010 (edited) maybe trying to find out where orange002.xml comes from? btw: look in /system/customize from pauls rom from today /system/customize/CID/default.old ! whatever this is about According to my previous (edited) post, since there is no default.xml, I think there are some probing functions (using provider). Edited September 26, 2010 by Yepayepa
Guest woti17 Posted September 26, 2010 Report Posted September 26, 2010 (edited) BTW, there is no ORANGE*.xml file my phone: your default.xml is a relic from an old MCR, don't you think?. yes, that may be and i have it in /system/customize and in /system/customize/CID (i dont want to wipe daily) Edited September 26, 2010 by woti17
Guest Yepayepa Posted September 26, 2010 Report Posted September 26, 2010 (edited) (i dont want to wipe daily) Me too, but I messed up my system last week with the lastest Gmail, so I wiped + restored an *old* R8 then applied a fresh R9 on top. Cheers. Edited September 26, 2010 by Yepayepa
Guest Sub501 Posted September 26, 2010 Report Posted September 26, 2010 Hi Paul, All my scripts have been updated (v20100926 - http://android.modaco.com/content/htc-desi...ods-for-mcr-r8/ ). Bug fixes, enhancements in powersaving script - now it is configurable. Also reorganized them by functionality. Cheers.
Guest The Virus 2013 Posted September 26, 2010 Report Posted September 26, 2010 Hi Paul, All my scripts have been updated (v20100926 - http://android.modaco.com/content/htc-desi...ods-for-mcr-r8/ ). Bug fixes, enhancements in powersaving script - now it is configurable. Also reorganized them by functionality. Cheers. Hope he'll see that before he'll put the updates of monday...
Guest Subject Delta Posted September 26, 2010 Report Posted September 26, 2010 I have tried going without the altered framework, and I have also tried going with and without the advanced options such as the CFQ scheduler, Undervolt module, and so on, and this latest revision is still causing massive battery drain, both on my spare 2600 mAh battery, and the original that came with the phone. Is there any way I can perform a more in depth analysis and find out what could be causing it?
Guest Handymeister Posted September 26, 2010 Report Posted September 26, 2010 Hello, is it a known issue, that the counter of the kitchen doesn't counts? Thanx Handymeister
Guest woti17 Posted September 26, 2010 Report Posted September 26, 2010 Hi Paul, All my scripts have been updated (v20100926 - http://android.modaco.com/content/htc-desi...ods-for-mcr-r8/ ). Bug fixes, enhancements in powersaving script - now it is configurable. Also reorganized them by functionality. Cheers. maybe you should disable the old ones with the update script by chmodding them to 600 otherwise double run - double fun ;-)
Guest Sub501 Posted September 26, 2010 Report Posted September 26, 2010 (edited) maybe you should disable the old ones with the update script by chmodding them to 600 otherwise double run - double fun ;-) Very good idea, I'll upload a remove_old.zip ;-) UPDATE: remove_old_scripts_20100926.zip is available. No chmod but rm . Don't want to mix old/new. If you really need them chmod-ed or moved to /sdcard just let me know. Edited September 26, 2010 by Sub501
Guest woti17 Posted September 26, 2010 Report Posted September 26, 2010 Very good idea, I'll upload a remove_old.zip ;-) UPDATE: remove_old_scripts_20100926.zip is available. ext4 failes reason: jbd2.ko must be loaded before ext4 ! bcm4329 210375 0 - Live 0xbf000000 nls_utf8 982 0 - Live 0xbf0a6000 cifs 211522 0 - Live 0xbf066000 cfq_iosched 17976 1 - Live 0xbf05b000 cpufreq_powersave 668 1 - Live 0xbf055000 cpufreq_interactive 2368 0 - Live 0xbf04f000 undervolt 2644 0 - Live 0xbf049000 perflock_disable 752 0 - Live 0xbf043000
Guest Subject Delta Posted September 27, 2010 Report Posted September 27, 2010 Seems like I was the cause of my battery drain, forgot to disable Perflock in the kitchen. D'oh! Using Sub501's latest scripts, along with the new RIL files for the latest radio, and perflock disabled seem to have resolved that issue :lol:
Guest Sub501 Posted September 27, 2010 Report Posted September 27, 2010 ext4 failes reason: jbd2.ko must be loaded before ext4 ! bcm4329 210375 0 - Live 0xbf000000 nls_utf8 982 0 - Live 0xbf0a6000 cifs 211522 0 - Live 0xbf066000 cfq_iosched 17976 1 - Live 0xbf05b000 cpufreq_powersave 668 1 - Live 0xbf055000 cpufreq_interactive 2368 0 - Live 0xbf04f000 undervolt 2644 0 - Live 0xbf049000 perflock_disable 752 0 - Live 0xbf043000 Fixed. 20100927. Please let me know if is working.
Guest Audioboxer Posted September 27, 2010 Report Posted September 27, 2010 Hi Paul, All my scripts have been updated (v20100926 - http://android.modaco.com/content/htc-desi...ods-for-mcr-r8/ ). Bug fixes, enhancements in powersaving script - now it is configurable. Also reorganized them by functionality. Cheers. Hope this goes into todays planned update. Thanks Sub!
Guest BashyUK Posted September 27, 2010 Report Posted September 27, 2010 Hi Paul, All my scripts have been updated (v20100926 - http://android.modaco.com/content/htc-desi...ods-for-mcr-r8/ ). Bug fixes, enhancements in powersaving script - now it is configurable. Also reorganized them by functionality. Cheers. Nice one mate, ran remove script and scripts 1-3 as I have SetCPU slthough am wondering if there's any point in having it now..have set it to interactive and disabled my screen on.off profile...is it just a middle man that's not required and I can just run script 4??? My battery is down by 12% in 3hrs15 and all I've done is update via friendstream once and connect to WiFi for 30 mins but only actually browsed for a couple. This is down much quicker than usual, considering my screen has mostly been offf as I drove to work today... think it may be the new radio :lol:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now