Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
6k 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
3
votes
2answers
193 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 ...
2
votes
1answer
152 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 ...
1
vote
2answers
136 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
2answers
29 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 ...
0
votes
0answers
113 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 ...
0
votes
0answers
91 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 ...
0
votes
1answer
1k views

how to detect rooted phone?

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 softwares that if installed can hide a rooted phone. For reference: ...
0
votes
3answers
947 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 ...