Development [ROM][Android 11][OP9Pro] crDroid v7

Search This thread

neobuddy89

Recognized Developer / Recognized Contributor
Mar 13, 2011
5,389
23,933
Mumbai
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/11.0/README.mkdn

Flashing Instructions:
Pre-installation:

First time installation (clean flash):
It is recommended to come clean from latest OOS installation
  • Backup your data to PC, OTG flash drive
  • Reboot to bootloader (fastboot)
  • Run fastboot devices to confirm there is connection to the phone
  • Install LOS recovery with following command fastboot flash boot lineage-18.1-20210615-recovery-lemonadep.img
  • Power off and reboot to recovery by pressing VOL down + Power from shutdown state
  • Navigate with volume keys to Factory Reset -> Format data/factory reset and confirm format of data
  • Go back to main menu and choose Apply update and Apply from ADB
  • Now adb sideload latest crDroid package with adb sideload crDroid.zip
  • When asked to confirm flash, do confirm it
  • Sideload push will go up to 47% and fail - no worry is normal
  • Reboot to system

Update installation:
Through recovery:
  • Download latest crDroid zip and reboot to recovery
  • Choose Apply update and Apply from ADB
  • Now adb sideload latest crDroid package with adb sideload crDroid.zip
  • Sideload push will go up to 47% and fail - no worry is normal
  • Reboot to system

Built-in OTA (slower):
  • When ready

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

Download:
ROM https://crdroid.net/lemonadep#crDroid-v7
Changelog: https://crdroid.net/lemonadep#crDroid-v7/changelog

Known issues:
- waiting for more feedback to see

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


crDroid is built with passion by @neobuddy89 and @gwolfu
If you like our work, do consider a donation to support further device development



ROM OS Version: Android 11
ROM Kernel: Linux 5.4
 
Last edited by a moderator:

Libra420T

Senior Member
Testing of this rom has been done on the EU variant
I am not sure how Tmobile version works, but rom side, is same as on LOS
it's best to go global first coming from tmo. No, as long as you don't do an ota on Global. so flash global then boot, then flash custom rom(following their guide).
If u lose service modem is provided (Just unzip) Bootloader fastboot command "fastboot flash modem modem.img

This of course is assuming u got unlock.bin and unlocked Bootloader 😊 👍
 
Last edited:

557953

Senior Member
Jan 4, 2013
330
152
CRDroid, fantastic to see this here my favorite ROM since the days of my LG G3! Can't wait to try this out, will sadly be waiting till TWRP tho as I'd prefer to avaoid gapps. Unless there is any chance of a non gapps build also? Cheeky....!
 
So I've been out of the root and rom flashing game for a bit, got it side loaded and everything my issue is i cant get root permissions working wasn't sure how i go about setting it up since all i have worked with on the one plus is magisk and having to install to a .img and input on how to get it working?
 

gwolfu

Recognized Developer
So I've been out of the root and rom flashing game for a bit, got it side loaded and everything my issue is i cant get root permissions working wasn't sure how i go about setting it up since all i have worked with on the one plus is magisk and having to install to a .img and input on how to get it working?
extract crdroid.zip content
extract boot.img from payload.bin file using payload dumper
install magisk apk on phone as any other apk (I know we are not rooted yet)
copy boot.img to internal phone storage
open magisk and click on top install button
choose "select and patch a file"
select the boot.img from internal storage
after done, copy magisk patched boot image from Download folder on phone storage, to PC
now on PC, reboot to bootloader and run
Code:
fastboot flash boot magisk_patched-23000_xxxxx.img
check file name to match xxxxx = random generated text
reboot to system and enjoy
 

djsubterrain

Senior Member
Jan 4, 2012
4,148
3,885
Livingston
Samsung Galaxy Z Flip 4
extract crdroid.zip content
extract boot.img from payload.bin file using payload dumper
install magisk apk on phone as any other apk (I know we are not rooted yet)
copy boot.img to internal phone storage
open magisk and click on top install button
choose "select and patch a file"
select the boot.img from internal storage
after done, copy magisk patched boot image from Download folder on phone storage, to PC
now on PC, reboot to bootloader and run
Code:
fastboot flash boot magisk_patched-23000_xxxxx.img
check file name to match xxxxx = random generated text
reboot to system and enjoy

Think you missed the last step to use Magisk again to root the installed boot image?
 

Libra420T

Senior Member
truly have found nothing broken 😊 👍
except power menu settings only work in crdroid Settings not in System>Gestures>power menu...
Great job 😊 👍
 

Attachments

  • Screenshot_20210616-212543608.jpg
    Screenshot_20210616-212543608.jpg
    1.2 MB · Views: 1,091
  • Screenshot_20210616-210425495.jpg
    Screenshot_20210616-210425495.jpg
    341.9 KB · Views: 1,045
  • Screenshot_20210616-210444126.jpg
    Screenshot_20210616-210444126.jpg
    147.7 KB · Views: 1,044
  • Screenshot_20210617-094933950.jpg
    Screenshot_20210617-094933950.jpg
    382 KB · Views: 993
  • Screenshot_20210617-095004264.jpg
    Screenshot_20210617-095004264.jpg
    256.4 KB · Views: 1,041
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 34
    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/11.0/README.mkdn

    Flashing Instructions:
    Pre-installation:

    First time installation (clean flash):
    It is recommended to come clean from latest OOS installation
    • Backup your data to PC, OTG flash drive
    • Reboot to bootloader (fastboot)
    • Run fastboot devices to confirm there is connection to the phone
    • Install LOS recovery with following command fastboot flash boot lineage-18.1-20210615-recovery-lemonadep.img
    • Power off and reboot to recovery by pressing VOL down + Power from shutdown state
    • Navigate with volume keys to Factory Reset -> Format data/factory reset and confirm format of data
    • Go back to main menu and choose Apply update and Apply from ADB
    • Now adb sideload latest crDroid package with adb sideload crDroid.zip
    • When asked to confirm flash, do confirm it
    • Sideload push will go up to 47% and fail - no worry is normal
    • Reboot to system

    Update installation:
    Through recovery:
    • Download latest crDroid zip and reboot to recovery
    • Choose Apply update and Apply from ADB
    • Now adb sideload latest crDroid package with adb sideload crDroid.zip
    • Sideload push will go up to 47% and fail - no worry is normal
    • Reboot to system

    Built-in OTA (slower):
    • When ready

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

    Download:
    ROM https://crdroid.net/lemonadep#crDroid-v7
    Changelog: https://crdroid.net/lemonadep#crDroid-v7/changelog

    Known issues:
    - waiting for more feedback to see

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


    crDroid is built with passion by @neobuddy89 and @gwolfu
    If you like our work, do consider a donation to support further device development



    ROM OS Version: Android 11
    ROM Kernel: Linux 5.4
    10
    Update

    2nd July, 2021

    Short changelog:

    - Sigma Kernel: Upstreamed to v5.4.129
    - Sigma Kernel: Upgraded with WALT Sched improvements, F2FS and misc fixes
    - Introduce Awesome Slider controls (Settings > OnePlus Settings)
    - Removed OnePlus Dolby for now (Fixes audio glitches)
    - Fixed many more sepolicy denials
    - Added Gapps Search (Fixes screen-off Ok Google)
    - Fixed unlimited backup for Google Photos!
    - Reserved additional space on system & product partitions (you can flash more gapps addons)
    - Use OnePlus Pocket sensor for Pocket Judge (crdroid > misc > Pocket Detection)
    - Fixed local installation via Updater app
    - Improvements for FOD view (better and faster)
    - Updated SQLite lib to latest
    - Under the hood updates for av and native frameworks
    - Cleaned up dead shortcuts for power menu settings

    Download:


    IMPORTANT:
    Core Gapps are pre-installed
    10
    Update

    15th July, 2021

    Short changelog:
    - Android July 2021 Security update
    - Sigma Kernel: Upstreamed to v5.4.131
    - Sigma Kernel: Inlined all kernel modules
    - Sigma Kernel: Arch64 ASM optimizations from mainstream
    - Removed pre-installed TWRP for now
    - Reworked haptics sensor tuning
    - Fixed up vibrator strength restoring setting after boot
    - Updated Bluetooth blobs from CAF and configuration from OOS
    - Added USB 2.0 Force Fast charge toggle (OnePlus Settings)
    - Switched to crdroid pasty site for error crash upload
    - Various under the hood updates and misc fixes

    Download:

    IMPORTANT:
    Core Gapps are pre-installed
    9
    Build 20210620 is ready

    Changelog:
    - Updated kernel to our own crDroid Kernel (based on LOS)
    - Added boeffla wakelock blocker (kernel mod)
    - Enabled different game controllers support
    - Updated WireGuard to v1.0.20210606
    - Some more different kernel tweaks
    - Added OnePlus Settings
    - Added OnePlus Dolby (Settings -> OnePlus Settings)
    - Added vibration strenght control (Settings -> OnePlus Settings)
    - Added Alipay fingerprint payment support
    - Added freeform window management support
    - Replaced stock Snap Cam with GCam (we work on enabling OOS Cam support)
    - Replaced stock Gallery with OOS Gallery
    - Fixed VolumeDialog animation when ringer and notification are unlinked
    - Fixed FPS tile
    - Fixed CPU info tile temperature info
    - Set default peak screen refresh rate to 120Hz
    - Some more different under the hood changes for stability and performance
    - Updated translations
    8
    ty for using the edit button