Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
53 views

With root access, is it possible to create vectorize screenshot for android device? I used to use uiautomator dump, but it lacks of style information,esicially font size
long maomao's user avatar
1 vote
0 answers
284 views

I’m trying to use Frida on my rooted Android device, but whenever I run: frida-ps -U I get this error: Failed to enumerate processes: unable to perform ptrace pokedata: I/O error Here’s my setup: ...
allexj's user avatar
  • 169
0 votes
1 answer
67 views

// TODO: Copy the file somewhere non-rooted, write, replace public void saveProperties(UIProperties properties) { try (Writer writer = new FileWriter(FILEPATH)) { // Serialize the ...
crjase's user avatar
  • 85
0 votes
1 answer
246 views

Im not sure if this is doable and if it is it would have some security issued related I have an image with an Apache Spark installation that sets a specific USER 185 in its Containerfile. When I run ...
Alex's user avatar
  • 1,019
0 votes
1 answer
61 views

In my Android Application, in Kotlin, I start a thread which launch a NodeJS server. On non rooted device, Node listen on port 8080. It works fine. I'd like that on rooted device Node listen on port ...
Thierry Coilhac's user avatar
0 votes
0 answers
23 views

I am designing a private software only for rooted Android devices. But starting from Android 10, I can not automatically get MANAGE_EXTERNAL_STORAGE even though I have root permission. Does anyone ...
David's user avatar
  • 3
-3 votes
1 answer
89 views

Is there any way for other users to write to root-owned files like those in procfs, sysfs, or devfs? The file permissions are set to 644, so I can read them, but I can't write to them. I'm curious if ...
corone's user avatar
  • 1
0 votes
0 answers
65 views

I am looking at the decay of $Z\rightarrow e+e-$. I am trying to plot d$\sigma$/dcos$\theta_{e-}$ vs cos$\theta_{e-}$ where $\theta_{e-}$ is the angle, in the correspondent Z rest frame, between the ...
Chris G's user avatar
0 votes
0 answers
59 views

I need to change the serial number (SN) on my Android device. Is it possible to do this using the Android Debug Bridge (ADB)? The IMEI and SN were erased from the device when I tried to restore the ...
Ъуь's user avatar
  • 1
0 votes
1 answer
188 views

I'm working on an Android app that needs to send key events (simulate keyboard input) using the INJECT permission. However, when trying to do so, I receive an error indicating that my app doesn't have ...
TRESOR MALO's user avatar
0 votes
1 answer
142 views

I am working on developing an Android app that sends joystick events in the background. Question 1: I am currently using the Instrumentation class to inject events like KeyEvent.KEYCODE_DPAD_LEFT and ...
Juilee Kulkarni's user avatar
0 votes
0 answers
647 views

In Android 14 and 15 (at least), one way to enable adbd to run with root privileges is to set ro.debuggable to 1 in both the "post-fs-data" and "late-start service" boot stages, as ...
Scott Petrack's user avatar
-2 votes
1 answer
247 views

I installed MySQL, but I forgot the root password. When I try to log in, I get an authentication error. How can I reset the MySQL root password? when I type this mysql -u root, I got this error ...
Senal Galagedara's user avatar
0 votes
0 answers
95 views

I have a process which is running under sudo. I'm need to launch a child process which has my uid and gid. I'm currently playing a game where I change the parent euid and egid to my id's, launch the ...
Brett Sutton's user avatar
  • 4,818
1 vote
1 answer
76 views

I have a java program from which i would like to access a file that requires admin privileges. I use IntelliJ IDE for development and I would like to start the program from the IDE. I have an ...
max23's user avatar
  • 45
0 votes
1 answer
109 views

When I creating a Jmix project it is automatically creating data model with USER entity. when we customizing our Jmix project can we remove or change the user entity to what ever we want for example ...
Krishantha's user avatar
0 votes
0 answers
35 views

I'm developing an automation service in Kotlin that uses root access and uiautomator to detect values on the screen of an Android device. However, the value search takes around 3 seconds, which is too ...
Lef's user avatar
  • 3
-2 votes
1 answer
242 views

An application in Android may have additional native libraries, SO files in lib directory. For the purposes of my project it's absolutely necessary to be able to overwrite the SO file of certain ...
fastman92's user avatar
  • 375
1 vote
0 answers
115 views

I am new in magisk and selinux. Please help me write module,which allow to decompiled fm radio app get access to /dev/fm. I dont want to use setenforce 0,because my device will become more ...
Aleksandr Kozlovskiy's user avatar
1 vote
1 answer
196 views

My question is simple, given a path to a logical volume: is it possible to get the UUID of the device it belongs to, without the need of root access in C? and if so, how would you approach this ...
Giorgos Xou's user avatar
  • 2,361
0 votes
1 answer
542 views

I'm trying to run an Avalonia application with elevated privileges using pkexec on a Linux system. The command I use is: pkexec /home/depaula/MyApp/RedundancyServerIHM However, I'm encountering the ...
Worst Noob's user avatar
2 votes
1 answer
1k views

I'm getting the following error in IntelliJ: Source root '/path/to/project/src/main/resources' is duplicated in module 'myModule'. However, when I check the "Project Structure" under the ...
Paris Vinuya's user avatar
-1 votes
1 answer
364 views

I couldn't get in @Path("/") whatever i try. I located META-INF/resources to static/ and index.html resides in /static/index.html now. So, static flow is not problem. What i m trying to ...
Harchi's user avatar
  • 1
1 vote
1 answer
140 views

I've got Memu emulator (Android 12) rooted. How do you display an alert dialog like this in Kotlin? I added codes below but didnt' work. <uses-permission android:name="android.permission....
Jeremy's user avatar
  • 29
0 votes
0 answers
208 views

I'm currently trying to use the method "add_hotkey" from the library keyboard. When I do it, I have the error : "ImportError: You must be root to use this library on linux." How ...
Peeta's user avatar
  • 1
0 votes
0 answers
56 views

I tried to increase the size of my VM's sda disk but it is now stuck in boot loop as the root sda partition did not resize. Unfortunately, the VM has a root password that has not been documented so I ...
user2651050's user avatar
0 votes
1 answer
628 views

I have a self hosted runner on ubuntu vm. I have triggered the run.sh script with root as below: RUNNER_ALLOW_RUNASROOT=1 ./run.sh & now as soon as the vm gets disconnected the runner stops.What ...
Shikha Priyedarshi's user avatar
0 votes
0 answers
107 views

I need to solve the following problem on macOS: I must work with some files using a combination of AppleScript and Shell. For example, I have a file in the file system in folder /Users/username/...
Martin's user avatar
  • 19
1 vote
0 answers
28 views

I want to debug root-run python scripts via PyDev + eclipse. I also would like to avoid pip entirely. Via python subprocess I would like to send some commands to postgres, but that actually would ...
user418615's user avatar
0 votes
0 answers
24 views

I noticed that even if I launch a jenkins container as non-root, when I mount the socket as a volume /var/run/docker.sock Jenkins can launch container in the host environment as root and they can ...
Salvatore Esposito's user avatar
0 votes
0 answers
157 views

I am having an issue with Xerces-C in Geant4. It was working fine before I decided to update and upgrade my Homebrew packages. After updating, I am encountering the following error: CMake Error at /...
user191762's user avatar
1 vote
0 answers
255 views

I need to fetch a certificate and update my CAs when my dockerfile starts. As such, I need USER root in there. However, I want the rest of my application to run under app. Is there any way to drop ...
ScottishTapWater's user avatar
2 votes
1 answer
595 views

I took the semaphore docker image and via docker file I installed an ssh server. Now I'm faced with a problem: FROM semaphoreui/semaphore:latest USER root RUN apk update && \ apk add --...
Salvatore Esposito's user avatar
0 votes
1 answer
78 views

I'm trying to backup a docker volume by tar-ing the contents and copying that out of the container using a bind mount (I think). The command is: docker run --rm -v ./$BACKUPDIR:/backup -v ...
bungernut's user avatar
0 votes
0 answers
55 views

I missed an access to my root account in MySQL. I can't see my databases and create new databases. C:\Program Files\MySQL\MySQL Server 8.0\bin>mysql -u root ERROR 2003 (HY000): Can't connect to ...
Lebed Sergey's user avatar
-2 votes
2 answers
637 views

I wanted to mount the root EBS volume of one instance to another instance that is in the same region (both are operating on Amazon Linux). Consider that there are two instances in the same region, say ...
ASHWIN KRISHNA's user avatar
0 votes
0 answers
473 views

There are existing questions and answers on the topic but these are no longer applicable. The solution outlined here is broken because /var/run/docker.sock does not exist at container runtime. ...
vaughngx4's user avatar
  • 318
0 votes
0 answers
3k views

I want to use an app from my Android Emulator but on its welcome screen I got next error: Application error: a client-side exception has occured (see the browser console for more information). In the ...
returnsnull.dev's user avatar
0 votes
1 answer
97 views

Even after the command is run successfully with ROOT, the file's value doesn't change I want to change /sys/class/lcd/panel/vrr value to 65 0 where it is 60 0 by default For this I first set enforcing ...
Droid Everything's user avatar
-1 votes
1 answer
54 views

So I installed mysql using brew, and I run brew install mysql (and later brew reinstall mysql as well). I tried to access mysql as a root user, but it does not allow me to do so. We've installed your ...
Cheng Li's user avatar
1 vote
1 answer
795 views

I have an ansible playbook that runs for about 20 hosts. I'm trying to edit the pass option only for entries that are mounted as root ('/'). Here's what I had that changes every pass option that isn't ...
Olivia Brown's user avatar
0 votes
1 answer
382 views

I am following Microsoft's tutorial of building a To-Do list with Blazor found here: https://learn.microsoft.com/en-us/training/modules/build-blazor-todo-list/3-exercise-data-binding I get stuck on ...
data_user's user avatar
-1 votes
1 answer
109 views

I have a wordpress website in which I want to use a Laravel app in a subfolder Like this: https://website.com/* -> wordpress https://website.com/app/ -> laravel But I only managed to run it ...
Thiago's user avatar
  • 1
0 votes
2 answers
43 views

In my web.config file I want to be able to accomplish both redirects below: Redirect the root/domain: oldsite.org to newsite.org/this-is-thenewsite AND page wildcard redirects: oldsite.org/any-all-...
ScottD's user avatar
  • 1
0 votes
1 answer
1k views

Is it possible to get root access for only one application? the idea behind is to i did't want to open permission dialog for accessing some feature of application like storage permission like vise. is ...
Gaurav Mandlik's user avatar
0 votes
1 answer
251 views

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
543 views

I need to implement the following behavior in my app: When the app is run for the first time, prompt the user to authenticate by entering their administrative password. Upon successful authentication, ...
Albin Joseph's user avatar
  • 1,141
2 votes
1 answer
45 views

I made a code and it worked well before I added a line to find square root value. The code is composed of simple calculations. I am trying to get the values because I will need to find derivatives of ...
Ginie Kim's user avatar
0 votes
1 answer
667 views

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
-2 votes
1 answer
67 views

I am using the following Apple Script code to run an application: do shell script "/Applications/MyApp.app/Contents/MacOS/myapp > /dev/null 2>&1 &" with administrator ...
Codename K's user avatar

1
2 3 4 5
67