Skip to content Skip to sidebar Skip to footer
Showing posts with the label Root

How To Run Root Commands From Android Application?

I want to write an application which roots the device on which it is installed, I mean by installi… Read more How To Run Root Commands From Android Application?

How Does Su Work On Android? And What Are The Pre-requisites For It To Work? What Is Rooting On Android?

Possible Duplicate : what does the su mean: process = Runtime.getRuntime().exec('su'); I am… Read more How Does Su Work On Android? And What Are The Pre-requisites For It To Work? What Is Rooting On Android?

How To Unpack, Modify, Pack And Flash `system.img.ext4` File Using Odin?

I have a system.img.ext4.lz4 file that is compatible with my Samsung S10 5G(Qualcomm) device. I hav… Read more How To Unpack, Modify, Pack And Flash `system.img.ext4` File Using Odin?

Create Vpn Profile On Android

Is it possible to programmatically create VPN profile on Android (assuming that I have a rooted dev… Read more Create Vpn Profile On Android

Android: How Can Execute A Chmod On Rooted Devides

I would execute a command on my rooted Android 2.1 device String path = '/data/data/com.androi… Read more Android: How Can Execute A Chmod On Rooted Devides

Moving Native Libraries From Android App To System Lib And Accessing It From App

I have compiled one native code with android ndk. Now instead of keeping that library as part of .a… Read more Moving Native Libraries From Android App To System Lib And Accessing It From App

Superuser And Moving Files

I'm trying to move a XML file from my apps private directory to another apps private dir. It as… Read more Superuser And Moving Files

How To Change The Date On Android, Programmatically?

background since it could be useful for testing of apps that need to run based on dates and time, i… Read more How To Change The Date On Android, Programmatically?