[ROM] Le 2-21S closed beta first edition | new voice assistant | status bar custom | - LeEco Le 2 ROMs, Kernels, Recoveries, & Other Deve

There´s a new ROM for the X620 with MTK X20 Chip based on EUI Stock 21s beta from a well known chinese Dev on mobileuncle. com
http://bbs.ydss.cn/thread-745794-1-1.html
With google Translation you´ll get this description
Dial optimization
Suspended Ball Optimization
Add the latest voice assistant (can speak oh)
Keep live, you can enter the video from the live video
Upgrade the theme store to the latest version and fix the search function
Hide my music, can be entered from the settings inside
Hide my wallet
Other small updates and so on. Own experience
【Theme Store】
Theme fonts are free to use
(How to use: Click on the Trial Options and go to the Settings - Uninstall and Freeze themed stores to get a permanent trial.)
Keep the weather, the application store (application store in the system / app / LetvStore inside LetvStore.apk.bak LetvStore.apk to restart it)
Remove the headlines from the desktop and enjoy it
Retention preference backup, for some users to restore the software data
The Net Speed Display (Steward - Flow Control - Flow Settings) is on
【Settings】 interface to increase and music toolbox and freezer, intelligent recording screen
Hosts block some ads
Modify the desktop Live button to lock the screen
Increase the RE Manager (good uninstall the built-in software)
Streamline the official a large number of useless software and resources, more memory more power
Preservation of music video, music, search, search, compass, remote control, butler and other practical tools
Built-in software, do not need to be in the settings in the freeze or uninstall delete, restart (hope to help activate and then delete Oh)
Power saving tips:
Close a variety of software since Kai, delete some useless built-in software, do not install too many XP plug-ins, can not tick the best not to activate, so much power
Developers option / the animation zoom off, so more fluid
CPU core settings and freezer! From the LAY team @ cold rain night God, without permission, to prohibit the use of theft, or chase deal!
● Support xposed framework component custom installation or uninstallation
● support xposed frame (module must artifact)
● frame module to use: Open the toolbox → xposed frame → module, which in the module to restart the tick on the line
● Support for freezer rooms (which can freeze or unload any unwanted applications)
● Support Wifi password view (you can view the connected WIFI password)
● support for memory release (after the release of large memory, 4G can be left 3G, 3G can be left 2G)
● Music Toolbox adds performance monitoring
● Added Turbo download
● Add a custom modification of the DPI value
● Add a flash of incoming calls (turned on by default, can be turned off in Settings - Accessibility)
● support Viper sound
● support cpu core functions, can be free to open nuclear
● Support advanced power, restart to Brush mode
● Customize the status bar
● Add shortcut entry to project mode
Click to expand...
Click to collapse
Download available on Mega:
https://mega.nz/#!LQ5SWRrZ!HcqafueuXyXNqxhcEH1dBjYVVBywP8tl8iZVUAmn2vM
As always the ROM comes without Google Play and all that stuff but you can easily use Google Installer V2 to install Google after flashing this ROM
After a few days using it, it´s very smooth, fast and battery friendly and (at least for me) without any bugs so far.
And best of all, the Android Security Patch is now from December 2016, quite new compared to the old ROM with Patch from August.

kingoftf said:
There´s a new ROM for the X620 with MTK X20 Chip based on EUI Stock 21s beta from a well known chinese Dev on mobileuncle. com
http://bbs.ydss.cn/thread-745794-1-1.html
With google Translation you´ll get this description
Download available on Mega:
https://mega.nz/#!LQ5SWRrZ!HcqafueuXyXNqxhcEH1dBjYVVBywP8tl8iZVUAmn2vM
As always the ROM comes without Google Play and all that stuff but you can easily use Google Installer V2 to install Google after flashing this ROM
After a few days using it, it´s very smooth, fast and battery friendly and (at least for me) without any bugs so far.
And best of all, the Android Security Patch is now from December 2016, quite new compared to the old ROM with Patch from August.
Click to expand...
Click to collapse
is possible to instal on x527 or only for 620/5?

Screenshot please

ulkika said:
is possible to instal on x527 or only for 620/5?
Click to expand...
Click to collapse
only X620 due to other Chip

Can someone pull out leeco voice assistant dump

Link dead... Does someone have a new one ?

Related

Xposed Modules For Theming A110Q

modify your ROM - without modifying any APK (developers) or flashing (users)!
Advantages:
No need to modify any APKs. This means:
No need to decompile, change things in smali, compile, sign, ...
It will work for odexed and deodexed ROMs.
Your mod is not bound to a specific version of the ROM. Unless there is a major change in the methods called for a certain functionality, your mod will continue to work even when you upgrade your ROM. Hell, it will probably even work with different ROMs.
Multiple mods can be installed at the same time, even if they change the same package. So you can use these battery icons and those quick toggles. Even hooking the same method twice is possible. Of course, this only works properly if the mods are not trying to do incompatible things.
It does its magic at runtime. That means you can implement options to let the user decide if they prefer the bikeshed to be painted in red or blue. Or you can have some extra logic for certain ROMs without building different mod versions.
It can be disabled easily without having to reflash.
It's open source.
Download:
You can download the installer from http://dl.xposed.info/latest.apk. The attached XposedBridgeApi*.jar is only needed for developers.
How to install:
First step for everything you do: Create a nandroid backup and make sure you know how to restore it!
I'm not responsible for anything you do with your phone/tablet/rice cooker.
There is also the risk to soft-brick your device. In such a case, restoring a backup is the easiest way to get rid of it (other possibilities mentioned below).
For the framework:
Download the Xposed Installer APK and install it
Launch the Xposed Installer, go to the "Framework" section and click on "Install/Update"
Reboot
Done!
You can verify this by starting the Xposed Installer again. If app_process jumped back to an older version (or none at all), you probably have a ROM with S-On or similar, which reverts any changes to /system after a reboot.
For any modules you want to install:
Download <module>.apk and install it
Launch the Xposed Installer and go to the "Modules" section (you will also get there if you click on the notification warning you that the module is not enabled yet)
Enable the module by checking the checkbox
Reboot
Done!
(note that you can install the framework and enable/disable multiple modules at once and reboot afterwards)
In case you get into a boot loop:
You can flash the attached Xposed-Disabler-Recovery.zip by Tungstwenty. It will be copied to your (external) SD card when you install Xposed as well. The only thing it does is copying /system/bin/app_process.orig back to /system/bin/app_process, which you can also do yourself (e.g. with adb shell in recovery mode).
You could also create a file /data/data/de.robv.android.xposed.installer/conf/disabled, which causes Xposed to be bypassed as well.
Modules:
The official repository for Xposed modules, which can also be access from within the app itself (with download/update support), can be found at http://repo.xposed.info
You can also have a look at this index: http://forum.xda-developers.com/show....php?t=2327541
Please don't use this thread for problems with modules! Use the thread of the module instead.
How to write a module:
If you are an interested developer, give it a try. The development tutorial will help you get started. Further documentation (e.g. how to replace resources) is here. And of course, you can ask your development questions in this thread.
If you have suggestions for new functions the framework could provide (which means they should be useful for more than your module), you can do this here as well. However, requests that I or somewhen else should write a module for xyz are NOT allowed here. Again, this thread is only about the framework.
Changelog:
1.0: Initial version
1.1: ???
1.2: Installer
1.5: Resource replacing
1.6: Some fixes and improvements [629 downloads]
2.0 rc2: Lots of thing redone. Supports (temporarily) replacing native libraries, lots of additions and changes for developers. [3,234 downloads]
2.0: Removed the native library replacement again, support for 4.1 and 4.2, Instagram crash fixed, ... [631 downloads]
2.0.1: Fixed a crash when a module tries to hook a function with "long" or "double" parameters [930 downloads]
2.0.2: Fixed a problem which resulted in a boot loop [4,310 downloads]
2.1: Various improvements, e.g. earlier callbacks for module loading. For details, see this post. [345 downloads]
2.1.1: Fixed a bug in drawable replacements [5,421 downloads]
2.1.2: Small fixes, added Chinese and Russian translations [11,415 downloads]
2.1.3: Reverted a change in 2.1.2 that caused bootloops; new translations and some more fixes [46,803 downloads]
2.1.4: Support for Galaxy S4 and HTC One plus a few minor fixes/enhancements (details) [208,176 downloads]
2.2: Builtin updater/module downloader, extended UI, support for Android 4.3 and more (details) [241,267 downloads]
2.3: x86, Knox, MIUI support (experimental), context menu in modules list and more (details) [18,219 downloads]
2.3.1: "Segmentation fault" during installation fixed [679,333 downloads]
2.4: Support for Android 4.4, performance improvements, log viewer, active check (details) [101,613 downloads]
2.4.1: Fixed bootloop on some x86 ROMs
Source code:
https://github.com/rovo89/Xposed (the C++ part)
https://github.com/rovo89/XposedBridge (the Java part)
https://github.com/rovo89/XposedInstaller (Installer app)
Thanks to:
Tungstwenty for his many contributions, both in code and thoughts
XDA admins, news writers and supporters for making Xposed known to so many people
All those volunteers who help answering questions about Xposed
The people who donated to get me a Nexus 5 for earlier KitKat support
aljohanei for Arabic translations
hero355 for Azerbaijani translations
David_Vaz for Spanish, Catalán, and Galician translations
kecinzer for Czech translations
BobQuentok for German translations
sirodoht for Greek translations
tonymanou for French translations
Adam77Root for Hungarian translations
AngSanley for Indonesian translations
Vincenzo Cerminara for Italian translations
DubelBoom for Hebrew translations
WedyDQ10 for Japanese translations
Martinusbe, Gertlily for Dutch translations
czeci for Polish translations
marciozom13 for Portugese translations
michfood for Russian translations
pyler for Slovak translations
TheNorth34 for Turkish translations
Cye3s, liveasx for Chinese translations
If you want to contribute more translations please use this file as a template. I can't accept translations based on decompiled APKs. Submissions on GitHub as pull request are preferred because it's easier for me.
Original Forum : http://forum.xda-developers.com/showthread.php?p=24267797
Xposed Disabler in case of brick http://forum.xda-developers.com/attachment.php?attachmentid=2568891&d=1391958634
1.Xtheme Engine Thread - http://forum.xda-developers.com/showthread.php?p=49952644#post49952644
2.Android Tuner
The most comprehensive toolbox to save battery, tweak, tune, backup, secure and monitor any Android devices running any ROMs, any kernels.
What is Android Tuner: http://www.3c71.com/what
☺ Replaces 20+ apps easily worth 30€ or more ☺
Life-time support, updates and new features for all your current and future devices.
Supporting me is only a couple of beers ☺
☺ Getting started: http://www.3c71.com/getstarted
☺ App screenshots: http://www.3c71.com/screenshots
☺ App benchmarks: http://www.3c71.com/benchmarks
☺ Best on rooted phones, works well on stock phones too
◊ Permissions requested: http://www.3c71.com/permissions
◊ Open-source APIs used: http://www.3c71.com/opensource
♦♦ Feature set (some require root access, try free version first) ♦♦
► Device manager *1
◊ Device profiles (CPU, IO, components)
◊ Tasks scheduler (app management, clean-up, etc)
◊ Device watchers to automatically activate a profile, run tasks or display alarms
◊ Battery savings using profiles and tasks
► File explorer *1
◊ Batch copy/paste, zip, delete, move, share and stream files and folders
◊ Change files/folders permissions and ownership
◊ Access all your Samba network shares
► Application manager *1
◊ Backup and verify app apk/data (multiple versions), sms and call-logs
◊ System app uninstaller and update cleaner
◊ Share and backup apps to e-mail, DropBox, GDrive, etc...
◊ Move any apps to user, system, SD or link2SD
◊ Freeze/unfreeze apps, crystallize (eg hibernate/greenify) and control app startup and events
◊ Zip align, clear cache, wipe dalvik-cache, fix permissions and optimize databases
◊ Control app notifications, permissions, locker (secure access), rotation and force screen-on *2
◊ Usage and standby statistics (find app draining your battery)
► Network manager
◊ Set WiFi access point priority
◊ Configure Android firewall, TCP Congestion, DNS *1
► Task manager
◊ Check CPU, network and memory usage
◊ Kill (default) or force-stop *1 any apps or kernel processes
◊ Automatic task killer, memory booster, memory cleaner
► System Control *1
◊ CPU governor, frequency, voltage, GPU controls, thermal and MPDecision controls
◊ Build.prop and sysctl editor (basic and advanced mode)
◊ Boost, analyze and benchmark SD cards
◊ Android memory manager, memory cleaner, SD linker (directory binder)
◊ fsync, sweep2wake, gamma and fast charge control
◊ Safe: restore defaults from app or recovery and CPU settings on boot-loop
► System Monitoring
◊ All Android applications or all processes, battery, CPU, network, memory
◊ Component states (WiFi, Bluetooth, GPS, 3G, Phone, APN)
► Status bar notifications
◊ Battery, cpu, memory, sd, temperature optionally with graphics in drop-down
◊ Add battery remaining bar on top or bottom
◊ Remove original battery icon
► Highly Configurable Widgets
◊ Resizable gauge widget
◊ 1x1 and 2x1 (PRO ONLY) text widgets
◊ 2x1-5x2 graphic widgets (PRO ONLY)
◊ 1x1 and 4x1-1x4 (PRO ONLY) toggle widgets *1
◊ 4x4 summary widget (PRO ONLY)
► System Toggles (manual widgets or in profiles)
◊ GPS, WiFi localization
◊ WiFi, BT, BT discoverable, APN, NFC, airplane
◊ Tethering (USB, WiFi, BT)
◊ Brightness, screen time-out, stay awake, flashlight
◊ Ringer, vibrate, synchro, background data
◊ Debug (over WiFi), unknown sources, USB storage, reboot
► Terminal Emulator & Script Editor
◊ Command history
◊ Run or test any scripts, optionally on boot
◊ Share scripts, commands and outputs
► System Logs Reader *1
◊ Logcat or kernel messages
◊ Advanced filtering and search
and much more that meets the eye ☺
*1 Requires root and kernel support for full feature
*2 Requires root and Xposed framework
Download Android Tuner From Play Store Or Buy Full Version
3.Gravity Box
GravityBox - tweak box - Xposed module for devices running Android 4.1/4.2/4.3 ROMs
Version 2.9.6 [JellyBean]
READ THIS POST CAREFULLY BEFORE PROCEEDING ANY FURTHER
Hey!
After countless hours of coding and searching for proper entry points to inject code to incorporate fixes and mods, here it is:
GravityBox - a complex Xposed module targeted for devices running Android 4.1/4.2/4.3, which turns vanilla ROM into
feature-packed "non-flashing" custom ROM.
Originally, this module was designed for MTK6589 devices which lack custom ROMs built from source due to MediaTek closed-source policy.
Later on, it was adjusted to support other (non-MTK) devices running vanilla or close-to-vanilla AOSP ROMs.
Introduction
The app utilizes amazing Xposed framework coded by recognized
developer rovo89 which, briefly, provides interface for injecting code into any app, including system services allowing modifications of applications and system services at run-time. One of the biggest advantages of GravityBox is that it is not bound to any specific device. Actually, it should run on any device having vanilla Android 4.1/4.2/4.3 (ROM close enough to AOSP).
This project wouldn't be possible without rovo's Xposed framework, so huge kudos to him.
Feature highlight
GravityBox provides 2 main groups of features:
Fixes - help to fight typical MTK6589 bugs like:
--- Date&Time settings crash
--- Caller ID mismatch
--- Split conversation in messaging
--- Wakelock in calendar app periodically turning on the screen
--- Waelock in messaging app turning on the screen every time new message arrives
--- Missing TTS settings in Language&Input
--- Missing extended developer options
Mods
--- the set of additional useful features that make using the system more easy and fun
--- CyanogenMod Pie controls
--- Expanded Desktop
--- Statusbar QuickSettings tile management with tile reordering
--- Lockscreen targets
--- Statusbar color and transparency
--- Statusbar Brightness Control
--- Statusbar icon colors
--- Additional QuickSettings tiles:
------- Sync on/off, WiFi AP on/off, GravityBox shortcut, Torch, Network mode (2G/3G/2G+3G switch), Sleep, QuickRecord,
QuickApp, GPS on/off, Ringer mode, Volume tile
--- Quick pulldown - switches to QuickSettings when status bar is pulled down near edges
--- Auto-switch to QuickSettings when there are no notifications
--- Center clock in statusbar
--- Battery indicator style
--- Navigation bar tweaks
--- Low battery warning policy
--- Disable LED flashing when battery low
--- Disable LED while charging
--- Auto-hiding of signal icons for empty SIM Slots
--- Advanced power-off menu (reboot, recovery)
--- Volume key cursor control
--- Skip tracks by volume key long-press while screen off (thanks to rovo89)
--- More volume levels for music stream
--- Option to control safe headset media volume
--- Button for clearing all recent tasks at once
--- Fullscreen caller photo
--- CRT screen off animation
--- Minimal brightness setting
--- Autobrihtness levels adjustment
--- Lockscreen tweaks - show widgets maximized, lockscreen background style (color fill, custom image)
--- Lockscreen rotation
--- Phone tweaks - flip action, disable vibrate on call connect
--- Hardware key actions - menu long-press/double-tap, back long-press, home long-press
--- MasterKey vulnerabilities patched (thanks to @Tungstwenty)
--- Dithered Holo background
--- Option to use solid black Holo background
--- Expandable volume panel
--- Option to unlink ringtone and notifications volumes
--- Notification drawer style (background color, image for portait/landscape, transparency)
--- Button backlight modes (default, disabled, always on while screen is on)
--- Button backlight notifications (for devices that lack Notification LED)
--- Navigation bar ring targets
--- GravityBox Actions (shortcuts)
... more to come
Compatibility
Some words about GB's main concept. One thing I didn't like about xposed modules was that it was always necessary to reboot a device after making a change to some option. Since GB's main concept was to turn MTK devices running stock ROM into something that's close enough to a feature-packed custom ROM, I had to take a decision - for it to be as much comfortable as possible and to really behave like a custom ROM, I had to design it to support most of the preference changes to be done on the fly without needing to reboot a device. While this sounds nice, it also brings couple of "drawbacks". For changes to be made on the fly, it is necessary to make some preparations when device starts. This means, even if you don't use the particular feature, the necessary preparation/modification is already there and is waiting for the user to come and change that option.
This means it is not possible to "completely deactivate" particular feature if it causes trouble on your device or if you installed GB because you want to use only one particular feature you can't find elsewhere.
This results in issues on ROMs/devices that have parts that are diverting from default Android implementation too much, or are running heavily modified custom ROMs.
If you experience weird issues after installing GB, even if you didn't activate a particular feature, it is not because of GB is broken, it is because it is not compatible with your ROM. It is very similar as if you installed ROM built from source for Nexus to some Xperia device - it won't work.
Next thing, GB is a complex module and is not suitable for 1 purpose scenario. This means, if you are running custom ROM built from source (CM, PAC, ...), and you are missing a certain feature, your best option is to go ask creators of those ROMs to implement those additional features. Supplementing missing features on well-known custom ROMs built from source by installing xposed modules (especially complex ones) is definitely not a good way to go and can cause more trouble than good.
And finally, the last. GB being a complex module, it shouldn't be combined with other complex modules often racing for the same goal. They can conflict/fight on the same playground and there's no way you can deterministically say which one's going to win.
They can even lose both.
So in summary:
- this module is designed to run on vanilla or close-to-vanilla Android 4.1, 4.2 and 4.3 (AOSP)
- supports majority of MTK6589, MTK6577, MTK8389 devices
- supports "Google devices" like Nexus, HTC One Google play edition, and others running vanilla Android 4.1/4.2/4.3
- Samsung Touchwiz, HTC Sense, MIUI, LeWa, etc. are NOT supported. It is not guaranteed this module will work on these at all so try at your own risk. This module is simply too complex to support all kind of ROM brands that were vastly modified by vendors.
- DO NOT USE WITH CUSTOM ROMS LIKE CM,AOSPA,ROOTBOX,AOKP,SLIM, ETC... IT MAKES NO SENSE AND CAN CAUSE CONFLICTS AND UNEXPECTED BEHAVIOUR
- I will not implement any exceptions that will adapt this module to a specific custom ROM. Please, do understand, it is unmanageable.
- I will not provide any support for devices violating these compatibility rules
Prerequisites
To use this module, the following conditions must be met
- You have a device running Android 4.1/4.2/4.3 that's based on AOSP (vanilla or close-to-vanilla Android)
- ROM must be rooted (XposedInstaller requires root to be able to install framework into system)
- You have working custom recovery allowing you to make a backup before installing Xposed framework
GravityBox has been developed and tested on THL W8 5" XHDPI device (MTK6589)
Installation
If you are using my GravityMod2 ROM, don't follow these instructions to update!
There's a flashable ZIP for updating GravityBox in GravityMod2 thread!
These instructions are only for those not running GravityMod2 ROM!
1) Backup your current ROM in custom recovery. I am serious. Don't skip this step.
2) Get the Xposed installer from Download section from Xposed official thread (the latest version is typically available at this link: http://dl.xposed.info/latest.apk)
3) Install and run Xposed installer and follow the instructions to activate Xposed framework
4) Reboot. If device doesn't boot that means that the Xposed framework is not compatible with ROM you are currently
running. You don't need to continue with the next steps. You will have to restore your ROM from backup.
5) Download, GravityBox.apk attached at the end of this post, rename it to GravityBox.apk and install it
6) Make sure GravityBox app is installed to internal memory. If it was installed to phone storage or external storage,
move it to the internal memory, first
7) Run Xposed installer, go to Modules menu and activate GravityBox by checking the checkbox
8) Reboot
9) Launch GravityBox from app drawer or from Xposed installer and set options as desired
Reporting bugs
If you experience problems with certain feature, provide the full-detailed info that can help me
to reproduce the bug and attach debug.log file you'll find in either:
/data/xposed directory in case of Xposed Installer version prior to 2.3
or
/data/data/de.robv.android.xposed.installer/log in case of XposedInstaller 2.3+
In case you experience SystemUI crashes or other apps Force Closing, or device soft reboots, attach logcat from time
crash occurs. (use adb logcat *:E or your favorite logcat app from Play Store).
Please, don't attach big logs. Only the portion where error is clearly seen.
Disable all other xposed modules before reproducing bug to make sure it is really GravityBox related
Remember, this app was developed and tested on one particular MTK6589 device so it is not guaranteed that
it will work flawlessly on yours.
Multilanguage support
Volunteers are welcome to translate GravityBox to other languages.
Simply download this file: https://github.com/C3C0/GravityBox/r...es/strings.xml
Use Notepad++ to edit strings and then send me edited file so I can include translations into next release.
Source code
GravityBox is opensource. Sources are available in my gihub: https://github.com/GravityBox/GravityBox
If you're a dev and have some ideas for additional features, feel free to fork it, work on it
and send the pull requests.
Copyright notice
https://github.com/GravityBox/Gravit...llybean/NOTICE
Support development
Coding, maintaining and supporting this project costs me a lot of my precious time. If you find this project useful, you are welcome to support its development via donation. This form of support is meant to compensate for my time dedicated to the community + eventually, help me to afford newer device to keep up with AOSP evolution thus providing continuous support as Android evolves. Thanks!
Info about premium features and PayPal transaction ID verification system
1) Those who supported development via PayPal donation can use their PayPal transaction ID to unlock premium features.
As of v2.9.5, there's one premium feature: Backup/restore of GB settings.
2) If you contributed to the project by providing translations, code fragments, or by any other way
you can apply for a free transaction ID by contacting me via PM.
3) Be aware that there's a system that can identify potential transaction ID
abuse. E.g. when one ID is being used by more users. Such IDs will get blocked automatically.
This can also happen when you previously exposed your ID in public forum and other users took
advantage of it. If this is the case, contact me via PM so I can issue new, special ID.
In case you own more devices, you can use one transaction ID on up to 10 of them.
4) If you are using your own custom builds of GB for personal use, you will get hash mismatch
upon verifying your ID as verification system accepts requests only from official releases of GB.
If you want to be able to verify IDs with your custom build, contact me via PM so I can setup
a special hash for your build.
If you are using a custom build that you provide for broader group of users (e.g. in a custom ROM),
it is necessary to ask for new hash everytime your new custom version is released for public use.
These rules are based on mutual trust so please, do not violate them.
Credits
- @bgcngm for his code contributions to the project
- @MohammadAG for Xperia specific contributions to the project
- @rovo89 for his ultimate Xposed framework and "Volume keys to skip track" mod
- @peptonib for starting me up with this project
- THL W8 owners for providing support and feedback
- CyanogenMod project
- ParanoidAndroid project
- SlimBean, RootBox, AOKP, OmniROM projects
- Sergey Margaritov for ColorPickerPreference
- @Tungstwenty for MasterKey vulnerabilities patch
- All those who provided translations for different languages (Mr.Premise, peptonib, kidmar, ch-vox, romashko, Indiant, lelemm, oicirbaf, unavix, LuHash, WedyDQ10, mp3comanche, awaaas, liveasx, samsonbear, Eric850130, xtrem007, benjoe1, asmb111, ...)
- and finally, all those who keep the project alive by supporting me via donations (you know who you are)[/COLOR
Changelog
https://github.com/GravityBox/Gravit.../CHANGELOG.txt
XDAevDB Information
GravityBox [JB] Xposed Framework Module, a Tool/Utility for the Android General
I WILL NOT BE HELD RESPONSIBLE FOR BRICKED DEVICES ALTHOUGH I AM WILLING TO HELP
PLEASE GIVE SOME TIME TO UPDATE THIS WITH MODULES
Credits : Komal Singh
This thread is nothing more then a copy and paste job of other developers threads.
[FRAMEWORK ONLY!] Xposed - ROM modding without modifying APKs (2.4.1)(02.12.2013)
[APP][JB][XPOSED] GravityBox v2.9.6 - tweak box for Android 4.1/4.2/4.3 [10/02/2014]
This violates the rules of xda.
Thread Closed

MIUI Pro 8 7.8.7 [LP] [Z010D]

Version MIUI: 8 | 7.8.7
Android version: 5.1.1
Remember! Everything you do with your phone, you do at your own peril and risk.
For the consequences, except for you, no one is responsible!
Features of MiuiPro firmware
Assembled on the basis of Chinese weekly firmware (China Dev.)
Translation languages ​​- Russian, Belarusian and Ukrainian
Own firmware and patch repository
Cut unnecessary Chinese applications
Optimized system resources and power consumption
The necessary minimum of Google services is integrated
Added extended reboot menu
Integrated weather application M8 with extended package of widgets and sources
Root-rights in the drain, integration of SuperSu
Integrated Dolby Atmos
Integrated keyboard Gboard (Google Keyboard)
Added independent settings enhanced desktop settings (on / off shadows, captions, reflection icons, automatic closing of folders, gestures on the desktop with the ability to choose their own applications for them)
Modified the stock dialer and the application "Phone" (the ability to activate the maximum screen backlight when you call and configure the action after the end of the call) added advanced settings for selecting the type of network "smart" mobile network
Added connection timers extended battery indicator settings
Fixed notification notifications on icons
Added feature on / off. Sound when you connect and disconnect the charger
Added the ability to manually select the color of the LED from the palette
Installation Instructions
Download firmware
We throw on a memory card
Reboot to TWRP
Backup
Wipe system, data, cache
Flash Zip
Download
https://yadi.sk/d/zBOeQ-OD3LyEcr
Information
In the near future, I hope our Max will add to the list of supported devices MiuiPro
Credits: @Kybyak (Ported) @jeka (Some Fixing Helps)
Iam Not A Dev
Link not working mate
Link Updated...
It works in Z00A? (Please say yes) :fingers-crossed:
emmersoncastro said:
It works in Z00A?
Click to expand...
Click to collapse
no
Uaaaaaaaaa!
Miui 9 not booting stuck at Asus logo please help

[ROM][PORT][SHARED] MIUI 9 [HYBRID] [GLOBAL + PRO] [06-01-18][YcJeason][SD x52x]

WhatsApp Group Chat Invitation: Share the LEECO WORLD
This rom is originally ported & developed by YcJeason. A lots of thanks & all credits to him for sharing his superb developments.
(NOTE: everything written here is exact translation of original thread posted by Ycjeason on his website)
{
"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"
}
Acknowledgments: Special thanks to the pig brother @ playing rogue pig help improve thanks to foreign gangster @ rishabh Rao repair brightness.
After a few months, MIUI9 new incoming, updated from time to time ! in this Exclusive sharing fixed a lot of problems, long-term use!
The ROM built a few applications, if you are willing to support me to continue to maintain the update, you can help use a few days to uninstall, you can donate to me, thanks!
Alipay donation account: [email protected]
WhatsApp Group Chat Invitation: Share the LEECO WORLD
【Release Notes】
Special statement:
The ROM before and after the cost of a lot of energy and time to improve the ROM prohibit any changing and modification, hope to learn from friends & give respect for , thanks!
On the part of the feedback from users:
First of all, I did not find these problems in testing, please change make a clean flash. Or in case problem persist wait for the next upadte.
[On XPOSED] Already install in this ROM, Just flash the flashable zip: DOWNLOAD HERE
【Note】
1, Default Brightness KERNAL fixed, very few users after flash may lead to abnormal restart, please FLASH ROM KERNAL if it does not start (ROM download address below in DOWNLOAD area.)
2, if you want to use XPOSED framework, please flash zip (ROM download address below in DOWNLOAD area.)
3, if after flash the does npot BOOT, please re-download it can be because download may tamper with data lead to ROM damage
4, Gay set in the activation of the black domain will be reported as a normal phenomenon, the phone restart after the need to re-activate the black domain
5, if the ROM starts without 4G network, please flash the official ROM and then flash this MIUI release.
【UPDATE LOGS】
▍ 7/12/30 update ( 2017 final version )
Update the end of the package to the domestic version of MIUI9 7.12.28 development version, synchronization MIUI update. XP framework to support be sure to use XP provided by Baidu disk.
Optimized to remove the Gay settings - King mode, the king of glory high frame rate mode is open, so canceled
Optimize the update xposed and support uninstall
Update system updates, OTA push has been resumed
System
new full-screen gestures, head to "Settings - full screen" in the open, instead of completely virtual navigation keys (millet MIX 2 / millet MIX / 5 red rice / red rice 5 Plus)
lock screen, status bar, notification bar
OPTIMIZATION ON Increase the second confirmation in the "demo mode"
game acceleration
new support automatically start the game when the game is turned on to speed up the
optimization of the message bother support suspended notification reminder WeChat, QQ phone
▍ this week recommended to
increase the interception of harassment interception support a
new call abroad switch, support for HTTP. Support from the last interruption of the switch to start the transmission of data, no need to start after the interruption of transmission, greatly reducing the total time required for replacement
▍ detailed log
backup
add a key replacement, support for HTTP. Supports the transmission of data from where the switch was last interrupted without the need to start over again after the interruption, greatly reducing the total time it takes for the switch to be changed
Settings
Added "Full Screen" setting items including Virtual Navigation Key Settings related to the application full screen operation
Added "Gestures and Button Shortcuts" Support for setting "Enter Split Screen" Shortcut
Mochi Center
New Moxian Recharge / Payment Support Staging
New Mumbai Voucher
Added New Moxibustion Center Help Feedback
Optimize Coin Cashier Style
Optimize Coin Center Home Redesign
Harassment Intercept
Add Support Intercept Overseas Call
Miyake Wallet
Optimize Mi Pay Card Bonding Process
-----------------------------
system
repair connection to individual models easy to cut off the flow of the problem
lock screen, status bar, notification bar
optimization improve notification bar talkback tab to
optimize the response speed of the Bluetooth shortcut switch
theme
optimization details page thumbnail paging instructions, remove the dots
Album
repair long screenshots can not use the cutting function of the
________
10/11/2017
Set
New wake-up function to lift, go to "Settings - Display" open (millet Note 3)
Recent mission
Fixed horizontal screen application preview abnormalities
Security center
Optimized optimized security scan Free WiFi risk hints, support no longer risk pop-up window
Millet purse
Optimize credit card page fingerprint verification process
Optimize balance reminder shows abnormal problems
Optimized recharge interface experience
7/11/17 update
Update the end of the package to the domestic version of MIUI9 7.11.16 Developer Edition, synchronization MIUI update. XP framework to support be sure to use XP provided by Baidu disk.
Add face unlock function (set - lock password fingerprint - add face data)
Fixed XP framework activation problem
Update System Update to V3.9
▍ Recommended This Week Detailed Logs
Xiaomi Financial
Added Support for Automatic Fill SMS Authentication When Paying And Clinging Card
Fixes Camera System Calling Problems During Authentication On
MIX 2 Fixing When Bottom Button Is Hidden On MIX 2 Bug
fixes Sporadic SMS verification code Flashback problems
Fix the issue where the cancel button can not be clicked on the fingerprint recognition dialog in some cases
7/11/4 update
Repair non-mobile card no call notification problem (repair patch in the download address)
7/11/3 update (measured missed calls / telecom card / Volte are normal)
Update the end of the package to the domestic version of MIUI9 7.11.3 Developer Edition, MIUI update synchronization. XP framework to support be sure to use XP provided by Baidu disk.
Update System Update to V3.88
▍ This week recommended
new application management interface style revision, management application is simpler and clearer
▍ detailed log
system
optimization Third-party application standard toast increase application name prompt
application lock
new application lock support set single lock application message screening
application management
new Interface style revision, management applications easier and clearer
Desktop
Optimization Click the gadget in the Add Tools page to add to the blank space of the current screen
Repair Open the application lock, back to the desktop without animation problem
information Assistant
Add my favorite Support for managing various applications of automatic collection
Direct service
optimization Search browser to search for direct service, increase direct service logo
millet account
optimization login status fails, lower the frequency of system notification and reduce the user's interruption
Security Center
new game acceleration switch
repair use After the game is accelerated, can not use the other network accelerator problem Add a new message
online global
calls, support for missed calls and voice memos new features
7/10/27 update
add the distance sensor dynamic calibration function, to avoid the call when no black screen
lock, status bar, notification bar to optimize the lock screen notification double-click the effective time interval to 1 second
theme add the system settings - personalized theme - the official selection, More high-quality online theme
optimization theme collection icon, the collection of the theme icon into a solid heart
support interrupted re-connected, the process of replacement, WLAN hotspot connection will automatically resume connection and continue to transfer the task , Without manual intervention, greatly enhance the success rate of a new replacement machine, support from the Apple device iCloud import contacts, photos and video data to the millet phone
repair a key switch, interrupt the connection, the connection is normal but not The problem of transmission of data
repair a key replacement, after the replacement may have a few applications did not change to the new mobile phone security center.
new game acceleration support performance mode
7/10/21 (HYBRID) update
Update the bottom package to MIUI9 7.10.19 development version, synchronous MIUI update, this is MIUI and MIUIPro hybrid version, it does not support the portal
Repair mobile high-definition call, be sure to support the high-definition call at the end of the package brush, it is recommended in the official bottom package double clear card brush
Fix shutdown problem with charging animation
Add XP support, eat chicken chicken (please use the download address in the XP)
Added desktop support on the lock screen (MIUIPro function)
New Call Settings Advanced Features (MIUIPro Features English)
New advanced power menu (MIUIPro function finished)
Update the system update to V3.8.7
Optimize eye protection mode
Other self experience, it took a few days to stay up late to repair the update, I hope you like
7/10/21 21:00 update
Update the bottom package to version of MIUI9 7.10.19 development version, synchronization MIUI update, support the portal, compared to the previous version is more stable, suitable for people
Update the kernel causing restart
Repair the safety center power display
Repair the breathing light to inform the problem
Repair the problem caused by foreign bottom packs
Repair mobile high-definition call, if there is no high-definition call,
Optimize system stability
Optimize system fluency
Repair mobile high-definition call, be sure to support the high-definition call at the end of the package brush, it is recommended in the
Fix shutdown problem with charging animation
Add XP support, eat chicken chicken (please use the download address in the XP)
Added desktop support on the lock screen (MIUIPro function)
New Call Settings Advanced Features (MIUIPro Features English)
New advanced power menu (MIUIPro function finished)
Update the system update to V3.8.7
Optimize eye protection mode
Other self experience, it took a few days to stay up late to repair the update, I hope you like
7/10/13 update
Update the end package to MIUI9 7.10.12 development version, synchronization MIUI update, thanks to the group to share the kernel
Add the portal
Add a new version of the information assistant, support step function
Added Sogou input method LEECO version
Update the system update to V3.8.5
Repair the brightness problem ( part of the base friend to restart the problem has been fixed, no longer need to restart the kernel )
Repair to remove the virus ad files (MMP was pit miserable, sorry)
Fix the problem that the camera sound can not be closed
Other self-experience it
7/9/16 update
Bugs removed caused ads pop-up
7/9/15 update
Development version
synchronization MIUI update
Repair telecommunications 4G network, the real all Netcom (telecommunications + mobile card test)
Optimize lock screen notification, call reminder, desktop angle reminder
Optimize baseband correlation
Optimize system fluency
Add a voice assistant, boot up
Update the system update
Online OTA has been pushed.
7/9/11 update
This update has been found a number of base friends to help test, if there are pit, please kill them.
Fix the problem with no caller ID
Fix lock screen notification problem
Fix some of the user feedback problems
New Gay settings - Advanced options - System brightness settings (for non-restart kernel)
Streamlined Gay settings - side functions
Online OTA upgrade is in progress and is expected to be pushed after 22:00
7/9/9 update
Update the MIUI package for MIUI9 7.9.7 Development Edition. Add a new Gay setting
The kernel re-adjusts the kernel solution
Baseband optimization baseband correlation, mobile Unicom 4G test is normal, the telecommunications card should be no problem (to be tested)
Add a new Gay setting
Optimize recovery MIUI applications do not need to clear desktop data
Black domain with manual activation to meet the needs of the public
OTA upgrade built-in SunOTA (can be uninstalled), from time to time push ROM. PS: Due to the need to maintain the server, the OTA online upgrade service requires a fee
7/9/2 update
Add black domain, prohibit the background from the more smooth power
Fix lock screen notification problem (missed call prompt has been fixed)
Repair the desktop application angle warning
Fix the problem of not using WIFI hotspots
Repair MIUI comes with headphones and sound effects can not be used
Repair the breathing light to support seven colors
Repair the brightness problem, automatic brightness normal
The modified model is displayed as music as X520
Correction settings - eye protection mode
Correct the safety center battery information
Fix Removal Settings - My Device - System Update (Invalid option)
Support fingerprint recognition and infrared remote control
Support mobile phone avatar, application double open, millet cloud service MIUI features
Support the perfect theme crack, no framework
Crack system signature verification
crack system program delete restrictions
Crack the USB installation permissions
Reduce redundant useless settings options
Added ROOT to 2.78 Professional Edition (highest privilege)
【GAY advanced settings】
LAY team works, without permission to prohibit theft!
Add new advanced settings - Gay settings (can be uninstalled directly)
General - General settings
Add Gay settings - Power menu (shutdown, reboot, recovery, etc.)
Add Gay settings - advanced options
Activate black field settings (one-button activation black domain service)
Time position selection (original / IOS layout selection)
Desktop layout switch (4x5 4x6 5x5 5x6 layout selection)
Time display setting (original, week | time selection)
Drop-down search setting (on or off search)
Apply the relevant settings (restore MIUI application, please enter the settings after opening - more applications - the system desktop - clear the data can appear)
Added Gay Settings - Enable Black Domain (Prohibit Background Self, More Smooth Power Saving)
Added Gay settings - screen assistant (support for multiple features, support graffiti screenshot)
Add Gay settings - Eye mode (night to protect your eyes)
Added Gay settings - Viper sound effects (professional to improve sound quality, default activation)
Added Gay settings - Dolby Sound (professional to improve sound quality, increase the phone outside the release)
Added Gay settings - side features (practical and convenient shortcuts)
Conventional - frame support
Add Gay Settings - XP Framework (Manage XP Modules and Frames)
General - other settings
Add Gay settings - USB mount mode
Add Gay Settings - Developer Options
Add Gay settings - battery information
Add Gay settings - about information
Added Gay setup -ROM download
Advanced - System
Add Gay settings - Performance settings (performance control, parameter view)
Add Gay settings - Application management (freeze or delete redundant programs)
Added Gay settings - since the opening management (control application background self-Kai)
Advanced - auxiliary
Add Gay settings - WIFI password view (view connected wifi password)
Add Gay settings - key switch (control keyboard light switch)
Advanced - personality
Add Gay settings - DPI density settings (adjust the screen display range, the smaller the value, the larger the visual range)
Added Gay settings - model camouflage (modified phone model, careful operation)
Advanced - about
Add Gay to set -ROM related information
How to Install?
1. DOWNLOAD it from this Link .
2. Copy it to your Device.
3. Reboot to Recovery.
4. (i) If already on MIUI 9 by YcJeason than DIRTY FLASH.
(ii) or use Clean Flash
5. Done
【DOWNLOAD AREA & SCREEN SHOOTS】
MIUI 9 (06-01-2018): Gdrive Link / Mirror Link / Mirror Link 2Updated on 07-01-2018
MIUI 9 (30-12-2017): Gdrive Link / Mirror Link / Mirror Link 2Updated on 02-01-2018
MIUI 9 (08-12-2017): Gdrive LinkUpdated on 10-12-2017
MIUI 9 (01-12-2017): Gdrive LinkUpdated on 01-12-2017
OLDER VERSIONS: GDrive link (Oct &
Nov)
More Older: GDrive Link
Brightness & Not Restart Kernal: GDRIVE LINK
For GAPPS
1) Use Chinese Store to download and install Gplay Services.
2) Or Download This APK: Download
How to Use this APK?
1. Install this APK.
2. Make Google Chrome as your default Browser.( otherwise these links will give errors )
3. Now download the following apps one by one
The following apps are:
-Play Store;
-Play Services;
-Google Contacts Sync;
-Google Account Manager;
-Google Services Framework.
All these apps are the latest version.
(it might give errors during installation, just ignore and install all apps)
5. Restart your phone.
6. GoTo settings and click on add n account and add your google account.
3) Download this small PC version GOOGLE SERVICES (PC VERSION)
DONE
[/SIZE]
Other Downloads
XPOSED
GREENIFY
AMPLIFY
More Xposed Modules
OLDER VERSION (31-08-2017)
WhatsApp Group Chat Invitation: Share the LEECO WORLD
Flash this if not booting up
https://drive.google.com/open?id=0B_6YxIF9FKduMDFWZ3JwNmtHNjQ
fix brightness without rebooting the kernel
https://drive.google.com/open?id=0B_6YxIF9FKduS1c5d21wUC1hOXc
Dedicated XP framework: Click here
Do not restart the kernel: Click Here
Are the gay settings in English or Chinese?
allrockedout said:
Are the gay settings in English or Chinese?
Click to expand...
Click to collapse
Chinese
Removable
bro...from next dont make new thread for new updatte....
just update your old thread....and make announcement for the update...
Please upload fast
---------- Post added at 03:02 AM ---------- Previous post was at 03:01 AM ----------
Your baidu link expired and my download failed at 80s
At 10-9-17 I fixed the issue of opening the WIFI hotspot reboot. Thank you for your job。
ycjeson said:
At 10-9-17 I fixed the issue of opening the WIFI hotspot reboot. Thank you for your job。
Click to expand...
Click to collapse
Dear sir a lots of THUMBS UP and huge respect for your work.
[email protected] said:
Please upload fast
---------- Post added at 03:02 AM ---------- Previous post was at 03:01 AM ----------
Your baidu link expired and my download failed at 80s
Click to expand...
Click to collapse
LINK UPDATED :good:
Russian language is ?
pls, who will TRY (with satisfation) Safetynet-pass : can post here all steps?
Inviato dal mio X527 utilizzando Tapatalk + Xperience_ROM
XNTPbIY said:
Russian language is ?
Click to expand...
Click to collapse
No i think
Many miui rom but no one concentrating to fix volte,after all useless for many users whose primary sim is jio
Plzzz help developer
plzzzzz tell me this rom fully support volte calls or not
in other words this rom contains volte call bug or not
PLZZZZZ REPLY FAST
aashishkumar777 said:
plzzzzz tell me this rom fully support volte calls or not
in other words this rom contains volte call bug or not
PLZZZZZ REPLY FAST
Click to expand...
Click to collapse
VoLte is most concerned in India so an INDIAN user please test and reply.
Leeco Le x522 said:
VoLte is most concerned in India so an INDIAN user please test and reply.
Click to expand...
Click to collapse
Volt bug is found in the previous version
miss call
why miss call don' show?any solution for this please,rom awesome
How to use the apk file mentioned above
Sent from my X526 using Tapatalk
Cabr said:
why miss call don' show?any solution for this please,rom awesome
Click to expand...
Click to collapse
Its showing.
However another update 10-9-17 is on the way to GDRIVE wait till few more hours.
not showing.but i wait new update and will see
Cabr said:
not showing.but i wait new update and will see
Click to expand...
Click to collapse
10-9-17 link updated in OP

Masik ™ X 6.0 stable MIUI PIE

Updated: November 17, 2018 (19:00)
Description of Masik ™ X
SYSTEM
-Aroma Installer with a flexible system of firmware installation during its installation, language Aroma Installer: RU and EN.
-Full and high-quality translation into Russian (the translation was founded by the MIUI Russia team).
-Built-in global Hi-Fi audio engine to replace the standard, the ability to choose sound processing from Beats Electronics, Harman Kardon or Sound Alive (optional choice in Aroma Installer during the installation of firmware).
-The interface of applications, qualitative localization and finalization of graphic resources of system is modified.
-System optimization was performed, system parameters were adjusted for better system performance and responsiveness of the interface, the scenarios were modified and cleared of intermediate values.
-Maximum optimization of fonts in all system applications for better display in Russian localization.
-Removed Chinese applications, anonymous statistics collection and sending services, analytics and logging services, system update agents, advertising services, Analitics Core and their dependencies.
-It uses its own correct blocking of advertising, which does not affect important Internet resources (optional selection of the lock list in Aroma Installer during the installation of the firmware).
-The original media content is replaced by the author's (resources inside applications, notification sounds, ringtones, wallpaper, butanimation, booty).
-Built-in extended geolocation of telephone numbers, improved definition and display of names of Russian operators.
-The database of automatic settings of APN access points has been updated.
-Design of the system with the adjustment of graphic layers in the style of Super AMOLED, added an extended package of icons Masik, the number of icons: more than 5500.
-Built-in minimal set of Google services with the ability to completely remove from the system (optional option in Aroma Installer during the installation of the firmware).
-Correct work of payment Google Pay on devices with support NFC.
-Extended power menu: added the ability to reboot into Recovery and Fastboot modes (optional in the "For Developers" options).
-The maximum threshold of the volume of the spoken speaker and the volume of audio in the headphones is increased.
-Removed advertising sources and recommended pages in all system applications.
-Rounded corners in the preview of running applications in the task manager and in the pop-up windows of the menu.
-Correct operation of any modifications of Mi Fit application.
-Fixed the display of fractional numbers in Russian at the system level.
-Added ability to install Sony Xperia keyboard or Google Keyboard as the main (optional option in Aroma Installer during firmware installation)
-Instant creation of a screenshot by pressing the "Volume down + Power" keys.
-Correct work of Wi-Fi at 2.4 and 5 GHz.
-Signature and application integrity checking is disabled.
-Added new emoticons iOS Emoji.
-Reduced the threshold of minimum screen brightness.
-Updated the time zone database.
-Added AptX HD codecs.
DESKTOP
-The widgets of the clock are refined: the date format, font sizes have been fixed.
-Added setting of gestures on the desktop (svayp up or double touch) with the choice of action
-Added the ability to enable / disable automatic closing of folders, display shadows and sign icons on the desktop
-Added the ability to set your photo by pressing the date in Mi 5 times.
-Added the ability to enable background blur in an open folder.
-Added the ability to select different grid icons.
-Full localization Mi assistant.
CONTACTS AND PHONE
-Improved search for contacts in the dialer by T9.
-The interface of the call window has been changed (control buttons in a row, an enlarged subscriber avatar).
-Added the ability to turn on the maximum screen backlight when making a phone call.
-Added the ability to assign an action to the HOME button during an incoming call.
-The ability to synchronize the black list of contacts with Mi account is added.
-Fixed smart grouping of contacts for all languages.
-The base of advanced geo-definition of numbers from greatslon is added.
-Possibility to choose the type of dialer: Russian and English-Russian.
-The flash flashing frequency is optimized during calls. (included in the settings)
-Improved the quality of recording of telephone conversations from the line up to 320 kb / s 48 kHz.
-Fixed sorting of contacts by name.
SETTINGS
-A new view of the "About the device" section.
-Added icons to the items of additional settings.
-Added the ability to change fonts in the screen settings.
-Added the ability to choose the default volume control: multimedia or ringtone.
-Added advanced settings for timers and behavior of network parameters (Smart Network).
-the ability to enable / disable the full-screen mode of the MIUI shell.
-Added the ability to enable / disable vibration when the screen is unlocked with a fingerprint.
-Added the "Unlimited screen" option for devices that did not support it before.
-Added the ability to disable (freeze) system applications.
-Added ability to switch tracks with volume keys.
-Added the ability to enable / disable the sound of connecting and disconnecting the charging.
-Added ability to enable / disable the sound of completing the charge.
-Added the ability to enable / disable the sound of a discharged battery.
-Added the ability to enable / disable the sound of deleting files.
-Added the ability to enable / disable the sound setting time.
-Added the ability to disable system applications (freeze).
-Added the ability to disable when exiting the silent and do not disturb modes.
-Added the ability to customize the display time of a single and extended volume pane.
-Added additional options in the settings "For Developers" for some devices.
BROWSER
-Full localization of the browser.
-Ads are disabled.
-Deleted links on the main page.
-Added major search engines: Google, Yandex, Yahoo, Bing, Baidu.
-Added the ability to perform a quick search when entering a query on Youtube, Google Play, AliExpress, 4pda, Wikipedia, -DuckDuckGo.
-Auto-update of the application is disabled.
ANEL OF NOTIFICATIONS
-New kind of notifications as global firmware with the ability to quickly respond.
-The function of automatic grouping of rarely used notifications into the category "Not Important" is updated.
-Added the ability to set one of the five styles of battery charge indicator.
-Added the ability to change the number of displayed switches in the extended notification panel.
-Added the ability to change the number of displayed switches in a single notification panel.
-Added the ability to change the number of rows of displayed switches in the extended notification panel.
-Added the ability to hide the brightness panel.
-Fixed displaying of fonts in notifications.
-Fixed displaying the network icon (5 bars instead of 4).
-If you hold the Internet switch in the notification panel, the network type selection opens.
-Added support for "Not Important Notifications", which allows you to group unimportant notifications into one category.
SECURITY
-Added support for task automation.
-Updated the "Battery" section in the "Security" application.
-The main application screen is modified, unused Chinese functions are cut out.
-Easily manage permissions: all application permissions are located in one place.
-Added option to maximize battery power saving.
-Added the ability to hide the side of the application on the desktop.
BACKUP
-Added the ability to import contacts and messages from iCloud.
-Added the ability to create a backup for any (even protected) third-party applications and restore it.
-Added the ability to create and restore a backup via USB.
THE CALENDAR
-Added support for Russian holidays, thanks to which you can configure automatic deactivation of the alarm on holidays.
CAMERA
-Additional features for some devices are activated.
-JPEG compression is disabled when decoding and saving pictures.
-Added full control of the manual shooting mode.
-Improved sound quality when recording video for some devices.
-Added new shooting modes: intelligent, portrait.
-Added option to eliminate noise when shooting.
COMPASS
-The display of the pressure "mmHg" has been changed instead of "hPa".
TOPICS
-Added the ability to apply any themes and fonts from third-party sources.
-Built-in 3 style mask icons with preview.
-Built 3 style desktop with a preview.
-Embedded in 6 styles of system font with preview.
-Added the ability to download ringtones and fonts.
-Russified local topics.
CONDUCTOR
-Added a local base for defining popular folders on the main page (folders from Telegram, VK, Music, WhatsApp, etc.)
-The initial tab has been changed to the categories section.
WEATHER
-The sunrise and sunset graphs are displayed.
-The display of the pressure "mmHg" has been changed instead of "hPa".
MAIL
-Fixed display of avatars without photos.
GALLERY
-Support for creating collages and posters is activated.
-Support for creating clips is activated.
-Added support for stickers in the photo editor.
-Russified all the graphics.
-A folder of screenshots and screen records has been moved to Pictures, as in the standard Android, for the convenience of sorting photos in third-party galleries, for example, in Google photos.
MUSIC
-Removed Chinese online content and online pages.
-Removed functions for the Chinese region.
-Added ARCloud music recognition service.
-Added a button to switch to the previous track.
-Disable the notification of the safe volume, which did not allow you to add the volume to the maximum when connecting headphones.
VIDEO
-The Chinese version of the video player is replaced by a global one.
-Added codecs for MKV and VOB video formats.
-Added codecs AC3 audio format.
GLOBAL SEARCH
-Added a full-fledged corporate search MIUI.
-Running the swipe up from the desktop.
-The ability to select the default search for svaypu up on the desktop. You can replace it with a standard Google search.
-The ability to search for online content, SMS messages, settings, applications on the desktop and much more.
LOCK SCREEN
-Changed the menu of quick launch of popular applications instead of Chinese services. Activated svaypom sideways.
-Smooth damping of the sublattice when the device is locked.
DOWNLOADS
-Removed the recommendations and Chinese services.
-The correct work of Xunlei acceleration.
CLOCK
-Added weather support for alarm clock.
-Added the ability to set an alarm on working days. On holidays it will not work. The holidays of Russia are updated from our server.
ATTENTION ! When you install MASIK, you still have the previous version of ARB. CONSIDER THIS FACT AT THE RETURN TO OTHER FIRMWARE AND CHECK THE ARB STATUS. IF YOU ARE IN ARB3 INSTALLING NEW MASIK VERSION WONT CHANGE ARB IT WILL ALWAYS STAY AT ARB3 IF YOU HAVE ARB YOULL ALWAYS HAVE ARB4 *ARB WONT BE TOUCHED*
OFFICIAL MASIK
https://sites.google.com/view/masikupdates/Update
Masik 2.4 Fan Edition.
https://drive.google.com/file/d/1vXpb42KxQ2Ka4K0UCHcVxBNkfVP6AXAa
go to official site for download link.
Before installing, it is recommended that you make a Factory Reset or Wipe Data in TWRP. On the previous firmware, you must disable "Find Device".
dalvik / ART cache
cache
data
system
vendor
If you are already using any Masik rom then no need to wipe "data". Just wipe dalvik / ART cache, cache, system and vendor. Then install the latest Masik rom. All your applications will be preserved as they were. That will work just like OTA update
MD5:
credits to @ Fatym Elita at 4PDA forum.
link to thread
https://translate.googleusercontent...Jrhgy8tQ1sf5D3EBC41Nw2r0Z7JX6Gw#entry74462877
CHANGELOG
Masik ™ X 1.6 STABLE
Greetings, friends: thank_you:
CHANGELOG
The list of changes is inside the firmware in the "Firmware Update" section.
MASIK X GOOGLE SEARCH.
https://drive.google.com/open?id=1HFkuEjkYyQaU2Q-_NTtyi7GzmiWSratF
MASIK X GOOGLE ASSISTANT
https://drive.google.com/open?id=1rR5rxzAQ7rP2wr-qyw3iEg9RnRwHRaC8
miflash and one click twrp install i got this from masik developer. not sure if its his. or whoever made this credit to him.
https://drive.google.com/open?id=1XLncxs4UDcSxiefQomwT4yZpWthwfAES
HERE ARE ALL THE MASIK ROMS ON GOOGLE DRIVE credits to @ mino nhé in asian forum.
https://drive.google.com/drive/folders/1Q6-ajHXqJ8boSF3Os4dAI3RmhD3pJbSL
stock splash and bootanimation attached
bootanimation miui 10 black
Thank you!
boot animation doesn't flash for me
Thanks for update.pls make it weakly
Nice one
Meraj018 said:
Thanks for update.pls make it weakly
Click to expand...
Click to collapse
Weekly is better
Which partitions one must wipe during installation?
how,s the battery??
is this rom multilinguage?
Default Notification Sound does not change even though I picked other ringtone. Am I the only one who's experiencing this?
nelsonmenon said:
boot animation doesn't flash for me
Click to expand...
Click to collapse
sorry uploaded wrong file. its fixed now.
Meraj018 said:
Thanks for update.pls make it weakly
Click to expand...
Click to collapse
i dont make rom am just posting link. but ill post link to thread. i think he builds every week when developer china rom is released from xiaomi.
t.hasan1 said:
Which partitions one must wipe during installation?
Click to expand...
Click to collapse
author installation
Before installing, it is recommended that you make a Factory Reset or Wipe Data in TWRP. On the previous firmware, you must disable "Device Search".
i do clean installation all wipes but thats just me. i love to start clean so i can tell if new bugs are present.
raptorddd said:
author installation
Before installing, it is recommended that you make a Factory Reset or Wipe Data in TWRP. On the previous firmware, you must disable "Device Search".
i do clean installation all wipes but thats just me. i love to start clean so i can tell if new bugs are present.
Click to expand...
Click to collapse
I've heard that one must also wipe it the system and vendor partitions too?
marlontongco1 said:
how,s the battery??
Click to expand...
Click to collapse
i have not tried 2.4
but on 2.0 i got 8 hrs of SOT.
now am on 2.2 i get 10-11 hrs SOT.
t.hasan1 said:
I've heard that one must also wipe it the system and vendor partitions too?
Click to expand...
Click to collapse
am not sure about that. but i do it no problem so far
HydroAG said:
is this rom multilinguage?
Click to expand...
Click to collapse
yes not many included but it has italian.:good:
RSBluee said:
Default Notification Sound does not change even though I picked other ringtone. Am I the only one who's experiencing this?
Click to expand...
Click to collapse
am not on 2.4 so i cant tell. ill wait for 2.5 when they release new china developer rom. i heard they do it weekly.
may i ask you if status bar is iOS style or miui in 2.4? first build of 2.3was iOS
2.4 doesn't have iOS style status bar, it is default Miui status bar

[APP][ANDROID TV] Projectivy Launcher

Introduction
Projectivy Launcher is a launcher dedicated to Android Tv, offering special features for Xiaomi family projectors/TVs.
With the new major version that extends the use to all Android TV devices, and for better understanding, the original thread has been split :
The original thread will focus on Xiaomi/Fengmi/Wemax projectors, offering a faq, links to custom recoveries, guide for rooting, links to download stock ROMS and OTAs.
This thread will focus on the launcher itself.
Description
It's a multi purpose launcher that can be used without root, but adds interesting features on rooted ones. It can be installed on most Android Tv devices (to provide automatic boot on HDMI input for example). A bunch of functionnalities are dedicated to devices with amlogic/mediatek SOCs and/or Xiaomi devices.
It can be used as a launcher replacement, or as a standalone app if you only need a side feature.
You don't need root to use this app, except for the features maked with [ROOT] below.
Here are the current features :
Global UI : long press any card/icon to display a contextual menu allowing you to start/uninstall app as well as hide or rearrage it as you like (ie : move or add it to another section)
Input :
Shortcuts to change source to HDMI 1 to 3, AV, as well as opening an onscreen menu to choose the source. These will be useful if you disable the stock launcher, as you will probably lose the stock widget with Tv preview and change source buttons.
Tv Apps :
... : Android Tv dedicated apps will appear here
Mobile Apps :
... : any app not dedicated to Android Tv (whose icon usually doesn't display on Android Tv launchers) will appear here
Display :
Display settings : Add ability to create different display profiles (premium version required for more than 1) that can be applied automatically when changing input source and dynamic range. Most features that could be changed in previous versions (zoom, input lag...) of this app can be added to a display profile and thus automatically available upon boot with no action on your side. The profile editor can also display many calibration screens to help you setup your device as you need. Unless you're using a device based on Android Tv 6, you'll need to have a rooted device. If it's not working for you, you can probably benefit from the calibration patterns it can display (FHD, 4K, Jitter, HDR, DV...)
Zoom : Changes the Zoom in/out factor for video display (external inputs as well as any video player) [ROOT] and also enables access to stock zoom feature if available (to zoom/unzoom full display, not only video, but can't go below 80%)
Force 4k UI rendering [ROOT] : this may cause lags when rendering the UI
Settings :
Projectivy settings:
launcher
Parental control : protect apps with a parental code (totally or during a specific time frame)
Override stock launcher : try to replace the stock launcher even if it hasn't been disabled (which is still the preferred way)
Card size : size of the apps icons
Wallpaper : choose between no wallpaper, user defined one, or random wallpapers from different reddit channels
Use dynamic colors : change main color based on your wallpaper, à la Material You
Show status bar
Unselected lines opacity
Display left headers
Show sections title
Show time
Show app title
Input
Rename HDMI inputs
Disable HDMI inputs so that they're not displayed in the launcher
Prefer internal Tv View : replace the stock HDMI Input app with a custom one. It doesn't support CEC (only system apps can do it), but it might be useful for specific usage
Power control
Startup to : android, specific app or specific Hdmi input
Automatically shutdown when HDMI signal stops (experimental) : trigger a power off when the Hdmi Input app exits automatically (which usually means the input device has been shut down)
Prevent automatic shutdown when idle : some systems automatically shutdown if no user interaction has happened recently, this can prevent this behavior (useful if you start your device with CEC and never touch its remote control
Enable internal idle detection : if use did not touch the remote control for the given time, sned a poweroff or standby command
Device settings : launches the projector/tv/box settings
Additional settings : launches amlogic/mediatek settings app (if available)
Android settings : launches the Android stock settings
Engineering menu : launches the [MiTv/FengOs/Fengmi] engineering menu
Applications :
Remote Control : displays a QR code to my Web Remote Control, working on any device, dedicated to MiTv devices based on Android 6
Freeze stock apps [ROOT] : freezes/hides/disables stock apps/bloatware (for unrooted devices, please check below, in Remarks section, point 3). On MIUI, make sure you install another keyboard (ie "LeanbackIme Keyboard", from the "Install 3rd party apps" menu) as it will disable the stock one. Possibility to specify a package name to disable manually.
(Un)Freeze launchers [ROOT] : (un)freezes/hides stock Xiaomi TvHome, FengOs launcher or Google Leanback launcher. Make sure you have another compatible launcher installed before freezing it (for unrooted devices, please check below)
Install 3rd party apps : lets you choose apps to install. Most will require Aptoide Tv installed. Good news, it's able to download and install it automatically ! If your device is rooted and is on Android 6.01, Google services/apps can be installed too (see more in the Google Apps section) :victory:
Uninstall Google Apps [ROOT] : if you installed Google Apps / services with the feature described above, you can safely uninstall them (but why would you want that ?)
Freeze Google Play [ROOT] : prevents google Play self-update. This is useful on some models, where new Google Play app refuses to install apps due to some incompatibility issue (such as Zodiac)
System :
Accessibility Service : This is a multi-purpose service, that fixes Google Play on Googlized xiaomi devices, binds the stock remote control "Voice recognition" button to Google Assistant (if you installed Google Services), allows your device to automatically start an external input or app on boot, adds a shortcut to open these tools or change picture profile by double pressing the menu button... *** In one word : you want it enabled ***
Custom Props Override [ROOT/MAGISK] : changes some custom props so as to get a more stock Android Tv behavior. This will enable Google services disabled by Xiaomi, allow your "Usb debugging" option to stick across reboots, allow bypassing safetynet... If you install Google Services you need to install them.
About :
ProjecTivy Launcher : displays details about this app
This device : displays many details about this device, and temperature sensors values is available.
This wallpaper : shows details regarding the wallpaper currently displayed
Remarks :
Using any of the above features (even [ROOT] ones) should be safe and shouldn't prevent you from installing stock OTA updates afterwards (no system file is modified). If anything goes wrong, don't hesitate to tell me, but anyways, at worst, factory reset or flashing the full stock ROM will fix any issue, so there isn't any risk of bricking your device.
Except if you have stock launcher or leanback launcher installed (which will force you to use them if installed), if multiple other compatible launchers are installed, a popup will ask your choice at each boot and home button press.
Concerning the (un)freeze apps/launcher, if your device is not rooted, this app currently can't do it automatically, but you can do it manually by connecting a computer to your device with ADB and executing a few command lines :
enable "usb debugging" in your device's "Developer" options (in settings) (to enable "developer options", see here)
Download adb for your OS (check here)
Start command line (terminal)
type adb connect IP_OF_YOUR_DEVICE:5555 to connect through the network
type adb shell to open a shell console
to freeze an app type : pm uninstall -k --user 0 PACKAGE (replace PACKAGE with com.mitv.tvhome for Xiaomi stock launcher, cn.formovie.fengos.desktop for FengOs launcher and com.google.android.leanbacklauncher for Google Leanback launcher)
to unfreeze an app type : cmd package install-existing PACKAGE (replace PACKAGE with the same value as above)
to get a list of manually uninstallable apps, check the rainman.v2.json file on my github
Note: seems that freezing Google TV Launcher on CCwGTV [4K/sabrina or HD/boreal], will stop YouTube login from occurring and will prevent YouTube account switching
Evolution : If you have another device and want this app to support it (meaning using another list of installable/uninstallable apps), don't hesitate to make a PR on my github.
Note on Privacy and Permissions usage
The only data that comes out of the phone is for anonymous usage (firebase analytics) in order to prioritize and improve what's used the most, and crash reporting (firebase crashlytics). Both can be disabled starting from 4.30.
No user data is saved on a private server of shared with any other 3rd party service.
Here are the permissions explicitely requested in Projectivy Launcher along with their usage :
- ACCESS_NETWORK_STATE : get information about current network (ex: statusbar icons, current device IP address)
- INTERNET : seems obvious
- READ_EXTERNAL_STORAGE (max sdk 28) : read a Projectivy config file that could be placed on the device before it's installed (for rooted devices)
- INSTALL_SHORTCUT : manage pinned shortcuts
- RECEIVE_BOOT_COMPLETED : start an app on startup (Projectivy is probably the only Tv launcher supporting this)
- REQUEST_INSTALL_PACKAGES (only on non play store version) : install 3rd party apps (ex: aptoide)
- REQUEST_DELETE_PACKAGES : allow users to delete apps
- READ_TV_LISTINGS : ability to show channels/watch next
- BILLING : to buy premium
A few other permissions are required by libs dependencies (mostly Google libs) :
READ_EPG_DATA/WRITE_EPG_DATA : Google tv channels lib
WAKE_LOCK, ACCESS_WIFI_STATE... : Google Firebase
There is also a Notification Listener service that can access your device notifications to display these notifications and now playing data *if enabled*
Last thing you can see that might freak you out : Projectivy can spy on your device activity : this is because of the Accessibility service (that offers a lot of low level insights, *if enabled*).
It's used :
- to launch apps on boot when manufacturers disabled the BOOT_COMPLETED (hello Xiaomi)
- for parental control
- for remote control button remapping
Premium
Premium version on Google Play will give you :
- ability to choose a custom background image
- unlimited parental control protected apps (only 1 in free version)
- unlimited display profiles (only 1 in free version) ***Only on supported devices (if it doesn't work on the free release, that won't change on premium)***
- the satisfaction of supporting this project
- more to come
As of now, this unfortunately can't be bought outside of Google Play because there doesn't seem to be any easy means of doing without taking too much of my time (managing a dedicated server, database, preventing hacks, managing refunds... none of this could be done until this becomes a full time job).
Known issues
- HDMI 1 and HDMI 3 swapped (FengOS, Vava on AmLogic devices) : on recent firmwares, HDMI1 and HDMI3 inputs are swapped in PL. This is a bug in the OS low level libs that send HDMI1 input id when HDMI3 is requested (and the opposite). Can't be easily detected (thus fixed) on my side unfortunately. Just select HDMI1 when you need HDMI3 and vice-versa.
- long press on volume buttons doesn't work on FengOs : there's a bug on FengOs -> as soon as an accessibility service is enabled (Projectivy Launcher, but also Button Mapper for example), the long press volume buttons doesn't work anymore. Worse : unlike any other button, the accessibility service is not notified that a volume button has been pressed, preventing me from developping a workaround :/ Disabling the accessibility service fixes this behavior (but this disables several Projectivy Launcher features)
- unable to add or remove programs from watch next (as on the stock android tv launcher) : the stock launcher has special permissions that allows it to modify "watch next" even if the programs belong to another app. This unfortunately can't be done on a 3rd party launcher
Download / Installation
This app can be downloaded here or installed from Google Play.
Install the apk as usual :
- copy the apk to an usb thumb drive
- plug it into your device
- browse and select apk to install it (you may need to enable "unknown sources installation" from your device's settings)
Not for commercial use. If you want to redistribute it, please contact me.
Changelog
4.24 :
- Added turkish localization (thanks Eray)
4.23 :
- Added spanish localization (thanks SRGago)
- Added traditional chinese localization (thanks Retic)
- Added ukrainian localization (thanks Veydzher)
- Added estonian localization (thanks Rimasx)
- Updated russian localization (thanks Stanner)
- Added home button double-press redirecting to recent apps screen
- Added ability to go back to the 1st card of the 1st row when you press home button on the launcher home screen
- Added ability to go back to the 1st card of the current row when you press back button on the launcher home screen
- Fixed crash when apps names had special characters
- Fixed no card is selected on start
- Fixed leftmost cards sometimes not displayed on multi-row categories
- Fixed "shutdown on HDMI signal stop" sometimes erroneously triggered on FengOs when volume buttons were used
- Fixed notifications sometimes not updated
- Fixed parental control check bypassed for settings when launched from the right handside menu
- Reduced the clock size a bit (will be customizable in a future build)
- Many other fixes and improvements
4.22 (Google Play only):
- Added the required changes so that the accessibility service is accepted on Google Play
4.21:
- Fixed a bug in compilation that prevented category settings to be displayed
- Fixed some channels showing duplicated programs
4.20:
- Added support for channels (YouTube, Netflix, Amazon...) and Watch Next
- Added support for pinned shortcuts (Projectivy has to be defined as the default Android launcher)
- Added notifications support (showing also "now playing", but not clickable yet)
- Added battery support in status bar
- Added a default launcher choice popup (for supported devices)
- Added "auto-start app/input at boot" support without accessibility services (for supported devices)
- Added ability to change Projectivy Launcher language independently of the OS language
- Added russian translation (thanks vlaf33 )
- Added chinese translation (thanks Chengnan)
- Added support for HDMI 4 input shortcut
- Added multiline support for categories
- Added per category customization settings (scale, show app names...)
- Added more wallpapers sources
- Added dynamic colors gradient wallpaper
- Added Fengmi engineering menu support for international models (Fengmi Theater...)
- Added prompt for category deletion
- Added "Ambient Mode" (android screensaver) launch on "Back" double-press
- Improved contextual menu
- Improved touchscreen/airmouse support
- Improved app startup delay (almost twice as fast as before)
- Decreased memory used
- Improved general UI (more colored, much smoother animations, support for multiple aspect ratio cards on the same category...)
- Fixed no wallpaper resulting in grey colored background instead of no background at all
- Fixed wallpaper not displaying fullscreen on some devices
- Fixed auto power-off with no hdmi signal
- Fixed primary activity for an app was sometimes replaced by the secondary one (ex: tasker)
- Added an alternate accessibility settings (that fixes volume long timeout on FengOS)
- Many other fixes and improvements
Spoiler: 4.03
- Google Play only version to remove "install third party apps" as they now refuse this feature (xda version available here will still support this feature)
Spoiler: 4.02
- added support for most Tvs HDMI inputs (using their stock app)
- added ability to show mediatek hidden settings in the calibration screen
- added ability to hide the startup reminder when the accessibility service is not enabled
- added translations for FengOs/FengMi engineering menus (now, you'll find your way to the autofocus setting) (requires the accessibility service)
- added ability to start apps/inputs from their contextual menu (with 2 different entries for inputs : using internal tv view or not)
- fixed HDMI input randomly visible on MiTV devices
- fixed volume level display timeouts after 20s on FengOs
- fixed settings not opening on Oreo
- fixed internal Tv View not working on old Android versions
- fixed Google Play might lose connection while purchasing
- fixed crash on some Sony Bravia Tvs
- fixed out of memory errors in calibration screen
- fixed stock launcher might not be overriden in rare cases
- fixed toast messages might crash the app when navigating to the accessibility service
- fixed internal Tv View might use a previous input if the current one is not found
- fixed crash happening on some rooted devices
- fixed crash at startup on some chinese Tv brands
- fixed noise reduction/deinterlacing/zoom not always working on some MiTV devices
- fixed app setting in contextual menu not always working on some conditions
- other misc fixes and improvements
Spoiler: 4.01
- fixed a bug preventing permission to be granted to "install 3rd party apps"
- improved image picker intent compatibility
Spoiler: 4.00
- *** UI / Design ***
- rebranded to "Projectivy Launcher" as this app is now first and foremost a launcher for any Android Tv device (luckily there's no marketing department or they would have made a heart attack by now ^^)
- refreshed the general app design
- improved customizability (change cards size, enable or disable section title display, app name display, opacity...)
- added ability to create/manage/reorder categories
- each card (app, setting, input) can be managed through its contextual menu
- display randomized wallpapers (changes each 60s)
- user-defined wallpapers [Premium]
- a randomized wallpaper can be defined as the user-defined one [Premium]
- dynamic colors based on your current wallpaper (à la "Material You" on Android 12)
- apps are now correctly sorted by name by default
- HDMI inputs can be renamed and hidden
- added languages : German (thanks Stefan), French (thanks Spocky ) - contact me if you want to help translating to your language. If your android settings don't allow you to choose this language (ex : on most chinese Xiaomi projectors), install MoreLocale from "Install 3rd party apps" section
- each feature/setting is now available in a side panel menu, that can be opened with your remote control's "menu" button or by clicking on the menu icon in the top right corner of the screen
- *** Compatibility / Performance ***
- vastly improved startup time
- optimized for smoothness/reactivity in general
- hugely decreased memory used
- added compatibility with old mitv3 (and more generally Android 5.1.1)
- many bugs fixed
- *** Features ***
- added ability to override the current launcher (the preferred way is still to freeze/uninstall it). This app will then automatically launch on boot and intercept calls to the stock launcher so as to start itself above it
- added parental control management (=requiring a code to start an app/input). This is by no means hacker proof, but kids/random guests should be stopped. [Premium for more than 1 app]
- parental control can be active only for a period of the day.
- prevent automatic system power off when idle
- added an internal idle detection with ability to shutdown after a specific inactivity time
- added ability to automatically shutdown if the HDMI input display app stops by itself (meaning no more HDMI signal). While not foolproof, this can handily replace a missing CEC shutdown function on your device
- added HDR / DV calibration patterns
- added an internal tv viewer to replace the vendor one. It doesn't support CEC (android limitation) but will allow more customization in the future
- "about / this device" now shows information regarding which display range is supported (HLG, HDR10, DV...)
- added a direct link to configure the accessibility service
- added ability to autostart on the "last used input"
- added ability to reinstall/unfreeze frozen packages/launchers [root]
- added remote control shortcut to change the current source input (double tap menu, then left/right)
- app self update support
- [FengOS] added a direct link to a second engineering menu (useful to get temperature logs)
- [FengOS] added a link to the input source popup
- [Mediatek] added a link to advanced configuration (advanced picture settings, MEMC with DV, and more...)
Spoiler: 3.56
- fix : fixed a bug in the display profiles structure binding them to the tools version they were created on (causing a reset of the profiles on each new release of the tools)
Warning : this version will reset your display profiles (even if you're coming from 3.55). Please make sure you've noted the values so that you can recreate them. Sorry for the inconvenience, this won't happen again.
Spoiler: 3.55
- feature : set sharpness step to 1 instead of 10 in display profile manager on MiTv devices
- feature : third party remote control buttons HDMI 1/2/3 and keyboard keys F1/F2/F3 are directly bound to HDMI input change (side effect : for home automation systems, sending adb keyevent KEYCODE_TV_INPUT_HDMI_3 will start input HDMI3 for example).
- feature : added ability to disable auto power off on user inactivity when cold booted (MiTv) [root]
- feature : display profile manager can now display HDMI inputs in calibration preview
- fix : "android" display profile incorrectly applied on projector startup
- fix : some apps were not available in autostart app dropdown menu
- fix : crash when no display profile available
- fix : crash when starting some activities
- fix : autostart app not always working on FengOs
- fix : "install 3rd party apps" option not always available when it should
Spoiler: 3.54
- rebranded app (yes, again ) to "ProjecTivy Tools". No more "Mi" because it's not dedicated solely to Xiaomi products anymore.
- availability in Google Play
- redesigned some UI parts (and no more transparent background as per Google Play Android Tv requirement)
- feature : ability to start an app on boot
- feature : ability to block Google Play updates (for zodiac and maybe other devices)
- feature : access to native zoom UI from MiTv when available (zooms the whole UI, not just video, from 80 to 100%, no root needed)
- feature : accessibility service features (remote control shortcuts, mic button binding) can be enabled individually
- feature : information display relative to current source input (resolution, dynamic range)
- feature : launcher shortcuts (hdmi inputs, media explorer) can now be hidden if not used
- feature : app can fully replace a launcher (optimisations, lists all Android Tv and Mobile apps)
- feature : can replace launcher even when security measures prevent it (FengOs)
- feature : added english translations to FengOs settings app
- fix : long press back to improve input lag restored
- fix : improved stability of the accessibility service (notably on Android 8+)
- fix : better management of the direct downloads in "install 3rd party apps" (errors correctly managed, cancelation possible, support for android 8+)
- fix : added support for magisk 20+
- fix : improved overall compatibility with android 8.1/9
- feature : added compatibility with FengOs for most features
- feature : display profiles management (premium feature for more than 1 profile)
- feature : display profiles can be set automatically on input and/or dynamic range change
- feature : display profiles can be switched manually from the remote control
- feature : display profile editor displays multiple calibration helper screens
- feature : display profiles can manage : contrast/brightness/hue/saturation/sharpness, color temperature gain AND offset (not available in stock projector UI), dynamic color/contrast switches, noise reduction and interlacing switches (to reduce input lag), video zoom, backlight (more options than on the stock UI), tv backlight (for tvs)
- did I mention display profiles don't require root on Android 6 ?
- ...and should work on most amlogic devices (xiaomi, vava, xgimi...), at least on android 6 devices ?
Spoiler: 3.00
- rebranded app to "Mi ProjecTivy Tools" because why not.
- stability : added a screen resolution check at boot. If a wrong resolution is set in the Android tv settings, the device won't be locked on the chessboard screen anymore, it will switch back to the default resolution (rainman and batman supported)
- stability : set this app as a Tv Launcher, so if all launchers are mistakenly disabled, the device will boot on it so that a launcher can be reinstalled
- UI : made menu buttons dynamic, so they won't show on your device if the feature is not supported
- UI : rewrote all submenu interface to use Android Tv UI. This vastly improved look and usability
- UI : changed menu icons
- UI : if accessibility service is running, the app can be opened by double pressing the "menu" button
- feature : added an option to change the zoom in/out factor for video display (external input and all media players)
- feature : added option to switch window manager to 4k (interface will likely not be totally fluid, though)
- feature : rewrote the option to decrease input lag so that you can disable "noise reduction" and "deinterlacing" individually
- feature : added a shortcut (qrcode) to MiReCo, the Web Remote Control
- feature : made the shortcuts section dynamic : it will now display all installed apps not natively compatible with Tv launchers (like the "Tv App Repo" app)
- feature : added "about this device" section that displays many details as well as the temperature sensors values
- improvement : made the hdmi input shortcuts compatible with international (android tv 8+) devices
- improvement : rewrote code to automatically start on a selected external input. This brings support for international models. IT WON'T USE the stock device settings anymore to select the input. Use the included parameter in "Input Settings"
- feature : added a shortcut to the stock "media explorer" directly in Tv launchers
- feature : added a warning if accessibility service is not enabled
- fix : fixed compatiblity with Netflix (not the Tv version, unfortunately, but the interface is totally usable). Due to missing DRM support, resolution is limited to SD.
- internal : many fixes and improvements (and bugs ?)
Spoiler: 2.17
- added ability to reduce input lag and disable noise reduction by long pressing "back" button.
Spoiler: 2.16
- added auto start to hdmi (as stock launcher), so that users who changed launcher won't miss this feature.
Updated to 4.01 to fix a bug preventing the "install 3rd party apps" section to be accessed.
Wow very impressive. The UI looks vastly improved. I just installed it on my Mi Projector 2 Pro and it looks really nice!
However I am still not getting the ability to adjust picture profile. Do I need to root it for it to work?
Very neat new UI, greetings!
@spocky12 , I just updated to your 4.0.1 , it seems like the previous intent is not valid anymore :
C:\RFLINK>.\adb.exe -s 192.168.1.123:5555 shell am start -n com.spocky.projengmenu/.activities.input.SourceHDMI1Activity
Starting: Intent { cmp=com.spocky.projengmenu/.activities.input.SourceHDMI1Activity }
Error type 3
Error: Activity class {com.spocky.projengmenu/com.spocky.projengmenu.activities.input.SourceHDMI1Activity} does not exist.
Did you change something?
FunkyRider88 said:
Wow very impressive. The UI looks vastly improved. I just installed it on my Mi Projector 2 Pro and it looks really nice!
However I am still not getting the ability to adjust picture profile. Do I need to root it for it to work?
Click to expand...
Click to collapse
Thanks for your compliments. I spent literally hundreds hours of work to rewrite most of the UI code, improving it's customisability as well as it's efficiency.
For now, picture profiles will only work on mitv Android 6 devices.
On more recent Android versions :
- amlogic devices will require root (but we don't have any root method right now)
- mediatek devices (Fengmi T1, Xiaomi c2...) *might* be supported in the future
dafunky said:
Very neat new UI, greetings!
@spocky12 , I just updated to your 4.0.1 , it seems like the previous intent is not valid anymore :
C:\RFLINK>.\adb.exe -s 192.168.1.123:5555 shell am start -n com.spocky.projengmenu/.activities.input.SourceHDMI1Activity
Starting: Intent { cmp=com.spocky.projengmenu/.activities.input.SourceHDMI1Activity }
Error type 3
Error: Activity class {com.spocky.projengmenu/com.spocky.projengmenu.activities.input.SourceHDMI1Activity} does not exist.
Did you change something?
Click to expand...
Click to collapse
Thank you !
You're right, rewriting + refactoring led to changes in activity names:
com.spocky.projengmenu/.ui.guidedActions.activities.input.SourceHDMI1Activity
(Note that it might change again in the future as I've just realized they shouldn't be classified in the guidedActions, so don't hesitate to ask if an update changes it)
Big thanks, this is really excellent! Great to see the continued development into Projectivy.
I am running it on a rooted Wemax Pro. I have a few questions:
* Is Projectivy meant to replace ATV launcher? Or do both co-exist? How to select, which launcher to use?
* What's the latest on Youtube? Best to use the one that can be downloaded under 3rd party app or directly from the Google Play store? I tried to do via Productivy and get the error message "incompatible device. Please download another version of the application and try again, error code (-113)"
* I also tried to download PLEX from Google Play store and see the following error message: "Can't install app: Plex [...{ can't be installed. Try again, and if the problem continues, get help troubleshooting (error code: 910)"
Thanks for any help you may have for me!
Please add Vava Chroma triple laser to the list of currently supported devices - it is a mediatek based device. Thanks.
One odd thing: "Input" is greyed out in "launcher settings". So, I cannot add the HDMI sources to the main screen. Anything I am missing?
Hi @spocky12 great job on the new app.
I've installed it on my Wemax One Pro, an issue that I am having is with Google Play store, which i cannot get to launch. When I click the icon the screen goes blank for a second and just returns to the launcher.
I also had the issue on the previous incarnation of the app.
I'm also running Magisk 24.3 and rooted.
I've deleted cache and also tried re-installed, still the same thing.
Great job. The only problems I see is missing option to select HDMI input and a option to restore hidden application. Maybe I can't find it
stevepalmer1977 said:
Big thanks, this is really excellent! Great to see the continued development into Projectivy.
I am running it on a rooted Wemax Pro. I have a few questions:
* Is Projectivy meant to replace ATV launcher? Or do both co-exist? How to select, which launcher to use?
* What's the latest on Youtube? Best to use the one that can be downloaded under 3rd party app or directly from the Google Play store? I tried to do via Productivy and get the error message "incompatible device. Please download another version of the application and try again, error code (-113)"
* I also tried to download PLEX from Google Play store and see the following error message: "Can't install app: Plex [...{ can't be installed. Try again, and if the problem continues, get help troubleshooting (error code: 910)"
Thanks for any help you may have for me!
Click to expand...
Click to collapse
Projectivy is a complete launcher replacement. I suppose you can still use ATV if you prefer, there's nothing in Projectivy preventing the execution of any other launcher. How you choose which one you want depends on your OS. On mitv (and probably any stock Android tv device), if the stock launcher is disabled, Android asks which one you want.
On FengOs, they disabled this behavior, so if the stock launcher is disabled and no launcher is started, Projectivy starts automatically.
Regarding YouTube, if you have Google play, it is probably the best way to install it.
On Chinese devices without any Google services, installing from Aptoide usually works. However, I couldn't understand the compatibility issues between Aptoide and Xiaomi app installer : sometimes, a specific version of YouTube will install fine and others won't. And in the future it might stop installing correctly. The one I link to from Projectivy is the latest version that is allowed too install on my device without any error message (at least it was, 2 months ago). If it doesn't work, chances are that another one will install fine, just browse the available versions in Aptoide.
As for Plex, is probably an incompatibility with Xiaomi's app installer, no idea why it did this though.
valtchov said:
Please add Vava Chroma triple laser to the list of currently supported devices - it is a mediatek based device. Thanks.
Click to expand...
Click to collapse
Did you test Projectivy on this device ? If so, what are the problems you encountered ?
stevepalmer1977 said:
One odd thing: "Input" is greyed out in "launcher settings". So, I cannot add the HDMI sources to the main screen. Anything I am missing?
Click to expand...
Click to collapse
This is probably a bug.
To prevent HDMI input section from being displayed on devices that don't have such inputs (ex: tv boxes), I hide this section when the Android tv framework is unavailable or when no HDMI input (plugged or not) is returned by the system.
I will test again on mitv devices, I might have overlooked something.
stevevalo said:
Hi @spocky12 great job on the new app.
I've installed it on my Wemax One Pro, an issue that I am having is with Google Play store, which i cannot get to launch. When I click the icon the screen goes blank for a second and just returns to the launcher.
I also had the issue on the previous incarnation of the app.
I'm also running Magisk 24.3 and rooted.
I've deleted cache and also tried re-installed, still the same thing.
Click to expand...
Click to collapse
I'll have a look at it, thanks for the bug report.
x_fight said:
Great job. The only problems I see is missing option to select HDMI input and a option to restore hidden application. Maybe I can't find it
Click to expand...
Click to collapse
As written above, the hidden HDMI input section is a bug I need to explore (works fine on FengOs).
As for restoring a hidden app, you can do it : open the settings panel (contextual menu button on your remote control or select the settings icon next to the hour) and select the first entry (manage categories), then select the category where you want to restore an app.
Thanks @spocky12, happy to test once you have a test release with the HDMI issue solved? Also, let me know if any logs to provide for troubleshooting.
Hello , It can be installed on XIAOMI C2 ?
Thanks
Thanks. Loaded onto Feng OS 2.0.
@spocky12 I can't update apps anymore, each time I went into Google Play Store, it asked me to sign in. I signed on and the same page kept showing asking to sign in again.
I've updated to ProjectTivy 4 launcher but still same issue. Can anyone help?
Mijia Youth Edition (conan)
Hi, great job!
Hope you remember me....
Just a question:is there the possibilty to update android ? I'm still running with 6.0.1 and start to be a little obsolete.
Thanks!
Ciao,
M
Hi, im using my new HP BP5000 with a sucks custom OS in Android 8.0, codename: shadow / sugarcane (not sure which one to read from). Tried to enable accessibility services but it seems locked.
I was able to enable it by force write in adb for another app called "tvquickactions", but I got an error when I try to do that for this launcher with error below, can you help?
adb shell pm grant com.spocky.projengmenu android.permission.WRITE_SECURE_SETTINGS​Operation not allowed: java.lang.SecurityException: Package com.spocky.projengmenu has not requested permission android.permission.WRITE_SECURE_SETTINGS​
Also I tried the hdmi switching adb command that you posted above, but I still got the same class error
adb.exe -s 192.168.1.100:5555 shell am start -n com.spocky.projengmenu/.ui.guidedActions.activities.input.SourceHDMI1Activity​Error type 3​Error: Activity class {com.spocky.projengmenu/com.spocky.projengmenu.ui.guidedActions.activities.input.SourceHDMI1Activity} does not exist.​
running 4.01, thanks for helping and creating this!
I just installed this on my Mi Smart Compact Projector (Gen 1, Global, M005MGN).
Great job on this slick UI ! Although I can't root this device to really tweak it, the features included in non-root Projectivy are plenty to suit my needs ATM.
Just a quick question before I start to mess with ADB. I see in your instructions that we can "freeze" packages, but your command is pm uninstall. Shouldn't I use pm disable, if I simply want to freeze(not remove) the package?
My concern is if I want to restore and I don't have the original package file handy, I will need to restore factory defaults to get it back and then I have to start all over. I was thinking DISABLE gives me a chance to see what I would be missing, and if I want the stock app back, I could just re-enable it.
Thanks for your work and response to my "noob" question.
Hi Spocky, great work as usual! The new version looks amazing. However, I would like to contribute and buy Premium, but I don't want any of the google bullsh*t. Any way to donate/get premium otherwise?
Thanks!
This app is a godsend. No other launcher can change inputs on me. Unfortunately on my TV the stock launcher is what starts the Input menu. I have to leave the launcher running in the background in order to use the input list.
Is it possible to add an input list internal to the app? The relevant activity is. https://github.com/AndroidTVDevelop...id/tvlauncher/inputs/InputsPanelActivity.java
Also please consider adding the ability to pin shortcuts. This way I can say take the apps page of settings and bind it to a button. Otherwise this is not possible, correct me if I'm wrong.
My concern is if I want to restore and I don't have the original package file handy, I will need to restore factory defaults to get it back and then I have to start all over. I was thinking DISABLE gives me a chance to see what I would be missing, and if I want the stock app back, I could just re-enable it.
Click to expand...
Click to collapse
You sorta need to do both. Uninstal then user-disable again if you don't have root. You can reinstall the package again if its a system/rom app as it doesn't REALLY get removed.

Categories

Resources