Rooting is the process of attaining privileged control (known as "root access") on a UNIX based device. A rooted device is one on which root access has been gained.

learn more… | top users | synonyms

0
votes
0answers
60 views

Android App fails on Rooted SAMSUNG SIII (d2can/d2vzw/d2spr)

I have a published Android Application that incorporates Audio processing, e.g. Recording/Playback of RAW format. My recording code for RAW files is based on the Rehersal Assistant app from URBAN ...
0
votes
1answer
142 views

What is the default database location of an android app for an unrooted device?? Is it same as for rooted one?

I have quite a specific question. First let me explain what I am trying to do and then the problem. Basically what I am trying to do is to store an existing .db database file in assets folder and ...
1
vote
1answer
121 views

android + scala + preinstalled scala libraries + disabled proguard throws ClassNotFoundException

Final purpose of this feat: Use android device for development by fast compiling without needing to use proguard each single time (which causes huge delays) First try is on Sony Ericsson Xperia Mini ...
0
votes
2answers
186 views

Cannot get permission prompt from SuperSU

I have an app which should execute some root commands. SuperSU version is 1.04. Su version is 1.02. Android 4.1.1. Device is Samsung Galaxy S3 - rooted. The problem is I cannot get a permission ...
0
votes
0answers
192 views

VideoView hiding status bar in Android

I have an activity which contains VideoView.The videoview is supposed to play in a loop. I am using IntroActivity.java public class IntroActivity extends Activity { @Override protected ...
1
vote
2answers
541 views

How to survive app from hard reset android phone?

i've seen apps like Cerberus which can survive hard reset of phone. I want to add similar functionality in my app that has security features such as anti theft. So my question is: How to create a app ...
0
votes
0answers
1k views

Android / ls: /system/bin/sh: ls: not found [closed]

I have a Droid2, running CM10. I tried to install BusyBox using an .apk installer. It said it failed (and basically that, not even something telling me why it failed). Now, when I'm on the terminal, ...
2
votes
0answers
69 views

Implement a 4g toggle for android (private only)

Im building an application which needs to toggle the networkmode e.g. from 4g to 3g, to simulate a inter-MSC handover. Since this application will be private only, and the device is rooted, I am open ...
0
votes
1answer
52 views

Android : What is the advantage of blocking an application getting installed in a rooted phone? [closed]

Is blocking an application from getting installed in a rooted phone, ensures data security? or Making an application getting installed in a rooted phone will put the data used by an application, ...
0
votes
2answers
343 views

Wifi error when using a modified galaxy tab kernel

I know that xda-developers forum may be the ideal place to ask such questions, but I haven't had a chance to find the answer there or by extensive searching around the web. Preliminaries: I'm doing ...
2
votes
2answers
188 views

Are apps compromised in Android rooted devices?

I am developing an app that handles sensitive data. The app has a reasonable security model that includes encryption,SSL and data is not stored persistently on the device. I am trying to determine ...
0
votes
2answers
55 views

Can someone access private directories on rooted phones?

Can someone access the database files and/or other files of my app stores in the system's private directories? I think this can be done on rooted phones, but I am not sure. I am trying to figure ...
1
vote
0answers
282 views

Unable to set Time on rooted device with android ICS

I have implemented code for setting time on a rooted device in android.I have made it an in-built app and it works fine in the sample application.But when I tried to use the same code into my ...
0
votes
2answers
269 views

Execute linux command as superuser by default [closed]

I am working on a rooted Android device. Is there a way to have linux commands executed as superuser without having to invoke Runtime.getRuntime().exec("su") every time? What bothers me is the ...
0
votes
1answer
112 views

Creating an android app that doesn't show in the installed list for rooted OS?

I am an experienced android developer who doesn't have a lot of experience exploiting the capabilities of a rooted android OS. I wanted to create an android application for my rooted phone which ...
2
votes
2answers
1k views

Copy Database from assets folder in unrooted device

I am trying to copy DB from assets folder to device. This code is working fine on Emulator and rooted Device. I just want to know is it create any problem on unrooted device or it will work same. ...
0
votes
2answers
413 views

Protect Android application on rooted phone

I am going to create application and want to protect in case of jailbreak. Is there any process to detect whether device is rooted or not so that we can make application stop working when device is ...
1
vote
1answer
1k views

How to obtain NFCEE_ADMIN permission on rooted phone?

The NFCEE_ADMIN permission is signature level. However, is it possible to "cheat" to get this permission on a rooted phone ? Maybe using a technique similar to the way ClockSync does it ? I am trying ...
0
votes
2answers
274 views

Widget App is not working on Rooted phones, why?

I created an App / Widget for Android and published it in the marked. The Market tell me that the App is working on any Device because it really needs nothing. This is not advertising, I only want to ...
4
votes
1answer
667 views

How to bind to a port less than 1024 in Android?

I have an Android service trying to bind to a server socket port 24. As it is privileged port, it is failing with a bind exception. I am wondering what I need to do to get this working. I see this was ...
3
votes
2answers
298 views

Rooted Android: Suspend and warn user when any App accesses Contacts List, Microphone or Camera?

I have Users with rooted Android 2.2+ smartphone devices. Whenever any on-device App accesses the device's Contacts List, Microphone or Camera resource, I want to Suspend that App, pop up a warning ...
0
votes
0answers
183 views

Android rooted devices not able to install app from market [closed]

I've got an Android app on the market that for some reason doesn't install on lots of rooted devices. Users with these devices get a "device not compatible" error although all devices are declared ...
1
vote
0answers
190 views

ProtectionLevel after rooting

AFAIK, there doesn't seem to be any way to get permission for ProtectionLevel=3 without rooting the phone. I have searched high and low, and everywhere I look, I see the same answer: "It can't be ...
1
vote
2answers
223 views

android rooted phone and apps

I want to have a large database on an android app. The database is a self contained file that might have 2-3 updates per month (each 20mb+ but I predict that the maximum should be around 40mb). I ...
0
votes
0answers
3k views

How to detect if a phone is rooted? [duplicate]

Possible Duplicate: Determine if running on a rooted device How to detect that a phone is rooted? I have an idea to check by writing a file at root of Android OS but there are some software ...
14
votes
3answers
16k views

Why do I get a “sqlite3: not found” error on a rooted Nexus One when I try to open a database using the adb shell?

# sqlite3 /data/data/com.moodme.android/databases/moodme sqlite3 /data/data/com.moodme.android/databases/moodme sqlite3: not found
0
votes
3answers
2k views

Does Developing Android Applications require a Rooted Device?

I am looking generally in to Android development. I keep seeing information on root however I am unclear how this relates to general android app development. I understand that there is an emulator ...