Questions tagged [root-access]
42 questions
1
vote
1 answer
How to run print command lpr -p programmatically throgh root privilage in Qt
I want to run print command lpr -p programmatically through root privilege in Qt. Actually I want to print the pdf file using these command. This command is working through terminal but not through programmatically.
Thanks in advance.

Sanks
- 25
- 4
1
vote
1 answer
Running shell commands on the click of a button
I wish to reset an android device programmatically using :
adb shell
recovery --wipe_data
1. What is the easiest way to do this ?
2. Will it require root/superuser access ?

CodeWalker
- 2,281
- 4
- 23
- 50
1
vote
1 answer
Set system level default screen orientation for an android device
I have a project requirement to create a kiosk based application which will always be in the landscape mode,for which I am making use of a tablet running on 4.2.2.One of the modules has the functionality to make phone calls.For making the calls from…

Basher51
- 1,319
- 1
- 17
- 28
0
votes
1 answer
MySQL on Windows - Access denied for user ''@'localhost' - cannot connect from any host
I tried to update my Mysql instance to support remote access. I went to MySQL Administration UI and added % (any host) for user root and removed all other entries.
Now I cannot access MySQL as root from any machine including localhost. What is the…

shikarishambu
- 2,219
- 6
- 35
- 57
0
votes
0 answers
FAILED (remote: 'Command not allowed') fastboot: error: Command failed
So im trying to root my phone (huawei p9 lite) im trying to write the img file (im in fastboot) and it shows me the error above this is the string
fastboot flash boot magisk_patched-26000_Y0A6V.img
Sending 'boot' (15970 KB) …

Kubson K
- 1
0
votes
0 answers
How to change the MAC address of a Xiamoi Redmi Note 11?
I've been looking to change the MAC address of my phone (Xiamoi Redmi Note 11) so that I can stay secure and private when joining publix networks. However, articles online suggest that it isn't possible on my current phone.
I have tried installing…

DAFT PHONK
- 1
- 1
0
votes
1 answer
Installation without Root Access in Linux
I have to compile Locally Aware NMS (lanms) in my remote server LINUX based with an user account without root access.
In lanms there is a script named adapter.cpp , I have to convert it to .pyd so that it works with python. I have given the code…

Akash Chakraborty
- 57
- 1
- 2
- 13
0
votes
1 answer
How to access files in root directory of VPS from other shared hosting server?
I have a VPS where I have uploaded some files in the root directory. I want to access those files on my website (developed in PHP) which is hosted on a shared server. Is it possible?
I have searched on internet but found nothing. Need some…

Aamir Bashir
- 21
- 6
0
votes
0 answers
Is there any framework / program to control Android emulator via Code?
I know this probably is not for stackoverflow.
I'm looking for a framework or program that lets me control an android emulator with code.
Imagine Selenium or Puppeteer but for android.
Use cases:
Open applications, scroll page, use selectors to find…

typicallearner
- 238
- 1
- 13
0
votes
0 answers
Re-routing VOIP packets from multiple ports to one specific port in rooted android phone
Suppose you have a rooted android phone.You are working on VOIP call application. How can you re-route packets coming from one specific IP address from multiple ports to one specific port.
Example:I need to re-route packets from IP address 10.2.3.4…

buGged
- 11
- 3
0
votes
0 answers
Root Access on Android Things
I bought Android Starter Kit Pico NXP i.MX7D. I'm developping an application that requires root access, in particular I have to use a particular module of xPosed framework, but it requires root permission. I have just tried to obtain the access…

matz_
- 11
- 3
0
votes
2 answers
Android eclipse emulator: can't access data/app
I wanted to delete my custom apps on the Android emulator in Eclipse. I followed this guide and encountered the same behaviour as described in this question. I also tested the root access the same way Arsalan mentioned in his first answer and got…

jellyfish
- 7,868
- 11
- 37
- 49
0
votes
0 answers
Root access in windows 7/10
Im having a bit of a challenge here.
Im supposed to backup a computer, and therefore I would like to use c:\ as my origo for a recursive search for files to backup.
using System;
using System.IO;
class Program
{
static void Main()
{
int i;
…

Lars Hansen
- 155
- 1
- 2
- 16
0
votes
1 answer
Can I change my.inf in OpenShift without root access?
I want to sync a local database with OpenShift MySQL, but I can't change my.inf because I don't have root access. Is it possible to get root access on OpenShift?

Kunal
- 77
- 12
0
votes
1 answer
Android: Status bar slider
I'd like to know if it is possible in Android 5 to include a slider (an app) into the status bar f.e. to adjust brightness, volume etc.?
There are apps like Play Music which also provide a ui in the status bar?

sjkm
- 3,887
- 2
- 25
- 43