Showing posts with label developer. Show all posts
Showing posts with label developer. Show all posts
Thursday, September 21, 2017
Flash Redmi 1S Global developer build on Global stable build
Flash Redmi 1S Global developer build on Global stable build
Hello Mi Fans,
This guide is for flashing Redmi 1S Global developer build on Global stable build.
Flashing MIUI ROM in Fastboot Mode :
Download necessary ROM and ROM Flashing tool, and make sure that your phone has enough power. This guide will help you to upgrade your Global stable ROM to the Global developer ROM. All user data will be cleared in the process, so please back up your personal data on your PC/Laptop before starting this process.
Download the ROM flashing tool
1. Download ROM from this link and extract it on desktop.
(Please check if the file suffix is .tgz. Please rename it to .tgz if the suffix is .gz or .tar)
2. Download flashing tool and install it.
3. Once installation complete, double click on MiFlash icon
4. Click on browse
5. Select ROM folder from Desktop
6. Click on Advanced.
7. Click on Fastboot Script Browse button then go to ROM folder from desktop and select flash_all.bat, This will wipe all data from Internal SDCard so make sure you are taking all personal data backup on PC/Laptop.
8. Turn off the phone, press the Volume down key and the Power button at the same time to enter Fastboot mode, then connect the phone to a computer.
9. Press Refresh button to see you device in flashing tool.
After pressing refresh button you will see connected device.
10. Click on Flash and it will start process
image01.png (44.43 KB, Downloads: 33)
Download Save to the album
Download Save to the album
11. Once flashing process completes, device will automatically reboot. Reboot might take upto 5min.
download file now
Wednesday, September 6, 2017
Flashing the Android N Developer Preview on a Nexus 9
Flashing the Android N Developer Preview on a Nexus 9
Following my battery and application tests on my new Nexus 9, it was time to test the Developer Preview build on Android N.
Enrolling in the Beta programme
The standard way to get the N preview on your Nexus device (Nexus 9, 5X, 6, 6P, Nexus Player and Pixel C) is to enrol in the Android Beta programme, which you can sign up for at this URL:
https://www.google.com/android/beta
Once logged in you can enrol or unenrol your compatible Nexus devices into the Beta channel and you will receive OTA updates, starting with the current N build being applied over your existing Marshmallow build.
Sadly for the Nexus 9, OTA support was dropped due to various issues applying the firmware on devices. However, the factory images are still available for those that still want to try it.
Downloading the Factory Images
The released factory images are located here:
https://developers.google.com/android/nexus/images
Preview build factory images are located here:
http://developer.android.com/preview/download.html
Once downloaded, unpack the tgz image so you can see the individual files, including the flash-all.bat
Preparation
As always when installing factory images on Nexus devices, you need to do a little preparation:
1. Ensure you have installed adb and fastboot onto your machine. For Windows, the easiest way is likely to download and install the latest ADB Installer from XDA.
2. Ensure your device is in Developer mode (by repeatedly clicking on the Build number in Settings / About) and then enable USB Debugging inside Developer options.
3. Unlock the bootloader of your device.
To unlock the bootloader you need to attach a USB cable to the device while it is on, reboot into the bootloader and then perform an unlock:
adb reboot bootloader
fastboot oem unlock
Once the bootloader is unlocked, you can flash whatever you like onto the device.
Flashing the image
When in the bootloader, in theory all you need to do is to execute the batch file contained within the firmware archive:
flash-all.bat
The process should be automatic from this point.
Issues on my Nexus 9
When I executed the batch file, the bootloader was reflashed, but I got an error message:
Error: Update Package Missing System.img
The batch file executes the following commands:
fastboot flash bootloader bootloader-flounder-3.48.0.0136.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot -w update image-volantis-npc56p.zip
It was the last command that caused me issues - updating via the zip file.
Rather than updating in this manner, I had to extract the zip file, which contained the following firmware images:
boot.img
cache.img
recovery.img
system.img
vendor.img
The issue was resolved by simply flashing each of the images manually:
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash vendor vendor.img
To finish I rebooted the device:
fastboot reboot
So all in all it was a bit more fiddly than anticipated. I guess this is why it is a developer preview and possibly why the Nexus 9 image was removed from OTA!
download file now
Subscribe to:
Posts (Atom)