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
0
votes
3 answers

Is it reliable to test an Android application on a rooted phone with cyanogenmod

I am learning how to program in Android and I am using Android Developer Tools to deploy and test on a Samsung GT-5830L If I decide to root this device and install cyanogenmod will I be able to deploy and test ?, or is it posible that certain parts…
Mauricio Gracia Gutierrez
  • 10,288
  • 6
  • 68
  • 99
0
votes
1 answer

Error 41 with brunch

Good afternoon, I've previously been able to build CM 10.1 onto my P5110 (Galaxy Tab 2). Since then, I've tried to import the project to Eclipse. I suspect that it may have done something that causes the following…
OrhanC1
  • 1,415
  • 2
  • 14
  • 28
0
votes
2 answers

Is the Samsung Galaxy S4 compatible with CyanogenMod's smart card emulation (NFC)?

I have the Samsung Galaxy S4 and the SCM SDI010 card reader. My goal is to let the S4 emulate a smart card which then can be read by the card reader. I tried to apply the PKI applet example described here (installing CyanogenMod 10.2, starting…
Ricki
  • 1
  • 1
0
votes
0 answers

CM10.1 SDK Level?

My app checks for the user's SDK level, for example, like this: if(android.os.Build.VERSION.SDK_INT >= 18){ ... } I've had reports of users running CM10.1 that this returns true(and consequently crashes my app), even though I had the impression that…
Nick
  • 3,504
  • 2
  • 39
  • 78
0
votes
1 answer

Command to start launcher's app drawer view using android manager?

I opened up the app drawer on my phone and used adb shell dumpsys activity activities to collect the information about the current activity and used that in the following command: adb shell am start -a android.intent.action.MAIN -c…
mobabur94
  • 360
  • 2
  • 10
0
votes
1 answer

How can I display the folders that require root acess in android?

I am working on a android app and i want the user to be able to view the folders that require root access. I tried looking through the Cyanogenmod file manager code to try and trying the su command in java with the Runtime thing, but I had no luck.
user2351234
  • 965
  • 2
  • 12
  • 20
0
votes
2 answers

How to deploy to CyanogenMod Android tablet?

How do i deploy an NBAndroid app (by directly moving the .apk file or else compiling straight from NetBeans?) onto a connected tablet (HP Touch that i just put CyanogenMod ICS onto)? I connect it to my computer and it isnt recognised (like WebOS…
jsky
  • 2,225
  • 5
  • 38
  • 54
0
votes
1 answer

Cant see my developed widget

So i developed a widget for android. It all worked fine when i had default samsung ROM for my sgs3 (android 4.1), But when i updated my android version to 4.2.2(CM10) i don't see my widget under 'Widgets' category in the android menu. here is my…
user1394569
  • 105
  • 1
  • 7
0
votes
1 answer

Compile single app packages for cyanogenmod in windows

I want to modify the phone.apk and someone said it's easy to do with cyanogenmod. Because I can't compile a single package in Eclipse (a lot of missing constants), I figured out I need to compile it with MinGW (cross-compiling) and also the whole…
siboney
  • 56
  • 1
  • 8
0
votes
2 answers

Is it possible that two BroadcastReceiver from two apps, based on the same broadcast intent action, somehow "collide"?

I have a BroadcastReceiver inside a service: public class NotificationClickService extends Service { private static final String DEBUG_TAG = "NotificationClickService"; @Override public IBinder onBind(Intent intent) { // TODO…
dentex
  • 3,223
  • 4
  • 28
  • 47
0
votes
1 answer

Android cyanogenmod 9.1: Intent shouldn't be sticky

I'm testing my Android app on Cyanogen 9.1 (Android 4.0.4) and I found a weird behavior. My app contains a BroadcastReceiver that listens to android.net.conn.CONNECTIVITY_CHANGE. According to Android documentation, this intent is not…
gpo
  • 3,388
  • 3
  • 31
  • 53
0
votes
1 answer

Widget.Holo.TextView.ListSeperator causing crashes in Settings.apk

I am making a theme for CyanogenMod 10.1 and I have stumbled upon one problem. I added this to my styles.xml: