[UNOFFICIAL] Firehound ROM [7.1.2] - Miscellaneous 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"
}
FIRE BURNS AND PHOENIX HOUNDS
FireHound is a Custom ROM developed focusing on Stability + Features. FireHound is made from cherry-picking commits from many great ROMs. Our main goal is to satisfy users as best as possible and to rise a community. So without being much senti, we will head towards main part now…​
FireHound Ashes:
Status Bar
Status Bar Icons
SuperUser Indicator (Hide or Unhide Status Bar SU)
Clock Style
AM/PM Style
Battery Style
Enable/disable date
Date format
Date positions
Battery Percentage
Network Traffic Indicator
Battery Bar
Battery Bar Location
Battery Bar Style
Charging Animation
Battery Bar Color
Battery Bar Thickness
Status Bar Slide Brightness Control
Quick Pulldown
Show seconds
Quick Settings
Heads UP Enable/Disable
DND
Quick WiFi Toggle
Quick BT toggle
Quick Battery toggle
Quick Data toggle
Location Easy toggle
Haptic feedback on qs tiles
QS Custom icons enable/disable
Center time and date on QS
Custom Header Image
Disable FC Notifications
Disable Immersive Messages
Force Expanded Notifications
Notification Access
Custom Small QS tiles
Custom rows,portrait,landscape tiles
QS Tiles animations
QS fancy animation toggle
Disble QS on secure lockscreen
Notifications Filter
Buttons
Navigation Bar Enable/Disable
Backlight Control
Navigation Bar Layout Control
Left Handed Mode
Power button press twice for Camera
Power Button End Call
Home Button Customizations
Menu Button Customizations
Back Button Customizations
Volume Button Customizations
Keyboard Cursor Control
Playback Control
DUI
Fling
SmartBar
Pulse
Display
Live Display
Toast Icon Switch
Double tap to wake/sleep
Wake on Plug
LCD Custom Density
Daydream
Font Size Control
Blur UI
Search Bar in Recents Menu
Lights
Battery Lights Customizations
Notification Lights Customizations
Sounds
Sim 1/2 Ringtones
Notification Tones
Increasing Ring Volume
Launch Music App on Headset connected
Other Sounds Customizations
Charging Sounds
Enable/Disable screenshot sound
Live Volume Steps
Force Expanded Volume panel
Camera Shutter Sound Enable/Disable
Recents
Show search bar in Recents
Memory Bar
Clear All Recents Button Enable/Disable
Clear All tasks / Foreground Tasks
Clear All Recents Location
Slim Recents
Immersive Recents
Omni Switch
Gestures
Three Finger Swipe Screenshot
Lock Screen
Keyguard and all types of Keyguards
Quick Unlock
Double tap to sleep on lockscreen
Smart Lock
Show lockscreen date/clock toggle
Signature spoofing
Emergency Button Switch
Battery Info on lockscreen
Hide power menu on lockscreen
Live Lock Screen
Lock Screen Shortcuts
Music Visualizer
Show Weather
Custom Lockscreen Wallpaper
Animations
Toast animations style
Camera
Denoise
Saturation Adjustment
Contrast Adjustment
Sharpness Adjustments
Beautify
ISO
ZSL
Skin Tone Enhancement
HDR+
Video Stabilization
System App Remover
CM Privacy Guard
OMS (Substratum) support
How to flash:
Download the ROM and Gapps
Boot into recovery mode [TWRP]
Wipe System/Data/Dalvik Cache/Cache
Select both the ROM and Gapps zip file
Flash it!!! Reboot it!!!
You know right? ​
FireHound website:
https://firehound.github.io/
FireHound G+ Community:
Join for latest updates, bug reporting, support and updates..
https://plus.google.com/communities/114615598909452601377
FireHound Donations:
Donate us for keeping our build servers and Jenkins alive.
Donate FireHound
We also encourage users to report bugs and issues at our G+ Community.
We also welcome a “x” feature request from users and if we really feel it to be useful, we will integrate it in our ROM.
Tell us whatever, whichever feature you want and we will try our best to integrate it.
We Thank:
LineageOS
Our designer team
And all who have contributed to this ROM.
Sources:
ROM
Author's Version of Description ​
Hello
Through this thread, i want to share with every one my progress of Lineage OS and Firehound ROM, built for Coolpad Note 3. Though there are many versions of Lineage already available for Coolpad Note 3, every has one or other other as bug. This is totally meant to clear every of those. In the start of my journey with the Nougat, i used to build the ROM with out including the vendor tree into the ROM source. I though that vendor could be extracted later based on the missing symbols ( This is the way i work any ways ).
But, i know that extracting the Vendor could be made easier. So, what i thought was to build a tree first and then a ROM from it ( Was successful in doing the same , Thanks to MAD and Ulefone Metal ).
After building the ROM successfully, there were two major things which i know i have to face.
1) To extract the proper vendor
2) To shim out the missing symbols ( If possible correct them )
Extracting the Vendor:
As mentioned earlier, the way i extract the vendor is to add all the files whose services are being activated in the Ramdisk. Initially i used to grep the /system/bin in the ramdisk and then added all the files which resulted ( From the stock ROM ).
Then i know that there are files which have to be used from the Lineage, So i made a shell script to delete the files which are in the Lineage OS ( built with out the vendor tree ) from the stock ROM .
for i in *
do
rm <path to stock rom system folder>/dir/"$i"
done
Click to expand...
Click to collapse
This is the way i extract the Vendor. One should be able to analyze the bloat ware and remove them.
The basic patches required to build the rom are provided in the device tree, the later bug fixes have to attempted by the developer.
After booting the ROM, i found that the Hardware keys weren't vibrating. I found this a painful thing, so have started attempt to fix it.
I have had wrote a code which would handle the KeyEvent , KeyHandler has to be check properly for the bug, But i wanted to provide a temporary fix.
Later, My Friend Bhuvaneswaran made me realise that users should have an option to enable or disable the Hardware keys vibration. So i bounded my code with Haptic Feedback flag, Now user can decide if he wants the vibration or not
The device supports only 2 colors of the Notification LED, so i went with Stock LED colors ( Red while charging, Green when charge level greater then 90%, Green color for notification, Red color for Alerts). Those have been made to work in Custom ROMs also.
No give more effectiveness, i did port back the "Battery Fully Charged notification to the Nougat". Now its working totally great
The device support 2.4 GHz Band and 5.0 GHz band for the AP. But unfortunately 5.0 GHz isn't working, So i have disabled that band for a while.
TODO: Check why 5.0 GHz Band isn't working.
For users satisfaction, the kernel is provided with Fast Charge configurations. Users are requested to download Control Engine app by Team Innovative to control the AC levels and USB levels.
Downloads :
ROM Version1
Recovery to be flashed
Control Engine app
Credits:
MediatekAndroidDevelopers @daniel_hk @Shripal17 @sandeep.sethi @GSandeep
XDA:DevDB Information
Firehound ROM, ROM for all devices (see above for details)
Contributors
pinnamanivenkat
Source Code: https://github.com/pinnamanivenkat
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
Based On: LineageOS
Version Information
Status: Stable
Current Stable Version: v1
Stable Release Date: 2017-07-13
Created 2017-07-13
Last Updated 2017-07-13

Reserved

Reserved

good work bro

Awesome work bro:laugh:
Thanks for such a nice rom

Volte And Fingerprint
Is volte and fingerprint working on this rom?

Any bug ??
Video recording or decoder?

rameshurfrnd1 said:
good work bro
Click to expand...
Click to collapse
Thanks bro

virajv2k said:
Awesome work bro:laugh:
Thanks for such a nice rom
Click to expand...
Click to collapse
Thanks

Fingerprint and VoLTE working?

rameshurfrnd1 said:
good work bro
Click to expand...
Click to collapse
Fp and VoLTE working?

Gapps?
rameshurfrnd1 said:
good work bro
Click to expand...
Click to collapse
Please tell me which Gapps to choose like 7.1, and which other two should I choose?
Thanks again
---------- Post added at 06:46 AM ---------- Previous post was at 06:35 AM ----------
pinnamanivenkat said:
Thanks bro
Click to expand...
Click to collapse
Please tell me which to choose
ARM OR ARM64, 7.1 " FULL OR STOCK?
MANY THANKS.

zdarkstranger said:
Please tell me which Gapps to choose like 7.1, and which other two should I choose?
Thanks again
---------- Post added at 06:46 AM ---------- Previous post was at 06:35 AM ----------
Please tell me which to choose
ARM OR ARM64, 7.1 " FULL OR STOCK?
MANY THANKS.
Click to expand...
Click to collapse
arm 64 7.1 pico
---------- Post added at 09:45 AM ---------- Previous post was at 09:45 AM ----------
moin1402 said:
Fp and VoLTE working?
Click to expand...
Click to collapse
fp working and volte not working

rameshurfrnd1 said:
arm 64 7.1 pico
---------- Post added at 09:45 AM ---------- Previous post was at 09:45 AM ----------
fp working and volte not working
Click to expand...
Click to collapse
No direct audion calling from Jio sim. Have to use Jio4gvoice.
---------- Post added at 07:14 AM ---------- Previous post was at 07:13 AM ----------
moin1402 said:
No direct audion calling from Jio sim. Have to use Jio4gvoice.
Click to expand...
Click to collapse
?????

moin1402 said:
No direct audion calling from Jio sim. Have to use Jio4gvoice.
---------- Post added at 07:14 AM ---------- Previous post was at 07:13 AM ----------
?????
Click to expand...
Click to collapse
yes use jio 4g voice app

Is it support coolpad note 3 lite ?
Does it support coolpad note 3 lite ?

RaHuL_PR said:
Does it support coolpad note 3 lite ?
Click to expand...
Click to collapse
As of now, it is for Coolpad Note 3 only.
I will think of it whether to extend it

which Gapps we reqired like arm or armv64 & android 6.0 or 7.0 or 7.1 & aroma or super or stock or full?

While flashing rom im getting error 7
...what should I do currently I am on 360OS

Unable to flash, "log" not found error 7
Hi,
I am unable to flash the ROM. while flashing system image, it is giving Error 7, and displayed message is "log" not found.
Please help.
Krish G
Update: Able to install by modifying the path of /system in updater-script, without flashing the recommended recovery (3.0.2-0) as I have recovery (3.0.2-1), the update of the recovery.

Related

[ROM][UNOFFICIAL] FireHound v4.7 [Oreo 8.1][STABLE][OMS][LITHIUM]

{
"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"
}
FireHound is a Custom ROM developed focusing on Stability carrying many features hand in hand. We strive a lot in the back end to provide our users with all the necessary components a daily driver ROM should include.​
Ashes:
Status Bar
Status Bar Icons
Battery Percentage
Network Traffic Indicator
Battery Bar
Battery Bar Location
Battery Bar Style
Charging Animation
Battery Bar Color
Battery Bar Thickness
Slide for Brightness Control
Quick Pulldown
Smart Pulldown
Show seconds
Bluetooth battery status
Notification Ticker
Quick Settings
Heads Up Enable/Disable
DND
QS Tiles title
Quick WiFi Toggle
Quick BT toggle
Quick Battery toggle
Quick Data toggle
Location Easy toggle
Haptic feedback on qs tiles
Disable Immersive Messages
Force Expanded Notifications
Notification Access
Custom Small QS tiles
Custom rows,portrait,landscape tiles
Disble QS on secure lockscreen
Notifications Filter
Buttons
Navigation Bar Enable/Disable
Backlight Control
Navigation Bar Layout Control
Left Handed Mode
Power button press twice for Camera
Power Button End Call
Home Button Customizations
Menu Button Customizations
Back Button Customizations
Volume Button Customizations
Keyboard Cursor Control
Playback Control
Navigation Bar
Fling
SmartBar
Pulse
Full Navbar customization
Display
Toast Icon Switch
Double tap to wake/sleep
Wake on Plug
LCD Custom Density
Daydream
Font Size Control
Lights
Battery Lights Customizations
Notification Lights Customizations
Sounds
Notification Tones
Increasing Ring Volume
Launch Music App on Headset connected
Other Sounds Customizations
Charging Sounds
Enable/Disable screenshot sound
Live Volume Steps
Force Expanded Volume panel
Camera Shutter Sound Enable/Disable
Recents
Show search bar in Recents
Memory Bar
Clear All Recents Button Enable/Disable
Clear All tasks / Foreground Tasks
Clear All Recents Location
Immersive Recents
Gestures
Three Finger Swipe Screenshot
Lock Screen
Quick Unlock
Double tap to sleep on lockscreen
Smart Lock
Lockscreen weather
Fingerprint vibrations
Show lockscreen date/clock toggle
Signature spoofing
Emergency Button Switch
Battery Info on lockscreen
Hide power menu on lockscreen
Live Lock Screen
Lock Screen Shortcuts
Music Visualizer
Show Weather
Animations
Toast animations style
Miscellaneous
App Ops
Wakelock blocker
Alarms Blocker
Media scanner on boot
Essentials:
Essentials is our app written from scratch which serves as a core service
FireWalls
Updates
Blog posts
Downloads
FireHound
How to flash:
Download the ROM and Gapps
Boot into recovery mode [TWRP]
Wipe System/Data/Dalvik Cache/Cache
Select both the ROM and Gapps zip files
Flash
Reboot!​
Recommendations and Warnings:
To install this ROM you will need to have a latest custom Recovery such as TWRP installed.
If you do not yet have latest TWRP (3.2.xx) for Lithium (only working one so far is the one developed by raupe and blunden. Find it at the official TWRP for lithium thread), do not flash this rom unless you want to be encrypted, decrypted, lose all yor storage and data and who knows what else
Known bugs:
Dt2w doesn't work from doze (ambient display).
Links:
Website
Google+ Community
Gerrit Code-Review
Crowdin
Telegram Channel
We also encourage users to report bugs and issues at our G+ Community with proper logs.
We also welcome a “x” feature request from users and if we really feel it to be useful, we will push it in.
Sources:
Kernel
ROM
XDA:DevDB Information
FireHound, ROM for the Xiaomi Mi Mix
Contributors
albertoduqe
Source Code: [url]https://github.com/FireHound[/URL]
Aknowledgements
Special thanks to E50AK for permanent support, Psy_Man for bringing Oreo to the Mix and also support and tips and tricks. And to gavin19 for his permanent ans outstanding work in all his and other roms helping everybody.
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
ROM Firmware Required: Unlocked Bootloader/TWRP Recovery
Based On: LineageOS
Version Information
Status: Stable
Current Stable Version: 4.x
Stable Release Date: 2018-01-27
Created 2018-02-21
Last Updated 2018-07-25
Reserved
In this first release PROXIMITY DOESN'T WORK. Disabled it because fixes are not complete and break audio.
MS support's creating permanent problems for rom teams because of google, permissions and stuff. It should be properly working here, fixed it yesterday
Also, this is the first Oreo I try for lithium (haven't properly tested CrDroid or RR or AICP so maybe it works there) with full customizable navbar, something I personally appreciate as I HATE the default buttons positioning
Enjoy!
albertoduqe said:
In this first release PROXIMITY DOESN'T WORK. Disabled it because fixes are not complete and break audio.
MS support's creating permanent problems for rom teams because of google, permissions and stuff. It should be properly working here, fixed it yesterday
Also, this is the first Oreo I try for lithium (haven't properly tested CrDroid or RR or AICP so maybe it works there) with full customizable navbar, something I personally appreciate as I HATE the default buttons positioning
Enjoy!
Click to expand...
Click to collapse
I am enjoying you're last 2 ROMs you posted, including this 1, which 1 to use
james1089 said:
I am enjoying you're last 2 ROMs you posted, including this 1, which 1 to use
Click to expand...
Click to collapse
I believe one of the two roms you refer to I haven't posted here yet
Anyway people, if you are willing to try Firehound be advised: for some reason mobile standby battery drain is massive in this rom...
I might take it down while I work on it....
Pitty. Love Firehound and the rest is working great for me...
albertoduqe said:
I believe one of the two roms you refer to I haven't posted here yet
Anyway people, if you are willing to try Firehound be advised: for some reason mobile standby battery drain is massive in this rom...
I might take it down while I work on it....
Pitty. Love Firehound and the rest is working great for me...
Click to expand...
Click to collapse
Can I adjust that in kernool editor
james1089 said:
Can I adjust that in kernool editor
Click to expand...
Click to collapse
Hahaha!!!
No bloo**y idea...
albertoduqe said:
Hahaha!!!
No bloo**y idea...
Click to expand...
Click to collapse
Well join the numpty grew,
This may come as a surprise but I'm not a kernol tweaking man, I got advice from Ivan on settings and well what can I say except cool, I find no extra drain from data connection than any other ROM, no WiFi connection issues or data, so I'll stay here for at least till you find some other weird ROM.
any one try some kernel on that rom ?
Try this one @albertoduqe
Kernel
EvangelineDEV said:
Try this one @albertoduqe
Kernel
Click to expand...
Click to collapse
Does it fix something?
albertoduqe said:
Does it fix something?
Click to expand...
Click to collapse
I'm using 1, don't know if there's any difference but not noticing any high battery usage from data. 18% drop in 5 hours with high usage
What do you think
Thank you and welcome!
pepsi kernel work great on the rom
L45TK1NGS said:
pepsi kernel work great on the rom
Click to expand...
Click to collapse
What is this Pepsi Kernel and where did you find it? Please provide a link to it. Wonder if it will work with crDroid along with Resurrection and the other Oreo 8.1 ROM's available now???
TYMO68 said:
What is this Pepsi Kernel and where did you find it? Please provide a link to it. Wonder if it will work with crDroid along with Resurrection and the other Oreo 8.1 ROM's available now???
Click to expand...
Click to collapse
Doesn't work with them
TYMO68 said:
What is this Pepsi Kernel and where did you find it? Please provide a link to it. Wonder if it will work with crDroid along with Resurrection and the other Oreo 8.1 ROM's available now???
Click to expand...
Click to collapse
https://androidfilehost.com/?fid=962187416754461942
this dont work on all rom for now but i try on firehound is work great im not sure i try on crdroid and rressurection but my friend use now on resurrection remix on xiaomi mi note 2 ans he said is worl really good !
---------- Post added at 06:17 PM ---------- Previous post was at 06:16 PM ----------
TYMO68 said:
What is this Pepsi Kernel and where did you find it? Please provide a link to it. Wonder if it will work with crDroid along with Resurrection and the other Oreo 8.1 ROM's available now???
Click to expand...
Click to collapse
if you have a bootloop you juste need to reflash your rom back
L45TK1NGS said:
https://androidfilehost.com/?fid=962187416754461942
this dont work on all rom for now but i try on firehound is work great im not sure i try on crdroid and rressurection but my friend use now on resurrection remix on xiaomi mi note 2 ans he said is worl really good !
---------- Post added at 06:17 PM ---------- Previous post was at 06:16 PM ----------
if you have a bootloop you juste need to reflash your rom back
Click to expand...
Click to collapse
I tried on crdroid, didn't boot.
james1089 said:
I tried on crdroid, didn't boot.
Click to expand...
Click to collapse
ho ok but i try on bootlegger is work to i have a bootloop i just restart my phone and wait and work now

[ROM][OFFICIAL] 3/3t AquariOS 8.1.0 || Live Support || VoLTE/WFC || Theming

{
"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"
}
JOIN OUR TELEGRAM CHAT!
Latest Oreo builds are now live!!!
JOIN HERE!
No Telegram? Don't worry, all stable builds will also come this way!​
Disclaimer:
We are NOT responsible for anything that may happen to your device as a result of flashing ROMs, kernels, or installing any other mod. You are responsible for your own actions and bad decisions - so stop blaming others!
This is a user friendly thread. Please be respectful and courteous to other users. While feature requests will be considered, AquariOS tries to maintain a ROM that is smooth and stable, so adding every feature under the sun is not the plan here.
READ!​1. Unless I tell you otherwise, you MUST always, absolutely, positively, most certainly wipe data AND system before flashing AquariOS...without a doubt!
2. Don't report bugs if you haven't followed directions - most likely it's user error at that point as far as I'm concerned.
3. Always run a backup before doing anything.
4. Provide a log when reporting a bug (see more info below).
5. Be respectful.
​AquariOS Team:
LEAD DEVS:
*@calebcabob
*@rc420head
OTHER CONTRIBUTORS:
*@Fezzy102
*@Roger.T
*@MikereDD
*@popogijo
*@DespairFactor
OFFICIAL TESTERS:
*@p70shooter
*@biron_w
*@S8ntsHaz3
*@pathum1
*@dadoc04
*@kheltek
*@Lawlrus
*@bryantjopplin
*@undeadking
*@tcat007
Features:
Featured attractions
Built-in theme engine (accent control, dark background & QS panel transparency control)
Smart Bar, Pulse, and Fling
Hardware key customization
Custom status bar battery options
Custom status bar clock and date
Multiple weather options (OmniJaws engine)
QS Google Sound Search tile
Custom Headers (built-in or custom)
Battery Bar (status bar & navbar)
Battery & Per-app Notification LED controls
Optional "Clear all" recents button
Volume rocker options
Lock screen visualizer
Advanced powermenu (Stock look & feel)
App Ops
Expand to see full list of features:
Navbar & Status bar
Smart Bar, Pulse, and Fling
One-handed mode
Ripple/Spring/Flip/Pixel animations
Optional seek arrows for media playback
All visualizer customizations
Custom status bar battery options (circle, dotted circle, large circle, square, hide)
Custom status bar clock and date
Battery Bar (status bar & navbar)
Network traffic indicator
Notification Drawer
QS Weather tile (OmniJaws engine)
Custom Headers (contextual or custom)
Advanced location tile (3-mode location toggle)
Brightness slider on/off toggle (on bottom)
Haptic feedback on quick setting on/off toggle
Ability to change number of quick settings columns/rows
Option to hide QS tile titles
Heads-up (less boring & blacklisting)
Lock screen
Lock screen bottom shortcut options
Lock screen charging info
Media art on lock screen (enable/disable)
Lock screen weather (OmniJaws engine)
Lock screen visualizer
Buttons
Power Menu customizations (shortcuts, actions)
Volume key wake
Volume key music control
Volume key orientation swap
Volume key keyboard cursor control
Volume down to enter do not disturb
Volume up to exit do not disturb
Do not disturb volume panel switch
Long-press power button for torch
System and Misc
Substratum compatibility
Battery and Notification LED controls
Music app launcher with headset options
Optional "Clear all" recents button (including placement)
Increasing ringtone option
Ability to unlink notification volume from ringer volume
Option to force show Enter key
Download speed in notification
Status bar brightness control
Double-tap to sleep on lock screen, navbar, & status bar
Advanced Reboot menu
Advanced screenshot functionality (partial/fullscreen & editor app selector)
Advanced screen recording tile
Advanced charging sound controls
App package name to app info screen
Ability to launch app when touching app icon in app info screen
Dynamic vendor image notification
Long press power for torch
Option to disable fingerprint success vibration
Hidden dashboard hints & summaries
Developer settings enabled by default
Custom night light brightness options
Disabled forced encryption
Disabled tether provision checks
Expanded desktop options
Vibrate on plug (enable/disable)
Wake on plug (enable/disable)
Bug fixes and stability improvements
Downloads:
ROM: Latest AquariOS build
GApps: OpenGapps
Q & A
Read this before telling everyone something is broken!
1. Android Pay isn't working!! What do I do?
Go into Magisk settings and toggle on the "Hide Magisk" option. Then try again. Also, I've found once in a great while, even with this enabled, it will say it failed - if this happens, just try again...it'll work.
2. Help! I can't find more Q & A entries! Why is there only one??
I'll add more soon
Reporting a bug?
See how to do so here:
You need to provide a log in order for the issue to be addressed. Please also include how to reproduce the reported bug if possible.
If you need a log extracting app, try out MatLog and/or paste your log into an online text sharing site like hastebin.com.
Credits & Thanks:
Ezio84
Dirty Unicorns
SlimRoms
The LineageOS Community
Team Substratum
OmniRom
The AquariOS testers!!!
And all other open source Devs/Teams who share their work!
Source Code:
Kernel
JOIN OUR G+ COMMUNITY!​
XDA:DevDB Information
AquariOS 8.1.0, ROM for the OnePlus 3T
Contributors
rc420head, calebcabob
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
Based On: AOSP
Version Information
Status: Stable
Created 2018-03-26
Last Updated 2018-03-26
First.....wahoo, always wanted to be the first. My life is now complete. Thank you Dennis.
Have notification slider option with vibrate, ring and all notifications option?
Based on AOSP and i love it, will try soon...
just for 3T or unified?
and with enforcing selinux ?
twentyfourinc said:
Based on AOSP and i love it, will try soon...
just for 3T or unified?
and with enforcing selinux ?
Click to expand...
Click to collapse
It's unified and yes. Well taimen is so I assume this is.
Zazzinho said:
Have notification slider option with vibrate, ring and all notifications option?
Click to expand...
Click to collapse
Yes settings/CoralReef/system/device extras
twentyfourinc said:
Based on AOSP and i love it, will try soon...
just for 3T or unified?
and with enforcing selinux ?
Click to expand...
Click to collapse
AOSP, unified, user build so yes enforcing
Downloading... Will flash and review after giving it some time...
How does this rom manage encryption on f2fs?
I got the best battery backup on noughat build of aquarios , looking for the battery reviews of orio build hope it will be awesome
While booting it asks for password and after giving the password it says password is correct but data is corrupted. Please help.
Hi, I have decrypted my device and everything was perfect but I couldn't find one hand mode.
Thanks.
Is this rom multilanguage, especially is there fully german language support?
And can you provide some pictures of the Settings menu and feature menu?
Where do I find the option to disable a sim?
In OP it states "substratum compatability" is that referring to Oreo having OMS compatibility out the box or have the "sysserv" (substratum) commits been included? Thx
Hello! Does this rom support disabling quick settings in secure lock screen ?
thanks!
Does this rom support face unlock?
Stogie87 said:
Is this rom multilanguage, especially is there fully german language support?
And can you provide some pictures of the Settings menu and feature menu?
Click to expand...
Click to collapse
The features are listed and I'm too lazy to post pics. Don't know about German
---------- Post added at 06:45 AM ---------- Previous post was at 06:44 AM ----------
partridge79 said:
In OP it states "substratum compatability" is that referring to Oreo having OMS compatibility out the box or have the "sysserv" (substratum) commits been included? Thx
Click to expand...
Click to collapse
It's fully up to date with subs but doesn't have the rootless commits.
---------- Post added at 06:47 AM ---------- Previous post was at 06:45 AM ----------
Sharfuddin Ahmed said:
Hello! Does this rom support disabling quick settings in secure lock screen ?
thanks!
Click to expand...
Click to collapse
I thought it did but can't find them but I might be being blind
---------- Post added at 06:48 AM ---------- Previous post was at 06:47 AM ----------
La Yung said:
Does this rom support face unlock?
Click to expand...
Click to collapse
Yes, it's a stock android feature.
Decryption fails. Would have been nice if I can use this but thanks anyway. Will follow the thread for updates.
asking for password on booting up screen and decrypted unsuccessful
Alahoy27 said:
Decryption fails. Would have been nice if I can use this but thanks anyway. Will follow the thread for updates.
Click to expand...
Click to collapse
So you can't format data?
---------- Post added at 09:40 AM ---------- Previous post was at 09:01 AM ----------
vikram.mohal said:
asking for password on booting up screen and decrypted unsuccessful
Click to expand...
Click to collapse
You need to be decrypted and you can't format data in twrp?

[UNOFFICIAL] FireHound v4.8 [Oreo 8.1] [STABLE] [WHYRED] [FINAL]

{
"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"
}
FireHound is a Custom ROM developed focusing on Stability carrying many features hand in hand. We strive a lot in the back end to provide our users with all the necessary components a daily driver ROM should include.
Ashes:
Changelogs v4.8:
- August Security patches
- Support for theming notifications using stock system themes
- Added a 'Gaming Mode' tile for a better UX while playing games
- Added 'Ripple Effect' for Brightness Buttons
- Fixed System/Gestures FC
Device Changelog
- Added Mi A2 Camera By Default
- Updated Kernel & Sources
Status Bar
Status Bar Icons
Battery Percentage
Network Traffic Indicator
Battery Bar
Battery Bar Location
Battery Bar Style
Charging Animation
Battery Bar Color
Battery Bar Thickness
Slide for Brightness Control
Quick Pulldown
Smart Pulldown
Show seconds
Bluetooth battery status
Notification Ticker
Custom Carrier label
Quick Settings
Heads Up Enable/Disable
DND
QS Tiles title
Quick WiFi Toggle
Quick BT toggle
Quick Battery toggle
Quick Data toggle
Location Easy toggle
Haptic feedback on qs tiles
Disable Immersive Messages
Force Expanded Notifications
Notification Access
Custom Small QS tiles
Custom rows,portrait,landscape tiles
Disble QS on secure lockscreen
Notifications Filter
Quick Settings Headers
QS Scroller
Buttons
Navigation Bar Enable/Disable
Backlight Control
Navigation Bar Layout Control
Left Handed Mode
Power button press twice for Camera
Power Button End Call
Home Button Customizations
Menu Button Customizations
Back Button Customizations
Volume Button Customizations
Keyboard Cursor Control
Playback Control
Navigation Bar
Fling
SmartBar
Pulse
Display
Toast Icon Switch
Double tap to wake/sleep
Wake on Plug
LCD Custom Density
Daydream
Font Size Control
Lights
Battery Lights Customizations
Notification Lights Customizations
Sounds
Notification Tones
Increasing Ring Volume
Launch Music App on Headset connected
Other Sounds Customizations
Charging Sounds
Enable/Disable screenshot sound
Live Volume Steps
Force Expanded Volume panel
Camera Shutter Sound Enable/Disable
Recents
Show search bar in Recents
Memory Bar
Clear All Recents Button Enable/Disable
Clear All tasks / Foreground Tasks
Clear All Recents Location
Immersive Recents
Gestures
Three Finger Swipe Screenshot
Lock Screen
Quick Unlock
Double tap to sleep on lockscreen
Smart Lock
Lockscreen weather
Fingerprint vibrations
Show lockscreen date/clock toggle
Signature spoofing
Emergency Button Switch
Battery Info on lockscreen
Hide power menu on lockscreen
Live Lock Screen
Lock Screen Shortcuts
Music Visualizer
Show Weather
Ambient Music Ticker
Toggle for quick face unlock
Animations
Toast animations style
Screen Off animations
Miscellaneous
App Ops
Wakelock blocker
Alarms Blocker
Media scanner on boot
Essentials:
Essentials is our app written from scratch which serves as a core service
FireWalls
Updates
Blog posts
Downloads
FireHound ROM
How to flash:
Download the ROM and Gapps
Boot into recovery mode [TWRP]
Wipe System/Data/Dalvik Cache/Cache
Select both the ROM and Gapps zip files
Flash
Reboot!
Links:
Website
Google+ Community
Gerrit Code-Review
Crowdin
Telegram Channel
We also encourage users to report bugs and issues at our G+ Community with proper logs.
We also welcome a “x” feature request from users and if we really feel it to be useful, we will push it in.
​
Sources:
Kernel
XDA: DevDB Information
FireHound, ROM for the Redmi Note 5 Pro
Contributors
riteshm321
Source Code: https://github.com/FireHound
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 4.x
ROM Firmware Required: Latest
Based On: Lineage/AOSP
Version Information
Status: Stable
Current Stable Version: 4.7
Stable Release Date: 2018-07-14
Created 2018-02-04
Last Updated 2018-09-21
Dude, again. why are you posting here? why not under whyred forums?
Lol..thx btw
Nice
Bro..r this rom boot? Cause the last time (when u post in the wrong section), i got bootloop..
Or is it normal ? Cause i wait for about 20mnts
raymondsanusi said:
Bro..r this rom boot? Cause the last time (when u post in the wrong section), i got bootloop..
Or is it normal ? Cause i wait for about 20mnts
Click to expand...
Click to collapse
Yes it booted successfully for me
Clean flash is recommended. And use the latest TWRP
riteshm321 said:
Yes it booted successfully for me
Clean flash is recommended. And use the latest TWRP
Click to expand...
Click to collapse
Ok will try again later..
Is the bootanim just that moving fire?
Clean flash, red wolf
raymondsanusi said:
Ok will try again later..
Is the bootanim just that moving fire?
Clean flash, red wolf
Click to expand...
Click to collapse
Yes
Screenshots?
riteshm321 said:
Yes
Click to expand...
Click to collapse
Any screenshot?
Sumit Samanta said:
Any screenshot?
Click to expand...
Click to collapse
Sorry bro switched from the rom
Have said one guy to post the ss
He will post soon
Gave me bootloot tried 3 times cleanflash im in redwolf
phoneixxxx said:
Gave me bootloot tried 3 times cleanflash im in redwolf
Click to expand...
Click to collapse
Nah +1
Is this rom working or not ? Want to try candyOS or this one
phoneixxxx said:
Gave me bootloot tried 3 times cleanflash im in redwolf
Click to expand...
Click to collapse
Yes, I confirm that. This ROM does not work, only the bootloop. It is fake ROM.
My apologies for the previous build 4.7 as it it did not boot due to kernel issues!
This rom has booted and is stable af! You can enjoy the ashes now
FireHound 4.8 is up and 5.0 Pie will be up soon
riteshm321 said:
My apologies for the previous build 4.7 as it it did not boot due to kernel issues!
This rom has booted and is stable af! You can enjoy the ashes now
FireHound 4.8 is up and 5.0 Pie will be up soon
Click to expand...
Click to collapse
Great news !
Hope Pie version will come with customisations
bayad said:
Great news !
Hope Pie version will come with customisations
Click to expand...
Click to collapse
Yes it will be out soon Stay Tuned
Thanks for the new build.
is it synced with android r46??? does it have call recording in dialer?? changelog, please!!
xxXDeaDlyGhoStXxx said:
Thanks for the new build.
is it synced with android r46??? does it have call recording in dialer?? changelog, please!!
Click to expand...
Click to collapse
Check Post for changelogs

[ROM]-[Official]-[08-09-18]-Havoc-OS-[8.1.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"
}
Havoc-OS is an all new ROM based on LineageOS.
So many features that you probably won't find in any ROM.
Just flash and enjoy...
Code:
[SIZE="4"][B][U][SIZE="5"]General:[/SIZE][/U][/B]
System-wide Rounded UI
Dolby Atmos support
Full OMS support
System-wide burn-in protection
Spectrum support
Compiled using SDCLANG
Razer Phone lock/unlock sounds
OTA support
Signature spoofing
Micro-G support
[SIZE="5"][B][U]Included Apps:[/U][/B][/SIZE]
AdAway
Google Calculator
Google Camera
Google Markup
Ruthless Pixel Launcher by @Shubby
OnePlus Camera
OnePlus Gallery
Spectrum
[SIZE="5"][B][U]Settings:[/U][/B][/SIZE]
[B][U]Battery:[/U][/B]
Battery performance profiles
Sensor block per-package
Wakelock blocker
Alarm blocker
Optimal charge level alert
[B][U]Display:[/U][/B]
Live display (Day/Night/Outside)
Colour profiles (sRGB, DCI-P3)
Font manager
Ambient display
Always on display
Expanded desktop
[B][U][SIZE="5"]Havoc Settings:[/SIZE][/U][/B]
[B][U]Status Bar:[/U][/B]
Quick pulldown
Smart pulldown
Tap to sleep
Brightness control
Battery icon styles
Bluetooth battery status
Battery bar
Battery saver color
Clock & date options
Statusbar logo
No sim network hide
Disable no sim icon
Volte icon
Network icon customization
Net activity
Custom carrier label
System icons
[B][U]Panels:[/U][/B]
Power menu tweaks
Volume dialog tweaks
[B][U]Quick Settings:[/U][/B]
Brightness slider customization
QS panel footer customization
QS layout editor
Custom header images
[B][U]Notifications:[/U][/B]
Disable fc notifications
Force expanded notifications
Disable immersive mode messages
Kill app button in notification
Screen-on notifications
Toast icon
Toast animation
Toast icon color
Toast text color
Heads up toggle
Heads up timeout
Heads up blacklist
Heads up stoplist
Snooze timer
Statusbar ticker
Ticker animation
In-Call vibration options
Less annoying in-call notifications
[B][U]Recents:[/U][/B]
Stock recents customization
Clear all button customization
Memory bar
Recent styles
Hide apps from recents
Icon pack
Immersive recents
Recents layout (Stock/Grid/Android Go)
OmniSwitch
Slim recents
[B][U]Interface:[/U][/B]
Berry styles (Light/Dark/Black/Auto)
Blur personalization
Dashboard suggestions
Dashboard conditions
Screen stabilization
[B][U]Lockscreen:[/U][/B]
Charging info
Hide statusbar
Lockscreen elements visibility
Notification count
Lockscreen colors
Clock and date options
Lockscreen alpha
Double tap to sleep
Wake and unlock
Ambient display music ticker
Ambient display bottom view (Weather/Battery/None)
Music cover art
Music visualizer
Disable power menu
Disable qs panel
Fingerprint vibration
FP unlock on boot
Face auto unlock
Custom bottom shortcuts
[B][U]Navigation:[/U][/B]
Navigation mode(Stock/Smartbar/Fling)
Dynamic navbar color
Pulse
[B][U]Buttons:[/U][/B]
Swap back and recents
Awesome alert slider (Notification/Flashlight/Brightness/Rotation/Ringer)
Accidental touch
Power menu customization
Long press power button torch
Disable buttons
Button backlight customization
Hardware keys customization
Swap volume buttons with rotation
Volume keys for media volume
Playback control
[B][U]Gestures:[/U][/B]
Three finger screenshot
Pie control
App circle bar
Gesture anywhere
Screen-on gestures
Touchscreen gestures
[B][U]Animations:[/U][/B]
System Animations
Android P animations
Disable animations
QS tile animations
Listview animations
Custom Bootanimation
Screen off animation
[B][U]System:[/U][/B]
SELinux mode Toggle
Smart Pixels
Suspend actions
System app remover
Allow untrusted overlays toggle (for Substratum Support)
CPU info overlay
[B][U]IME Settings:[/U][/B]
Selector notification
Auto keyboard rotation
Disable fullscreen keyboard
[B][U]Weather:[/U][/B]
Weather service settings
Statusbar weather
Lockscreen weather
[B][U]Miscellaneous:[/U][/B]
Screenshot editor
Wake on plug
Pocket detection
Camera shutter sound
Disable safe headset volume
Launch music App on headset Connection
Scrolling cache
Events
[B][U]More ...:[/U][/B]
Read Mode Tile
System Profile Tile
Camera Tile
Alarm Tile
Fully working Live Display Tile
Dialer Tile
Calculator Tile
Always On Tile
Google Assitent Tile
Google Voice Assist Tile
Google Feed Tile
Spectrum on Dashboard
ExKernel Manager on Dashboard
Magisk/Root on Dashboard (is not preinstalled !! ) [/SIZE]
ZeNiXxX
SKULSHADY
PayPal
LineageOS Team (https://www.lineageos.org)
AICP (https://www.aicp-rom.com)
MSM-Xtended Team (https://forum.xda-developers.com/on...nt/cardinal-aosp-5-0-android-8-0-pre-t3693585)
Crdroid (https://crdroid.net)
Omnirom (https://omnirom.org)
And all the other Developers, Testers, Donators and Users.
https://github.com/Havoc-OS
https://github.com/Havoc-Devices
Rom
Open Gapps​
XDA:DevDB Information
Havoc-OS, ROM for the Nexus 5X
Contributors
Anierin Bliss
Source Code: https://github.com/havoc-os[/URL
Kernel Source: https://github.com/LineageOS/android_kernel_lge_bullhead
ROM OS Version: 8.x Oreo
ROM Firmware Required: Latest
Based On: LineageOS
Version Information
Status: Stable
Created 2018-07-18
Last Updated 2018-07-18
Initial release :3 Thanks to @panamera2011 for testing and providing feedback on the first build
Won't test a ROM with a PayPal link, I now understand why dirty unicorn left xda years ago...
francos21 said:
Won't test a ROM with a PayPal link, I now understand why dirty unicorn left xda years ago...
Click to expand...
Click to collapse
Sorry but I don't build the OS nor am I a part of the team. I just compile it and share to the public for everyone's benefit. If a ROM team decides to open up a paypal, so be it. Most ROM teams do so to support the cost of their gerrit, servers, etc.
AnierinB said:
Sorry but I don't build the OS nor am I a part of the team. I just compile it and share to the public for everyone's benefit. If a ROM team decides to open up a paypal, so be it. Most ROM teams do so to support the cost of their gerrit, servers, etc.
Click to expand...
Click to collapse
There are free host servers made for this kind of dev. and the question is not about giving to devs to help them, I do that really often (exkm,tasker...), it's more about "why you and not me", some devs don't do it and it wasn't in the xda philosophy so for me it's no way, anyway not on xda.
Thanks man download now?
[emoji39]View attachment 4553229
Nexus 5X using Tapatalk
AnierinB said:
Initial release :3 Thanks to @panamera2011 for testing and providing feedback on the first build
Click to expand...
Click to collapse
Hi, I found a strange battery drain with Ruthless Launcher. In my opinion this launcher has too many features [emoji1]
In the next build you can add this Pixel Launcher? Thanks
https://github.com/amirzaidi/launcher3/releases
Nexus 5X using Tapatalk
AnierinB said:
Initial release :3 Thanks to @panamera2011 for testing and providing feedback on the first build
Click to expand...
Click to collapse
This is the best ever Oreo rom I have used for Nexus 5x.thanx a lot :fingers-crossed::laugh:
---------- Post added at 04:21 PM ---------- Previous post was at 04:19 PM ----------
AnierinB said:
Initial release :3 Thanks to @panamera2011 for testing and providing feedback on the first build
Click to expand...
Click to collapse
Very unique rom in xda developers site.
erfan khan said:
This is the best ever Oreo rom I have used for Nexus 5x.thanx a lot :fingers-crossed:[emoji23]
---------- Post added at 04:21 PM ---------- Previous post was at 04:19 PM ----------
Very unique rom in xda developers site.
Click to expand...
Click to collapse
Very nice the P style and many features [emoji16]
Nexus 5X using Tapatalk
panamera2011 said:
Very nice the P style and many features [emoji16]
Nexus 5X using Tapatalk
Click to expand...
Click to collapse
Stock Android p:laugh:
---------- Post added at 06:40 PM ---------- Previous post was at 06:22 PM ----------
panamera2011 said:
Hi, I found a strange battery drain with Ruthless Launcher. In my opinion this launcher has too many features [emoji1]
In the next build you can add this Pixel Launcher? Thanks
https://github.com/amirzaidi/launcher3/releases
Nexus 5X using Tapatalk
Click to expand...
Click to collapse
In my case there is no battery drainage it's ok.i think ruthless launcher is ok no need to change.thank youuuu
erfan khan said:
Stock Android p[emoji23]
Click to expand...
Click to collapse
Know other Android P?
Nexus 5X using Tapatalk
I will not change anything within the ROM so please, no feature requests, etc. Only thing I will ever consider is compiling with a custom kernel inline. Even then, I think it's up to the user to install custom kernels themselves. I like to keep it stock los tree, kernel, and muppets vendor for the time being :highfive:
Edit: If you want to request a feature or addition, contact the havoc team within the ROM. Telegram link is around there somewhere I just can't confirm it's location due to me working on another project for Ether atm.
Today I switched to this ROM from AICP. Still restoring, so very fresh.
Gone through settings and I like the "featurefulness" so far.
Slim recents is disabling, so I need to disable and enable again every some time.
Now I wanted to ask if possible to remove curves on screen egdes and systemwide buttons? Also, if possible to get Oreo QS as to my eyes this rings are ugly? If this is how P really looks like, I am not fan of it, it looks more like some UI branded Android. Oh, and one more thing...QS collapsed if possible to scroll as well as present in AICP?
Many thanks for this advanced ROM and for keeping our beloved Bullhead in life! Great job!
erfan khan said:
Stock Android p:laugh:
---------- Post added at 06:40 PM ---------- Previous post was at 06:22 PM ----------
In my case there is no battery drainage it's ok.i think ruthless launcher is ok no need to change.thank youuuu
Click to expand...
Click to collapse
Yes you are right.
AnierinB said:
I will not change anything within the ROM so please, no feature requests, etc. Only thing I will ever consider is compiling with a custom kernel inline. Even then, I think it's up to the user to install custom kernels themselves. I like to keep it stock los tree, kernel, and muppets vendor for the time being :highfive:
Edit: If you want to request a feature or addition, contact the havoc team within the ROM. Telegram link is around there somewhere I just can't confirm it's location due to me working on another project for Ether atm.
Click to expand...
Click to collapse
Dear devs make it official for Nexus 5x
erfan khan said:
Dear devs make it official for Nexus 5x
Click to expand...
Click to collapse
If a user can report the SE-Linux status and if VoLTE is working then I can most likely do so as long as there are no other major bugs
AnierinB said:
If a user can report the SE-Linux status and if VoLTE is working then I can most likely do so as long as there are no other major bugs
Click to expand...
Click to collapse
Everything working very well like volte fingerprint but one problem battery drainage is more in short time.
erfan khan said:
Everything working very well like volte fingerprint but one problem battery drainage is more in short time.
Click to expand...
Click to collapse
official support is coming later on this week!! :highfive:
AnierinB said:
official support is coming later on this week!! :highfive:
Click to expand...
Click to collapse
Thanks bro

[ROM][9.0.0_r33] **crDroid 5.1 [OFFICIAL][lettuce][17/2/2019]

crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today. We're mainly based on LineageOS so use custom kernels compatible with them!​
{
"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"
}
Features
General
Android 9.0.0 r33
Pixel look and feel
crDroid Settings - Our own chamber of secrets with below customization settings
OTA notification for officially supported devices
crDroid Music - Music player based on Phonograph
crDroid Home - Revamped and customized launcher with Google now integration
ART and BIONIC optimizations
Status Bar
Status Bar icons toggle (including NFC and Roaming icon toggles)
Clock & date customizations
Carrier label customizations
Network Traffic customizations
Data activity toggles
BT battery toggle
Battery style and percentage toggle
Battery Bar customizations
Custom logo customizations
Tap to sleep toggle
Quick Pulldown customizations
Smart Pulldown customizations
Quick Settings
BT battery status
Rows/columns configuration
Tile title
Vibrate on touch toggle
Brightness slider configuration
Auto brightness toggle
Lock Screen
Music visualization toggle
Media cover art toggle
Battery info toggle
Face auto unlock for recognized trusted faces
Tap to sleep toggle
Fingerprint authentication vibration toggle
Power menu and quick settings on secured lock screen toggle
Recents Screen
Recents style
Navigation
Navigation bar toggle
Pixel animation
SmartNav navigation suite
Gestures
- Carbon gestures
- Touchscreen gestures
- OP swipe-up gestures
- Swipe fingerprint settings
- Jump to camera
- Swipe up on home button
- Prevent ringing
Buttons
Advanced restart toggle
Power menu customizations
End call with power button
Long press power button for torch
Automatically turn torch off
Wake device with HW non-capacitive button
Answer call with volume button
Control playback with volume buttons
Keyboard cursor control with volume buttons
Reorient volume keys on rotation change
Additional button settings for device specific customization
Devices with HW keys
- Disable navigation HW keys
- Backlight toggle and timeout settings
- Accidental touch prevention for navigation HW keys
- HW button mapping
- Kill app with back button
User Interface
Fonts
Ambient display
Animations
Expanded Desktop customizations
Smart Pixels
Style set system colors
Notifications
Blink flashlight on call
Force expanded notifications toggle
LED customizations for notifications and battery
Heads up customizations
Sound
Charging sounds
Screenshot sound toggle
Live volume steps customization
Misc
Suspend actions
Wakelock blocker
Alarm blocker
Show CPU info overlay
Media Scanner boot behavior customization
Toast icon toggle
Pocket detection - prevents device interaction when inside pocket
Allow signature spoofing
About crDroid
Current changelog
Translations
Share crDroid
Support us
Github
Telegram
OTA Updater
The drill
LineageOS Additional Features
Burn-in protection
Livedisplay support
Privacy guard with native superuser
Increasing ringtone feature
Unlinked notification sound
Per app data / wifi toggle
What's working
Booting (real fast)
Touchscreen
RIL (Calls, SMS)
Mobile data (4G/3G/2G)
Wi-Fi
Hotspot & tethering
Bluetooth
Audio & video playback
Camera
Camcorder
Flashlight
FM Radio
DT2W
Sensors
Gestures
Manual network selection
anything else that you can think of
What's not working
VOLTE
Always Have a full functional Backup. Just in case!
NOTE: Wait for atleast 10 mins after first boot, to let the device stabilize & experience optimum performance.
DOWNLOAD ROM
DOWNLOAD GAPPS (arm64)
Magisk (for root access): http://bit.ly/latestmagisk
Screenshots: https://imgur.com/a/BkbYnKk
First time installing crDroid 9.0 to your Yuphoria, or coming from another ROM:
** Make sure you're running the latest TWRP
1) Copy crDroid zip, gapps zip to your device
2) Boot into Recovery
3) Wipe cache, system, data & dalvik cache
4) Flash ROM
8) Flash gapps
9) Flash Magisk
9) Boot up
Upgrading from earlier version of crDroid Pie:
The only difference between clean flash as above and upgrading is you just wipe system & cache, leaving data. Everything else is the same. ***Remember to always clean flash before reporting problems. Clean flashing is always the best method of ROM install.
Thanks to:
- All my testers
- Google
- LineageOS
- ABCRom
- AOSPA (Paranoid Android)
- OmniRom
- Many others... (if you're feeling upset being out of the thanks list just send a PM )
DONATE
crDroid G+ community
Show some love! Don't forget to hit the thanks button!​
XDA:DevDB Information
crDroid Android, ROM for the YU Yuphoria
Contributors
Adithya R, neobuddy89
ROM sources: github.com/crdroidandroid
Device sources: github.com/lettuce-pie
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
Based On: LineageOS
Version Information
Status: Stable
SCREENSHOTS: https://imgur.com/a/BkbYnKk
Can be used as daily drive?
Any telegram group for yuphoria ??(
pranavk281 said:
Can be used as daily drive?
Any telegram group for yuphoria ??(
Click to expand...
Click to collapse
Yes , it can be ... I just flashed it today and not faced any problem ..
---------- Post added at 09:02 AM ---------- Previous post was at 08:51 AM ----------
Flashed this ROM just few hours back and works really smooth and great , I see no problems till now.. Will report when I see them ..
Waiting for FM , Volte , better battery saving (I notice slight battery drain).
Thank you dev for bringing this ROM with lot of customizations and features... :laugh:
pranavk281 said:
Can be used as daily drive?
Any telegram group for yuphoria ??(
Click to expand...
Click to collapse
Yes. I am myself using it
Sumanth_4444 said:
Yes , it can be ... I just flashed it today and not faced any problem ..
---------- Post added at 09:02 AM ---------- Previous post was at 08:51 AM ----------
Flashed this ROM just few hours back and works really smooth and great , I see no problems till now.. Will report when I see them ..
Waiting for FM , Volte , better battery saving (I notice slight battery drain).
Thank you dev for bringing this ROM with lot of customizations and features... :laugh:
Click to expand...
Click to collapse
Oh, FM isnt working ? Provide me logs so that I can fix it in the next build.
Adithya R said:
Oh, FM isnt working ? Please provide me logs so that I can fix it in the next build.
Click to expand...
Click to collapse
No FM player at all. It is not given with this ROM.
Also noticed this problem
The complete wallpaper isn't loading after the battery is dead and restarting later ..
Swipe to google now cards?
google swipe is not available.
Can't listen to music through any player including the given player :crying:.. Dev please make this work .. It's tough surviving with out music..
Sumanth_4444 said:
Can't listen to music through any player including the given player :crying:.. Dev please make this work .. It's tough surviving with out music..
Click to expand...
Click to collapse
Update:- Music files which are like 20 seconds max can be listen via music players including stock (given). But songs like 2 to 3min can't be heard.
Sumanth_4444 said:
Can't listen to music through any player including the given player :crying:.. Dev please make this work .. It's tough surviving with out music..
Click to expand...
Click to collapse
Well yes, I am aware of this bug although I realized it the next day after I released the ROM (when I went for my morning walk with my earphones ). I've alreaady managed to fix it in the current build and the next build wont have this issue. Here is the fix if you want it in this build too (you need root access):
- Open a root explorer
- Go to /system/vendor/etc
- Edit audio_policy.conf, remove these lines:
Code:
compress_offload {
sampling_rates 8000|11025|12000|16000|22050|24000|32000|44100|48000|64000|88200|96000|176400|192000
channel_masks AUDIO_CHANNEL_OUT_MONO|AUDIO_CHANNEL_OUT_STEREO|AUDIO_CHANNEL_OUT_2POINT1|AUDIO_CHANNEL_OUT_QUAD|AUDIO_CHANNEL_OUT_PENTA|AUDIO_CHANNEL_OUT_5POINT1|AUDIO_CHANNEL_OUT_6POINT1|AUDIO_CHANNEL_OUT_7POINT1
formats AUDIO_FORMAT_MP3|AUDIO_FORMAT_AAC_LC|AUDIO_FORMAT_AAC_HE_V1|AUDIO_FORMAT_AAC_HE_V2|AUDIO_FORMAT_PCM_16_BIT_OFFLOAD|AUDIO_FORMAT_PCM_24_BIT_OFFLOAD
devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_LINE|AUDIO_DEVICE_OUT_ALL_SCO
flags AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD|AUDIO_OUTPUT_FLAG_NON_BLOCKING
}
- Save it and reboot. Music will now play fine, AudioFX too works!
I am also facing the same issue
waiting for volte
Adithya R said:
Well yes, I am aware of this bug although I realized it the next day after I released the ROM (when I went for my morning walk with my earphones ). I've alreaady managed to fix it in the current build and the next build wont have this issue. Here is the fix if you want it in this build too (you need root access):
- Open a root explorer
- Go to /system/vendor/etc
- Edit audio_policy.conf, remove these lines:
- Save it and reboot. Music will now play fine, AudioFX too works!
Click to expand...
Click to collapse
Thanks dev, it works fine now..
Dev I don't want to see this back button when I am on home page of different launcher (not quickstep) .. It stays there even when I've made another launcher as default.. Help me ..
Excited !
Downloading now !
Thanks dev for bringing cr Droid pie base ROM for yuphoria !
Great Work
jayvasavaxxx said:
waiting for volte
Click to expand...
Click to collapse
Well Jio4GVoice is working fine on this ROM, with COS modem.
Flashable zip: https://androidfilehost.com/?fid=961840155545582336
While downloading apps from play store
Download progress is not showing in notification.
Adithya R said:
Yes. I am myself using it
Click to expand...
Click to collapse
Can u join me in telegram group 8675288870

Categories

Resources