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

Cyanogenmod devices doesn't get push device token

I am using the latest Parse Android SDK 1.9.1. I use Parse only for the push notification service. It works on almost every device without problems. But now I figured out, that devices with Cyanogenmod installed doesn't get a deviceToken. And the…
patrickS
  • 3,590
  • 4
  • 29
  • 40
2
votes
1 answer

Android/Cyanogenmod building: remove-project from roomservice.xml

I want to remove a device-related project from the roomservice.xml generated by brunching in CM and add a different repo myself. Theoretically (in my localmanifest, called mint.xml), I should just need to
ljrk
  • 751
  • 1
  • 5
  • 21
2
votes
1 answer

Problems with here docs/strings in Android implementations of bash/mksh

I've encountered several issues with process substitution and here docs/strings in the bash and mksh shells on Android. Process substitution in bash fails for both privileged and unprivileged users. $ cat < <(ls) bash: /dev/fd/62: No such file or…
Six
  • 5,122
  • 3
  • 29
  • 38
2
votes
0 answers

How Do I Make My Music App ( MediaPlayer ) Work With External Equalizers like DSP Manager?

I'm currently working on an update for my music app, and I can't seem to make it compatible with external equalizers (specifically DSP Manager), similar to how Google Play Music and Apollo are. I've been Googling for the past hour but I can not seem…
Torch2424
  • 168
  • 3
  • 8
2
votes
1 answer

Failed running an app as root

I made a filemanager that I want go be able to navegate/modify some system folders (say, /data/). I copied my apk to /system/app, gave 644 permission to the apk file, and rebooted. Yet, my app is still run without root privileges (deny simple access…
Luis A. Florit
  • 2,169
  • 1
  • 33
  • 58
2
votes
1 answer

How to modify application settings in a custom Android ROM?

here's my problem : I've already done some research with Google, Stack Overflow and XDA Developers forums but I didn't even find a related question. I'm trying to customize this CyanogenMod ROM so the "Unknown sources" checkbox (in Settings >…
Epono
  • 108
  • 1
  • 1
  • 8
2
votes
1 answer

ARMv6 build for Gingerbread in AOSP

I am trying to port gingerbread to a development board with an ARM11 MPcore processor with ARMv6k architecture. I have added a device to the AOSP source, and my problem is that when I set 'TARGET_ARCH_VARIANT' to armv6k, armv6 or armv6-vfp, I get an…
Methos
  • 132
  • 1
  • 8
2
votes
1 answer

How can I trace if WhisperPush in Cyanogenmod 11 is working?

I recently installed Cyanogenmod 11 Pepper on my Xperia sola phone. Happily, CM 11 natively supports Short and Media Message Service encryption. I found this very convenient. Because of this reason I immediatly registered in WhisperPush…
hiob
  • 73
  • 1
  • 7
2
votes
0 answers

Where is the code for SD card storage option in CyanogenMod's camera app?

I'm using CyanogenMod 10.2.1 on an Xperia ZR. This device has an emulated SD card and a removable SD card. The stock camera app has an option to store images in the emulated or the removable SD card (see screenshots below). I'm writing a camera app…
phunehehe
  • 8,618
  • 7
  • 49
  • 79
2
votes
1 answer

How to build CyanogenMod against HTC One X

I've tried to build CyanogenMod against HTC One X by following the guide: http://wiki.cyanogenmod.org/w/Build_for_endeavoru. But this guide is kind of out of date, and I encountered some problems: Cannot find the vendor…
Evans Y.
  • 4,209
  • 6
  • 35
  • 43
2
votes
1 answer

Correct way to compile Settings.apk in android

I have Mini Cyanogenmod sources on my laptop. So I did make Settings to compile Settings.apk from source. (I don't wanna compile the whole ROM) And compilation finished nicely and I got Settings.apk compiled. So I pushed Settings.apk to /system/app…
omerjerk
  • 4,090
  • 5
  • 40
  • 57
2
votes
1 answer

What current Android phones use an NFC controller from NXP?

I want to port an NFC card emulation app to a smartphone running CyanogenMod, but that seems to require a phone with an NFC controller from NXP. Does anybody know some current phones that still have an NXP NFC controller? Is NXP still selling NFC…
Doguleez
  • 310
  • 4
  • 9
2
votes
1 answer

adb-shell : /sbin/sh: command: not found

I've managed to root Google Nexus 7 (2013 Wi-Fi) and install CyanogenMod 10 and clockworkmod recovery v6.0.1.9 following this guide and Everything looks fine. Then I downloaded and installed Thinktube image file to allow ad-hoc networking using…
hashDefine
  • 1,491
  • 6
  • 23
  • 33
2
votes
2 answers

What uses /system/lib/hw/sensors.*.so on Android (and where’s the source)?

My phone’s Android has under /system/lib/hw the following files among others: sensors.exynos4.so sensors.smdk4210.so Those dynamic libraries are somewhere in the chain for sensors like compass, gyroscope and ambient light. The first file…
2
votes
4 answers

How can I trigger an event when the device's profile is changed?

I'd like to trigger an event when the user changes the phone's profile but I'm not sure how. Idealy, I could catch the a broadcast intent and know when the profile has changed but I haven't been able to find any documentation on this. If I'm…
Mridang Agarwalla
  • 43,201
  • 71
  • 221
  • 382