Xperia:Sideloading Apps: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
(Created page with "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. # First, you'll need to install Xperia:ADB. # Download the [http://www.mediafire.com/file/21s2s2jwtk53z1w/com.estrongs.android.pop_v4.0.2.3-237....")
 
(Removed mediafire links)
 
Line 2: Line 2:


# First, you'll need to install [[Xperia:ADB]].
# First, you'll need to install [[Xperia:ADB]].
# Download the [http://www.mediafire.com/file/21s2s2jwtk53z1w/com.estrongs.android.pop_v4.0.2.3-237.apk/file ES File Manager APK].
# Download the [[:File:Com.estrongs.android.pop_v4.0.2.3-237.apk.zip|ES File Manager APK]].
# Open a command prompt with admin privileges.
# Open a command prompt with admin privileges.
# 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.
# 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.

Latest revision as of 20:18, 27 October 2024

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.