Thanks to @feherneoh who posted the content of this thread originally here:Post #1
Post #2
NOTE:
DO NOT ask for a backup. If you do not have one, you have to accept to be permanently on Android like me.
Create a folder somewhere that we can use
Copy the backup to that folder
extract the zip I attached to this folder
Download these into the folder:
imgman.exe
Original partition table
recovery_unsecure.img
EDIT: Someone seems to have taken down the main Android4Lumia thread, along with it's creator and it's attached files. The files can be found in the attachments down below.
create another folder inside this one called "parts"
run this command:
Code:
replace <backup.img> with the filename of your backup
Code:
ADB should disconnect at this point
Code:
WHERE <partition> is one of these (flash them in this order):
TZ
SSD
RPM
WINSECAPP
MODEM_FSG
MODEM_FS1
MODEM_FS2
UEFI_BS_NV
UEFI_NV
UEFI_RT_NV
UEFI_RT_NV_RPMB
PLAT
MMOS
EFIESP
UEFI
Then reboot the phone with
Code:
Phone will show smiley of death, that's normal
From this point, you can use WDRT to flash a clean WP, or reflash the one from the backup using thor2
thor2 should be at
64-Bit Windows
32-Bit Windows
To do this
Code:
wait for the phone to show the alternative NOKIA logo, where the text is not centered vertically
Code:
EDIT: or just flash your phone's FFU file (download from lumiafirmware.com ):
thanks to @feherneoh for this hint
And then reboot:
WP8 should boot 
Instead of thor2 you can flash MainOS and Data partition/FFU (with both partitions included) with WPInternals or WDRT
Post #2
NOTE:
DO NOT ask for a backup. If you do not have one, you have to accept to be permanently on Android like me.
Create a folder somewhere that we can use
Copy the backup to that folder
extract the zip I attached to this folder
Download these into the folder:
imgman.exe
Original partition table
recovery_unsecure.img
EDIT: Someone seems to have taken down the main Android4Lumia thread, along with it's creator and it's attached files. The files can be found in the attachments down below.
create another folder inside this one called "parts"
run this command:
Code:
Code:
imgman64.exe <backup.img> parts
Code:
Code:
fastboot boot recovery_unsecure.img
adb push fame_wp_unlocked.gpt /cache/
adb shell
sgdisk --load-backup /cache/fame_wp_unlocked.gpt /dev/block/mmcblk0
sync
sync
reboot
Code:
Code:
fastboot flash <partition> parts\<partition>.img
TZ
SSD
RPM
WINSECAPP
MODEM_FSG
MODEM_FS1
MODEM_FS2
UEFI_BS_NV
UEFI_NV
UEFI_RT_NV
UEFI_RT_NV_RPMB
PLAT
MMOS
EFIESP
UEFI
Then reboot the phone with
Code:
Code:
fastboot reboot
From this point, you can use WDRT to flash a clean WP, or reflash the one from the backup using thor2
thor2 should be at
64-Bit Windows
Code:
C:\Program Files (x86)\Microsoft Care Suite\Windows Device Recovery Tool
Code:
C:\Program Files\Microsoft Care Suite\Windows Device Recovery Tool
Code:
Code:
thor2 -mode rnd -bootflashapp
Code:
Code:
thor2 -mode uefiflash -partitionname MainOS -partitionimagefile parts\MainOS.img
thor2 -mode uefiflash -partitionname Data -partitionimagefile parts\Data.img
Code:
thor2 -mode uefiflash -ffufile <Path-to-FFU> -do_full_nvi_update -do_factory_reset
And then reboot:
Code:
thor2 -mode rnd -bootnormalmode
Instead of thor2 you can flash MainOS and Data partition/FFU (with both partitions included) with WPInternals or WDRT
Attachments
-
9.7 MB Views: 4,396
Last edited:
