Skip to main content

Posts

Showing posts with the label USB

Share PC internet with Your Android Phone

In most cases we are usually familiar with the concept of sharing internet from mobile device to a computer, thus via WIFI Hotspot, or USB tethering. And this is what we know as the all time normal! But did you know your computer can also share its internet into your android device? Today is your lucky day! I am going to share with you what I'd like to call, reverse USB tethering. This is going to be a very simple and short article. ITEMS required include the following: 1. A desktop or Laptop computer that has working/active internet (preferably Ethernet connection) 2. Android device 3. USB cable Here we go; 1. On your android device, go to settings and enable developer mode 2. In the developer mode option, Enable USB debug mode 3. On your computer, download two specific files GNIREHTET (gnirehtet.apk, gnirehtet.exe, gnirehtet-run.cmd) & PLATFORM TOOLS (AdbWinApi.dll, adb.exe, AdbWinUsbApi.dll) 4. Create a new folder on your desktop, and extract the contents of the two files we...

USB Debug Mode on Android

Understanding Developer Options: A Hidden Power User Toolkit Android's Developer Options contain advanced system controls that go far beyond just USB debugging. This hidden menu (intentionally obscured from average users) provides: Key Capabilities Enabled Through Developer Options System performance monitoring  (CPU/GPU usage, memory allocation) Advanced debugging tools  for app developers Hardware acceleration controls Mock location services  for testing Window animation scaling  (improve perceived performance) USB Debugging: The Essential Developer Tool What USB Debugging Actually Does When enabled, USB debugging: Creates a direct ADB (Android Debug Bridge) connection between your device and computer Allows advanced commands and system access Enables data recovery when the phone won't boot normally Permits screen mirroring and control via PC When You'll Need USB Debugging Scenario How It Helps Bricked phone recovery Access device storage even when OS won't boot Ap...