[ROM][8.1.0][OFFICIAL][Cancro] Pixel Experience - Mi 3 Android Development

{
"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"
}
Pixel Experience for MI 3 and MI4 [cancro]
Code:
[SIZE="3"]/*
* 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.
*/[/SIZE]
What is this?
An AOSP based ROM, with gapps included, and all Pixel stuffs (launcher, wallpapers, icons, fonts, bootanimation).
Based on Android 8.1
Whats working?
Wifi
RIL
Mobile data
GPS
Camera
Flashlight
Camcorder
Bluetooth
NFC(MI3W Only)
Lights
Sound / vibration
Known issues
You tell me
DON'T FLASH GAPPS, ALREADY INCLUDED
Download from Pixel Experience website
Translation
Help with project translation
Telegram channel
Stay tuned for something awesome
Cancro ROM release channel
Star me and get the latest ROM information
​
XDA:DevDB Information
Pixel Experience, ROM for the Xiaomi Mi 3
Contributors
xda dmf
Source Code: https://github.com/PixelExperience
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.4.x
ROM Firmware Required: MPSS.DI.4.0-eaa9d90
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: 8.1.0-20181004-1313
Stable Release Date: 2018-10-04
Created 2018-10-05
Last Updated 2018-10-05

Cancro Rom Group
Group rules:
1.English only.(You can use the translator to communicate.)
2.Respect developers and administrators.
3. Please do not send spam.
4. Do not send stickers continuously.
Channel: @cancrorom
CN Group: @cancrogroup
https://t.me/micancro

Thx for keeping cancro alive keep it up the work

Great work Dev!
Which twrp is recommended ?

[email protected] said:
Great work Dev!
Which twrp is recommended ?
Click to expand...
Click to collapse
https://drive.google.com/file/d/1Y-67W1MfMchny6ljCxKpU1_vq-PdLkpV/view

gujiangjiang said:
https://drive.google.com/file/d/1Y-67W1MfMchny6ljCxKpU1_vq-PdLkpV/view
Click to expand...
Click to collapse
Is this trebled ROM?
Is it different process to flash recovery and ROM here, if yes give tutorial.

[email protected] said:
Is this trebled ROM?
Is it different process to flash recovery and ROM here, if yes give tutorial.
Click to expand...
Click to collapse
No
This is a normal rom without pt support.
I just use the pt recovery to flash this rom and works fine and you can do not use pt function.
从我的 iPhone 发送,使用 Tapatalk

Want better rear camera
gujiangjiang said:
No
This is a normal rom without pt support.
I just use the pt recovery to flash this rom and works fine and you can do not use pt function.
从我的 iPhone 发送,使用 Tapatalk
Click to expand...
Click to collapse
Want better rear camera. (Miui better than for camera )

[email protected] said:
Is this trebled ROM?
Is it different process to flash recovery and ROM here, if yes give tutorial.
Click to expand...
Click to collapse
This is a twrp of 3.2.3.0.
https://drive.google.com/file/d/1bXjFqqa5xZrIja-4cjnjmnERCeX4a2ks/view?usp=sharing

Can't install Instagram ,Device isn't compatible.
Ambient display new notifications is not working.
While screen is lock , long press to launch torch is not working.
While playing game most of the time system reboots automatically and sometimes random reboot too.

What about contacts synchronisation problem on Oreo ?

pls help, when try to video call on whatsapp screen is green instead video

Tnq for supporting cancro.but why you don't start Android pie???

hi
please update Android 9 with pixel Experience for cancro
please.please.please
sajjadaf killing me?

[/url]
[/url][/IMG][/IMG]The front camera is better than the rear camera. Please fix rear camera (
https://hizliresim.com/pnl3jz rear
https://hizliresim.com/RD2ZXo front

the bug i was found
1. whatsapp video call show a green in camera,
2. i think speaker is too loud, when i play some music in full volume the speaker like broken

The IR blaster refused to work in the latest Official, even though Phone Tester app shows that it was active and supported.
Can someone give me a hint?

When work with phone about time phone will be reset.why ? Anybody can help me..
I have mi4

1-Instagram can't paly videos and some body can't install from play store
2-Some applications can't be install from play store
3-Whan play game or work long time phone will be reset
4-Dark mode in massage don't work
5-And nobody answered questions and read post
We don't know rom updat or not...
???????

Now I'm curious... Since nobody has reported this issue yet. This ROM failed to install via TWRP (3.1.0-0) due to a failure in the updater-script, and so I checked the script. It performs two checks before proceeding with the installation.
1) is that the device in question is a supported device, and it does this this by checking the property 'ro.product.device'. If it does not retrieve "cancro" as a result from the query, it fails, and so the installation is aborted.
2) that you are running baseband 'MPSS.DI.4.0', and it does this by performing the command 'cancro.verify_baseband'.
Super confused. How is it my cancro device (Mi3W) failed these two checks, and aborted installation.
So I check the device_check.sh script located within the ROM installation package, just to double check results there. Even though that script isn't even called upon until much later in the updater-script. In fact the end of the script... After the system and boot image has been extracted/patched. Little late in the script to be double checking that, don't you think.
Anyway, using shell I issued the command 'cat /sys/devices/system/soc/soc0/raw_id', and of coarse returns the id 1978. Which is Mi3W, and which device_check.sh even confirms. As previously mentioned, this is much to late within the script, the updater-script was failing at the beginning of the script.
So despite already knowing I am on the correct, and latest baseband. I locate the full fastboot image for the stock MIUI build this ROM is targeting. V9.6.3.0.MXDCNFD.
After flashing the full fastboot stock image this build targets, reinstalling TWRP, then flashing a re-downloaded version of this build. I am still presented with the premature failure as a result of the two early checks, are you cancro and does the returned baseband version contain "MPSS.DI.4.0'. I am, and it does.
Anyway, I ended up removing the first two lines (assertion checks) from the updater-script and the installation completed successfully and as normal. The ROM boots up without any problem to. I am just to curious as to why nobody has mentioned a similar story yet.

Related

[UPDATE]LineageOS-15.1- [UNOFFICIAL] [30/04/2018]& [ROM][7.1.2_r29] LineageOMS-14.1

[UPDATE]LineageOS-15.1- [UNOFFICIAL] [30/04/2018]& [ROM][7.1.2_r29] LineageOMS-14.1
{
"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"
}
/*
* 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.
*/
Click to expand...
Click to collapse
lineage-15.1-20180417-UNOFFICIAL-bacon
lineageos -15.1 -unofficial from latest source
What works?
everything.
Bugs?
you tell
Flashing Instruction:
clean flash required.
use latest official TWRP 3.2.1.0 to avoid error 7:
this is like test build,don't ask for updates . camera feature has been added.
there are too may threads for lineage 15.1 , so i am posting it here .
Updated Links
ROM: https://androidfilehost.com/?fid=962187416754475592,
TWRP Recovery: https://dl.twrp.me/bacon/twrp-3.2.1-0-bacon.img.html,
[ROM][7.1.2_r29] LineageOMS-14.1 [bacon][15/03/2018]
About Project
This is fully lineage os based rom with OMS Theme engine and color engine (aospa feature)
Features:
1) All lineage os features.
2) Experimental Color Engine (which present in AOSPA ) .
3) Rootless Substratum support
Download Link:https://androidfilehost.com/?w=files&flid=250866
Flashing Instruction:
1) Backup all your data (Important).
2) Wipe system, data and cache.
3) Flash the ROM and Gapps.
4) Reboot.
Message for Admin: I am junior member and i don't have access to make thread in development sections please move it into the same
Source Code: https://github.com/lineageos,
https://github.com/LineageOMS
Contributors
SivaVr
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Version Information
Status: Nightly
Happy Flashing :good:
Screenshots
OMS(substratum): https://drive.google.com/folderview?id=1UVmDfkf27mWZOd6EDtvgKPUMc5qoEjtg
Color Engine:
https://drive.google.com/folderview?id=1BmW_2_g_i19OuWdUgsTIZRUadxdhwmpI
This rom seems pretty smooth, I'm running it with Franco's r54 kernel. Is there any way to enable aptX Bluetooth in this rom? When I pair my phone to my car's headunit, the aptX indicator does not come on, and I cannot find the Bluetooth codec settings in the developer options.
please keep this ROM updated with latest official lineageOS official build.. i was waiting for this build for a long time.... specially oms & color engine
Only 1 Thing is missing in this ROM and that is OxygenOS Camera Blobs...If Possible add this thing....It's a request from my side. Thanks
Update - 20180219
changelog - https://www.lineageoslog.com/14.1/bacon
download link - https://androidfilehost.com/?fid=746010030569955087
Update - 20180305
changelog - https://www.lineageoslog.com/14.1/bacon
download link - https://androidfilehost.com/?fid=890129502657588317
First of all I wanted to thank you for your rom, congratulations. I'm just experiencing problems with loading time. I did the tests and it loads below 1000 mha even with the screen off. Would it also be possible to add a charge speed controller?
fabio_mcz123 said:
First of all I wanted to thank you for your rom, congratulations. I'm just experiencing problems with loading time. I did the tests and it loads below 1000 mha even with the screen off. Would it also be possible to add a charge speed controller?
Click to expand...
Click to collapse
Flash "Franco Kernel" :good:
Bro New Build Already Released , Waiting for your one 03/14 ?
Update - 20180315
changelog - https://www.lineageoslog.com/14.1/bacon
download link - https://androidfilehost.com/?fid=890129502657590752
lineage-15.1-20180322-UNOFFICIAL-bacon Mar-22-2018
lineageos -15.1 -unofficial from latest source
What works?
everything.
Bugs?
you tell
Flashing Instruction:
use latest official TWRP 3.2.1.0 to avoid error 7:
this is like test build,don't ask for updates . camera feature has been added.
there are too may threads for lineage 15.1 , so i am posting it here .
Download Links
ROM: https://www.androidfilehost.com/?fid=890129502657592947,
TWRP Recovery: https://dl.twrp.me/bacon/twrp-3.2.1-0-bacon.img.html,
Short feedback : Camera working but not in third party apps like bacon camera or telegram inbuilt camera.GPS fix is fast but with gps status-agps reset not work anymore.Anyway thank you @SivaVr solid build
Okay finally flashed that....
it's smooth like hell.. damn
camera working great, but camera not working on telegram, face unlock...... it also has slow charging issue....
Can confirm that no third party apps that use the camera work. I also tried installing Google camera 2.7 and that didn't work either. That also caused problems in the stock camera app. I had to clear the camera cache and data to fix this.
The second thing is that the cLock widget can't get weather feed.
The last thing I noticed is that the app drawer despite choosing a dark theme remains in this light gray color.
Everything else seem to work fine as of now.
Will it become official
I have been using this 15.1 ROM for a week and all I use regularly works well. I use it as a daily driver and am awaiting any improvements or additions going toward an Official version. Thanks for the ROM.
lineageos - 15.1 latest build, April security patch included
change log - https://www.lineageoslog.com/15.1
Download Link - https://androidfilehost.com/?fid=962187416754475592
SivaVr said:
change log - https://www.lineageoslog.com/15.1
Download Link - https://androidfilehost.com/?fid=962187416754475592
Click to expand...
Click to collapse
The ROM is indeed the best one among all oreo, very stable almost like official... keep the good work going :good:
one question:
Can we use weather provider from lineage os source ? I have downloaded and installed yahoo weather provider but can't apply it with clock widget.
What camera blobs are used in this ROM?
I see people talking about using Franco Kernel and asking for OOS blobs to be used instead.
That gives me a lot of hope. I don't like Sultan's HAL/OOS v1 blobs, as they don't allow for a long exposure time; maximum shutter speed of 2" just doesn't cut it.
3rd-party camera apps aren't working; is SELinux enforcing?
If so, could somebody switch it to permissive and check if, for example, Bacon Camera works with full 64" shutter speed.
Where can you post bugs?
LineageOs 15.1 -Update[30/04/2018]
Camera working on third party apps .
Changelog - https://www.lineageoslog.com/15.1
Download Link: - https://androidfilehost.com/?fid=818070582850510982

[ROM][9.0.0_r33][UNOFFICIAL] LineageOS 16.0

{
"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:
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, your mum being angry because you woke up late,
* your phone becoming a Samsung phone,
* 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.
LineageOS is a free, community built, aftermarket firmware distribution of Android 9.0 (Pie), which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
What's working:
- Wi-Fi
- Fingerprint
- GPS
- HWC
- Camera
- Bluetooth
- RIL
- Night Light
- etc, etc.
What's not working:
- You tell me.
Downloads:
Google drive builds
PLEASE INSTALL MIUI 10 PIE FIRMWARE BEFORE INSTALLING
How to install:
- Flash TWRP for platina
- Flash the zip in the builds
- Flash OpenGapps (optional)
- Flash Magisk/SU (your choice)
Source code:
manifests <3
Thanks to:
@Lunarixus for help in the trees and being a great friend
@brunorochaa for his great dev work on platina
@ManoloRey for his advice and great work
XDA:DevDB Information
LineageOS 16 , ROM for the Xiaomi Mi 8 Lite
Contributors
nysadev, Lunarixus, brunorochaa, ManoloRey, RainSnowHan
Source Code: https://github.com/nysadev/android_device_xiaomi_platina
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Based On: LineageOS
Version Information
Status: Alpha
Created 2019-01-11
Last Updated 2019-02-28
Changelog:
01-02-19:
- Fix notch gap
- Now SELinux enforcing
- Enable Camera2 API and include patched front camera lib
- Testing DT2W (please test and let me know)
25-01-19:
Sorry for the delay on this build
- Fixed Facebook + YouTube for sure this time
- Performance/battery heavily improved
- Updated sources
- Fixed LiveDisplay (again for sure this time)
23-01-19:
- Fixed Facebook
- YouTube fixed
- LiveDisplay still bugged (need to wait for Lineage to fix sources)
18-01-19:
BOOTING AND WORKING
Fixed major bugs
Fixed trust zone
Wi-Fi working ootb (thanks to rsyhan and Manolo)
I'm going to test every rom in mi8 lite forum as soon as I unlocked my BL.
This rom must be first bez it is Pie?.
Thanks devs .
Any feedback on the status of this ROM?
Finally!!! Gonna try it this evening or else tomorrow
Many Thanks!!
Anyone find bugs?
Just tried to patch this ROM into my platina, but at first I got a Error 7 message. Looked like the updater-script had a line to many, or mayb misconfigured?
After removing this line:
assert(platina.verify_trustzone("TZ.BF.4.0.7-00100") == "1");
The installation continued as it should, and I'm now configuring the device.
I could also not find where this line should be matching to?
Think I was replying to fast...
The system could not boot at all as it was hanging on the first screen which says "Unlocked bootloader". Nothing else happened.
Tried all I could so far to make it boot but nothing worked for me.
So back again on a working ROM....
Uploaded lineage-16.0-20190111-UNOFFICIAL-platina.zip to /sdcard and entered TWRP-recovery (version 3.2.3-1003).
During installation the following message is shown:
Checking for Digest file ...
Skipping Digest check: no Digest file found
assert failed: platina.verify_trustzone("TZ.BF.4.0.7-00100)=="1"
Updater process ended with ERROR: 7
Do I have to wipe something before installation? Or what is going wrong here?
*BUGS*
assert failed: platina.verify_trustzone("TZ.BF.4.0.7-00100)=="1"
Updater process ended with ERROR: 7
Unable to boot after delete this assert
NEW BUILD:
EDIT: Build doesn't boot. I will check soon. My friend @Lunarixus got AOKP to boot, hopefully Lineage should do the same.
Changelog:
- Fixed error 7
- Fixed DT/vendor *should boot*
- Updated sources
PLEASE INSTALL MIUI 10 PIE FIRMWARE BEFORE INSTALLING
Please grab logs such as kmsg and dmseg if it doesn't boot.
Error 7 is still happening
rKaoZ said:
Error 7 is still happening
Click to expand...
Click to collapse
You need to be on Pie firmware beforehand, I believe.
nysadev said:
You need to be on Pie firmware beforehand, I believe.
Click to expand...
Click to collapse
Where can I get Pie? Because the last official Global Rom is in 8.1
rKaoZ said:
Where can I get Pie? Because the last official Global Rom is in 8.1
Click to expand...
Click to collapse
Eu / miglolbe latest 9.1.15 was pie
NEW BUILD UP
Booting now!
Check #2 for more details <3
nysadev said:
NEW BUILD UP
Booting now!
Check #2 for more details <3
Click to expand...
Click to collapse
Yes! Works fine ! Thank you Man!
jmouf said:
Yes! Works fine ! Thank you Man!
Click to expand...
Click to collapse
It's working
Great! With this build I was able to boot! This LineageOS 16 is now running on my MI 8 Lite. Thanky you for your work!!!
Question: What to do with your firmware updater? As I wanted to update the firmware, as requested in #11, I installed the zip, rebooted, ... but what have I to do then. I didn't find any changes in settings (perhaps I didn't see it) and no new app. So ...?
AnGry36 said:
Great! With this build I was able to boot! This LineageOS 16 is now running on my MI 8 Lite. Thanky you for your work!!!
Question: What to do with your firmware updater? As I wanted to update the firmware, as requested in #11, I installed the zip, rebooted, ... but what have I to do then. I didn't find any changes in settings (perhaps I didn't see it) and no new app. So ...?
Click to expand...
Click to collapse
If you don't update to Pie before flashing any 9.x ROM, you'll have all sorts of broken things like sound not working, HWC broken, camera broken, etcetc.

[ROM][UNOFFICIAL][10.0][Platina] Pixel Experience [AOSP][2020/07/23]

{
"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"
}
PixelExperience for Mi 8 Lite [Platina]
What is this?
Pixel Experience is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, icons, fonts, bootanimation)
Our mission is to offer the maximum possible stability and security, along with essential and useful features for the proper functioning of the device
Based on Android 10.0
Whats working?
Wifi
RIL
Mobile data
GPS
Camera / GCAM (out of the box)
Flashlight
Bluetooth
Fingerprint reader
Lights
Sound / vibration
Known issues
You tell me
DON'T FLASH GAPPS, ALREADY INCLUDED
ROM Download from SourceForge for now until is UNOFFICIAL
IMPORTANT:
*NEED A TEN BASED ROM INSTALLED BEFORE INSTALL PIXEL EXPERIENCE PIE
HOW TO INSTALL:
1. Wipe: System, Data, Cache, Dalvik;
2. Flash Stable MIUI 11.0.1 Firmware in TWRP/ORANGEFOX: Download Firmware (61,7mb);
3. Install ROM;
4. Make format data (Wipe > Format data > yes); reboot recovery, reboot system.
Files and Tips
NO SOUND? LAGS? NO MOBILE DATA/CALLS? SYSTEM APPS FORCE CLOSE? CHECK IF INSTALLED THE REQUIRED MIUI FIRMWARE FILE ABOVE
Donate
Liked my work? Give me a beer
Translation
Help with project translation
Telegram channel
Pixel Experience Global Chat
Pixel Experience group for Platina users
Brazillian Chat only for Platina users
Build author (Maintainer):
Bruno Rocha
Device Sources and Thanks:
Device tree
Vendor tree
Kernel tree, thanks Rique Barros and AlpacaGang.
Special thanks to all devs/maintainers who made changes to contribute in their device trees since first custom rom: 1cecreamm; Rique Barros; ardhani; Lmichel; nysascape; rsyhan; Lunarixus; Melvin Garcia; ManoloRey; FeraVolt and You, ye You, if I forgot you, please let me know
Source code: https://github.com/PixelExperience
ROM Developer: jhenrique09
XDA:DevDB Information
PIXEL EXPERIENCE TEN PLATINA, ROM for the Xiaomi Mi 8 Lite
Contributors
brunorochaa00
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: REQUIRED FIRMWARE 11.0.1
Based On: AOSP
Version Information
Status: Testing
Created 2019-01-16
Last Updated 2020-07-23
Reserved
Reserved
Reserved
WE BACK FELLAS
- ROM CHANGELOG -
* ---
- DEVICE CHANGELOG -
* Improved most 90% of lags on touchscreen with some users (Synaptics panel);
* Improved ZRAM settings;
* Reorder some device props;
- KERNEL CHANGELOG - ALPACA (HMP) IS THERE
* ---
reserved
I cannot understand this line please details if possible SS provide
After downloaded, extract files, then restart the phone to TWRP Recovery, mount the vendor partition, copy the extracted two files to /vendor/lib/modules, and reboot.
nice rom,
however watching youtube crash after 10-15 second .
nice
It's perfect ... without any bug ... Congratulations @brunorochaa00!
LTE Logo
I need LTE to 4G . thank you
habib15000 said:
i cannot understand this line please details if possible ss provide
after downloaded, extract files, then restart the phone to twrp recovery, mount the vendor partition, copy the extracted two files to /vendor/lib/modules, and reboot.
Click to expand...
Click to collapse
whith file manager in twrp
Functional 100% Very well...!!!
YouTube is crashing and night light is doesn't work.
Thank you very much for sharing, it is nice to see such a rom, finally
Hey Bruno. Just reporting some bugs!
- YouTube doesn't work for long. Tried Vance, still crashing.
- Taskbar icons are on a wrong position, they should be lower, alligned with the search bar, you can check this with CPL.
- Night Light doesn't work at all.
- Getting a weird, "device malfunction" message after boot, however it seems to be working fine. Perhaps this message can be removed?
Anyway, hope it helps man, thank you so much for porting this rom. Do you plan on further updating it and ironing out this bugs? Would the updates come out via ota?
If you need direct feedback, I've already contacted you about GCAM on telegram and I'm on the groups, just let me know. If I can I will help further improve the ROM. Thanks Again.
viaznin said:
YouTube is crashing and night light is doesn't work.
Click to expand...
Click to collapse
where's the logcat?
Capt.Cyntia said:
nice rom,
however watching youtube crash after 10-15 second .
Click to expand...
Click to collapse
okay, where's logcat?
HTCDevil said:
Thank you very much for sharing, it is nice to see duch a rom, finally
Click to expand...
Click to collapse
thx! :victory:
GordoDeAzul said:
Hey Bruno. Just reporting some bugs!
- YouTube doesn't work for long. Tried Vance, still crashing.
- Taskbar icons are on a wrong position, they should be lower, alligned with the search bar, you can check this with CPL.
- Night Light doesn't work at all.
- Getting a weird, "device malfunction" message after boot, however it seems to be working fine. Perhaps this message can be removed?
Anyway, hope it helps man, thank you so much for porting this rom. Do you plan on further updating it and ironing out this bugs? Would the updates come out via ota?
If you need direct feedback, I've already contacted you about GCAM on telegram and I'm on the groups, just let me know. If I can I will help further improve the ROM. Thanks Again.
Click to expand...
Click to collapse
you should be aware that this is an initial build... but let's go
1. where's the logcat?
2. sended for team.
3. where's the logcat?
4. ignores the message, is okay. msg removed in next build.
Thanks. About OTA updates, maybe will be come.
aks me for enter in a testers group in telegram.
Got problem
i updated it from your older Oreo version from download.pixelexperience.org, through TWRP. The reboot was stuck at FASTBOOT. After doing like the introduction, step-to-step, but it still boot at FASTBOOT. Please help
hoanvu1100 said:
i updated it from your older oreo version from download.pixelexperience.org, through twrp. The reboot was stuck at fastboot. After doing like the introduction, step-to-step, but it still boot at fastboot. Please help
Click to expand...
Click to collapse
read and follow the thread steps
brunorochaa00 said:
read and follow the thread steps
Click to expand...
Click to collapse
i did everything step by step sir, but still not working with me, stucking at FASTBOOT

Aosp 10 [10.0.0][3.10][16-Sep][Mi3/Mi4/Mi4 LTE]

{
"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:
/*
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here 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.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
*/
What's AOSP?
AOSP is Android as Google publish without other modifications. More or less AOSP is the Nexus devices stock rom without gapps.
We added few non-AOSP features for a better user experience and we NOT going to add something other.
What's working :
Boots
RIL (Calls, SMS, Data)
Wi-Fi
Bluetooth
Camera
Camcorder
Video Playback
Audio
Sensors
Flash
LED
GPS
Not working:
NFC not working on Mi3
XDA:DevDB Information
AOSP, ROM for the Xiaomi Mi 3
Contributors
vasishath, shahan_mik3
Source Code: https://github.com/vasishath/kernel_cancro
ROM OS Version: Android 10
ROM Kernel: Linux 3.10.x
ROM Firmware Required: none
Based On: AOSP
Version Information
Status: Beta
Current Beta Version: v1
Beta Release Date: 2019-09-16
Created 2019-09-16
Last Updated 2019-09-16
Reserved
Download Links:
Rom
https://www.androidfilehost.com/?fid=1899786940962587049
Gapps
https://downloads.akhilnarang.me/grewal/BiTGApps-Q_sys.zip
Recommended TWRP:
https://androidfilehost.com/?fid=890129502657591907
Installation Steps
Download the latest build
FLash GApps
Boot to room
Reboot
ps:-
*After flashing gapps if you face black screen on boot just reboot
yeah, still the best. long live vasishath and cancro! a long road from M to Q!!!!!
Edit:
Everything's working flawlessly so far. And for a 5 years old device so snappy. Can't keep my fingers off, even I have a poco in the left and a mi 9 t pro in the right pocket.
Wow...finally android 10 by my favourite developer ?
This is an awesome ROM. Feels fluid. Gestures work too(except back gesture). Thanks for keeping cancro alive.
Thanks
Thanks dev
Adaptive brightness and auto-rotate not working
this exists from all of your build with 3.10 kernel
unsupported accelerometer and light sensor
Hiou said:
this exists from all of your build with 3.10 kernel
unsupported accelerometer and light sensor
Click to expand...
Click to collapse
This is my mi3 and all the sensors seems to be working fine
anyone figured out how to root this ROM?
This is so cool. Every year, inspite of what device I'm using, I always look forward to flashing the latest version of Android on my Mi 3. This is a legacy of its own all thanks to vasishath.
Hiou said:
this exists from all of your build with 3.10 kernel
unsupported accelerometer and light sensor
Click to expand...
Click to collapse
Plz send log since boot
vasishath said:
Plz send log since boot
Click to expand...
Click to collapse
how sur, with or without computer ?
vasishath said:
Plz send log since boot
Click to expand...
Click to collapse
dmesg and logcat
This is seriously incredible, supporting a device which launched with Jelly Bean!! Thank you so much for keeping the support for this device going! My mum uses my MI3 now, but it's definitely still going strong after 6 years of use!
It will work for MI 4w?
It will work for MI 4w?
Anyway to push statusbar edge to edge?
Why there space both side?
Sent from my mido using XDA Labs
VK84663 said:
Anyway to push statusbar edge to edge?
Why there space both side?
Click to expand...
Click to collapse
I think that's how it is supposed to look like in android 10
Ashishoswal said:
It will work for MI 4w?
Click to expand...
Click to collapse
Yes
Strange. First boot yielded a black screen just after the google bootanimation. I could not wake up the device, and I also could not see the device via adb to pull a log. I thought my phone died. Went to try and power on the device and could not...
Anyway, it was at that point I noticed windows was installing the Qualcomm HS-USB 9006 drivers. So I forcefully restarted my Mi3W by long holding the power button. Sure enough, the device came back on and this time it boots right into the ROM.
I thought that was extremely odd, and it nearly caused me to go into panic - but after all appeared to be well I pushed on with the device setup... After I rebooted my phone, the black screen issue returns, but this time it's right after the first splashscreen before the ROM's bootanimation starts.
Just like the first occurrence, when I plug my device into a computer, the Qualcomm 9006 driver is loaded; and the phones acts as a USB storage device containing a bunch of sensitive device files... Qualcomms Diagnostic Mode. I actually cannot boot into the ROM anymore without a reinstallation via TWRP; however the problem repeats itself soon after.
Are there anymore reports like this?
Edit: I acknowledge now the 1st boot black screen issue after Gapps installation is known. However the other black screen issue on every boot afterwards is interesting. Don't worry though, I can still get into TWRP; so of coarse there is nothing to be truly concerned about.
Update: I've had to restore my previous working ROM as this ROM somehow is causing the device to boot to diagnostic mode without any way to break the loop. Got to say a big thank you though, @vasishath @Shahan_mik3, you guys have really brought some amazing meals to the table!

[ROM][13.0][TOCO][OFFICIAL] DerpFest 13 | Tango

{
"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"
}
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 the 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
GApps included!
Device-specific features
SELinux Enforcing
Pass SafetyNet out of the box
What's broken?
You tell me!
ROM: https://sourceforge.net/projects/derpfest/files/toco/
Magisk: https://github.com/topjohnwu/Magisk/releases
OrangeFOX Recovery: https://androidhq254.blogspot.com/2022/09/orangefox-recovery-a13-for-minote10lite.html
INSTRUCTIONS
Reboot to recovery
Flash ROM zip
Format DATA
Reboot and voila!
Upgrading to a Newer Build
Reboot to recovery
Wipe Cache and Dalvik Cache
Flash ROM zip
Reboot and voila!
Follow us on Telegram
​
Credit/Thanks:
Google for Android and AOSP
LineageOS
AOSiP
AICP
ABC ROM
AquariOS
BootleggersROM
PixelExperience
OmniROM
Cory Collins
---------
Any others we may have forgotten to credit
And last but not the least, all our testers, who have helped us to squash many bugs so that we can try to release builds that as are flawless as possible
XDA:DevDB Information
DerpFest Shinju, ROM for the Xiaomi Mi Note 10 Lite
Contributors @AndroidHQ254
ROM source: https://github.com/DerpFest-AOSP/
Device sources: https://github.com/DerpFest-Devices/
Kernel source: https://github.com/vantoman/kernel_xiaomi_sm6150/
ROM OS Version: 13
ROM Kernel: 4.14.292-VantomKernel
ROM Firmware Required: MIUI v13.0.2.0
Based On: AOSP
Version Information
Status: Stable
Created 2021-09-26
Last Updated 2022-09-26
Thank you!
Does it have face unlock ?
Rom works fine and stable. Face unlock is not available. Fingerprint works fine. Good Work.
zefriduo said:
Thank you!
Click to expand...
Click to collapse
Enjoy
PataMan said:
Does it have face unlock ?
Click to expand...
Click to collapse
No rom has face unlock yet
Bernd K said:
Rom works fine and its stable. Face unlock ist not available. Fingerprint works fine. Good Work.
Click to expand...
Click to collapse
Thank you and enjoy
Great Rom. Running for a month now.Is it possible to install TWRP?
No biggie,just asking...
dcluvsme said:
Great Rom. Running for a month now.Is it possible to install TWRP?
No biggie,just asking...
Click to expand...
Click to collapse
I am not sure what you mean here. Kindly elaborate
AndroidHQ254 said:
I am not sure what you mean here. Kindly elaborate
Click to expand...
Click to collapse
Never mind. It was a stupid question. I installed TWRP with no issues.
Thanks for y our hard work.
In addition, I just noticed this is the wrong section for me to post. I have a Moto G7 Power Ocean. Anyway, the Rom is great.
dcluvsme said:
Never mind. It was a stupid question. I installed TWRP with no issues.
Thanks for y our hard work.
In addition, I just noticed this is the wrong section for me to post. I have a Moto G7 Power Ocean. Anyway, the Rom is great.
Click to expand...
Click to collapse
No worries bro
works great for the most part. the only issue i have been having is after about 24 hours the fingerprint reader starts to struggle to read my finger untell i restart the phone
Looks good. Before testing this ROM, it is possible to use Bluetooth ASHA protocol for hearing aids with this rom?
Everything works great, had no issue so far. One thing is lack of translation on many stock Android options in settings. Battery life is better than on MIUI13. Charging is the fastest from all A13 ROM's that I tested. Big thanks to the developers for creating this masterpiece.
ROM works pretty well.
Haven't noticed many bugs, the most notable one is that the gesture navigation line at the bottom sometimes goes all the way to the bottom and hides half of itself under the edge of the screen.
There are a few non-bug things that are quite annoying, though. First one is the lack of quickstep (the ability to copy text or images from the Recents screen). The other is that in the Settings app there are a few places that aren't translated from English (not just added custom functionality, but also things that appear in stock Pixel and therefore should be translated).
As of writing this, I've come across another bug. Today I've installed the January 26th update (through Settings > System > DerpFest Updater) and my screen became more yellow. I remember there were controls that let you change the RGB values of the screen, but they seem to be gone now. Night light is off. This is somewhat fixed by choosing the "saturated" color profile, but it's still somewhat yellow.
Thank you and the developers for your amazing work , I hope one day I can help u and pay back for this exceptional work ,much love
Dolby isn't working in February update
Installed like 2 hours ago and it's pretty smooth. Some options are not translated but nvm, the real problem is automatic brightness is kinda agressive, and when I want to unlock phone by FOD its boosting brightness on unlocked phone, It wont be nice in night :/
Good afternoon,
I installed this rom on my mi note 10 lite and the camera only takes pictures at 1080 x 1920.
Can anyone tell me why and how to solve it?
Thank you very much.

Categories

Resources