4.4.2 bootloader

Search This thread

landal

Member
Sep 26, 2009
22
23
Hi all,

I just manage to decrypt KDZ and DZ from v20A! thanks to this tool https://github.com/guilhem/kdzutils/tree/V500

Here is what we have:
Code:
$ python DZFileTools.py -f kdzextracted/E97520a_00.dz -l
[+] DZ Partition List
=========================================
 0 : PrimaryGPT_0.bin (4091 bytes)
 1 : modem_16384.bin (25454341 bytes)
 2 : sbl1_147456.bin (47821 bytes)
 3 : sbl2_148480.bin (73170 bytes)
 4 : sbl3_149504.bin (252611 bytes)
 5 : aboot_153600.bin (189169 bytes)
 6 : rpm_154624.bin (78012 bytes)
 7 : boot_163840.bin (9706138 bytes)
 8 : tz_212992.bin (105942 bytes)
 9 : system_376832.bin (76168232 bytes)
10 : system_640008.bin (2313 bytes)
11 : system_644120.bin (98298105 bytes)
12 : system_905232.bin (101178562 bytes)
13 : system_1168408.bin (81606307 bytes)
14 : system_1429520.bin (71751598 bytes)
15 : system_1692696.bin (65818293 bytes)
16 : system_1953808.bin (90639810 bytes)
17 : system_2216984.bin (77950797 bytes)
18 : system_2478096.bin (92035614 bytes)
19 : system_2741272.bin (74674780 bytes)
20 : system_3002384.bin (101457491 bytes)
21 : system_3264528.bin (74465678 bytes)
22 : system_3522560.bin (2314 bytes)
23 : system_3784704.bin (2314 bytes)
24 : system_4046848.bin (2314 bytes)
25 : system_4308992.bin (2314 bytes)
26 : persist_59637760.bin (21072 bytes)
27 : recovery_60178432.bin (10319555 bytes)
28 : BackupGPT_61070336.bin (4086 bytes)

I extract sbl1, sbl2, sbl3, rpm, aboot and tz and put it in a flashable .zip (from http://xdaforums.com/nexus-4/general/nexus-4-bootloader-collection-t2105983 )

I put this here

/!\ I DON'T TEST IT MYSELF

Before trying, someone with official 4.4.2 can tell me if custom recovery with 4.4.2 bootloader?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    Hi all,

    I just manage to decrypt KDZ and DZ from v20A! thanks to this tool https://github.com/guilhem/kdzutils/tree/V500

    Here is what we have:
    Code:
    $ python DZFileTools.py -f kdzextracted/E97520a_00.dz -l
    [+] DZ Partition List
    =========================================
     0 : PrimaryGPT_0.bin (4091 bytes)
     1 : modem_16384.bin (25454341 bytes)
     2 : sbl1_147456.bin (47821 bytes)
     3 : sbl2_148480.bin (73170 bytes)
     4 : sbl3_149504.bin (252611 bytes)
     5 : aboot_153600.bin (189169 bytes)
     6 : rpm_154624.bin (78012 bytes)
     7 : boot_163840.bin (9706138 bytes)
     8 : tz_212992.bin (105942 bytes)
     9 : system_376832.bin (76168232 bytes)
    10 : system_640008.bin (2313 bytes)
    11 : system_644120.bin (98298105 bytes)
    12 : system_905232.bin (101178562 bytes)
    13 : system_1168408.bin (81606307 bytes)
    14 : system_1429520.bin (71751598 bytes)
    15 : system_1692696.bin (65818293 bytes)
    16 : system_1953808.bin (90639810 bytes)
    17 : system_2216984.bin (77950797 bytes)
    18 : system_2478096.bin (92035614 bytes)
    19 : system_2741272.bin (74674780 bytes)
    20 : system_3002384.bin (101457491 bytes)
    21 : system_3264528.bin (74465678 bytes)
    22 : system_3522560.bin (2314 bytes)
    23 : system_3784704.bin (2314 bytes)
    24 : system_4046848.bin (2314 bytes)
    25 : system_4308992.bin (2314 bytes)
    26 : persist_59637760.bin (21072 bytes)
    27 : recovery_60178432.bin (10319555 bytes)
    28 : BackupGPT_61070336.bin (4086 bytes)

    I extract sbl1, sbl2, sbl3, rpm, aboot and tz and put it in a flashable .zip (from http://xdaforums.com/nexus-4/general/nexus-4-bootloader-collection-t2105983 )

    I put this here

    /!\ I DON'T TEST IT MYSELF

    Before trying, someone with official 4.4.2 can tell me if custom recovery with 4.4.2 bootloader?