[ROM][14] DerpFest

Search This thread

luca_._mihai

New member
Jan 9, 2021
1
0
Screenshot_20210520-204706068.jpg
full storage acces is not an option and this game doesen t run.
 

lil_kujo

Senior Member
Oct 29, 2015
1,066
603
Nokia Lumia 920
Nokia Lumia 900
View attachment 5315009full storage acces is not an option and this game doesen t run.
You need to have formated after flash with either debug recovery or Los recovery as stated in the guide else because of the non scardfs kernel apps won't be able to access data,easy way to check I to go to sound and notification and try to change the ringtone of it crashes it means that it didn't format correctly. You either can format data again with debug recovery preferably or use a kernel that is an sdcardfs better would be to format from Los user debug recovery.
 
I've noticed dead touch input areas of this latest 20210517 build. Mostly lower center of the screen. It corrects itself after rebooting. Anyone else seeing this? Where can I report this? Sorry for the noob, non-developer question. I'm not complaining, only providing feedback
 

Gweedo97

Member
Dec 9, 2019
11
0
Amaaaazing ROM, very stable and fully customizable. One question, I cannot write on the telegram group. Is it normal? I just wanted to report a very little bug: OnePlus screen-off gestures are working good, but if I wake up the phone to see notifications and then lock it again, gestures don't work anymore until I unlock the device with pin/fp/face.
 

lil_kujo

Senior Member
Oct 29, 2015
1,066
603
Nokia Lumia 920
Nokia Lumia 900
Amaaaazing ROM, very stable and fully customizable. One question, I cannot write on the telegram group. Is it normal? I just wanted to report a very little bug: OnePlus screen-off gestures are working good, but if I wake up the phone to see notifications and then lock it again, gestures don't work anymore until I unlock the device with pin/fp/face.
will ask if the bot didnt block you.
 

lil_kujo

Senior Member
Oct 29, 2015
1,066
603
Nokia Lumia 920
Nokia Lumia 900
Been testing what you said and tried to reproduce it and haven't had the same experience as you, for me is working fine will keep testing and see if i can reproduce the issue.
Amaaaazing ROM, very stable and fully customizable. One question, I cannot write on the telegram group. Is it normal? I just wanted to report a very little bug: OnePlus screen-off gestures are working good, but if I wake up the phone to see notifications and then lock it again, gestures don't work anymore until I unlock the device with pin/fp/face
 
If you are coming from custom rom just flash zip with twrp, if you are coming from oos : fastboot flash system_ext_a or (b) system_ext.img. I posted a video in yaap telegram chat. If you get crash dump after flashing from oos to new a11 just change slots and reboot. Make sure to flash the rom on both slots. A11 system has this new system_ext partition and will be present in every rom coming foward. Since a10 doesn't have that partition then it has to be created. Recommended you check the yaap telegram for the video I posted
Kujo I was under the impression that we have no working twrp for the 7t...is a build available?
 

hightech316

Senior Member
Jan 27, 2011
1,281
219
github.com
OnePlus 8T
Coming from Cr Droid, using the Flash instructions within OP.

sideload * Cannot read Derp..zip *

Although, I am able to sideload other ROMs.

Ideas?
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    New Derpfest 7T build is up!

    FOLDER

    Here is the changelog for it:
    - Merge QPR2 and April sec patch
    - Migrate everything to new qpr2 switch style
    - Reworked whole DerpLauncher
    - Removed lockscreen media art, hide status bar lockscreen, clock background chip, misc haptics and fp vibration switch due to need of rewrite
    - Replace reticker with Island notifications from Rising
    - DerpSpace: Add support for clock auto-hiding
    - DerpSpace: Add Omni weather
    - Gramophone -> Accord
    - Fix status bar clock prefs
    - Fix navbar inversion toggle
    - Fix flash on call seekbar resetting
    - Drop duplicated system update shortcut
    - Remove Omni weather in favor of Google Smartspace
    - Make Google search bar monet themable again
    - Add back Pixel framework
    - Add quick settings pull down with one finger
    - Allow to always show the time in media player
    - Add option to keep the screen awake while screen recording
    - Add Pixel Navbar animation toggle
    - DerpLauncher: QuickstepAtomicAnimationFactory: Add null checks to prevent NPE
    - DerpLauncher: quickstep: TouchInteractionService: Do not crash on boot

    A few features was removed. Don't ask if they will come back or not. Will warn if anyone do this. Use recovery that I uploaded on the folder. I will not provide OTA
  • 46

    IMG_20211121_230257_684.jpg


    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.
    */

    Features
    We are almost daily adding new ones, will update this list soon!

    GApps included!

    Device-specific features
    - DisplayModes, FPS Info tile, Refresh Rate, Alert slider preferences
    - Touchscreen Gesture controls

    What's broken?
    You tell me!

    IYoyzLd.png


    ROM
    Sourceforge

    INSTRUCTIONS




    Code:
    FIRST INSTALL:
    
    1. Be sure you are using latest OOS11 on both slots.
    2. Download this recovery.
    2.  A) Be sure you have unlocked bootloader
         B) Reboot to bootloader
         C) Plug your phone to your PC and do the following commands:
        fastboot devices (this one to make sure your device is ok to flash)
        fastboot flash recovery recovery.img
        fastboot reboot recovery
    3. When on recovery (grab it on Downloads section above), select Factory Reset > format data
    4. On this step, you can select either format scheme, F2FS or ext4 ( I highly recommend F2FS)
    *THIS WILL WIPE ALL YOUR DATA, BACKUP YOUR *****
    5. After format is done, click on the back arrow on top left, and click on "APPLY UPDATE", then "APPLY FROM ADB"
    6. Now, on your PC, do the following command:
      adb sideload *insert your derp zip package name here* (sometimes, you should get an error, that gives you an option to continue or not, hit "yes" to continue, that's normal)
    7. After it's done, your phone should light up on recovery again, and on your terminal, it should have something like: adb failed to read command:no error.
    That's normal, just reboot your phone via recovery and you are done
    
    MAGISK:
    1. Once your settled your phone, reboot to recovery.
    2. Hit "APPLY UPDATE", then "APPLY FROM ADB"
    3. On your PC, do the following command:
      adb sideload *insert Magisk package name here*
    4. Once it finishes, reboot your phone
    
    *DIRTY FLASH (ONLY POSSIBLE IF YOU WERE ALREADY RUNNING AN OLD DERP BUILD):
    1. Via OTA (Just hit to download and wait, once download finishes, let it reboot)
    1. A) To keep Magisk, you can go to Magisk and select it to "INSTALL TO THE INACTIVE SLOT" before letting it reboot (not supported on A12 for now)
    
    2. Via ADB Sideload.
    2. A) Reboot to recovery
       B) Select 'APPLY UPDATE', then "APPLY FROM ADB"
       C) On your PC, do the following command:
          adb sideload *insert your derp zip package name here*
       D) Once it's done, reboot.
       To keep Magisk, you will need to repeat the steps on *MAGISK* section




    Lead Dev: @NurKeinNeid
    Device sources: matt0301
    Kernel source: sm8150
    ROM OS Version: 14.x
    Based On: AOSP
    Created 2021-22-03
    Last Updated 2023-29-11
    13
    New build is up!
    If you are was running the last version (06/12), you can easily get it from updater. Be aware that first boot will take something like 6-12min, so take a coffee while you wait

    Changelog is on the #3 post, and link on the #1.

    As always, enjoy!
    11
    NEW BUILD IS UP!
    Grab the download link on OP or here
    Here is the changelog for it:

    ROM:
    - Merge January Security Patch
    - Add Pulse music visualizer for navbar, lockscreen and ambient screen
    - Restore icon shapes from A11
    - DerpSpace: Add previews for icon shapes, icon packs, fonts, wifi icon, signal icons customisations
    - DerpSpace: Apply overlays from background thread
    - Add Screen off animations
    - Make media player view less-gore when artwork bg is enabled
    - Update Google SmartSpace from Statix and remove toggle
    - DerpLauncher: Improve SmartSpace implementation
    - DerpLauncher: Use themed icon for AOSP deskclock too
    - DerpLauncher: Workspace: Allow resizing any widget
    - DerpLauncher: Pull in Screenshot drawable from Pixel launcher
    - Improve GameSpace lifecycle and broadcast handling
    - GameSpace: Use Pixel's material-you illustration preference
    - Add option to automatically reboot device after timeout if set
    - Add capability to allow tethering to use VPN upstreams
    - Fix issues with BatteryUsageStats
    - Add settings to toggle the phantom process monitoring in dev options
    - Sound: Add volume panel on left toggle
    - Add back Descendant's Idle Manager
    - Add Volume Rocker Wake switch
    - Allow to swap volume buttons rotation based
    - Add option to hide gesture navigation handle with ime space kept
    - Apply monet to fingerprint authentication ripple animation
    - Use a double click effect for charging if there is no amplitude control support
    - Refactor notification counter code
    - ThemeOverlayApplier: Catch a potential NPE
    - InputMethodUtils: Fix system bootloop when no IME found
    - NavigationModeController: Silence log spam
    - Settings: add title for Beam main switch
    - Settings: only set phone number if it's not empty
    - Settings: Refactor Wifi Calling description text
    - Open WifiPanel on LongClick
    - AuthController: Fix NPE due to isPowerbuttonFps()

    Device:
    - Switched to QTI Bluetooth
    - Decommonised UDFPS icon
    10

    Changelog:
    New trees (need clean flash)
    Updated kernel to 4.14.269
    And a lot of ROM sources changes

    THIS NEED CLEAN FLASH!

    As always, thank you
    10
    New Derpfest build is up. Here is the link for it. Sourceforge

    Clean Flash is necessary due to new OOs11 blobs.
    Btw, this one got Google Chrome crash fixed.

    Don't forget to join my Telegram Channel. Here is the link for it. Telegram.

    Enjoy!