navigation buttons stopped working after changing resolution - Android Q&A, Help & Troubleshooting

i used adb (adb shell wm size, adb shell density) to change resolution from 720x1280 to lower res and the navigation buttons (recent apps, home, back) stopped working.
i went back to original resolution and density but these buttons are still not working. i am now using on-screen nav buttons. please help me
device: Redmi 4x
os: lineage 15
root: yes
EDIT: i have tried wiping dalvik and cache but problem is still happening

Related

MTCB/MTCC rk3188 (4.4.4) Firmware with an xposed set of MTC apps

Based on latest KITKAT from @dsa8310.
Sharing with you my custom modified rom with KK image.
OPEN GAPS VERSION: DOWNLOAD 1024x600 and 800x480 image
To get root access, you have to type in Factory settings instead of 126 -> *#hct#root# and then ok (just once!).
UPDATE: 11.9.2017
openGaps version:
Lite 1024 x 600 openG version. Need testing!!!
- LITE version of system
- added xposed status bar module for remove status bar items (copy mtc-status bar to external GPS Card)
- new screen saver without null null text (if doesn't show install it manually from: system/app/mtcscreensaver)
- removed all the bloatware callendar, calculator etc...
- added new car launcher AG (trial) for me the best - full version 1€
- back to xposed mtc manager 1.13 module
- screen saver from @Malaysk
LITE VERSION OPTIMIZATIONS:
- kernel tweaks (changed parameters of dalvik vm etc,...)
- better ram management
- faster scrolling
- faster boot
- better responsiveness
- increased performance and app ram management
- better video acceleration
- disable sending android logging stuff
- force gpu&cpu rendering
PREINSTALLED APPS and MODULES:
All these apps and xposed modules are preinstalled and you just have to activate xposed modules you need:
- disable_service
- google-maps-9.2 (you can update it just install as normal apk)
- mtcservice-2.60
- mtcsound-2.0.5 (remove from xposed if you don't have sound mod for better performance)
- mtcxp-1.0
- quickreboot
- RootExplorer
- Titanium_Backup
- xposed-disablefullscreenkeyboard
- xposed-mtc-bt-2.3
- xposed-mtc-keys-5.2 (custom keys for harware buttons)
- xposed-mtc-manager-1.13 (mode button mod and no closing apps when starting the car, etc.)
- xposed-mtc-music-2.8
- xposed-mtc-poweramp-1.4 (working media keys and stopping power amp when mtc app is started)
- xposed-mtc-radio-1.11
- xposed-VolumeBar (replaces original volume bar)
- 7th floor sound mod preinstalled and working
OTHER ADDITIONS: (included in download to copy on external SD (GPS card)
There is also file to copy on SD card (GPS card) that has features for MTCManager:
- hardware mode button can be configured (included in download) as well to switch between apps and auto play them (radio, poweramp, music, pcradio etc)
- mtc screen clock
- mtc status bar
DISABLING THE SCREEN SAVER OR CHANGING TIME:
Edit on external SD/ GPS-Card : Mtc.Manager/settings.ini
# the inclusion of an alternative screen saver, when you specify false will work full-time mechanism:
screenClock=false or true to activate
# Time off the screen if you do not set out full-time settings will be used in sec:
screenTimeout=300
# The name of the screensaver program package
screenPackage=com.microntek.screenclock
# Name Activiti screensaver
screenClass=MainActivity
# If the name of the package and Activiti is not specified, it will use a standard screensaver
MTC MANAGER CAPABILITIES:
capabilities
All configuration files must be on the external map in the mtc-manager directory.
1. The module carries the functionality of xposed-mcu , which does not allow the radio to go to sleep during the scrolling of the starter.
- when receiving a signal to turn off the module delays for 5 seconds, if at that moment the power reappears, nothing happens, in the absence of power, the radio recovers into sleep.
Due to the features of the implementation of the inclusion in our MCU, the screen goes out for the time of voltage failure.
This functionality can be disabled in settings.ini:
Settings.ini
Mcu_power = false
2. The module has a white list of applications that does not allow the system to close necessary services and applications when going to sleep and when pressing the "Acceleration" button in the blind. Thus, the module allows to refuse from using mtc-wakeup-service .
Filename with exceptions whitelist.ini
The file name of the white list application packages must be listed.
#
example
3. Accelerated start of user services. The services are started when the system kernel is loaded.
The list of services should be on the external map in the mtc-manager directory, the file name start_services.ini
each line should contain the service name in the format package name / full service name,
#
example
4. An alternative screensaver with a list of exceptions, running in any (even a non-standard application). The standard screen saver mechanism is activated.
It may not work on all firmware.
Settings in the settings.ini file.
Settings.ini
# Inclusion of an alternative screensaver, if false, the standard mechanism will work:
screenClock = true
# screen off time, if not specified, the value from the
default settings will be used: screenTimeout = 60
# screen saver program name
screenPackage = com.microntek.screenclock
# screen saver activation name
ScreenClass = MainActivity
# if the package name and activations are not specified, then the standard screensaver will be used
The exception list is located in the ss_exceptions.ini file - the package names must be listed, for example:
Ss_exceptions.ini
com.microntek.music
ru.yandex.yandexmaps
Also the screensaver will not start when talking on the phone, the rear view camera, navigation and turning off the radio.
If instead of a beautiful clock MTCSreenClock.apk a screensaver with a standard digital clock on a black background is called, you need to make sure that the MTCScreenClock application is installed.
If the application is installed, you can try setting screenPackage and screenClass parameters in settings.ini
5. Also in the module there is a "backup" for correct sound adjustment in MTC-Volume and MTC-Service .
#
The adjustment of sound in firmware on Android 4.4.4
6. Re-designation of OBD-device bluetooth.
Device names must be listed in the settings.ini file in obd_device parameter, separated by commas, in the form in which they are visible in the standard hands-free application. You can specify not names, but parts of names, for example:
Settings.ini
Obd_device = OBD, DUAL-SPP
7. Set the list of programs that are switched by the MODE button,
In settings.ini, set
Settings.ini
ModeSwitch = true
Programs are switched sequentially one after the other.
For correct sound switching, the applications used must be managed (play / pause) programmatically via intents. If the player does not support the start and stop playback of external intents, then you have to manually switch the sound.
When you click on the MODE button, the active application is searched for in the running list. Next, the application is sent a command (configurable in mode.ini) to close or pause the audio stream. After that, the default activation for the next application is launched and the application is sent a command to start playback (also configured in mode.ini)
#
Mode.ini
8. Disable the launch of the last running program.
Settings.ini
Clear_last_app = true
9. GPS time synchronization.
Settings.ini
Sync_gps_time = true
10. Turn on w-fi at startup.
Settings.ini
Wifi.on = true
Thank you Johnny! Love to see a lollipop version!
Hi Johny,
thx for sharing your custom Rom
Is this the openG or microG Version ?
Best regards
jun81 said:
Thank you Johnny! Love to see a lollipop version!
Click to expand...
Click to collapse
Working on it.
Do you guys prefer kikat or lollipop?
EagleSoldier said:
Hi Johny,
thx for sharing your custom Rom
Is this the openG or microG Version ?
Best regards
Click to expand...
Click to collapse
It's open gaps version because kitkat doesn't need micro g with 1 gb of ram. If someone else will be interested in MicroG I will give a try
personally lollipop works better..
jun81 said:
personally lollipop works better..
Click to expand...
Click to collapse
Done it, check the new thread.
thank you! gonna check it out!
I am waiting for the 800 x 480 Version to test it
EagleSoldier said:
I am waiting for the 800 x 480 Version to test it
Click to expand...
Click to collapse
Done, check it and report if screen saver is working
Johny DJ said:
Done, check it and report if screen saver is working
Click to expand...
Click to collapse
Awesome thanks
Will test it and report
Best regards
@Johny DJ
I've tested the ROM and everything is working well.
Screensaver don't work, I've activate the modules and placed the folders on GPS Card.
But the Screensaver don't appear.
To get root acsees , you have to type in Factorysetings instead of 126 -> *#hct#root# and then ok.
Overall a good ROM with some cool futures, hope you can fix the screensaver issue.
EagleSoldier said:
@Johny DJ
I've tested the ROM and everything is working well.
Screensaver don't work, I've activate the modules and placed the folders on GPS Card.
But the Screensaver don't appear.
To get root acsees , you have to type in Factorysetings instead of 126 -> *#hct#root# and then ok.
Overall a good ROM with some cool futures, hope you can fix the screensaver issue.
Click to expand...
Click to collapse
Yes you have to activate root once that's it.
Check folder mtc-manager on gps card called settings and change
# the inclusion of an alternative screen saver, when you specify false will work full-time mechanism:
screenClock=true
# Time off the screen if you do not set out full-time settings will be used in sec: change this value to lower just to test:
screenTimeout=300
# The name of the screensaver program package
screenPackage=com.microntek.screenclock
# Name Activiti screensaver
screenClass=MainActivity
# If the name of the package and Activiti is not specified, it will use a standard screensaver
how long does it take to boot after initial flash? I been waiting like 20 minutes still on a black screen
Thanks @Johny DJ for sharing this ROM with us!
I installed and tested 800 x 480 version on my RK3188 unit. Most of the functions are working flawlessly. Noticed a couple of things that i wanted to let you know:
1) The bluetooth app appears out of scale on the screen. Number 0 in the dial pad is cut off, and the refresh button on the contacts is also not visible. Please have a look at the screenshots below:
https://ibb.co/cde7NQ
https://ibb.co/hwP7NQ
2) I'm quite new to xposed. I copied the folders to the SD card, but do i need to enable any modules for the screen saver to work properly ? The screensaver appears in the screen, but the speed indicator shows null.
https://ibb.co/bJ3Cp5
https://ibb.co/dL3dU5
Thanks !
gabesir said:
how long does it take to boot after initial flash? I been waiting like 20 minutes still on a black screen
Click to expand...
Click to collapse
same problem 1024x600
re download the file, flash again.. no boot logo just a black screen.
champikasam said:
Thanks @Johny DJ for sharing this ROM with us!
I installed and tested 800 x 480 version on my RK3188 unit. Most of the functions are working flawlessly. Noticed a couple of things that i wanted to let you know:
1) The bluetooth app appears out of scale on the screen. Number 0 in the dial pad is cut off, and the refresh button on the contacts is also not visible. Please have a look at the screenshots below:
https://ibb.co/cde7NQ
https://ibb.co/hwP7NQ
2) I'm quite new to xposed. I copied the folders to the SD card, but do i need to enable any modules for the screen saver to work properly ? The screensaver appears in the screen, but the speed indicator shows null.
https://ibb.co/bJ3Cp5
https://ibb.co/dL3dU5
Thanks !
Click to expand...
Click to collapse
1. Tnx for info, will correct tomorrow and upload update. I don't have 800 x 480 unit so I cannot test.
2. Yes you have to enable all the modules to get screen saver working properly.
gabesir said:
re download the file, flash again.. no boot logo just a black screen.
Click to expand...
Click to collapse
Hm... I didn't have problems on 1024 x 600, will check and update and also add screen saver tomorrow.
Johny DJ said:
Hm... I didn't have problems on 1024 x 600, will check and update and also add screen saver tomorrow.
Click to expand...
Click to collapse
Do you use my files from the firmware? Hmm ... you did not even write about it .... sad. I looked at the screenshots.
Malaysk said:
Do you use my files from the firmware? Hmm ... you did not even write about it .... sad. I looked at the screenshots.
Click to expand...
Click to collapse
I'm sorry yes, I used one, and I didn't write or mentioned yet because it's not working in other update I was planning to write if it will work, but I think it's related to your android settings so will not work on other image because it+s much more complex, that's why I didn't mentioned yet.

MTCB/MTCC rk3188 (5.1.1) Firmware with an xposed set of MTC apps

Based on latest LOLLIPOP with MICRO GAPS and OPEN GAPS 1024 x 600 and 800 x 480 from @dsa8310.
Sharing with you my custom modified rom with LP image.
UPDATE 29.8.2017:
MicroG version: 1024 x 600 and 800 x 480
- added screen saver with speed, clock and apps shortcut ported from well known developer @Malaysk (null null still present)
(if someone need: screen saver in the attachement - replace with root explorer: system - app - mtcscreenclock
MTCScreenClock (round)
- 1024 x 600 resolutions has different radio and bluetooth apk
- included all xposed modules and fast google maps
- remember to enable all xposed modules and copy folder contents to external gps card!!!
Enjoy
UPDATE: 3.9.2017 LINKS UP 2019
microGaps version:
Lite 1024x600 microG version.
openGaps version:
Lite 1024 x 600 openG version.
Lite 800 x 480 openG version.
___________________________________________________________________________________
- LITE version of system
- added xposed status bar module for remove status bar items (copy mtc-status bar to external GPS Card)
- new screen saver without null null text (if doesn't show install it manually from: system/app/mtcscreensaver)
- removed all the bloatware callendar, calculator etc...
- added a lot of tweaks to speed the units with 1gb ram
- added new car launcher AG (trial) for me the best - full version 1€
- new xposed mtc manager 2.5 module
LITE VERSION OPTIMIZATIONS:
- kernel tweaks (changed parameters of dalvik vm etc,...)
- better ram management
- faster scrolling
- faster boot
- better responsiveness
- increased performance and app ram management
- better video acceleration
- disable sending android logging stuff
- force gpu&cpu rendering
System now uses less than 470 Mb of ram
BEFORE YOU START:
1. With disable service app find google play store and disable the first 5 services from top including DailyHygiene.
2. Login to MicroG
3. In microG settings enable google device registration
4. Clear data on Google playstore or clear from recents
5. Enjoy fast 5.1.11. playstore (if not showing paid apps just restart HU)
MTCB MCU USERS
- DSA's mtcxp xposed module has to be enabled before the status bar will show.
PREINSTALLED APPS and MODULES:
All these apps and xposed modules are preinstalled and you just have to activate xposed modules you need:
- disable_service
- google-maps-9.2 (you can update it just install as normal apk)
- mtcservice-2.60
- mtcsound-2.0.5 (remove from xposed if you don't have sound mod for better performance)
- mtcxp-1.0
- quickreboot
- RootExplorer
- Titanium_Backup
- xposed-disablefullscreenkeyboard
- xposed-mtc-bt-2.3
- xposed-mtc-keys-5.2 (custom keys for harware buttons)
- xposed-mtc-manager-2.5 (mode button mod and no closing apps when starting the car, etc.)
- xposed-mtc-music-2.8
- xposed-mtc-poweramp-1.4 (working media keys and stopping power amp when mtc app is started)
- xposed-mtc-radio-1.11
- xposed-VolumeBar (replaces original volume bar)
- 7th floor sound mod preinstalled and working
OTHER ADDITIONS: (included in download to copy on external SD (GPS card)
There is also file to copy on SD card (GPS card) that has features for MTCManager:
- hardware mode button can be configured (included in download) as well to switch between apps and auto play them (radio, poweramp, music, pcradio etc)
- mtc screen clock
- mtc status bar
DISABLING THE SCREEN SAVER OR CHANGING TIME:
Edit on external SD/ GPS-Card : Mtc.Manager/settings.ini
# the inclusion of an alternative screen saver, when you specify false will work full-time mechanism:
screenClock=false or true to activate
# Time off the screen if you do not set out full-time settings will be used in sec:
screenTimeout=300
# The name of the screensaver program package
screenPackage=com.microntek.screenclock
# Name Activiti screensaver
screenClass=MainActivity
# If the name of the package and Activiti is not specified, it will use a standard screensaver
MTC MANAGER CAPABILITIES:
capabilities
All configuration files must be on the external map in the mtc-manager directory.
1. The module carries the functionality of xposed-mcu , which does not allow the radio to go to sleep during the scrolling of the starter.
- when receiving a signal to turn off the module delays for 5 seconds, if at that moment the power reappears, nothing happens, in the absence of power, the radio recovers into sleep.
Due to the features of the implementation of the inclusion in our MCU, the screen goes out for the time of voltage failure.
This functionality can be disabled in settings.ini:
Settings.ini
Mcu_power = false
2. The module has a white list of applications that does not allow the system to close necessary services and applications when going to sleep and when pressing the "Acceleration" button in the blind. Thus, the module allows to refuse from using mtc-wakeup-service .
Filename with exceptions whitelist.ini
The file name of the white list application packages must be listed.
#
example
3. Accelerated start of user services. The services are started when the system kernel is loaded.
The list of services should be on the external map in the mtc-manager directory, the file name start_services.ini
each line should contain the service name in the format package name / full service name,
#
example
4. An alternative screensaver with a list of exceptions, running in any (even a non-standard application). The standard screen saver mechanism is activated.
It may not work on all firmware.
Settings in the settings.ini file.
Settings.ini
# Inclusion of an alternative screensaver, if false, the standard mechanism will work:
screenClock = true
# screen off time, if not specified, the value from the
default settings will be used: screenTimeout = 60
# screen saver program name
screenPackage = com.microntek.screenclock
# screen saver activation name
ScreenClass = MainActivity
# if the package name and activations are not specified, then the standard screensaver will be used
The exception list is located in the ss_exceptions.ini file - the package names must be listed, for example:
Ss_exceptions.ini
com.microntek.music
ru.yandex.yandexmaps
Also the screensaver will not start when talking on the phone, the rear view camera, navigation and turning off the radio.
If instead of a beautiful clock MTCSreenClock.apk a screensaver with a standard digital clock on a black background is called, you need to make sure that the MTCScreenClock application is installed.
If the application is installed, you can try setting screenPackage and screenClass parameters in settings.ini
5. Also in the module there is a "backup" for correct sound adjustment in MTC-Volume and MTC-Service .
#
The adjustment of sound in firmware on Android 4.4.4
6. Re-designation of OBD-device bluetooth.
Device names must be listed in the settings.ini file in obd_device parameter, separated by commas, in the form in which they are visible in the standard hands-free application. You can specify not names, but parts of names, for example:
Settings.ini
Obd_device = OBD, DUAL-SPP
7. Set the list of programs that are switched by the MODE button,
In settings.ini, set
Settings.ini
ModeSwitch = true
Programs are switched sequentially one after the other.
For correct sound switching, the applications used must be managed (play / pause) programmatically via intents. If the player does not support the start and stop playback of external intents, then you have to manually switch the sound.
When you click on the MODE button, the active application is searched for in the running list. Next, the application is sent a command (configurable in mode.ini) to close or pause the audio stream. After that, the default activation for the next application is launched and the application is sent a command to start playback (also configured in mode.ini)
#
Mode.ini
8. Disable the launch of the last running program.
Settings.ini
Clear_last_app = true
9. GPS time synchronization.
Settings.ini
Sync_gps_time = true
10. Turn on w-fi at startup.
Settings.ini
Wifi.on = true
Paypal:
https://paypal.me/johnydj?locale.x=en_US
Hello,
Please help me a little, it was a more than one year since I updated my fw.
How do I update to this firmware, I forgot the procedure?
Is it clean install, all apps/data are going to be wiped and must be installed again?
Is there a way to backup current firmware/apps, like twrp image or something (in case something goes wrong)?
Thank you
grgart said:
Hello,
Please help me a little, it was a more than one year since I updated my fw.
How do I update to this firmware, I forgot the procedure?
Is it clean install, all apps/data are going to be wiped and must be installed again?
Is there a way to backup current firmware/apps, like twrp image or something (in case something goes wrong)?
Thank you
Click to expand...
Click to collapse
Backup with titanium backup all your apps you want.
wipe data/factory reset from recovery, then flash the image with clear all
With titanium backup restore your apps back, thats it.
hi johnny,
would like to check if u manage to solve these issues of
1. xposed volume bar in the center of screen instead of bottom
2. misaligned apps buttons in mtcbluetooth mtcwheelstudy etc.
thank you in advance
jun81 said:
hi johnny,
would like to check if u manage to solve these issues of
1. xposed volume bar in the center of screen instead of bottom
2. misaligned apps buttons in mtcbluetooth mtcwheelstudy etc.
thank you in advance
Click to expand...
Click to collapse
1. Did you activate xposed mtc manager module in xposed app ?
2. Can you post picture, I didn't experienced this issue on my unit using the same image...
3. Please note this is 1024 x 600 resolution image...flashing on 800 x 480 can couse this issues you have...
Will post pic once I get a chance. Had no problem with gui using the dsa's last dec 5.1.1 rom.
jun81 said:
Will post pic once I get a chance. Had no problem with gui using the dsa's last dec 5.1.1 rom.
Click to expand...
Click to collapse
I added screen saver in latest version. But still don't know why you have problems with resolution. I can upload stock apps and you can try if there is also problem or not...
What are the performance benefits from the dsa8310 rom on a 1gb ram headunit?
I'm currently running dsa8310 latest 5.1.1. on my 1gb headunit. What sort of advantages will I see if I flash to your rom?
iselfdevi said:
What are the performance benefits from the dsa8310 rom on a 1gb ram headunit?
I'm currently running dsa8310 latest 5.1.1. on my 1gb headunit. What sort of advantages will I see if I flash to your rom?
Click to expand...
Click to collapse
Hard to say without knowing the exact version of his ROM youre running currently, but generally its a good idea to update the software as it is on any computer/smartphone/tablet. You shouldnt have to wipe data if youre already using it.
Read the thread to see the improvements that have been made recently - he lists them all.
Waiting for the 800 x 480 version !
champikasam said:
Waiting for the 800 x 480 version !
Click to expand...
Click to collapse
Done, check it out
Johny DJ said:
Done, check it out
Click to expand...
Click to collapse
Awesome ! Will check and let you know
---------- Post added at 04:39 PM ---------- Previous post was at 04:06 PM ----------
Johny DJ said:
Done, check it out
Click to expand...
Click to collapse
Could you check whether 800 x 480 img file is properly formatted ? I'm unable to mount or extract it. Getting an error saying the img file is corrupted. Will try to download again and try.
champikasam said:
Awesome ! Will check and let you know
---------- Post added at 04:39 PM ---------- Previous post was at 04:06 PM ----------
Could you check whether 800 x 480 img file is properly formatted ? I'm unable to mount or extract it. Getting an error saying the img file is corrupted. Will try to download again and try.
Click to expand...
Click to collapse
Full dropbox, check again...
Johny DJ said:
Full dropbox, check again...
Click to expand...
Click to collapse
Downloaded again. Same error
champikasam said:
Downloaded again. Same error
Click to expand...
Click to collapse
I extracted microg_preinstalled_800x480LP5.1.1rk3188.MTCB-C(20.8.2017) without problems ??
Try to rename it to some short name: update or something...
New link .rar
https://www.dropbox.com/s/95j1iqvqv...0x480LP5.1.1rk3188.MTCB-C(20.8.2017).rar?dl=0
Johny DJ said:
I extracted microg_preinstalled_800x480LP5.1.1rk3188.MTCB-C(20.8.2017) without problems ??
Try to rename it to some short name: update or something...
New link .rar
https://www.dropbox.com/s/95j1iqvqv...0x480LP5.1.1rk3188.MTCB-C(20.8.2017).rar?dl=0
Click to expand...
Click to collapse
Thanks ! i was able to download using the rar file. Most of the functions are working great ! It's fast and responsive. Please check on the following:
1) I'm unable to see the task bar/notification drawer at the top. I'm on the default launcher. Do i need to enable it anywhere ? Check the photos below:
https://ibb.co/hiJM1k
https://ibb.co/f24GZ5
2) I couldn't find google maps installed by default. So i installed the latest version from the play store. Its working fine (fast and responsive), but it doesn't show up in the selection list when i press the navi button on the player (to set it as the default navigation app). I only see the following nav apps in the list:
https://ibb.co/gG4YE5
Thanks !
champikasam said:
Thanks ! i was able to download using the rar file. Most of the functions are working great ! It's fast and responsive. Please check on the following:
1) I'm unable to see the task bar/notification drawer at the top. I'm on the default launcher. Do i need to enable it anywhere ? Check the photos below:
https://ibb.co/hiJM1k
https://ibb.co/f24GZ5
2) I couldn't find google maps installed by default. So i installed the latest version from the play store. Its working fine (fast and responsive), but it doesn't show up in the selection list when i press the navi button on the player (to set it as the default navigation app). I only see the following nav apps in the list:
https://ibb.co/gG4YE5
Thanks !
Click to expand...
Click to collapse
1. Hm...really don't know what happend to statusbar... try to disable / untick all xposed modules and reboot to see if some of xposed modules is cousing problems... I hope you did wipe all data / factory reset and then clear all and install from usb/sd and after that you can try wipe all data again and reboot, but everything should work because it's the same image from dsa's just added all the xposed modules...,
2. Yes, I forgot it, I updated image again and here: just copy folder in the rar with root explorer to system/app and change permisions just Maps.apk to r-r-w (664) reboot.
Try just to find your launcher in the android settings - apps and clear data.
Maps: https://www.dropbox.com/s/m44hv1189is36fr/Maps.rar?dl=0
Hello !
First I have to thank you @Johny DJ for this beautiful firmware. It's faster than i ever had on my MTCC-KLD6-V2.97 1024*600.
Also I take this opportunity to thank @dsa8310 and @Malaysk for their brilliant work in this adventure.
I love you guys, all as you are.
This said, i have a question : What's the difference between the first firmware (released 14/08 i think) that works really good on my unit RK 3188 (1024*600) and the release of today ?
Also my only "problem" is the text "null null" (like here : https://ibb.co/dL3dU5) on the screensaver which i think it correspond normally to the weather in Malaysk's rom. So i tried to install the weather app provided by Malaysk called "MTCWeather.apk" but it does not work. I have to precise that the display of the speed works OK.
Does this new release correct this little issue ?
Again thanks for all and have a nice day.
Cheers !
airlink75 said:
Hello !
First I have to thank you @Johny DJ for this beautiful firmware. It's faster than i ever had on my MTCC-KLD6-V2.97 1024*600.
Also I take this opportunity to thank @dsa8310 and @Malaysk for their brilliant work in this adventure.
I love you guys, all as you are.
This said, i have a question : What's the difference between the first firmware (released 14/08 i think) that works really good on my unit RK 3188 (1024*600) and the release of today ?
Also my only "problem" is the text "null null" (like here : https://ibb.co/dL3dU5) on the screensaver which i think it correspond normally to the weather in Malaysk's rom. So i tried to install the weather app provided by Malaysk called "MTCWeather.apk" but it does not work. I have to precise that the display of the speed works OK.
Does this new release correct this little issue ?
Again thanks for all and have a nice day.
Cheers !
Click to expand...
Click to collapse
Thank you!
There is no so much difference, just added new screen clock, but there will be still null null. It won't work because it's settings are part of android settings from Malaysk.
You should try lockclock apk (its related to weather app)
If you find a solution I can update system image to get weather fully working, but I was not bothering with that, because then system will also use more ram etc...I will try to remove the null null item...
here are the apps you can try:
https://www.dropbox.com/s/sukxg16l2z4ygbr/apps.rar?dl=0
Johny DJ said:
Thank you!
There is no so much difference, just added new screen clock, but there will be still null null. It won't work because it's settings are part of android settings from Malaysk.
You should try lockclock apk (its related to weather app)
If you find a solution I can update system image to get weather fully working, but I was not bothering with that, because then system will also use more ram etc...I will try to remove the null null item...
here are the apps you can try:
https://www.dropbox.com/s/sukxg16l2z4ygbr/apps.rar?dl=0
Click to expand...
Click to collapse
@Hal9k_'s MTCD ROM has a screen lock, I asked him how he did it and he said he just added back the original Android code.
EDIT : Lol, stupid me you said "lockclock" not screen lock ! Doh !

GUIDE - 720p for J7 2017

Setting resolution to 720p with gpu overclock will make j7 really smooth. It fixed laggy animation while bringing recent apps on android oreo. One problem is that it makes everything blurry. U can get used to it and make it more sharp by setting some light font fe. google product sans 2 light.
What you need:
-ROOT
-Material terminal
Open material terminal and give it root permission
Type these commands:
su
wm density 267
wm size 720x1280
and then reboot your phone.
If you want to get 1080p back:
su
wm density 401
wm size 1080x1920
screen:
Or use ADB if your phone is not rooted.

[curtana] Big collection of patches for xiaomi.eu 11.0.10.0 (stable)

Here is a big collection of patches ONLY for Redmi Note 9S (curtana) and ONLY for xiaomi.eu 11.0.10.0 (stable)
GENERAL
Different volume for calls and notifications.
Add a switch to change the notification sound in the pop-up sound window (using the volume buttons)
Full activation of "My Device" (My Device)
Full support for SuperWallpapers at Settings - Wallpaper - Super Wallpapers. [You must download and install the Home and 'Red planet' super wallpapers apps from anywhere].
Full enabled AOD (Always-on display) and add 2 more options:
<> Custom brightness (only for AOD). When you turn the screen on, the brightness will be restored.
<> AUTO close AOD after 15 - 600 seconds.
Change the Themes app with a newer that support Themes, Wallpapers, Fonts, Ringtones, Icons, Always-on, Dynamic.
Added Smart Network. Auto change network type, mobile data, Wi-Fi when you are in call or connected to Wi-Fi or mobile data are disabled or you turn screen off.
Press and hold on the Data button (in the bar with the buttons in the status bar), we go to the network selection.
Backup/Restore ALL your settings (well, some I may have forgotten) for patches. With one click you will have back all the settings related to the patches. [Settings - My device]
The settings are saved in the file <internal_memory>/mySettings<number>.xml
Changes at Security app:
<> You can disable notifications for system apps
<> You can disable system apps (careful with that)
<> Extra info at 'App info' (Data path, User ID, Target SDK version, Open in Play Store, Launch app)
You can update system apps from unofficial sources.
Screenshot settings at Settings - 'Additional settings' - 'Screenshot settings' [Save at external SD, Save folder (DSIM ot Pictures), Quality, Format (Jpeg, Png or WebP)].
Added GetApps - The chinese market from xiaomi.
[*]DISPLAY (Settings - Display)
Full screen (without showing the status bar)
Shake gestures -> 'Clear RAM' or 'Screen off'.
Animation effects when scrolling through lists (with many options).
Show/Hide search bar in Settings.
Exclude apps from Share menu.
Exclude apps from 'Open with' menu.
[*]STATUS BAR (Settings - Display - Notch & status bar)
Number of columns for switches (4-7) for one line and all lines.
Number of rows for switches (2-4).
Colors for switches (and border with color).
Colors for notifications (background and text and border with color).
Show/Hide brightness panel (also color and size/height and border with color).
Show/Hide expand indicator.
Notifications folder (for unimportant notifications to appear in a seperate folder).
Show provider name (with unlocked screen).
Connection refresh rate 500ms - 5000ms (if you have selected 'Show connection speed') and also show incoming and outgoing network speed in 2 lines.
Weather in status bar with temperature and/or icon and too many options.
Blur effect at expanded status bar.
Extra info at expanded status bar:
<> Show analog clock.
<> Show available RAM
<> Show CPU and battery temperature
<> Show notifications log button
<> Show clear memory button
<> Quick status bar header's height
Gestures at status bar:
<> Double tap to lock screen
<> Double tap at left or right side to do any Action (Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app)
<> Long click to change brightness or select an Action (Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app)
<> Swipe to change brighness
[*]HOME SCREEN (Settings - Home screen)
Continuous scrolling on the desktop - It's a bit "weird" with the Smart Assistant.
Home screen with App drawer and ALSO available the swipe up for any Action (Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app).
Create Home screen shortcut (icon) for All Apps.
Number of columns in folders (3 - 5 columns).
Up to 7 icons in the baseline.
Show/Hide text in icons.
Show/Hide shadow on icons.
Reflection in icons on the baseline.
Close the folder after selecting/clicking on an icon.
Hide apps from Recent.
Home screen layout (4x5, 4x6, 5x5, 5x6, ...).
The text in the icons in two (maximum) lines (with micro-adjustment of the vertical distance).
Show/Hide text in baseline icons (with micro-adjustment of vertical spacing)
Gestures:
<> Double tap, double tap at top-left, double tap at top-right => do any Action (Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app).
<> Swipe up or down (with 1 or 2 fingers) => do any Action (Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app).
Blur effect in Recent applications.
Allow all orientations.
[*]BATTERY (Settings - Battery)
I turned on Power settings (Performance or Balanced).
Battery warning levels (Low, Critical and Safe Battery Level).
Battery color (inside).
[*]Notification light (Settings - Additional settings - Notification light)
Some settings here. You check...
[*]BUTTON SHORTCUTS (Settings - Additional settings - Button shortcuts)
Long Press (Menu and/or Home and/or Back) => Run any installed application.
Disable the power menu on the lock screen.
[*]PHONE - CONTACTS
Colors at call logs (this menu is at Settings - Display - 'Colors at call logs').
Home key while ringing - Action if you press Home on call -> Accept/Reject/Mute call or off.
Option for full screen foto in calls.
Show/Hide search bar in Recents and/or Contacts.
Display an icon next to the search bar (in Contacts) that leads to the international dialing codes of all countries.
[*]CAMERA
Various changes by activating features in curtana.xml.
[*]SCREEN LOCK (Settings - Passwords and security)
Disable screen lock for 'Trusted networks'.
Fingerprint actions for Single tap, Long tap and Double tap. Action can be Turn off, Power menu, Volume dialog, Previous app, ..., Launch any app.
Change music tracks with the volume keys (I have not tried it).
Sensitive content on the lock screen.
Some others that I forgot
Download - Installation
Download link 1 - With ThemeManager and SuperWallpapers support. To uninstall check the ***:
yandex: RN9S.curtana.st11.0.10.0(11q)eu.FULLpatches.magisk.zip
Gdrive: RN9S.curtana.st11.0.10.0(11q)eu.FULLpatches.magisk.zip
Download link 2 - With out ThemeManager and SuperWallpapers support. Uninstall working properly:
yandex: RN9S.curtana.st11.0.10.0(11q)eu.NoThemesFULLpatches.magisk.zip
Gdrive: RN9S.curtana.st11.0.10.0(11q)eu.NoThemesFULLpatches.magisk.zip
Because we can NOT change system apps directly, each of the above links is a magisk module. Install it like any other module.
NOTE 1: This is NOT a 'real' module. This is ONLY VALID for version xiaomi.eu 11.0.10.0 (stable). Will NOT work at any other version!!!
NOTE 2: If you update v. 11.0.10.0 you MUST uninstall the module first (most probably will not work with the new version). If you forgot, you can uninstall it after by using one of the methods bellow.
*** If you uninstall the module 'Download link 1', ThemeManager will NOT work. In this case you must dirty re-flast the ROM (no data loss). Sorry for this.
Uninstall
- You can unistall it from Magisk manager.
or
- Install this zip from TWRP:
yandex: UninstallFULLpatchesUserXP.RN9S.curtana.magisk.zip
Gdrive: UninstallFULLpatchesUserXP.RN9S.curtana.magisk.zip
[it will uninstall the module]
or
- You can use any Magisk recovery manager for TWRP and uninstall the module.
*** NOTE: If you have install "Download link 1" and uninstall the module, ThemeManager will NOT work. In this case you must dirty re-flast the ROM (no data loss). Sorry for this.
RN9P
UserXP_ said:
Click to expand...
Click to collapse
Hello. Could you make such module for redmi note 9 pro eu (xiaomi.eu)?
I can feel the lagginess when im using this magisk patch , i really love all the features. How to disable sleep on double tapping the fingerprint button? I found it quite annoying to accidentally lock my phone by double clicking it. Thank you for the mod btw ?
@artiushkin
Do you mean joyeuse?
No, I can not test it.
BUT (the devices are almost same), if this post is correct (I believe it is), and flash the curtana xiaomi.eu ROM 11.0.10.0 to joyeuse, then yes, you can put the above module in joyeuse and will work.
In any case, you can try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
[What is the latest xiaomi.eu version for your device?]
@ShazlieyAzizan
No lag with the patches. Remove any other magisk module.
Yes, fingerprint actions have some "bugs". Just go to Settings - 'Passwords & security' - 'Fingerprint actions' and disable all.
UserXP_ said:
@artiushkin
Do you mean joyeuse?
No, I can not test it.
BUT (the devices are almost same), if this post is correct (I believe it is), and flash the curtana xiaomi.eu ROM 11.0.10.0 to joyeuse, then yes, you can put the above module in joyeuse and will work.
In any case, you can try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
[What is the latest xiaomi.eu version for your device?]
Click to expand...
Click to collapse
yes, joyeuse. But there are some diferences: NFC, 64mp camera, 33watts charging and may be other. And device features xml...
The latest xiaomi.eu version for my device is 11.0.4.0
UserXP_ said:
@artiushkin
Do you mean joyeuse?
No, I can not test it.
BUT (the devices are almost same), if this post is correct (I believe it is), and flash the curtana xiaomi.eu ROM 11.0.10.0 to joyeuse, then yes, you can put the above module in joyeuse and will work.
In any case, you can try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
[What is the latest xiaomi.eu version for your device?]
@ShazlieyAzizan
No lag with the patches. Remove any other magisk module.
Yes, fingerprint actions have some "bugs". Just go to Settings - 'Passwords & security' - 'Fingerprint actions' and disable all.
Click to expand...
Click to collapse
alright it's all fixed , but do you know how to disable slide status bar to edit the brightness? I always hit the slider everytime I want to pull the status bar
@artiushkin
I can update the device features xml for joyeuse. I think the 2 devices share the same code.
If you can/want, try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
I will try tomorrow (if I can) to make blind patches.
@ShazlieyAzizan
Settings - Display - 'Notch & status bar' - 'Swipe status bar to change brightness' => Unchecked.
UserXP_ said:
@artiushkin
I can update the device features xml for joyeuse. I think the 2 devices share the same code.
If you can/want, try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
I will try tomorrow (if I can) to make blind patches.
@ShazlieyAzizan
Settings - Display - 'Notch & status bar' - 'Swipe status bar to change brightness' => Unchecked.
Click to expand...
Click to collapse
Alright got it right, will be testing it for a day or two, thank you ?
UserXP_ said:
@artiushkin
I can update the device features xml for joyeuse. I think the 2 devices share the same code.
If you can/want, try to install the module, and if joyeuse can not boot, uninstall the module with one of the methods above.
I will try tomorrow (if I can) to make blind patches.
Click to expand...
Click to collapse
Thanks a lot for trying. If necessary, I can provide all the necessary files from the firmware.
@artiushkin
I need the file \vendor\etc\device_features\joyeuse.xml (forgot to extract it...).
[I think that if you get it using a root file explorer, your device will NOT reboot (go to fastoboot)]
UserXP_ said:
@artiushkin
I need the file \vendor\etc\device_features\joyeuse.xml (forgot to extract it...).
[I think that if you get it using a root file explorer, your device will NOT reboot (go to fastoboot)]
Click to expand...
Click to collapse
Yes. Device will not boot.
Device_features https://yadi.sk/d/mYmcSVIY3HxXVA
TEST - Blind patches -- ONLY for Redmi Note 9ProEU (joyeuse) and ONLY for xiaomi.eu 11.0.4.0 (stable).
[Just to be clear, I mean this xiaomi.eu version: xiaomi.eu_multi_HMNote9ProEU_V11.0.4.0.QJZMIXM_v11-10.zip]
I think the joyeuse device will boot, but I don't know if an app will crash. In this case... logcat.
Download - Installation
Download link: RN9ProEU.joyeuse.st11.0.4.0(11q)eu.FULLpatches.magisk.zip
Because we can NOT change system apps directly, the above link is a magisk module. Install it like any other module.
NOTE 1: This is NOT a 'real' module. This is ONLY VALID for joyeuse version xiaomi.eu 11.0.4.0 (stable). Will NOT work at any other version!!!
NOTE 2: If you update joyeuse v. 11.0.4.0 you MUST uninstall the module first (most probably will not work with the new version). If you forgot, you can uninstall it after by using one of the methods bellow.
*** NOTE 3: If you uninstall the module, ThemeManager will NOT work. In this case you must dirty re-flast the ROM. Sorry for this.I am trying to correct.
Uninstall
- You can unistall it from Magisk manager.
or
- Install this zip from TWRP UninstallFULLpatchesUserXP.RN9ProEU.joyeuse.magisk.zip
[it will uninstall the module]
or
- You can use any Magisk recovery manager for TWRP and uninstall the module.
*** NOTE: If you uninstall the module, ThemeManager will NOT work. In this case you must dirty re-flast the ROM. Sorry for this.I am trying to correct.
UserXP_ said:
TEST - Blind patches -- ONLY for Redmi Note 9ProEU (joyeuse) and ONLY for xiaomi.eu 11.0.4.0 (stable).
[Just to be clear, I mean this xiaomi.eu version: xiaomi.eu_multi_HMNote9ProEU_V11.0.4.0.QJZMIXM_v11-10.zip]
I think the joyeuse device will boot, but I don't know if an app will crash. In this case... logcat.
Download - Installation
Download link: RN9ProEU.joyeuse.st11.0.4.0(11q)eu.FULLpatches.magisk.zip
Because we can NOT change system apps directly, the above link is a magisk module. Install it like any other module.
NOTE 1: This is NOT a 'real' module. This is ONLY VALID for joyeuse version xiaomi.eu 11.0.4.0 (stable). Will NOT work at any other version!!!
NOTE 2: If you update joyeuse v. 11.0.4.0 you MUST uninstall the module first (most probably will not work with the new version). If you forgot, you can uninstall it after by using one of the methods bellow.
*** NOTE 3: If you uninstall the module, ThemeManager will NOT work. In this case you must dirty re-flast the ROM. Sorry for this.I am trying to correct.
Uninstall
- You can unistall it from Magisk manager.
or
- Install this zip from TWRP UninstallFULLpatchesUserXP.RN9ProEU.joyeuse.magisk.zip
[it will uninstall the module]
or
- You can use any Magisk recovery manager for TWRP and uninstall the module.
*** NOTE: If you uninstall the module, ThemeManager will NOT work. In this case you must dirty re-flast the ROM. Sorry for this.I am trying to correct.
Click to expand...
Click to collapse
everything seems to work. Thank you very much. just didn't see it in the module device_features.
MiUI first check for <device>.xml inside miuisystem.apk and after at folder device_features. Open the miuisystem.apk as zip file and you will find the xml(s).
Could you provide another link than yadi.sk due limited of download now
Added Google Drive links at first post.
First of all, thanks for this patches.
Have flashed it, and is working so far.
Only issue I've noticed since flashing it, the screen goes off during I use the phone.
Then I have to unlock it again.
Don't known if there is a setting somewhere that the screen stays on while I'm using my device? ? Cause normally it should turn off after 15 seconds with NONE usage... ?
EDIT: Okay, seems like deactivating screen with fingerprint was activated right after flashing. After I have been in those setting (where all fingerprint actions were OFF by the way), screen stays on while using.
I guess my "problem" with the screen was cause I touched the fingerprint sensor while working on my phone ?
Never face this kind of problem.
Check the double tap for statusbar action and all Home actions (double tap, swipe).
blowy666 said:
First of all, thanks for this patches.
Have flashed it, and is working so far.
Only issue I've noticed since flashing it, the screen goes off during I use the phone.
Then I have to unlock it again.
Don't known if there is a setting somewhere that the screen stays on while I'm using my device? ? Cause normally it should turn off after 15 seconds with NONE usage... ?
EDIT: Okay, seems like deactivating screen with fingerprint was activated right after flashing. After I have been in those setting (where all fingerprint actions were OFF by the way), screen stays on while using.
I guess my "problem" with the screen was cause I touched the fingerprint sensor while working on my phone ?
Click to expand...
Click to collapse
Same here, you can disable setting an action to fingerprint tap and setting back to "none"
Ok, I will check this (probably bug).

How to disable proximity sensor?

How to disable proximity sensor?
I am looking for a way like via Magisk, adb or deleting files in the system. I noticed there is some kind of Xposed module for this but I don't want to install Xposed. Any way?
Depends of system.
Old Xposed module - Disable proximity,
Old android systems had - Settings->Call->Proximity Sensor
IMHO - command in init.d or via adb: chmod 000 /dev/proximity
adeii said:
Depends of system.
Old Xposed module - Disable proximity,
Old android systems had - Settings->Call->Proximity Sensor
IMHO - command in init.d or via adb: chmod 000 /dev/proximity
Click to expand...
Click to collapse
I found an option in Developer settings (quick developer tile settings) to turn off sensors, but seems like it causes the camera to stop working.

Categories

Resources