Skip to main content

All Questions

Tagged with
0 votes
1 answer
94 views

How to move app icons using script/commands on android?

I want to be able to move app icons to specific positions on android 9. The reason for this is because I was running low on storage (my phone has only 16GB of storage), and I formatted part of the ...
Letus252's user avatar
0 votes
1 answer
355 views

How to do [ro2rw] in (AVD) emulator android studio?

I have been searching for a way to change the RO mode of Android root folder to RW mode in Android Studio virtual Device. I'm pretty desperate to find a way to do this, but I'm asking here anyway ...
Abdul Hossein Charkhi's user avatar
0 votes
0 answers
527 views

start shell command on non root devices

I'm very new in android development I have a non-root devices and a small script which executes by adb adb shell am start-activity --display 2 ru.yandex.yandexnavi/.core.NavigatorActivity However I ...
user16684645's user avatar
0 votes
0 answers
95 views

Android device 'unauthorized' only in recovery mode

when i run abd devices when the device is in the normal OS mode, it's authorized. then i run adb reboot recovery to get into recovery, and suddenly it's unauthorized. it's a scepter 8 tablet (gen 2, ...
Socks Stark benry's user avatar
0 votes
0 answers
128 views

How to run my command as root privilege on android device in programmatically

I have a shell script which is so simple, I wanted to run my shell script on android device as root permission. My current code is private void testShellScript() { try { String ...
kgsharathkumar's user avatar
0 votes
0 answers
38 views

Setting Date on Android device works from settings menu but requires root access via ADB (which I do not have)

If not manually set, the date and time of the Pico G2 4K headset is never correct. I'm attempting to set it via the command line like this: adb shell "toybox date 110309162023.14" and ...
Dave Seidman's user avatar
0 votes
0 answers
54 views

ADB Shell doesn’t install apks

It works for both front monitors, with adb install -g [path], but it doesn’t work for third one Also, adb install [path] only installs application on first of three monitors My car is LiXian L7, does ...
Mark's user avatar
  • 1
1 vote
0 answers
63 views

Authorizing Android ADB on Qualcomm phone from off state

My phone, sharp Aquos 304sh is bootloop because I without knowledge adding bigger value on dalvik cache Trying to connect data cable on the phone is bootloop state and detect adb unauthorized (because ...
SoFun NoFear's user avatar
0 votes
0 answers
722 views

Problem with adb root on Samsung Galaxy A04e on Android 12

I rooted a new Samsung Galaxy A04e on Android 12 using Magisk. I can "adb shell" and su to root no problem. But when I try to do an "adb root" then I get the "production ...
Garby's user avatar
  • 1
0 votes
1 answer
132 views

How to invoke the super user request prompt from the commandline

I want to invoke the super user request prompt from the command line but could not do it. Here's the code am start -a com.topjohnwu.magisk.request -n com.topjohnwu.magisk/.request.RequestActivity Its ...
Shubham Chakraborty's user avatar
1 vote
1 answer
4k views

Android 12: adb root. adbd cannot run as root in production builds

There is a need to install your application as a system one. To do this, I rooted the Samsung A04 (Android 12) using Magisk. Next, to install my app, I wanted to copy it to /system/priv-app using adb ...
Ilya Filimonov's user avatar
0 votes
0 answers
66 views

How to remove onremovable folder in root of device via adb

I accidentally created folder in root of my device. When i try delete it,via rm -rf I get an error,what it read-only folder. When i try to do mount -o rw,remount /lib I get an error: '/lib' not in /...
Aleksandr Kozlovskiy's user avatar
0 votes
1 answer
149 views

ADB how to use/start system calls

Goal: So I have ADB device is rooted and I need to turn on the Vibrator motor, or Flashlight. As an example: adb shell am start -a android.media.action.VIDEO_CAPTURE This launches the camera. Where ...
andy977356679's user avatar
2 votes
0 answers
3k views

Forcing rear camera to work as front camera in rooted device

I've been trying to force Android to use rear camera both as rear and front camera. This tweak should affect the whole system, so when any app tries to launch front camera, it will receive input from ...
nilopro's user avatar
  • 61
1 vote
1 answer
6k views

How do I push files to my root ( / ) directory with ADB so I can install the `su` binary

I've just adb shell'd into my root directory on my device and I want to install the su binary. Just to note, I'm on macOS and want to do this manually. When I try to push the su binary to the root ...
WhatTheClown's user avatar

15 30 50 per page
1
2 3 4 5
7