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

How To Get The Result Of Runtime.getruntime().exec Directly

I'm working on a rooted android device. I'm trying to capture the screen and store the resu… Read more How To Get The Result Of Runtime.getruntime().exec Directly

Run Nodejs Server In Android

Is it possible to run NodeJs server in android device (like linux devices not android apps). If pos… Read more Run Nodejs Server In Android

Un-/install System Apps Without Rooting The Device

Is there a way to push apks to the system/app folder without rooting the device? I found several wa… Read more Un-/install System Apps Without Rooting The Device

How To Create Android Apps With Root Access?

I found out that there's so many apps out there which required root access. How were they able… Read more How To Create Android Apps With Root Access?

How Can I Execute "su" On Android?

process = Runtime.getRuntime().exec('su'); os = new DataOutputStream(process.getOutputStrea… Read more How Can I Execute "su" On Android?

Can I Disable Systemui From Within My Android App?

I used this answer to achieve a Kiosk Mode for my app: https://stackoverflow.com/a/26013850 I roote… Read more Can I Disable Systemui From Within My Android App?

Run A Shell Command As Root On Android?

I thought it would be cool to turn the hardware button lights on when my application needs user att… Read more Run A Shell Command As Root On Android?

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