★★Contact Us Info ★★
★★ EXCLUSIVE Solution For Any Devices FRP ★★
★★ EXCLUSIVE Solution For Lenovo S8-50LC Bricked With Intel Inside ★★

Friday, September 4, 2015

How to: Copy ROM zip file to the freshly wiped device


How to: Copy ROM zip file to the freshly wiped 

device



Have you ever been in a situation where you mistakenly (or not) wiped the content of the internal storage (including system partition and virtual SD card) on your phone or tablet and unfortunately it doesn't support external storage? Now you can't flash desired custom ROM because you removed it and the device can't be booted due to wiped system partition. Don't worry - it's very easy to fix!

Here are the steps you need to follow to copy the correct rom.zip
package to your internal storage:

1-Download this mini-sdk package and extract it to c:\mini-sdk


2-Rename the custom ROM package you want to flash to "rom.zip" and copy it to c:\mini-sdk

3-Connect your device to the PC

4-Boot your device in recovery mode

5-Open a command prompt on the PC (cmd.exe), type and confirm each command with ENTER:

6-cd /d c:\mini-sdk

7-adb shell

8-mount /data (error might mean that /data partition is already mounted)

9-on Android 4.2 and above: mkdir -p /data/media/0

10-on Android 4.1.2 and below: mkdir -p /data/media

11-exit

12-on Android 4.2 and above: adb push rom.zip /data/media/0

13-on Android 4.1.2 and below: adb push rom.zip /data/media

14-Wait for a few minutes until the file is copied. It will looks like command shell is not responding, but that means it's still copying. Wait patiently until you'll see blinking cursor again.

15-Depends on your custom recovery, use the navigation keys to flash the custom rom.zip package in a typical way you used to flash custom ROMs. It should be on your internal storage now. Done!

[Noob Guide] HTC Zip Format File Flashing Guide

HTC Zip Format File Flashing Guide



Flashing Commands via fastboot:
**BootLoader Must Be Locked**
fastboot devices
fastboot oem rebootRUU
fastboot flash zip 
fastboot reboot

Updating via Sdcard:
**BootLoader Must Be Locked**
Copy  to sdcard
Insert it to your mobile
Boot your mobile into bootloader mode
It wil start the process automatically