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
1
vote
0 answers

patch CyanogenMod 13 against KRACK on samsung s5 (klte)

I am a very happy user of CyanogenMod 13 (stable) on a Samsung S5 (klte) for months. It is a very stable rom based on Android Marshmallow but I'd like to patch my phone against the newly discovered KRACK flaw. CyanogenMod is now LineageOS which only…
max
  • 449
  • 1
  • 5
  • 10
1
vote
5 answers

LineageOS: Tasker Java Function "setActiveProfile(java.lang.String)"

i'm trying to set a LineageOS system profile by a tasker task. I found some examples for CM13 but i can't get it work on LineagesOS. I'm not much into Java. What have i done so far... Created a Tasker task "Java Function": proman =…
Cloonix
  • 113
  • 1
  • 13
1
vote
2 answers

How to set up an ad hoc network by using the shell on a rooted Android device?

In the moment I am working with some ad hoc routing protocols (namely OLSR and B.A.T.M.A.N.) on rooted Android devices running Cyanogenmod. My tests are working pretty well. However, there is one thing which really is annoying: I can only connect to…
mreichelt
  • 12,359
  • 6
  • 56
  • 70
1
vote
1 answer

camera filter for other apps in android

If app A in Android uses camera, can I create an app B that applies custom filter to app A so that app A gets the video stream from app B as if the stream is from the camera directly? In other words, I want to pipe the camera input. Camera…
Pu Shi
  • 31
  • 3
1
vote
1 answer

Cyanogen cursor access

I'm currently working on a Synergy (http://sourceforge.net/projects/synergyandroid/, synergy-foss.org) port to the android phone. I have keystrokes working -- I'm writing the key events to /dev/uinput. However I have been unsuccessful in getting the…
Shaun
  • 3,777
  • 4
  • 25
  • 46
1
vote
1 answer

Cordova getCurrentPosition() never returns

My cordova version is 6.3.1, and I'm using cordova-plugin-geolocation 2.3.0. Upon calling navigator.geolocation.getCurrentPosition(onSuccess, onError), neither onSuccess or onError is ever fired. I have also tried using the…
whirish
  • 450
  • 4
  • 18
1
vote
0 answers

Unable to boot freshly built CyanogenMod 13

After playing around with the latest build of CM for my device (12.1), I decided to try and build my first ROM. So I got Linux, synced sources for 13, etc. (My device tree is here.) I had to grapple with a few audio-related build errors before I…
dantis
  • 205
  • 2
  • 10
1
vote
1 answer

Can't compile CyanogenMod 13

I'm trying to compile CyanogenMod from scratch with the help of this guide. I've done most of the steps without any errors, but at the brunch angler step, I keep getting this error: Building with Jack:…
user3188175
  • 158
  • 4
1
vote
1 answer

Sending BroadcastIntent in application.onCreate() results in booting forever

I am working on a custom android for my master thesis which is based on CM12.1. The use case for the custom rom is capturing usage data for arbitrary apps including e.g. startup, shutdown and calls to different system resources. All this should…
1
vote
3 answers

android:textColor no longer works in Marshmallow

I have written an app which relies on colors defined in resources. Some are set directly in the layout XML file, others are set in code. Examples: Color definition in res/values/styles.xml: #33B5E5 Layout:
user149408
  • 5,385
  • 4
  • 33
  • 69
1
vote
0 answers

getting fatal error while initializing repo

I am reading this wiki for building a custom os for my yureka device.But,the following command repo init -u https://github.com/CyanogenMod/android.git -b cm-12.1 is giving me fatal errors Please make sure you have the correct access rights and…
deshmanth
  • 529
  • 5
  • 12
1
vote
1 answer

Protoc not compiling automatically in android source code

Android source code doesn't generate .pb.h from .proto. What could be the problem? Should I configure anything in additional? If if install protobuf manually and compile and place it in the location needed, it is showing some redeclaration error. …
Vignesh Prasad V
  • 419
  • 3
  • 17
1
vote
1 answer

make: *** [/aosp/out/host/linux-x86/obj/lib/libc++.so] Error 1 when building Cyanogenmod

I'm trying to build Cyanogenmod 12.1 for a device for which there already exist nightlies (hlte - Samsung Galaxy Note 3), but am encountering some problems building. I'm using a Ubuntu 14.04-based Docker container (Dockerfile at…
James Hiew
  • 6,040
  • 5
  • 27
  • 41
1
vote
1 answer

Android 6.0 build error - sap-api.pb.h

I'm getting the following error while building Android ROM, either it is AOSP/CyanogenMod In file included from hardware/ril-caf/libril/RilSapSocket.cpp:21:0: hardware/ril-caf/libril/RilSapSocket.h:22:55: fatal error:…
Vignesh Prasad V
  • 419
  • 3
  • 17
1
vote
1 answer

arm-eabi-gcc: No such file or directory in cyanogenmod source

I have downloaded a highly compressed version of cyanogenmod 7 source code from xda. I have unzipped the file under /home. However on running make -j4 otatools I get the following error: /bin/bash:…
user5301537