Showing posts with label ADB. Show all posts
Showing posts with label ADB. Show all posts

Friday, 29 May 2015

How to enable MultiWindow on Android Marshmallow!

Boooom! Android M preview is out. For those that already flashed it, there might be a really really cool thing for you to try. In fact, Android M comes with multiwindow. It's experimental but seems to be working. Let's try it out!

  1. Firstly, boot into recovery. Be sure to have a custom recovery, TWRP works the best.
  2. Be sure the /system partition is mounted (Go to mount -> mount the system)
  3. Connect your device to your PC, be sure to have your device recognizable by ADB, type adb devices - your device should pop up. (Don't have ADB? Download here!)
  4. Let's access the build.prop, type the following commands in to the terminal:
adb shell
cd /system
vi build.prop

Let's change a line to enable userdebug mode. Change the line:

ro.build.type=user
to
ro.build.type=userdebug

Reboot your phone. Navigate to developer options in settings (to enable dev options, go to "about phone" and tap on "build number" several times).

Open recents and boom, you have it.





Sunday, 17 August 2014

How To Install ADB in 15 seconds?

Installing the Android Debug Bridge (ADB) is not always the easiest process to do. It usually takes a lot of time and the installation is generally problematical. What if I say you, that you can actually install the ADB in 15 seconds? Yeah, with 15 seconds ADB Installer!

15 Seconds ADB Installer is an amazing tool for your PC. As the name suggest, this app installs ADB drivers for your device in 15 seconds or even less!

The app is very light-weight, has only about 9MB, no need to install SDKs or any other stuff. This tools install either ADB drivers, drivers and fasboot for your device, so you're ready for bootlader unlocking, flashing or really whatever you're going to do.



The tool automatically finds the latest SDK drivers and install them for your system version (32/64bit).

Installation Procedure:

1. Run it (Require administrator privileges)
2. Press Y/Yes to install ADB and Fastboot or N/No to skip
3. Press Y/Yes to install ADB system-wide or N/No for current user only
4. Press Y/Yes to install Drivers or N/No to skip
5. Continue Driver installation
6. 15 seconds passed - finished!


Easy & Fast.