How To Guide SM-F926B ONLY!! Android 12 update and ROOT GUIDE - BVA9 rooted firmware provided - if you missed the good news, camera works :)

Search This thread

TRElliott

New member
Feb 17, 2020
3
0
A quick question, will this work on a F926B/DS? Are the ROMs basically the same no matter the single or dual SIM versions? My phone is listed as F926B/DS.. so I guess is the both at th same time?

Thanks for the info :)
 

iLind

New member
May 26, 2015
3
2
What's the difference between using this guide and just doing the normal way of patching AP-tar with magiskt?
 

asamuel11

New member
Jul 31, 2010
4
0
I'm using exactly the same firmware, but can't replicate your results - I'm using the current TWRP, slighly later, but that has no bearing on it.

The sharing problems you mentioned - do you still have them? Do they affect sharing any attachments to any apps - or only something specific? I didn't really grasp your first report.
where can i find twrp
 

kaioitalo

Member
Jan 11, 2014
17
0
No – this has to do with decrypting /data – I've confirmed this on my setup – you won't be able to get it working after formatting /data in TWRP. BTW you will also not be able to use Dex on your setup like this. That's a gift from Samsung to us.

The only way to overcome this currently is like I have done:

- Follow @exocetdj guide up to and including flashing the Magisk apk in TWRP.
- From TWRP, reboot to Download mode.
- In Odin disable autoreboot and flash Stock recovery, you have to make a tar for this from the stock firmware AP, just keep the recovery file in the tar.
- Reboot to recovery via the key combo in the guide.
- In stock recovery now, format /data again - this will encrypt it.

Now reboot, you'll set up the system again and you'll have root, sharing will work, Dex will work etc.

However you won't have TWRP. It's possible to flash just the TWRP recovery again after this without formatting /data however without accessible /data it's mostly useless.
hi can you share the recovery ap file or any instructions how to make it for ap file, i couldnt get to make the recovery firmware.
 

pvillasuso

Senior Member
Apr 16, 2007
1,941
816
hi can you share the recovery ap file or any instructions how to make it for ap file, i couldnt get to make the recovery firmware.

 

onefloofysheep

Senior Member
Aug 24, 2020
77
31


Hi will TWRP be ported to OneUI 4.1 (OXM - CVC5)

I used your recovery and vbmeta in BVA9 from AP.tar and replaced the files in AP CVC5.

It flashes successfully and boots into TWRP immediately after AP flash, but it doesn't boot into system again until I reflash AP in Odin.

If I let it boot into system first and I try to boot into twrp after, it boots into stock recovery (assuming it got replaced by stock recovery.
 
  • Like
Reactions: pvillasuso

pvillasuso

Senior Member
Apr 16, 2007
1,941
816
Hi will TWRP be ported to OneUI 4.1 (OXM - CVC5)

I used your recovery and vbmeta in BVA9 from AP.tar and replaced the files in AP CVC5.

It flashes successfully and boots into TWRP immediately after AP flash, but it doesn't boot into system again until I reflash AP in Odin.

If I let it boot into system first and I try to boot into twrp after, it boots into stock recovery (assuming it got replaced by stock recovery.
Now I know why you asked about this @ telegram group
Sorry , just reading your post right now !
 

onefloofysheep

Senior Member
Aug 24, 2020
77
31
I have posted in the how to guide of my solution to this problem, many thanks to all that have helped!
Hi will TWRP be ported to OneUI 4.1 (OXM - CVC5)

I used your recovery and vbmeta in BVA9 from AP.tar and replaced the files in AP CVC5.

It flashes successfully and boots into TWRP immediately after AP flash, but it doesn't boot into system again until I reflash AP in Odin.

If I let it boot into system first and I try to boot into twrp after, it boots into stock recovery (assuming it got replaced by stock recovery.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    Hi All!!

    This thread will now contain pre rooted Odin files for F926B users to flash and update

    Before you start, download "420rom_F926B_BVA9_Odin_EUY.zip" from HERE

    THIS IS FOR F926B ONLY

    The process requires knowledge of basic adb and YOU MUST HAVE ADB INSTALLED BEFORE TRYING THIS

    This will no longer wipe data but it is advisable to backup first anyway - i wont be responsible for any data lost that could have been backed up ;)

    PROCESS to update from rooted a11 or a12

    1 - Unzip the 4 odin files from the zip provided in the link above & connect phone to PC

    2 - load ODIN on PC and disable AUTO Reboot - Next load BL.tar in BL, AP.tar in AP, Stock CP in CP and Stock HOMECSC in CSC

    3 - Click start to flash the files - when completed, keeping phone connected to PC, press and hold power and volume down and as soon as the screen turns off, press and hold vol up and power UNTIL in TWRP

    4 - Head to the TWRP mount menu disable MTP

    5 - ONLY IF YOU DONT HAVE A MAGISK.ZIP ON INTERNAL STORAGE copy app-debug.zip to your adb folder and then open a command window and first confirm adb is working by typing adb devices you should see your device listed and "recovery" next to the device in command window - this means adb is working - type adb push app-debug.zip /sdcard this should send the app-debug.zip to internal storage (or sdcard if you prefer)

    6 - go to the TWRP flash menu and you should see the app-debug.zip, flash it to root your A12 device - this needs to be done everytime TWRP is flashed in Odin it seems

    7 - reboot to system from TWRP power menu

    You will boot rooted, updated and with intact data if all the steps above are followed correctly

    ------------------------------------------------------------------------------------------------------------------

    PROCESS IF COMING FROM STOCK A12

    1 - Unzip the 4 odin files from the zip provided in the link above & connect phone to PC (please ensure dev settings are enabled and that you have unlocked bootloader and checked "Oem unlock" is faded out under dev settings)

    2 - load ODIN on PC and disable AUTO Reboot - Next load BL.tar in BL, AP.tar in AP, Stock CP in CP and Stock HOMECSC in CSC

    3 - Click start to flash the files - when completed, keeping phone connected to PC, press and hold power and volume down and as soon as the screen turns off, press and hold vol up and power UNTIL in TWRP

    4 - Head to the TWRP wipe menu and format device (type yes and press enter) - then reboot TWRP

    5 - when TWRP has rebooted, go to the mounts menu and disable MTP -> this will allow us to send app-debug.zip (magisk) to your sdcard

    6 - copy app-debug.zip to your adb folder and then open a command window and first confirm adb is working by typing adb devices you should see your device listed and "recovery" next to the device in command window - this means adb is working

    7 - type adb push app-debug.zip /sdcard this should send the app-debug.zip to internal storage (or sdcard if you prefer) - go to the TWRP flash menu and you should see this app-debug.zip, flash it to root your A12 device

    8 - as stated previously, i have disabled encryption therefore we just need to boot STRAIGHT to SYSTEM from the TWRP POWER MENU

    9 -When phone reboots, set up as normal and you should now see a magisk stub in the app drawer meaning you are rooted :p
    4
    @exocetdj
    I have the same problem with the Gallery, also, when trying to send an image or a video in Telegram I get an error and when using Sync I cant watch videos and images. Maybe it has something to do with storage permission.
    No – this has to do with decrypting /data – I've confirmed this on my setup – you won't be able to get it working after formatting /data in TWRP. BTW you will also not be able to use Dex on your setup like this. That's a gift from Samsung to us.

    The only way to overcome this currently is like I have done:

    - Follow @exocetdj guide up to and including flashing the Magisk apk in TWRP.
    - From TWRP, reboot to Download mode.
    - In Odin disable autoreboot and flash Stock recovery, you have to make a tar for this from the stock firmware AP, just keep the recovery file in the tar.
    - Reboot to recovery via the key combo in the guide.
    - In stock recovery now, format /data again - this will encrypt it.

    Now reboot, you'll set up the system again and you'll have root, sharing will work, Dex will work etc.

    However you won't have TWRP. It's possible to flash just the TWRP recovery again after this without formatting /data however without accessible /data it's mostly useless.
    4
    ok no progress on Dex today from my end - seems to be a commonn issue and @abun880007 reported an error message stating that dex wouldn't work due to a modded system

    on a side note i have disabled WSM which means watch pairings remain on reboot - this was a fix in my rom already but module dependant meaning that watch pairings would go even if the module was disabled- thanks to @starbucks2010 for the wsm fix as always

    ill upload a new firmware tonight with this fix and it has been based on BTB (no difference to MSR firmware as is OXM)
    4
    F926B users - rooted firmware is now here

    This time round i have cooked in @Andrei1973 's WSM fix so no need for any modules to keep wearable pairings (cheers as always mate :) )

    Rebased to BUL8 firmware and including A7 TWRP from IanMacD

    Removed forrceencrypt and have also used df18bcf5 Magisk Alpha build (aka app-debug.zip) attached to this post for flashing in TWRP

    Update procedure

    1 reboot to download and load Odin

    2 Load the Odin files and uncheck "Auto reboot"

    3 Reboot straight to TWRP (remember the button combos!)

    4 ONLY IF YOU HAVENT GOT MAGISK ON INTERNAL STORAGE - check that MTP is disabled and copy app-debug.zip to adb folder then in CMD window "adb push app-debug.zip /sdcard"

    5 - Flash the app-debug.zip and then reboot to system from TWRP power menu

    You will boot rooted, updated and with intact data if all the steps above are followed correctly
    3
    Killing the camera after unlocking the bootloader is a stupid and crappy move by Samsung.
    I remember, oh so long ago, when Samsung actually supported us here on XDA, found quite a large number of things done by devs here suddenly appearing on their "next big thing", then they quietly withdrew their support and went over to the dark side of the Apple-verse.