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

Running app: No such file or directory

I'm making a android app for the first time. I have created an project in the Android studio. And I want it to run. But when I click on the run button I get this error: Uploading file local path:…
Paul Oostenrijk
  • 659
  • 8
  • 16
2
votes
1 answer

Trying to build Cyanogenmod 7 - can't find wifi.h

I try to build Cyanogenmod 7 (Android 2.3.7) for my ZTE Tureis. The build stops at frameworks/base/core/jni/android_net_wifi_Wifi.cpp:26:18: error: wifi.h: No such file or directory When I open up the cpp file and change
2
votes
1 answer

Cyanogenmod android.jar file

I'm attempting to write an application which uses a few classes and constants that were added to cyanogenmod and do not exist within the standard andriod api. My question is, using the android SDK, eclipse and ADT, is it possible to get and build…
Angelo Genovese
  • 3,398
  • 17
  • 23
2
votes
2 answers

How to build open source programs with a configure script for Android using NDK?

I have a question about how to build open source programs with a configure script for Android using NDK? I have seen something here but it doesn't seem to be very helpful. Here's another question but it didn't provide much information either. Are…
Tianyang Li
  • 1,755
  • 5
  • 26
  • 42
2
votes
1 answer

How to correctly sign apps in CyanogenMod?

I compiled CyanogenMod 7 from source code, then tried to install ADWLauncher on my device: $ adb install -r ./out/target/product/crespo/system/app/ADWLauncher.apk 4147 KB/s (1060312 bytes in 0.249s) pkg: /data/local/tmp/ADWLauncher.apk Failure…
artem
  • 16,382
  • 34
  • 113
  • 189
2
votes
0 answers

Building CyanogenMod on Mac OS X - errors in strace

I'm trying to build CM9 on Mac OS X Lion, I followed all the instructions from android developers's site when set up the environment, then moved CM9 sources to my MacBook from Linux notebook via rsync, and when I rebuild it ($ brunch crespo), I'm…
artem
  • 16,382
  • 34
  • 113
  • 189
1
vote
0 answers

Adding sdcard/usbdrive to android emulator

According to instructions in this site. I added cyanogenmod ROM to my Android AVD. The AVD works fine, but it fails to detect/mount sdcard. Is there any way to get it working? Can I mount other devices/harddisk/usbdrives in my AVD ? Thanks for…
Srikant
  • 167
  • 7
1
vote
2 answers

Android - How to open standard search dialog?

I need to open the search dialog (it's opening, for example, when I click on standard search widget).
artem
  • 16,382
  • 34
  • 113
  • 189
1
vote
1 answer

debugging app on xperia over Ubuntu

I'm trying to debug an Application on a Xperia cellphone with Cyanogenmod installed, but it doesn't seem to recognize my cell phone. Also, adb seems to be gone, I followed http://developer.android.com/guide/developing/device.html the official guide,…
Pedro Teran
  • 1,200
  • 3
  • 17
  • 43
1
vote
1 answer

Python scripts for monkeyrunner on cyanogenMod

I have some scripts that run perfectly on htc desire with sense on it. But when I start my scripts on htc desire with cyanogenMod it throws a lot of weird exception. Is anybody familiar with this kind of topic ? for example I have script that runs…
Lukap
  • 31,523
  • 64
  • 157
  • 244
1
vote
2 answers

How can I view the differences between an Android custom ROM and the official Android source?

Having recently acquired an Android device, I started playing around with building a custom ROM image. I downloaded a version of CyanogenMod 7.2 ported for my device and built it successfully. Since this is a port to my device, I'd be interested in…
KarateSnowMachine
  • 1,490
  • 2
  • 13
  • 17
1
vote
1 answer

Outgoing call muted after recording audio on Android with AudioRecord class

While recording audio on Android with the AudioRecord class there is an issue when I place an outgoing phone call. Even when the audio recording is stopped upon the "android.intent.action.PHONE_STATE" broadcast the outgoing audio stream is 'muted'…
Sney
  • 2,486
  • 4
  • 32
  • 48
1
vote
1 answer

Can I recover memory allocated to ccache (compiler cache)?

I have been building LineageOS and AOSP ROMs for over a year now. A build for me takes about eight hours on my PC and I know using ccache can speed things up for me. But I have read on LineageOS's website and XDA that you cannot recover the space…
1
vote
1 answer

Android reboots when I try to set a service foreground

I've hit a strange behaviour in my app: when I try to set a service foreground, the handset (HTC G1 + Cyanogen Mod) reboots. It works when I don't try to foreground this service. Here is the incriminated code: Notification notification = new…
Rob
  • 2,766
  • 5
  • 32
  • 39
1
vote
2 answers

Android OS - custom roms - is it safe?

I just wanted to know is it really safe to sign into your google account through custom roms without risking leakage/ stolen password or having your google account stolen? Thanks
Rupert
  • 39
  • 2
  • 6