[UNOFFICIAL] BootleggersROM Q Mod //qiDroid - Treble-Enabled Device Development A/AB ROMS

BootleggersROM 5.2
Your warranty is now void!
We're 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 us for messing up your device, we will laugh at you​
qiDroid is a project which based on BootleggersROM with @phhusson's Treble GSI patches. Built without "ALLOW_MISSING_DEPENDENCIES=true" flag. And system can run with SELinux enforced state, as original Phh AOSP GSI. Fully compatible with PHH-Treble patches exclude one low level change: by default exist file /system/phh/secure (for Google Certification PASS), so if you can boot AOSP or LineageOS GSI, but can't boot qiDroid - try to removing that file
UPDATE VERSION
latest build: 2020.10.21
treble patches: v222+
SPL: 5 Oct 2020
FEATURES/CHANGES
• no in-built root, activated SafetyNet tweak
• Phh Setting moved to bottom of all settings (please don't be scare)
• in default launcher added double tap for screen-off gesture
• added 0.2x, 0.8x and 1.2x to the animation speed selection menu
• by default set 0.8x animation speed
• fixed cropped by edges status bar (GSI specific)
• disabled "Customize your Pixel device" and other annoying suggestions
• tuning status bar, icons more tightly to each other
• fixed error when uninstalling some programs (when plugged SD-card with vFAT FS)
• added option "Swipe for notifications" for fingerprint scanner
• few changes to reduce consumed resources - more space, more speed, more battery life
• disabled some disputable Google components, for sample is fixed overall WiFi speed in the aggregate with GPS + Bluetooth
• on my device (with stock vendor) Google Play certification passed without any patches and Magisk, just works out-of-the-box
• added options to set system UI optimization level, test them manually on your device for speed/battery improvements (use careful, do not set IPS level for OLED)
• Gapps variants: used normal webview (no errors to installing Chrome), stock launcher with Google Feed (and without crappy search bar)
• Dialer from CAOS: option to set fullscreen contact's photo, small theme fixes, translations, call recording (not supports on all devices)
• replaced apps: Gallery, Keyboard, Dialer, Messaging, Contacts, Calculator - all supports dark theme
• on battery saver auto dark mode disabled, you can choose light/dark theme
• fixed offline charger for some devices (mostly Qualcomm, few MTK)
• in stock camera removed HAL3 green artefacts which exist on some Xiaomi devices
• fixed status info of security patches (GSI specific)
• removed ugly divider lines in Settings UI (not all of them)
• updated Redmi 6 Pro overlay
• for Mi A2 Lite LTE is set by default
• added USB-tethering QS tile
• Bromite webview
• fixed notch hider (GSI specific)
• lock icon disabled
• OOS style switches
• enabled LiveDisplay by default
• fixed boot on Mi 10 (Lite), K30 (Pro)
• added Russian translation (more than 95%)
• tweaks for Xiaomi Redmi 9 'lancelot' and Redmi Note 9 'merlin' (audiojack, brightness, fp touches)
• changed minimal brightness level for Redmi Note 8 Pro
• initial Redmi 9 'galahad' overlay
• added DT2W support for QIN 2
• added custom Google Cloud restore option (Settings > Accounts)
*grayed options not realized yet
DOWNLOAD (CL1CK HERE)
vanilla, gapps: all architectures
NAMING
Some information you should know about knowing what type of gsi it is
<ARCH>_xyZ
<ARCH> can either be arm, a64 (arm32_binder64) or arm64
x can either be a or b
y can either be v, o, g or f
Z can be N or S
b = a/b
a = a-only
g = gapps
o = gapps-go
v = vanilla (no gapps included)
f = floss (free & open source apps instead gapps)
N = no superuser
S = superuser included
so in most common example "arm64_avN" is ARM64 A-only vanilla with no superuser
CONTACTS
> telegram group
> project page
KN0WN BUGS
• excluding fixes, the same as on all Q GSI (in some cases doesn't work: broadcasting on TV, calls via BT; offline charging does not work normally; problems with GPS etc etc)
NOTE: always test ROM first without Magisk (with clean boot.img). and don't send me bug reports if you have:
a) Magisk installed
b) modified/custom vendor or kernel
c) dirty flashing rom without wiping data
d) modified props values (another device fingerprint and so on)
CREDITS
persons: @phhusson
projects: TrebleGSI • BlissROMs • crDroid • PixelExperience • ION • neon-OS • Havoc-OS • LineageOS • Evolution-X • LiquidRemix • ExtendedUI • GrapheneOS • abc rom

re

2re

eremitein said:
2re
Click to expand...
Click to collapse
Ty ty

TYTY!Bootleggers is my favorite ROM and I couldn't wait for a Q GSi!

Update (2020.08.23)​
same base and treble patches
added option to set statusbar edges padding
fixed cropped font in network traffic monitor
fixed SELinux status info (GSI specific)
DOWNLOAD //all architectures​

Ok one question my phone can't read .xz how to flash with twrp

Aulgreg38 said:
Ok one question my phone can't read .xz how to flash with twrp
Click to expand...
Click to collapse
Something called extracting...

Op3t
I understand that but my pc says the files corrupt and won't open it?? If u could tell me if I must change settings in pc to fix that???

Aulgreg38 said:
I understand that but my pc says the files corrupt and won't open it?? If u could tell me if I must change settings in pc to fix that???
Click to expand...
Click to collapse
Zarchiver app in Google Play Store:
https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver

Op3t
Thank u so much I'm not quite a pro at the pc yet

Aulgreg38 said:
I understand that but my pc says the files corrupt and won't open it?? If u could tell me if I must change settings in pc to fix that???
Click to expand...
Click to collapse
use PeaZip next time very nice extractor on win

Ty for this bootleggers, really smooth. But i get adb unauthorized tho. I see official bootleggers update their base to 5.2 hope it will come to qidroid with September spl. Thanks

alvinprimo said:
Ty for this bootleggers, really smooth. But i get adb unauthorized tho
Click to expand...
Click to collapse
try disable & enable adb debugging in developer settings
or use that
[ if rom not allowing adb (device unauthorized) ]
0. reboot to twrp
1. connect phone to the PC
2. run command from
*nix: adb push ~/.android/adbkey.pub /data/misc/adb/adb_keys
windows: adb push C:\Users\%PutHereYourUsername%\.android\adbkey.pub /data/misc/adb/adb_keys

eremitein said:
try disable & enable adb debugging in developer settings
or use that
[ if rom not allowing adb (device unauthorized) ]
0. reboot to twrp
1. connect phone to the PC
2. run command from
*nix: adb push ~/.android/adbkey.pub /data/misc/adb/adb_keys
windows: adb push C:\Users\%PutHereYourUsername%\.android\adbkey.pub /data/misc/adb/adb_keys
Click to expand...
Click to collapse
Thanks for the tip, but I get no such file (or folder) output, what's wrong? I use minimal adb/fastboot on windows. Btw why you're not upload new qidroid build here? Thank for the you're Smith rom

Update (2020.09.29)​
BootleggersROM version 5.2
merged September SPL missing patches
added few patches from GrapheneOS
enabled LiveDisplay by default
fixed boot on Mi 10 (Lite), K30 (Pro)
added Russian translation (more than 95%)
have ARM A-only Go (1.5+Gb)
reworked Speed UI overlays
default AOSP bootanimation (for more generic)
Bromite WebView 85.0.4183.110
DOWNLOAD //all architectures​

Thanks so much for this rom, very stable and with nice options!
I noticed that after flashing the rom (arm64-bvn) my system partition with 3 GB size shows a file system size of about 1.8 GB, so to be able to flash open gapps afterwards I had to use the TWRP option "resize file system" to get the full size back. As this is my first GSI-rom, can you briefly explain why the file system size is shrinked during installation? Thank you.

retora said:
Thanks so much for this rom, very stable and with nice options!
I noticed that after flashing the rom (arm64-bvn) my system partition with 3 GB size shows a file system size of about 1.8 GB, so to be able to flash open gapps afterwards I had to use the TWRP option "resize file system" to get the full size back. As this is my first GSI-rom, can you briefly explain why the file system size is shrinked during installation? Thank you.
Click to expand...
Click to collapse
GSI system have possible minimal size, it's not a specific rom for your device only which shoild be support full size of partition. so yes it's normal when you need resizing

eremitein said:
GSI system have possible minimal size, it's not a specific rom for your device only which shoild be support full size of partition. so yes it's normal when you need resizing
Click to expand...
Click to collapse
Great Job Great ROM thank You

Update (2020.10.21)​
latest phh treble patches
latest BootleggersROM 5.2 sources
up to October SPL (really, all mandatory patches came in September)
this release with "secure" file and without su/Superuser (most people voted)
tweaks for Xiaomi Redmi 9 'lancelot' and Redmi Note 9 'merlin' (audiojack, brightness, fp touches)
changed minimal brightness level for Redmi Note 8 Pro
initial Redmi 9 'galahad' overlay
added DT2W support for QIN 2
added custom Google Cloud restore option (Settings > Accounts)
Bromite WebView 85.0.4183.110 (newest version have bug when downloading something)
DOWNLOAD //all architectures​

Related

Xiaomi Mi 9 Guide [MIUI 11 11.0.6.0 | 9.12.27 |10.2.9.0 | TWRP Recovery | Root]

Xiaomi Mi 9
[Cepheus]​
WARNING: Before attempting to root your device, do note that by unlocking your bootloader and modifying your device with root, ROMs, etc... you are NOT risking voiding your warranty! I am NOT responsible for what you do to your device either, so follow these instructions at your own risk. Make sure you know what you're doing, it's best to understand the process rather than just copy and paste commands and such.
I. Official Firmwares
II. EU and China Firmwares
III. Guide for Bootloader Status, Drivers, and Rooting
IV. Removing Bloatwares in Locked Bootloader
Stable Firmware
GLOBAL
10.2.9.0 PFAMIXM
10.2.6.0 PFAMIXM
10.2.3.0 PFAMIXM
EU (EEA)
10.2.22.0 PFAEUXM
10.2.17.0 PFAEUXM
10.2.15.0 PFAEUXM
10.2.12.0 PFAEUXM
10.2.24.0 PFAEUXM
10.2.26.0
11.0.6.0
CHINA
10.2.16.0 PFACNXM
10.2.15.0 PFACNXM
10.2.11.0 PFACNXM
10.2.5.0. PFACNXM
10.2.25.0.PFACNXM
MIUI 11 11.0.20
MIUI 11 11.0.3.0
11.0.2.0 OTA 11.0.3.0
Global Beta Firmware
9.4.2 Recovery
9.3.22 Recovery
9.3.7 Recovery
9.3.1 Recovery
9.5.9 Recovery
9.5.16
9.5.23
China Beta Firmware
9.4.1 Recovery
9.3.22 Recovery
9.3.14 Recovery
9.5.1
9.4.18
9.9.3
MIUI 11 9.9.24
MIUI 11 9.9.25
MIUI 11 9.9.26
MIUI 11 9.10.9
MIUI 11 9.10.16
MIUI 11 9.10.17
MIUI 11 9.12.27
EU Firmware
Stable Firmware
10.2.16.0
Beta Firmware
9.4.18
9.4.11
9.4.1
9.3.28
9.3.21
9.3.1
9.4.25
9.4.26
9.5.1
9.5.9
9.5.16
9.5.23
9.5.30
9.6.5
9.6.20
9.6.27
9.7.4
9.7.11
9.7.19
9.17.22
9.8.1
9.8.8
9.8.9
9.8.22
9.8.29
9.9.3
9.9.6
MIUI 11 EU
9.9.26
9.10.10
9.11.7
9.11.22
9.11.28
9.11.5
9.12.12
Mi-Room
9.4.11
9.4.18
9.4.25
9.5.9
9.5.16
9.6.20
9.6.27
9.7.4
9.8.1
Revolution OS
9.5.1
9.5.29
9.6.23
9.9.7
9.9.21
9.11.21
malchik-solnce
9.4.18
9.4.30 - NEW
Disable File Encryption
DFE
Drivers
Minimal ADB and Fastboot
ADB/Fastboot tools - Recommended
USB Drivers
Bootloader Status
Type the commands using ADB
fastboot devices
fastboot oem device-info
If fastboot issues Device unlocked: true - the bootloader is unlocked
If fastboot issues Device unlocked: false - the bootloader is locked
TWRP Recovery
TWRP 3.2.3-10
TWRP 3.2.3-6 test
Twrp 3.2.3 by mauronofrio
Root
Magisk
Google Pay Fix
Install PrebuiltGmsCore and flash Google pay Patchfix (Android 9 only)
Stock Kernel
Stock Kernel img
Switch between Global Stable (MI, EEA / EU, RU)
-Locked or Unlocked Bootloader try this XiaoMiTool V2 Project
Removing Bloatwares in Locked Bootloader
-Enable Developer Options and click USB debugging
1.Open and click run as administrator XiaomiADBfastboottools.exe
2.Click Debloater
3.Check your phone (Allow)
4.Select the system apps that want you to delete
5. Wait for the process....
6.After finished.. click the Reboot into System
Donation for a coffee
Donation for a coffee
Donation for a coffee
Android Q 9.8.8 [Cepheus]
Android Q 9.8.8
Changelog
Download
Android Q Beta 3
Downloads:
Xiaomi Mi 9 Android Q firmware
MIUI ROM Flashing Tool
Mi PC suite
Installation
Option 1
1.Download Mi PC Suite and open
2.Put Mi 9 in Fastboot mode connect the phone to your PC, and select the firmware.
Option 2
1.Turn off your Mi 9.
2.Press and hold the Volume Down and Power buttons to enter Fastboot mode.
3.Connect the Mi 9 to your PC.
4.Double-click the downloaded firmware to decompress it.
5.Open the file folder for the decompressed firmware and copy its path on the PC.
6.Once the MIUI ROM Flashing Tool is installed, open MiFlash.exe and paste it into the address bar the firmware file folder path copied in the previous step.
7.Click the first button (circled out in yellow) to refresh.
8.Click the second button (circled out in red) to flash the firmware to your Mi 9.
Bugs:
Alarm does not ring when the device is switched off.
Device restarts after user selects wireless projection device in the Wireless display.
Settings app stops running after user deactivates shortcut to mute device.
Settings app stops running when Gesture is selected in Settings.
File app stops running after refresh.
Unable to switch screen color in Settings.
Unable to add a fingerprint
Viper4Android + DDPlus
Viper4android + DDPlus =
*Extreme Caution
1.Install Audio Modification Library (AML) and Audio Compatible Patch (ACP) via Magisk Repo and reboot.
2.Install DDPlus via Magisk and reboot.
3.Install Viper4Android via Magisk Repo (install as system app) and reboot. (materialized).
4.selinux changer (choose permissive if not working in enforcing).
5.Profiles
DDPlus
Profiles 1
Profiles 2
*Put profiles in Viper4Android folder
*after choosing profile close and open Viper4android turn on turn off the master power and close viper4android (check if Driver Status (Enabled: YES)
Another one
great efforts ? much love
Rooting Xiaomi devices doesn't void their warranty, just to let you know.
Hello,
you propose a version 3.2.3-10 of TWRP.
I had not seen it in any of mi9's root posts. It is suitable for this smartphone?
Flash latest Magisk and You have rooted Mi9.
Wysłane z mojego MI 9 przy użyciu Tapatalka
MIUI 10 10.2.9.0 Android Pie 9.0 is up!
Changelog
Camera
New: Introducing Macro mode
Optimization: Ultra wide angle mode changed to 0.6X Ultra wide angle zoom
Optimization: Brightness adjustments for human faces in third party apps
Optimization: Image quality for photos and videos
Fix: Photo previews for individual shots weren't displayed in some cases
Settings
Fix: Screen brightness was lowered in the Dark mode whenever audio volume was adjusted
Fix: Fingerprint scanner couldn't be used when TalkBack was on.
Malchik-Solnce ROM
MIUI 10 9.4.18 Android Pie 9.0
Changelog
New
- screen time
- wallpaper slideshow
- AI 3.0 in camera (Mi8, test)
- icons of unimportant notifications
- new font size settings
- dynamic photo mode (Mi8, Mi9)
- a full-fledged GameTurbo mode
- settings for color names in the call log
- custom camera watermark (Mi8)
- new charging animation on the lock screen
- choosing the background color in hours (auto, light or dark)
- disabling search by gesture up (desktop settings)
Optimization
- updated Magisk 19. 0
- translations updated to 9.4.18
- updated music app
- select region in settings (Note 5, Mi9)
Corrections
- fixes known bugs
- fixed Wi-Fi status check bug
- fixed crash when editing photos (portrait effects)
- fixed Turbo Game mode (clear plug-in data security)
Bugs
- error 7 (clean the cust (root / cust) folder before flashing)
- cannot wind the system (mount it before the firmware with your hands)
- Google Pay does not work but we have work around fix..
Important Information
The list of changes may vary depending
on the version of Androi d, device or interface language.
Install firmware only through TWRP.
Remove Magisk: META-INF \ com \ miui \ magisk.
Revolution OS 9.5.1 Android Pie 9.0 is up!
Changelog
The System
the New - Base updated to 9.4.11
the New - Added of low brightness By DC attenuation function (MI9)
the Optimize - Updated the the Google security patch (2019 # 3) to Improve system security
the Optimize - Optimization of the speaker's stereo effects
the New - the New not boot animation for the the MIX range (the word the MIX Comes out under Revolution OS)
the Optimize - Updated Youtube vanced, microg, the Google Keyboard and the WebView the Google
Desk is
Fix - Optimized the experience of setting a password the when using the a transparent a wallpaper
the Settings
the Optimize - Optimized display of the accessibility display list (MiMIX2S)
Optimize - Viewing the grouping of the homepage optimized
Optimize - Optimize the display of the list display accessibility
Optimize the screening of the
screen.
Click here to view the
security page
.
The Optimize - the optimize the style of the red • envelope wizard request window the below the horizontal screen
Fix - repairing the risk copy-DURING the virus scan process will of the restart the scan
Camera
the New - the Activated 18: 6 (full screen in the camera
Lock screen
the New - Charge screen for all devices
Fix - Problems that a double bar was generated when no notifications
Fix it is a fissure
fix it
? , the charging ball does not Disappear
Fix - Fix the problem That the notification bar of the lock screen is abnormal the when unlocking in the the status of the screen
the Optimize - the Optimize the the GPS the status bar display icon
the Optimize - the optimize the user interface and the experience of changing the name of fingerprints.
Optimize - optimize the quick copy of the "require password once every 72 hours" function
Fix it
after you use your fingerprint.
Fix it for a moment.
There is no problem for you to fix the cable
.
It is not necessary to
update the problem.
Fix - fixes the drop-down notification bar of the lock screen, charging the ball does not Disappear
Fix - minor notifications are not solved, But IT Shows a problem with the entry "Not by important notifications"
Fix - the fix the problem That the 24- hour dynamic video display style does not show the background image
Fix - correct the bottom of the lock screen when applying a third-party theme shows a messy problem
Landscape Mode
Fix - Blinks when the screen is turned (Mi 9, Mi 8 Pro).
Fullscreen
the New - fullscreen mode Improvements on devices with as with the Water Water Drop of Notch (Mi 9, redmi Note7)
Clock
the New - added the Possibility freely to the select Communities white or a black background Used in the clock configuration
The Optimize - the background Used color of the watch the after the this the update is Communities white
the Network Assistant
Fix - the fix the problem That the operation saves as with the invalid the after setting the OF THE SAME quota in the package
Album
the Optimize - the Optimize the Removal of the SLOW album
the Optimize - the Optimize SLOW loading of album Pages
Optimize - Optimize the album thumbnail by loading a slow problem
FaceID
Fix - In some cases, the message Didn't disappear.
Blocking the Application
Fix - Fix some error of models The visualization of the input the box of the application password blocking
the Game tools
the Optimize - Fully updated, support to block blocking device, the SIM cards, the apps, for Among: others.
Optimize - Added desktop shortcut function for game acceleration.
Optimize - optimizes how to activate the game's acceleration mode.
Fix - the fix the game to? Answer the speaker, the duration of the call Shows the wrong question
Fix - the correction of the fast travel network A to Accelerate the incoming directory the click is not sensitive
the Optimize - the new version of the game accelerates the home page and the The style of the interface is completely new.
The Optimize - the game's toolkit The is fully up closeup to date, Supports information screen lock, network A card with one's-the click switch statement and OTHER functions The
Other optimizations and adjustments
Fix - the problem of the user interface of the height of the button AT the bottom of the interface guide is not uniform.
MIUI 10 EU 9.4.25 Android Pie 9.0 is up!
CHANGELOG 9.4.25
System
Optimize - Update Android security patches for some devices
Lock screen, status bar, notification bar
Optimize - Add lock screen resident notification in the do not disturb state
Fix - Fixed an issue where Talkback mode was not charging but prompted "fast charging"
Fix - Fix the problem that still occurs in special cases after the screen is closed.
Camera
Fix - Fix the filter's occasional darkening problem
Fix - Fix filter occasional mosaic problem
Fix - Fix the pre-shooting mirror watermark flattening problem
Fix - Fix the switch mode when fixing the front photo square, return to the problem that the photo does not remember the square
Network assistant
Fix - Fix the problem that the traffic ranking is stopped and stops running.
Hi, can I use the xiaomi adb tool to unlock bootloader?
madsponge26 said:
MIUI 10 10.2.9.0 Android Pie 9.0 is up!
Click to expand...
Click to collapse
Should this be flashed from TWRP or from fastboot using MiFlash?
Thank you!
MIUI EU 9.4.26 Android Pie 9.0 is up!
Changelog
Optimized System Performance
Improve System and Security Stability
Mi - Room 9.4.25 is up!
Official changes:
Security patch update for some devices.
Updated low battery warning.
Added notification on the lock screen about the active Do Not Disturb mode.
Bug fixes, system optimization.
Changes from the MiRum team:
Added support for the Xiaomi Mi6 device based on Android 9.
Added separate volume for calls and notifications (thanks to MiuiPro).
Dialer style selection returned (Phone> Menu> Advanced> Dialer View).
Fixed dialer in dark mode.
Fixed the background of the input field in the notification panel in dark mode.
Completion and improvement of existing patches and translation.
Fixed the “Voice Match” function for Mi8.
Added 10.2.24.0 EEA..
Added MIUI 10 EU 9.5.1 Android Pie 9.0 is up!
Changelog
Hi, i'm on MIUI 10.2.24.0 STABLE (GLOBAL)
What twrp should i use, atm. there are 3 different versions available.
I want to use TWRP for nandroid backup (not working yet) and flash Magisk and maybe later other CAF or GSI roms.
9.4.30 malchik-solnce
Changelog
List of changes
New:
- screen time
- wallpaper slideshow
- dynamic photo mode (Mi8, Mi9)
- custom camera watermark (Mi8)
- select the background color in hours (auto, light or dark)
- some new features in the camera for Mi8 (frontal flash of the screen backlight, makeup, correction, etc.)
Optimization:
- updated translations to 9.4.30
- updated music application (data-app)
Corrections:
- corrections of known errors
- fixed clipping of a custom watermark ( Mi8)

[OFFICIAL] AOSP Q Mod //CAOS

C A O S
Your warranty is now void!
We're 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 us for messing up your device, we will laugh at you​
CAOS (Custom AOSP OS) is a project which based on @phhusson's Treble GSI AOSP 10. I began it because original project have not only pros (stability, speed, support) but also some issues and limitations - pure AOSP code have some bugs / haven't much useful things and it's a hard way pulling it. So i did this fork. System can run with SELinux enforced state, as an original Phh AOSP GSI. Fully compatible with PHH-Treble patches exclude few low level changes: no root app, no "su" binary in system; by default exist file /system/phh/secure (for Google Certification PASS), so if you can boot AOSP GSI, but can't boot CAOS - try to removing that file
UPDATE VERSION
latest build: 2020.10.29
treble patches: v222+
SPL: 5 Oct 2020
FEATURES/CHANGES
• no in-built root
• supports signature spoofing
• changed Phh Settings "Main Icon"
• and Phh Settings moved to the bottom
• in vanilla builds used Bromite webview
• changed visual style, color accent (like Pixel)
• search bar removed from the launcher main screen
• no problems with alarm Clock and SMS notifications
• added three-fingers-swipe to screenshot gesture
• added call recording in Dialer (not supports on all devices)
• added QS tiles: NFC, HeadsUp, Volume panel, USB-tethering
• tuning of the status bar, icons more tightly to each other
• fixed status info of security patches (system and vendor)
• in default launcher added double tap for screen-off gesture
• now some pre-installed Apps can be disables from Settings
• fixed doze pulse notifications (wake-up screen, ambient mode)
• fixed offline charger to works in enforced mode (still not for all devices)
• disabled "Customize your Pixel device" and other annoying suggestions
• fixed issue leads to enter deep doze and disable GPS when driving
• on battery saver auto dark mode disabled, you can choice light/dark theme
• in stock camera removed HAL3 green artefacts which exist on few Xiaomi devices
• fixed error when uninstalling some programs (when plugged SD-card with vFAT FS)
• replaced apps: Gallery, Keyboard, Calendar, Dialer, Messaging, Contacts, Calculator - all supports dark theme
• disabled some disputable Google components, for sample is fixed overall WiFi speed in the aggregate with GPS + Bluetooth
• added header padding tuning - set top-indent for QS and Settings screen, useful for devices with huge display (now is experimental, not all settings menus support this)
• in Display menu added an custom options to choice: color accent, font, icons style, icons shape, QS rows&columns, dark theme style etc
• on my device (with stock vendor) Google Play certification passed without any patches and Magisk, just works out-of-the-box
• option to set system UI optimization level (use careful, do not set IPS level for OLED)
• fixed DeskClock widget (with the GoogleSans font was cropped)
• added 0.2x, 0.8x and 1.2x to the animation speed selection menu
• set default animation speed to the 0.8x
• turned off the indicator flashing when the battery level is low
• added option "Swipe for notifications" for fingerprint scanner
• in Dialer added option to set fullscreen contact's photo
• disabled advance anti-falsing classifier on the lockscreen
• stock AOSP sounds replaced with Q Google sounds
• DPI change setting is now in the "Display" section
• IMEI info is hidden under each available SIM card
• option to hide pill in full gestural navigation mode
• added additional CLI utils: 7z, ntfs-3g & vim
• added SELinux status info into the Settings
• French and Russian translations for custom settings
• added autobrightness icon to the QS brightness slider
• removed annoying build number in QS footer
• added recovery option to the reboot menu
• removed ugly divider lines in Settings UI
• added doubletap-to-sleep on lockscreen
• added height controller for Q-gestures
• separated toggle for screenshot sound
• for Mi A2 Lite LTE is set by default
• updated Redmi 6 Pro overlay
• OOS style switches
• added option to set statusbar edges padding
• added 3x2 QS tiles sheet
• replaced Launcher3 with Trebuchet
• added option to invert navbar buttons order
• few changes to reduce consumed resources - more space, more speed, more battery life
• few security changes from GrapheneOS (switched to Cloudflare DNS, increase default max password length to 64 etc)
• reworked Gappsed variants: used stock launcher & webview, no setup wizard
• added System UI Tuner (Display menu)
• tweaks for Xiaomi Redmi 9 'lancelot' and Redmi Note 9 'merlin' (audiojack, brightness, fp touches)
• changed minimal brightness level for Redmi Note 8 Pro
• import OnePlus 8 Pro 'instantnoodlep' overlay
• initial Redmi 9 'galahad' overlay
• added DT2W support for QIN 2
• another navbar inversion option (Phh settings > Misc)
• added custom Google Cloud restore option (Settings > Accounts)
*grayed options not realized yet
DOWNLOAD (CL1CK HERE)
vanilla, gapps: all architectures
gapps-go: only ARM A-only
NAMING
Some information you should know about knowing what type of gsi it is
<ARCH>_xyZ
<ARCH> can either be arm, a64 (arm32_binder64) or arm64
x can either be a or b
y can either be v, o, g or f
Z can be N or S
b = a/b
a = a-only
g = gapps
o = gapps-go
v = vanilla (no gapps included)
f = floss (free & open source apps instead gapps)
N = no superuser
S = superuser included
so in most common example "arm64_avN" is ARM64 A-only vanilla with no superuser
CONTACTS
> telegram group
> project page
KN0WN BUGS
• excluding fixes, the same as on AOSP Quack (in some cases doesn't work: broadcasting on TV, calls via BT; offline charging does not work normally; problems with GPS etc etc)
NOTE: always test ROM first without Magisk (with clean boot ramdisk). and don't send me bug reports if you have:
a) Magisk installed
b) modified/custom vendor or kernel
c) dirty flashing rom without wiping data
d) modified props values (another device fingerprint and so on)
CREDITS
persons: @phhusson
projects: TrebleGSI • BlissROMs • crDroid • PixelExperience • ION • neon-OS • Havoc-OS • LineageOS • Evolution-X • LiquidRemix • ExtendedUI • GrapheneOS • abc rom
Update (2020.07.25)
added QS tiles: volume panel, USB-tethering
(again) fixed error when uninstalling some programs (when plugged SD-card with vFAT FS)
reworked speed UI overlays, test them manually on your device for speed/battery improvements
disabled some disputable Google components, for sample is fixed overall WiFi speed in the aggregate with GPS + Bluetooth
added header padding tuning - set top-indent for QS and Settings screen, useful for devices with huge display (now is experimental, not all settings menus support this)
in Dialer added option to set fullscreen contact's photo
also small fixes for Dialer: dark theme, translations
.
Screenshots of v221
.
Nice work worth pursuing, Phh patches seem applied correctly.
currently i'am on one of your best GSIs
--------------------------------------
Sent from Huawei P10 lite running Bless v12.8
Pls confirm of this is for a only or both a and ab devices.
kirankowshik said:
Pls confirm of this is for a only or both a and ab devices.
Click to expand...
Click to collapse
Both. Pls read carefully.
Tried this ROM and it seems to work well on my UMIDIGI Power 3. I had to revert to stock because I am unable to install Magisk (stock, boot image, Phh version) on any of the GSIs. @eremitein any ideas on how to install Magisk or even SuperSU?
smvsmv said:
Tried this ROM and it seems to work well on my UMIDIGI Power 3. I had to revert to stock because I am unable to install Magisk (stock, boot image, Phh version) on any of the GSIs. @eremitein any ideas on how to install Magisk or even SuperSU?
Click to expand...
Click to collapse
try another version of magisk, maybe canary (btw, i don't supports rom, if you have magisk installed - don't send me bug reports)
for supersu look at this thread https://forum.xda-developers.com/pr...le-root-phhs-superuser-phhusson-t3811563/amp/
/maybe you need a) put files manually + set right permissions or b) rework zip installer for your twrp/
CAOS v221 2020.07.25 update available
Screenshots uploaded
glad to see some new treble forks here
thanks
hopefully you can port bliss aand evo as well
Are u planning for bliss ?
The rom is smooth, but i dont get cts certified?
Any possibility of adding weather to AOD? Thanks!
@danicadanicadanica
Actually, he already did that. Check out his Github page.
https://github.com/eremitein/treble-patches/wiki
@eremitein
I am very happy to see you on XDA. I originally found your work on Github. For my device your ROMs are the best. (Lenovo S5 Pro - arm64a)
Having a really weird issue where my signal meter in the status bar is bouncing all over the place, sometimes even showing no signal. The problem is that I have signal and it's fine. Just the meter is all whacky
@eremitein tysm so much for this rom. So clean and offers me exactly what I want (Love the hide black bar below keyboard when using gestures).
Any way you could allow even more status bar spacing? I have an S10 and I like to push the icons a bit in from the hole punch so they aren't cutoff.
Fznwolf said:
Any way you could allow even more status bar spacing? I have an S10 and I like to push the icons a bit in from the hole punch so they aren't cutoff.
Click to expand...
Click to collapse
which spacing values you want? more spacing between icons or otherwise less? i can't make icons more close to each other, by default already minimal spacing
eremitein said:
which spacing values you want? more spacing between icons or otherwise less? i can't make icons more close to each other, by default already minimal spacing
Click to expand...
Click to collapse
Thanks for the response:
It's under "Settings> Display> Status Bar Spacing" But I was misunderstanding it, this is the wrong field.
I was looking for a way to push the right side status bar icons a bit more to the center, away from the right side hole punch (Samsung S10). PHH's settings help move it out a bit but the toggles below it then get quite small so it's not ideal.
Outside of this issue i have (Common to all PHH AOSP base) things have been great!
Great work on this build i have to say everything works well but not my Bluetooth have changes the settings in the phh menu but still no luck if there's any advice please let me know
Clydeza said:
Great work on this build i have to say everything works well but not my Bluetooth have changes the settings in the phh menu but still no luck if there's any advice please let me know
Click to expand...
Click to collapse
Not sure what you mean, but lots of devices require "Force-disable A2DP offload" for bluetooth audio to work.
Disable it under developer settings AND under Phh's Misc features then reboot.

[UNOFFICIAL] LineageOS Q Mod //LOSQ

L O S Q
Your warranty is now void!
We're 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 us for messing up your device, we will laugh at you​
LOSQ is a project which based on LineageOS with @AndyYan's and @phhusson's Treble GSI patches. Built with some Andy's patches & recommendations, also even without "ALLOW_MISSING_DEPENDENCIES=true" flag. And system can run with SELinux enforced state, as original Phh AOSP GSI. Fully compatible with PHH-Treble patches exclude one low level change: by default exist file /system/phh/secure (for Google Certification PASS), so if you can boot LineageOS GSI, but can't boot LOSQ - try to removing that file
UPDATE VERSION
latest build: 2020.10.17
treble patches: v222+
SPL: 5 Oct 2020
FEATURES/CHANGES
• supports signature spoofing
• Phh Settings moved to the bottom
• used Bromite webview
• fixed boot on Mi 10 (Lite), K30 (Pro)
• removed Updater (useless in GSI)
• few changes to reduce consumed resources - more space, more speed, more battery life
• added option to set statusbar edges padding
• changed visual style (like Pixel, but not Pixel)
• added three-fingers-swipe to screenshot gesture
• added call recording in Dialer (not supports on all devices)
• tuning of the status bar, icons more tightly to each other
• replaced apps: Gallery, Dialer and Messaging
• fixed status info of security patches (system and vendor)
• in default launcher added double tap for screen-off gesture
• now some pre-installed Apps can be disables from Settings
• fixed offline charger to works in enforced mode (still not for all devices)
• on battery saver auto dark mode disabled, you can choice light/dark theme
• in stock camera removed HAL3 green artefacts which exist on few Xiaomi devices
• disabled some disputable Google components, for sample is fixed overall WiFi speed in the aggregate with GPS + Bluetooth
• added header padding tuning - set top-indent for QS and Settings screen, useful for devices with huge display (now is experimental, not all settings menus support this)
• in Display menu added an custom options to choice: color accent, font, icons style, icons shape, QS rows&columns, dark theme style etc
• option to set system UI optimization level (use careful, do not set IPS level for OLED)
• fixed DeskClock widget (with the GoogleSans font was cropped)
• added 0.2x, 0.8x and 1.2x to the animation speed selection menu
• turned off the indicator flashing when the battery level is low
• added option "Swipe for notifications" for fingerprint scanner
• in Dialer added option to set fullscreen contact's photo
• stock AOSP sounds replaced with Q Google sounds
• DPI change setting is now in the "Display" section
• IMEI info is hidden under each available SIM card
• added SELinux status info into the About Phone
• French and Russian translations for custom settings
• option to move brightness bar on the bottom of QS panel
• removed annoying build number in QS footer
• removed annoying suggestions on Settings top
• removed ugly divider lines in Settings UI (not all of them)
• separated toggle for screenshot sound
• for Mi A2 Lite LTE is set by default
• updated Redmi 6 Pro overlay
• OOS style switches
• all builds now have system root 'su' and Superuser, also no "secure" file
• due to those changes no SafetyNet pass by default, you should set it manually
• added custom Google Cloud restore option (Settings > Accounts)
• by default enabled automatic brightness
• added DT2W support for QIN 2
• initial Redmi 9 'galahad' overlay
• added few patches from GrapheneOS
• major interface speed improvements
• reworked Speed UI overlays
• added 4x2 QS tiles sheet
• tweaks for Xiaomi Redmi Note 9 'merlin' (audiojack, brightness, fp touches)
• changed minimal brightness level for Redmi Note 8 Pro
*grayed options not realized yet
DOWNLOAD (CL1CK HERE)
vanilla, gapps: all architectures
NAMING
Some information you should know about knowing what type of gsi it is
<ARCH>_xyZ
<ARCH> can either be arm, a64 (arm32_binder64) or arm64
x can either be a or b
y can either be v, o, g or f
Z can be N or S
b = a/b
a = a-only
g = gapps
o = gapps-go
v = vanilla (no gapps included)
f = floss (free & open source apps instead gapps)
N = no superuser
S = superuser included
so in most common example "arm64_avN" is ARM64 A-only vanilla with no superuser
CONTACTS
> telegram group
> project page
KN0WN BUGS
• excluding fixes, the same as on LineageOS GSI by Andy Yan (in some cases doesn't work: broadcasting on TV, calls via BT; offline charging does not work normally; problems with GPS etc etc)
NOTE: always test ROM first without Magisk (with clean boot ramdisk). and don't send me bug reports if you have:
a) Magisk installed
b) modified/custom vendor or kernel
c) dirty flashing rom without wiping data
d) modified props values (another device fingerprint and so on)
CREDITS
persons: @phhusson, @AndyYan
projects: TrebleGSI • LineageOS • BlissROMs • crDroid • PixelExperience • ION • neon-OS • Havoc-OS • Evolution-X • LiquidRemix • ExtendedUI • abc rom • GrapheneOS
reserved
Screenshots of v222
.
So you're just uploading everything to Xda now?
Awesome
Have been using LosQ of yours before this
Just one question
Do the Ota-Updates still "work"?
Some random said:
Do the Ota-Updates still "work"?
Click to expand...
Click to collapse
yes and no) that is "added initial support for checking and getting GSI updates, now Updater can check new updates and download it on phone (or user can copy link and download it manually), installing still only in manual mode"
if you on v220 you can check updates, should be there
eremitein said:
yes and no) that is "added initial support for checking and getting GSI updates, now Updater can check new updates and download it on phone (or user can copy link and download it manually), installing still only in manual mode"
if you on v220 you can check updates, should be there
Click to expand...
Click to collapse
Yep
That's what I did
I just didn't realise at first XD
It's still in /data/lineageos_updatea right?
Some random said:
It's still in /data/lineageos_updatea right?
Click to expand...
Click to collapse
yes
Nice
Update (2020.08.13)​
phh-treble patches v222+
updated current LineageOS sources
fixed custom animation values for non English locale
added Gapps variants: used normal webview (no errors to installing Chrome), stock launcher with Google Feed (and without crappy search bar)
few changes to reduce consumed resources - more space, more speed, more battery life
Bromite webview updated to v84.0.4147.121
DOWNLOAD //all architectures​
.
eremitein said:
Update (2020.08.13)​
phh-treble patches v222+
updated current LineageOS sources
fixed custom animation values for non English locale
added Gapps variants: used normal webview (no errors to installing Chrome), stock launcher with Google Feed (and without crappy search bar)
few changes to reduce consumed resources - more space, more speed, more battery life
Bromite webview updated to v84.0.4147.121
DOWNLOAD //all architectures​
.
Click to expand...
Click to collapse
Big thanks..
Trying out on Razer phone 2 with trinity kernel
Does USB Tethering work on this ROM? I tried AndyYan's LOS 17.1 on my Moto E6 and it didn't work
koyo said:
Does USB Tethering work on this ROM? I tried AndyYan's LOS 17.1 on my Moto E6 and it didn't work
Click to expand...
Click to collapse
works on my device (Xiaomi Mi A2 Lite)
but i cant tell about your device, just try
also did you check in AOSP? if it didn’t work there, it probably will not work in all GSIs and you should send a bug report to Phhusson
eremitein said:
works on my device (Xiaomi Mi A2 Lite)
but i cant tell about your device, just try
also did you check in AOSP? if it didn’t work there, it probably will not work in all GSIs and you should send a bug report to Phhusson
Click to expand...
Click to collapse
Tried it and it didn't work so I just went back to stock. Thanks for response.
Update (2020.09.17)​
September SPL
fixed boot on Mi 10 (Lite), K30 (Pro)
removed Updater (useless in GSI)
added option to set statusbar edges padding
added 3x2 QS tiles sheet
have ARM A-only Go (1.5+Gb)
default AOSP bootanimation (for more generic)
Bromite WebView 85.0.4183.110
DOWNLOAD //all architectures​
.
Is this version working on a Doogee X95 phone?
Update (2020.10.10)​
latest LineageOS 17.1 sources (October SPL)
latest phh treble patches (include Galaxy A71 fix)
all builds now have system root 'su' and Superuser, also no "secure" file
due to those changes no SafetyNet pass by default, you should set it manually
added custom Google Cloud restore option (Settings > Accounts)
by default enabled automatic brightness
added DT2W support for QIN 2
initial Redmi 9 'galahad' overlay
added few patches from GrapheneOS
major interface speed improvements
reworked Speed UI overlays
added 4x2 QS tiles sheet
Bromite WebView 86.0.4240.73
DOWNLOAD //all architectures​
.
eremitein said:
Update (2020.09.17)​
September SPL
fixed boot on Mi 10 (Lite), K30 (Pro)
removed Updater (useless in GSI)
added option to set statusbar edges padding
added 3x2 QS tiles sheet
have ARM A-only Go (1.5+Gb)
default AOSP bootanimation (for more generic)
Bromite WebView 85.0.4183.110
DOWNLOAD //all architectures​
.
Click to expand...
Click to collapse
Great ROM
I suggest AOSP Extended mod Q
eremitein said:
Update (2020.10.10)​
latest LineageOS 17.1 sources (October SPL)
latest phh treble patches (include Galaxy A71 fix)
all builds now have system root 'su' and Superuser, also no "secure" file
due to those changes no SafetyNet pass by default, you should set it manually
added custom Google Cloud restore option (Settings > Accounts)
by default enabled automatic brightness
added DT2W support for QIN 2
initial Redmi 9 'galahad' overlay
added few patches from GrapheneOS
major interface speed improvements
reworked Speed UI overlays
added 4x2 QS tiles sheet
Bromite WebView 86.0.4240.73
DOWNLOAD //all architectures​
.
Click to expand...
Click to collapse
Hello thx for ur hard work. Face unlock doesnt work for me (previous release works fine) device pixel 4XL Coral
I really liked rom Options but i have some fps drops in ui.
rafik25 said:
Hello thx for ur hard work. Face unlock doesnt work for me (previous release works fine) device pixel 4XL Coral
Click to expand...
Click to collapse
but this rom haven't face unlock

[UNOFFICIAL] crDroid Q Mod //crDRom

crDroid 6.11
Your warranty is now void!
We're 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 us for messing up your device, we will laugh at you​
crDRom is a project which based on crDroid with @AndyYan's and @phhusson's Treble GSI patches. Built with some Andy's patches & recommendations, also even without "ALLOW_MISSING_DEPENDENCIES=true" flag. And system can run with SELinux enforced state, as original Phh AOSP GSI. Fully compatible with PHH-Treble patches exclude one low level change: by default exist file /system/phh/secure (for Google Certification PASS), so if you can boot LineageOS GSI, but can't boot crDRom - try to removing that file
UPDATE VERSION
base: crDroid 6.11
latest build: 2020.10.19
treble patches: v222+
SPL: 5 Oct 2020
FEATURES/CHANGES
• no in-built root
• changed Phh Settings "Main Icon"
• and Phh Settings moved to the bottom
• mobile networks on MTK should work
• tuning of the status bar, icons more tightly to each other
• added option to set statusbar icons spacing (need reboot to properly apply changes)
• fixed the display of the status of security patches (GSI specific)
• now some pre-installed Apps can be disables from Settings
• fixed offline charger to works in enforced mode (still not for all devices)
• fixed call recording in Dialer (not supports on all devices)
• deep sleep fix included (based on patch by @Hami_Do)
• on battery saver auto dark mode disabled, you can choice light/dark theme
• fixed QS tiles editor (don't followed columns number)
• slightly fixed system UI theme (QS tiles h-padding, search bar in Settings etc)
• few changes to reduce consumed resources - more space, more speed, more battery life
• in stock camera removed HAL3 green artefacts which exist on few Xiaomi devices
• disabled some disputable Google components, for sample is fixed overall WiFi speed in the aggregate with GPS + Bluetooth
• on my device (with stock vendor) Google Play certification passed without any patches and Magisk, just works out-of-the-box
• option to set system UI optimization level (use careful, do not set IPS level for OLED)
• fixed DeskClock widget (with the GoogleSans font was cropped)
• turned off the indicator flashing when the battery level is low
• added option "Swipe for notifications" for fingerprint scanner
• in Dialer added option to set fullscreen contact's photo
• reworked dark mode support for few apps (Files, Calculator, DeskClock)
• replaced apps: Gallery, Dialer, Messaging, Calculator, Keyboard
• French and Russian translations for crDRom custom settings
• for Mi A2 Lite LTE is set by default
• used Bromite webview
• updated Redmi 6 Pro overlay
• removed Updater (useless in GSI)
• fixed boot on Mi 10 (Lite), K30 (Pro)
• major interface speed improvements
• tweaks for Xiaomi Redmi Note 9 'merlin' (audiojack, brightness, fp touches)
• changed minimal brightness level for Redmi Note 8 Pro
• initial Redmi 9 'galahad' overlay
• added DT2W support for QIN 2
• by default enabled LiveDisplay
• added custom Google Cloud restore option (Settings > Accounts)
• added few patches from GrapheneOS
*grayed options not realized yet
DOWNLOAD (CLICK H3RE)
vanilla, gapps: all architectures
NAMING
Some information you should know about knowing what type of gsi it is
<ARCH>_xyZ
<ARCH> can either be arm, a64 (arm32_binder64) or arm64
x can either be a or b
y can either be v, o, g or f
Z can be N or S
b = a/b
a = a-only
g = gapps
o = gapps-go
v = vanilla (no gapps included)
f = floss (free & open source apps instead gapps)
N = no superuser
S = superuser included
so in most common example "arm64_avN" is ARM64 A-only vanilla with no superuser
CONTACTS
> telegram group
> project page
KN0WN BUGS
• excluding fixes, the same as on all Q GSI (in some cases doesn't work: broadcasting on TV, calls via BT; offline charging does not work normally; problems with GPS etc etc)
NOTE: always test ROM first without Magisk (with clean boot.img). and don't send me bug reports if you have:
a) Magisk installed
b) modified/custom vendor or kernel
c) dirty flashing rom without wiping data
d) modified props values (another device fingerprint and so on)
CREDITS
persons: @phhusson, @AndyYan
projects: TrebleGSI • BlissROMs • LineageOS • Havoc-OS • GrapheneOS
re
Screenshots v222
Call quality is fairly bad on this
TheUndertaker21 said:
Call quality is fairly bad on this
Click to expand...
Click to collapse
you are the 1st man, who reported this
nobody in my tg group said about bad call quality
can you describe it, and which your device and vendor/kernel
An amazing rom. It has some downs on my device though. I'm using a device named Vestel Venus E4, you've probably never even heard about it. It has quad core cpu and 2 gigs of ram. On my device, this rom is a bit laggish. I mean it's fast but the transitions and the animations aren't smooth no matter how much I play with the animation scales on developer settings. Here is the other info that you may need about my device. I don't even want to change this rom maybe with some updates it will become smoother Thanks for this great job man
Etsyo said:
An amazing rom. It has some downs on my device though. I'm using a device named Vestel Venus E4, you've probably never even heard about it. It has quad core cpu and 2 gigs of ram. On my device, this rom is a bit laggish. I mean it's fast but the transitions and the animations aren't smooth no matter how much I play with the animation scales on developer settings. Here is the other info that you may need about my device. I don't even want to change this rom maybe with some updates it will become smoother Thanks for this great job man
Click to expand...
Click to collapse
well, try to add this line to the /system/build.prop
debug.sf.latch_unsignaled=1
or set this prop with adb/terminal with command
setprop debug.sf.latch_unsignaled 1
if this will fixed lags then send me result of commands
getprop ro.vendor.build.fingerprint
getprop ro.vendor.product.device
eremitein said:
well, try to add this line to the /system/build.prop
debug.sf.latch_unsignaled=1
or set this prop with adb/terminal with command
setprop debug.sf.latch_unsignaled 1
if this will fixed lags then send me result of commands
getprop ro.vendor.build.fingerprint
getprop ro.vendor.product.device
Click to expand...
Click to collapse
My device isn't rooted :/ And I couldn't figure out how to do this over adb shell in recovery mode. Could you give me some instructions?
You make the best gsis ?
Etsyo said:
My device isn't rooted :/ And I couldn't figure out how to do this over adb shell in recovery mode. Could you give me some instructions?
Click to expand...
Click to collapse
you can run all prop commands from adb without root, but not in recovery. just boot gsi and connect you phone to the pc and allow it to debug
then run on PC "adb shell" and run commands, which i gave
Just installed the GSI on my Oneplus Nord, runs buttery smooth, auto-brightness broken tho. Thanks
eremitein said:
you can run all prop commands from adb without root, but not in recovery. just boot gsi and connect you phone to the pc and allow it to debug
then run on PC "adb shell" and run commands, which i gave
Click to expand...
Click to collapse
I'm getting "device unauthorized" error on adb commands. No matter what I tried I couldn't get past it. I even tried a different computer which I haven't even used before but the problem still persists. I'm using your LEVEL 6 (IPS) setting on UI Speedup/Powersaving option under Display Settings. I think it's not bad for now but can you explain what those levels are? Because I couldn't find an explanation...
eremitein said:
you are the 1st man, who reported this
nobody in my tg group said about bad call quality
can you describe it, and which your device and vendor/kernel
Click to expand...
Click to collapse
I've tried many times to install crdroid, pixel experience and evolutions gsi but they all got stuck at bootanimation but other gsi like havoc and aosp work really good and boot up in 2 minutes please somebody guide me what's really happening
Moto G5s Android P Lineage OS 16 Vendor (there is no OEM Vendor):
#Bug
Using the edit panel option from the QS Panel breaks SystemUI (tiles don't do nothing, sudden lag spikes, crashes)
Restarting the device, or restarting SystemUI solves the issue, but trying to edit again breaks it again
@eremitein
Update:
Doesn't happen on Vanilla builds
Update 2:
Always happens with any Gapps installed (opengapps in this case)
Btw, is there any particular reason any optimization level above 2 makes the launcher become square?
Like the animations and recents panel?
Can I use this on my unlocked Huawei MediaPad T 5
its a Kirin 659? its only 8.0 vndk 26. (Legacy version)
I am currently on Los 16 from openkirin.
Thanks
Some random said:
Btw, is there any particular reason any optimization level above 2 makes the launcher become square?
Like the animations and recents panel?
Click to expand...
Click to collapse
it's normal
micbanand said:
Can I use this on my unlocked Huawei MediaPad T 5
its a Kirin 659? its only 8.0 vndk 26. (Legacy version)
I am currently on Los 16 from openkirin.
Thanks
Click to expand...
Click to collapse
i don't know
eremitein said:
it's normal
Click to expand...
Click to collapse
Oh, hmm...
Update (2020.09.30)​
crDroid 6.10
September SPL
removed Updater (useless in GSI)
fixed boot on Mi 10 (Lite), K30 (Pro)
major interface speed improvements
reworked Speed UI overlays
have ARM A-only Go (1.5+Gb)
default AOSP bootanimation (for more generic)
Bromite WebView 85.0.4183.110
DOWNLOAD //all architectures​

General LiR Project Rom (LOS 18.1 Based on) 22/03/25 build

To be claim, i am NOT the maintianer, the dev or else, jut an user...
Today, i want to share a GSI for every use of this phone and try to give everyone the lightest feeling of system to match the weight of this phone. A big thank to the dev @eremitein
The dev made more roms that you can find on his github
If you want to have a tuto on how to flash it you can find it HERE​Download​
All target builds
About​
LiR is a project which based on LineageOS 18.1 with Andy Yan's and phhusson's Treble GSI patches. Built with all Andy's patches & recommendations, also even without "ALLOW_MISSING_DEPENDENCIES=true" flag. System can run with SELinux enforced state, as an original Phh AOSP GSI. Fully compatible with PHH-Treble patches. Has dynamic root which can be activated/deactivated without reboot - 'su' binary and SuperUser app (can works on all devices even with system read-only). Also has dynamic SafetyNet helper (but it compatible with not all devices), users have four ways to pass SafetyNet: a. just enable SafetyNet option (recommended) b. disable SafetyNet and enable "Spoof Pixel 5" then reboot c. enable both options and reboot d. mount system as RW and create empty file /system/phh/secure (legacy method)
Changes​
LiR 22.02.23
February 2022 SPL
to the Phh settings > Misc added new options: Restart systemUI and Dump system logs
backported changes from v402 device_phh_treble: Fix DT2W on Xiaomi Mi 11 Lite 5G, Rename our brand from "Phh" to "google", [Moto One vision] Set eSCO size, Disable ODM display overlay for OnePlus 10 Pro, Remove Mi 11 Lite 5G (renoir) from the audio effects fix
SuperUser app replaced by updated new one (special thanks for contributors ponces and Amy). if you have problems after dirty update you should first remove app from Apps settings then disable/enable Superuser in Phh settings
LiR 22.01.28
Spoiler
January 2022 SPL
[*]implemented Huawei IMS patches from Iceows
[*]fixes for for some devices (mainly with Oreo vendor, A-only) access for media files from some apps like WhatsApp or Telegram (based on Iceows's patch)
[*]backported changes from v400h device_phh_treble: All devices support unprocessed audio source, Fix audio for Umidigi X and Gome U9, Add Netflix ID for Mi 11 lite 5G
[*]patch for gsicharger removed, should fix offline charger animation for some devices (need test)
[*]added fix for Samsung J4 j4lteub with telegram and whatsapp camera (thanks •Johann• from tg)
[*]added support RMX2195: brightness, jackinput, fp
[*]fix touch issue for Realme 6 Pro RMX2061/2063 devices, based on this report
[*]volume dialog UI now follows rounded corners
[*]imported Realme 6 Pro RMX2061 overlay
[*]opt-out cringe TCP info parsing error (AAAAA....) on legacy kernels (commit)
[*]libprocessgroup: Do not remove uid cgroups directory (commit)
[*]GarbageMonitor tile removed
[*]
LiR R 2022.01.27
Spoiler
January 2022 SPL
implemented Huawei IMS patches from Iceows
added Seedvault app and option in Treble app for activating it
fixes for for some devices (mainly with Oreo vendor, A-only) access for media files from some apps like WhatsApp or Telegram (based on Iceows's patch)
backported changes from v400h device_phh_treble: All devices support unprocessed audio source, Fix audio for Umidigi X and Gome U9, Add Netflix ID for Mi 11 lite 5G
patch for gsicharger removed, should fix offline charger animation for some devices (need test)
added fix for Samsung J4 j4lteub with telegram and whatsapp camera (thanks •Johann• from tg)
trying to add support RMX2195: brightness, jackinput, fp (need test)
fix touch issue for Realme 6 Pro RMX2061/2063 devices, based on this report
volume dialog UI now follows rounded corners
imported Realme 6 Pro RMX2061 overlay
LiR R 21.12.23
Spoiler
December 2021 SPL
[*]phh patches v313 + some stuff backported from v400 device_phh_treble: fixes for Xiaomi Mi 11 Lite 5G, Motorola One Fusion Plus, Huawei P10, Realme GT ME, Blackview BV9500Plus etc
[*]trying to fix screen recorder bug on some devices (onemoretime..), thanks Iceows for the points
[*]added Phh option for enabling old cutout covering behavior in fullscreen mode
[*]Umidigi A7 Pro: put notch value from stock framework-res
[*]added patch for Huawei RIL signal indicator (by Iceows)
[*]patch for vold timeout (by Iceows)
[*]override system fonts with user-selected overlays (partially)
LiR R 21.10.12
Spoiler
(https://sourceforge.net/projects/treblerom/files/LiR/2021.10.12/)• October 2021 SPL
• latest available phh patches
• trying to fix VoLTE and VoWiFi icon switches in UI tuner (_need test_)
• trying to fix wrong VoLTE and VoWiFi icon color with dark theme (_need test_)
• picked patches from Andy Yan: "always render windows into notch cutouts" and "enable multiple snap targets in landscape mode"
• set system prop "ro.odm.camera=1" for all (_maybe can help with camera on some devices_)
• added fix overlays resetting on every reboot
• few Portuguese Brazilian translation
LiR R 21.09.15
Spoiler
September 2021 SPL
[*]latest available phh patches
[*]added VoLTE and VoWiFi statusbar icon support
[*]added VoLTE and VoWiFi icon switches in UI tuner (need test)
[*]trying to fix wrong VoLTE and VoWiFi icons color with dark theme (need test)
[*]reverted native AOSP Miracast screen sharing feature (already in the LineageOS code)
[*]added open source replacement for Qualcomm aptX libraries
[*]moar UI rounded corners target
[*]possibility tap outside to dismiss power menu
[*]fixed UI corner overlays for default icon shape
[*]fixed SafetyNet CTS for Pixel5 Spoofing option
[*]new updates for Redmi Note 9S/Pro/ProMax overlays
[*]added wifi 5GHz hotspot support for "daisy"
[*]fixed random SystemUI force-close with some of the icons styles (not default/circular/filled/rounded)
[*]option to switch back to pre-P mobile type icon style
[*]added UI tuner switch for VPN privacy icon
[*]fixed location icon margins for statusbar
[*]disabled WPA2 to WPA3 auto-upgrade
[*]plus other small improvements
LiR R 21.08.13
Spoiler
phh v312 treble patches
[*]August SPL by LineageOS team
[*]imported much patches from @sooti treble project: overlays and tweaks for Xiaomi Note 9 S/Pro/Max, overlays for Doogee Y8 and Umidigi A7 Pro, fix for IR blaster
[*]included improvements for Xiaomi Note 9 S/Pro/Max overlays from @Aarqw12
[*]added more Clang optimizations
LiR R 21.07.27
Spoiler
phh v310 treble patches
fixed random SystemUI force-close with some of the icons styles (not default/circular/filled/rounded)
in Display settings added UI rounded corners options (similar to G-Visual Mod)
debug.sf.latch_unsignaled disabled for mt6785 and sd450
LiR R 21.05.25
Spoiler
phh v308 treble patches
[*]reworked Pixel 5 spoofing patch
[*]fixed in-built screen recorder "low video quality" option
[*]added debug.sf.latch_unsignaled=1 (experimental)
[*]set LTE by default for 'lavender'
[*]fixed DT2W for Lenovo Z6
[*]more optimizations
LiR 2021.05.09
Spoiler
SPL 5 May 2021
phh treble patches v307
fixed Dialer crashing, which was wrong prop "ro.kernel.android.checkjni=1" in v306
reworked in-built screen recorder low video quality option (need test!)
added zero sensitivity for back swipe gesture
fixed clock ":" colon on the lockscreen
updated PixelProps to May SPL
removed patch for user build
disabled host and target debugging
fixed Treble App options info
added more optimizations
LiR 2021.04.23
Spoiler
phh treble patches v306
[*]April Security patch level
[*]reworked dynamic root, now it fully compatible with Termux
[*]folder for scripts moved from /sdcard/phh to the /data/adb/phh
[*]reworked SafetyNet helper, now we have four ways to pass SafetyNet: a. just enable SafetyNet option (recommended) b. disable SafetyNet and enable "Spoof Pixel 5" then reboot c. enable both options and reboot d. mount system as RW and create empty file /system/phh/secure (legacy method)
[*]added separated Phh settings option to disabling vendor apps and overlays (you can still using old phh's variant or custom new one)
[*]added treble app to the allow-in-power-save list (to fix sounds in calls)
[*]tweaks and overlay changes for 'lavender' Redmi Note 7
[*]disable extra StrictMode features for userdebug builds
[*]fixed (again) network traffic for notched devices
[*]added power off option to the QS Reboot tile
[*]added fix for Sony Xperia X notifications led
[*]new offline charger fix, can help for some devices
[*]increased low video bitrate for screen recorder to the 4Mbps
[*]renamed autobrightness overlay to match phh style
[*]added 30 & 32dp rounded corners overlays
[*]set 0.5x animation scale as default
[*]set in build.prop 'user' type build
[*]overall system optimization
LiR 2021.03.18 (beta2)
Spoiler
March SPL
[*]phh treble patches v302+
[*]reworked dynamic root to avoid any conflicts with Magisk and other system modding apps
[*]included Magisk sbin PATH support, no need any external fixes - if Magisk can work on your device then just flash it
[*]added new option in Phh Settings to the spoof device as Pixel 5 - if SafetyNet option can't help you pass Google certification, then you can try disable it and enable "Spoof Pixel 5"
[*]reworked overlays and added some UI performance tweaks for 'curtana' & 'joyeuse'
[*]included patch to the allow audio for external screen recorders
[*]in stock Dialer added option to set fullscreen photo
[*]added option to disable notification headers
[*]added QS tiles 5x3 overlay
[*]interface speed up
First build 2021.02.21 (beta1)
Spoiler
actual LineageOS 18.1 sources
latest v300m+ phh treble patches
changes beside LineageOS by Andy Yan:
Phh Setting moved to bottom of all settings (please don't be scare)
all builds can be mounted as RW by-default (no shared blocks); also un-sparse format, raw ext4 image - you can easy mount it and modify
added enhanced dynamic root (Z) you can enable/disable superuser root without rebooting and with read-only system and even pass SafetyNet (see video). so, it should work on all treble devices
added new flexible variant of SafetyNet helper (Phh settings > Misc), you can using it without reboot, with system read-only and even without root (video here); use it before login to the Google account; should works for many devices, especially if device had SafetyNet with secure file (btw file with commands for safetynet stored in /sdcard/phh/secure - you can modify it, you can even put Pixel props there. i hope i gave for all users universal solution)
added replacement for InitD, you can put commands in /sdcard/phh/run and enable AutoRun option in Phh Settings
also added new options in Phh Settings: switch for cgroup freezer, disable logging, autobrightness overlay
added camera fix for some vndk28-lite devices (now camera works on Xiaomi Mi A2 Lite)
fixed media sound policy for A-only (thx HamiDo)
added patch for PiP mode on lowram devices (coop with AkiraNoSushi)
fixed bug in launcher, when fullscreen apps with forced landscape mode had gesture pill on the side faces
patch for fixing renaming file and moving files issue in MTP
fix for HAL3 vendor prop (cam2api option in Phh Settings)
selinux adb rule for some MTK devices
extendent mobile network menu
added screenshot quick delete button
network speed indicator with some changes for notched devices
added initial overlay for Realme C2 'RMX1941' with fixed power profile and improved (auto)brightness
added option Screenshot with three finger swipe gesture
in launcher "Clear all" button moved down
stock AOSP sounds replaced with Q Google sounds
Gallery2 replaced with SimpleGallery
tuning of the status bar, icons more tightly to each other
slightly changed visual style, color accent Pixel, fixed some visual design flaws
added option "Swipe for notifications" for fingerprint scanner
DPI change setting is now in the "Display" section
IMEI info is hidden under each available SIM card
added 0.2x, 0.8x & 1.2x to the animation speed selection menu (default set to the 0.8x)
for Mi A2 Lite, LTE is set by default
added display of SELinux status in Settings
turned off the indicator flashing when the battery level is low
added an custom options in the Display menu: statusbar padding, rounded corners tuning, QS layout, UI speed/powersaving
in stock camera removed HAL3 green artefacts which exist on Xiaomi devices
fixed status info of security patches (system and vendor)
in the launcher added double tap for screen-off gesture
on battery saver auto dark mode disabled, you can choise light/dark theme
removed annoying build number in QS footer
OOS style switches (picked from HavocOS)
added custom Google Cloud restore option (Settings > Accounts)
tweaks for Xiaomi Redmi 9 'lancelot' and Redmi Note 9 'merlin' (audiojack, brightness, fp touches)
changed minimal brightness level for Redmi Note 8 Pro
import OnePlus 8 Pro 'instantnoodlep' overlay
initial Redmi 9 'galahad' overlay
disabled suggestions on Settings main screen
removed ugly divider lines in Settings UI
added DT2W support for QIN 2
updated Redmi 6 Pro overlay
lock icon disabled
reverted sbin folder for Magisk
added mark as read in SMS notification
added call recording in Dialer
improved screen recorder (stop dot and quality switch)
slightly improved speed of laucher's animations
Package installer: show current and new version on apk
added screenshot sound trigger
added QS tiles: reboot/recovery, mobile data SIM switcher
disabled some disputable Google components, for sample is fixed overall WiFi speed in the aggregate with GPS + Bluetooth
option to reset battery stats (also to the opening battery stats just tap battery icon)
added back 2-button navigation overlay
enabled screenshot action for 3-button nav too
allow adjusting screen density to smaller sizes
reworked offline charger patch, need test (on my device at least screen blanked and no more loops)
initial overlays for Redmi Note 9S/Pro ('curtana' and 'joyeuse')
reworked overlay for Redmi 9 'galahad' - added (auto)brightness arrays and other fixes
tweaks for Xiaomi Redmi 'angelican' and 'dandelion' (brightness, audiojack)
force HAL1 for predefined package list (vendor.camera.hal1.packagelist prop)
removed screenshot icon from global actions
fixed USB options quick dialog
restored one-click to add/remove tiles
added fixes for Redmi Note 9 Pro 'joyeuse' (for audio, Netflix and fp touches)
other improvements for speed, performance, stability and user experience
GAPPS changes
image sizes around: arm64 2.9Gb, arm 2Gb, a64 1.9Gb
removed many Google apps, which you can easy get from Play Store
default launcher is Trebuchet
added Go Gapps builds too
Bugs​
excluding fixes, the same as on all R GSI (in some cases does not work: broadcasting on TV, calls via BT; offline charging does not work normally for many devices etc etc)
​​
I dl and flashed this version and it runs perfectly....
c'est bon mate.
ydd0ras said:
c'est bon mate.
Click to expand...
Click to collapse
merci..
Does it support 90hz display mode and is there any bug ? Thanks
Goangf4 said:
Does it support 90hz display mode and is there any bug ? Thanks
Click to expand...
Click to collapse
it seems that there isn't 90hz or didnt find it...
and there is an audio issue with wireless headset, the sound is with speaker, but it can be corrected manually....
the only I found...otherwise it's perfect...
To return to the MIUI ROM what should I do? Sorry but I'm new to the Xiaomi World
OzAcid22 said:
To return to the MIUI ROM what should I do? Sorry but I'm new to the Xiaomi World
Click to expand...
Click to collapse
download fastboot rom miui 12.5.5 from https://xiaomifirmwareupdater.com/miui/
and flash with miflash...
for help flash with mi flash search in google or xda
Masoud.Ser said:
download fastboot rom miui 12.5.5 from https://xiaomifirmwareupdater.com/miui/
and flash with miflash...
for help flash with mi flash search in google or xda
Click to expand...
Click to collapse
Thanks for the info
LiR 313 is out ....will post changelog on threads 1... Thanks Tom @eremitein
How is the default camera compared with miui camera?
dwensch said:
How is the default camera compared with miui camera?
Click to expand...
Click to collapse
Its los stock, so minimalistic, but use gcam and you re good to go...
how can install Gapps?
RichyValents13 said:
how can install Gapps?
Click to expand...
Click to collapse
With recovery or magisk or smartpack kernel
Goangf4 said:
Does it support 90hz display mode and is there any bug ? Thanks
Click to expand...
Click to collapse
Check phh treble settings > misc features > force FPS and check 90fps ;p I have this function on OctaviOS GSI but it could be the same.
mejsi said:
Check phh treble settings > misc features > force FPS and check 90fps ;p I have this function on OctaviOS GSI but it could be the same.
Click to expand...
Click to collapse
Goangf4 said:
Does it support 90hz display mode and is there any bug ? Thanks
Click to expand...
Click to collapse
I didn't notice any issue, works great. Check it on your own - I'm on OctaviOS, not LiR
You could also use this command:
Code:
adb shell setttings put system min_refresh_rate 90.0
Btw: I would love to install GSI but is there an Miui Camera apk for GSI? I take allot of pictures and only this forces me to use Miui.
dwensch said:
You could also use this command:
Code:
adb shell setttings put system min_refresh_rate 90.0
Btw: I would love to install GSI but is there an Miui Camera apk for GSI? I take allot of pictures and only this forces me to use Miui.
Click to expand...
Click to collapse
You can also use gcam ;p it works quite well
dwensch said:
Btw: I would love to install GSI but is there an Miui Camera apk for GSI? I take allot of pictures and only this forces me to use Miui.
Click to expand...
Click to collapse
I use 2 gcam mods who works pretty well, I can share it if you want, but no miui camera port on GSI...

Categories

Resources