Questions tagged [cyanogenmod]

CyanogenMod is an aftermarket firmware for cell phones and tablets based on the open-source Android operating system. It offers features not found in the official Android-based firmwares of vendors of these devices.

CyanogenMod is an aftermarket firmware for cell phones and tablets based on the open-source Android operating system. It offers features not found in the official Android-based firmwares of vendors of these devices.

293 questions
1
vote
4 answers

Google Play Store insufficient storage error

I own a rooted Samsung Galaxy Tab 2 7.0 (GT-P3110). Im using Android 4.2.2 and Cyanogenmod 10.1.3-p3110. Since a few days my tablets play store screws up installing some apps. I get an insufficient storage error after the installprocess starts…
Henderk
  • 159
  • 1
  • 3
  • 11
1
vote
1 answer

What happens if compiling AOSP/CM is interrupted

I have two guesses: It compiled from the start, but uses CCACHE to go much quicker It continues, by detecting which modules have been compiled What would happen if I clear the CCACHE but not the OUT directory? Would it continue or restart?
Hamzah Malik
  • 2,540
  • 3
  • 28
  • 46
1
vote
1 answer

How to customize Cyanogenmod Source?

I am trying to build my own Android ROM. I have synced the Cyanogenmod KitKat repo, and i am wondering what I have to edit to change the SystemUI. Could someone help me out?? I have no idea where to start Tia, Caelin
caelin
  • 236
  • 1
  • 2
  • 13
1
vote
2 answers

How to build CyanogenMod calendar app from GitHub

for a project we need to add some functionality to CyanogenMod's calendar app. Unfortunately, we did not manage to build the app from the source on GitHub at all. It looks like the app was designed using Eclipse. As we're more familiar with…
Explicat
  • 1,075
  • 5
  • 16
  • 40
1
vote
0 answers

Android: cyanogenmod set wifi hotspot channel or frequency

I have rooted phone (HTC One, Android 4.4.4) with cyanogenmod and in my app I create Acces Point: Method method = mWifiManager.getClass().getMethod( "setWifiApEnabled", WifiConfiguration.class, boolean.class); …
Pepa Zapletal
  • 2,879
  • 3
  • 39
  • 69
1
vote
0 answers

Cannot resolve symbol (CyanogenMod system apps)

I am trying to build following CyanogenMod (can be found here)…
1
vote
0 answers

How can I upload an app to the play store to work only on certain rom?

I'm trying to upload an app to the Google Play but I'm trying to make it available only for devices running my android rom like Cyanogenmod did here and like MOTOROLA did here. I know there is an option to limit your app for certain devices, but I…
Rosenpin
  • 862
  • 2
  • 11
  • 40
1
vote
1 answer

Building cyanogenmod for grouper does not create the CM-*.zip

I followed the instructions in the cyanogenmod wiki page to build a custom ROM for grouper (Nexus 7 wifi only model). However, the CM-DATE-UNOFFICIAL.zip file is not created. I get this error message -- No private recovery resources for…
Sarvavyapi
  • 810
  • 3
  • 23
  • 35
1
vote
2 answers

Weird Issue reading to a TreeSet

I seem to be having a weird issue where it is faster to read a file into an ArrayList and from that ArrayList read it to a TreeSet than to add the data directly to the TreeSet. I can't seem to understand the problem. public TreeSet
João Costa
  • 412
  • 4
  • 15
1
vote
0 answers

how to re-enable first time setup at next boot?

A friend gave me his new nexus to install CM11 and a few applications. To install those applications i created a bogus Google account, downloaded them from the store, configured and then removed my account. now i want to give the phone back in a way…
gcb
  • 13,901
  • 7
  • 67
  • 92
1
vote
1 answer

Android DashClock Extension setup for CM Home (CyanogenMod 11)

today I coded a DashClock Extension in Java for DashClock Widget by Roman Nurik (https://play.google.com/store/apps/details?id=net.nurik.roman.dashclock&hl=de). Everthing works fine but the extension doesn't show up in CM Home. I have googled much…
Warren. Ty.
  • 11
  • 1
  • 5
1
vote
1 answer

Android CyanogenMod source compilation error

I've successfully downloaded the CyanogenMod 10 source tree by syncing the latest repo. I've also installed the Java JDK properly and already set a ANDROID_JAVA_HOME variable but still getting those errors while executing this command "make -j4…
Falling Into Infinity
  • 697
  • 3
  • 13
  • 34
1
vote
1 answer

Host-based Card Emulation, any guidance please?

I'm new to this field, I got a Nexus S ( CyanogenMod11 = Android Kitkat 4.4.2) And I need to use HCE (Host-Based Card Emulation) mode in order to emulate a contactless card. Any guidance on the steps and the tips I need to follow in order to…
rick_mo
  • 13
  • 4
1
vote
1 answer

What is git's relationship to repo?

I'm trying to do some contributing to Cyanogenmod. As per the directions at https://github.com/CyanogenMod/android_vendor_cm, I do the following: repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0 repo sync And, as expected, after a…
i41
  • 311
  • 2
  • 9
1
vote
1 answer

If I skip a nightly build update, will the next one cover it?

I'm updating every three days, but I only get the latest nightly build, am I lose something?
André Ikvmo
  • 89
  • 3
  • 10