CyanogenMod is an aftermarket firmware for over forty 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,

learn more… | top users | synonyms

1
vote
0answers
18 views

Profiling android-ndk plain C/C++ executable

What is the best way to profile plain C/C++ android executables on a rooted android device? android-ndk-profiler seems to support only ndk libraries linked to Java. Any suggestions? Thanks
-2
votes
0answers
26 views

how to install android on an mk808 [closed]

How does one install cyanogenmod on the mk808 minipc? I can't find a good tutorial nor can I get it to work myself. At this point I'm hoping I didn't brick my device. Please help.
-3
votes
2answers
53 views

Can I port Cyanogenmod without actual compiling? [closed]

I recently got a chinese Android 4.2 tablet. I have R/W access to all the flash memory of it. Is it possible to do a "lazy port" of Cyanogenmod for it, like replacing files in the /system partition ...
0
votes
2answers
54 views

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 ...
0
votes
0answers
56 views

AdMob: not showing Ad - Android, Maybe Cooked ROM Fault?

I am testing in 4 devices: 2 virtuals and 2 real. In the 2 virtuals (2.3 and 4.2) works perfectly. The real ones are: Asus Tablet TF700T (Asus Brand Rom, 4.2.1) - Works perfectly. Xperia Neo ...
-3
votes
0answers
27 views

Get number of CyanogenMod updates [closed]

I have tried coding this for days now, and I really need help here (I don't know what I am doing). I want to get the number (an int) of CyanogenMod nightly updates available since the last time the ...
0
votes
2answers
25 views

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 ...
-1
votes
1answer
66 views

Porting Kernel From Another Device [closed]

I am developing CM10 for my device, and I want to port 3.4 kernel from another device (because my device doesn't have 3.4 kernel). I am fairly new to android development, therefore I need some ...
0
votes
0answers
20 views

FIFO loses permissions after reboot

I am creating a FIFO special-file via mkfifo(fifo_path, S_IRWXU | S_IRWXO); chmod(fifo_path, strtol("0777", 0, 8)); The file is created with permission "prwxrwxrwx" and everything seems to be ok. ...
0
votes
0answers
55 views

Compiling CM10.1: Error 1 file truncated

I am trying to compile nightly CM10.1 ad my machine stopped, so I've restarted it. Now I am getting descriptor.o: file not recognized: File truncated collect2: ld returned 1 exit status I've ...
0
votes
0answers
33 views

How to Compile CM7 Camera correctly

I'm trying to compile the CM7 Camera for all devices ( Froyo-JB) from their Source More specifically, I'm using This source Now, I imported the source to Eclipse, I got two projects ( Camera and ...
0
votes
0answers
100 views

How about the support state of Android backup transport on various ROMs

Google did mentioned the backup mechanism in the SDK docs, but left the actual implementation to ROM developers. I believe all nexus devices have their official support for Google cloud backup ...
1
vote
0answers
143 views

LG L5 reboot itself [closed]

after correctly rooting and unlocking the bootloader on my Lg L5 (e610), i've installed the famous Cyanogenmod 10, but when it boots, after about a minute, it reboots itself. Why? I googled a bit ...
0
votes
0answers
25 views

Any publicly available EBS snapshot of cyanogenmod sources

Does anyone have a publicly accessible EBS snapshot of android repository for cyanogenmod to start off from. It seems much better than each individual cloning from main github repositories each time. ...
0
votes
1answer
139 views

Compile single app packages for cyanogenmod in windows

I want to modify the phone.apk and someone said it's easy to do with cyanogenmod. Because I can't compile a single package in Eclipse (a lot of missing constants), I figured out I need to compile it ...
0
votes
2answers
190 views

Is it possible that two BroadcastReceiver from two apps, based on the same broadcast intent action, somehow “collide”?

I have a BroadcastReceiver inside a service: public class NotificationClickService extends Service { private static final String DEBUG_TAG = "NotificationClickService"; @Override public ...
2
votes
1answer
50 views

Trying to build Cyanogenmod 7 - can't find wifi.h

I try to build Cyanogenmod 7 (Android 2.3.7) for my ZTE Tureis. The build stops at frameworks/base/core/jni/android_net_wifi_Wifi.cpp:26:18: error: wifi.h: No such file or directory When I open up ...
0
votes
0answers
177 views

Find part of CM10.1/stock Android IME (keyboard) where word is sent to text field after pressing space

I am trying to improve/add modifications to the CM10.1 keyboard with features that I haven't seen in other keyboards. The CM10.1 keyboard is almost perfect for what I need but is missing a few key ...
0
votes
0answers
62 views

Android Game Choppy when Playing Music

I am working on a game engine for Android. I recently have ran into a peculiar issue. The game runs perfectly smooth, ~60fps. However, when I use the MediaPlayer I begin to get pauses as the music is ...
0
votes
1answer
116 views

Android cyanogenmod 9.1: Intent shouldn't be sticky

I'm testing my Android app on Cyanogen 9.1 (Android 4.0.4) and I found a weird behavior. My app contains a BroadcastReceiver that listens to android.net.conn.CONNECTIVITY_CHANGE. According to Android ...
0
votes
0answers
93 views

Pinch zoom in Android 2.3 Browser. How to?

Need pinch zoom for Android 2.3 standart Browser. I use AOSP sourse code. In CyanogenMod Android 2.3 pinch zoom is present, but I can't shearch code responsible for it. Plz help me with it.
1
vote
1answer
651 views

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 ...
0
votes
1answer
107 views

Widget.Holo.TextView.ListSeperator causing crashes in Settings.apk

I am making a theme for CyanogenMod 10.1 and I have stumbled upon one problem. I added this to my styles.xml: <style name="Widget.Holo.TextView.ListSeparator" ...
0
votes
0answers
127 views

How to change repo sync refresh rate?

I have frequent disconnections so my repo sync sticks at a certain place until I do that command again. As you know, doing the repo sync again, downloads the same thing AGAIN. So how can I configure ...
0
votes
0answers
271 views

Android, Eclipse & CM10.1 Profile Manager

I want to switch cm profile manager profiles from within my app. I found that i need to get the service from ProfileManager, so after digging in cm10 sources i figured import ...
0
votes
0answers
143 views

Galaxy s3 low accel reading CM 10.1

I am working on a program for my Android phone, however I think I may have a problem with either my phone or CM 10.1. When I get the output of my accelerometer when my phone is sitting on my desk the ...
-2
votes
1answer
924 views

Network isn't coming after install the jelly bean 4.1.2 in samsung galaxy tab p1000 by CyanogenMod 10 [closed]

i install the jelly bean 4.1.2 by the CyanogenMod 10 and after the installation tab doesn't show the network and when i call on a no. it shows a error "Mobile network not available" . but the SIM ...
1
vote
1answer
185 views

What are differences between same ROM for different devices? [closed]

For example, can anybody give some concrete examples of differences between Cyanogen Mod 10 for Samsung i9100g and CM 10 for i9100? As far as I know, they have different hardware and that's why their ...
3
votes
1answer
165 views

How CyanogenMod10 figures out caller's location?

Edit: Changed JellyBean to cyanogenmod 10 as it's probably a cyanogen feature I noticed my phone under CyanogenMod10 phone displays in the call log the (approximate) location of callers (only when ...
0
votes
0answers
84 views

How to build portable binary using Android private APIs

I'm working on the application which uses some of the Android private APIs. I build it as part of full Android (CM10) sources configured for my phone. The resulting binary works great on that device ...
2
votes
1answer
765 views

Google Play services: How to handle devices that do not have Google Play?

Google Play services is an Android library whose goal is to provide: OAuth 2.0 authentication Google+ sign-in Google+ +1 button If I decide to use it (for instance because I want Google+ sign-in), ...
3
votes
2answers
273 views

Is it correct to use device tree from CyanogenMod for AOSP building?

I am trying to build AOSP Gingerbread for my Samsung Galaxy Y S5360. So I need the device tree for S5230. I have found it here. But it is for Cyagenmod. Is it correct to use it in pure AOSP?
0
votes
0answers
94 views

cyanogen mod rom Network provider always return false

I am using nexus s and i have flashed it with cyangoenMod rom on it. I am trying to see if "network" provider is enabled or not using the code isEnabled = ...
0
votes
0answers
97 views

Porting CyanogenMod to new deice with source

So I have a AML8726 Tablet with proprietary files and needed files so I was able to get the source from the company after begging, the source is 2.3.4 and after editing some of the files it compiles ...
1
vote
0answers
364 views

Installing custom rom on htc phones over fastboot or adb [closed]

i am trying to build cyanogenmod for sensation. After building i have update.zip, which i can install over cwm recovery manually. But how to install rom over fastboot or adb in order to automatize ...
1
vote
0answers
241 views

Gain S-OFF HTC Sensation [closed]

I have installed Cyanogenmod 10 in my HTC Sensation. But when it launches i am stuck at the very first loading view of Cyanogenmod. I just noticed that i for some reason still have S-ON in my phone, ...
0
votes
1answer
59 views

Is the cyanogen a good option for my samsung galaxy note?

I'm searching for a release for my samsung galaxy note, but I can't found an option for my device, is possible install cyanogen in my Galaxy Note GN-7000? http://www.cyanogenmod.com/devices Thanks,
0
votes
0answers
181 views

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 ...
1
vote
1answer
804 views

Build AOSP for Desire S

I downloaded AOSP from http://source.android.com & follow the steps of building the system as mentioned. Got system.img and other img files in the building process of the code. Then I fastboot ...
0
votes
0answers
353 views

application crashes in cyanogen mod 9 [closed]

i install cyanogen mod 9 on my SGS plus. And now my application crashes. LOG : java.lang.RuntimeException: Error receiving broadcast Intent { act=dixi.taxi.soft.taxoid.serverdata flg=0x14 (has ...
0
votes
0answers
168 views

ccache BASEDIR (shared) configuration

Environment is Ubuntu 12 I have two different versions of the same build. one located under /media/CM10/custom the other under /home/malachi/CM10/android/system I have a specialized ...
0
votes
3answers
2k views

INSTALL_FAILED_UPDATE_INCOMPATIBLE when I try to install compiled Trebuchet.apk on device

I've compiled Trebuchet launcher from CyanogenMod 9, and trying to install it with adb: $ adb install out/target/product/generic/system/app/Trebuchet.apk 3986 KB/s (7870141 bytes in 1.928s) pkg: ...
2
votes
1answer
185 views

Cyanogenmod android.jar file

I'm attempting to write an application which uses a few classes and constants that were added to cyanogenmod and do not exist within the standard andriod api. My question is, using the android SDK, ...
1
vote
2answers
205 views

How to build open source programs with a configure script for Android using NDK?

I have a question about how to build open source programs with a configure script for Android using NDK? I have seen something here but it doesn't seem to be very helpful. Here's another question ...
-1
votes
1answer
945 views

Where is JB launcher repository and why Trebuchet's src folder in CM10 is empty?

There is no Launcher2 repository in github.com/android, and directory Trebuchet/src in CM10 is empty. Why?
1
vote
1answer
5k views

Tutorials or guides on porting CyanogenMod to a new device?

I'm currently interested in making CyanogenMod 9 work on a HTC One X. However there doesn't seem to be tutorials or guides out there on how to port CyanogenMod to a new device. From some forum ...
2
votes
0answers
151 views

How to correctly sign apps in CyanogenMod?

I compiled CyanogenMod 7 from source code, then tried to install ADWLauncher on my device: $ adb install -r ./out/target/product/crespo/system/app/ADWLauncher.apk 4147 KB/s (1060312 bytes in 0.249s) ...
0
votes
0answers
167 views

Iperf for Android not working

The Iperf application on android don't seem to work, The application will load and allow me to enter an Iperf command, in this example I am simply entering -s and click Done, but then nothing ...
2
votes
1answer
985 views

Taking a picture from the camera fails 20% of the time

var camera = { settings : { quality : 50, targetWidth : 1024, targetHeight : 1024, correctOrientation : true } }; var error = function(message) { alert("Error happened while ...
2
votes
1answer
5k views

Create customized zip including system.img, boot.img etc for Android customized ROM

I downloaded AOSP source code and built it as instructed in its official site. Now I have 4 img files as system, boot, recovery, userdata. I want to create a zip file which should include these files ...

1 2