[ROM] [Community] [A12.1/12L] [June] [King081 X CyderXDA] Derpfest

Search This thread

dragonfly24

New member
Jul 17, 2022
2
0
Does this ROM unlock 5Ghz option for hotspot? I can only create 2.4Ghz hotspot on original ROM. Let me know if unlocking this option is possible at all. thx
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    derp.png

    This is a small project based on AOSP. We try to be a platform for beginners and support the Custom ROM community with our own unique contributions as well. This ROM exists thanks to inspiration of AOSiP, Thank you! #StayDerped

    Code:
    /* Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */

    Flash Instructions
    //plug in USB while holding VOL+ during boot, make sure charge LED is blue
    //reboot to fastbootd:
    fastboot reboot fastboot
    //flash the ROM:
    fastboot set_active a
    fastboot flash boot boot.img
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
    fastboot --disable-verity --disable-verification flash vbmeta_system vbmeta_system.img
    fastboot erase metadata // only on first install, ignore on upgrading
    fastboot delete-logical-partition product_a
    fastboot delete-logical-partition system_a // so that fastboot won't complain about disk space
    fastboot create-logical-partition product_a 0 // size is 0, will auto-resize during flash
    fastboot flash product product.img
    fastboot create-logical-partition system_a 0
    fastboot flash system system.img
    //erase userdata:
    fastboot erase userdata // also only on first install
    //boot the ROM:
    fastboot reboot

    Downloads: Gdrive
    Support group: Telegram

    Credits:
    @CyderXDA

    Sources:
    Kernel: https://androidfilehost.com/?fid=2188818919693788975 (Prebuilt Kernel)

    ROM Info:
    Android Version: 12L
    Build date: 12-10-2022
    SELinux: Enforcing
    1
    Has anyone tried this Rom on Xperia 5 ii...? If so, how was your experience?
    Works brilliantly I use it myself
    1
    NEW UPDATE!!!!!


    June Security Patch and whatever derpfest has added in their updates