Development [ROM] [Android13] crDroid | OFFICIAL | Poco F4 | Redmi K40S | MUNCH | 20th June, 2023 - Xiaomi Poco F4 (Munch) / Redmi K40S

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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:
TWRP (Download from here)
Basic gapps are already bundled
Magisk 25.0 or newer for root (after first boot) - (Download from here)
First time installation:
step 1. Download the latest build of the rom
step 2. Boot to the recovery
step 3. Format data
step 4. Copy rom build in memory
step 5. Flash
Update installation:
step 1. Download the latest build of the rom
step 2. Reboot to recovery
step 3. Copy the build to storage
step 4. Flash
Sources:
ROM: ROM Sources
Kernel: kernel
Trees: Munch
Common Device Trees: Common
Download:
ROM Rom Downloads
Known issues:
You'll tell me
Visit official website @ crDroid.net
Device Telegram Group
crDroid Community Telegram
crDroid Updates Channel
Donate so that I can pay for server
Donate (PayPal) so that I can pay for server
Donate to help our team pay server costs[/SIZE]

-- Reserved

-- reserved

-- reserved

-- reserved

Good job bro!

AOSP dialer with call recording?

Does it have Google Photos spoofing as Original Pixel for unlimited original quality photo and video backup?

anonymity_antim said:
Does it have Google Photos spoofing as Original Pixel for unlimited original quality photo and video backup?
Click to expand...
Click to collapse
The documentation does say that it's provided by a toggle
crdroid_features/README.mkdn at 12.1 · crdroidandroid/crdroid_features
our main features (why you love us). Contribute to crdroidandroid/crdroid_features development by creating an account on GitHub.
github.com

Any other download links? I cann't access google.

Can't find swipe to screenshot can it be added in next version

Just installed the Nov 19th update. Works very well, also face unlock, no bugs found - but I didn't try the phone functions yet.
In display settings / colour there is no text for the 4 different colour profile settings, just the checkboxes (but they work).

UniNick said:
Just installed the Nov 19th update. Works very well, also face unlock, no bugs found - but I didn't try the phone functions yet.
In display settings / colour there is no text for the 4 different colour profile settings, just the checkboxes (but they work).
Click to expand...
Click to collapse
Thanks, I'll check it

IronSingh said:
AOSP dialer with call recording?
Click to expand...
Click to collapse
Yes, it is available and working

@akash.galaxy07 did you maibi add kernel InfiniR from poco f3 by @raystef66 ? Will be awsome! The best kernel and best custom rom for f3 . Will be awsome to get this kernel on poco f4.

zelos156 said:
@akash.galaxy07 did you maibi add kernel InfiniR from poco f3 by @raystef66 ? Will be awsome! The best kernel and best custom rom for f3 . Will be awsome to get this kernel on poco f4.
Click to expand...
Click to collapse
Hmm, interesting, I'll try

@akash.galaxy07 Latest update introduced some bugs & regressions
Worse battery doze performance (compared to prev version), and the log is being spammed by libperfmgr: Failed to write to node: /dev/stune/top-app/schedtune.boost. This behavior is similar to current SparkOS (which is why i switched to crDroid in the first place)
Similar audio issues as SparkOS where certain audio apps (i think those that play audio via native code and not the java api) will crackle / pop at random intervals.
When transitioning between 60 and 120hz the color will shift a bit. More noticable on black / dark colors

Found a workaround for the audio clicks / pops / cracks on applications that plays audio via native code and not java api (e.g. games), also needs root. Goto /vendor/etc/audio_policy_configurations.xml
Line 101 and find this:
XML:
<mixPort name="raw" role="source" flags="AUDIO_OUTPUT_FLAG_FAST|AUDIO_OUTPUT_FLAG_RAW">
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
</mixPort>
Change it to
XML:
<mixPort name="raw" role="source" flags="AUDIO_OUTPUT_FLAG_FAST">
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
</mixPort>
This eliminates the weird audio issue while still keeping dolby functionality for music apps. Note this is a workaround and disables raw audio output, the real issue is still somewhere else (kernel maybe?) but it works for now. Maybe @akash.galaxy07 can look into it

Perfect, I'll implement this workaround in next build for sure.
Senjosei said:
Found a workaround for the audio clicks / pops / cracks on applications that plays audio via native code and not java api (e.g. games), also needs root. Goto /vendor/etc/audio_policy_configurations.xml
Line 101 and find this:
XML:
<mixPort name="raw" role="source" flags="AUDIO_OUTPUT_FLAG_FAST|AUDIO_OUTPUT_FLAG_RAW">
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
</mixPort>
Change it to
XML:
<mixPort name="raw" role="source" flags="AUDIO_OUTPUT_FLAG_FAST">
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
</mixPort>
This eliminates the weird audio issue while still keeping dolby functionality for music apps. Note this is a workaround and disables raw audio output, the real issue is still somewhere else (kernel maybe?) but it works for now. Maybe @akash.galaxy07 can look into it
Click to expand...
Click to collapse

I'm working on these issues bro.
Will release the update soon
Senjosei said:
@akash.galaxy07 Latest update introduced some bugs & regressions
Worse battery doze performance (compared to prev version), and the log is being spammed by libperfmgr: Failed to write to node: /dev/stune/top-app/schedtune.boost. This behavior is similar to current SparkOS (which is why i switched to crDroid in the first place)
Similar audio issues as SparkOS where certain audio apps (i think those that play audio via native code and not the java api) will crackle / pop at random intervals.
When transitioning between 60 and 120hz the color will shift a bit. More noticable on black / dark colors
Click to expand...
Click to collapse

Related

[SUSPENDED] ArrowOS v10.0 for Xiaomi Mi A2 Lite (daisy)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ArrowOS v10.0 (UNOFFICIAL) for Xiaomi Mi A2 Lite (daisy)​
ABOUT
ArrowOS is an AOSP/CAF based project started with the aim of keeping things simple, clean and neat.
Code:
*Your warranty is now void
*Me and other devs are not responsible for breaking your device, or something else bad (but there is a small chance that something will happen ;) )
*Are you still reading this?
Website: https://arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
E-mail: arrowos.contact
PayPal: Click here (read more on our website)
Checkout more documentation at (maintainership/contributing): Check this out
Xiaomi Mi A2 Lite Telegram Group: Ask here for help and ETA!
Xiaomi Mi A2 Lite Telegram Channel: Check here for updates too!
My Telegram: You can contact me here!
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
Night/Dark photos taken by the WhatsApp camera are green (HOW TO FIX: Flash fix: https://mega.nz/file/uUEQSIBJ#0q0G-B...Q1X2RdKXzlIYe8)
If you find bug send me info and be sure to include a log: Check how to!
INSTALLATION PROCESS:
Install Firmware 10.0.13.0 (recommend/optional)
Starts for TWRP | Cmd command: fastboot boot twrp-daisy-3.3.1-0-offain.img
Wipe data, system, dalvik cache, internal storage
Install the ROM
Install TWRP
Change the SLOT
Reboot to Recovery
Install ForcedEncryptionDisablerDaisy.zip
Install Gapps (optional) - Recommended is OpenGapps
Install Magisk (optional)
Restart System
DOWNLOADS:
ROM: Click Here for ROM and screenshots
Gapps: Click Here for GApps
Some files that maybe be required: Google Drive folder
Note : ARM64 Pico, Nano or Micro Gapps are recommended.
CREDITS:
Device Tree and Vendor is from acras
Kernel Loki is from @Loptr4
Special thanks to pawelik001 and IJustLikeHedehog for help!
And thanks to other people in #Tuptańsko_gang
ROM Source: https://github.com/ArrowOS
Kernel Source: https://github.com/Aarqw12/kernel_loki
Nice rom, good work!
This ROM will be updated around two (maybe sometimes three) times a week!:
Sources Changelogs: HERE
Device Changelog:
Code:
26.03.2020:
*Initial Build
AVALIBLE NOW
30.03.2020:
*Upgraded trees and vendor (credit: LuPeSolTec on Github)
*Rom will be now faster, smoother and battery will be better
*SELinux Enforcing
*Fixed bootanimation
(*Changed ROM mirror to mega.nz)
AVALIBLE NOW
08.04.2020:
*Green cam fix
*Speed and battery life increased
AVALIBLE SOON
?
@ganomin, does this rom support signature spoofing?
celrau said:
@ganomin, does this rom support signature spoofing?
Click to expand...
Click to collapse
yep, its enabled by deafult
krzy12 said:
Nice rom, good work!
Click to expand...
Click to collapse
Thanks <3
Where can we find the instructions to install your ROM ?
Arzargul said:
Where can we find the instructions to install your ROM ?
Click to expand...
Click to collapse
Installation:
-Install Firmware 10.0.13.0 (recommend/optional)
- Starts for TWRP | Cmd command: fastboot boot twrp-daisy-3.3.1-0-offain.img
- Wipe data, system, dalvik cache, internal storage.
- Install the ROM
- Install TWRP
- Change the SLOT
- Reboot to Recovey
- Install ForcedEncryptionDisablerDaisy.zip
- Install Gapps (optional) - Recommended is OpenGapps
- Install Magisk (optional)
- Restart System
Tried to dirty flashed it and for some reason I couldn't get past Google Assistant screen, no matter what I do, it just goes back to lockscreen. I'm gonna try to clean flash it to see if it works
Divolka said:
Tried to dirty flashed it and for some reason I couldn't get past Google Assistant screen, no matter what I do, it just goes back to lockscreen. I'm gonna try to clean flash it to see if it works
Click to expand...
Click to collapse
What Gapps did you use?
@ganomin, what vendor is this using?
Also, is the option to have battery text (only %) available yet? ArrowOS 10 GSI I tested a while ago had only both.
celrau said:
@ganomin, what vendor is this using?
Also, is the option to have battery text (only %) available yet? ArrowOS 10 GSI I tested a while ago had only both.
Click to expand...
Click to collapse
1. I am still testing device trees and vendors, but for now its: https://github.com/lupesoltec/vendor_xiaomi_daisy
2. Still no
NEW UPDATE: 30.03.2020
ArrowOS v10.0 (VANILLIA)(STABLE)(UNOFFICIAL)
For Xiaomi Mi A2 Lite (daisy)
Builded by @ganomin
ArrowOS is an AOSP/CAF based project started with the aim
of keeping things simple, clean and neat.
Device Changelog:
- Upgraded trees and vendor (credit: LuPeSolTec on Github)
- Rom will be now faster, smoother and battery will be better
- SELinux Enforcing
- Fixed bootanimation
- Changed ROM mirror to mega.nz
Source Changelog:
- Messenging - some fixes
- Audio/Audiopolicy - some CAF fixes
- Misc changes, bug fixes, and optimizations.
More info: https://review.arrowos.net/q/status:merged
Bugs:
- WiFi Display (streaming phone screen to TV) (I'm 95% sure it's the sources' fault)
- Night/Dark photos taken by the WhatsApp camera are green (HOW TO FIX: just zoom the camera a little, for example to 1.1 or use gcam to take photos for example that: )
Gcam by Parrot043: https://www.celsoazevedo.com/files/android/google-camera/f/changelog1075/
Download: https://mega.nz/#F!ud8BTSza!8EihQfOZp5N23-JM7OO2hg
What is the point of making this rom official?
This seems to be a very good rom, the only problem so far was that it had issues with my sd card (ext4) and had to reformat it. Thanks.
Hi, thx for your work.
I have a weird bug. When someone is calling me, i have no ringtone, same with the alarmclock, no sound. Otherwise, the "sound" is working.
What can i do ?
Arzargul said:
Hi, thx for your work.
I have a weird bug. When someone is calling me, i have no ringtone, same with the alarmclock, no sound. Otherwise, the "sound" is working.
What can i do ?
Click to expand...
Click to collapse
I just checked, for me the phone rings and so does the alarm so it's not rom related.
I'm having trouble with GCam, only a 5.1.x apparently customized for daisy works. Any more recent versions force close when I tap settings. Most likely some libraries missing or wrong version, no idea. Ah, I use microG but that worked perfectly with any GCam on android 9. Actually this is the first Q rom where this happens.
I have twrp encrypted, how am I supposed to flash any rom?
celrau said:
I'm having trouble with GCam, only a 5.1.x apparently customized for daisy works. Any more recent versions force close when I tap settings. Most likely some libraries missing or wrong version, no idea. Ah, I use microG but that worked perfectly with any GCam on android 9. Actually this is the first Q rom where this happens.
Click to expand...
Click to collapse
This is old Gcam, use one from first post.

[ROM] [X00T] ArrowOS 11.0 | OFFICIAL [Kernel-4.19] [Android 11] [Nightlies]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ArrowOS​
ABOUT
ArrowOS is an AOSP/CAF based project started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
E-mail: arrowos.contact
PayPal: Donate to us
Blog: blog.arrowos.net
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
Miracast/Wi-Fi Display
You tell me
Be sure to include a log : check how to
DOWNLOADS
IMPORTANT: Required TWRP
Click here to Download ArrowOS
Other Important Links:
Read this to enable encryption
Flash this to remove preinstalled GcamGo
Tip: Select OEM -> Device (X00T), choose Arrow version, choose the build type: "GAPPS" or "VANILLA" to download.
Note: ArrowOS is updated everyday. Update whenever you like.
Telegram (Testing group): Group
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
ROM Source: https://github.com/ArrowOS
Kernel Source: https://github.com/ArrowOS-Devices/android_kernel_asus_X00T
This thread will be updated weekly or monthly but ArrowOS is built every day and updated on arrowos.net. Update whenever you like or when you see a bug fix for your issue in the changelog.
hello, NFC working?
Vanced - "YouTube won't run without google play services, which are not supported by your device"
Tried all the usual fixes to no avail.
063 Vilte FW
Kud 3.4
Vanilla + Nikgapps Core
srslye said:
Vanced - "YouTube won't run without google play services, which are not supported by your device"
Tried all the usual fixes to no avail.
Click to expand...
Click to collapse
Try an older or non-root version of youtube vanced. 14.21.52 version works for me
Wow you does great job on stability and looks
I loved your work
Great job bro
hi is native video calling available on this rom
model no xootd 6gb ram
abhithenoob said:
hi is native video calling available on this rom
model no xootd 6gb ram
Click to expand...
Click to collapse
Native video calling is working with google dialer
In AOSP dialer I Don't check
FW 063
Audio not working in video - Gcam
Vanced still not working - (using Old Nikgapps add-on Vanced for now)
Speaker volume is low. Increased gain through Viper, but quality is then not so great.
so what about nfc, I think this is important not only for me
Nemo19899 said:
so what about nfc, I think this is important not only for me
Click to expand...
Click to collapse
I don't have NFC (Indian variant). Someone from Russia with NFC can test and tell
I want to turn off AOD but couldn't find the settings for this... Taking up unnecessary battery charge...
Mac3399 said:
I want to turn off AOD but couldn't find the settings for this... Taking up unnecessary battery charge...
Click to expand...
Click to collapse
It's on Display> Lockscreen and them disable "always show clock" or something like this (my phone is on portuguese)
MairaFA said:
It's on Display> Lockscreen and them disable "always show clock" or something like this (my phone is on portuguese)
Click to expand...
Click to collapse
You are a lifesaver... Thanks...
NOTE:
This thread will be updated weekly or monthly but ArrowOS is built every day and updated on arrowos.net. Update whenever you like or when you see a bug fix for your issue in the changelog.
love this os. i have noticed audio difference between yesterday build and today build.
im using vanilla build without gapps. only tiktok app not installing no matter which version i try. phonepe works without google, contacts sync without google or any other third party apps, battery backup and charging speed amazing due to no gapps, pubg lags little bit but without using any other kernels i used zeetaa tweaks app, now pubg runs smooth.
audio in 14th jan build is something, which got great quality. overall i feel like im using a premium os in phone. pure stable android. thank you.
HI, i've tried installing this ROM on my 3/32 device but it doesn't start, keeps on the Arrow logo loop and an android face, it shows the lockscreen for a second and then goes again to the logos. Tried Vanilla and GAPPS lastest buids. TWRP 3.4KudProject and 063 Vlte firmware.
@edit: nevermind, I was trying to install "semi-clean" flashing from another rom. Clean flash with factory reset worked. Will test the ROM now, thanks.
ArrowOS | Official | 17.01.2021
CHANGELOG:
#Device Side:
- Enabled call recording for vanilla build
- Enabled rounded corner app opening animations
- Fixed no audio in video recording (GCam)
- Fixed proximity check for screen-off/power button torch
- Added GCamGo as the default camera app
- Safety net passes without magisk
- Fixed goodix fingerprint
- NFC works
#Source Side:
https://arrowos.net/changelog.php
NOTE:
This thread will be updated weekly or monthly but ArrowOS is built every day and updated on arrowos.net. Update whenever you like or when you see a bug fix for your issue in the changelog.
Download:
ArrowOS
Hit Thanks If You Like My Work
Wow. Great work. Goodix fp work, nfc work. Smooth and fine. Iam test all roms here last two days. Fp+nfc - second rom, after colt os ( working not good. Old build, not recomended ). Wait faceunlock.
Great work. Best Android 11

[ROM][10][ARM64][J730] crDroid v6.21 for Galaxy J7 2017 - Pro [10.08.2021]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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
Code:
*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned
Features (click here)
Screenshots in the next post.
Flashing Instructions:
Pre-installation & other downloads:
OrangeFox R11.0 (it's MANDATORY) - Download from here
AOSP Repartition script - Download from here
GApps: ARM64 > 10 > Pico - Download from here
Magisk 21.4 or newer for root - Download from here
Installation:
Enter to recovery mode and make a backup of your EFS & Modem (recommend).
Go to the Files tab and flash "Repart-AOSP10-exynos7870-20210810.zip". The recovery will auto-reboot.
Now, go to the Trash Bin and then go to the "Format data" tab, type yes and the tick to format data.
Go to the Wipe tab, select SYSTEM, CACHE, DALVIK, VENDOR, DATA and INTERNAL STORAGE, then swipe the bar.
Install the crDroidAndroid-10.0-xx-xx-v6.xx.zip
Install the GApps zip
Install Magisk (optional)
Reboot and wait. Without GApps, it boot in 15s. With Pico GApps, it boot on 1min 5s.
Done!
Download:
ROM: https://www.androidfilehost.com/?fid=7161016148664783755
Known issues:
- Frontal Flash
- Bluetooth Calls
- VoLTE (impossible on Samsung devices)
Sources:
ROM: https://github.com/crdroidandroid
Kernel: https://github.com/samsungexynos7870/android_kernel_samsung_exynos7870/
ROM OS Version: Android 10
ROM Kernel: Linux 3.18
IMPORTANT, PLEASE READ THIS
This is a ROM built from source and not a GSI!​
Fix Camera stretch & force close for some camera apps
You can do it editing /vendor/build.prop file using MiXplorer (you’ll need ROOT).
Search for the line “vendor.camera.hal1.packagelist”
After the = are the name of different apps. Delete one of these and put the package name of the app that you want to fix. For example, com.facebook.orca is the Facebook package name.
Per default, the ROM comes with Whatsapp, ZOOM, Snapchat and Instagram added. Maximum 4 Apps are allowed in this line and must be separated by comma ",".
If you don’t understand, open this link to see visual steps.
Fix Camera stuck
Sometimes, the camera can get inaccessible if an app was failed. If it happen, follow this:
Install this app. Open it and tap "Kill camera", then give it ROOT permissions. Done! Camera is working again.
Take in mind that if the camera is broken and you didn't do this, the audio in calls maybe not work.
GCam
This ROM can run GCam. Download a modded version for Exynos HERE. Thanks to Leonardo Estacio for his mod.
Games: this ROM works so good for gaming and can run ARM64 apps/games. If you feel lags, go to Settings > Battery > Battery Saver and performance > Performance Profile and set it to High Performance.
Video Review: if you want to see gaming performance and how this ROM are, you can watch this review video of the ROM in the J7 2016 (the ROM is the same for other Exynos7870 variants):
For close, i want to give a huge thanks to @Astrako - Without him this ROM haven't be possible <3
Some screenshots​
Battery backup​Battery backup in this ROM is very good! I don't have screenshots of battery usage in this device, you can submit your ones!
Changelog:
android_vendor_crDroidOTA/changelog_j7xelte.txt at 10.0 · crdroidandroid/android_vendor_crDroidOTA
OTA configuration for crDroidOTA (make your device official) - android_vendor_crDroidOTA/changelog_j7xelte.txt at 10.0 · crdroidandroid/android_vendor_crDroidOTA
github.com
===== 10-08-2021 =====
- Update to crDroid 6.21 - August security patch
- Fixed SafetyNet attestation (enable Magisk Hide if Magisk is installed)
- ROM now fits on smaller system partitions [min 2,26GB]
===== 17-04-2021 =====
- crDroid 6.17
- Fixed Live Display
- Added Night Light
- April Security Patch
- Deleted ConfigStore hal
===== 11-02-2021 =====
- crDroid 6.15 build
===== 24-01-2021 =====
- Fixed offline charging
- Added vibration intensity control
- First official build
===== 19-01-2021 =====
- Latest crDroid sources (v6.14 with January security patch)
- Initial build
Thanks my friend Great Job
Thanks so much ....
Working Stable.
Hi how install recovery fox?
Mrz.uk2 said:
Hi how install recovery fox?
Click to expand...
Click to collapse
Install TWRP first and then flash the OrangeFox.zip recovery
RROS-Q-8.6.6-20210204-j7y17lte-Unofficial.zip | by GonicTEAM for J7 (2016) (androidfilehost.com)
Wow there is a RROS 8.6.6 thank you for works
GonicTEAM said:
Changelog:
http://xx===== 11-02-2021 =====
- crDroid 6.15 build
- Repartition script updated. Now you can get more userdata space.
===== 24-01-2021 =====
- Fixed offline charging
- Added vibration intensity control
===== 19-01-2021 =====
- Latest crDroid sources (v6.14 with January security patch)
- Initial build
Click to expand...
Click to collapse
After rum repartition script my system space is 2.4 GB and my original space is 2.8 GB
I flash script Astrako resize my system to 4 GB thanks
Can i update to latest firmware ( J730FXXS7CTH2 ) before installing this?
GonicTEAM said:
Battery backup​Battery backup in this ROM is very good! I don't have screenshots of battery usage in this device, you can submit your ones!
Click to expand...
Click to collapse
Great Job my friend
Waiting your New ROM Android 11
Crdroid 7.3 unofficial
berkay-gsi - Browse /Generic - CrDroid-7.3 - 7XX1YW4IY8 at SourceForge.net
sourceforge.net
Still no fix for speaker sound?..I came from the latest bootloader with my j7 2017 pro and speaker is not working on this rom, headset sound is fine, call volume is low too..Can anyone have a fix or this is abandoned already?
AndroidFileHost.com | Download GApps, Roms, Kernels, Themes, Firmware and more. Free file hosting for all Android developers.
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com
Before than you edit thread
Please fix the Bluetooth calls problem as the sound is very much choppy and can't hear anything while on Bluetooth . At the end amazing rom with best battery (J7 Pro) @GonicTEAM
Jiteshkumar said:
Please fix the Bluetooth calls problem as the sound is very much choppy and can't hear anything while on Bluetooth . At the end amazing rom with best battery (J7 Pro) @GonicTEAM
Click to expand...
Click to collapse
The Solution: (it work for me)​After some digging around the phone’s settings and a bit of research, I found the following steps, which solved the problem. Most probably the solution will work for you as well, if facing a similar issue:
Make sure Developer Options is turned on. [Please read this documentation if you need help with this step].
Open the System menu from the settings.
Expand the Advanced option.
Open the Developer options.
Toggle off the Disable Bluetooth A2DP hardware offload option. (if cannot let change Bluetooth AVRCP Version to 1.6)
The above step will trigger a device restart confirmation popup. Click Restart.
Once the phone reboots, connect the Bluetooth device again and now the device would play the audio from the phone.
hacker812c said:
Great Job my friend
Waiting your New ROM Android 11
Click to expand...
Click to collapse
yeaahh....i'm awaiting too
ivanjudge said:
Still no fix for speaker sound?..I came from the latest bootloader with my j7 2017 pro and speaker is not working on this rom, headset sound is fine, call volume is low too..Can anyone have a fix or this is abandoned already?
Click to expand...
Click to collapse
yeesss....i do need the fix too....

Development [ROM][11.0][OFFICIAL][ALIOTH] Pixel Extended v3.0[18.08.2021]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PixelExtended ROM for POCO F3 [alioth]
What is this?
PixelExtended ROM (or PEX for short), aims to combine Pixel goodies with some essential features missing in Pixel Experience, delivering a ROM that promises you stabilty and a large amount of features at the same time. The ROM will keep it's Pixel ideologies it's primary focus and wont stray into the dark and deep void that is bloat.
Our mission is to offer maximum possible stability and security along with essential and useful features for proper functioning of a device.
Based on Android 11 (R)
Whats working?
Wifi
RIL
Mobile data
GPS
Camera
Flashlight
Camcorder
Bluetooth
FMRadio
Fingerprint reader
Face unlock
NFC
Lights
Sound/Vibration
Known issues
You tell me
Features which are curently available:
This is a very Initial build of Android 11 (Stock), some features will be adapted in near future.
DON'T FLASH GAPPS, THEY'RE ALREADY INCLUDED
Download from Sourceforge Host
Donate
Liked my work? Gift me a beer
Stay tuned
Device Support Group​
Flash Instructions:
See Second Post
Credit:
I want to thank @manuelbianco for his public trees and for his great work !!
​
Android OS version: 11
Security patch level: October 2021
Build author/Device Maintainer: @Ralf979
Kernel: Kernel
Source code: https://github.com/PixelExtended
PixelExtended Developer: Aryan Gupta
​
Changelog:
11/10/2021 V3.3
Source:
- HERE
Device:
- HERE
OLD
Source:
18/08/2021 V3.0
- HERE
Device:
- HERE
22/06/2021 V2.8
Source:
- HERE
Device:
- HERE
18/05/2021 V2.7
Source:
- HERE
Device:
- HERE
How to install rom:
Clean Flash
Go to TWP and flash ROM + inject TWRP
Reboot in TWRP and do FORMAT DATA (wipe data is not yet recommended ... the TWR still does not execute it correctly)
Reboot System
Dirty Flash
**** If you are on the previous version you can flash this build (but clean flash is recommended) ****
Go to TWRP and flash the rom + inject TWRP
Reboot System
GOOD JOB! THANKS!
Thank you for your work! Awesome! I'll try it in a few days. It pass safety net?
Autoreply: Yes, with Magisk Canary! (https://github.com/topjohnwu/Magisk)
Is /Root/boot.img Magisked?
// Dirty flash from PE+ is not available.
can anyone share a 10 min CPU throttle performance result please....
Will it update monthly?
Does the rom support FM Radio, or it is a mistake?
Edit: no FM Radio
Hey,
I flashed the ROM yesterday I will list all the bugs that I encountered during this period and I hope it will be fixed soon :
- sometimes the phone freezes randomly (and sometimes "System UI crashes too") during multiple second can't do anything, and no sound too
-other lag issues
-sometimes cannot modify the sound : I try to change the sound of my Bluetooth earphones but the UI changes it but nothing real until I change it with my earbuds, then the sound will do what I asked it in seconds.
-Sometimes 4g/h+/4g+ doesn't work (there's a cross on the bottom right of the icon, but still show 4g+ for example)
-When I tap on a message notification to go in the app the keyboard won't show until I escape and reenter
-most likely others things that I do not remember
Furthermore, I did not try all the function of the phone, so there might be more bugs
Hope to hear from some.
I hesitated from Pixel Extended, crDroid, and Pixel Experience (unofficial) (the only ones released for now), I don't know if I made the right choices, let me know your experience with that !
If needed I can provide any information that you want.
I have magisk and other things installed
Kudos To The Developers For Developing This Fast. I Just Want To Know Is There Any Plan To Fix The Modem Issue In Mi11X (aliothin)
Wow! Thanks a lot for such a crazy fast release.
I couldn't find this anywhere, maybe someone can shine a light on this:
What are the major differences between Pixel Extended and Pixel Experience Plus?
Nkrow said:
Thank you for your work! Awesome! I'll try it in a few days. It pass safety net?
Autoreply: Yes, with Magisk Canary! (https://github.com/topjohnwu/Magisk)
Click to expand...
Click to collapse
Only to let you know that now even the newest and latest stable Magisk 23.0 solved SafetyNet check pass error.
does installing this ROM make widewine security level from L1 to L3?
New Update Available
Changelog:
18/05/2021 V2.7
Source:
- HERE
Device:
- HERE
see second post for flash instructions
gh1acc10 said:
New Update Available
Changelog:
18/05/2021 V2.7
Source:
- HERE
Device:
- HERE
see second post for flash instructions
Click to expand...
Click to collapse
Everything is fine, but now very bad scrolling (friezes when scrolling), please fix it
Testing the latest build now
Question:
* Does it realy has FM Radio?
This ROM accesses unlimited google photo?
whats the DRM widewine info after flashing this ROM? does it still have L1 or it changes to L3
Hello, thanks for the rom.
In version 2.7, dt2w already solved?

Development [ROM][12][OFFICIAL] BlissRom 15.3 [AOSP] [ALIOTH/ALIOTHIN][27/03/2022]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
BlissRom comes with a wide selection of customization options from around the Android community as well as unique options developed by our team. With so many options available, you’ll find it hard not to enjoy the Blissful experience.
Our focus is to bring the Open Source community a quality OS that can run on all your devices as a daily driver, syncing your apps + settings + customizations across all platforms you run Bliss on.
BlissROM Alioth Download
Flashing Instructions
Clean flash (coming from a different ROM):
• Download ROM from the link above
• Download Magisk v23.0 or newer (optionally)
• Reboot to recovery
• Format data (if encrypted)
• Flash ROM zip
• Reboot and voila!
• To get root access, reboot to recovery after ROM setup and flash magisk.
Any question u can ask on our support group for alioth builds
Join
​- If you have a major bug to report that has not been reported already, please take the following steps to report it to us. It will save you and our team quite some time.
- Download the Matlog app from the Play Store.
- Clear all previous logs and take the exact steps to produce the error you are receiving.
- As soon as you receive the error (probably a force close), go straight into Matlog and stop the log recording.
- Copy and paste the entire log either to Dogbin
- Save the log, and copy and paste the link into the forum with a brief description of the error.
BlissRoms Device Sources
BlissRoms Kernel Source
BlissRoms Github
BlissRoms Gerrit
BlissRom Website
BlissRom Blog
BlissRom Facebook
BlissRom Twitter
BlissRom Instagram
BlissRom Telegram Group
BlissRom Announcements Telegram Channel
If someone wants to donate, please do so via this PayPal link
Thank you for using BlissRom! And as always: #StayBlissful
​
ROM OS Version: Android 12
ROM Kernel: Linux 4.x
Stable Release Date: 05 March 2022
Latest Release Date: 05 March 2022
CHANGELOG
15.0 17/1
Initial build
-----------------------------
15.1 29/1
Added vulkan support
Enabled IORap prefetching
Force L1 to Netflix
Improved smoothness on SystemUI
Internal bugfixes and improvements
----------------------------
15.2 05/3
Change to new trees (sebaubuntu/los base)
Change to Arrow kernel compiled with proton clang
Thermal Profiles.
Clear Speaker
Refresh rate tile
Thermal profiles tile
Implement own fork of ParanoidDoze, PixelDoze (new ambient settings/gestures)
Great job, how do you install TWRP and what version?
pepejemjem said:
Great job, how do you install TWRP and what version?
Click to expand...
Click to collapse
You can use the recovery you want, I personally use LineageOS recovery and to update the one that includes the rom.
If you want to use twrp use its specific installation instructions and steps I detailed above, you should be fine.
Thanks for the answer, another question, is PLAY PROTECT a certified device?
pepejemjem said:
Thanks for the answer, another question, is PLAY PROTECT a certified device?
Click to expand...
Click to collapse
Of course
any one can share with us some screenshots ?
CRNO said:
any one can share with us some screenshots ?
Click to expand...
Click to collapse
Roms Screenshots
t.me
cristianvaz said:
Roms Screenshots
t.me
Click to expand...
Click to collapse
Just installed this ROM on Poco F3. Very nice and smooth I must say...thank you for your work. I have just one question: Does this ROM have RAM Extension just as in MIUI? I have the 6 GB RAM version and it would be nice to get an extra 2 GB of RAM . Thanks again
Great job, exceptional, with unbeatable performance.
cristianvaz said:
Roms Screenshots
t.me
Click to expand...
Click to collapse
Will this ROM be updated?
BlissRoms 15.2 05/3
Change to new trees (sebaubuntu/los base)
Change to Arrow kernel compiled with proton clang
Thermal Profiles.
Clear Speaker
Refresh rate tile
Thermal profiles tile
Implement own fork of ParanoidDoze, PixelDoze (new ambient settings/gestures)
Hello. Does this rom have gaming utilities? fps meter, game turbo, game space?
cristianvaz said:
BlissRoms 15.2 05/3
Change to new trees (sebaubuntu/los base)
Change to Arrow kernel compiled with proton clang
Thermal Profiles.
Clear Speaker
Refresh rate tile
Thermal profiles tile
Implement own fork of ParanoidDoze, PixelDoze (new ambient settings/ges
thank you for the great work
Click to expand...
Click to collapse
Thanks for grate Rom fast smooth and Stable
I can't find WiFi on, off "widget quick setting"!
Please add Network permission
@cristianvaz After clean install there is no Sound? Please help
Edit: gapps Version
Is it necessary first to install Stock Rom?
Clean flashed the latest gapps build ... choppy video playback in all browsers.. any fix ?
edit .. no sound as well !!
@ashagg
For me a new installation with Stock Rom 12.5.8... All is fine now
beicuxhaven said:
@ashagg
For me a new installation with Stock Rom 12.5.8... All is fine now
Click to expand...
Click to collapse
Yes.. I did the same and all is well Using it as a daily driver.. all's good. Only thing I hope for is that the dev includes/changes the Fingerprint implementation from touch to press .
BlissRoms 15.3 27/3
Import Display-calibration from HelluvaOS
Update audio configurations from MIUI 13
Add support for aod auto brightness
Add GCam BGG as default camera instead gcam go
Update SF durations
Update msm-irqbalance
Refresh rate per app
Improved RAM management
Implemented battery friendly pocketmode
Update powerhint
Build display composer
Removed Phonograph

Categories

Resources