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

Android performance issue while populating AutoCompleteTextView

I have an AutoCompleteTextView I populate dynamically. I do this dynamically, because I have about 10000 proposals (streets) to show, so I split the list according to their first letter. Let's say somebody enters "a", I populate the Adapter with all…
Bevor
  • 8,396
  • 15
  • 77
  • 141
3
votes
2 answers

Enabling logcat in init.rc

I'm appending init.rc in Android root with: service logcat /system/bin/logcat -v long -f /mnt/sdcard/logcat.log This solution doesn't generate any logs. The logcat.log file doesn't exist. How can i start gathering logcat output through init.rc ?
LazyBones
  • 107
  • 2
  • 10
3
votes
3 answers

GCC thinks I'm running x86

I am trying to compile Cyanogenmod on Linux Mint 15. And receive the following error. host StaticLib: libmincrypt (/home/benji/Source/out/host/linux-x86/obj/STATIC_LIBRARIES/libmincrypt_intermediates/libmincrypt.a) ERROR:…
bskool
  • 2,068
  • 2
  • 17
  • 24
3
votes
2 answers

Is it correct to use device tree from CyanogenMod for AOSP building?

I am trying to build AOSP Gingerbread for my Samsung Galaxy Y S5360. So I need the device tree for S5230. I have found it here. But it is for Cyagenmod. Is it correct to use it in pure AOSP?
RomanHotsiy
  • 4,978
  • 1
  • 25
  • 36
3
votes
1 answer

Build AOSP for Desire S

I downloaded AOSP from http://source.android.com & follow the steps of building the system as mentioned. Got system.img and other img files in the building process of the code. Then I fastboot system img to my android htc desire s device. it…
M P Mathugama
  • 1,418
  • 1
  • 20
  • 31
3
votes
1 answer

ccache BASEDIR (shared) configuration

Environment is Ubuntu 12 I have two different versions of the same build. one located under /media/CM10/custom the other under /home/malachi/CM10/android/system I have a specialized build-setup.sh which is invoked by the main build process and…
Malachi
  • 2,260
  • 3
  • 27
  • 40
2
votes
2 answers

How to upgrade the Market Application from version 1.82?

The README for the market billing sample states: In-app billing requires version 2.3.0 of the Android Market application. To run the sample application you must have this version (or a newer version) installed on your device. You can check the …
Bill The Ape
  • 3,261
  • 25
  • 44
2
votes
2 answers

how change screen led like Cyanogenmod widgetrenderFx night mod

i work about application how can change android screen brightness, can somme help me by giving some examples of how to doing this. Thanks :-)
user820688
  • 719
  • 2
  • 13
  • 27
2
votes
0 answers

Where do I find AudioHardware.cpp for the Nexus One?

Googling for Nexus One AudioHardware.cpp yields lots of results but none brings the actual source file as can easily found for other phones (e.g. Vogue or msm7k). If possible, I would like to find both the stock (Google's official) version and the…
ateiob
  • 9,016
  • 10
  • 44
  • 55
2
votes
1 answer

Building unofficial LineageOS port with lunch

I'm working on an unofficial LOS 14.1 port for the Samsung Galaxy Ace 4 Neo SM-G316ML. I currently have the LOS and kernel sources in GitLab, not GitHub. android_device_samsung_vivalto3mve3gltn android_kernel_samsung_vivalto3mve3gltn I've created…
Megver83
  • 185
  • 1
  • 11
2
votes
2 answers

Android Programming: Stay with CyanogenMod?

My new Nexus One came pre-installed with CyanogenMod. It's great so far, but since I bought it for software development purposes (initially just learning how to program for Android), should I stay with it, or install the official Android OS…
Android Eve
  • 14,864
  • 26
  • 71
  • 96
2
votes
2 answers

repo sync stuck at 99% because of frequent internet disconnections

I try to repo sync cyanogenmod source. It got until the 99% stage, but it seems that there is a big file in this stage, and because of quite frequent disconnections of my internet connection, it doesn't manage to download it. Every time a…
J. Doe
  • 191
  • 1
  • 10
2
votes
0 answers

Cyanogen Bluetooth scan with Android API Not Working

I am programming an Android application within Android Studio to scan the perimeter for nearby Bluetooth devices. The application works perfectly when tested upon an Android device. When I test the application on a phone that runs on Cyanogen OS,…
JordC1995
  • 57
  • 7
2
votes
1 answer

Android Build from source find - no such file directory Error

I have been trying to build Cyanogenmod 14.1 from source in Ubuntu 16.04. When I give the command brunch device_name, I am getting an error which has been attached to this question. Does anyone have the same issue? Can anyone suggest how to fix this…
2
votes
1 answer

(LineageOS) Building android_packages_apps_ on macOS (darwin)

I am trying to build individual apps packages from the LineageOS source code. For this, I am using the following command to build Eleven for instance: mmm packages/apps/Eleven I get the following…
Chirag Arora
  • 877
  • 1
  • 9
  • 22