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
324
votes
32 answers

INSTALL_FAILED_UPDATE_INCOMPATIBLE when I try to install compiled .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: /data/local/tmp/Trebuchet.apk Failure…
109
votes
22 answers

Insufficient permissions for device in Android Studio Workspace running in openSUSE 13.2

I have a rooted Motorola Defy+ running a Cyanogenmod v11 custom ROM (nightly build) created by Quarx. Using Android Studio Workspace,(ASW) v.1.1.0, when I try and debug on this device, I get ????????????[null] listed in the Choose Device window,…
portsample
  • 1,986
  • 4
  • 19
  • 35
28
votes
5 answers

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 various other goodies If I were to use it (for instance because I want Google+ sign-in), what would happen to users…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
26
votes
1 answer

What do I need to know to port Cyanogenmod to unsupported phones/tablets?

What do I need to know to port Cyanogenmod to currently unsupported android phones and tablets? Does it involve modifying and building the kernel from source? Does it involve modifying and building cyanogenmod from source? Where can I get the base…
James T
  • 1,079
  • 3
  • 13
  • 17
24
votes
2 answers

Is there any way to emulate perfectly a OnePlus device?

I'm trying to debug a problem that seems to be happening only on OnePlus devices, unfortunately buying this device is not an option for me, so I've been looking on Google how to emulate an OnePlus device but without any success :( Is there any way I…
Gabcvit
  • 1,468
  • 1
  • 15
  • 32
22
votes
1 answer

Device driver API match error

I've installed cyanogenmod on my galaxy 3. When developing in Eclipse, most apps seem to work okay. However, I've written an app that needs to access the gallery and every time I try to access it the app crashes with this at log cat: 02-03…
Nadav
  • 555
  • 3
  • 10
  • 19
19
votes
2 answers

CyanogenMod on Android emulator - is it possible?

I'm testing several modifications of Cyanogen MOD ROM's. It's not really comfortable to test them on real device. So the question: is it possible to install custom ROM (in particular CyanogenMod) on standard (or non-standard) Android emulator?
Barmaley
  • 16,638
  • 18
  • 73
  • 146
10
votes
2 answers

Repo sync fails to initialize CM13 work tree

whenever I try to sync CM13 sources, I get this error: panos@ubuntu:~/android/cm13$ repo sync -l Syncing work tree: 67% (344/512) fatal: This operation must be run in a work tree Traceback (most recent call last): File…
WhackyPanos
  • 131
  • 1
  • 1
  • 6
9
votes
2 answers

CyanogenMod or AOSP: Compile a single project

I am trying to MAKE / Compile a single AOSP project from the repository - specifically packages/apps/Email. Does anyone know how to do it? (I have no problem compiling the entire repository, but I really would like to be able to compile a single…
Erez A. Korn
  • 2,697
  • 3
  • 24
  • 32
9
votes
0 answers

How to debug bootloop?

I built custom Cyanogenmod 13.0 for Galaxy S5 Exynos (G900H), however after I flash my ROM, the phone is stuck on bootloop with the Samsung logo turning off and on in a loop. since CM and LineageOS does not support my specific S5 model (G900H) - I…
J. Doe
  • 191
  • 1
  • 10
9
votes
5 answers

repo init a particular commit

Im building the Cyanogenmod 9 (Android ICS) system for a Nexus S phone (samsung crespo). The problem is that if I do: repo init -u git://github.com/CyanogenMod/android.git -b ics The repo inits to the latest commit of ICS, in which the manifest…
renzoe
  • 145
  • 1
  • 3
  • 9
8
votes
3 answers

CyanogenMod: Translate a Project

I have translated a project in CyanogenMod (the Email app) to Hebrew by adding a values-he folder, and compiled the entire repository (make). I have made sure that the full languages make file includes the Hebrew language. However, when I loaded the…
Erez A. Korn
  • 2,697
  • 3
  • 24
  • 32
8
votes
1 answer

Is it possible to get the phone's currently selected profile?

The stock Cyanogenmod ROM has support for profiles baked in and although I'm not sure if this is a part of the default Android functionality, I was wondering if it is possible to get the name of the currently selected profile. I haven't been able to…
Mridang Agarwalla
  • 43,201
  • 71
  • 221
  • 382
7
votes
2 answers

Direct ALL android traffic through SSH tunnel

I am trying to completely conceal all traffic on my phone from the wireless provider. I would like to do this by directing the traffic through an SSH tunnel to my home router through iptables (not sure if they help?). The phone is rooted and is…
CatZilla
  • 1,456
  • 3
  • 12
  • 13
6
votes
1 answer

error syncing with cyanogenmod repo

I have followed the instructions here to get the cynogenmod source on my system. i was able to do the build successfully. I didn't do any local source changes. Now when i try to get the latest source using repo sync command, I am getting the…
Nimesh Madhavan
  • 6,290
  • 6
  • 44
  • 55
1
2 3
19 20