Guest Kori Natur Posted February 12, 2013 Report Posted February 12, 2013 Taplet ui is To big... i have base lutea 2 phone. The tablet ui Form cm 10.0 works can you add in this Rom ?
Guest C3C0 Posted February 12, 2013 Report Posted February 12, 2013 (edited) Have you tinkerd with colour settings(kernel )? tapatalk used to be a not quite black in comparison to the navigation bar. but on this build it is black. not complaining :D Nope :) Kernel hadn't been touched. Maybe related to PA changes in Pie coloring? C3C0, thank you very much for your nice work. And a question, please... I would like reduce the weight of the ROM and thus the size of /system. I thought I remove things from /system/media (animation start, melodies ... ), but i'm sure there are more things that can be removed without affecting the functionality. For example: that fonts are not required? What other things could erase without problems? Thank you again :-) Bootanimation, media (ringtones, notification). Remove launcher2 if you use different one (that's 12MB). Remove languages you don't need from LatinIME (that's 20MB). Taplet ui is To big... i have base lutea 2 phone. The tablet ui Form cm 10.0 works can you add in this Rom ? Tablet UI works. It's all about your configuration. Try rebooting after applying different UI profile so apps can pick-up your new settings. For apps you still find too big simply set DPI/layout on per-app basis. Search on net for PA tutorials. Or go through Hrybrid properties with Help mode turned on. You may also go through this site to find some info: http://www.paranoid-rom.com/ Edited February 12, 2013 by C3C0
Guest C3C0 Posted February 12, 2013 Report Posted February 12, 2013 I just double checked and noticed one derp in config :D <setting type="Hybrid" target="%system_default_layout" value="160"/> <setting type="Hybrid" target="%system_default_dpi" value="1000"/> <setting type="Hybrid" target="%user_default_layout" value="160"/> <setting type="Hybrid" target="%user_default_dpi" value="1000"/> DPI switched with layout :D 1000 DPI is not something that we really want :lol: Sorry, I will try to prepare hotfix.
Guest C3C0 Posted February 12, 2013 Report Posted February 12, 2013 (edited) Attached is the fix for Tablet UI profile (also available in the second post) Flash in cwm, no wipes needed, reboot, and if you want to apply it you must do so in Hybrid properties and reboot.update-pa_skate-3.00-20130212.zip Edited February 12, 2013 by C3C0
Guest mamen2022 Posted February 12, 2013 Report Posted February 12, 2013 Awsome update C3C0!! :D How is the bluetooth situation? Thanks for the great work!
Guest C3C0 Posted February 12, 2013 Report Posted February 12, 2013 (edited) BT is for now as much as we can get. It is beyond my abilities to make it 100% functional. Btw, there is a lot of issues in AOSP itself that are planned to be resolved in 4.2.2. So we just need to wait I think... @mohamed I think this could help with the status bar date and AM/PM issue https://github.com/C...88b15264c8dff80 Edited February 12, 2013 by C3C0
Guest ArcticFox Posted February 12, 2013 Report Posted February 12, 2013 (edited) Is there something running in background causing CPU to go crazy? Keeps flicking between minimum and maximum fast, draining battery very quickly. Edited February 12, 2013 by ArcticFox
Guest C3C0 Posted February 12, 2013 Report Posted February 12, 2013 Yes, a lot of services run in the background, and not only on this rom :) Check your installed apps. You might have some running in the background doing some demanding tasks draining battery and what's worse preventing phone to get sleeping. Also, ondemand governor has a boostpulse implemented. So it maxes CPU everytime you touch the display. You can try different governor, e.g. Smartass H3 - it is more battery friendly.
Guest omegavesko Posted February 12, 2013 Report Posted February 12, 2013 4.2.2 is being pushed to maguro and grouper right now, by the way. Won't be long until we get our hands on it now.
Guest C3C0 Posted February 12, 2013 Report Posted February 12, 2013 (edited) C3CO, u dont want to be the Next Pope.?.?.? I vote for you and your ROM's... Excellent... C3CO for POPE you got my vote. I've just read about some irish archbishop who predicted that there will be a last pope after Benedikt XVI which, according to some prophets, might be an antichrist... Well, actually, that would fit the scenario pretty well :P Edited February 12, 2013 by C3C0
Guest johnny07mdc Posted February 12, 2013 Report Posted February 12, 2013 I've just read about some irish archbishop who predicted that there will be a last pope after Benedikt XVI which, according to some prophets, might be an antichrist... Well, actually, that would fit the scenario pretty well :P HaHa - very interesting that would be
Guest satanovsyn Posted February 12, 2013 Report Posted February 12, 2013 Where is option - long press back button = kill app?
Guest omegavesko Posted February 12, 2013 Report Posted February 12, 2013 Where is option - long press back button = kill app? Don't think we have one. Pretty sure that's a CM feature.
Guest aamiel Posted February 12, 2013 Report Posted February 12, 2013 Is there anyway to disable the pie thing only on the lock screen? I have it on the right which means I can not start the camera from the lock screen.
Guest Mohamed Atiea Posted February 12, 2013 Report Posted February 12, 2013 BT is for now as much as we can get. It is beyond my abilities to make it 100% functional. Btw, there is a lot of issues in AOSP itself that are planned to be resolved in 4.2.2. So we just need to wait I think... @mohamed I think this could help with the status bar date and AM/PM issue https://github.com/C...88b15264c8dff80 @C3C0 Come on nothing is beyound your abilities :D, great work, I just need a quick tutorial of how to setup dev env on PJ2 for our skate dev guide for this ROM
Guest C3C0 Posted February 12, 2013 Report Posted February 12, 2013 (edited) It's "simple". First you need to set up your environment: http://source.androi...itializing.html Then you just download sources from my git: repo init -u git://github.com/ParanoidZTE/android.git -b pa-cm-10.1 repo sync To build rom: ./rom-build.sh skate Edited February 12, 2013 by C3C0
Guest Mohamed Atiea Posted February 12, 2013 Report Posted February 12, 2013 It's "simple". First you need to set up your environment: http://source.androi...itializing.html Then you just download sources from my git: repo init -u git://github.com/ParanoidZTE/android.git -b pa-cm-10.1 repo sync To build rom: ./rom-build.sh skate I know this link but do I really need "you will need at least 16GB of RAM" ? What is the recommended specs
Guest C3C0 Posted February 12, 2013 Report Posted February 12, 2013 hard to tell. I use HP ProBook 4520s with i3, 3GB RAM, 7500rpm disk for my builds (Ubuntu 11.10). The full build of PJ2 takes about 2 hours to complete. For comparison, CM7 takes about 45 minutes
Guest razzmataz1478 Posted February 12, 2013 Report Posted February 12, 2013 I know this link but do I really need "you will need at least 16GB of RAM" ? What is the recommended specs I build in a VM allocated with 6GB ram and a bit more swap.
Guest SPARL_ Posted February 12, 2013 Report Posted February 12, 2013 @C3CO For the life of me I can't remember how to make the pie controls the stock pink and lime colour, sorry to be a pain but could you instruct me as to how?
Guest C3C0 Posted February 12, 2013 Report Posted February 12, 2013 Go to Hybrid properties / Interface and set colors for navigation bar as desired. It will be applied to pie, too
Guest satanovsyn Posted February 12, 2013 Report Posted February 12, 2013 Don't think we have one. Pretty sure that's a CM feature. Ceco could you implement or make script for me for it? Thanks bro'
Guest plegdroid Posted February 12, 2013 Report Posted February 12, 2013 I believe removing a app from recents acts in the same way as long press on back button would have done :)
Guest C3C0 Posted February 12, 2013 Report Posted February 12, 2013 ... and is less aggressive, too :)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now