Guest L0cu7us Posted December 12, 2010 Report Posted December 12, 2010 (edited) Just a note I was able to free up some more RAM by removing AcerLauncher.apk which was hogging some memory even if Android UI was selected. Had to change /system/build.prop lines: acer.shell.mode=DISABLED acer.shell.contacts.mode=DISABLED Then the status bar went back to the default android white, the icons were designed for dark backgrounds. So there's a conflict between the icon colors and clock color (black). If I change status bar to black, the clock is also black so is invisible. Changing clock color to white seems more complicated than I'm able to handle right now. My temporary workaround is change status bar to grey, which I can live with since it means I freed up some more RAM by removing AcerLauncher.apk completely. Maybe this could be fixed in the next release. with the build.prop options you have set, i still have black notification bar and all correct colors, i have installed the gingerbread theme :) now i try to remove also AcerLauncher.apk Edit: After i've removed acerLauncher.apk the clock color is not so well visible on black bar.... Edited December 12, 2010 by L0cu7us
Guest Thmz159 Posted December 12, 2010 Report Posted December 12, 2010 i vote for a lite version WITHOUT acer UI :) Only 'pure' android. +1 I dont want that stuff using my RAM.
Guest elpincio Posted December 12, 2010 Report Posted December 12, 2010 (edited) i vote for a lite version WITHOUT acer UI smile.gif Only 'pure' android. +1 :) Edited December 12, 2010 by elpincio
Guest Piter1225 Posted December 12, 2010 Report Posted December 12, 2010 with the build.prop options you have set, i still have black notification bar and all correct colors, i have installed the gingerbread theme :) now i try to remove also AcerLauncher.apk Edit: After i've removed acerLauncher.apk the clock color is not so well visible on black bar.... You can set clock color to white by modifying services.jar Just look for StatusBarIcon.smali and change const/high16 v6, -0x100 to const v6, -0x1
Guest fischschneehase Posted December 12, 2010 Report Posted December 12, 2010 Iam for a version with acer ui and one without cause there are people like me who love it:) i have removed ther android launcher and earned about 15 mb ram:)
Guest mabar81 Posted December 12, 2010 Report Posted December 12, 2010 Hi, is there a way to install AOSP contacts and dialer on this ROM?
Guest Netgic Posted December 12, 2010 Report Posted December 12, 2010 Iam for a version with acer ui +1 i can´t live without the acer ui^^
Guest gi4257 Posted December 12, 2010 Report Posted December 12, 2010 i vote for a lite version WITHOUT acer UI :) Only 'pure' android. +1 :)
Guest diefatbo Posted December 12, 2010 Report Posted December 12, 2010 Iam for a version with acer ui and one without cause there are people like me who love it:) i have removed ther android launcher and earned about 15 mb ram:) a stupid question : how to remove android launcher?? :)
Guest fischschneehase Posted December 12, 2010 Report Posted December 12, 2010 with titanium backup;)
Guest L0cu7us Posted December 12, 2010 Report Posted December 12, 2010 You can set clock color to white by modifying services.jar Just look for StatusBarIcon.smali and change const/high16 v6, -0x100 to const v6, -0x1 ahem, into my services.jar there is another file classes.dex, how is suppos to manage this ? thanks !
Guest uio88 Posted December 12, 2010 Report Posted December 12, 2010 Hi ,why when i apply the boot.img via fasboot ,change apps2sd by recovery and when i reboot my liquid have a loop?can someone help me?
Guest Harness Posted December 12, 2010 Report Posted December 12, 2010 and i think, it's a "crude" rоm. nоt SООООО interesting. imhо, sry. Can I ask why, so that we may fix it? We can't help without feedback. Harness.
Guest L0cu7us Posted December 12, 2010 Report Posted December 12, 2010 (edited) if this rom is defined 'crude' , how to define rom like xian, roggin or other based on phh kernel ? they have LOT of thing that doesn't work, random reboots, no wifi tethering, battery eating etc.... FroyoMetal have the best speed, everything working and stable.... Edited December 12, 2010 by L0cu7us
Guest gdfath3r Posted December 12, 2010 Report Posted December 12, 2010 Can I ask why, so that we may fix it? We can't help without feedback. Harness. Would be better, do not have "integrated" 3rd party launcher in the next release. In my case, I have the registered Launcher Pro Plus, and it is annoying re-registering or uninstall-reinstall with the registered version. Anyway, bottom line...the Market has plenty of launchers, and would be the best if is the integrated one could be uninstalled if is the case.
Guest Winston Ma Posted December 12, 2010 Report Posted December 12, 2010 google talk is 'gtalk.apk' I can't find the gtalk.apk in the stockapp file uploaded by Dario93. How could I find the gtalk.apk working on FroYoMetal 2.75? Thanks
Guest L0cu7us Posted December 12, 2010 Report Posted December 12, 2010 you can download the FULL FroyoMetal version, unpack it and use the apk you find into.
Guest Piter1225 Posted December 12, 2010 Report Posted December 12, 2010 ahem, into my services.jar there is another file classes.dex, how is suppos to manage this ? thanks ! This tool should help http://code.google.com/p/smali/
Guest Harness Posted December 12, 2010 Report Posted December 12, 2010 Would be better, do not have "integrated" 3rd party launcher in the next release. In my case, I have the registered Launcher Pro Plus, and it is annoying re-registering or uninstall-reinstall with the registered version. Anyway, bottom line...the Market has plenty of launchers, and would be the best if is the integrated one could be uninstalled if is the case. Save and restore preferences, and it won't ask you to re-register.
Guest L0cu7us Posted December 12, 2010 Report Posted December 12, 2010 This tool should help http://code.google.com/p/smali/ i have baksmali the classes.jar, than, after i have modified the file you have mentioned before in this thread, what are the correct steps to 'recompose' the classes.dex and services.jar ? (and after that, simply copy back the services.jar ? no need of sign it etc... ?) thanks !
Guest simoneser Posted December 12, 2010 Report Posted December 12, 2010 java -Xmx512m -jar smali.jar -o classes.dex <the folder where you extracted classes.dex> (without < and >) Then open services.jar as a zip and put the new classes.dex in the services.jar, save and push to the phone :)
Guest vache Posted December 12, 2010 Report Posted December 12, 2010 i have baksmali the classes.jar, than, after i have modified the file you have mentioned before in this thread, what are the correct steps to 'recompose' the classes.dex and services.jar ? (and after that, simply copy back the services.jar ? no need of sign it etc... ?) thanks ! After baksmali the classes.dex, you have tou se smali, it will output a new classes.dex. Add the new one in the services.jar, and push it on the phone. Next boot could take time cause it will odex all apk's again. (like a first boot)
Guest L0cu7us Posted December 12, 2010 Report Posted December 12, 2010 i've done all without the -Xmx512m parameters... ;-) is needed ?
Guest simoneser Posted December 12, 2010 Report Posted December 12, 2010 (edited) This is services.jar WITH white clock (if you removed Acer Launcher and have black clock) AND transparency in notification bar enabled (must use a transparent status_bar_background.png in framework-res.apk) Screenshot for example (theme NOT included) Use: adb root adb remount adb push services.jar /system/framework/services.jar :)services.zip Edited December 12, 2010 by simoneser
Guest L0cu7us Posted December 12, 2010 Report Posted December 12, 2010 infact on my services.jar (i've already applied and all work ok), the background notification area isn't transparent at all....
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now