Showing posts with label CM12. Show all posts
Showing posts with label CM12. Show all posts

Thursday, 15 October 2015

Cm12 GPS not working



The GPS on my g2 seems to not work, currently running cm12.1 latest as of today, anybody got a fix?



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)



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.








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_2015-10-11-14-00-49.png<br/>Views:	N/A<br/>Size:	39.8 KB<br/>ID:	3502767
 











Attached Files






File Type: zip Xperia_Keyboard_6.7.A.0.90.zip -
[Click for QR Code]
(8.60 MB)







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!



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:

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:
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


Remove app icons 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


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>


- still in values folder
- 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>


- 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


HTML Code:


    <application android:hardwareAccelerated="true" ....... android:theme="@style/Mole.Theme" ........ >

- Recompile and Sign
- 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">

and


HTML Code:


    <style name="Widget.ActionBar" parent="@style/Widget">

- add above </style>

HTML Code:


        <item name="icon">@drawable/trans_yanu</item>

- so it will look like this

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


- watch every space and make sure the code sructure still on track
- next open drawables.xml still in values folder
- add above </resources>

HTML Code:


    <item type="drawable" name="trans_yanu">#00000000</item>

- Save - Decompile - Push Reboot
- 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?