mardi 6 janvier 2015

Unlocking the bootloader without fastboot and without wiping topic

14:13






Hi all,

A few of us are working to unlock the bootloader of the Nexus 6 without using fastboot (similar to what we've done with past Nexus devices in this thread), and it would help us greatly if a few of you could contribute. All we need is two dumps of your "sp" partition -- once when your bootloader is unlocked, and once when it is locked.

For those that have already unlocked their bootloader would be willing to help out, here is how to do it:

1) With the bootloader unlocked, dump the sp partition by typing in the following command (either via an adb root shell, or in a terminal emulator in Android with root):


Code:


dd if=/dev/block/platform/msm_sdcc.1/by-name/sp of=/sdcard/sp-unlock.img

2) Reboot into the bootloader and re-lock your bootloader (using fastboot), then re-dump the partition (again, using an adb root shell or in a terminal emulator with root):


Code:


dd if=/dev/block/platform/msm_sdcc.1/by-name/sp of=/sdcard/sp-lock.img

3) Flash back the unlocked sp image so that your bootloader returns to being unlocked without wiping anything:


Code:


dd if=/sdcard/sp-unlock.img of=/dev/block/platform/msm_sdcc.1/by-name/sp

4) Post those two images in this thread.


Thanks!






Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 commentaires:

Enregistrer un commentaire

 

© 2013 Mobile Probleme. All rights resevered. Designed by Templateism

Back To Top