(dev+hack) note 3 bootloader unlock

Status
Not open for further replies.

hobbit19

Senior Member
Oct 20, 2007
220
197
0
Ryazan
My opinion is because of how similar mi9 and mj3 (dev edition) bootloader are they revisioned the bootloaderwi th mj7 that's why retail mj7/mje users now have a 2 on there download mode under a a=2 to be exact while mi9 users are just a=1

Sent from my SM-N900V using Tapatalk
I think so too and I think I can turn my device into dev
changing the value of a byte in param
 
Last edited:

newuser134

Senior Member
Dec 18, 2009
286
92
0
The /modem and /system partitions for MJ3 are actually older than the new MJE release for the retail devices. I'm not sure if they'd be valuable.

I do have them tho.
Oh I know, but I have a couple of ideas I want to start with a 100% stock MJ3 files from the dev edition, my friend has a retail version he's willing to let me use, unfortunately I don't have all the MJ3 stock backups from mine to try. If you have them then, could you upload any twrp files, most notably the stock (/data), /system and /modem from your backup? I think I have a .tar (Odin) version of the MJ3 kernel (/boot), but if you also have the /boot backup, that'd make it even easier for me. I want to check a few things out.

Thank you
 

hobbit19

Senior Member
Oct 20, 2007
220
197
0
Ryazan
Oh I know, but I have a couple of ideas I want to start with a 100% stock MJ3 files from the dev edition, my friend has a retail version he's willing to let me use, unfortunately I don't have all the MJ3 stock backups from mine to try. If you have them then, could you upload any twrp files, most notably the stock (/data), /system and /modem from your backup? I think I have a .tar (Odin) version of the MJ3 kernel (/boot), but if you also have the /boot backup, that'd make it even easier for me. I want to check a few things out.

Thank you
I think it can help
http://forum.xda-developers.com/showthread.php?t=2476353
 
  • Like
Reactions: newuser134

BeansTown106

Inactive Recognized Developer
Dec 22, 2011
3,694
54,411
0
BeanTown USA
I think so too and I think I can turn my device into dev
changing the value of a byte in param
dont think soo. just compared my dev aboot and hashs dev aboot and the signature/something is different. it looks like somehow each dev aboot is signed or something to coinside with the device id. so basically in theory if i flashed hashs dev aboot on my device i would be locked even though its a dev aboot because of how its done..

so long story short.. if you have a dev edition note3 DO NOT FLASH MY DEV BOOTCHAIN! it will lock you most likely or brick you. everyone who has a dev edition has to pull thier own bootchain and depad it to have a actual working backup mine is only for my exact device and hashs is only for his exact device etc.

and in broader terms the only way we are gonna transform a retail to dev is to find out how the aboot is patched with the device specifics. or find an exploit in the verification of that..
 
Last edited:
  • Like
Reactions: newuser134

hobbit19

Senior Member
Oct 20, 2007
220
197
0
Ryazan
dont think soo. just compared my dev aboot and hashs dev aboot and the signature/something is different. it looks like somehow each dev aboot is signed or something to coinside with the device id. so basically in theory if i flashed hashs dev aboot on my device i would be locked even though its a dev aboot because of how its done..

so long story short.. if you have a dev edition note3 DO NOT FLASH MY DEV BOOTCHAIN! it will lock you most likely or brick you. everyone who has a dev edition has to pull thier own bootchain and depad it to have a actual working backup mine is only for my exact device and hashs is only for his exact device etc.

and in broader terms the only way we are gonna transform a retail to dev is to find out how the aboot is patched with the device specifics. or find an exploit in the verification of that..
since I normally flash testbit and dev bootloaders
I think I have a chance full crack bootloader
 

BeansTown106

Inactive Recognized Developer
Dec 22, 2011
3,694
54,411
0
BeanTown USA
since I normally flash testbit and dev bootloaders
I think I have a chance full crack bootloader
not gonna happen unless u can get your device specifics into the dev bootloader thats why you and another user have both succesfully flashed my dev bootchain with no unlock. all the testbit does is allow you to flash the dev bootchain on a retail with mi9,

this also explains why samsung doesnt provide ota updates for dev edition devices because there is no way to unlock the dev bootloader without device specifics and if they gave that info out they would basically give us the KEY to our puzzle.. with converting retails to dev editions.

basically samsung needs to rethink how they make thier dev editions and do it with a more permanent approach like an efuse aka how motorolla does it
 
Last edited:

hobbit19

Senior Member
Oct 20, 2007
220
197
0
Ryazan
not gonna happen unless u can get your device specifics into the dev bootloader thats why you and another user have both succesfully flashed my dev bootchain with no unlock. all the testbit does is allow you to flash the dev bootchain on a retail with mi9
I think it is necessary to compare files
***all anyone can ask for my version Reital (mi9)+testbit
and files dev phones
then we will understand the differences and be able to make a patch
 

newuser134

Senior Member
Dec 18, 2009
286
92
0
Can you please explain this in more detail

everyone who has a dev edition has to pull thier own bootchain and depad it to have a actual working backup
^
Can you please tell us the steps on how to do this?

Is it the "dd if=mmcblk..../block.... of=path/aboot.img" command?

What does depad mean, and how exactly do you do it? Please let us know how to make a backup of our dev edition aboot if it's this difficult and each phone has a unique aboot partition. Could you please make a post on how to do this and place it somewhere on the vzw Note 3 forum so everyone can find it? Could you please link to it here?

Thank you in advance
 
Last edited:
  • Like
Reactions: cam30era

Surge1223

Recognized Contributor
Nov 6, 2012
2,603
7,395
203
Florida
Can you please tell us the steps on how to do this?

Is it the "do if=mmcblk..../block.... of=path/aboot.img"?

What does depad mean, and how exactly do you do it? Please let us know how to make a backup of our dev edition aboot if it's this difficult and each phone has a unique aboot partition. Could you please make a post on how to do this and place it somewhere on the vzw Note 3 forum so everyone can find it? Could you please link to it here?

Thank you in advance
For now you can pull it and save a back up of it by opening terminal and typing
Code:
su
dd if=dev/block/platform/msm_sdcc.1/by-name/aboot of=/mnt/extSdCard/aboot.mbn
Worry about the depadding part later, as a comprehensive guide would need to posted for that and there isn't one written as of yet as far as I know.
 
  • Like
Reactions: newuser134

newuser134

Senior Member
Dec 18, 2009
286
92
0
For now you can pull it and save a back up of it by opening terminal and typing
Code:
su
dd if=dev/block/platform/msm_sdcc.1/by-name/aboot of=/mnt/extSdCard/aboot.mbn
The file (aboot.mbn) that came out is exactly 2.00 mb (2,097,152 bytes) in size. Does that sound right?

Thank you
 

hobbit19

Senior Member
Oct 20, 2007
220
197
0
Ryazan
Shouldn't this be in question and answer section. As this is really not a unlock source.

Point is bro. I been working on this for the past few months. This boot will never be unlocked.

Sent from my SM-N900V using Xparent BlueTapatalk 2
seems to me if you do not work out.
* it does not mean that others will not succeed
 

detr0yt

Senior Member
Dec 8, 2011
231
69
0
Shouldn't this be in question and answer section. As this is really not a unlock source.

Point is bro. I been working on this for the past few months. This boot will never be unlocked.



Sent from my SM-N900V using Xparent BlueTapatalk 2
Don't ruin this thread... This guy has Hash codes attention. .. And if hash code has not told this guy to move along then there must be something very interesting about what he had going on... Not taking anything away from you.. Your ability. .. Or credibility as a Developer... cause In by no means am I in any way a developer. . But If this thread goes there. .. It will get way off topic really fast.. No disrespect. ..
 

hobbit19

Senior Member
Oct 20, 2007
220
197
0
Ryazan
I try to open custom recovery and got yellow triangle, on top red inscription "Secure fail / Recovery", under triangle inscription "System firmware isn't authorized, turn off phone and contact with verzion" , also safetrop still here and when I try to turn on phone I got verizon picture, after this phone make short vibration and turned on. Now I think there is working MJE_insecure_Kernel.zip kernel,
and have to try flash your cyanogen build.
 
Last edited:

hobbit19

Senior Member
Oct 20, 2007
220
197
0
Ryazan
cm11 flash ..
but when trying to run gives a black screen. (((

even when I try to boot into recovery mode phone issues
set warranty bit recovery
 
Last edited:

ryanbg

Inactive Recognized Developer
Jan 3, 2008
855
1,735
0
movr0.com
If anyone has questions on what's going on, feel free to ask me. I've been playing around with some ideas with hobbit for a while. Do not try to flash any of the leaked engineering builds including the bootloader from designgears unless you are on MI9, otherwise you will get an auth error for aboot since it's a downgrade. I was able to flash the engineering NON-HLOS.bin to the modem though. The unsigned full build tar has an aboot file that is about 300kb less than all the new ones I compared it too, including the multi-cert full build tar. If we were able to get SDCARD mode working, we could restore MI9 sboot.bin, and flash MI9, then flash test build, and Loki it. I am at work until 4pm central time US but I will try and patch the old aboot this afternoon. I have yet to trip my Knox flag from flashing lots of random stuff. If you do get stuck from flashing any of this stuff after failing from bad signature, flashing your pit alone will fix the problem. I'm going to take a look at that old aboot in hex later too. There has to be some form of failed security logic in this device, I have a feeling.

Also if any of you kernel hackers can use MI9 and were able to modify a kernel module using an old exploit that jeboo is working on, I've got an idea how to spoof the attestation servers Samsung pushes to the devices to verify signatures. It's stored locally in TrustZone also, so if we could get into TrustZone that would be huge. We could even find out if a simple SMC call will fix all our problems (doubtful though.)
 
Last edited:
  • Like
Reactions: dhufford81

chrisrotolo

Senior Member
Nov 3, 2010
1,904
462
0
Corona, CA
If we were able to get SDCARD mode working
Regarding SD card mode, just some info that I expect to be overlooked, but a user on ATT note 3 reported flashing a stock rom from his external SD card in stock recovery, by choosing 'load from external resource'.
You guys are doing excellent work. Keep it up. Peace.
 
Status
Not open for further replies.