- Sep 25, 2015
- 76
- 30
Hello, i have a MultiRom from mobilecity.vn for you. Works good.
1. First install 7.0.11 to your phone with Update App.
2. Root yout Phone with Root.apk (Inside my download)
3. Copy system.img to root of you phone
4. Now you must enable USB Debugging. Go to About phone and press 7 times MIUI Version. Now you are a Developer. No go to Addtional settings > Developer options > aktivate USB debugging.
5. Next Step. Start Terminal (Commandpromt) and go Rom folder.
6. Type:
7. your phone asked about USB Debbuging
Allow that.
8. Start adb shell
9. Now 2 commands
10. Start copy system.img to system
11. Wipe Data
12. reboot phone
Thats all. Now you have Multirom with SuperSU root an Gapps. I installed googlekeyboard later. The keyboard from rom is bad.
Here is the Download link
https://mega.nz/#!eE4FiQ4B!TFi4eATbJUSGgSaMMNuSnP063t4JXqS_7KZkA2MWknA
1. First install 7.0.11 to your phone with Update App.
2. Root yout Phone with Root.apk (Inside my download)
3. Copy system.img to root of you phone
4. Now you must enable USB Debugging. Go to About phone and press 7 times MIUI Version. Now you are a Developer. No go to Addtional settings > Developer options > aktivate USB debugging.
5. Next Step. Start Terminal (Commandpromt) and go Rom folder.
6. Type:
Code:
adb devices
7. your phone asked about USB Debbuging
Allow that.
8. Start adb shell
Code:
adb shell
su
9. Now 2 commands
Code:
busybox rm -fR /cust/*
Code:
busybox rm -fR /data/miui
10. Start copy system.img to system
Code:
busybox dd if=/data/media/0/system.img bs=4096 of=/dev/block/mmcblk0p23
11. Wipe Data
Code:
wipe data
12. reboot phone
Code:
reboot
Thats all. Now you have Multirom with SuperSU root an Gapps. I installed googlekeyboard later. The keyboard from rom is bad.
Here is the Download link
https://mega.nz/#!eE4FiQ4B!TFi4eATbJUSGgSaMMNuSnP063t4JXqS_7KZkA2MWknA