The tablet ui Form cm 10.0 works can you add in this Rom ?
[DEV][ROM][Skate] ParanoidJelly2 - ParanoidAndroid 3.+/AOSP- Android 4.2.2 (29/03/2013)
#401
Posted 12 February 2013 - 06:11 AM
The tablet ui Form cm 10.0 works can you add in this Rom ?
#402
Posted 12 February 2013 - 06:28 AM
plegdroid, on 11 February 2013 - 09:49 PM, said:
RaAmon, on 11 February 2013 - 10:36 PM, said:
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).
Kori Natur, on 12 February 2013 - 06:11 AM, said:
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 by C3C0, 12 February 2013 - 06:35 AM.
If you like my contribution to Android community, click donate button on my page at: http://ceco.sk.eu.org
Please, do not use personal conversation to solve your problems. Use forum - its power is often underestimated. If I can't help somebody else will certainly try to. Thanks.
#403
Posted 12 February 2013 - 06:37 AM
#404
Posted 12 February 2013 - 06:41 AM
<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
Sorry, I will try to prepare hotfix.
If you like my contribution to Android community, click donate button on my page at: http://ceco.sk.eu.org
Please, do not use personal conversation to solve your problems. Use forum - its power is often underestimated. If I can't help somebody else will certainly try to. Thanks.
#405
Posted 12 February 2013 - 07:33 AM
Flash in cwm, no wipes needed, reboot, and if you want to apply it you must do
so in Hybrid properties and reboot.
Attached Files
Edited by C3C0, 12 February 2013 - 07:34 AM.
If you like my contribution to Android community, click donate button on my page at: http://ceco.sk.eu.org
Please, do not use personal conversation to solve your problems. Use forum - its power is often underestimated. If I can't help somebody else will certainly try to. Thanks.
#406
Posted 12 February 2013 - 07:39 AM
How is the bluetooth situation?
Thanks for the great work!
#407
Posted 12 February 2013 - 07:42 AM
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 by C3C0, 12 February 2013 - 07:43 AM.
If you like my contribution to Android community, click donate button on my page at: http://ceco.sk.eu.org
Please, do not use personal conversation to solve your problems. Use forum - its power is often underestimated. If I can't help somebody else will certainly try to. Thanks.
#408
Posted 12 February 2013 - 08:42 AM
Keeps flicking between minimum and maximum fast, draining battery very quickly.
Edited by ArcticFox, 12 February 2013 - 08:49 AM.
#409
Posted 12 February 2013 - 09:02 AM
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.
If you like my contribution to Android community, click donate button on my page at: http://ceco.sk.eu.org
Please, do not use personal conversation to solve your problems. Use forum - its power is often underestimated. If I can't help somebody else will certainly try to. Thanks.
#410
Posted 12 February 2013 - 09:24 AM

ZTE Skate // SlimBean // 4.2.2
ZTE Crescent (P736E) // CM9 // 4.0.4
#411
Posted 12 February 2013 - 10:18 AM
siddis, on 11 February 2013 - 08:12 PM, said:
johnny07mdc, on 11 February 2013 - 09:17 PM, said:
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
Edited by C3C0, 12 February 2013 - 10:19 AM.
If you like my contribution to Android community, click donate button on my page at: http://ceco.sk.eu.org
Please, do not use personal conversation to solve your problems. Use forum - its power is often underestimated. If I can't help somebody else will certainly try to. Thanks.
#412
Posted 12 February 2013 - 11:24 AM
C3C0, on 12 February 2013 - 10:18 AM, said:
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
#413
Posted 12 February 2013 - 11:28 AM
#414
Posted 12 February 2013 - 11:43 AM
#415
Posted 12 February 2013 - 12:34 PM
I have it on the right which means I can not start the camera from the lock screen.
#416
Posted 12 February 2013 - 01:25 PM
C3C0, on 12 February 2013 - 07:42 AM, said:
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
#417
Posted 12 February 2013 - 01:32 PM
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 by C3C0, 12 February 2013 - 01:36 PM.
If you like my contribution to Android community, click donate button on my page at: http://ceco.sk.eu.org
Please, do not use personal conversation to solve your problems. Use forum - its power is often underestimated. If I can't help somebody else will certainly try to. Thanks.
#418
Posted 12 February 2013 - 01:50 PM
C3C0, on 12 February 2013 - 01:32 PM, said:
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
#419
Posted 12 February 2013 - 01:58 PM
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
If you like my contribution to Android community, click donate button on my page at: http://ceco.sk.eu.org
Please, do not use personal conversation to solve your problems. Use forum - its power is often underestimated. If I can't help somebody else will certainly try to. Thanks.
#420
Posted 12 February 2013 - 01:59 PM
Mohamed Atiea, on 12 February 2013 - 01:50 PM, said:
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.
Current Phone:
Xperia T
Previous Phones:
Orange Monte Carlo
Nokia 5530 XpressMusic (Nokia C6-00 CFW)
Sony Ericsson v640i
Nokia 3120
Various other Nokia phones.
Not the best history of phones ![]()
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account

Back to top











