How To Root Any Android Phone Without PC | 2021



Magisk APK , Bugjaeger Mobile APK 

Magisk APK

Suppose you want to run a banking application. But whenever you open the application you get the notification that says something like “Your phone isn’t rooted and you won’t be able to use this application on your device”.

Now, to run that application, you may choose to unroot your phone, work on that app, and re-root your phone using Chainfire SuperSU. But rooting and unrooting your device is a lengthy process. You may do it once but doing it repeatedly will surely feel tedious.

What if you want to use that banking application urgently? You don’t want to be stuck unrooting your phone. With Magisk, you can make changes to run the application.

Here are some features:

Magisk allows you to pass Google’s safety tests (Safety net).
This open-source software allows you to add and modify files without any issues. If you know to code and want to make some changes to the default coding, you can do so.
Magisk Mount feature will make changes to the core and partition level without any issues. You can divide your system, core files, and other media files and store them anywhere in the memory storage.
Resetprop feature, in this you can make changes to your system prop files including read-only files. You can attempt changes in the build.
Magisk can be downloaded on a non-rooted phone and it can help you to root your phone.

Download

Bugjaeger Mobile ADB - Develop & Debug via USB OTG


Bugjaeger tries to give you the expert tools used by Android developers for better control and a deep understanding of your Android device internals.

Multitool can save you the hassle of carrying a laptop.


If you're an Android power user, developer, geek, or hacker, this app might be something for you.

How to use
1.) Enable developer options and USB debugging on your target device (https://developer.android.com/studio/debug/dev-options)
Note: On Huawei devices, you might first need to turn on USB tethering before you enable USB debugging

2.) Connect the device where you've installed this app to the target device via a USB OTG cable

3.) Allow the app to access USB device and make sure the target device authorizes USB debugging


Inspecting device internals, running shell scripts, checking logs, making screenshots, inspecting backup files, and many more tasks that are normally done on your laptop can now be performed directly between 2 mobile devices.

This app works as a sort of Android to Android ADB (Android Debug Bridge) - it offers some features similar to ADB (Android Debug Bridge), but instead of running on your development machine, it runs directly on your Android device.

You connect your target device through a USB OTG cable or through WiFi and you'll be able to play around with the device.

ADB protocol is supported also by Android devices other than phones & tablets. That means that you should also be able to control your Android TV, Wear OS watch, or even Raspberry Pi with Android Things OS and Oculus VR.


Main features
- running custom shell scripts on the target device
- remote interactive shell
- reading, filtering, and exporting device logs (logcat)
- pull APK files
- creating and restoring backups, inspecting and extracting the content of backup files
- capturing screenshots
- performing various commands for controlling your device (rebooting, going to bootloader, rotating screen, killing running apps, ...)
- uninstalling and installing packages, checking various details about installed apps
- copying apps between phones
- monitoring the processes, showing additional information related to processes, killing processes
- showing various details about Android version(e.g., SDK version, Android ID,..), Linux kernel, CPU, abi, display
- showing battery details (like e.g., temperature, health, technology, voltage,..)
- file management - pushing and pulling files from the device, browsing the file system
- search and connection to Android devices on your network that configured adbd to listen on port 5555
- reading bootloader variables & info via fastboot protocol (e.g. dump some hw info, security state, or if the device has tampered)
- exec fastboot commands

For some tricks and examples of what you can do, see
https://www.sisik.eu/blog/tag:bugjaeger

For starting a youtube video or URL in the browser, add the following custom command (or paste this into the shell) in the first tab

am start -a android.intent.action.VIEW -d "https://www.youtube.com/watch?v=LxKdFlf4Y7E"


If you liked this app, check out the ad-free premium version which also contains additional features
https://play.google.com/store/apps/details?id=eu.sisik.hackendebug.full


Requirements
- Enabled USB debugging in Developer options and authorize the development device
- Fastboot protocol support

Please note
This app uses the normal way of communicating with Android devices which requires authorization.
The app does not bypass Android's security mechanisms or anything similar!
This means you won't be able to do some privileged tasks on non-rooted devices.