The GPS on my g2 seems to not work, currently running cm12.1 latest as of today, anybody got a fix?
Showing posts with label CM12. Show all posts
Showing posts with label CM12. Show all posts
Thursday, 15 October 2015
Sunday, 11 October 2015
Can the CM12 theme engine be ported to stock firmware alone?
Guys,
Recently, I am struggling between using cm12.1 and stock .222 firmware foe my Z because they both have something I desire ( system ui and camera for .222 and cm theme engine for cm12 ). My question is can they exist on my phone at the same time? If so, what ROMs or addons should I apply to my phone?
Many thanks!
(Sorry for my poor English)
Recently, I am struggling between using cm12.1 and stock .222 firmware foe my Z because they both have something I desire ( system ui and camera for .222 and cm theme engine for cm12 ). My question is can they exist on my phone at the same time? If so, what ROMs or addons should I apply to my phone?
Many thanks!
(Sorry for my poor English)
Xperia Keyboard 6.7.A.0.90 Lastest (CM12)
Latest xperia keyboard 6.7.A.0.90 (with new orange color for trail and background selection)ported for cm12.
Install zip by TWRP.

Install zip by TWRP.
Saturday, 10 October 2015
CM12 G900FD no caller identification incoming calls
Hello everyone,
I have a problem which when I receive calls when the screen is unlocked, I can only see numbers and not the caller id.
When the screen is locked it shows both the caller id and the picture.
The call log shows all information.
Anyone have any idea how to fix it?
Another question: Can I use the same incoming calls screen that used for the lockscreen when my screen is open? Meaning I want the popup and not the little banner.
Thanks in advance!
I have a problem which when I receive calls when the screen is unlocked, I can only see numbers and not the caller id.
When the screen is locked it shows both the caller id and the picture.
The call log shows all information.
Anyone have any idea how to fix it?
Another question: Can I use the same incoming calls screen that used for the lockscreen when my screen is open? Meaning I want the popup and not the little banner.
Thanks in advance!
Friday, 9 October 2015
[ROM][PORT][5.0.2][MT6582] CM12 for GIONEE P3 - team TMT
REPRESENT TO EVERYONE by TEAM TMT
CYANOGENMOD 12
:cool: Android 5.0.2 :cool:
CYANOGENMOD 12
:cool: Android 5.0.2 :cool:
Source: http://forum.xda-developers.com/andr...tans2-t3115515 [thanks bro :)]
Features:
- True Lollipop Experiences
- Cyanogenmod Features
- Dual SIM
- Works flawlessly
What's working:
- Wifi
- Bluetooth
- 3G
- Almost everything... :P
Bugs:
- Camcorder (use 3rd party app)
- Audio Recorder (change format --> :cool:)
- Hotspot
- USSD (works for some network operators)
- GPS too...
DOWNLOAD LINKS:
- ROM: http://1drv.ms/1jCnmKi
- GApps: http://opengapps.org/
- BONUS :) : http://forum.xda-developers.com/cros...lipop-t3104027 (it is MAGNIFICANT !!!)
Instructions:
- Backup IMEI
- Wipe cache, D-cache, system, data
- Change mount points
- Flash ROM + Gapps
- Reboot
- En+joy
- ....try Z3 SystemUI later (after you backed up :D)
HIT THANKS IF YOU FIND THIS HELPFUL :)
Wednesday, 7 October 2015
Which is better official or port cm12
I want cm12 on my moto g but which is better the nightly official or stable port?
Tuesday, 6 October 2015
[GUIDE] How To Make Settings Lollipop CM12 Themes Look A Like
(Part I) Remove App Icon on ActionBar

Prepare
- Know how to Decompile-Recompile
- Settings.apk
Guides
- Decompile Settings.apk
- go to folder \res\values
- open Styles.xml
- add on styles.xml above </resources> add this code
- still in values folder
- make one new files named drawables.xml
- write on drawables.xml this code
- now open AndroidManifest.xml
- on AndroidManifest.xml search android:theme="@style/Theme.Holo"
- change with android:theme="@style/Mole.Theme"
- so will look like this
- Recompile and Sign
- Push to \system\app with right permission (rw,r,r)
- reboot
Prepare
- know how to Decompile Recompile
- framework-res.apk
Guides
- decompile framework-res.apk
- go to folder \res\values\
- open styles.xml
- find
and
- add above </style>
- so it will look like this
- watch every space and make sure the code sructure still on track
- next open drawables.xml still in values folder
- add above </resources>
- Save - Decompile - Push Reboot
- Done

Prepare
- Know how to Decompile-Recompile
- Settings.apk
Guides
- Decompile Settings.apk
- go to folder \res\values
- open Styles.xml
- add on styles.xml above </resources> add this code
HTML Code:
<style name="Mole.Theme" parent="@android:style/Theme.Holo">
<item name="android:actionBarStyle">@style/Mole.Holo.Bar</item>
</style>
<style name="Mole.Holo.Bar" parent="@android:style/Widget.Holo.ActionBar">
<item name="android:icon">@drawable/trans_yanu</item>
</style>
<style name="Mole.Bar" parent="@android:style/Widget.ActionBar">
<item name="android:icon">@drawable/trans_yanu</item>
<item name="android:paddingTop">0.0dip</item>
<item name="android:paddingBottom">0.0dip</item>
<item name="android:paddingStart">0.0dip</item>
<item name="android:paddingEnd">0.0dip</item>
</style>
- make one new files named drawables.xml
- write on drawables.xml this code
HTML Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item type="drawable" name="trans_yanu">#00000000</item>
</resources>
- on AndroidManifest.xml search android:theme="@style/Theme.Holo"
- change with android:theme="@style/Mole.Theme"
- so will look like this
HTML Code:
<application android:hardwareAccelerated="true" ....... android:theme="@style/Mole.Theme" ........ >
- Push to \system\app with right permission (rw,r,r)
- reboot
Remove App Icon ActionBar in all Apps (optional)
Prepare
- know how to Decompile Recompile
- framework-res.apk
Guides
- decompile framework-res.apk
- go to folder \res\values\
- open styles.xml
- find
HTML Code:
<style name="Widget.Holo.ActionBar" parent="@style/Widget.ActionBar">
HTML Code:
<style name="Widget.ActionBar" parent="@style/Widget">
HTML Code:
<item name="icon">@drawable/trans_yanu</item>
HTML Code:
</style>
<style name="Widget.Holo.ActionBar" parent="@style/Widget.ActionBar">
<item name="progressBarStyle">@style/Widget.Holo....
.......
.......
.......
<item name="icon">@drawable/trans_yanu</item>
</style>
<style name="Widget.Holo.Light" par
- next open drawables.xml still in values folder
- add above </resources>
HTML Code:
<item type="drawable" name="trans_yanu">#00000000</item>
- Done
Looking for an anti-flat theme for CM12
Hey guys,
I upgraded to CM12 a while back, but the only thing that I really miss is the Simplex theme. It had highlights, shadows, and that gorgeous background stitching. I especially liked the look of the keyboard.
What are some other themes that could fit that grunge / indie look niche?
I upgraded to CM12 a while back, but the only thing that I really miss is the Simplex theme. It had highlights, shadows, and that gorgeous background stitching. I especially liked the look of the keyboard.
What are some other themes that could fit that grunge / indie look niche?
Subscribe to:
Posts (Atom)