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

How to set temporary directory when building cyanogenmod

I am trying to build cyanogenmod, but the build fails with the following. My drive on /mnt has plenty of space, however the root-partition where /tmp resides has less space, so I assume this happens while writing a temporary file. Therefore I would…
centic
  • 15,565
  • 9
  • 68
  • 125
5
votes
2 answers

Android-Telephony application that keeps focus on incoming calls

I am developing a custom telephony application that is able to receive calls. Using this code for handling the incoming…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
4
votes
3 answers

How to build CM system app without odex?

When I build CM7 's system app (eg. ADWLauncher) , I switch to ADWLauncher's folder and run "mm" command, then I get .apk and .odex file, How can I just get .apk file with dex in it. I mean should I change somewhere in Android.mk or generic.mk to…
Daniel
  • 231
  • 1
  • 3
  • 6
4
votes
1 answer

Android Bluetooth Connection Secure Insecure

I have been playing around with the bluetooth API for Android 2.2 (API level 8, HTC Desire) and had an app connecting to an embedded Bluetooth device using: device.createRfcommSocketToServiceRecord(DEV_UUID); This generated a pairing request as…
DarkRyuu
  • 169
  • 2
  • 3
  • 13
4
votes
2 answers

Why is an API introduced in Honeycomb working on Gingerbread?

In the documentation for DatabaseUtils.concatenateWhere(...) it is stated that it is supported from API level 11+ (HONEYCOMB). However, while testing compatibility on various devices, that on my Droid X running Cyanogenmod 7 nightly build 98 (based…
Jon Willis
  • 6,993
  • 4
  • 43
  • 51
4
votes
0 answers

Help building patched android framework

I am new to Android platform development. I have just succeded building Cyanogenmod 7 sources after applying a patch, which adds extra jars to the system (fit into /system/framework directory). After flashing the device and checking that the new…
Fernando Miguélez
  • 11,196
  • 6
  • 36
  • 54
4
votes
5 answers

How to recognize that CyanogenMod is on a board?

I have checked a lot of fields from http://developer.android.com/reference/android/os/Build.html . However I am not able to get clearly information that specific device use CyanogenMod. this is what I…
noisy
  • 6,495
  • 10
  • 50
  • 92
4
votes
1 answer

Extract vendor blobs and make a device tree

I'm trying since many time to get a CM (now Lineageos)13/14.1 build for my device, which is a Huawei Mediapad T1-A21W (codename: hwt1a21l) with EMUI 3.0 (Kit Kat 4.4.4) but i'm limited for the following reasons: There are no device tree to work…
Mustang_ssc
  • 41
  • 1
  • 1
  • 4
4
votes
0 answers

Android Device Encryption fails on CM-12.1 due to error in device-mapper

I am currently trying to compile CM-12.1 (Android 5.1) for a Xiaomi Redmi Note 3 (MTK), but I am having issues with the device encryption (i.e., encrypting the /data partition). Specifically, when telling Android to encrypt the device (i.e.,…
Roman
  • 53
  • 1
  • 5
4
votes
1 answer

repo: command not found in automated bash script to build cyanogenmod

I am running linux mint 17.2, I have repo installed and the path to repo is added to my .bashrc. I have previously initiated my repo. I have followed the instructions on the Android Source Downloading and How to Build CyanogenMod pages. The problem…
Michael
  • 41
  • 1
  • 6
4
votes
1 answer

Cyanogenmod: custom port not booting (stuck before boot animation)

I'm currently building a custom cyanogen port (CM 12.1) for a china phone (Mann Zug 5S for that matter). I've been able to build a working recovery and I've been able to build a ROM. The ROM installed fine so far, but as it gets to booting, I'm…
Phil
  • 568
  • 3
  • 19
4
votes
2 answers

CM12 build failed for oneplus one

I am following this wiki http://wiki.cyanogenmod.org/w/Build_for_bacon to build cyanogenmod 12 for oneplus one. Build fails with the following error. brunch bacon including vendor/cm/vendorsetup.sh Looking for…
habisravi
  • 69
  • 1
  • 4
4
votes
0 answers

Compile Android Open Source Launcher in Android Studio

I want to build my own customized launcher based on launcher3 though I found it very difficult to compile. Also read this old post: Customize Android Launcher from source Is it still the case that it is difficult to compile? What would you…
AYBABTU
  • 986
  • 3
  • 17
  • 39
4
votes
2 answers

android.graphics.Picture not being drawn in API 14+

When i change the targetAPI in the manifest from 13 to 14 (or higher) the Picture no longer work. No matter what or how. Example Paint bluepaint = new Paint(); bluepaint.setColor(Color.BLUE); Picture pic = new Picture(); Canvas…
NikkyD
  • 2,209
  • 1
  • 16
  • 31
4
votes
1 answer

Strange crash stack trace that happens to rare users

I am getting the following crash from a small amount of users: 08-29 00:56:33.321 615 636 I BootReceiver: Copying /data/tombstones/tombstone_09 to DropBox (SYSTEM_TOMBSTONE) 08-29 00:56:33.351 615 615 I WindowState: WIN DEATH:…
SirKnigget
  • 3,614
  • 2
  • 28
  • 61
1
2
3
19 20