as it seems, the key is the bootloader partition.
i want to get this partition from someone with already unlocked device.
all you need to do is to run this command in rooted and unlocked device in Terminal or ADB shell:
and then upload the file emmc_appsboot.mbn that will be created in your internal memory main directory.
thanks.
i want to get this partition from someone with already unlocked device.
all you need to do is to run this command in rooted and unlocked device in Terminal or ADB shell:
Code:
dd if=/dev/block/platform/7824900.sdhci/by-name/aboot of=/sdcard/emmc_appsboot.mbn
and then upload the file emmc_appsboot.mbn that will be created in your internal memory main directory.
thanks.