Ever wanted to have to have unrestricted file access to the /system partition of your Android device through the comfort of your desktop PC?  How about wireless mounting to be able to copy files to and from your SD card via WiFi? If even that doesn't tickle your fancy, what about shell access to your device via the same WiFi network?

Luckily for you, XDA forum member AdamOutler has put out a guide geared towards advanced users that shows you how to do precisely that.

Most of the time you don't need to access the restricted areas of your phone. Sometimes it's required. I like to use SSH/sftp as it is very compatible with everything.

Here are some of the benefits of using this technique:

  • Dual mount ( you can copy to and from the phone while using the sdcard)
  • wireless mount (copy to your sdcard without cable)
  • wireless root shell (root terminal access)

This guide will allow you to do the following things:

  • modifying data partition
  • grabbing APKs from your phone
  • unlimited access to all data
  • full, unrestricted access on your /system partition

Given the potential risk to incapacitate your device, you are best off proceeding with caution. Continue on to the guide thread if you're willing to take the risk.