No wifi works flawless for me, try changing kernel.I can't seem to connect to 5ghz WiFi. 2.4ghz connect fine. Is anyone else having same problem?
I dirty flash but still having same issue. I am on the android 13 build.No wifi works flawless for me, try changing kernel.
I personally use this and it's the best to my knowledge.
How did you flash this?I dirty flash but still having same issue. I am on the android 13 build.
Sideload in recovery mode. When I check the android version page, it says that I'm on Neptune Kernel now but still having issue with 5ghz WiFi.
Yeah I started with OOS12, now though whenever I boot into recovery I get stuck on a screen with the OP logo with "Fastboot Mode" below it and it does nothing.There is only one recovery partition, no a and b
And did you start from OOS12? Then booting into a custom recovery doesn't work and goes to fastboot instead (at least for me)
Does it have face unlock ?View attachment 5737655
Sorry for the delay, but new Derp13 build is up!
Since the last build long ago, it's is hard to track what changed, but I will try to summarize:
Device side -
* Fixed refresh rate being stuck at 60hz (still somehow bugged, set the minimum to 60hz, to get always 60, and minimum to 90hz, to get always 90hz. Other options are useless for now)
* Upstream the kernel to .295
Source side -
* Enabled combined signals as default
* Changed from GrapheneOS cam to Aperture (new LOS cam app)
* Added Pulse
* Add logo support on statusbar
* And a few more that I can't remember now
thanks for the new build. I could not find any option to revert back combined signals. can you tell how to do this?View attachment 5737655
Sorry for the delay, but new Derp13 build is up!
Since the last build long ago, it's is hard to track what changed, but I will try to summarize:
Device side -
* Fixed refresh rate being stuck at 60hz (still somehow bugged, set the minimum to 60hz, to get always 60, and minimum to 90hz, to get always 90hz. Other options are useless for now)
* Upstream the kernel to .295
Source side -
* Enabled combined signals as default
* Changed from GrapheneOS cam to Aperture (new LOS cam app)
* Added Pulse
* Add logo support on statusbar
* And a few more that I can't remember now
You can't for now, it is , *enabled as default*, not that it has a toggle to disable itthanks for the new build. I could not find any option to revert back combined signals. can you tell how to do this?
and is it possible to set battery usage screen to show usage after full charge only?
Face unlock there?thanks for the new build. I could not find any option to revert back combined signals. can you tell how to do this?
and is it possible to set battery usage screen to show usage after full charge only?
Face unlock fixed ???You can't for now, it is , *enabled as default*, not that it has a toggle to disable it
oh that's sad... is there any adb command or something else to toggle it?You can't for now, it is , *enabled as default*, not that it has a toggle to disable it
Auto brightness doesnt really work on any custom rom.The brightness of the screen periodically rises and falls. It's annoying while reading.
Try turning on "One shot brightness" from adaptive brightness settings. This will fix the issue you have mentioned.Hello. I have Oneplus 7T HD1907. The firmware is just super! Speed and autonomy on top! But there are drawbacks. Auto brightness doesn't work well. The brightness of the screen periodically rises and falls. It's annoying while reading. Is it possible to fix this in the next update?
/* 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.
*/
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