1. conite's Avatar
    where do i find the file. No-wipe batch file?
    It's all part of the package.
    04-18-19 03:52 PM
  2. antony99's Avatar
    When you download the file (see link in first page and post on this thread) ... you need to extract it, and when you view the unpacked files you will see a script called "flashall_nowipe" - clicking on that one starts the process.
    04-18-19 08:23 PM
  3. ynak's Avatar
    Sorry took so long to upload i had to modify all the scripts to make it flashable for China and India along with the other normal devices. Still avoid if you are running Russia, Indonesia or eea subvariants. This did take some script modification so let me know if you have any issues with it. This will be re-usable and helpful for the China and India users if those sigs are obtainable moving forward.

    Link: https://www.androidfilehost.com/?fid...89523397941053

    Remove any screen lock from your device first! Feel free to ask if you have questions before flashing.
    Hi,
    I will say again- will it work for BBE as in list show: https://docs.google.com/spreadsheets/d/1
    04-19-19 04:52 AM
  4. selimpusat's Avatar
    When you download the file (see link in first page and post on this thread) ... you need to extract it, and when you view the unpacked files you will see a script called "flashall_nowipe" - clicking on that one starts the process.
    It's all part of the package.
    Thanks friends.
    04-19-19 04:54 AM
  5. jcrutchvt2010's Avatar
    Hi,
    I will say again- will it work for BBE as in list show: https://docs.google.com/spreadsheets/d/1
    Will not work for BBE. I'll build one for BBE if there is interest in it.
    04-19-19 05:46 AM
  6. Michelasmar's Avatar
    You have to unzip the folder and when this is done you 2 choices. Wipe and no wipe.
    Choose the no-wipe
    04-19-19 09:00 AM
  7. raj281977's Avatar
    Sorry took so long to upload i had to modify all the scripts to make it flashable for China and India along with the other normal devices. Still avoid if you are running Russia, Indonesia or eea subvariants. This did take some script modification so let me know if you have any issues with it. This will be re-usable and helpful for the China and India users if those sigs are obtainable moving forward.

    Link: https://www.androidfilehost.com/?fid...89523397941053

    Remove any screen lock from your device first! Feel free to ask if you have questions before flashing.
    Thanks a lot for putting up April security patch for indian variant.....much appreciated
    04-19-19 07:59 PM
  8. antony99's Avatar
    Should be able to yes. This is the first time i've compiled with india signatures in combination with other variants but it should be fine.
    It worked brilliantly for me - and I am exceeding grateful for your help!

    I needed to remove my work account so that I could remove the screen lock... it only took a minute to do and a minute to re-instate afterwards, but I was wondering if your script could be amended in the future to include the screen unlock password? Again, thanks so much for your help!
    04-20-19 12:52 AM
  9. ynak's Avatar
    Thanks a lot for putting up April security patch for indian variant.....much appreciated
    hi,
    how do U think will it work for BBE-5 (Key2 LE)?
    04-20-19 02:46 AM
  10. ynak's Avatar
    Will not work for BBE. I'll build one for BBE if there is interest in it.
    yes please, for BBE-5.
    I'm really interested.
    preciate that
    04-20-19 02:47 AM
  11. takaharu_m's Avatar
    Hi.
    When this autoloader is executed, the following error occurs.

    $BIN/$FASTBOOT flash tz_${slot} $IMG/tz.mbn
    if [ "cn" == "${read_variant}" ]; then $BIN/$FASTBOOT flash devcfg_${slot} $IMG/devcfg_cn.mbn; fi
    if [ "cn" != "${read_variant}" ]; then $BIN/$FASTBOOT flash devcfg_${slot} $IMG/devcfg.mbn; fi
    $BIN/$FASTBOOT flash rpm_${slot} $IMG/rpm.mbn
    $BIN/$FASTBOOT flash hyp_${slot} $IMG/hyp.signed.mbn
    $BIN/$FASTBOOT flash pmic_${slot} $IMG/pmic.elf
    $BIN/$FASTBOOT flash xbl_${slot} $IMG/xbl.elf
    $BIN/$FASTBOOT flash abl_${slot} $IMG/abl.elf
    $BIN/$FASTBOOT flash cmnlib_${slot} $IMG/cmnlib.signed.mbn
    $BIN/$FASTBOOT flash cmnlib64_${slot} $IMG/cmnlib64.signed.mbn
    $BIN/$FASTBOOT flash keymaster_${slot} $IMG/keymaster64.signed.mbn
    $BIN/$FASTBOOT flash mdtpsecapp_${slot} $IMG/mdtpsecapp.signed.mbn
    $BIN/$FASTBOOT oem switch-bootchain:${slot}

    Please help.
    04-29-19 05:05 AM
  12. conite's Avatar
    Hi.
    When this autoloader is executed, the following error occurs.

    $BIN/$FASTBOOT flash tz_${slot} $IMG/tz.mbn
    if [ "cn" == "${read_variant}" ]; then $BIN/$FASTBOOT flash devcfg_${slot} $IMG/devcfg_cn.mbn; fi
    if [ "cn" != "${read_variant}" ]; then $BIN/$FASTBOOT flash devcfg_${slot} $IMG/devcfg.mbn; fi
    $BIN/$FASTBOOT flash rpm_${slot} $IMG/rpm.mbn
    $BIN/$FASTBOOT flash hyp_${slot} $IMG/hyp.signed.mbn
    $BIN/$FASTBOOT flash pmic_${slot} $IMG/pmic.elf
    $BIN/$FASTBOOT flash xbl_${slot} $IMG/xbl.elf
    $BIN/$FASTBOOT flash abl_${slot} $IMG/abl.elf
    $BIN/$FASTBOOT flash cmnlib_${slot} $IMG/cmnlib.signed.mbn
    $BIN/$FASTBOOT flash cmnlib64_${slot} $IMG/cmnlib64.signed.mbn
    $BIN/$FASTBOOT flash keymaster_${slot} $IMG/keymaster64.signed.mbn
    $BIN/$FASTBOOT flash mdtpsecapp_${slot} $IMG/mdtpsecapp.signed.mbn
    $BIN/$FASTBOOT oem switch-bootchain:${slot}

    Please help.
    Did you remove your device password and go into fastboot mode?
    04-29-19 07:17 AM
  13. takaharu_m's Avatar
    Of course.
    04-29-19 07:25 AM
  14. conite's Avatar
    Of course.
    I don't see an error though.

    You're running this on your PC?
    04-29-19 08:09 AM
  15. takaharu_m's Avatar
    I'm running Mac.
    04-29-19 08:16 AM
  16. conite's Avatar
    I'm running Mac.
    Aha. I'm not that familiar with sh files. Hopefully someone else can chime in.
    04-29-19 08:20 AM
  17. takaharu_m's Avatar
    I think the following code is a problem.

    echo "not wiping"
    sleep 5
    read_bootchain_slots = $ ($ BIN / fastboot getvar bootchain-slots 2> & 1)
    slots = $ (echo $ {read_bootchain_slots} | cut -d "" -f2)
    if ["$ {slots}"! = ""] && [$ {# slots} -ge 2]; then
    slot = "$ {slots: 1: 1}"
    else
    echo "Failed to detect bootchain slots."
    exit
    fi
    04-29-19 08:25 AM
  18. jeremymolina's Avatar
    Thanks mate, I worked!

    About the Mac issue above, It's likely that the adb/fastboot binaries aren't installed across all the system, or aren't available in the current execution path.
    Script is trying to look for "BIN=./$HOST/bin"


    Maybe installing the adb as a System binary will help:
    wget https://dl.google.com/android/reposi...test-linux.zip
    unzip \platform-tools-latest-linux.zip
    sudo cp platform-tools/adb /usr/bin/adb
    sudo cp platform-tools/fastboot /usr/bin/fastboot
    04-29-19 05:31 PM
  19. Draven2666's Avatar
    Would this work on the Key2 Atomic?
    04-29-19 05:49 PM
  20. conite's Avatar
    Would this work on the Key2 Atomic?
    The KEY² LE Atomic, no.

    The KEY² Red, yes.
    04-29-19 05:50 PM
  21. Draven2666's Avatar
    The KEY² LE Atomic, no.

    The KEY² Red, yes.
    True. It is officially Key2 Red. Cool thanks. Wanted to make sure before I ran on my red Key2.
    04-29-19 05:57 PM
  22. takaharu_m's Avatar
    No linux. My PC is Mac.

    Note:If device is not in fastboot mode
    Please switch to fastboot mode by holding the power and volume down key for 30s
    Failed to detect the device name or variant
    04-29-19 06:36 PM
  23. jeremymolina's Avatar
    No linux. My PC is Mac.

    Note:If device is not in fastboot mode
    Please switch to fastboot mode by holding the power and volume down key for 30s
    Failed to detect the device name or variant
    Correction, use the darwin aka Mac version:
    https://dl.google.com/android/reposi...est-darwin.zip

    You will get that error because you don't have the binaries to execute the adb/fastboot commands and those of course are necessary for the autoloader to work.

    Install adb/fastboot:
    https://www.xda-developers.com/insta...s-macos-linux/
    04-30-19 07:52 PM
  24. takaharu_m's Avatar
    The above has been implemented.
    04-30-19 11:10 PM
  25. tdchung's Avatar
    Thank you, no problems on Key2 India dual sim version, Virgin Mobile Canada.
    05-01-19 08:17 PM
196 12345 ...

Similar Threads

  1. ABT975 Universalish Autoloader - April Patch.
    By jcrutchvt2010 in forum BlackBerry KEYone
    Replies: 27
    Last Post: 06-29-21, 03:46 PM
  2. Replies: 2
    Last Post: 04-15-19, 08:25 PM
  3. HELP: My BB KeyONE wont reboot after run autoloader
    By Robert Hai in forum BlackBerry KEYone
    Replies: 2
    Last Post: 04-12-19, 07:13 AM
  4. All video playing in slow motion.
    By Ahmad Ghaz in forum BlackBerry KEY2
    Replies: 4
    Last Post: 04-10-19, 06:11 PM
  5. I have a KEYone and I can't update of all my apps?
    By CrackBerry Question in forum Ask a Question
    Replies: 1
    Last Post: 04-09-19, 07:28 PM
LINK TO POST COPIED TO CLIPBOARD