User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: http://nano7mobile.blogspot.com/sitemap.xml Nano Mobile: CM12
Affichage des articles dont le libellé est CM12. Afficher tous les articles
Affichage des articles dont le libellé est CM12. Afficher tous les articles

[Q] CM12 Lockscreen Gestures topic






Just wondering if there is a way to get lockscreen gestures in CM12 for the m8. Double tap to wake seems to work 90% of the time, but I'd like to use the others as well.

Also if there is a tweaking app to remap some buttons I'd like to know about it haha

Thanks!






I can't open the recovery and my phone is stuck in a boot loop of cm12 topic






So I flashed my Desire 816 with a CM12 ROM using twrp recovery. Its stuck on the bootloop and I can't open the recovery as well. Someone please help me!






No Menu button CM12 topic






As title says. There's no menu button. So in chrome for example you have to open a new tab, hit favorites cause there's no other way. In Facebook no menu button to save pics...

Anyone have any suggestions?






[Q] CM12 Mobile Data Problem topic






As the title says, after the installation of cm12 nightly (15/01/2015) from the cyanogenmod website i've got some issues with mobile data on my Xperia T. I searched everywhere to find about how to fix this problem, but i only found people with the same problem who don't know how to solve it. Can someone help me with it? If yes i would be very greateful.






[Q] about kernels of moto g [CM12] topic






i am not overly familiar with many things regarding different kernels and how to work with them, so i was wishing a few questions that i had could be clarified by someone who knows:

1. when a kernel is flashed? i mean except for the times when we flash kernel.zips via recovery, is it flashed whenever we install a custom rom? or is it flashed with bootloaders when we flash firmware?

2. I am using CM12 official nightly and facing camera frizz issues. I came across a post in the official CM12 thread where they said flashing a modified kernel supposedly fixed this problem. Now my question is, after flashing a custom kernel, is there any way to go back to the stock one? by stock i mean either the one i was on right before flashing the custom kernel or stock moto g kernel provided by motorola?
that also begets the question, can kernels be backed up like roms using recovery?






Cm12 dark ui? topic






Is there a cm12 dark ui build already posted somewhere. There are a lot of cm builds going around, but just not sure if there is one with a dark ui already out there. Any interest for one?






I am not able to flash CM12 topic






Hi,

unfortunately I am not able to flash CM12 on my XT1032. Phone is unlocked, converted to GPE and flashed via OTA to GPE 5.0.1 so I have L bootloader. I tried many recoveries (TWRP 2.7.x.x-2.8.x.x), CWM, CWM PhilZ Touch, different CM12 versions but without succeed. The strangest thing is that latest CM11 can be installed without any problems. I have also tried convert data partition from ext4 to f2fs.

When I am going to install .zip, I am always getting this error, no matter what I've tried:

Code:


E: executing updater binary
Cant mount /system.
Failed


I will welcome any suggestions, thank you!






Compiling CM12 for G2 topic






Hi guys! I've worked in several stock ROM projects, but I never learned how to build roms from source, I dont know why. Yesterday, I read some threads, and installed Ubuntu 14.04 in my lap. I am following the following threads to compile CM12:

I started the first one, which I think is very clear, but when I arrive to this I have to stop:


Quote:









Once all that stuff's over, create a folder called

Code:


local_manifests

in the .repo folder, and then make a new file in that folder called

Code:


roomservice.xml

open roomservice.xml using gedit, and add the following:

Code:


<?xml version="1.0" encoding="UTF-8"?>
<manifest>
 <project name="CyanogenMod/android_device_motorola_falcon" path="device/motorola/falcon" remote="github" revision="cm-12.0"/>
 <project name="CyanogenMod/android_device_motorola_msm8226-common" path="device/motorola/msm8226-common" remote="github" revision="cm-12.0"/>
 <project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" revision="cm-12.0"/>
 <project name="CyanogenMod/android_kernel_motorola_msm8226" path="kernel/motorola/msm8226" remote="github" revision="cm-12.0"/>
 <project name="TheMuppets/proprietary_vendor_motorola" path="vendor/motorola" remote="github" revision="cm-12.0"/>
</manifest>







Obviously, that code is for Moto G, but I don't know what should I write in that file. I found a thread in G2 section with the same question, but the OP had no answer.

Then I switched to the official thread trying to find some information. About local manifests it says:


Quote:









After the source downloads, ensure you are in the root of the source code (cd ~/android/system), then type:


Code:


$ source build/envsetup.sh
$ breakfast d802


This will download the device specific configuration and kernel source for your device. An alternative to using the breakfast command is to build your own local manifest. To do this, you will need to locate your device on CyanogenMod's GitHub and list all of the repositories defined in cm.dependencies in your local manifest.




Then I went to d802 github and located the cm.dependencies. Is that what I have to copy into the roomservice.xml file? Is this another way of preparing specific-device code?

If u know any other more comprehensive guide for d802 I would thank u so much if u could share with me. Any help is thanked.






Cm12 build : Error in BT module topic






Hi, i try to build CM12 for crespo.
The error occurs when compile Bluetooth module:


Code:


target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/../btif/src/bluetooth.c
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_conf.c
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_init.c
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_logmsg.c
preparing StaticLib: libc++ [including  /media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/STATIC_LIBRARIES/libcompiler_rt_intermediates/libcompiler_rt.a]
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_main.c
host StaticLib: libunwindbacktrace_32 (/media/EXT/android/nexus_s_cm_12/out/host/linux-x86/obj32/STATIC_LIBRARIES/libunwindbacktrace_intermediates/libunwindbacktrace.a)
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c: In function 'bt_le_lpp_rssi_monitor_upstream_evt':
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:547:14: error: 'WRITE_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
        case WRITE_RSSI_MONITOR_THRESHOLD:
              ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:547:14: note: each undeclared identifier is reported only once for each function it appears in
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:551:14: error: 'READ_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
        case READ_RSSI_MONITOR_THRESHOLD:
              ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:559:14: error: 'ENABLE_RSSI_MONITOR' undeclared (first use in this function)
        case ENABLE_RSSI_MONITOR:
              ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c: In function 'bt_le_handle_lpp_monitor_rssi':
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:637:28: error: 'WRITE_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
            error.subcmd = WRITE_RSSI_MONITOR_THRESHOLD;
                            ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:648:28: error: 'ENABLE_RSSI_MONITOR' undeclared (first use in this function)
            error.subcmd = ENABLE_RSSI_MONITOR;
                            ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:672:28: error: 'READ_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
            error.subcmd = READ_RSSI_MONITOR_THRESHOLD;
                            ^
build/core/binary.mk:697: recipe for target '/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/../btif/src/bluetooth.o' failed
make: *** [/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/../btif/src/bluetooth.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from external/bluetooth/bluedroid/main/../include/bte_appl.h:28:0,
                from external/bluetooth/bluedroid/main/bte_logmsg.c:36:
external/bluetooth/bluedroid/main/../stack/btm/btm_int.h:45:1: error: unknown type name 'tBTM_BLE_MULTI_ADV_CB'
 tBTM_BLE_MULTI_ADV_CB  btm_multi_adv_cb;
 ^
build/core/binary.mk:697: recipe for target '/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/bte_logmsg.o' failed
make: *** [/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/bte_logmsg.o] Error 1
target StaticLib: libc++ (/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/STATIC_LIBRARIES/libc++_intermediates/libc++.a)








[Q&A] CM12 Lollipop - unofficial 0.1 FULL OF BUGS topic






Q&A for CM12 Lollipop - unofficial 0.1 FULL OF BUGS

Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.

Before posting, please use the forum search and read through the discussion thread for CM12 Lollipop - unofficial 0.1 FULL OF BUGS. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.

Thanks for understanding and for helping to keep XDA neat and tidy! :)






New splash screen with CM12 topic






I just flashed the new official CM12 nightlies and noticed that the "Powered by android" text in the splash screen is now gone. Was this a deliberate hit at OnePlus by Cyanogen or just coincidence?






[Q] Internal Storage problem after clean install (Xperia T & CM12) topic






I tried to do a clean install of CM12 by whiteneo. In addition to factory reset i also did a system and internal storage wipe (NOT SD CARD but one of two partitions in which the storage of an android is divided, in particulary the one dedicated to data).
Everything went well , the rom works...but when i tried to open camera , it said "cannot take picture without an sd card", so i tried to move an app to internal storage and the operation failed. In settings the voice move to sd doesn't appear. But at the same time i can see the content of internal storage that only contains two folder "lost+found" and "TWRP".
It's like my phone can't see the interal storage.
Any solutions ??? THANKS!!






[Q] Help flashing official CM12!!! topic






OK, so I got the unofficial of the android development thread thing for the ATT HTC One m8 and just found out that Cyanogen just released a official nightly. So I go to install it, have zip and gapps. I wiped all cache, system, and data. Flashed zip but says error, I'm like wtf. It says I need to update a bininary or something. My android tech skills are at like 5/10 so I'm stuck here. With the unofficial I'm on android version 5.0.1 and I think the nightly I have is 5.0.3 (CM12 I have 2015-01-12 15:25:50). So any thoughts or recommendations on my dilemma please let me know. Thanks






[Q] CM12 cant send mms topic






I cant send mms after flashing cm12 on m phone .... what cna be reason or is there something i have to enable before hand to let it send and receive mms ?






[Q] WiFi does not work :( - CM12 Beta 3 topic






In my c2104 (Brasil) the WiFi does not work... also happened to CM11 KitKat. Please, can someone help me try to solve it? Thanks! :good:






Lg g2 d802 cm12 5.0.2... topic






Hey guys,

I have flashed the first Official release of CM12 and it is working perfectly. However, it doesn't have the ability to install Nightly updates and I do not know the process to get into TWRP. I've tried doing the Vol Down and Power Button to get into Recovery but it gets me into the Factory Reset option.

Does anyone know how to get into Recovery on a LG G2 using CM12 or how to root CM12 please?

Chris.






CM12? Lolipop topic






i had a dinc4 in the past and I just bought on eon ebay. do we expect a cm12 or other lolipop rom.
does any one know what would need to be done to make one.






Looking for firmware zip to flash for CM12 topic






Hello all,

I've been looking for the firmware zip and I couldn't find anything I could use in order to be able to flash CM12. The few files I could find were ones that kept returning "signature verify fail." I'm on the HTC One M8 Developer Edition.

Help is appreciated.