Android Display Manager: userDisabledHdrTypes - Android Q&A, Help & Troubleshooting

Hi there,
noob here.
I am still investigating in how to disable HDR on Fire TV Stick (https://forum.xda-developers.com/t/disable-hdr-output-for-hdmi-systemwide.4297901/).
Adding "ro.mtk_hdr_support=0" to "build.prop" causes the system not to boot.
But I found an int array prepared in
core/java/android/view/DisplayInfo.java - platform/frameworks/base - Git at Google
which is called userDisabledHdrTypes.
It seems that these "user disabled HDR types" can be set through "DisplayManager" and it's function called setUserDisabledHdrTypes:
core/java/android/hardware/display/DisplayManagerGlobal.java - platform/frameworks/base - Git at Google
But how can I adress this function for adding all HDR types?
Thanks for any hint
Nico

Related

[App]Xposed modules for ours units

Edit and create files *****.ini only the program Notepad ++ and put it in the section ENCODING - ENCODE in UTF-8 without BOM !!!!!​Installing the Xposed Framework
Download the latest version of the apk file Xposed Installer on your UNIT, and set it by running using any file manager. After installation, start the application Xposed Installer, buyout you will find among other programs in the application bar of your device.
What is Xposed Framework for Android and how to install it on a Unit Xposed Framework for Android and how to install it on your unit
After starting the application, open the item Framework and click on «Install / Update». Do not worry if you find that your application is frozen - it will take some time, and eventually you should see a request for the provision of Super User Xposed Installer root rights, you should give it.
What is Xposed Framework for Android and how to install it on your unit
Then you will see a window in which to display the installation process. After installation, you will need to reboot your tablet or phone, that you can do right from the app by pressing the "reset".
What is Xposed Framework for Android and how to install it on your unit
All installation is complete. By itself, the Xposed Framework does not bear any new functionality to your device. All changes in the system are made by setting the individual modules, which provide you with new opportunities.
Activation of the module Xposed Framework
Once installed, you will be notified that the module is not active. Clicking on it will take you to a section in the application modules Xposed Imstaller. The same can be done through the application itself. Now, in order to activate the module, you must put a tick in front of him. In some cases, you may need to restart. To switch to the module, just click on it.
Xposed-mtc-manager ( author MVG-V70 )
Capabilities:
1. The module functionality moved xposed-mcu, not allowing the radio to go to sleep while scrolling starter.
When you receive a signal to shut down the unit produces a delay of 5 seconds, if at this moment reappears food, nothing happens in the absence of power cassette player goes to sleep.
Because of the implementation of inclusion in our MCU, for the period of voltage loss goes off the screen.
2. The module is implemented whitelist applications that do not allow the system to cover the necessary services and applications in the care to sleep and when you press the "Acceleration" in the curtain. Thus, the module eliminates the need for mtc-wakeup-service.
File exceptions must be on the outside of the map in the catalog mtc-manager. Filename whitelist.ini
The file should list the names of the application packages whitelist.
example
add to the white list MTC-Volume and MapCamDroid:
/external_sd/mtc-manager/whitelist.ini
com.mvgv70.mtcvolume
info.mapcam.droid
The names of packages and services can be taken from the application manifest file or with a program like Package Viewer.
3. Alternative screensaver with a list of exceptions that runs in any (even abnormal appendix). Staff alternative mechanism is activated screensaver.
screensaver
Settings in settings.ini file in the directory mtc-manager on the outside of the map.
settings.ini
Code:
# Including an alternate screen saver, if you specify false mechanism will work full-time:
screenClock=true
# Time off the screen when not set will be used the value of the full-time settings:
screenTimeout=60
# The name of the software package screensaver
screenPackage=com.microntek.screenclock
# Name aktiviti screensaver
screenClass=MainActivity
# If the name of the package and Activiti not specified, will use the standard screensaver
The list of exceptions is in the file ss_exceptions.ini - should list the names of the packages, for example:
ss_exceptions.ini
Code:
com.microntek.music
ru.yandex.yandexmaps
Also, the screensaver does not start when talking on the phone, rear view camera, navigation, and turn off the radio.
If instead of a beautiful clock screensaver MTCSreenClock.apk called conventional digital clock on a black background, it is necessary to make sure that the application is installed MTCScreenClock.
If the application is installed, you can try to set the parameters and screenClass screenPackage in settings.ini
4. Also in the module has a "backup" for the correct adjustment of sound in the MTC-Volume and MTC-Service.
volume adjustment in the firmware to Android 4.4.4
These insertions Chinese programmers take the current when adjusting the volume of the settings are not, but from a local variable that does not change when you change the sound third-party programs - and therefore the sound jumps occur when trying to adjust the sound of regular buttons.
6. Forwarding OBD-device bluetooth.
Device names must be listed in settings.ini file parameter obd_device a comma in the form in which they are visible in normal application speakerphone. You can not specify names, part names, such as:
settings.ini
Code:
obd_device=OBD,DUAL-SPP
7. Install the program list, to switch the MODE,
In settings.ini set
Code:
modeSwitch=true
Programs are switched one after the other.
For correct audio switching, applications should be managed (play / pause) programmatically via Intents. If the player does not support the start and stop of the external intent, the need to manually switch the sound.
Pressing the MODE button is searched in the list of active applications running. Further, the application is sent to the team (configured in mode.ini) to close or To pause the audio stream. Then Activiti runs by default for the next application, and the application sends a command to start the playback (also configurable in mode.ini)
mode.ini
Code:
# a list of selectable applications to be listed package names
[apps]
# original radio
com.microntek.radio
# PowerAmp
com.maxmpz.audioplayer
# music factory
com.microntek.music
# PCRadio
com.maxxt.pcradio
# factory DVD
com.microntek.dvd
# closing the regular application Radio
[com.microntek.radio:stop]
# name of intent
intent=com.microntek.bootcheck
# parameter name
extra=class
# parameter value
value=mode
# closing staffing Music app
[com.microntek.music:stop]
# name of intent
intent=com.microntek.bootcheck
# parameter name
extra=class
# parameter value
value=mode
# closing the regular application DVD
[com.microntek.dvd:stop]
# name of intent
intent=com.microntek.bootcheck
# parameter name
extra=class
# parameter value
value=mode
# including playing in PowerAmp
[com.maxmpz.audioplayer:start]
# service name
service=com.maxmpz.audioplayer.player.PlayerService
# name of intent
intent=com.maxmpz.audioplayer.API_COMMAND
# act: startService
send=service
# parameter name
extra=cmd
# parameter type
extra_type=int
# parameter value
value=3
# off playing in PowerAmp
[com.maxmpz.audioplayer:stop]
# service name
service=com.maxmpz.audioplayer.player.PlayerService
# name of intent
intent=com.maxmpz.audioplayer.API_COMMAND
# act: startService
send=service
# parameter name
extra=cmd
# parameter type
extra_type=int
# parameter value
value=2
# pcradio: start playing
[com.maxxt.pcradio:start]
# action: on behalf of the command root
send=cmd
# command root
command=am startservice -n com.maxxt.pcradio/.service.RadioService -a com.maxxt.radio.ACTION_PLAY_STREAM
# pcradio: stop playing
[com.maxxt.pcradio:stop]
# action: on behalf of the command root
send=cmd
# command root
command=am startservice -n com.maxxt.pcradio/.service.RadioService -a com.maxxt.radio.ACTION_STOP_PLAYBACK
View attachment xposed-mtc-manager-1.8.apk
Xposed-mtc-volume ( author MVG-V70 )
1 Installation of regular player on pause for incoming / outgoing calls;
2 safe volume setting when switched on, based on a preset volume;
3 increase the volume depending on the speed. The steps are adjusted as the adjustment in the mtc-service;
the ability to turn on / off mute by pressing the play / pause;
4 setting the volume level adjustment for each full-time application. When you switch to the application volume will be increased by the amount of compensation, while output decreased. So I decided the problem of insufficient volume applications, "Music" compared to the "Radio";
5 change the screen brightness according to the time of sunrise and sunset. Brightness levels are adjusted. Time of sunrise and sunset is automatically determined with the possibility of correction. The brightness is also adjusted when exiting the Rear Camera and service settings;
6 Navitel clean shutdown when you turn off the radio. Broadcasted intent under which the service Navitel goes reboot.
View attachment mtc-volume-2.6.apk
Xposed-mtc-bt ( author MVG-V70 )
Replacing the standard search the contact name for a phone number in the address book of an incoming / outgoing call.
Search on the following algorithm:
of contact numbers it is released for all symbols except numbers;
taken last 10 characters;
compared with the last 10 characters of the incoming / outgoing number;
in case of success returns the name of the contact.
View attachment xposed-mtc-bt-1.5.apk
Xposed-mtc-radio ( author MVG-V70 )
xposed- module slightly improves the appearance of original radio. The idea was inspired by requests for increasing the number of saved stations
When switched off RDS in Settings - Factory settings - Other - disable RDS, RDS messages is displayed instead of the name of the radio station, which is taken from the configuration file mtc-radio.ini.
Also, the name is displayed on the buttons of your saved stations.
mtc-radio.ini
The file must be on the inside of card catalog mtc-radio. Utf-8 encoding without bom. If there are doubts about bom, leave the first line in the file is empty.
Directories and files you need to create your own module does not create them automatically!
example file
Code:
[Controls]
# Radio show names in the header RDS
title=true
# Radio show short names on the buttons
buttons=true
# Auto search button works on a long press
search=true
# Show pop-up notifications when the app is not active Radio. default false
toast = true
# Font size pop-up notifications
toast.size=22
# to display the names of the stations in the information RDS
[title]
90.80=Relax FM
101.70=Наше Радио
88.30=Ретро FM
# short names for display stations in buttons
[buttons]
90.80=Relax
101.70=Наше
88.30=Ретро
The format is the same frequency as in the show in the appendix.
If the label on the button found a short name in the [buttons], it will take a long name from the section [title]
Warning: Radio appearance of the application does not change! Only shows the name of the radio station, if the full configuration file.
View attachment xposed-mtc-radio-1.7.apk
Xposed-mtc-keys ( author MVG-V70 )
Program that allows action to remap the buttons radio.
It adds the ability to run programs and perform various actions by pressing the buttons on the front panel of the radio.
The configuration file must be a redefinition of the buttons on the inside (/mnt/sdcard or /mnt/ internal_sd depending on the version of Android), or on the outside of the map external_sd directory (folder) mtc-keys and called mtc-keys.ini
Loading a configuration file takes place at the start of the recorder.
At the touch of a button, you can run:
Program
app_xx=package name
xx-button code, the package name, the name of the package installed program.
eg:
app_42=ru.yandex.yandexmaps
is assigned to the DVD program Yandex.maps
If you press when you run the program is already running, it is inactive.
Activiti
activity_xx= the name of the package / class name
xx-button code, the package name, the name of the package installed program, the class name, the full name of the class Activiti.
Activiti have triggered should be set sign exported = "true", or present a list of <intent-filter>.
eg:
action_51=com.estrongs.android.pop / com.estrongs.android.pop.view.FileExplorerActivity
Navi button on the main window is assigned to the call ES-Explorer.
Action
action_xx= action
xx-button code, the effect is one option from the list: home, menu, back, apps, screenshot, sleep.
eg:
action_51=apps
Navi button is assigned to access the list of applications.
Intent
intent_xx= Intent
sending a broadcast Intent.
Management of third-party player
media_xx=play/next/prev
Pressing the standard softkey
keyevent_xx=button code
Full list of possible codes, see. Constants KeyEvent.KEYCODE *
Maybe not all codes will work on our devices.
Launch of shell-command as root
command_xx=command shell
Remapping the button code
event_xx= button code
Visual settings there, so the names of the packages offered and Activiti determined using PackageViewer:
one two Three.
+++++++++++++++++++++++++++++++++++++++++++++++
Code List buttons
2 MODE, switch between regular applications ("Radio", "Music", etc.)
27 VOL-, Decrease Volume
19 VOL +, Increase the volume
4 MUTE, Mute / unmute
23 Calling the configuration modes and sound equalizer
42 DVD, Launch Application "DVD"
43 RADIO, BAND, Running the application "Radio" (second pressing - range switching)
When running the radio
5, 43 - Next Range
88 - On. / Off. TA
87 - On. / Off. AF
77 - Auto without saving (Intro) with increasing frequency since the beginning of the range
62 - Next Channel
61 - Previous channel
22.63 - Search the frequency decreases
24.64 - Search with increasing frequency
29 - Switch to Channel 1
30 - Switch to Channel 2
31 - Switch to Channel 3
32 - Switch to Channel 4
33 - Switch on Channel 5
34 - Switch on channel 6
18 - On. / Off. ST (stereo)
21 - On. / Off. LOC
44 LOUD, Enable / disable LOUDNESS
45 PREV, Previous track, previous tuned radio station, the previous DVD chapter
46 NEXT, next track, the next radio station tuned, the next DVD chapter
58 TUNE DOWN, rollback ago, the search for radio frequency step downwards
59 TUNE UP, Preroll ahead, search for radio frequency step upward
69 BLUETOOTH, Running Applications "Handsfree"
70 HANGUP, Put up the phone and end a call
80 PICKUP, pick up the phone to answer the call
When the application is running "Handsfree"
69 - Go to the dialer
70 - Hang up
80 - Off-hook
3 - Play / Pause music
6,22,45,61 - Previous track / the beginning of the track (music)
14,24,46,62 - next track (music)
13 - Stop (Music)
59 - Preroll (music)
58 - unwinding (music)
38 - Press the digit 0
29 - Press the digit 1
30 - Press the number 2
31 - Press the number 3
32 - Press the number 4
33 - Press the number 5
34 - Press the number 6
35 - Press the number 7
36 - Press the number 8
37 - Press the digit 9
49 EQ, switch between preset equalizer
50 Disable application "Speakerphone" (in fact does not work)
51 GPS, Starting the navigation application
72 AUX, Running Applications "External power" (AV-In)
57 HOME, go to the home screen
73 DTV, Running Applications "Digital TV"
67 (presumably) Run the screen calibration (for resistive screens)
74 SETUP, Run "Settings"
84 MUSIC, Launch Application "Music"
85 Switching between the screen brightness settings
3 PLAYPAUSE, Play / Pause
13 PLAYSTOP, Stop
View attachment xposed-mtc-keys-2.13.apk
Xposed-mtc-music ( author MVG-V70 )
Module xposed-mtc-music, correcting the shortcomings of Chinese programmers and add new features in the staffing Music application.
- Automatic playback begins only when the automatic setting enabled, playback and playlist absence;
- At the start of the module waits to mount the carrier (where it was stopped), and then plays music with the right moment;
- Activate random playback of tracks ;
- Playing the next folder ;
- Return play at a specific time;
- Distribution of information about the currently playing file for music widgets (emulated Google Player);
- Control the media player using the standard commands from third-party widgets.
- Featuring mp3-tag in the modified Annex Music (utf8 encoding tags);
- If there is no title tag takes the file name;
- If there is no tag album folder name is taken;
- Showing the cover of the currently playing file in the directory, if there is a tag with a picture to your mp3-file;
- Hiding frequency visualizer;
- Show a popup notification when switching tracks;
- Display of tags in a modified screensaver
Options normally stored in a file on the gps-map: /external_sd/mtc-music/mtc-music.ini
File and directory you want to create your own.
basic settings
# Внимание! Это файл настройки для модифицированных плееров JY и KGL. На плеерах KLD функция просмотра тэгов с обложкой альбома работать не будет.
# Менять можно только параметры после знака =
# Attention! This is the configuration file for the modified players JY and KGL. On players KLD viewing function tag with album art will not work.
# Change the settings can only be after the = sign
[music]
# Название картинки из папки с музыкой, для отображения в плеере в качестве альбома и проекции на фон
# Name of the images from a folder with music, to display in the player as the album and the projection on the background
album_cover=cover.jpg
# Время перемотки в секундах, назначенное на виртуальные кнопки слева и справа от временной шкалы проигрывания файла. Вперед и назад
# Rewind time in seconds assigned to the virtual buttons on the left and right of the time scale of file playback. Forward and backward
fwdpress.time=20
backpress.time=20
# Настройка всплывающего сообщения о треке в плеере, если он не активен. Разрешение (true или false) и размер шрифта.
# Configure the pop-up messages on the track in the player if it is not active. Resolution (true or false) and font size.
toast=true
toast.size=22
# Формат всплывающего сообщения. Можно использовать %title% %artist% %album% %filename% и %fullfilename%. Можно комбинировать и вставлять свои символы и слова.
# Format pop-up message. You can use the %title% %artist% %album% %filename% and %fullfilename%. You can combine and embed their characters and words.
toast.format=%artist% - %title%
# Желаемый уровень прозрачности проекции обложки альбома на общий фон плеера (в десятых долях от 1). Если пусто, то по-умолчанию будет уровень 0,25. Чтобы убрать проекцию, поставить =0.
# Desired level of transparency of the album cover on the projection of the general background of the player (in tenths of 1). If empty, the default will be the level of 0.25. To remove the projection, put = 0.
background_alpha=
[screenclock]
# Выключение скринсейвера только при касании экрана. true - да, false - штатный режим работы.
# Turn off the screensaver only when you touch the screen. true - yes, false - normal mode of operation.
touch_mode=true
# Выключение скринсейвера при входящем звонке. true - да, false - панель телефона появляется на фоне скринсейвера.
# Turn off the screen saver when an incoming call. true - yes, false - of the phone appears on the background of the screen saver.
bluetooth.close=false
# Цвет информационных строчек скринсейвера. Можно писать =red, =green, =blue, либо в hex-коде =#ffff0000 (см. Googl). Если пусто, то по-умолчанию будет цвет от автора.
# Color information strings screensaver. You can write a = red, = green, = blue, or hex-code = #ffff0000 (see. Googl). If empty, the default will be the color from the author.
color=
# Формат даты скринсейвера, если задать, будет свой, если пусто, то по-умолчанию - EEEE d MMMM yyyy (вторник 2 февраля 2015)
# Format screensaver date, if set, will be your if empty, the default - EEEE d MMMM yyyy (Tuesday February 2, 2015)
date_format=
# Цвет и прозрачность фона скринсейвера. Сделать черным и не прозрачным так =#ff000000, или так =black, или любой цвет. По-умолчанию чёрный с прозрачностью 0.75.
# The color and transparency of the background of the screen saver. Make black and not transparent as = #ff000000, or so = black, or any color. By default, black with transparency 0.75.
background_color=
# Прозрачность проекции обложки альбома в Скринсейвере (в долях от 1). Ложится сверху фона (прозрачного, или черного). Чтобы убрать её совсем, поставить =0.
# Transparency projection album cover in the screensaver (in fractions of 1). It lies on top of the background (transparent or black). To remove it completely, put = 0.
cover_alpha=0.25
View attachment xposed-mtc-music-2.0.apk
Xposed-mtc-pcradio ( author MVG-V70 )
Small xposed-module to display information in a modified screensaver currently playing PC-Radio Station
View attachment xposed-mtc-pcradio-1.0.apk
TO BE CONTINUED....
reserved
reserved
In Xposed-mtc-radio mtc-radio.ini. catalog name should be mtc-radio, not mts-radio
Hey,
I really love your work Malaysk
Did anyone figured out a way to let AF work properly?
As Xposed module or sth like that.
Gesendet von meinem C6903 mit Tapatalk
Quick question, can i use Xposed-mtc-keys to assign actions to me back/forward keys on the steering wheel or is this only for the actually physical buttons on the radio?
New versions:
xposed-mtc-manager 1.5
mtc-keys 2.10
xposed-mtc-bt 1.3
Hi,
can anyone answer - does Xposed MTC Manager do a similar thing as XposedMTC?
I have tried to use XposedMTC to define default music player, and define the programs in mode switching, but it does not work on current ROM(s)
If Xposed MTC Manager will allow me to do these 2 things i'll give it a try.
The only thing i am worried about - i do not use the SD/GPS card as my slot is faulty, is the external SD required for Xposed MTC Manager?
Thanks
phil001 said:
Hi,
can anyone answer - does Xposed MTC Manager do a similar thing as XposedMTC?
I have tried to use XposedMTC to define default music player, and define the programs in mode switching, but it does not work on current ROM(s)
If Xposed MTC Manager will allow me to do these 2 things i'll give it a try.
The only thing i am worried about - i do not use the SD/GPS card as my slot is faulty, is the external SD required for Xposed MTC Manager?
Thanks
Click to expand...
Click to collapse
It is similar but different, 1. there is no "app" to set it up so all is done by typing code in a file. 2. It really does search for the file on the GPS-card which for you is a problem
You are sure you have Xposed framework installed and activated the module? I am using XposedMTC and have the latest rom from Malaysk installed...
FordFocus2007 said:
It is similar but different, 1. there is no "app" to set it up so all is done by typing code in a file. 2. It really does search for the file on the GPS-card which for you is a problem
You are sure you have Xposed framework installed and activated the module? I am using XposedMTC and have the latest rom from Malaysk installed...
Click to expand...
Click to collapse
Ok thanks for the info.
Yep. Pretty sure I have done everything correctly.
If you take a look in the XposedMTC thread, the author has said there are some problems whn using with the 'fuse' ROMs (I'm using booroondook ROM ) and he has some work to do on it.
Cheers
phil001 said:
Ok thanks for the info.
Yep. Pretty sure I have done everything correctly.
If you take a look in the XposedMTC thread, the author has said there are some problems whn using with the 'fuse' ROMs (I'm using booroondook ROM ) and he has some work to do on it.
Cheers
Click to expand...
Click to collapse
I already asked Malaysk about this issue with XposedMTC Mode switch. He is aware (of bug and lack of dev support to fix it) and probably will drop it for MTCManager. Look few pages back.
MTCManager is supposedly working and should have new UI list of apps for Mode:
http://4pda.ru/forum/index.php?showtopic=704299&st=0#entry44422580
Hi all.....
I've got a Rooted HU 4.4.4 KK RK3188 1024x600, with original ROM inside......Xposed FW is installed (2.7).
Yesterday, i installed MTC-manager and MTC-keys, and enabled them in Xposed FW......well.....
But now, i'm stopped because i wasn't abble to find the files with Root explorer, or with Package viewer.......
Can someone give me way to find them?
Thank's a lot..
SKOLS
Hi,
can someone tell me where exactly the mtc-radio.ini has to be?
I tried almost every place intern and extern storage but nothing worked for me.
Thanks
vrs8 said:
Hi,
can someone tell me where exactly the mtc-radio.ini has to be?
I tried almost every place intern and extern storage but nothing worked for me.
Thanks
Click to expand...
Click to collapse
Wait here or look for at 4pda.ru new version 1.3 which has UI for editing station list. It saves data into Android standard data folders and you don't need to poke with .ini anymore
Thank you very much!
edit: can somebody upload it here or send it per pn, cause i cant register to 4pda
vrs8 said:
Thank you very much!
edit: can somebody upload it here or send it per pn, cause i cant register to 4pda
Click to expand...
Click to collapse
Not sure if @pa.ko is right about the new way of setting up ( dont use this and have not tested )
I use google translate on 4pda.ru
Here is the new xposed radio app
Also new mtc keys and a possible fix for weather ( going to test tomorrow, 0.40 here time to sleep) xposed kld launcher. if i read correct you can set whatever you like on the homescreen...
MVG-V70 posted a new feature for Xposed
For now only for the KLD launcher ( both the Booroondook version as the standard ), maybe he will find a way to do the same for the HA ( JY ) launcher
It moves the hardcoded widgets to the last page, so you can place your own widgets on the first page
Bluetooth app: contacts not found from the list
The character check is a little bit problematic in bluetooth app.
>Replacing the standard search the contact name for a phone number in the address book of an incoming / outgoing call.
>Search on the following algorithm:
>of contact numbers it is released for all symbols except numbers;
>taken last 10 characters;
I save my numbers in international mode "+1 40 1234567" in contact list. My operator send incoming call in domestic mode "040 1234567". By checking 10 digits this application do not find any of my contacts due to they do not match. Can the application be changed to check only 9 characters?
New versions:
xposed-mtc-bt 1.5
mtc-keys 2.13
xposed-mtc-radio 1.4
Mtcb-kgl4-rk30sdk
Hello,
I have installed MTCB-KGL4-V2.53.rar for my device RK30SDK and it works great but I have some issues:
1. Ducking function for dimming the music while the gps app gives directions doesn't work;
2. Stock music player does not have a shuffle button for playlist and a wide playlist to see all "artist - melody" description.
3. Can't find any setting for auto dimming brightness.
So what modules should I install for these 3 issues to correct them. Pls help.
Anyone have an idea why mtc-keys works only after the first reboot, and stops working on subsequent boots?
Only reinstalling gets it to work again.
Settings: APK installed from /system/apps with 644. Config file is located correctly and encoded properly. Enabled in Xposed. Possible problem: I'm currently using the Startup Builder script; is mtc-keys not getting launched on boot because of this?
mtc-keys.ini UTF-8-BOM
command_23=am start -n "com.maxmpz.audioplayer/.EqActivity"
command_59=input keyevent 19
command_58=input keyevent 20
command_69=am start -a "com.maxmpz.audioplayer.ACTION_SHOW_LIST" -d "content://com.maxmpz.audioplayer.data/artists"
command_4=input keyevent 85
action_2=menu
I also can't seem to get any keyevent or events lines to work. Strangely the shell commands are the most reliable.

[Android 6.0] Where did the STAMINA mode went? And No Option to "Set Default App" ??

[Android 6.0] Where did the STAMINA mode went? And No Option to "Set Default App" ??
Hi guys,
I need some help or clarification with my newly updated Xperia Z5C running on Android 6.0 [phone is stock and just recently updated via Sony to Android 6.0].
Here are the two things I am having issues with and not sure if standard on 6.0 OR if I am doing something wrong:
- I no longer seem to have the Power Management options but simply a "Battery" setting. Within this setting I no longer have the Stamina mode option I had before the Android update. Am I looking at the wrong place or is the Stamina and other power options gone? See attached screenshots.
- I've finally purchased a great photo editor capable of saving edited photos to SD and keep the EXIF file intact [PHOTO EDITOR by dev.macgyver, great app!] but when inside the native photo "Gallery" and I try to edit the photos, it no longer shows me the option to set my new app as default. It does show the three options for editing (google, native and the newly added app) but I no longer see the option "Use as default or Always Ask". How do I set this app as default editor to be opened when using the gallery?
Thanks in advance!
OldSkewler

[ROM][5.1.1][NEW] Flyme OS 5.1.8.1R for Micromax Canvas Nitro A311/A310

{
"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"
}
FLYME OS 5.1.8.1R for Micromax Canvas Nitro A311/A310​
The Flyme OS 5 based on Android 5.1 Lollipop (Cyanogenmod) does come with refined user experience like redesigned transition animations, new icon pack and with tons of newly added features.
Disclaimer
Code:
include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
ROM Features
Flyme OS features are given in Post#2
Installation Instruction
- Use TWRP 2.8.6.0/TWRP 2.8.7.0
- Wipe system, cache, dalvik cache, data, internal storage
- Format data
- Unmount data (Go into Mount settings in TWRP, then remove checkmark from system, data, cache)
- Flash the zip file
- Flash gapps from given link below
- Flash Supersu zip
Youtube Review of FlymeOS v5.1.8.1R by @Prasad527
https://www.youtube.com/watch?v=vyYfWLl7xBU
Download Link
ROM LINK (v5.1.8.1R)
https://goo.gl/pkfRLO
ROM LINK (v5.1.7.25R)
https://goo.gl/NvTvQz
Gapps ONLY for FlymeOS v5.1.7.25R - DON'T USE IT ON ANY OTHER VERSION
https://goo.gl/1n1wOb
Alternate Link for Gapps for Flyme v5.1.7.25R
https://1drv.ms/f/s!Ap5ZzRIsABM_e2IUJN-bpk3xUsg
Important Note: Flash ROM then reboot. Don't flash any other zip along with ROM (i.e. gapps and other). First boot takes time (almost 10 minutes). So be patient. Set the device settings and reboot to recovery then flash Gapps and other patches. Also take note that Supersu and sound patch already merged in v5.1.7.25R.
ROM LINK (v5.1.6.24R)
https://goo.gl/IdKBRn
ROM LINK (v5.1.5.20R)
https://goo.gl/oQWqlv
Patch for A310 Users
https://goo.gl/nA0njL
TWRP RECOVERY 2.8.6.0
https://mega.nz/#!plUBWb6b!S4Mal6vqfufpvxe8nCklCvUn2B3ElYEWthAtnYdlQDk
TWRP RECOVER 2.8.7.0
https://goo.gl/mZpyPE
GAPPS Link
https://basketbuild.com/uploads/devs/osm0sis/gapps/tk_gapps-modular-pico-5.1.1-20150920-signed.zip
Sound Patch
https://goo.gl/PHQeol
Credits
@fire855
@Rohan Taneja
@addictz10
@Surajlad9
XDA : DevDB Information
Flyme OS 5.1.8.1R ROM for the Micromax Canvas Nitro A310/A311
Contributors
@bravonova
ROM OS Version: 5.1.1 Lollipop
ROM Kernel: Linux 3.4.67
Based On: CyanogenMod
Version Information
Status: Beta
Stable Release Date: 2015-05-27
Created 2015-05-27
Last Updated 2016-08-09
Flyme OS 5 full changelog:
Desktop:
Floating notice: supports floating inform, to avoid the operation is interrupted.
Multitasking: new card multitasking list, long press to lock individual applications.
Split-screen mode: Multi-screen mode to create a list of tasks while using two applications, you can adjust the window proportions (only part of the application).
Batch finishing icons: Long press the desktop select “sort icon ‘batch select the icon to move to a different desktop or folder.
Shake finishing the desktop: Go to “arrange icons” mode, shake your desktop tidy Fast Recovery.
Folders are automatically named: Create a folder, depending on the application type for the folder name is automatically.
Notification bar:
Optimize the layout: drop-down notification bar without notice Expand all default switch, when there is multiple notifications pull-down notification to view more.
Notify management: Settings – Notification and Status Bar – application notification management, support each application switching and priority setting for notification.
Lock screen:
Music Locker: New music lock screen, lock screen display directly covers and lyrics.
Lock screen notifications: Settings – notification and status bar, select whether to display the notification in the lock screen to notify whether the new bright screen.
Information:
Customer Service Assistant: New customer assistant accounts, support online chat.
Floating notice: Supports quick reply message and copy the code in the floating notification.
Smart SMS: Update Smart SMS service menu, more powerful.
Phone:
Floating notice: New calls Floating notice.
Dialpad: Suspended dial plate design, support slide switch contacts, call records, the Yellow Pages.
Online Yellow Pages: New independent online Yellow Pages, online services, one-touch access.
Yellow Correction: Yellow Pages for the online identification number, the error correction can take the initiative in the contact details.
Number Tags: against harassment calls, support for online marking the contact details.
Recording List: Telephone – setting “recorded message” and “call recording” can see the individual recordings.
Dialpad switch: to enter the phone – setting, open “dial pad input switching,” in the dial pad click on the lower left corner of the keyboard symbol to switch T9 and full keyboard dial pad.
Flyme communication:
Switching numbers: support is changing the network telephone number bind.
Set up:
The new design: for interaction and functional grouping adjustment.
Search: New search function, support for the use of text and voice search settings.
Volume Category: Settings – Sound and vibration – volume, the new volume category management.
Network Sharing: Settings – Wireless Network, click on the Wi-Fi hotspot to share Wi-Fi network through a two-dimensional code.
Preferred networks: Settings – Wireless Network, click on the Wi-Fi hotspots, set the priority for this network connection.
Energy management: Optimizing power ranking, classification display hardware power consumption.
Default Application: Settings – Application Management – default applications, support for different categories to set the default application.
Analog Color: Settings – Accessibility – Developer Options – simulation color space, color blindness or color weakness mode supported by the analog color space.
Search:
Plugin: New weather search 4 * 2 widget.
Home: New Search Home, updated in real time hot search words.
Card: search results by showing the card, the interface cleaner.
Input:
Candidate words: new candidate word dropdown, improve the speed choice of words.
Transcriber: New full-screen handwriting keyboard input more casual.
Symbol Keyboard: New independent symbols keyboard, keypad lock symbol support continuous input symbols and expression.
Vibration sense switch: to enter the input settings screen, select whether to open the key vibration.
Mobile butler:
Rights management: access rights management – setting, open “cutting each other to start the application” switch, wake each behavior tracking applications, a key force off wakeup path.
Harassment intercept: harassment interception to a safe center to support blocking unknown numbers and hidden numbers.
Garbage clean white list: application cache, redundant installation package, application uninstall remnants supports adding white list, to avoid false cleanup.
Regular cleaning: Regular cleaning new “scan and clean” option rubbish more peace of mind.
Notification bar traffic information: traffic management – setting, the new “Notification bar shows the flow of information” switch.
Mobile Acceleration: clean up the permanent background, to accelerate the speed of the phone.
Rapid examination and a key optimization: no need to wait to enter the interface will be able to know the phone health status, one-click fix all problems.
Applications whiten: support the cottage detection application, eliminate safety hazards.
Toolbox:
New “toolbox” App.
Flashlight: Support SOS mode and brightness adjustment third gear.
Mirror: Support normal, twist, rotate, mirror effect symmetrical four.
Compass: Support orientation and latitude and longitude display.
Level: Intuitive view levelness.
Measurement scale: Supports cm and inch two scales.
Magnifier: supports torch mode can also be used at night.
Shortcuts: frequently used tool to add support for the desktop shortcut.
Browser:
Home: Home new design.
Window: Window tag optimization show form.
Card: Added “micro letter headline” card.
Toolbar: new toolbar at the bottom, more intuitive operation.
Music:
Music Library: Access shrimp music, comprehensive music library rich resources.
Contents: Introduction of a single song shrimp, shrimp rankings, selection set, you may also like the daily recommended content.
Radio: New offline radio function, WLAN environment to automatically update the music library offline.
Song Roaming: For the love of singles, a key roams similar songs.
Singles Comments: New singles comment feature, data access shrimp music reviews.
Artist Collection: Artist Collection features new, easy to find your favorite artists.
Members receive: Music opened Thanksgiving activities, membership users can receive free two-month membership services, after the purchase of non-members can also receive free
Video:
Video Feed: New video feeds, support update reminders, chase drama easier.
Potatoes from Channel: New potatoes from channel content, rich video library.
Online seat selection: Adjust movie theaters interface, more convenient booking.
Dropzone: In video playback applications support floating window, the perfect realization of “picture in picture”; support suspension / full screen seamlessly switch playback, without cache.
Cache management: the same series of video automatic classification, by “cache more” direct cache with other video episodes, cache operations more convenient.
Camera:
Shooting GIF: GIF new shooting mode, easy homemade face pack.
Time Watermark: Camera – set new time watermark switch.
Voice Camera: Camera – setting new voice camera switch.
Flash: Flash memory setting status, avoid duplication.
Manual mode: increase saturation, contrast, and white balance adjustment option.
Gallery:
Map Mode: Gallery – set, display photos in a map, generate personal and exclusive travel map.
Pictures: Favorites favorite pictures quickly browse in the collection folder.
Custom Cover: Press folder covers, replace favorite picture as the cover.
Filter Small size: Gallery – setting, the new small-size image filter switch, gallery cleaner.
Silent backup: Gallery – setting new silent backup switch.
Is hidden: Press the folder displayed directly Hide unwanted folders?
Photo Week view: two-finger zoom, free to switch month and week views, more convenient management.
Photo Editor: Optimize photo editing features, free to adjust the level of the filter and mosaics.
Set Wallpaper: Set wallpaper function optimization, support for custom fuzzy level and overlay pattern.
Topic landscaping:
Font Replacement: support the replacement of system fonts without root and rebooting.
Variety lock screen: New Variety lock screen, unlocking is a pleasure.
App Store:
Best application: the most beautiful application and content collaboration, found a small but beautiful application.
Applications Tags: Applications New Applications tab shows details page for easy viewing similar applications.
Permissions Show: The new application details page showing detailed permissions entrance, detailed permissions can understand the application before installation.
Micro-channel sharing: sharing style micro-channel optimization.
Calculator:
Rates search: When Conversion Rates support direct search by country name.
Unit operation: When the unit converter supports direct operation.
Uppercase conversion: Press the calculated results can be directly converted to uppercase digital.
Clock:
Batch delete: Supports long press batch delete alarm and world clock.
Lock screen weather: it removes the lock screen clock weather animation, text display weather information.
Timescale: Timer setting to adjust the time scale style.
File:
Design: Optimizing directory structure, file classification provides entry.
Remote management: new FTP remote management capabilities, the same Wi-Fi environment, no data line management phone files directly on the computer.
Hidden folders: Documents – setting, the freedom to choose whether to display hidden folders / directories.
Storage space display: Docs display is remaining storage space.
Display: adjust the length of the file name is displayed, you can view more detailed filenames.
Find the phone:
Loss reporting mode: Added a key report the loss, report the loss will temporarily restore the phone to factory state, seal all private data (images, video, etc.), to ensure that the loss of phone, private data will not be disclosed.
On-line reminder: When the phone is lost without waiting for the phone line, on the line after reporting the loss as long as the message will immediately notify the owner.
Intelligent alerts Alert: When a lost handset without knowing the exact location in the vicinity of the time, intelligent alerts using the Alert feature, the phone automatically sound.
Send a message: Find mobile phone service built dialogue channel, even if the missing cell phone SIM card is not inserted, you can still carry on a dialogue with each other.
Intelligent Face capture: After reporting the loss will be smart, open face capture, Time Lapse mobile phone users do not face.
Notes:
Switching topics: new theme switching capabilities, built-in themes, and fonts four different plates.
Search Notes: Add notes searching for a more convenient.
Text Share: Add text form of sharing notes.
Graffiti: Graffiti support directly on the drawing board.
Automatic numbering: support number automatically created when editing notes.
Recording Animation: Animation recording new record is inserted.
Desktop plug-in: plug-in supports fast new recordings and photographs, support for displaying the contents of all notes.
Sketchpad:
Color: Add more preset color.
User Center:
New Independent User Center App.
User level: New user rating system, to enhance the level to get more privileges.
Supplementary Information: Support Extended user details.
Integral Center: new integration center to support exchange gifts, earn points, points sweepstakes.
Information:
Column Category: Home columns support the classification display, browsing more convenient.
Data Fusion: Fusion feeds data under the same section, read more peace of mind.
Interactive adjustment: Adjust Subscription Center, individual centers, the article details the interaction.
Weather:
Interface: The new weather interface, you can see more content in the home.
Share: A long way to share detailed weather information Screenshot.
Urban management: direct display of weather information in different cities in the urban management interface.
Weather warnings: New weather warning function to support and friends to share early warning information.
Domestic services:
Cinema Movies: online seat selection introduces the new movie and the upcoming movie details, the new movie stills View.
Travel: New hotels and airfare booking function.
Calendar:
Constellation almanac: Support Calendar Home View constellations and almanac information.
Event Suspension Ball: New event suspension ball, quick to create a new event.
Calendar projection device: New Calendar projections, supports date projections, interval estimation and public Lunar conversion.
Interval Display: Click on any date, the number of days in the calendar left corner Quick View.
Notification: Permanent cancellation notification bar notification, slide cancel.
Game Center:
Online content: the game details page to increase the game Raiders, evaluation, information, video, and other content packs.
Micro-channel sharing: sharing style micro-channel optimization.
Mail:
Account Settings: Press the mailbox type to add new accounts automatically configure account information.
Gestures Zoom: Theme card supports gestures to zoom, browse more relaxed details.
Attachment: New Attachment Manager functions, optimizing mail attachment display position.
Search: a substantial increase in search speed, highlight keyword.
YouTube HD Playback
Newer youtube app versions have broken video quality detection. For fixing that problem you need to use a older youtube version. This version is working: http://www.apkmirror.com/apk/google-inc/youtube/youtube-10-14-56-android-apk-download/
Second Method
To fix HD Videos on Youtube all we have to do is:
Thanks to : @Typhus_
Install Latest Youtube App
Open it and see any video (one you know it should be 1080p available but it's stuck at 360p)
Navigate to /data/data/com.google.android.youtube/shared_prefs (use any explorer with root permission)
Open youtube.xml
Find:
Code:
<boolean name="h264_main_profile_supported5.1.1" value="false" />
Replace to:
Code:
<boolean name="h264_main_profile_supported5.1.1" value="true" />
Save the file
Enjoy!
Screen Recording Workaround
Thanks to : Ajit Guraya (www.mtkroms.com)
You can also check it on --> http://www.mtkroms.com/2015/11/fix-bugs-in-all-cyanogenmod-12-roms-mtk.html
Follow the below steps:
1. Download Shou from play store.
2. Sign in/Sign up.
3. Allow root permissions
4. When a popup about allowing screen record comes, just press START and DO NOT CHECK "DO NOT SHOW AGAIN".
5. Click on the floating pink circle
6. Slect Record
7. Enter any file name.
8. Click on Settings.
9. In encoding engine : Select SOFTWARE instead of hardware.
10. Enjoy screen recording.
VPN
thanks to @nervehammer
Follow these step to enjoy VPN in cm builds ..
1. Go to psiphon and choose Browser-Only mode don't tunnel whole device.
2. Go to its logs tab and check the port of http proxy.
3. Now open WiFi setting and long press to your WiFi network (from which u are connected) go to modify tab and from check the advanced options.
4. Chosen manual proxy option and put host name as 127.0.0.1 and port as the no. which you noted in step 2 (eg. 8080) and click save .
Enjoy you have set up a VPN connection successfully.
You can open your browser and check your IP
Note: You have to undo this after you don't need VPN by changing manual proxy to none .
For those who want to use Orbot vpn
This is very similar to previous vpn workaround for psiphon
Just follow these step for Orbot
1. Open Orbot and long press to start orbot.
2. When all bootstrapped done go to check browser it will ask for normal browser or install Orweb .
3. Open Orweb and volla you r connected to tor but actually its not to tunnel your traffic to vpn go to Orweb settings.
4. Now note the proxy host and proxy port generally it is localhost(same as 127.0.0.1) and 8118 respectively but it may change so better to keep updated with port numbers.
5. Now go to wifi setting and long press the wifi (from which u r connected) and check advanced options.
6. Choose manual proxy option and put the host name 127.0.0.1 and port no. (e.g. 8118 ) which u noted in step 4
Now u can check https://check.torproject.org from any browser and volla Congo this browser is configured to use tor.
Sorry for long guide but it is detail enough so that anyone can easily setup tor in cm builds.
Note: You have to undo manual proxy option to none after you don't use vpn.
OBB on SD Card
Use following xposed module
Obb on SD
Module Obb on SD attempts to make it seamless - just enable module, reboot and move obb's to SD card (to same folder: Android/obb) - that's that. No need to enter any path or whitelist/blacklist any app. Do you want to only move Obb from Grand Theft Auto? Then only move that obb. Obb on SD will detect "obb on SD" and enable hooks only for this single game.
http://dl-xda.xposed.info/modules/com.smartmadsoft.xposed.obbonsd_v8_f16a1d.apk
Author(s):
moneytoo
Support/Discussion URL:
http://forum.xda-developers.com/xposed/modules/mod-obb-sd-v0-1-t2884004
Does it work auto rotation?
rantosp said:
Does it work auto rotation?
Click to expand...
Click to collapse
auto rotation working properly
What about GPS??
And 2g/3g switch working properly..?
Any specific bugs..?
stuck on boot (with picture of baloon and sign 'flyme').
i've try to flash it 3 times and 3 times i got stuck (with the instalation instructions).
mickiewicz said:
stuck on boot (with picture of baloon and sign 'flyme').
i've try to flash it 3 times and 3 times i got stuck (with the instalation instructions).
Click to expand...
Click to collapse
Same to me Coolpad f1
what about battery life
---------- Post added at 06:58 PM ---------- Previous post was at 06:57 PM ----------
its fully LP rom or just themed like LP
---------- Post added at 07:07 PM ---------- Previous post was at 06:58 PM ----------
from this thread i can expect miui 7 5.1.1 for a311 or any other custom rom like sony z3 , honnor ,lenovo etc
Or it's support cyanogen themes or not
Sent from my Nitro using XDA-Developers mobile app
mickiewicz said:
stuck on boot (with picture of baloon and sign 'flyme').
i've try to flash it 3 times and 3 times i got stuck (with the instalation instructions).
Click to expand...
Click to collapse
rantosp said:
Same to me Coolpad f1
Click to expand...
Click to collapse
I am looking into issue. It will be solved soon.
rahult2838 said:
Or it's support cyanogen themes or not
Sent from my Nitro using XDA-Developers mobile app
Click to expand...
Click to collapse
This ROM doesn't support CM themes.
stuck at boot screen :/ please provide fix!
Ali_Waris said:
What about GPS??
And 2g/3g switch working properly..?
Any specific bugs..?
Click to expand...
Click to collapse
GPS has no issues.... There is no 2g/3g switch issue on LP based ROMs
mickiewicz said:
stuck on boot (with picture of baloon and sign 'flyme').
i've try to flash it 3 times and 3 times i got stuck (with the instalation instructions).
Click to expand...
Click to collapse
rantosp said:
Same to me Coolpad f1
Click to expand...
Click to collapse
amy1193 said:
stuck at boot screen :/ please provide fix!
Click to expand...
Click to collapse
Links are updated in first post.... Stuck at Flyme logo issue solved now. First boot takes time to boot
bravonova said:
Links are updated in first post.... Stuck at Flyme logo issue solved now. First boot takes time to boot
Click to expand...
Click to collapse
hello I installed the rom but after lavvio crashes when you select the sim for text messages. shows the message (the application setting and locked abnormally) and cell and inutilizabile remains blocked in the configuration
ok, now it stucks at language selection ("unfortunately, setting has stopped' popup).
pitty.
mickiewicz said:
ok, now it stucks at language selection ("unfortunately, setting has stopped' popup).
pitty.
Click to expand...
Click to collapse
yeah, got same error here. Plz fix it:crying:
mickiewicz said:
ok, now it stucks at language selection ("unfortunately, setting has stopped' popup).
pitty.
Click to expand...
Click to collapse
kamathshreyas said:
yeah, got same error here. Plz fix it:crying:
Click to expand...
Click to collapse
I installed ROM multiple times but no such issue faced.... Wipe system, cache and data partition before flashing.....
it stucks when i use yours instalation guide.
after my usuall install sequence i managed to flash it.
now testing.

T.A.R.S. EUI 5.9 20s China for X720

Hi, my friends.
Here is the first EUI 5.9 ROM 20s, for our X720 Chinese version.
Until now, all stock ROMS are EUI 5.8 based.
Official changelog:
Stable version 5.9.020S
Published: 2017-01-06
Version Size: 641M to save traffic: 1306M
Feature Highlights
[Steward] Added application acceleration box to help improve application performance and fluency
How to use: Open the "housekeeper" - "Application Accelerator" - add the application
[Steward] Add a new level of power saving mode, optimize energy-saving program
Usage: open the "housekeeper" - "power management" - "energy-saving assistant" - low power automatically open
【Gallery】 add a large head stickers add beauty effect
How to use: Open "Camera" - "Settings" - select the beauty effect
【Photo】 add picture annotation punctuation function
How to use it: Open the "Gallery" - select the photo - "Edit" - to punctuate
【Gallery】 Add the function of collage picture
How to use it: Open the "Gallery" - "My" - "Collage" - select the picture
【Gallery】 Add Smart Sticker
How to use it: Open the "Gallery" - Select photo - "Edit" - Click on the Smart Sticker Wand automatically matches the sticker
【Contact Dial-up】 Add the function of setting incoming call flash
How to use: Open "Contacts / Call" - the upper right corner "more" to enter the settings - open the "call flash"
【A key replacement】 new support to import application data
Usage: Open the "Settings" - "reset and replacement" - "one-touch replacement" - send data - select the application data
【A key replacement】 support new micro-sync data support
Usage: open the "Settings" - "reset and replacement" - "one-touch replacement" - send data - select the application of the micro-data
[Yellow Pages] new fast service entrance, support courier services and ticket inquiries
How to use: Open the "Yellow Pages" - check ticket and courier service
【Yellow Pages】 add my dynamic card, you can view the order dynamic
How to use: Search courier service will show the dynamic card in transit orders
【User's Manual】 Add the suggestion square
How to use: Open the "User Manual" - "Square" - to vote for suggestions or to submit proposals
【Browser】 Add no map mode, only Wi-Fi display pictures
How to use: Open the "browser" - the middle set icon - select the non-graph mode
[File management] Add cloud disk module, support the file upload to the cloud storage
How to use: Open the "file management" - "cloud storage" - upload files
【Set】 New ball function
How to use: Open the "Settings" - "Accessibility" - "floating ball" - long press to move the location
Update description
【Setting】
New ball function
Steward
Optimization of junk files over the notification reminder
Add an application acceleration box to help improve application performance and fluency
New hierarchical power saving mode, optimize energy-saving program
【Gallery】
Add a large head stickers to add beauty effect
Add a picture to annotate punctuation
Add the "My" tab page
Added the ability to collage pictures
Add a daily punch card
Add Smart Stickers
【information】
Optimize card-based information to cover more scenes
Added support for marking messages as unread
Add keywords that can be set to block spam
【Contact Dialing】
Adds the function of setting incoming call flash
【mail】
Optimized recipient mailboxes can be automatically matched and stored by the first letter
【calendar】
Optimize the time to receive other people's invitation to support the dynamic time to add reminders
Added bulletin board function
Add Calendar Month View dropdown to show more
【One-touch replacement】
Optimizes the import progress
Added support for importing app data
Added support for importing Wi-Fi setup data
Added support for synchronous micro message data
【My Music】
Added support for quick login and registration
【wallpaper】
Optimize layout display styles
【Theme Store】
Optimize font replacement without restarting
【wallet】
Optimize the payment interface display effect
New financial management services
【Yellow Pages】
New fast service entrance, support courier service and ticket inquiries
Add my dynamic card to view order activity
【User Manual】
Add Suggestions Square
【Browser】
Optimize the effect when you switch the font size
New browser support multi-process function, effectively reduce the number of browser crashes
Added no map mode, only Wi-Fi display pictures
【Calculator】
Add scientific calculator entries and history
【File Management】
Optimize the compressed file support Third-party applications to bring up the file management open
Added file management to increase the cloud disk module to support the file upload to the cloud storage
【camera】
Optimize camera stability
Added camera image stabilization scene automatic recognition function
【LeCloud】
Added LeCloud security verification
Add a housekeeper data sync item
【system】
Added Alipay fingerprint payment function
Optimize touch-screen experience
Optimize WIFI firmware for optimized WIFI experience
Optimize NFC compatibility
Optimize low-voltage charger compatibility
Optimization of system stability
My changelog:
- All chinese apps erased.
- Installed Play Store.
- Installed Google Now and Google Voice Search.
- Contacts and Calendar synchronitazion with Google account.
- Google boot up animation.
- Some tweaks for better perfomance and battery.
I unistall stock browser, please installl from Play Store your favourite browser (Chrome, Firefox, etc.)
Download link:
T.A.R.S. EUI 5.9 20s China for X720 by Steve Mars
And I make a small radio files 5.9 20s updated, not included into T.A.R.S. If you want, update it flashing in TWRP. Only 5 seconds are installed, and the reboot automatically.
Update radio 5.9 20s files link:
Radio Update T.A.R.S. 20s China EUI 5.9 by Steve Mars
Enjoy !!!!
Thanks for the update !
Installing now
Hi i am from india. Do i need to flash the radio update. What's it purpose. Also does the default barcode scanner work without inbuilt browser?
NO night mode and leshutter and other features?
Is it not available in the stock rom iteself or u have removed it?
Also there are no fonts showing in the themes app.
kmanilpillai said:
Hi i am from india. Do i need to flash the radio update. What's it purpose. Also does the default barcode scanner work without inbuilt browser?
Click to expand...
Click to collapse
I recommended that you install radio, its better for all comunications: GPS, WIFI, BT...
No, barcode scanner dont work without stock browser.
Manyfacegod said:
NO night mode and leshutter and other features?
Is it not available in the stock rom iteself or u have removed it?
Also there are no fonts showing in the themes app.
Click to expand...
Click to collapse
Im not sure, please install stock rom and check it. And comment here :good:
Thk.
Edited: I am in region China and fonts work ok...
Good afternoon. How it is correct to set?
What to clear before installation?
Pashacvet said:
Good afternoon. How it is correct to set?
What to clear before installation?
Click to expand...
Click to collapse
Always wipe data, cache and dalvik... default by TWRP
STEVE_MARS said:
Always wipe data, cache and dalvik... default by TWRP
Click to expand...
Click to collapse
thanks
This rom polish language?
polo25 said:
This rom polish language?
Click to expand...
Click to collapse
No, all custom ROM with official stock base only have the same languages that stock ROM.
Thanks for this rom, how to update the T.A.R.S. EUI 5.9 20s China BETA DEV stable for X720, thank you
Thanks for this great ROM.
I love your builds, however, it seems the new camera has some issue, the pictures became two parts, brighter on upper side and darker on the below. This happens when taking pic with shaking hands, I guess it's a EIS problem. Is it the original from Stock ROM?
Thanks.
yili said:
Thanks for this great ROM.
I love your builds, however, it seems the new camera has some issue, the pictures became two parts, brighter on upper side and darker on the below. This happens when taking pic with shaking hands, I guess it's a EIS problem. Is it the original from Stock ROM?
Thanks.
Click to expand...
Click to collapse
Yes, its original stock ROM. But this issue only its in a few of phones, others no. Mine, for example, works fine and its the same ROM.
Try wipe of cache and dalvik and check, please.
ninja25200 said:
Thanks for this rom, how to update the T.A.R.S. EUI 5.9 20s China BETA DEV stable for X720, thank you
Click to expand...
Click to collapse
Make a TWRP backup and only wipe cache and dalvik cache, then install this. It should work with all yours apps.
It is a very good rom, I need to install viper4, one can guide to install works perfectly works on this rom!
Hello, the rom is superb, but there is a problem with the camera, dark area up and down home, thank you for a solution
Sent from my LEX720 using XDA-Developers Legacy app
I have installed the ROM but it says that the security level patch is still from October. Shouldn't it be December?
-Tiz- said:
I have installed the ROM but it says that the security level patch is still from October. Shouldn't it be December?
Click to expand...
Click to collapse
It might only be December for the US version of 20s.
This would be unfortunate because the security patch was the main reason why I upgraded the phone.

[ROM][Unofficial][7.3.0-DEV]AOSPA Paranoid Android[31 OCT 2017][CAF][PIE,CE,PL,SS,AT]

{
"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"
}
(Unofficial) AOSPA - Paranoid Android for the Nexus 6P (Angler)​
Disclaimer
We are not responsible for anything that may happen to your phone as a result of installing custom ROMs and/or kernels. NOTE: That you do so at your own risk and take full responsibility upon yourself in doing so. We are also not responsible if your alarm clock doesn't go off and you're late to work, or if your phone implodes, combust, has a thermal neuclear melt down, or other wise... try again! Thanks.
Public Service Announcement
This is a COMPLETELY user friendly thread. Helping one another is HIGHLY encouraged! We can all learn something from each other and thats the bottom line. Please ALWAYS be respectful and you will ALWAYS be treated with respect, we are all here for a pleasant experience.
In other words: If you don't have anything nice to say or type, keep your precious little digits off the keyboard, or cellular device and don't even think about speak to text.
NOTE
AOSPA follows the PA policy in that installing encrypts your device. Backup your data before installing and then again before you update / upgrade your ROM!
*Don't forget to remove lock screen security before making your backups!
This ROM is based on AOSP+CAF not Lineage.
Bottom Line Up Front
Always keep a FULL and FUNCTIONAL backup... just sound advice as we are NOT responsible in any way for data loss.
Features
~Project FI works with correct apps / permissions
~Immersive Mode
~Pie
~Color Engine
~Pocket Lock
~Swiping Screenshot
~Accidental Touch
~PA Camera
There are also tons of performance optimizations going on in the builds.
Install
-Always... Backup your stuff
-Download Rom, GApps
-Reboot to Recovery
-Wipe Data and System Cache
-Flash the Rom and GApps (whichever one you like)
-Flash SuperSU for root
Downloads
Current build:
Paranoid Android 7.3.0-DEV (Unofficial) update
Download Link: pa_angler-7.3.0-DEV-20171031.zip
MD5 Check Sum: 0a0a6a9ec232b7d96ac4221350ff213c
GApps
Requirements = Platform: ARM64 Android: 7.1
Feel free to use OpenGApps, BeansGApps or other compatible GApps packages.
Vendors
The vendor is baked into the ROM. No need to flash it. When you install the ROM it flashes the correct vendor.
Differences in custom build:
theres already 100+ commits in the custom kernel so it would be better off for you guys to check out the github link
Credits / sources / links
Thanks to all the hard work of the Paranoid Android team for putting these sources together as well as caf.
https://github.com/AOSPA (sources)
https://github.com/NicholasPace/kernel_angler_pa-caf (custom kernel)
https://gerrit.aospa.co/#/q/status:open (gerrit)
https://plus.google.com/communities/112514149478109338346 (pa community)
#StayParanoid my friends!
Screen Shots
**Special Thank You to: gabidiesel for 3 screen shots showing the navigation menu, battery usage, and SOT, they can also be viewed here.
Changelogs
Obviously leaving commits that dont affect us like things commited to other aospa device sources
02 OCT 2017
-angler: overlay: add ParanoidCamera symlink
-Launcher3: show icon pack name in ChooseIconActivity
-Launcher3: fix ListPopupWindow not getting updated
-Use System.currentTimeMillis() again to calc TTFF
-pa: Update version to 7.3.0
-ParanoidCamera: fix ArrayIndexOutOfBoundsException on setUpCameraOutputs
-theme: Bypass reset when theme is forcibly enabled
-theme: Add support to forcibly enable theme [1/2]
-theme: Add support to forcibly enable theme [2/2]
-base: SystemUI: Mark PIE strings as non translatable
-base: Import translations from Crowdin
-Launcher3: Fix incorrect string value
-Launcher3: implement hidden app feature
-Mms: Add our new Messaging icon
-Launcher3: add the ability to choose dock color
20 SEP 2017
-healthd: broadcast battery properties
-sepolicy: Add dummy policy for f2fs_gc
-Bluetooth: Properly check L2CAP config option output buffer length
-Revert "sqlite: Enable ATOMIC_WRITE"
-sqlite: Enable ATOMIC_WRITE
-pa: angler: update fingerprint
-Telephony: Remove vibrate on call connected preference
-DeviceInfoSettings: Make patch level preference configurable
-pa: Update method of clearing the security patch level
-bt: Fix build when !BTA_AV_SPLIT_A2DP_ENABLED
-Add missing extension length check while parsing BNEP control packets
-Free p_pending_data from tBNEP_CONN to avoid potential memory leaks
-Allocate buffers of the right size when BT_HDR is included
-Add a missing check for PAN buffer size before copying data
-Add missing packet length checks while parsing BNEP control packets
-Add missing continuation offset check for SDP continuation requests
-Disable PAN Reverse Tethering when connection originated by the Remote
-Launcher3: fixes to icons handling
-Launcher3: implement search menu in ChooseIconActivity
14 SEP 2017
-Launcher3: improve icons customization
-pa: angler: ParanoidCamera love for the Nexus 6P
-Magnification gesture: fix screen freezing
-FingerprintSettings: Remove "Learn More" annotation
-manifest: Track ParanoidCamera
-common: Remove SnapdragonCamera
-pa: Add ParanoidCamera
-ParanoidCamera: Update local package name
-ParanoidPapers: Import translations from Crowdin
-ParanoidHub: Import translations from Crowdin
-Launcher3: Import translations from Crowdin
-Settings: Import translations from Crowdin
-Revert "Fix memory-leak warnings from the static analyzer"
-Fix memory-leak warnings from the static analyzer
-Revert "Fix AVD memory leak"
-soc: qcom: secure_buffer: Fix memory leak
-Revert "Settings: Make shortcut icon colors match settings accent"
-Conditionally revert "CameraService: Allow HAL to handle video buffer duped ...
-Launcher3: Use normalized icon for edit dialog and for reset purposes
-extract_utils: avoid 'comm' checking of sorted order
-extract_utils: add the ability to download from remote with aria2
-extract_utils: clean up the vendor folder properly
-Fix memory leak warning in FwdLockEngine.cpp
-Fix AVD memory leak
-Fixed another memory leak
-Fix drm hal resource leaks
-Perf: Fix RemoteViews memory leak
-Clear native shader when Paint shader changes
-pa: Fix Trusted Face for some devices
-extract_utils: Catch up with upstream scripts and fixes
-manifest: Upgrade to LA.UM.5.8.r1-02700-8x98.0
20 AUG 2017
-pa: Update version to 7.2.3
-BillingCycleSettings: Fix crash case for the data usage warning
-Fix security vulnerability: Equalizer setParameter memory overflow
-PocketService: Adjust light sensor rate to 400ms
-PhoneWindowManager: Block screenshots when pocket lock is showing
-Telecom: Ensure that we always update bluetooth in dsda case
-Telecom: Use proper sub IDs
-Settings: Import translations from Crowdin
-Launcher3: Import translations from Crowdin
-ParanoidHub: Import translations from Crowdin
-ParanoidPapers: Import translations from Crowdin
-base: Import translations from Crowdin
-Fix Settings crash when setting only decimal point to data usage warning
-fs_mgr: fix clang static analyzer warning
-Fix static analyzer complaints
-Fix memory-leak warnings from the static analyzer
-Fix warning: Potential leak of memory pointed to by 'set'
-Fix clang static analyzer warning in libcore
-Fix memory leak of dirbuf
-Launcher3: move PA resources to its correct files
-Gallery2: Make sure no NPE happens
-SnapdragonCamera: completely revert upstream RTB changes
-SnapdragonCamera: remove touch focus dependency to qcom parameters
-fix potential mediaserver crash in ACodec::getPortFormat
-Do not seek when switching to background playback
-Fix dead lock in Tethering state machine
-Fix memory leak warning
-Make gemmlowp able to run with multi-threads
-Fix tiny memory leak
-manifest: Track gemmlowp
-pa: Update Browser with latest tag
-manifest: Upgrade to LA.UM.5.8.r1-02600-8x98.0
-Fix phishing attack in ChooseLockGeneric
10 AUG 2017
-base: Introduce Accidental Touch
-Fix memory leak in Bluetooth settings
-stagefright: Fix SurfaceMediaSource buffer search condition when buffer return
-pa: permissions: Grant storage permission to Clock
-pa: Give system server full read access to user profiles
-pa: build.sh: propogate mka return code
-build: envsetup: propogate return code in mka
-pa: products: update fingerprints to august security patch level
-blobscript: Fix vendor/etc arguments
-blobscript: Add support for vendor/framework rules
-core/jni: Use sdclang lto for building libandroid_runtime
-Switch frameworks/base/core/jni from gcc to clang.
-Launcher3: hide QSB view
-lights: Handle single color & non-blinking LEDs
-pa: Remove qcom's storage cleanup option
-pa: address profile picture "read" permission denial
-uid_sys_stats: make hash_table static
-ANDROID: sdcardfs: use mount_nodev and fix a issue in
-ANDROID: sdcardfs: remove dead function open_flags_to_access_mode
-pa: remove DocumentsUI application name string overlay
04 AUG 2017
-AOSPA Released Official Source Code, please reffer to gerrit/github
"This includes Pie, Color Engine, Pocket Lock, Swiping Screenshot and Accidental Touch meaning all of you can have feature packed unofficial builds for your devices. We hadn’t done this already as we weren’t convinced enough that everything is polished the Paranoid Android way but we’re glad to say that it is now." - AOSPA - Paranoid Android Development Team ref: AOSPA google+
-Mms: Correct CAF's german translation of delivered
-Introduce color engine.
-base: Spanish translations
-pocket: introduce pocket judge
-policy: introduce pocket lock
-pocket: introduce pocket bridge
-base: Introduce three finger swipe for screenshot
-frameworks: PIE 3.0 (nougat)
-DozeService: Fallback to tilt sensor as pickup sensor
-PhoneWindowManager: Address forced immersive mode issues
-Settings: Support color engine
-PreviewSeekbarPreferenceFragment: move viewpager creating into an AsyncTask
-Settings: Introduce PIE settings
-Settings: Spanish translations
-ButtonsSettings: Add preference for Accidental Touch
-Settings: Add pocket lock toggle
-GesturesSettings: Add preference for 3 finger screenshot
-pa: Add sysfs permissions for pocket bridge
-pa: Add pocket judge selinux policy
-pa: sepolicy: Add Color Engine policy
-pa: Add selinux policy for pocket bridge
-Launcher3: Support color engine
-arm: dts: Add support for new ORISE panels
-DocumentsUI: use "Files" application name properly
-Fix reported memory leak (strdup without free)
-pa: SystemUI: Display warning when temps are questionable
-pa: Fix a user profile data denial
Previous Change Logs:
28 JUL 2017
-Fix AV denials
-Revert "angler: disable force encryption"
-Update angler and bullhead fingprints
-Enable Wifi Display
14 JUL 2017
-Move Paranoid Android platform include android_vendor_pa nougat-mr2
12 JUL 2017
-build nfc from source
-disable force encryption
-update fingerprints to july security patch level
02 APR 2017
-angler: enable burn-in protection feature in SystemUI
-Dialer: InCallUI: Enable Sustained Performance Mode
-Fix/enhance THP integration.
-jemalloc: Update our Android THP extension
-jemalloc: Don't query sysfs for the THP setting
-libc: Remove CAF wrapper
-Keypress Boost: Block multiple Keypress boosts
-Handle IpReachabilityMonitor errors better.
-Handle exception in set property for LPP_PROFILE
-Add synchronized protection in BoostFramework constructor
-combo bug when location reported by providers do not come with extras
-policy: alert slider integration
-pa: sepolicy: Fix substratum related denial
-Welcome to Theme Interfacer! [2/2]
-sepolicy: Add missing substratum theme prop label
-aapt: enforce 0 compression
-Keypress Boost: Improve dispatching logic
-SnapdragonCamera: PhotoMenu: show ASD scene mode
-SystemUI: alert slider integration
-settings: Add buttons customization fragment
-Fix for black screen at boot up in N-MR1
-SnapdragonCamera: correct auto HDR default value
-manifest: Update to LA.UM.5.6.r1-04000-89xx.0 (these are caf source updates)
-releasetools: silence binary info printed by blockimgdiff
-SystemUI: fix alert slider detail view margins on priority only
-core: use 0 compression when creating the target_files package
-SystemUI: Fix priority only zen footer icon size
-policy: fix global immersive calculations
-[Stability]: fix system_server crash issue caused by fd leak.
-core: assume non-release recoveries to skip signature check
-ARM64: Improve code generated to spill/restore for slow paths.
-common: power: Fix SPM if default power handling is overridden
-PhoneWindowManager: fix leftover wrong indentation due to immersive changes
-Rework AOSPA boosting configuration
-Introduce Rotation Boost
15 FEB 2017
-bionic: arm64: generic: strcmp: align to cache and preload
-PhoneWindowManager: show transient bar when coming from keyguard
-SystemUI: Recents: Allow closing empty view via tapping
-SF: Improve phase/vsync offsets on HWC1
-Launcher3: Add swipe up/down gestures
-Launcher3: double tap on home screen to turn off screen
-KeyguardConstants: turn off debugging
-EdgeGestureService: silence debug logging
-Enable Arithmetic Encoding/Decoding
-BoostFramework: Implement asynchronous processing of perflocks
-libc: add Apple libc functions
-libc: add Apple generic assembly
-libc: fix duplicate stpcpy exclusion in kryo makefile
-common: sdclang: Explicitly enable Automatic Vectorization
-SystemUI: Implement burn-in protection for status-bar/nav-bar items
-build: sdclang: Sync ldflags and cflags
-Fix leak of file descriptors and memory
Words of Advice
Don't download / flash the OTA updates no matter how tempting it might be. Instead download and flash from this OP if on this ROM.
If you do download and install an OTA update it will crash, just download the latest update from this thread and flash, it should restore you back to normal.
Remove PIN, password, fingerprint or other security before making backups in TWRP.
If you restore a backup that has security and are unable to get back into your phone please see the following:
https://forum.xda-developers.com/nexus-6p/general/psa-twrp-backups-lockscreen-security-t3245070
In my opinion this is daily driver material. Everything works flawlessly. Great for those whom like a stable daily driver while keeping it simple.
With that being said, there's NOTHING wrong with any of the other ROMs I build or that are posting on XDA. I'm just stating my personal opinion.
#StayParanoid my friends!
UPDATE DISCLAIMER
If you're coming from an older build please clean flash to avoid any issues.
Added to Nexus 6P index thread:
[INDEX] Huawei Nexus 6P
Looks like this is DEC. Security patch?
bluerez79 said:
Looks like this is DEC. Security patch?
Click to expand...
Click to collapse
I'm on January's and its working fine
So far running nice and smooth. Only issue is small popping like sound from the speakers randomly. Thought maybe it was the kernel so flashed a different one and still get it. Thanks for your hard work compiling this for us.
dntipwn said:
So far running nice and smooth. Only issue is small popping like sound from the speakers randomly. Thought maybe it was the kernel so flashed a different one and still get it. Thanks for your hard work compiling this for us.
Click to expand...
Click to collapse
That's odd. That was a problem on older test builds (been compiling aospa for months now lol) and the reason I released it finally because it was fixed for me.
Niropa said:
That's odd. That was a problem on older test builds (been compiling aospa for months now lol) and the reason I released it finally because it was fixed for me.
Click to expand...
Click to collapse
No big deal. Seems to not be as often if I disable touch sounds. Still a great running ROM. No force closes with full dynamic gapps. But so far like you mentioned the only mod is immersive mode.
F2Fs compatibility?
dntipwn said:
No big deal. Seems to not be as often if I disable touch sounds. Still a great running ROM. No force closes with full dynamic gapps. But so far like you mentioned the only mod is immersive mode.
Click to expand...
Click to collapse
Yea, before it was loud pops every several seconds lol. I'm gonna check it out when I have time or hopefully the pa team beat me to it.
Like I said though its no longer happening to me so it may be something triggering it. The only pa specific feature is immersive mode but like I said they have invested tons of resources into optimizations to make it smoother/faster. So for anybody looking for a minimalistic optimized ROM I def suggest checking this out.
i42o said:
F2Fs compatibility?
Click to expand...
Click to collapse
I'd have to add that to the kernel side of things. I looked into the benefits a year or so back and they were pretty negligible but if there was a demand for f2fs support I'd be happy to add it.
Runs great so far.
+ to the popping noise
Also I thought the latest vendor image was NMF26J, however had to flash NMF26F to boot without the usual vendor associated error message.
I used paranoid for a while on my Note 3, loved it. Can't wait till my USB-C flash drive gets in tomorrow to start flashing things! Thank you for all the hard work you put into these ROMs.
Sent from my Nexus 6P using Tapatalk
Do we have to flash vendor IMG.?
puertorecon said:
Do we have to flash vendor IMG.?
Click to expand...
Click to collapse
Shouldn't have to if your already on the January security update.
Sent from me
Thanks to Niropa , bring many (unofficial) big name ROMs to Angler.
:fingers-crossed::fingers-crossed::fingers-crossed::fingers-crossed::fingers-crossed:
Wooow you is machine man ...thanks .???
Sent from my Nexus 6P using XDA-Developers Legacy app
Ibanez33 said:
Runs great so far.
+ to the popping noise
Also I thought the latest vendor image was NMF26J, however had to flash NMF26F to boot without the usual vendor associated error message.
Click to expand...
Click to collapse
The popping sound has something to do with either the device sources or pa's caf qcom sources (which I'm not very familiar with tbh) but I'm doing what I can to figure out a fix.
Main obstacle is I'm building on a laptop which really slows the whole process down lol. Luckily its very faint and happens rarely. I did have it happen once in the past 2 days
Niropa said:
The popping sound has something to do with either the device sources or pa's caf qcom sources (which I'm not very familiar with tbh) but I'm doing what I can to figure out a fix.
Main obstacle is I'm building on a laptop which really slows the whole process down lol. Luckily its very faint and happens rarely. I did have it happen once in the past 2 days
Click to expand...
Click to collapse
Is OMS support ?
Wow! My favourite ROM....ever! Can I ask what the colour profile is on the stock kernel? They are so much better than some profiles I've used.
Sent from my Nexus 6P using Tapatalk
Niropa said:
That's odd. That was a problem on older test builds (been compiling aospa for months now lol) and the reason I released it finally because it was fixed for me.
Click to expand...
Click to collapse
Do you have this: https://github.com/AOSPA/android_vendor_pa/commit/45b9ea0532e7822879ad3da4f29a23218d1430b7
Check the Hal itself too to make sure it synced the AOSP branch. I don't have the device, but my tester says it was fixed.

Categories

Resources