[APP][ANDROID TV] Projectivy Launcher - Android Apps and Games

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.

Related

[ROM][RK3188][5.1.1] Hal9k Mod for MTCD head units

Hal9k Mod v1.3​18.04.2018
OTA-package: 24.06.2018​Hal9k Mod 2.x based on Android 7 is located here.
Those who had radio on Android 2.3, may remember my firmware for it.
Today I want to offer you a firmware for the MCTD platform with a Rockchip rk3188 processor, Android 5.1.1 and a screen resolution of 1024x600 or 800x480. It's made on the basis of the latest official version from HCT.
You can install this firmware on your radio, if in Settings > About device > Version info>
MCU version starts with MTCD. After can be any letters, two, three, four - it does not matter.
Build number starts with rk3188.
Version info example:
{
"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"
}
Also, to restore the radio, if something goes wrong, you should be able enter the recovery.
The main advantages and trends of development of this mod:
New features.
Correction of existing errors and imperfections of the stock.
Best responsiveness in comparison of the stock + the ability for the user to improve this indicator.
The customizability. All critical changes made on my taste, you can customize for yourself or do as it was in the stock.
Twice the internal memory without using FUSE.
All changes made directly in application code without the use of Xposed framework for best perfomance.
Stability.
The stock design.
When switching from any other firmware, user data deletion is necessary.
If you are upgrading from a previous version, no data deletion is required, but it is recommended. Especially if you used microG in the previous version.
How to install the firmware ?
Extract the dupdate.img file from the archive to the root of the USB stick or SD card. It must be formatted in FAT32.
Remember to remove all other USB sticks, SD cards, modems and other devices from the radio.
Insert the USB stick in the USB jack. It is advisable to use the jack in which it is defined as USB1 (see, for example, in the player).
If you installing the firmware over a previous version, go to recovery mode, select the fourth item (update the system/mcu image from usb) and wait for system startup.
Otherwise, if you had a different firmware, go to recovery mode and select the fifth item (update the system/mcu image from usb and clear all).
After a while the flashing process will fail and the radio will reboot again in recovery mode.
Then the flashing process should restart automatically. But it is not always the case.
Therefore, if the process is not restarted, you must again select the fifth item in the recovery menu.
Of course, you can install the firmware from the SD card, but using a USB stick is more reliable and faster.
Also you can install the firmware through the System updates in Settings.
If you have an older version of MCU, I advise you to update to the current version.
If you like my ROMs and you want to thank me, I ask you to make a donation. You can find required details on my website or just click here.
Download:
Version 1.3 Google Drive
Old versions
Version 1.2 Google Drive
List of changes:
Version 1.3.2 OTA-package
Made a list of applications that allow the screen saver to be started.
You can add a third-party launcher or player to it, for example.
Added the ability to switch tracks in third-party players using the steering wheel buttons for owners of CAN-adapters for Mercedes cars, etc.
Made a list of applications that are restarted after sleep.
I included the PCRadio application in it. Now it always starts playback correctly after exiting sleep, if it was started when HU go to sleep.
In PCRadio's settings, you must enable the "Resume playback when application starts" switch. Also it is necessary to remove it from the whitelist if it was added to it.
Editing the whitelist now does not require a restart of the HU.
Added a volume control in the style typical for AV equipment from the 7floor module
Added the ability to display the volume control at the top, middle or bottom of the screen.
Added the ability to adjust the time during which the volume control remains on the screen after changing the volume value.
Has been made a list of applications that should not work simultaneously.
This list is an extension of the corresponding system list.
If one of the applications included in this list is launched, then the rest are closed.
That is, for example, if you include the same PCRadio, then it will close when you start the stock Music or Radio. And vice versa.
Added the ability to move the statusbar to the bottom of the screen. (Experimental option.)
Changed the logic of the name request for the button of the stored radio station.
If the name for the stored frequency is not specified earlier, text from the RDS is suggested.
Added color themes for the main applications from @AlexNikolaev See screenshots.
Added ability to adjust navigation volume in phone mode.
Other changes aimed at improving stability.
Version 1.3.1 OTA-package
Added management of third-party applications using the buttons on the steering wheel or on the front panel.
Applications must support media buttons. Tested on PCRadio, MX Player, Poweramp.
Fixed bug with displaying system icons in the statusbar.
Added the ability to disable switching folders in the Music by the buttons on the steering wheel.
Fixed interface display for 800x480 resolution.
Version 1.3
Moved to the new base firmware from August 2017.
The Mod settings are made in a separate application, also available from the "Extra settings" in the Settings app.
The possibility of OTA-updates is added.
Added application F-Droid for automatic update microG.
Sorting in alphabetical order of all lists in players is done.
Repeat is disabled by default in the Video and Music applications.
The music player is paused when the Mute button is pressed.
The music player moves to the next folder in the list after playing the last file in the current folder in the sequential playback mode.
Added a jump to the previous / next folder on the seekdown / seekup steering wheel buttons and a on the long tap to the prev / next screen buttons.
Added pop-up messages showing information about the current radio station and music file. It is possible to set the font size and the duration of the messages.
Added folder name display to the pop-up message when switching between folders.
Added a request for a name for the button of the stored radio station.
Added the ability to choose from ten screensavers. Pictures here.
Added the ability to turn off the full-screen keyboard.
Added the ability to turn off the restarting applications that worked before going to sleep.
In the application "Wheelkey Study" added actions "turn off the screen backlight", "recent applications" and "F-Cam application".
In the OEM added 4 launchers (HLA, JY, KGL, KLD). Selection of the launcher after installation is made as usual, by pressing the Home button, as in the phone.
Made a list of navigational apps that muffle other sounds when playing voice prompts.
The list should include all navigation applications, including the one that is set by default to the Navi button.
Added GPS Test Plus.
Updated the time zones to version 2018d.
After updating without a wipe, make sure that the time zone is set correctly.
Other changes, to improve stability.
Ideas of some improvements are taken from the module xposed-mtce-utils and other modules with the permission of the author, MVG-V70. For which I thank him very much.
But they are implemented without using the Xposed framework.
Old versions
Version 1.2
Fixed Bluetooth. Now normally operate the diagnostic programs that previously wrote that Bluetooth is off and offered to turn it on. The programs will automatically find previously paired adapter.
Made the displaying of the names of paired Bluetooth devices in third party programs.
This fix tested on programs:
Car Gauge Lite 3.61.14
Carista 3.4.3
CVTz50 DEMO 1.41
DashCommand 4.6.20
EasyDiag 2.01.001
FORScan Demo 1.2.8
hobDrive Demo 1.4.28
Hybrid Assistant 1.82.2
MotorData OBD 1.8.1.104
OBD Car Doctor free 6.1 R-5
Added the ability to lock the device with unlock pattern, pin or password to prevent unauthorized access to the radio when you give the car to the service. Located in Settings > Personal > Security.
Added ability to change Gapps on microG with facilitated Play Market. It's extremely speed up the device, but you can revert all back at any time without reflashing. It is located in Settings > CAR > Extra settings.
Made on-screen power button in status bar.
Single tap to turn on the screen saver.
Double tap to make a screenshot.
Triple tap to kill frozen app.
Long press - power off menu.
In power off menu added these items: Reboot, Safe mode, Recovery mode, Airplane mode (for reconnect USB modems).
Added ability to change ringtone on any melody located in folder "ringtones". Located in Settings > Device > Sound.
Added ability to increase the default TTL to bypass restrictions on the distribution of the Internet from mobile devices. It is located in Settings > Wireless & networks > More.
Now if option "Disabling the screen saver only by tapping the screen" is on, the screen saver will be turned off during operation of the rear camera.
The Recent apps button in statusbar can now be hidden, turned on permanently or appeared only in the launcher.
Added the ability to hide the name of the active application and notification icons in the status bar. These options are in Settings > Device > Display > Statusbar settings.
Added the cellular network tile in quick settings.
The AOSP keyboard replaced by the Google keyboard.
In the OEM partition added apps that can be useful.
Daydream Widgets 1.1 G
MtcdTools 1.7
MTCWeather4_v-0.4.1.12 b-beta
No-frills CPU Control 1.28.2
Root DPI Changer
Added Status menu in Settings > CAR > About device.
Updated previously added applications.
Other small changes that I could forget.
Version 1.1
Added Android audio codec settings (a modified sound). You can enable/disable the activation of this settings at boot, configure the settings for the best sound and apply them without restarting the system.
All interface changes are made for screen resolution 800x480.
The number on the volume control bar increased in size and made white.
Completely removed the remnants of the stock FUSE in the configuration.
Returned to the stock Google Play Services.
Returned applications:
The print spooler, since its absence caused the error.
Google Partner Setup
Removed apps:
WAP Push Manager
Mms Service
Added option "Disabling the screen saver only by tapping the screen". It is located in Settings > Device > Display.
Added the ability to change the color of the digital clock screen saver. Located in Settings > Device > Display > Daydream > Clock > Settings.
Version 1.0
System:
Internal memory expanded to 4 GB.
Pre-installed root and SuperSU.
Added support for init.d
Google Play services is replaced by a suitable for device.
The heavy app Easy Connected transferred to the OEM. If necessary, you can install it through the ApkInstaller.
Other heavy applications such as Gmail and Google Maps was moved from system apps to third-party. Now they can be simply removed it in Settings > Apps if they are not needed.
Also in the third-party applications was pre-installed Google Text-to speech Engine. Speech synthesis works without a network connection.
Timezones updated to the latest version 2016j.
Ringtone mp3 file moved from the ramdisk to /system/mtc so that it can be changed. By the way, under the name ring.mp3 you can put the file in a different format. For example ogg, taken from the phone to make the same ringtones.
Enabled built-in Screen savers (Daydreams). This allows you to install any screen saver from the Play Market, not stopping at stock. By default enabled the Android screen saver "Clock".
Any third-party screen saver is deactivated under the same conditions as a stock screen saver (touching the screen, pressing buttons on the panel and the steering wheel, turning on cameras, etc.) If you turn off the Android screen saver, then will be run the stock screen saver in the form of round clock.
Inlocked the built-in Contacts app.
By default setted London time zone, the bluetooth password is 1234 and disabled connection to data services when roaming.
Changed defaults in the Settings:
Watching video while driving - enabled.
GPS sound mode - mixing.
GPS automatic update time - enabled, network-provided time - disabled.
Screen saver timeout is 1 minute, added options 2 minute and 10 minutes.
Allowed installation of apps from unknown sources.
Removed unnecessary applications and files:
Google Email
Google Pinyin Input
Live Wallpapers (possibility to set your own Live wallpaper is left)
Open Wnn
Built-in speech synthesizer Pico TTS
Print spooler
Visualizer (live Wallpaper)
Google Partner Setup
Factory stress test
Other unnecessary small files.
Applications:
Bluetooth
OBD adapter detection based on the settings.
Expanded name field in the phonebook.
Video - expanded playlist.
Music
Made fixed square cover instead of spinning gramophone disk.
Made lyrics download from the network.
Made switch the audioplayer on pause for an incoming call.
Expanded playlist.
Settings
Bluetooth - added the ability to specify the names of OBD adapters, in order to distinguish them from phones and work with them correctly. Need if your adapter does not have the OBD letters in the name.
Display - added ability to disable some elements of the statusbar. Disabled by default: Home button, Volume, Eject and Brightness buttons. The Back button is moved from right to left.
Everything can be customized, as it was in the stock or otherwise.
Extra settings - added whitelist of applications that are not closed when going to sleep.
Added hidden Settings items "Data usage", "Developer options", "Cellular networks".
Settings item "Accessibility" was hided.
Other minor design changes.
Version 1.3 screenshots
Helpful Tips
How to automatically install your favorite APKs after flashing ?
Create a hct folder on a USB flash drive with firmware.
In this folder create folder apk.
Put your favorite APKs in this folder, they will be automatically installed after flashing.
How to switch to microG ?
Go to Settings > CAR > Extra settings > Framework selection and select microG option. Changes take effect immediately !
The device will restart multiple times.
Then run the microG Settings app and enable Google device registration and Google Cloud Messaging.
If you have GSM modem connected to your radio, go to UnifiedNlp Settings and turn on Mozilla Location Service in "Configure location backends" and Nominatim in "Configure address lookup backends".
Then go to Self-Check and verify that all the checkboxes are enabled (the check boxes in the lower part is only available with GSM modem).
Recreate Google account.
How to install TomTom and other apps in Play Market that are not visible on the radio ?
You have to change just one variable in build.prop: ro.product.device You can do it with your favorite text editor or with this app
You need to change the value of the variable from rk3188 to another. For example, mctd or even rk3189.
Reboot the radio. TomTom will be visible in the Play Market.
In order to have TomTom connected to his server and downloaded the maps, it is necessary to add another variable to the build.prop: ro.serialno=right half of your serial number (16 digits) and reboot the radio.
Altered serial number will be shown in Settings > CAR > About device > Status.
This method has a negative side. Applications that are already attached to your serial number (e.g. russian navigation software Navitel) will require reattach.
So, after installing and running TomTom is better to return all back.
Version 1.0 and 1.1 screenshots
Version 1.2 screenshots
Looks and sounds great - the best ROM I ve seen on any MTC head unit !! Very professional and with a screen lock too - the holy grail on MTC !!
Any chance of an MTCB/C version ? (I help test if needed, sure others would volunteer too).
typos1 said:
Looks and sounds great - the best ROM I ve seen on any MTC head unit !! Very professional and with a screen lock too - the holy grail on MTC !!
Any chance of an MTCB/C version ? (I help test if needed, sure others would volunteer too).
Click to expand...
Click to collapse
typos1, thank you for review.
It will be very difficult, because I do not have MTCB radio.
I have plans for Android 7 and some hardware.
Hal9k_ said:
typos1, thank you for review.
It will be very difficult, because I do not have MTCB radio.
I have plans for Android 7 and some hardware.
Click to expand...
Click to collapse
I know its a big ask, but I could help as I have 2 units and I m certain other MTCB owners would help test if you constructed an image that would theoretically work, send it to us, we test and report back problems, even carry on development ourselves to sort minor problems, the ROM looks so good.
Sorry to hijack your thread so soon :-/
typos1, I can't promise to you. Maybe in future.
Thanks
What is the range of free memory?
emarcin said:
What is the range of free memory?
Click to expand...
Click to collapse
4 Gb in Internal storage and 9,5 Gb in nand flash.
I have flashed dupdate.img firmware from this thread https://forum.xda-developers.com/an...-development/mtcdkd-factory-firmware-t3477176 onto my KGL unit without problems. This looks like a much more refined ROM and would like to try it. Have you tested iGO and Torque on it? or is this just a modified version from the KD thread?
stefcio007, this is my custom ROM with lots of changes. It's suitable for any MTCD device with rk3188 processor and Android LP 5.1.1
iGO and Torque work on it without any problems.
is the gui only in english and russian?
michLQ said:
is the gui only in english and russian?
Click to expand...
Click to collapse
Gui is multilingual, but resources added by me is only in english and russian.
Hal9k_ said:
Gui is multilingual, but resources added by me is only in english and russian.
Click to expand...
Click to collapse
thank you.
one question, are you still working on the nougat rom?
michLQ said:
thank you.
one question, are you still working on the nougat rom?
Click to expand...
Click to collapse
Yes. Waiting for a stable version with the new interface.
Your Rom sounds great. Is sygic and navigon running on it?
Eventer_ said:
Your Rom sounds great. Is sygic and navigon running on it?
Click to expand...
Click to collapse
Sygic app (com.sygic.aura) is works. Just checked.
Navigon app also should work. But, since this app is paid, I can't check.
Installed your ROM, working fast after switching to MicroG. Have to test it a while, Torque is working perfect now, no "Adapter not found" issue *THUMBSUP*
Just one thing, where i can find the OEM Folder, want to install the DAB+ App.
quintez, thank you for your feedback.
DAB+ Application is missing in this firmware, unfortunately. I'll add it in the next version.
Currently, you can download it here.

[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

[ROM][PX30][Pie][9.0] Malaysk ROM for PX30 RK3326 with only Android 9

Only for devices processor Rockchip PX30, MCU - MTCD, MTCE, MTXX (XX- different letter combinations ) Android 9.0 !!!
Mod Pie 9.0 Android PX30 RK3326
For Mod Pie 9.0 Android PX6 MCU STM32 RK3399 is HERE
For PX6 RK3399 mod 9 android is HERE
For PX5 RK3368 mod 9 android is HERE
Only for devices that already have 9 android from the factory !!
With firmware device, you need to understand all the risks.
Neither I nor the website is not responsible for your actions and possibly killed devices!
Everything you do - you do at your own peril and risk.
Only for those who know how to get into the recovery (different combinations of keys) !!!​
Please excuse me. I'm bad at spelling in english. I use the translator Google. I rarely answer questions in private messages and on the forum. Sorry.
Do not mix up your device !!! This is for PX30 RK3326 - MCU should start with MTCX (where X may have different letters) !!! Go to Settings-System - About the device and see your model !!!
​What is added, changed:
LITE firmware version:
Root access
Added ESFileExplorer, RootExplorer, PlanetsPack live wallpapers.
Two launchers (one with day and night support)
The ability to start screensaver and set the start time of 15-30 seconds 1-3-5-7-10 minutes is included.
By default, video viewing while driving is enabled and sound muting in Navigation is set to -3.
Changed the Music and Radio application (also made translucent)
The ability to set your logo in the Radio and Music application in Settings.
Changed the main Settings.
Reworked soundbar
Reworked watches in the Status Bar with the ability to edit them - set the size, color, date.
The ability to set the viewing speed of Internet traffic in the Status Bar.
Ability to change color and gradient in the Status Bar.
Many other changes and additions.
Video LITE firmware version:
Installation: Please read carefully the instructions for installing the firmware in the archive along with the firmware.
Only for devices that already have 9 android from the factory !!​Do not mix up your device !!! This is for PX30 RK3326 - MCU should start with MTCX (where X may have different letters) !!! Go to Settings - System - About the device and see your model !!!
Download lite firmware version 1.0: https://yadi.sk/d/Qx8le85frD93ng
Mirror lite firmware version 1.0: https://mega.nz/#!5gIWiA4D!fFnVVrg_0scFzwd5-MpXCD44AYbpSjQ2tXD_1wRc-lI
Full firmware version :
All that is added in the lite version firmware of PLUS +:
Full root access (including the System section)
Six fully modified launchers with viewing tags of listening music (any music application), Bluetooth music and radio stations.
The ability to configure launchers (enable, disable unnecessary functions in the Settings) and the Weather settings in them and display speed via GPS.
Fixed GPS.
Improved location accuracy.
With a cold start - satellites are found in 40-70 seconds.
With a hot start (after sleep or reboot) - instantly.
Who had problems with USB ports or WiFi loss - fixed.
Initialization of USB and WiFi after a full system boot and after sleep.
A new method and settings for the white list of programs to start after sleep (located in Mod Settings - Mod Settings - System Settings)
New whitelist for adding third-party programs (for example Poweramp)
when launched, the sound will be muted for regular programs Music, radio, etc. (located in Settings Mod - Mod Settings - System Settings)
A new white list for programs in which the screensaver will not start (located in Mod Settings - Mod Settings - Screensaver Settings)
Redone Launcher with support for day and night. Also added to Mod Settings - Mod Settings - Launchers to configure it. You can customize the display of the main screen.
- Clock, GPS speed, Weather, or choose to display your logo (download the logo on the Internet (for example, the logo of a BMW car),
in PNG format and preferably with a transparent backing and copy the file to the device’s internal memory)
The new graphic equalizer in the Music and Screensaver applications, with four different graphic equalizers and color choices.
3 types of screensavers with analog and digital clocks, with the ability to show speed by GPS, Weather, tag tags of listening music (any music application),
Bluetooth music and radio stations. Full customization of screensavers - color, font, disabling unnecessary functions, logo of your car, etc. in settings.
Change the screensaver view - hold your finger in the center of the screen for 3-5 seconds - the view will change. Other screensavers are in the OEM application.
Customizable rear camera parking lines. You need to enable them in Settings - Settings related to the car - Advanced settings - Parking lines (ON)
Changed the volume panel and reduced the time of its disappearance.
Fully customizable Bar Status with the ability to enable and disable buttons and icons in it in Settings.
A reset button has been added to the Status Bar.
Screensaver, Music, Navigation, Bluetooth Music buttons have been added to the Status Bar (you can enable - disable in the settings)
Changed the function of calling the brightness panel in the Status Bar.
The screensaver now starts in all programs, in Settings there is a White List of applications where you can specify applications where the screensaver will not start.
Added the White List of Applications in Settings, where you can specify autorun after sleep.
Added equalizer ViperFX - settings can be viewed on the video
Changed the Bluetooth Music app.
Factory settings are changed for resolution 1024X600 and Russian translation is added.
Completely changed applications Music, Radio, Video.
Keyboard replaced by SwiftKey
You can execute your scripts in a folder System/etc/Init.d
Added online radio PCRadio (will appear if Wipe Data is done).
The icons in the Status Bar have been fixed for applications that have support day and night (bluetooth, Radio, launcher).
In the OEM application Added new Radio with support for day and night (translucent)
Go to the OEM application and install the application from there (there are screenshots there)
Added analog screensaver (located in OEM application)
Settings Mod - Mod Settings - System Settings - added Auto screen brightness by GPS.
Settings Mod - Display General - added Developer options.
In the OEM application - ScreenClockMalay - added an analog GPS screensaver for MPH (America and others who use MPH)
Support 1280X720 screen resolution
Four custom buttons have been added to screensavers to launch your programs.
Long press on the button - application selection.
Short press on the button - launch the application.
If you have installed the screensaver from the OEM application, you must reinstall it.
Added Music application with support for day and night (located in the OEM application)
Now you can configure the MODE button to launch your applications.
It is located in the Settings Mod - Mod Settings - System Settings - Selecting applications to start by pressing the MODE button.
If it is disabled, the standard method of the MODE button is used (start Radio-Music-Video)
A graphic equalizer has been added to the screensaver.
In the OEM application, another version of the Music application has been added.
Added the ability to automatically adjust sound by GPS speed.
It is located in Settings Mod - Mod Settings - System Settings - GPS Auto volume control .
Removed pop-up messages with auto brightness via GPS.
Added the ability to set pop-up messages about playing Music, Radio, Bluetooth music and PCRadio.
It is located in Mod Settings - Display General - Pop-up notifications settings for players and Radio.
The new application for the equalizer, more options for tuning the DSP.
In the OEM application there are two types of equalizers, you can set which one you like
Video of the full version of firmware part 1:
Video of the full version of firmware part 2:
Download full firmware version 1.1: To get the FULL version of the firmware, you must download the LITE version of the firmware and read the instructions !!
Update for FULL version 1.1 dated January 25, 2020.
1. Added support for OTA updates via the Internet.
2. Updated graphic equalizer in Music and Screensaver + two new types of graphic equalizer. If you installed Music and Screensaver from the OEM application - you must reinstall them !!
3. New launcher CHS.
4. The new Bluetooth application for making calls. Now you can control the device during calls.
5. New Radio application - located in the OEM application (in the Radio_Mod folder - RADIO_CHS)
6. Fixed WiFi launch (on some devices it did not start automatically after reboot)
7. In Settings Mod - MOD Settings - Statusbar settings - Hide - Show icons in the statusbar - added complete hiding of the StatusBar panel.
8. Updated GPS auto brightness
9. Added TTL selection for modems and WiFi (selection of values from 23 to 256, default 64)
10. Fixed an alternative launch list for your applications using the MODE button
11. Fixed launch of navigation on the hardware button.
12. Added a list of applications that will automatically start after the device is booted (in Mod Settings - Mod Settings - System Settings)
13. Fixed choice of screensaver start time.
14. Many other corrections and additions.
Who has the full version 1.0 and 1.1 (from a different date) installed, write to me by e-mail.
To get the FULL version of the firmware, you must download the LITE version of the firmware and read the instructions !!
Important information! - https://forum.xda-developers.com/showpost.php?p=80099333&postcount=130​
Who wants to translate Settings into their native language - https://forum.xda-developers.com/showpost.php?p=80203260&postcount=88
In the process of filling !!!​
Only for devices that already have 9 android from the factory !!
Click to expand...
Click to collapse
PX30 and PX6 with Android 8.1 can be updated with Modinstaller Pro to Android 9.
https://youtu.be/X0qsmwnaQA8
So, i'm wondering, will this be faster / perform better then the original rom?
I've installed a cpu monitor, and it looks like this cpu doesn't really have much power.
The main reason I'm looking here for a custom rom is that i find my device rather slow , and i was hoping it would perform better, or maybe even overclock the device a bit?
pjottrr said:
So, i'm wondering, will this be faster / perform better then the original rom?
I've installed a cpu monitor, and it looks like this cpu doesn't really have much power.
The main reason I'm looking here for a custom rom is that i find my device rather slow , and i was hoping it would perform better, or maybe even overclock the device a bit?
Click to expand...
Click to collapse
You can try installing the firmware and checking. You can return to the factory firmware at any time.
thnx,
i'll try that
sorry for the edit in this post, i wasn't reading......
so that works great
now all i want is to upgrade to the full version
how can i get the full version?
I have a PX30 device with Android 8.1.0
Exist a solution to upgrade my device to Android 9 other than the Modinstaller Pro.
Hi how do we get full version?
I try couple of times to update this Lite version but with no luck... I have always error no. 21. Tried with factory reset and without reset, always got this same error. I have unit MTCE, PX30, mcu ver. MX3.30 and Android 9.0 (by Hal9k v4.0.0). Any suggestions what's wrong with my unit?
Just read the part about donation people getting the full version!! Thanks!
Email sent! Thanks again!
BTW, had the admin changed my user name from Arden to Cantrepeat.
Timpuli said:
I try couple of times to update this Lite version but with no luck... I have always error no. 21. Tried with factory reset and without reset, always got this same error. I have unit MTCE, PX30, mcu ver. MX3.30 and Android 9.0 (by Hal9k v4.0.0). Any suggestions what's wrong with my unit?
Click to expand...
Click to collapse
Hello! Install the factory version for the PX30 first - https://forum.xda-developers.com/an...asaita-mcu-updates-rockchip-px5-octa-t3575155
S920 Version : PX30 HCT4_px30_9.0_ota(20191101) https://www.sendspace.com/pro/dl/eriohv
Then my firmware.
6mur6mur6 said:
Hi how do we get full version?
Click to expand...
Click to collapse
Hello! Download the LITE version. The archive has instructions for the full version.
Hi Malaysk,
Thnx again for this beatifull rom. just been configuring the full version to my liking for the past 2 hours....
i do mis only one feature ; the programming of the MODE button.
in your instructions you say:
It is located in the Mod Settings - Display General - Selecting applications to start by pressing the MODE button.
but i don't see that option there . is it located somewhere else , not working for my device, or just missing entirely in the px30 version?
do you have any suggestions to this?
Malaysk said:
Hello! Install the factory version for the PX30 first - https://forum.xda-developers.com/an...asaita-mcu-updates-rockchip-px5-octa-t3575155
S920 Version : PX30 HCT4_px30_9.0_ota(20191101) https://www.sendspace.com/pro/dl/eriohv
Then my firmware.
Click to expand...
Click to collapse
Thank you, that do the trick.
Installed on an Eonon GA2176. Full install and working well!
Thanks for the work on the ROM. Great to be root and free of factory ROM!
pjottrr said:
Hi Malaysk,
Thnx again for this beatifull rom. just been configuring the full version to my liking for the past 2 hours....
i do mis only one feature ; the programming of the MODE button.
in your instructions you say:
It is located in the Mod Settings - Display General - Selecting applications to start by pressing the MODE button.
but i don't see that option there . is it located somewhere else , not working for my device, or just missing entirely in the px30 version?
do you have any suggestions to this?
Click to expand...
Click to collapse
I am sorry. I made a mistake in the description. Corrected to the correct description!
Settings Mod - Mod Settings - System Settings - Selecting applications to start by pressing the MODE button.
Malaysk said:
I am sorry. I made a mistake in the description. Corrected to the correct description!
Settings Mod - Mod Settings - System Settings - Selecting applications to start by pressing the MODE button.
Click to expand...
Click to collapse
Thnx, i thought i had looked there as well, but apparently i missed it,
i found the setting, set it up , yet it doesn't seem to work.
i used the wheel key study to bind the mode button to "mode" , is that a correct setup , or should i do something differently?
hi is there anyway to make the icons smaller in the status bar, i think you could in the lite version?
thanks
Running the Full version, everything seems to work well, thanks a lot ! ! !
Hi @Malaysk, quick and noobie question as I'd love to try the lite version before buying the full one:
I'm running a PX30, but a CHS one.
My build number doesn't mention the RK3326 (the guy that installed the unit updated the original rom to this one: https://yadi.sk/d/umCvHqCDzHccr/RockChip PX30 Android 9/CHS ).
Photo from my unit:
https://photos.app.goo.gl/svDPfkQ7em4x6YUh7
I know I can always back up in recovery and rollback, but I'm kind of afraid I might make some stupid mistake by flashing this one and bricking the unit somehow due to some incompatibility. Do you know if it's compatible at all?
Cheers and thanks for your work!

[ROM][PX6][Q][10.0] Malaysk ROM for PX6 RK3399 with Android 10

Only for devices processor Rockchip PX6, MCU - MTCD, MTCE Android 10.0 !
Mod Q 10.0 Android PX6 RK3399​For PX5 RK3368 mod 10 android is HERE
Only for those who have 10 android installed, a PX6 processor and have an installed MCU that starts with MTC (X) - where X can have different letters.
With firmware device, you need to understand all the risks. Neither I nor the website is not responsible for your actions and possibly killed devices! Everything you do - you do at your own peril and risk.
Before installing the firmware, be sure to try to get into the Recovery (I have this method - I press the RESET button (RST) and hold the buttons on the front panel of the device until the buttons blink - I release the RESET button and immediately press the RESET button again for a short time 1-2 times ).
IMPORTANT!! : You cannot change the firmware versions in the system partitions - System, Vendor, ODM and Product (this is due to the fact that in 10 android these sections are dynamic and protected by the android itself from changes)- otherwise you will have a BLACK SCREEN after reboot and you will have to go to RECOVERY and reinstall the firmware from there (you can without deleting the data).
How do you know if your device is suitable for this forum thread? You can see the device in Settings - System - About device: look at the photo
​What's added, fixed in LITE firmware version:
Can't update Magisk module !! Only Magisk Manager can be updated!
Root access (Magisk) 8.0.2
IMPORTANT!! : You cannot change the firmware versions in the system partitions in LITE - System, Vendor, ODM and Product - otherwise you will have a BLACK SCREEN after reboot and you will have to go to RECOVERY and reinstall the firmware from there (you can without deleting the data).
Added ESFileExplorer, RootExplorer programs.
Two modified launchers with the ability to customize them (located in Mod Settings).
Enabled the ability to start the screensaver and set the start time to 15-30 seconds 1-3-5-7-10 minutes.
By default, video viewing while driving is enabled and audio mute in Navigation is set to -3.
Changed basic Settings.
Possibility to set viewing of Internet traffic speed in the Status Bar.
Ability to change color and gradient in the Status Bar.
Many other changes and additions.
Installing LITE firmware version:
Unzip the archive and write the Update.zip file to a SD card or USB flash drive (must be formatted in FAT32). Insert into the loaded device. After a few seconds, the update menu will appear. We put a checkmark on Wipe Data (you will lose all your installed programs) and click on the Install button. See the screenshot below. The machine will reboot and the firmware installation will begin.
{
"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"
}
Download LITE version:
Version updated as of March 28, 2022.
Be sure to read the instructions inside the archive, along with the firmware !!!
I want to warn you: Everything that you do, you do at your own peril and risk.
Can't update Magisk module !! Only Magisk Manager can be updated!
Download: https://disk.yandex.ru/d/Nd7qBuyMn2VgnQ
Mirror: https://mega.nz/file/Y5gXyC5a#SRQAjJy5DbZtI97wBenpXdlpVm1H810t5D1mGKhPPpU
----------------------------------------------
What's added, fixed in FULL firmware version:
Can't update Magisk module !! Only Magisk Manager can be updated!
Full root access (Magisk)
IMPORTANT!! : You cannot change the firmware versions in the system partitions - System, Vendor, ODM and Product - otherwise you will have a BLACK SCREEN after reboot and you will have to go to RECOVERY and reinstall the firmware from there (you can without deleting the data).
Seven completely modified launchers with the ability to view tags for listening to music (any music app), Bluetooth music and radio stations.
The ability to customize Launchers (enable, disable unnecessary functions in the settings) and weather settings in them and display the speed via GPS.
4 types of screen savers with analog and digital clocks, with the ability to display GPS speed, weather, music listening tags (any music application),
Bluetooth music and radio stations from the Radio app. Full customization of screensavers - color, font, disabling unnecessary functions, your car logo, etc. In the settings.
Change splash screen - hold your finger in the center of the screen for 3-5 seconds - the view will change. Other screensavers are in the OEM app.
Changed the volume bar and reduced its disappearance time. It is also fully configurable in Settings Mod - Mod settings - Sound settings.
Fully customizable panel status with the ability to enable and disable buttons and icons in it in the settings and it is possible to completely disable it.
Reload key added to the status bar.
Added buttons "Screensaver", "Music", "Navigation", "Bluetooth Music" in the status bar (can be enabled or disabled in the settings).
Changed the function of calling the brightness panel in the status bar.
The screensaver is now launched in all programs, in the Mod Settings there is an Application Whitelist, where you can specify applications where the screensaver will not start.
Added a list of applications in the Mod settings, where you can specify autostart after sleep.
Added equalizer ViperFX - you can watch the settings in the video
Changed Bluetooth Music app.
Applications Music, Radio, Video have been completely changed. You can install standard applications from the OEM application.
Video files can be played in the background.
Now when you switch on rear view camera the brightness is in creased up to maximum automatically
4 different types of radio apps have been added in the OEM app (including radio with Day and Night support)
Go to the OEM app and install the app from there.
3 different types of Music app have been added in the OEM app.
Split screen support (not all apps support)
Added online radio PCRadio
Mod settings - MOD Settings - System settings - added automatic screen brightness by GPS.
Supports 1280X720 and 1024X600 screen resolutions.
Added four customizable buttons to screensavers to launch your programs.
- Long press on the button - select the application.
- Short press on the button - start the application.
You can now configure the MODE button to launch your applications.
- Located in Mod Settings - MOD Settings - System Settings - Select applications to launch by pressing the MODE button.
- If it is disabled, the standard method of operation of the MODE button is used (launching Radio-Music-Video)
Added the ability to automatically adjust the sound based on GPS speed.
Located in Settings mod - MOD Settings - Sound settings - Auto volume control by GPS.
Added the ability to set pop-up messages about playing Music, Radio, Bluetooth music and PCRadio.
Located in Mod Settings - MOD Settings - System Settings - Popup Settings.
Fixed GPS work.
- Improved location accuracy.
- With a cold start - satellites are located in 40-70 seconds.
- With a hot start (after sleep or reboot) - instantly.
Anyone who had problems with USB ports or missing WiFi - fixed.
USB and WiFi are initialized after the system is fully booted and after sleep.
New method and settings of the whitelist of programs to run after sleep (located in Mod Settings - Mod Settings - System Settings)
New whitelist for programs in which the screensaver will not start (located in Mod Settings - Mod Settings - Screensaver Settings)
Redesigned Launcher with day and night support. Also added to Mod Settings - Mod Settings - Launchers to configure it. You can customize the display of the main screen
- Clock, GPS speed, Weather or choose to display your logo (download a logo on the Internet (for example, a BMW car logo),
in PNG format and preferably with a transparent background and copy the file to the device's internal memory)
If after updating the firmware, every time the system boots, the location permissions for the launcher are asked, go to Mod Settings - Mod Settings -
Launcher Settings - Launcher with day and night support and enable GPS speed display.
New graphic equalizer in Music and Screensaver apps, with four different graphic equalizers and color selection.
You can now set the time for showing music and radio notifications in Mod Settings from 1 to 10 seconds.
You can change the DPI of the screen. The range is from 260dpi to 160dpi (standard 220 by default) - I set it to 200dpi. Located - Mod Settings - Mod Settings - System Settings.
You can assign the launch of your applications to the buttons on the steering wheel or on the front panel of the device. Located in Mod Settings - Mod Settings - Car (as you select applications there, then assign buttons through the standard application, for setting the buttons on the steering wheel, for example). - you can watch the video on how to configure -
More flexible graphic equalizer settings are in Mod Settings - Mod Settings - Sound Settings.
Mod Settings - Mod Settings - Car - added GPS fix (enabled by default).
Redesigned regular widgets for managing Music, Radio, Bluetooth music, etc.
Configurable rear camera parking lines, you need to go to Settings Mod – Car - related settings – Extra settings and enable 1-2-3 type of Rear view ruler.
- In Mod Settings - MOD Settings - System Settings - Pop-up Notification Settings - added settings:
1. Enable display of album covers (picture)
2. Covers display size in px (pixels) - from 10 px to 100 px
- Fixed autostart Nav Radio + after sleep (it won't start from the background)
- Added French and Polish translation to Mod Settings (thanks to oxygen and XDA users)
- In the Bluetooth application, the panel for incoming and outgoing calls has been changed.
- Added display of covers from players (including standard player, online players, third-party players) in the screensaver. - only for PX5 and PX6, if the screensaver was installed from the OEM application before, then you need to reinstall it from there.
Located in Mod Settings - Mod Settings - Screensaver Settings
1. Enable display of covers (on by default)
2. Set the transparency level of the picture
- Added the ability to display radio station logos in the Radio application, pop-up notifications, in the screensaver.
All Radio applications that have the ability to display logos are in the OEM application and have the word _logos at the end of the name, for example
HCT4Radio_MOD_Malay_logos.apk
HLARadio_MOD_Mal_logos.apk
MTCRadio_MAL_NEW_logos.apk
Question: What needs to be done to show the logos of radio stations?
Answer :
1. Download, for example, this archive of logos - https://disk.yandex.ru/d/696euyOc9YLmiQ or download them from the Internet.
2. The picture must be in .png format, preferably with a resolution of 250X250 px or 500X500 px (the higher the resolution, the better the picture will be shown in the screensaver)
3. Find out the frequencies of radio stations in your city by entering into Google search "frequencies of radio stations (your city)"
4. Rename pictures in .png format with the name of the radio station frequency. For example: there is a radio station Record, it broadcasts in your city at a frequency of 102.3 -
rename the picture with the name 102.3.png.
5. Create a Radio folder and copy all your pictures there.
6. Copy the Radio folder to the root of the sdcard internal memory.
- Ability to disable autorun of standard applications after loading or after sleep. Located in Settings MOD - Mod Settings - System Settings - Autostart applications after sleep / reboot - Disable the regular autostart mechanism for Radio, Music, BT.
- Ability to change the theme Day - Night automatically by Auto screen brightness by GPS. Located in Settings MOD - Settings Mod - System Settings - Auto screen brightness by GPS - Change automatically the Day / Night theme (it is advisable to reboot later so that the changes apply)
- Added DFX Light Processing 2 impulse to ViperFX, which radically changes the sound on the device. It needs to be activated in ViperFX.
- Improved overall work speed.
- Changes to GPS signal processing.
- Completely rewritten from scratch Gps Parser, added support for A-GPS data from the chip side, positioning accuracy in open areas increased to 0-1 meters. (for PX5 - PX6)
- In Mod Settings - Mod settings - Car - added a new setting to change the GPS grouping - Replacing GPS + GLONAS with GPS + BEIDOU
- Added the function "Change commands for switching tracks using the right wheel (spinner)" - in Settings Mod - Mod settings - Car. If your right wheel does not switch music tracks in third-party players, you can try turning it on.
EasyConnected has been updated to the latest version.
Can't update Magisk module !! Only Magisk Manager can be updated!
Many other fixes and additions.
Installing FULL firmware version:
You must download the LITE version, read the instructions inside the archive and be sure to install the LITE version on your device.
Download FULL version:
Installation only on LITE firmware version and only through online update. Download the LITE version and read the instructions inside the archive.
VIDEO FULL version
Online update 1.1.8.5 released on August 12, 2021
Online update 1.2 released on 02 October, 2021
Online update version 1.2.2 from 03 December 2021
Online update 1.2.8 from 27 July 2022
Latest BETA firmware version 1.2.9.2 dated November 15, 2022
Sample ViperFX settings -
About Iphone and WiFi: https://forum.xda-developers.com/t/...-rk3399-with-android-10.4176069/post-86043843
If you do not run applications where authorization is required : https://forum.xda-developers.com/t/...-rk3368-with-android-10.4175209/post-87005437
Important information (announcement of future OTA updates) - https://forum.xda-developers.com/t/...-rk3399-with-android-10.4176069/post-84457255
Who wants to translate Settings into their native language - https://forum.xda-developers.com/an...roid-6-8-9-t3955343/post80203246#post80203246
----------------------------------------------
Many thanks to the respected Graser from the 4PDA forum for invaluable help in creating the firmware!
+++++++++++++++++++++++++++++
This post is in edit mode! Errors and inaccuracies are possible!
Please excuse me in advance! I very rarely answer questions and do not use private messages!​
Restoring the PX6 MTCE device on the 10 android.​Also, using this method, go from 9-10 android to 10 android.
I want to warn you: Everything that you do, you do at your own peril and risk.
Create bootable SD card 10 Android PX6.
Important!!! : very demanding on the type of SD card !! I started installing the firmware when I changed 5 different SD cards from different manufacturers !!!!!
1. Unzip the bootable_sd_card_10_android_PX6 archive to C:/ disk on a laptop or computer.
2. Run SD_Firmware_Tool.exe (as administrator)
3. Select the firmware in .IMG - update_10_android_zavod_PX6.img
4. Click on the Create button.
5. After creating the SD card, insert it into the device and reboot it. The firmware installation will start automatically. Installation will take a very long time, about 40-60 minutes !!!!!
​Restoring a SD card after restoring the device:
​
Download: https://disk.yandex.ru/d/giQ3qdmL_8TR0w
If we have purchased your firmware for 9.0 full, do we need to do another purchase for this android 10 version?
Also, what's the upgrade procedure like for those of us coming off of malaysk 9.0?
I wonder if the upgrade is even worth it? Does your android 10 bring anything extra to the table? Love your android 9 firmware!
Thank you the best rom for px6 a10 so far !
stokedcrf said:
If we have purchased your firmware for 9.0 full, do we need to do another purchase for this android 10 version?
Also, what's the upgrade procedure like for those of us coming off of malaysk 9.0?
I wonder if the upgrade is even worth it? Does your android 10 bring anything extra to the table? Love your android 9 firmware!
Click to expand...
Click to collapse
@Malaysk hasnt confirmed Bluetooth support in Android 10, it's likely that MD-725 (RTL) isnt supported, so many devices might not have working Bluetooth on these versions. There may be other BT types not supported, but @Malaysk hasnt confirmed supported devices at all.
ok so i'm not entirely sure what the lite version actually consists of. I appreciate that it says a lot of things have been changed and added in the FULL version. But are we talking that the LITE version is just stock rom with a couple of launchers , root and a few other apps?
what rom is it actually based on or is it compiled from fresh?
is the lite version going to give me enough difference from stock 10 i have on my current unit in terms of speed, responsiveness and suchlike to make it worthwhile basically starting afresh?
bear in mind that i'm new to these devices and i've not installed any custom roms like this or hal9k on it before (plenty of experience with phones /tablets though)
Malaysk said:
Only for devices processor Rockchip PX6, MCU - MTCD, MTCE Android 10.0 !
Mod Q 10.0 Android PX6 RK3399
For PX5 RK3368 mod 10 android is HERE
Only for those who have 10 android installed, a PX6 processor and have an installed MCU that starts with MTC (X) - where X can have different letters.
With firmware device, you need to understand all the risks. Neither I nor the website is not responsible for your actions and possibly killed devices! Everything you do - you do at your own peril and risk.
Before installing the firmware, be sure to try to get into the Recovery (I have this method - I press the RESET button (RST) and hold the buttons on the front panel of the device until the buttons blink - I release the RESET button and immediately press the RESET button again for a short time 1-2 times ).
IMPORTANT!! : You cannot change the firmware versions in the system partitions - System, Vendor, ODM and Product (this is due to the fact that in 10 android these sections are dynamic and protected by the android itself from changes)- otherwise you will have a BLACK SCREEN after reboot and you will have to go to RECOVERY and reinstall the firmware from there (you can without deleting the data).
How do you know if your device is suitable for this forum thread? You can see the device in Settings - System - About device: look at the photo
What's added, fixed in LITE firmware version:
Root access (Magisk) 8.0.2
IMPORTANT!! : You cannot change the firmware versions in the system partitions in LITE - System, Vendor, ODM and Product - otherwise you will have a BLACK SCREEN after reboot and you will have to go to RECOVERY and reinstall the firmware from there (you can without deleting the data).
Added ESFileExplorer, RootExplorer programs.
Two modified launchers with the ability to customize them (located in Mod Settings).
Enabled the ability to start the screensaver and set the start time to 15-30 seconds 1-3-5-7-10 minutes.
By default, video viewing while driving is enabled and audio mute in Navigation is set to -3.
Changed basic Settings.
Possibility to set viewing of Internet traffic speed in the Status Bar.
Ability to change color and gradient in the Status Bar.
Many other changes and additions.
Installing LITE firmware version:
Unzip the archive and write the Update.zip file to a SD card or USB flash drive (must be formatted in FAT32). Insert into the loaded device. After a few seconds, the update menu will appear. We put a checkmark on Wipe Data (you will lose all your installed programs) and click on the Install button. See the screenshot below. The machine will reboot and the firmware installation will begin.
Download LITE version:
Be sure to read the instructions inside the archive, along with the firmware !!!
I want to warn you: Everything that you do, you do at your own peril and risk.
Download: https://yadi.sk/d/Tz3MyqYQdzr38Q
Mirror: https://mega.nz/file/NxZjzQjB#I13RRu_Lb5VAnt4EJ1VkjOtwDfPF2j6rKxhJ4BbOuLk
----------------------------------------------
What's added, fixed in FULL firmware version:
Full root access (Magisk)
IMPORTANT!! : You cannot change the firmware versions in the system partitions - System, Vendor, ODM and Product - otherwise you will have a BLACK SCREEN after reboot and you will have to go to RECOVERY and reinstall the firmware from there (you can without deleting the data).
Seven completely modified launchers with the ability to view tags for listening to music (any music app), Bluetooth music and radio stations.
The ability to customize Launchers (enable, disable unnecessary functions in the settings) and weather settings in them and display the speed via GPS.
4 types of screen savers with analog and digital clocks, with the ability to display GPS speed, weather, music listening tags (any music application),
Bluetooth music and radio stations from the Radio app. Full customization of screensavers - color, font, disabling unnecessary functions, your car logo, etc. In the settings.
Change splash screen - hold your finger in the center of the screen for 3-5 seconds - the view will change. Other screensavers are in the OEM app.
Changed the volume bar and reduced its disappearance time. It is also fully configurable in Settings Mod - Mod settings - Sound settings.
Fully customizable panel status with the ability to enable and disable buttons and icons in it in the settings and it is possible to completely disable it.
Reload key added to the status bar.
Added buttons "Screensaver", "Music", "Navigation", "Bluetooth Music" in the status bar (can be enabled or disabled in the settings).
Changed the function of calling the brightness panel in the status bar.
The screensaver is now launched in all programs, in the Mod Settings there is an Application Whitelist, where you can specify applications where the screensaver will not start.
Added a list of applications in the Mod settings, where you can specify autostart after sleep.
Added equalizer ViperFX - you can watch the settings in the video
Changed Bluetooth Music app.
Applications Music, Radio, Video have been completely changed. You can install standard applications from the OEM application.
Video files can be played in the background.
Now when you switch on rear view camera the brightness is in creased up to maximum automatically
4 different types of radio apps have been added in the OEM app (including radio with Day and Night support)
Go to the OEM app and install the app from there.
3 different types of Music app have been added in the OEM app.
Split screen support (not all apps support)
Added online radio PCRadio
Mod settings - MOD Settings - System settings - added automatic screen brightness by GPS.
Supports 1280X720 and 1024X600 screen resolutions.
Added four customizable buttons to screensavers to launch your programs.
- Long press on the button - select the application.
- Short press on the button - start the application.
You can now configure the MODE button to launch your applications.
- Located in Mod Settings - MOD Settings - System Settings - Select applications to launch by pressing the MODE button.
- If it is disabled, the standard method of operation of the MODE button is used (launching Radio-Music-Video)
Added the ability to automatically adjust the sound based on GPS speed.
Located in Settings mod - MOD Settings - Sound settings - Auto volume control by GPS.
Added the ability to set pop-up messages about playing Music, Radio, Bluetooth music and PCRadio.
Located in Mod Settings - MOD Settings - System Settings - Popup Settings.
Fixed GPS work.
- Improved location accuracy.
- With a cold start - satellites are located in 40-70 seconds.
- With a hot start (after sleep or reboot) - instantly.
Anyone who had problems with USB ports or missing WiFi - fixed.
USB and WiFi are initialized after the system is fully booted and after sleep.
New method and settings of the whitelist of programs to run after sleep (located in Mod Settings - Mod Settings - System Settings)
New whitelist for programs in which the screensaver will not start (located in Mod Settings - Mod Settings - Screensaver Settings)
Redesigned Launcher with day and night support. Also added to Mod Settings - Mod Settings - Launchers to configure it. You can customize the display of the main screen
- Clock, GPS speed, Weather or choose to display your logo (download a logo on the Internet (for example, a BMW car logo),
in PNG format and preferably with a transparent background and copy the file to the device's internal memory)
If after updating the firmware, every time the system boots, the location permissions for the launcher are asked, go to Mod Settings - Mod Settings -
Launcher Settings - Launcher with day and night support and enable GPS speed display.
New graphic equalizer in Music and Screensaver apps, with four different graphic equalizers and color selection.
You can now set the time for showing music and radio notifications in Mod Settings from 1 to 10 seconds.
You can change the DPI of the screen. The range is from 260dpi to 160dpi (standard 220 by default) - I set it to 200dpi. Located - Mod Settings - Mod Settings - System Settings.
You can assign the launch of your applications to the buttons on the steering wheel or on the front panel of the device. Located in Mod Settings - Mod Settings - Car (as you select applications there, then assign buttons through the standard application, for setting the buttons on the steering wheel, for example). - you can watch the video on how to configure -
More flexible graphic equalizer settings are in Mod Settings - Mod Settings - Sound Settings.
Mod Settings - Mod Settings - Car - added GPS fix (enabled by default).
Redesigned regular widgets for managing Music, Radio, Bluetooth music, etc.
Configurable rear camera parking lines, you need to go to Settings Mod – Car - related settings – Extra settings and enable 1-2-3 type of Rear view ruler.
EasyConnected has been updated to the latest version.
Many other fixes and additions.
Installing FULL firmware version:
You must download the LITE version, read the instructions inside the archive and be sure to install the LITE version on your device.
Download FULL version:
Installation only on LITE firmware version and only through online update. Download the LITE version and read the instructions inside the archive.
----------------------------------------------
Many thanks to the respected Graser from the 4PDA forum for invaluable help in creating the firmware!
+++++++++++++++++++++++++++++
This post is in edit mode! Errors and inaccuracies are possible!
Please excuse me in advance! I very rarely answer questions and do not use private messages!
Click to expand...
Click to collapse
Tried the update but won't recognize when my usb drive is inserted . I just updated to latest from Dasaita so I know it works what am I missing here ?
My pic uploads failed but I do have a PX6 MTCE HA 1280x720
thefunkygibbon said:
ok so i'm not entirely sure what the lite version actually consists of. I appreciate that it says a lot of things have been changed and added in the FULL version. But are we talking that the LITE version is just stock rom with a couple of launchers , root and a few other apps?
what rom is it actually based on or is it compiled from fresh?
is the lite version going to give me enough difference from stock 10 i have on my current unit in terms of speed, responsiveness and suchlike to make it worthwhile basically starting afresh?
bear in mind that i'm new to these devices and i've not installed any custom roms like this or hal9k on it before (plenty of experience with phones /tablets though)
Click to expand...
Click to collapse
Funky Did you get it to work ? I tried my unit does not recognise the update file on the Flash Drive , Also did you first go into recovery mode if you did?
Cheers
ToyotaJay said:
Funky Did you get it to work ? I tried my unit does not recognise the update file on the Flash Drive , Also did you first go into recovery mode if you did?
Cheers
Click to expand...
Click to collapse
hi, no i've not attempted to yet since part of me is reluctant to give money for the rom, from what i can tell the 'lite' version is not a lot different to stock so isn't indicative of the one that he wants you to pay money for. plus i'm not paying money when the guy rarely supports his 'product'.
waiting for hal9k's rom
Hello,
the rom is verdy good.
Thanks.
But the EQ is very poor.
Can we install the EQ from Hal9k v4 or from AAS?
Updating from an existing Android 10, I got a status 7 error when updating to lite - what am I possibly doing wrong ???
thefunkygibbon said:
ok so i'm not entirely sure what the lite version actually consists of. I appreciate that it says a lot of things have been changed and added in the FULL version. But are we talking that the LITE version is just stock rom with a couple of launchers , root and a few other apps?
what rom is it actually based on or is it compiled from fresh?
is the lite version going to give me enough difference from stock 10 i have on my current unit in terms of speed, responsiveness and suchlike to make it worthwhile basically starting afresh?
bear in mind that i'm new to these devices and i've not installed any custom roms like this or hal9k on it before (plenty of experience with phones /tablets though)
Click to expand...
Click to collapse
i have not tried this version as but i used the previous version
the lite release give you more futures than stock but it is not meant to be used full time it meant to be a test drive for this ROM before you pay anything
the money go to support the developer to help improve this ROM
The full release add soo many futures that you can not get on stock
---------- Post added at 12:10 PM ---------- Previous post was at 12:05 PM ----------
ToyotaJay said:
Funky Did you get it to work ? I tried my unit does not recognise the update file on the Flash Drive , Also did you first go into recovery mode if you did?
Cheers
Click to expand...
Click to collapse
Are coming from android 9 or 10?
For 10 it should work (but I have not tried)
For 9 you can not upgrade directly from 9 to 10 like that
you need a special method
in here
https://forum.xda-developers.com/an...nt/upgrade-method-to-android-version-t4132123
Deleted
FredFromBerks said:
Updating from an existing Android 10, I got a status 7 error when updating to lite - what am I possibly doing wrong ???
Click to expand...
Click to collapse
me too...status 7
omg this thing its real!!!
FredFromBerks said:
Updating from an existing Android 10, I got a status 7 error when updating to lite - what am I possibly doing wrong ???
Click to expand...
Click to collapse
I tried it too after rooting my head unit and I got the same error.
Al Ferro said:
I tried it too after rooting my head unit and I got the same error.
Click to expand...
Click to collapse
Same issue happens to me. I come from a rooted device on 10 but the reset to factory default, resets itself without root, therefore early root might not be the issue.
Px5 or px6
Hey Malaysk
I like you Rom. And installed your Rom in a previews device, made a contribution. But right now I have other device and I am a bit confused. Is it a a px5 or px6. It has an android 10.
Thanks
kalewsiukas said:
Hey Malaysk
I like you Rom. And installed your Rom in a previews device, made a contribution. But right now I have other device and I am a bit confused. Is it a a px5 or px6. It has an android 10.
Thanks
Click to expand...
Click to collapse
its neither. do NOT install this rom
thefunkygibbon said:
its neither. do NOT install this rom
Click to expand...
Click to collapse
thnx for the answer. is there any kind of the rom to update? because right now is a bit disgusting

Categories

Resources