View Single Post
Posts: 111 | Thanked: 63 times | Joined on Nov 2012 @ Kazakhstan
#26
Originally Posted by rainisto View Post
Five cents from me:

You never want to do --flash-only=emmc command, that is just wrong, and if your following some flashing instruction that says to do that, then the instructions are just plain wrong too.

The right command to erase lockcode and flash to factory state can be done with just one command (you never need to run 2 seperate commands).

sudo flasher -f -F main.bin -F emmc.bin --erase-user-data=secure -R
Mate, in this topic [HOWTO] Comprehensive Firmware Flashing Guide for N9 they say to do this:
Code:
flasher -f -F main.bin
flasher -f -F main.bin -F emmc.bin --flash-only=mmc
flasher -R
Is those two command lines (yours and the one in code block) are doing the same thing ?