Questions tagged [rooted-device]

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.

A rooted device is one on which root access has been gained.

On rooted devices are popular to allow additional things to be achieved, such as accessing all files for backup purposes.

On iOS devices, making a device into a rooted devices is given the term .

139 questions
0
votes
0 answers

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 STEW, and my app works fine on NON rooted…
Hector
  • 4,016
  • 21
  • 112
  • 211
0
votes
2 answers

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 prompt from SuperSU. I've tried many things, but prompt…
0
votes
2 answers

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 a research on the Android kernel. So I have…
hsnm
  • 658
  • 1
  • 8
  • 20
0
votes
2 answers

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 out how secure is to store some sensitive data into…
sandalone
  • 41,141
  • 63
  • 222
  • 338
0
votes
2 answers

Execute linux command as superuser by default

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 Toast which appears every time saying that the app has…
gop
  • 2,150
  • 5
  • 26
  • 54
0
votes
1 answer

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 doesn't show up in the running services,installed…
rogerstone
  • 7,541
  • 11
  • 53
  • 62
0
votes
2 answers

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 detected as rooted. Any help will be…
Jaiprakash Soni
  • 4,100
  • 5
  • 36
  • 67
-1
votes
1 answer

How to Edit GPS Location in a Rooted Android 7.1 Phone

I searched many solutions from web, like: using Magisk, using Xposed, FakeGPS, etc. What I have tried is: For FakeGPS, I install it as system app, enable developer mode and choose it as the GPU location provider. Result: no working, other apps…
ghostplant
  • 87
  • 1
  • 7
-1
votes
1 answer

Does a xamarin.android app have su permissions when deployed to a rooted device

My HTC One (M8) phone is rooted and is running Android 6.0. The Root Check app verifies that the phone in rooted ok. I have developed an Xamarin Android app in c# and the following permissions are included in the AndroidManifest.xml…
Ruairi
  • 35
  • 1
  • 7
-1
votes
1 answer

apps can't be installed on rooted device

I have brought one plus one and tried to install an app. But then it says your phone it's rooted.. Finally it didn't install. I'm aware that if a phone is rooted, then there are two disadvantage . One your phone warranty will not work if the phone…
Sravan
  • 1,891
  • 4
  • 23
  • 28
-1
votes
3 answers

How to access system folder in android without rooted?

I'm unable to access system folder in android without rooted the device. Also wanted to know is it possible to access while booting the android phone?
remogoku
  • 413
  • 1
  • 4
  • 7
-1
votes
1 answer

Not closeable app

I am developing an app that will be used on conferences for email signup. The app will run on a tablet that will just sit on a table. My goal is to create an app that can not be closed. Is it possible to use the onDestroy() callback and just start…
AlexanderNajafi
  • 1,631
  • 2
  • 25
  • 39
-1
votes
2 answers

how to uninstall apps on my rooted phone

I tried to uninstall apps on my rooted phone,and I usethe code from How to uninstall Android App with root permissions? ,and I tried the suggestion but I failed. Here is my code: Process process; try { process = Runtime.getRuntime().exec("su"); …
orzangleli
  • 178
  • 7
-2
votes
2 answers

How to detect JAILBROKEN/ROOTED device in NativeScript?

Is there any way to detect JAILBROKEN/ROOTED device (both in android and ios) through NativeScript? I tried searching but could not find any library. Any help will be appreciated. Update: Basically I wanted to know basic checks that I can put in my…
-2
votes
1 answer

How do I remove an app drawer button without removing an app drawer?

currently I’m working on a live wallpaper in which I have a app drawer button , but I am unable to give it permissions and unable to remove the main app drawer button. How do I make work the above app drawer button & remove the original…
1 2 3
9
10