Xperia:Sideloading Apps

From ConsoleMods Wiki
Jump to navigation Jump to search

If you're starting with a stock ROM and need to move files around, you're going to be out of luck until you can install a file manager. The Play doesn't come with one by default, and now the Market Store no longer automatically updates to the Google Play Store. To get around this, you'll have to sideload a file manager app.

  1. First, you'll need to install Xperia:ADB.
  2. Download the ES File Manager APK.
  3. Open a command prompt with admin privileges.
  4. Use the cd command to browse to the location of ADB (ex: cd "c:\AndroidSDK\platform-tools") if you haven't added it to your Windows PATH.
  5. Turn on USB debugging and unknown sources on your phone.
  6. Connect your phone via USB.
  7. Run adb install c:\Path\To\Your\APK\com.estrongs.android.pop_v4.0.2.3-237.apk.
  8. When it's done, you can copy other files you want to install to your phone and open them with the file manager or use the adb install command to install them from your computer.