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
4
votes
2 answers

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
user1811603
  • 101
  • 1
  • 3
4
votes
1 answer

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 the number is a land line phone not in my…
MiniScalope
  • 1,429
  • 1
  • 16
  • 22
4
votes
1 answer

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 trying to get a picture",…
Peeter
  • 9,282
  • 5
  • 36
  • 53
3
votes
1 answer

How can I join Multiple android system_.img files to create one single system.img file

I have Stock rom for Lenovo Vibe K5 Plus and Lenovo Zuk Z1. But the system.img file is partitioned in multiple system_1.img system_2.img etc images. I want to get a single system.img image , so that it can be flashed through fastboot. Can someone…
3
votes
0 answers

Lock Screen Visualizer - Cyanogenmod

I am developing a music player app and have noticed specifically on Cyanogemod ROMS that there is a lock screen music visualizer (there are probably other ROMS with something similar that I haven't seen). My app uses a background service to keep…
Mark
  • 9,604
  • 5
  • 36
  • 64
3
votes
0 answers

Building Cyanogenmod from source - recipe for target failed (libnativehelper.so)

I'm getting the following error about an hour into my build of Cyanogenmod 12.1 for hlte, using the latest repo checkout. I am using Debian testing, have all dependencies installed as listed in Google's build guide and am using OpenJDK 7. I also…
James Hiew
  • 6,040
  • 5
  • 27
  • 41
3
votes
1 answer

What does a makefile rule syntax of the form "A : B : C" mean?

I'm looking through the CyanogenMod code to try to get a device running the latest version. In the build/core/binary.mk Makefile, there is a rule that looks like this: $(gen_c_objects): $(intermediates)/%.o: $(intermediates)/%.c $(yacc_cpps)…
Alex W
  • 410
  • 5
  • 11
3
votes
0 answers

How is the CyanogenMod "manual" focus mode controlled?

CyanogenMod apparently provides a "manual" focus mode without requiring the Camera2 API, but how can one control it? I discovered this mode on a OnePlus One, by calling: camera.getParameters().getSupportedFocusModes() The returned list includes an…
Pete
  • 424
  • 4
  • 14
3
votes
1 answer

How do I assign a drawable to ImageView

I am working on adding halo into cyanogenmod 11. And for that I am using a method which gets the state of halo being active or not, and then assigns image to it accordingly. First, here's my code from latest try (I have made multiple attempts to do…
Jaskaranbir Singh
  • 2,034
  • 3
  • 17
  • 33
3
votes
0 answers

Emulate Cyanogenmod in Genymotion?

I want to emulate a Cyanogenmod ROM and it seems Genymotion image is based on Cyanogenmod? However, the basehand is unknown in "Settings" -> "About phone". If it is not, is there any official Genymotion Cyanogenmod image or where can I find a…
Bin
  • 222
  • 2
  • 15
3
votes
3 answers

Oneplus One not found in Eclipse device manager

I found some questions where the Android devices were not found with Android ADT. I tried another cable, restarting Eclipse and the OnePlus One, installing new drivers, changing the USB port and some other different tips. My OnePlus One shows "USB…
user3844405
  • 31
  • 1
  • 2
3
votes
1 answer

build a particular version of cyanogenmod (namely, 9.0.0-galaxys2)

I want to build cyanogenmod 9.0.0 for samsung galaxy s2. I have read http://wiki.cyanogenmod.org/w/Build_for_i9100 and compiled the stuff successfully. But what has been built is cm-11, while I need 9.0.0. (I'm hunting a bug in the code written by…
18446744073709551615
  • 16,368
  • 4
  • 94
  • 127
3
votes
0 answers

Making successful Bluetooth connections in Android

I am mystified by two approaches to making BT connections in Android. This is what I have done for as long as I can remember, and it has worked from 2.3+ devices to early 4.x. This what the Android docs describe as well. private static final UUID…
PVS
  • 1,168
  • 11
  • 24
3
votes
0 answers

CM 10.2 Won't Boot (Black Screen) After Adb Sync System

I've successfully built CM 10.2 and installed it onto my Galaxy S4. I wanted to start experimenting with the source by tracing API calls through the different layers of Android system - I added a log statement to the SensorManager.java's…
user3200382
  • 103
  • 1
  • 5
3
votes
2 answers

Anyone know how to turn on USB debugging "ON" on Nexus Q without running the Q app on smartphone?

Anyone know how to turn on USB debugging "ON" on Nexus Q without running the Q app on smartphone? I could not succeed to configure from Nexus Q app running on my smartphone, it starts with "Couldn't sign in: An error occurred while attempting to…
Snekithan
  • 360
  • 3
  • 11
1 2
3
19 20