Questions tagged [root-access]

42 questions
0
votes
1 answer

Android Root Accessibility Event Listener

I need an event to watch if the root accessibility is taken or not on android device. I did without using eventlistener. This program stores the root access information on SQLite database. In some period, it checks the current root access info and…
aysbtl_
  • 339
  • 1
  • 3
  • 18
0
votes
1 answer

Jailbreak app: How can I distribute my app which need to be install in /Application?

I developed an app for jailbreak device and my app need root access, therefore I need to have it installed in /Application, but I only know how to deploy it using SSH. I find it hard for users this way. So the question is, Is there a solution of…
Vibol
  • 1,158
  • 1
  • 9
  • 23
0
votes
1 answer

android java receive root access is denied

I have successfully rooted my Nexus4 and am trying to receive the root access in java via the RootTools.jar extension. When I call RootTools.isRootAvailable() I receive true but when calling RootTools.isAccessGiven() which should actually give me…
wasp256
  • 5,943
  • 12
  • 72
  • 119
0
votes
1 answer

How to shutdown the android device programatically?

My device is a rooted one. I know that for rebooting device we use shell command "su -c reboot". In some other posts I see people posting shutdown command as "su -c shutdown", but this does not work and also there is a permission called…
user1810931
  • 638
  • 2
  • 11
  • 33
0
votes
1 answer

Authorize Android Instrumentation Test for Root Access on Emulator

I have developed an Android app that requires root access, and it works fine. I am trying to test the app using instrumentation tests with ActivityInstrumentationTestCase2 and cover the parts of the app that utilize root access. The tests should be…
0
votes
1 answer

install google map.jar to Moto Phone

I tried to install an app using com.google.android.maps library on Moto XT681 Phone. Eclipse failed, reporting : Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY By examining the Logcat, it states as following Package com.xxxx.xxxx…
user717245
  • 11
  • 7
0
votes
1 answer

How to disable or hide the system bar on android 3.x

I would like to know if it's possible to remove/hide/disable the bottom menu bar that always shown on android 3.x . if not - at least if it's possible to hide the opening of the widget bar or disable the core widgets. programatically or not - I must…
Tal Kanel
  • 10,475
  • 10
  • 60
  • 98
-1
votes
1 answer

I am making a application which will help user to record its screen

I know this is possible in android API version 21, but I want to do it in the API version 19 or earlier. To achieve this task, I have to get root permissions. I don't know how to get root permission. How can this be achieved?
Muhammad Hasnain
  • 173
  • 1
  • 1
  • 6
-1
votes
1 answer

Disable/Remove root access on Android

Is it possible to disable or remove the root access programmatically on Android? Thank you
Daryn
  • 770
  • 9
  • 19
-1
votes
1 answer

Different results running android cts test with adb as root vs not as root

The cts test testNoDebuggingFeaturesRestriction from com.android.cts.devicepolicy.ManagedProfileTest fails for me when I run adb as root but it passes when I don't. I am not sure I understand which is the correct behaviour. Is it OK that the results…
user2248720
  • 11
  • 1
  • 6
-2
votes
1 answer

Application is working on rooted device but not working with SuperSU

I am working on one application that has some features can be only work in rooted devices. Almost done and application also working in rooted devices. But some of devices are using SuperSU and in this case application is not working properly. I also…
Ajay Mehta
  • 843
  • 5
  • 14
-2
votes
1 answer

How to know what bots of a website, if I have no root access to the hosting they will read?

Recently I have problem with Open Graph checkers unable to detect Open Graph data?. It turns out that the bots from the checkers are unable to access data. However, since I have no root access to my shared hosting, I can't use wireshark to know the…
Ooker
  • 1,969
  • 4
  • 28
  • 58
1 2
3