[ROM][Android 12L][OP7Pro] crDroid v8.12 [19.12.2022]

Search This thread

Tidewater

Senior Member
Aug 30, 2012
868
711
OnePlus 11
Oh okay I didn't know I had to agree with everyone here.
What's the point of the forums anymore if I can't ask?
Nothing wrong at all with asking, everyone has different experiences even though it's the same rom on the same phone. There are just so many different variables to consider. What works great for me might not be so great for you. I have never had the wifi issue that everyone talks about, doesn't mean that it isn't real. Fingerprint has never been a problem for me on this rom either but I know others that have had the fingerprint issue with all versions. Who knows what causes these little irregularities. I know this doesn't help you but at least you know that it isn't the rom. By the way, I'm on latest firmware, latest version of rom and I use the flame Gapps, latest version. Also, the latest regular old version of TWRP. Hope this info helps
 
  • Like
Reactions: PriPhaze

PriPhaze

Senior Member
Oct 3, 2014
1,009
390
Google Pixel 7
Nothing wrong at all with asking, everyone has different experiences even though it's the same rom on the same phone. There are just so many different variables to consider. What works great for me might not be so great for you. I have never had the wifi issue that everyone talks about, doesn't mean that it isn't real. Fingerprint has never been a problem for me on this rom either but I know others that have had the fingerprint issue with all versions. Who knows what causes these little irregularities. I know this doesn't help you but at least you know that it isn't the rom. By the way, I'm on latest firmware, latest version of rom and I use the flame Gapps, latest version. Also, the latest regular old version of TWRP. Hope this info helps
This is exactly the kind of answer i was looking for.
Just as you say i also try to always be up to date with firmware before moving to a new ROM
I also didnt have that Wifi Problem many other have mentioned.

I will eventually give it a try but for now thanks for the response.
 
  • Like
Reactions: Tidewater

Phenomzye

Senior Member
Jan 17, 2013
911
207
27
Santiago
osu.ppy.sh
I still don't get why nobody talks about the issue with the jump to camera shortcut (power button twice) from the screen off with a lockscreen activated, it takes ages to load up the camera. (only when using OOS cam, gcam works fine but gcam's video stabilization is trash)

Worst thing is that this is some bug with LOS and OOS cam interaction, it's not crdroid specific, I just find this issue in any custom rom that has OOS cam, and don't see this issue mentioned at all
 
  • Like
Reactions: protechtedd

bobo_15

Senior Member
Sep 22, 2012
244
20
OnePlus 10 Pro
Since you don't have TWRP am guessing you are encrypted already
In this case do following

1. Download LOS recovery
https://mirrorbits.lineageos.org/re.../lineage-18.1-20210418-recovery-guacamole.img
2. Now boot to fastboot and run
Code:
fastboot --set-active=a
3. Flash LOS recovery
Code:
fastboot flash boot lineage-18.1-20210418-recovery-guacamole.img
4. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process
5. Reboot to fastboot and do
Code:
fastboot --set-active=b
6. Flash LOS recovery
Code:
fastboot flash boot lineage-18.1-20210418-recovery-guacamole.img
7. Format data again and reboot to fastboot
8. Now download all files from below link (this is extracted crDroid payload.bin - if you know how to use python, can also extract it from latest crDroid zip and help of attached zip)
https://mega.nz/folder/FhUzFCzI#5RoeaGORbfJ1ye68tdZw3A
9. Do following steps in fastboot
Code:
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash odm odm.img
fastboot flash system system.img
fastboot flash vbmeta vbmeta.img
fastboot flash vendor vendor.img
Note when flashing vbmeta, you may not see progress, so let it flash for like 2 minutes and just run fastboot reboot bootloader to continue flashing vendor
10. From fasbtoot menu, use keys to reboot to system

Once booted to crDroid, you'll be without Gapps and TWRP so lets fix this
1. Install latest Magisk apk
2. Put your boot.img that you downloaded above (or extracted) in your internal storage
3. Open up Magisk and click on top most install button
4. Choose "Select and patch a file", select the boot.img from internal storage and click blue top right "Lets go" text
5. You should now have a magisk patched boot image saved at /Download/magisk_patched_xxx.img
6. Save this file on your PC and reboot to fastboot
7. Flash this file in fastboot
Code:
fastboot flash boot magisk_patched_xxx.img
8. Reboot to system
9. Download latest TWRP installer zip and save it to internal storage on phone
10. Now we have root, so open up Magisk app again and navigate to Modules tab and click on "Install from storage" and from here choose TWRP.zip
11. Now you have TWRP so you can maybe proceed with installing clean from TWRP (as you should have in the first place - see opening post install clean steps)
I followed these instructions to the very end, but when I try to boot in TWRP the screen keep blinking with the twrp logo
 

gwolfu

Recognized Developer
I followed these instructions to the very end, but when I try to boot in TWRP the screen keep blinking with the twrp logo
Flash LOS recovery
Format data in LOS recovery and adb sideload twrp installer to get twrp working
Than simply install crDroid from TWRP

Edit:
Issue is because official TWRP doesn't decrypt data (with new encryption that is) and you didn't format data before booting to TWRP
 
  • Like
Reactions: GalaxyUser_

bobo_15

Senior Member
Sep 22, 2012
244
20
OnePlus 10 Pro
Flash LOS recovery
Format data in LOS recovery and adb sideload twrp installer to get twrp working
Than simply install crDroid from TWRP

Edit:
Issue is because official TWRP doesn't decrypt data (with new encryption that is) and you didn't format data before booting to TWRP
Do I have to do this after all the instructions on that post?
 

abhi0502

Senior Member
Dec 3, 2013
926
495
Mumbai
OnePlus 7 Pro

abhi0502

Senior Member
Dec 3, 2013
926
495
Mumbai
OnePlus 7 Pro
So even if I'm encrypted I simply have to fastboot boot TWRP, flash current TWRP and then flash crDroid (and magisk)?
steps i followed to flash CrDroid from 11.0.3.1 was
-Fastboot boot TWRP
-wipe/format data and reboot to Bootloader
-Fastboot boot TWRP
-for flashing CRDROID go to Advance/adb sideload and write command from pc "adb sideload FILE NAME" and then REBOOT to system
-go to Bootloader again and Fastboot boot TWRP
-Transfer gapps (prefer flamegapps) , encryption, magisk files to to internal memory from computer
-flash gapps from twrp
-flash encryption file from twrp (if your phone want to be encrypted, file is located in another section)
-wipe /format data
-Reboot to system
-go to Bootloader Fastboot boot TWRP
-flash magisk
Reboot to system

Similar method to be followed for updating the rom except u don't need to format Data and reboot to system inbetween
 
Last edited:

Mitch0115

Member
Nov 2, 2010
23
3
Same here. What GApps are you using? I'm using NikGApps with assistant , velvet, and AA add-ons. I also noticed AA isn't working.

I'll try FlameGApps and report back.
I figured it out .you have to make sure the Google app is a system app I used lucky patcher to convert it and that worked .hey Google ,ok Google works .use flame Gapps full as well for Android auto to work
 
  • Like
Reactions: undrwater

Top Liked Posts

  • There are no posts matching your filters.
  • 33
    BE3pE0l.png

    Code:
    *** Disclaimer
    I am not responsible for any damage you made to your device
    You have been warned


    crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today

    Features:
    https://github.com/crdroidandroid/crdroid_features/blob/12.1/README.mkdn

    Flashing Instructions:
    Pre-installation:
    • At this time, OOS 11 firmware is mandatory (OOS 12 firmware will result in boot issues)
    • Download recovery (from download page, recovery button)
    • Optional NikGapps core (download - note that you may also need setup wizard addon if you rely on Google restore)
    • Optional Magisk (boot.img used to patch with Magisk in order to get root, can be found in recovery folder from download page)
    First time installation (clean flash):
    • Backup your data to PC, OTG flash drive
    • Enter fastboot
    • Flash our boot.img in fastboot
    • Code:
      fastboot flash boot boot.img
    • Boot to recovery (can do from bootloader or with buttons from power off state)
    • Now in recovery go to factory reset and confirm the reset
    • Reboot to recovery
    • Choose apply update and Apply from ADB
    • Now install crDroid zip via sideload
    • Code:
      adb sideload crDroid.zip
    • Go back to main menu and reboot to recovery to install gapps (if you don't want gapps, reboot to system)
    • To install gapps, simply sideload gapps.zip the same way you installed crDroid.zip then reboot to system
    Update installation:
    Via recovery:
    • Boot to recovery
    • Choose apply update and Apply from ADB
    • Now install crDroid zip via sideload and reboot
    • Code:
      adb sideload crDroid.zip
    • If you had gapps, reboot to recovery and sideload gapps.zip and reboot
    Via OTA:
    • Go to Settings -> System -> Updater and download latest build
    • Choose install and let it finish
    • If you have Magisk installed, don't click reboot when prompted and go to Magisk and choose install to inactive slot
    • Reboot

    Sources:
    ROM: https://github.com/crdroidandroid
    Kernel: https://github.com/crdroidandroid/android_kernel_oneplus_sm8150

    Download:
    ROM https://crdroid.net/guacamole

    Known issues:
    - none known

    Visit official website @ crDroid.net
    crDroid OnePlus 7 Pro Telegram
    crDroid Community Telegram

    If you like my work, consider a donation > My Paypal
    16
    Build 20201226 is ready

    Changelog:
    - Added back Backgrounds app
    - Added clear all button on bottom when getting recents apps view
    - Added blur option toggle switch (Settings -> Display -> Enable blurs)
    - Added lock screen clock styles
    - Improved QS icons support with substratum
    - Test fix for cam pop while not in use in some scenarios
    - Set 90Hz as default refresh rate on clean install
    - Updated Gallery2 app
    - Updated vendor blobs from OOS 10.3.7
    - Updated build fingerprint to OOS 10.3.7
    - Switched to release-keys build tag (helps with some apps ex banking apps to not crash)
    - Some more tweaks here and there
    - Some other things I've definetly forgot because of too much beer :)
    15
    Build 20210418 is ready

    !!! WARNING WARNING WARNING !!!
    --- This version requires clean flashing ---
    --- You have been warned ---

    Before you proceed updating to this build, is mandatory to flash OOS 11.0.0.2 firmware
    Please rely to
    this post to do so (and preserve TWRP)

    - Initial crDroid 7.5 code base
    - Updated to OOS 11 blobs
    - Updated to April security patches (android-11.0.0_r34)
    - Updated kernel to LOS version with our small goodies
    - Updated kernel clang compiler to 12.0.5
    - Enabled SeLinux (Enforcing)
    - Updated Launcher
    - Updated SQLite
    - Rebased on top of LOS device tree
    - Added some more apps to PixelPropsUtils
    - Added option to use primary system color for QS tile icon
    - Added OnePlus Sans font
    - Added OnePlus lockscreen clock style
    - Added screenshot quality setting
    - Added long screenshot option
    - Added OnePlus name as default wifi hotspot name
    - Reworked screenshots menu
    - Fixed 5 GHz wifi hotspot
    - Fixed NFC secure_element crashes
    - Fixed FOD in some use cases (hopefully for good)
    - Fixed double tap to wake in some cases
    - Fixed color profiles
    - Fixed Google hotword enrollment (Hey Google)
    - Some more under the hood fixes
    - Removed Display modes for OnePlus Settings as we now rely on LiveDisplay (Settings -> Display -> LiveDisplay)
    - Removed OP Cam (for now - will get revisited later)
    - Removed encryption for now until TWRP is ready
    - Updated translations
    14
    Build 20210124 is ready

    Changelog:
    - Updated kernel to Linux 4.14.217
    - Added option to manually reset battery stats from Settings -> Battery
    - Added fast charge info to Battery info in Settings
    - Added device codename to About version window
    - Added full kernel info on tapping kernel text from About version window
    - Added platform and RAM info to Model & Hardware
    - Added in call vibration options (crDroid Settings -> Notifications)
    - Added navbar height adjustment for back gesture
    - Fixed occasional SystemUI force close when using Network Traffic Monitor
    - Lowered labet text size on Launcher when using 5x5 grid
    - Some other improvements made to Launcher
    - Some other small improvements to stability
    - Updated translations
    14
    Build 20210207 is ready

    Changelog:
    - Initial crDroid 7.3 code base
    - Updated to February security patches (android-11.0.0_r29)
    - Updated vendor blobs from OOS 10.3.8
    - Updated build fingerprint to OOS 10.3.8
    - Updated zlib, cpu_features, arm-optimized-routines, giflib, libjpeg-turbo, bionic, art, scudo, vixl, libyuv, libvpx
    - Added option for tint QS Tile with accent color (crDroid Settings -> Quick Settings)
    - Added option to enable AOD on charging only (crDroid Settings -> User interface -> Ambient Display)
    - Added visual voicemail configs from Google Dialer
    - Added option to show pulze (visualizer) on ambient screen (crDroid Settings -> Sound -> Pulse -> Ambient pulse)
    - Added option to show/hide QS footer icons (User account, Edit tiles icon, Running services shortcut, Settings shortcut)
    - Added ambient display edge ligthning options (crDroid Settings -> User interface -> Ambient Display)
    - Added option to suppress notifications sound/vibration if screen is ON (crDroid Settings -> Notifications)
    - Added 4 more FOD animations (Shine, Smoke, Strings, Quantum)
    - Added 2 more FOD icons
    - Increased media volume steps from 15 to 25 (on clean install)
    - Set default voice call volume steps to 7
    - Fixed a possible mount issue for Magisk
    - Some more changes here and there
    - Updated translations