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

Android built apk with ant

I want to compile a cm9 theme using ant so I have this code given in the sample theme :
user1426956
  • 123
  • 3
  • 11
1
vote
1 answer

How to sync android repo after making changes?

I have downloaded Android source code with repo, then I made some changes in frameworks/base/packages. Now when I trying to do repo sync, it gives me this error: Syncing work tree: 60% (151/251) error: You have local changes to …
artem
  • 16,382
  • 34
  • 113
  • 189
0
votes
1 answer

Manifest settings not supporting CM9

I have a couple of applications on the market. Today I have updated my phone to CM9 and have just noticed that my apps are not compatible with this software. What i would like to work out is what permissions in the manifest could prevent this from…
danwms
  • 54
  • 2
0
votes
1 answer

Android CyanogenMod FM Player app

Hi i am trying to build an FM player for cyanogen mod. I got the code form Cyanogen mod git https://github.com/CyanogenMod/android_packages_apps_FM This is for those which use MIUI Rom. Is there any way for me to compile the code and use it or…
Antu
  • 523
  • 8
  • 18
0
votes
1 answer

Statusbar Manager Android

I cant find the code for statusbar manager in android code, i have tried the cyanogen github but with no luck. Does anyone knows where to find (or look) for the statusbarmanager's code?
Hashir Ali
  • 30
  • 3
0
votes
1 answer

cyanogenmod lockscreen music controls

I am looking for the png's of the music controls that appear on the lockscreen of CyanogenMOD roms, can anybody help me? I was also looking for the source code of those controls, but couldn't find it. Thanks in advance
Francesco
  • 184
  • 2
  • 10
0
votes
3 answers

repo init connection times out

I was trying to download the source code for Android, CyanogenMod in order to learn more about customizing Android ROMs, I'm on fresh installed Linux Mint 11, and I've set up everything correctly. Now, when I tried to pull from github using repo: $…
Kevin W
  • 39
  • 1
  • 3
  • 7
0
votes
2 answers

Android: CyanogenMod 7 (Android 2.3) + BouncyCastle encryption libraries: IllegalAccessError

I'm getting a strange error when using bouncycastle libraries: ERROR/AndroidRuntime(1226): FATAL EXCEPTION: Thread-10 ERROR/AndroidRuntime(1226): java.lang.IllegalAccessError: tried to access class org.bouncycastle.crypto.engines.RSACoreEngine from…
Dirk
  • 427
  • 1
  • 6
  • 16
0
votes
1 answer

Textures not rendering in 2.3.3

I ran into somewhat of a stressful issue today while wokring on my game for android and was hoping someone would have some insight. My friend has used cyanogenmod on his Droid incredible to root and install gingerbread 2.3.3. I tried booting up the…
P4r0dy
  • 49
  • 7
0
votes
1 answer

??-?? ??:??:??.???: INFO/(): Unable to open log device '/dev/log/main': No such file or directory

I am developing a new app about Bluetooth. Because the Android Virtual Devices in android SDK can't open the Bluetooth ,I use my I5700 for Debug. But , I can't get any log messages from Eclipse LogCat or CMD . the only log message is the title…
leon
  • 21
  • 4
0
votes
1 answer

Android/Cyanogen 7 RC4/ADW Icon Size?

Im trying to make custom icons for my HTC EVO, which is running Cyanogen 7 RC4, uses ADW Launcher and such. If you make a custom power management toolbar, it fills the entire length of the screen. Im wondering what the dimensions of that bar are? i…
pogo2065
  • 226
  • 1
  • 3
  • 14
0
votes
0 answers

Bluetooth broken on Android ROM (LineageOS 16)

I want to build a custom (unofficial) version of LineageOS 16.0 for my Sony Xperia ZL (C6506). I managed to actually get the ROM to build using the device tree and various files from the GitHub repository fusion3-common. However, after flashing the…
techtoolbox
  • 45
  • 2
  • 6
0
votes
1 answer

Compilation Errors when Compiling Cyanogenmod 2.1

Well, this is a long shot. Some coworkers and I are trying to compile Cyanogenmod 2.1 (eclair) from source (yes, the wiki has instructions for 6.x, but it is quite similar to the instructions for 5.x). We're currently trying to sync the git…
Dylan Knowles
  • 2,726
  • 1
  • 26
  • 52
0
votes
1 answer

How can I run a script at boot under LineageOS 13, and not be blocked by SELinux?

I'm trying to run sshd on LineageOS 13 at boot time. The setup is roughly speaking as was described for CyanogenMod in https://web.archive.org/web/20161224194019/https://wiki.cyanogenmod.org/w/Doc:_sshd . After following the suggested configurations…
Olivier
  • 118
  • 2
  • 8
0
votes
1 answer

Would this kernel source work?

i have an Archos 50 Helium Plus phone, this phone uses a MT6735P MTK chipset, Archos didn't release the source code of the phone kernel, however, i found a Lenovo phone, the Lenovo Vibe C2, that uses the exact same MTK chipset MT6735P as my archos…