Guest jayziac Posted December 9, 2010 Report Posted December 9, 2010 don't work :/ -->bootloop I looked in the framework-res.apk and it seems to have increments of 1% from 0-100. How about a less drastic change and replace just the default stat_sys_battery_0, _10, _20, _30, _40, _60, _80, and _100 png files so that it'll be more compatible with Acer's ROMs since they use those increments. This will likely keep it working even with other ROMs.
Guest gatch Posted December 9, 2010 Report Posted December 9, 2010 I looked in the framework-res.apk and it seems to have increments of 1% from 0-100. How about a less drastic change and replace just the default stat_sys_battery_0, _10, _20, _30, _40, _60, _80, and _100 png files so that it'll be more compatible with Acer's ROMs since they use those increments. This will likely keep it working even with other ROMs. who can to be it to test??? me i can test (only )
Guest jayziac Posted December 9, 2010 Report Posted December 9, 2010 (edited) Ok, I just made the mod. I've attached my framework-res.apk just modified the files stat_sys_battery_10.png ... 100.png and stat_sys_battery_charge_anim0-6.png. Attached a couple sample .png images. I removed the numbers since I believe Acer defines the icons slightly different than their actual representation. Edit: The attached .png isn't showing up exactly how it'll appear on the taskbar with black background. It has a transparency layer. Edit: Updated to match the Acer default percentages better.framework_res.apk.zip Edited December 10, 2010 by jayziac
Guest Dario93 Posted December 9, 2010 Report Posted December 9, 2010 Just want to ask, if I want to upgrade my ROM from V2 to V2.5, Do i need to wipe all the data? (wipe full rom?) Or I just need to flash it on top of my present Liquid Metal ROM? Thanks for answering... The ROM full wipes by itself,but a full wipe is recommended,since 2.5 it's rebased on a newer leak :)
Guest Dario93 Posted December 9, 2010 Report Posted December 9, 2010 Ok, I just made the mod. I've attached my framework-res.apk just modified the files stat_sys_battery_10.png ... 100.png and stat_sys_battery_charge_anim0-6.png. Attached a couple sample .png images. I removed the numbers since I believe Acer defines the icons slightly different than their actual representation. Edit: The attached .png isn't showing up how it'll appear on the taskbar with black background. It has a transparency layer. Great! :)
Guest Dario93 Posted December 9, 2010 Report Posted December 9, 2010 i have a problem (even with LCR-F), sometimes the data connection 'die' and i must go to settings and disable/enable data to make it wakeup :-/ often when i switch on/off wifi this happens.... Any other ? Can be BIN related ? I noticed this problem on many roms,i think it's bin related (but dunno how to solve xD)
Guest Dario93 Posted December 9, 2010 Report Posted December 9, 2010 hi has anyone tried to move apps to ext2 have problems with dat, able to move with malez0.6.1 but always stuck in boot loop even tried boot.img still have same problem. flashed it over lcr f any help would be great Strange! I will check asap :)
Guest gatch Posted December 9, 2010 Report Posted December 9, 2010 Ok, I just made the mod. I've attached my framework-res.apk just modified the files stat_sys_battery_10.png ... 100.png and stat_sys_battery_charge_anim0-6.png. Attached a couple sample .png images. I removed the numbers since I believe Acer defines the icons slightly different than their actual representation. Edit: The attached .png isn't showing up how it'll appear on the taskbar with black background. It has a transparency layer. it work fine.... nice idea :) but i don't know if it work for all states... full and charging it is ok... but, there isn't solution to have all transitions??
Guest jayziac Posted December 9, 2010 Report Posted December 9, 2010 I'll have to make sure the circular gauge matches up with percentage over the next couple of days (my battery was just fully charged. so have to see how it drains. It is in about 20% increments, which is the Acer default, for 1% increments it's more complicated, have to modify .xml files to specify which of 100 .png files to use for each battery state change, which I assume was Dario's version and it has problems. My main goal for the mod is so that it's easier to tell generally what the battery charge is, the original icon and different states were tiny and hard to see.
Guest gatch Posted December 9, 2010 Report Posted December 9, 2010 ... My main goal for the mod is so that it's easier to tell generally what the battery charge is, the original icon and different states were tiny and hard to see. +1000 :)
Guest Harness Posted December 9, 2010 Report Posted December 9, 2010 Just to get some stuff together for V3 (Besides Dolby, I get it, and I'm doing decently), can you PM (Yes, PM, easier for me to keep track of) me features you'd like to see in v3 of the ROM? Harness. PS: Calendar fix is being worked on as I type.
Guest thongrim Posted December 9, 2010 Report Posted December 9, 2010 seems adb remount doesn't work on this rom, any idea on why ? ;-) @thongrim YOU are the man ! (worked !) MANY thanks ! @harness upgrade failed for your script, i think i'll put it manually with root explorer. First command is adb root this gives you root access to the terminal. Then you have to adb remount In this way you can push files to the device :)
Guest Harness Posted December 9, 2010 Report Posted December 9, 2010 Calendar Fix. http://www.multiupload.com/V07CO2JXB2 Report issues. Also; I haven't tried the theme mod, but do a nandroid backup and try it, report your findings :)
Guest better12hk Posted December 10, 2010 Report Posted December 10, 2010 Any Dail key like ASOP can change?
Guest better12hk Posted December 10, 2010 Report Posted December 10, 2010 Any Dailer key like ASOP can change?
Guest Harness Posted December 10, 2010 Report Posted December 10, 2010 Confirmed running Gingerbread Theme on my Metal Froyo. Remember: PM me requests for v3!
Guest Winston Ma Posted December 10, 2010 Report Posted December 10, 2010 (edited) hi has anyone tried to move apps to ext2 have problems with dat, able to move with malez0.6.1 but always stuck in boot loop even tried boot.img still have same problem. flashed it over lcr f any help would be great Dario93, I could replicate the situation by the following step: 1. Flash the Acer rom 2. Install bootloader 3. Apply the FroYoMetal 4. Flash the boot.img 5. Go to recovery mode, then choose "Apps to SD" max2rock, if you could follow the additional steps introduced on the other post, you could get ride of it Just add the following steps between step 4 and 5, which was introduced by kenelm 4.1 adb remount adb shell "busybox mkdir /system/sd" adb reboot 4.2 adb remount adb shell "busybox chown 1000:1000 /system/sd" adb shell "busybox chmod 771 /system/sd" adb shell "busybox mv /data/app /system/sd/app" adb shell "busybox ln -s /system/sd/app /data/app" Edited December 10, 2010 by Winston Ma
Guest L0cu7us Posted December 10, 2010 Report Posted December 10, 2010 +1 What is your ISP? (mine in H3G, and I have the same problem as you) TIM... Do you have the same BIN ? I'm tempted to flash the previous one...
Guest marcolino123 Posted December 10, 2010 Report Posted December 10, 2010 (edited) TIM... Do you have the same BIN ? I'm tempted to flash the previous one... I have vodafone and i never have this problem...maybe your isp?? Ah, i'm italian.. :) Edited December 10, 2010 by marcolino123
Guest L0cu7us Posted December 10, 2010 Report Posted December 10, 2010 I have vodafone and i never have this problem...maybe your isp?? Ah, i'm italian.. :) isn't isp fault since i haven't an per-hour-option but i have internet 5gb. I'm testing also an old tim internet option 150h/month with an huawei wifi router without any problem, so the problem is on our liquid :)
Guest max2rock Posted December 10, 2010 Report Posted December 10, 2010 (edited) Dario93, I could replicate the situation by the following step: 1. Flash the Acer rom 2. Install bootloader 3. Apply the FroYoMetal 4. Flash the boot.img 5. Go to recovery mode, then choose "Apps to SD" max2rock, if you could follow the additional steps introduced on the other post, you could get ride of it Just add the following steps between step 4 and 5, which was introduced by kenelm 4.1 adb remount adb shell "busybox mkdir /system/sd" adb reboot 4.2 adb remount adb shell "busybox chown 1000:1000 /system/sd" adb shell "busybox chmod 771 /system/sd" adb shell "busybox mv /data/app /system/sd/app" adb shell "busybox ln -s /system/sd/app /data/app" tried dis but at 4.2 unable to execute 3rd step it says unable to remove data/app/system/sd/app is a directory, continued to 4th it says folder already exists. after reboot my apps from previous nandroid backup are there half of dem culdnt launch and from recovery tried moving apps everything messed up features of my previous rom camein phone memory ran too low.this is wat happend expecting a zip file instead dat works with malez would b nice jus like other roms. thanks for ur effort everything else works fine wid dis rom i like it bcoz gaming performance seems boosted Edited December 10, 2010 by max2rock
Guest L0cu7us Posted December 10, 2010 Report Posted December 10, 2010 (little OT) are there any way to check if jit is enabled on a android/froyo device ?
Guest CyberGrappa Posted December 10, 2010 Report Posted December 10, 2010 I have vodafone and i never have this problem...maybe your isp?? Ah, i'm italian.. :) I'm Italian with TIM and have the same problem. For me when the phone go in wifi switch to 2G and when wifi turn off it tries to return to 3G but DataConnectin failed to initialized. It show 3G (data connection Flag is there ) but doesn't work. Turn off and on again :-D the data connection in setting solve the problem but annoyng :) My 2 cents, Pol
Guest L0cu7us Posted December 10, 2010 Report Posted December 10, 2010 tonight i'll try another froyo device to check if the problem is an all froyo rom or only on our liquid.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now