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
1 answer

CyanogenMod version number

Is the version number of CyanogenMod is saved anywhere in Cyanogen source tree (the code that I downloaded with repo iint and repo sync? I downloaded CyanogenMod code a few months ago, and I'm not sure which version I downloaded (10.0 or 10.1), so I…
ranshw
  • 41
  • 5
1
vote
0 answers

Compiling CyanogenMod for lg g2 d802

I'm trying to build CyanogenMod for intl G2 (the only change I've made is to add halo) for the repo init I've done: repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0 -g all,-notdefault,d802,lge And then repo sync -j8 After that,…
Synny
  • 542
  • 1
  • 4
  • 18
1
vote
1 answer

git - Downloading the Android source code

I am trying to download the CyanogenMod source code (4.4.2) on a Windows PC running Ubuntu via VMPlayer. I can use git and repo on Ubuntu with no problems, however I am looking for a way to download the source with other methods (such as torrent or…
dantis
  • 205
  • 2
  • 10
1
vote
1 answer

Adding a setting option in Android Settings.apk

I have a status bar signal icon that I would like to make an option in Settings.apk on Cyanogenmod. The setting is there, and assigns the correct int value to STATUS_BAR_SIGNAL, I just can't figure out how to execute my new icon once that option is…
Gakio
  • 783
  • 6
  • 7
1
vote
1 answer

CyanogenMod: enable to build CM10.2.zip: recompile with -Xlint:deprecation for details

I am trying to build CM10.2 for Samsung S4 over in Ubuntu 12.04.4 (64-bit system) following this link. After following each step to the letter, I am unable to generate the cm-[something].zip file. Here's what I got after the build finished: Note:…
user3009135
  • 315
  • 1
  • 2
  • 7
1
vote
1 answer

Tips, tricks, and requirements for editing open source Android apps

I'm getting back into Java programming, and I've decided that giving back by working on open source Android apps is a great way to start. I've been running Cyanogenmod nightlies for about a year now, and would like to start with some of the core…
BoydDensmore
  • 181
  • 12
1
vote
1 answer

Can you test android apps on cyanogenmod?

I have a Nexus 5 and want to begin making apps in the future, but I personally want to use CM instead of the stock OS. Can you test android apps on CM and is it representative of how apps would behave on the stock OS?
Ash
  • 21
  • 4
1
vote
2 answers

Compile and run CM 10.2 on simulator (GOLDFISH)

I want to build and run CyanongenMod 10.2 on simulator. First of all, my developer machine is ok (it builds CM 10.2 for crespo, a CM fork for Motorola Defy...CM 10.1 for samsung p4 tablet). In order to build CM 10.2 for simulator I do the following…
Sarbyn
  • 340
  • 1
  • 13
1
vote
1 answer

How to set the default app for Trebuchet launcher using adb shell?

I need to set the default application to be launched when clicking the home button. Currently I am doing that by selecting the application in the Trebuchet launcher and clicking "Always". But in my case I need to do that using the shell, since I…
Paul Spieker
  • 133
  • 2
  • 9
1
vote
1 answer

CyanogenMod and OpenGL ES texture loading

My friend tested my application on a Motorola Defy (with CyanogenMod v4.x, I don't remember exact version number, and she is not reachable now). My app uses OpenGL ES (v1.1, and in another activity, v2.0). She reported that during each "new game"…
Thomas Calc
  • 2,994
  • 3
  • 30
  • 56
1
vote
2 answers

How CyanogenMod Theme engine works?

Is there someone can give me some suggestions about how the CM theme engine works? I searched google ,but I find nothing about how the CM theme engine works. I want to see the CM theme engine code ,but I dont know which point I shoud start. I hope…
yftx
  • 110
  • 2
  • 11
1
vote
4 answers

How to properly manage changes to Android source?

Let's say I'm building Android or CyanogenMod from source and want to make changes to its source. Also, let's assume I don't want to submit these changes (since they are incomplete or are changes that have already been rejected, for example). What…
amfcosta
  • 1,049
  • 10
  • 21
1
vote
2 answers

what are the common scenarios in which ALWAYS_FINISH_ACTIVITIES will be enabled?

I'm tasked with supporting an app that has already been deployed in production but improperly supports the destruction and recreation of Activities. This is most obvious when a user's device is configured by default to always destroy activities…
jph
  • 2,181
  • 3
  • 30
  • 55
1
vote
1 answer

Auto shut down event when battery is low

I am trying to find where in the android source code the event that tells the device to shut down due to low battery it located. I am currently looking at cyanogenmod source but I imagine this is a common area for all mod sources. Can anyone point…
CeejeeB
  • 3,034
  • 4
  • 25
  • 32
1
vote
2 answers

How to use CyanogenMod-specific API properly

I am interested in the ProfileManager api, but I am to ask some more generic question. How to include the class for cyanogen mod?Is there any SDK/library package, or shall I download the whole android_frameworks_base project? How to configure…
J-16 SDiZ
  • 26,473
  • 4
  • 65
  • 84