View Single Post
Old 07-25-2022, 07:54 AM   #8
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,977
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Prerequisite: You have to have ADB and be conversant with it.

Getting a partition with rooted ADB
Is your Note3 rooted? Do you have a # prompt in ADB shell?
Code:
C:\>adb shell
# dd if=/dev/block/by-name/recovery of=/sdcard/recovery.img
Transferred a zillion blocks
# ^D
C:\>adb pull sdcard/recovery.img
Getting a partition with EDL
Go to http://www.temblast.com/edl.htm and read the instructions.
Download the loader at "this loader" link and rename it something short.
Code:
C:\>adb reboot edl
Use Zadig and install a WinUSB Windows driver on 05c6/9008.
Code:
C:\>edl.exe /lnote3.bin
(Note that that is slash-ell-whatever-you-renamed-it.)
It should print out a bunch of stuff, including "Waiting for Firehose, Ok".
Code:
C:\>edl.exe /u /r /t /precovery recovery.img
(The /u is because you're UFS. Other Onyx models may not use that flag.)
If you got what you wanted, just:
Code:
C:\>edl.exe /z
Renate is offline   Reply With Quote