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

Notifications are not being displayed on Some Android mobiles

In my app I am receiving notifications and I can able to see them in logs. But on some mobiles they are not being displayed. Ex : One plus A0001 (Android 5.1.1 API22).I have read other stackoverflow questions and ensured that all required methods…
Dinesh Chitta
  • 670
  • 8
  • 23
2
votes
0 answers

How to revoke other applications permission in android with root access?

I am making an android application which could temporarily remove other application's permissions such as their access to contacts based on the security level of the network. I do not want to go into the OS level and make changes there. I know this…
2
votes
2 answers

Cyanogen /dev/uinput key injection

I'm working on a Synergy port to the Android (see synergy-foss.org). The only way I've found to inject keystrokes is to use the Cyanogen Mod and write keystrokes to /dev/uinput. However, my app does not have permissions to write to /dev/uinput. …
Shaun
  • 3,777
  • 4
  • 25
  • 46
2
votes
0 answers

[QCOM-MSM8916][CM12.1] How to register correct framebuffer nodes? (fb0/1/2)

I'm the current developer for Samsung Galaxy J5. Chipset: Qualcomm MSM8916 Snapdragon 410 CPU: Quad-core 1.2 GHz Cortex-A53 GPU: Adreno 306 In /hardware/qcom/display-caf/msm8916/libqdutils there is the corresponding file, (qd_utils.cpp) to declare…
nickverse
  • 21
  • 2
2
votes
0 answers

CM Theme not running or not showing up in theme chooser (Settings>Themes)

I am new to creating themes and I'm running CM13, I'm trying to create CM theme. I am just trying to start with a simple theme that changes the wallpaper and lockscreen image. I am using Android Studio. I tried using the template provided by…
2
votes
0 answers

Re-add Cyanogenmod's CustomTile after it was manually removed

I'm toying with a very simple app that just adds a quick settings tile using Cyanogenmod CustomTile API. Everything works (my app's code closely resembles the CM SDK sample app), except for a single scenario. The problem is, once I've manually…
drdaeman
  • 11,159
  • 7
  • 59
  • 104
2
votes
2 answers

Sync Only Current Branch In Android

Lots of places suggest using the -c or --current-branch option to the repo command to reduce the amount of code downloaded. However, it no longer seems to be available: repo --time -c -j2 sync Usage: repo [-p|--paginate|--no-pager] COMMAND…
opticyclic
  • 7,412
  • 12
  • 81
  • 155
2
votes
2 answers

How is the Android WifiManager connected to wpa_supplicant?

I would like to restrict to Wifi networks a user can choose from on Android (Cyanogenmod). One approach I though of is filtering the networks on the service level. However, I can't find how the WifiManager is bound to wpa_supplicant. so my questions…
Martin
  • 75
  • 2
  • 10
2
votes
3 answers

ADB says device unauthorized

I tried installing cyanogenmod on my samsung s2. I managed to sucessfully install cyanogen recovery on the device which boots up when I start the device. After that I tried to install cyanogenmod which gets me an error: adb push…
codymanix
  • 28,510
  • 21
  • 92
  • 151
2
votes
0 answers

Building error CM bits

While building the bits of CyanogenMod, I kept receiving the error saying 'unknown type userdata_block_device' from a line from init_shell.te. Can anyone please help me?
user147073
  • 21
  • 2
2
votes
1 answer

Unable to fix error in Cyanogenmod build compilation with Jack

I'm having problems with building CyanogenMod 13 even after following all instructions to the T from this site: https://wiki.cyanogenmod.org/w/Build_for_serrano3gxx. Here's the error: Building with Jack: …
2
votes
0 answers

Mount boot partition on Galaxy S4 (i9500) (CyanogenMod 12.1)

I'm interesting in make some changes in init.rc file. As I have read, I must get copy of boot.img, unpack it, add my changes to init.rc file, pack and push back new boot.img to phone, and after reboot my changes will be considered. (I can't just…
sergs
  • 123
  • 1
  • 12
2
votes
1 answer

Can't send file to my phone with fastboot through ADB

I'm stuck in recovery mode cause I forgot to flash GAPPS on my LG G2 (D802) when I update from CM12 to CM12.1 ROM. My phone is now bootlooping. As I can't use any external storage I'm trying to send GAPPS package to my phone with fastboot from my…
Freezystem
  • 4,494
  • 1
  • 32
  • 35
2
votes
1 answer

Fatal signal 11 (SIGSEGV), code 1, fault addr 0x46 in tid 6643 (FinalizerDaemon) when closing map

I'm get an error Fatal signal 11 (SIGSEGV), code 1, fault addr 0x46 in tid 6643 (FinalizerDaemon) every time I'm closing map activity. Here is the logcat. 07-10 14:14:52.256 1661-1661/? I/DEBUG﹕ Build fingerprint:…
Haris
  • 1
  • 7
2
votes
1 answer

Cyanogenmod change permission to system files

I have built an application for ROOT android devices. It's open source and the source code is here. My problem is that, when the code tries to read the file "/sys/block/mmcblk0/queue/scheduler" i get this error 06-20 16:17:10.190:…
Eleftherios
  • 186
  • 1
  • 13