How to disable proximity sensor? - Android Q&A, Help & Troubleshooting

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.

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.

[Overlay] Dil3mm4's Overlays for Huawei Bond Series devices (all variants)

This overlay APK is "born" because of the necessity to overcome missing overlays (thanks Huawei, love ya xoxo) under /vendor/overlay .
What it does exactly?
Nothing more than adding AOSP overlay matching our device capabilities and also, inherits Bond power profile.
Do I need it?
Yes.
It will fix Battery stats problems and add compatible features for your BND over GSI.
This will conisderably enhance your experience on every GSI ROM giving better functionality overall.
Why you did that?
Because I'm sick of inheriting stuff that belongs to /vendor, in system.
Project Treble it's all about separating vendor implementation from system.
So why we should keep adding OEM stuff in that doesn't belong no more in /system
I have XYZ device with ZYX firmware can I use it?
As long as you're on a BND-*** device (with a non-EMUI firmware), you're good to go.
Otherwise DO NOT USE IT FOR THE LOVE OF MANKIND.
I don't have BND, but I want it on my Huawei device !
Well, that's fine, join the Telegram group @GSI_HI6250, so that you could help me with stock files grabbing to make an overlay for your device.
Overlay configs (aka "what does dis do, ser tell pl0x"):
Allows all rotations;
Configs autobrightness levels;
Configs autobrightness Lcd values;
Configs BLE;
Sets Doze Component;
Sets Doze After screen off;
Configs autopowermodes (doze related);
Configs power management on:
screen off due to proximity sensor interaction;
decouple on suspend state;​
Configs brightness doze value;
Configs Intrusive led;
Configs dual band wifi support (where available);
Configs hotswap (where available);
Configs Color Transform on HWC;
Configs VoLTE available (even tho it needs support on GSI side);
Configs WFC over IMS;
Configs wifi background scanning support.
Installation Instructions
Download the overlay
With root, push the overlay to /vendor/overlay. Create the folder if it doesn't exist.
Run the following command in a rooted terminal or ADB shell:
Code:
chcon u:object_r:vendor_overlay_file:s0 /vendor/overlay;chcon u:object_r:vendor_overlay_file:s0 /vendor/overlay/dil3mm4-overlay-BND.apk
It's here, it's finally here
Dil3mm4 said:
This overlay APK it's "born" because of the necessity to overcome missing overlays (thanks Huawei, love ya xoxo) under /vendor/overlay .
What it does exactly?
Nothing more than adding AOSP overlay matching our device capabilities and also, inherits Bond power profile.
Do I need it?
Yes.
It will fix Battery stats problems and add compatible features for your BND over GSI.
This will conisderably enhance your experience on every GSI ROM giving better functionality overall.
Why you did that?
Because I'm sick of inheriting stuff that belongs to /vendor, in system.
Project Treble it's all about separating vendor implementation from system.
So why we should keep adding OEM stuff in that doesn't belong no more in /system
I have XYZ device with ZYX firmware can I use it?
As long as you're on a BND-*** device (with a non-EMUI firmware), you're good to go.
Otherwise DO NOT USE IT FOR THE LOVE OF MANKIND.
I don't have BND, but I want it on my Huawei device !
Well, that's fine, join the Telegram group @GSI_HI6250, so that you could help me with stock files grabbing to make an overlay for your device.
Installation Instructions
Download the overlay
With root, push the overlay to /vendor/overlay. Create the folder if it doesn't exist.
Run the following command in a rooted terminal or ADB shell:
Code:
chcon u:object_r:vendor_overlay_file:s0 /vendor/overlay;chcon u:object_r:vendor_overlay_file:s0 /vendor/overlay/dil3mm4-overlay-BND.apk
Click to expand...
Click to collapse
Im a lil bit confused , i have the honor 7x (BND-AL10) and i just wanna know what this will exactly do
Martobhai said:
Im a lil bit confused , i have the honor 7x (BND-AL10) and i just wanna know what this will exactly do
Click to expand...
Click to collapse
Do you mind not quoting the entire original post? Makes for a very long post and makes your problem hard to read.
This enables battery usage info and some device-specific features.
Dil3mm4 said:
This overlay APK it's "born" because of the necessity to overcome missing overlays (thanks Huawei, love ya xoxo) under /vendor/overlay .:
Click to expand...
Click to collapse
Hi mate. Just a request, can you make also for vicky (huawei p10+)? Thank you in advance
v0ne said:
Hi mate. Just a request, can you make also for vicky (huawei p10+)? Thank you in advance
Click to expand...
Click to collapse
Please join the telegram group in the my signature for that.
I'd need a couple of things from VKY.
Thank you.
UPDATE
-P compatibility
-Improved brightness levels
DOWNLOAD
#freedil3mm4
#freedil3mm4
@Dil3mm4 Hi, could you provide an overlay like this for moto e5? If you need files, I can send them.
Do I need this if I use phu truss on aosp? Thx
Hey man, I'd like to have a better experience on Descendant on my Honor 6X, in fact at the moment i can't see battery stats, per-app usage, ecc. - I'd like to know if you're still providing overlays for specific Huawei devices on Telegram group. Last request here in the thread is dated 2018 by what I can see, so... Thanks in advance and keep on.
optionalmgrr.la said:
Do I need this if I use phu truss on aosp? Thx
Click to expand...
Click to collapse
hi anyone?

[ROM][G95xF/D][8.0] AdrenalineROM [CRL3][v2.0]

░▒▄█▀▄░ █▀▄ █▀▀▄ █▀▀ █▄░█ ▄▀▄ █░░ ▀ █▄░█ █▀▀░░▒▐█▀▀▄ ▄▀▄ █▄░▄█
▒▐█▄▄▐█ █░█ █▐█▀ █▀▀ █░▀█ █▀█ █░▄ █ █░▀█ █▀▀░░▒▐█▒▐█ █░█ █░█░█
▒▐█░▒▐█ ▀▀░ ▀░▀▀ ▀▀▀ ▀░░▀ ▀░▀ ▀▀▀ ▀ ▀░░▀ ▀▀▀░░▒▐█▀▄▄ ░▀░ ▀░░░▀
Key Features
Based on @foobar66 GoogleWiz ROM
NX Kernel
Samsung SoundAlive Dolby Atmos
Shell Script Advanced Features (SSAF) *See post #2
Updates will come in small service packs instead of a complete ROM update unless necessary
Samsung Gear might work out of the box
Removed some tweaks that I deemed useless.
Removed a few Google apps (Drive, Map, YouTube, etc) from the ROM, you can install them from Play Store instead
Emergency Launcher, UltraPowerSavingMode, SmartCapture, SmartSwitch, LiveWallpaper
Removed GoogleWiz's customizing script
Installation
Backup is always recommended
You should be able to dirty flash from stock/GoogleWiz ROM
You might not be able to boot, which is why 1. is important
Install any patch or cumulative update zip.
Adrenaline Experience
Some apps that I personally use and recommend:
SolidExplorer
SwiftBlack
Fluid Navigation Gestures
Download
*Feel free to mirror, however, monetizing the download link in any way is strictly prohibited.
Google Drive
Patches & Cumulative Update
Bootloader
Source
GITHUB: Shell Script Advanced Features
Credit
@foobar66
@SoLdieR9312
@Noxxxious
@xpirt
amirzaidi for Pixel Launcher
Shell Script Advanced Features
Everything that can be done in shell script shall be done in shell script.
You will need to install a terminal emulator from PlayStore to use this function.
Current functions:
Remap Bixby Key
Change Device Name
Max Volume Warning Toggle
Enable Stereo Speaker
Navigation Bar Toggle
Immersive Mode
Set DNS
Powercfg by yc9559 @ CoolApk [EXY8895]
Host File Based Adblock
Service Disabler
Set big Cluster Max Freq
Set LITTLE Cluster Max Freq
Script OTA Self Update
Reboot Device
Reboot into Recovery
To use, type the following in a terminal emulator
Code:
su
cfg
Code
Issues
TODO/Progress
Wiki
Credits
Changelog
v1.0 - The Late Santa [26 Dec 2018]
Initial Release.
v2.0 - WorstJet [13 Jan 2019]
Reverted Samsung Camera to stock
Samsung Gallery is back to the party
Added quite a lot of files that are related to VOLTE/VOWIFI (credit), you will need to flash CSC installer to install your CSC files
NX Kernel R19
Magisk v18.0
Almost up-to-date SSAF
Flashable Update Zip
[Patch] - Smaller fix, you need to install all patches according to the number, you do not need to reboot in between patches. (Flash 1.0 first, then 2.0, 3.0 ...)
[Cumulative Update] - Bigger update containing all the previous small patches.
WorstJet
-Nothing available as of now
Previous Version(s)
The Late Santa
[Patch 1.0] 26122018
Enabled navigation bar
Added Project WIPE by yc9559 @ CoolApk, default setting is set to [Balance]
Changed config to cfg for easier access
[Patch 2.0] 27122018
Added GearManagerStub.apk
Added Launcher from amirzaidi
[Patch 3.0] 27122018.2
Updated custom menu to include adblock and service disabler
[Patch 4.0] 30122018
Fixed permissions
Minor update to SSAF
Service disabler in SSAF will now run in complete silence
Enabled UHQ tile in csc
[Patch 5.0] 31122018
SSAF now able to set DNS properly
SSAF now able to change big cluster max freq
[Patch 6.0] 03012019
SSAF now able to grab dependencies from GitHub if any is missing
SSAF now able to change LITTLE cluster max freq
Minor fixes to powercfg
[Patch 7.0] 05012019
SSAF now able to enable stereo speaker
Thanks! Haven't been able to download the ROM you're basing yours as it always hangs for me with megaupload, will try yours as I have better luck with gdrive. Slds.
well stuck on android is starting
Android is starting and no navbar,even going for settings and reenable it
pbls said:
Android is starting and no navbar,even going for settings and reenable it
Click to expand...
Click to collapse
I left the navigation bar disabled in build.prop accidentally
Edit the last line in build.prop:
Code:
qemu.hw.mainkeys=1
to
Code:
qemu.hw.mainkeys=0
and reboot.
or use the custom menu to re-enable it then reboot
or edit the build.prop and reflash ROM
EDIT:
or flash the attached flashable patch zip
how do i install the rom?
well the navbar is back and still stuck at android is starting
ps: this rom doesnt have a launcher thats why i keep stuck at android is running
Is Volte vorking? Foos original rom hasn't.
Good job ! I will test the rom i i will give u a feedback !
You will planning to add some more mods ?
Thanks.
the ROM doesn't have a launcher,you must go to the Google play to install one
pbls said:
the ROM doesn't have a launcher,you must go to the Google play to install one
Click to expand...
Click to collapse
Ah.. now I know why it doesn't boot.
navaskp said:
Is Volte vorking? Foos original rom hasn't.
Click to expand...
Click to collapse
It isn't working either
xtmzone said:
Good job ! I will test the rom i i will give u a feedback !
You will planning to add some more mods ?
Thanks.
Click to expand...
Click to collapse
I'd refrain from adding 'mod' myself that requires to be redone every security update as it wastes time.
Feature will be added to the custom menu instead as that is portable, work across updates and even devices.
Everything that's doable in shell script shall be done in shell script.
ImbaWind said:
AdrenalineROM Custom Menu
You will need to install a terminal emulator from PlayStore to use this function.
Current functions:
Remap Bixby Key
Change Device Name
Max Volume Warning Toggle
Navigation Bar Toggle
Immersive Mode
Set DNS
Powercfg by yc9559 @ CoolApk [EXY8895]
Host File Based Adblock
Service Disabler
Reboot Device
Reboot into Recovery
To use, type the following in a terminal emulator
Code:
su
cfg
Click to expand...
Click to collapse
I always get the result "permission denied"
Su rights granted to terminal emulator. Used the commands su "enter" cfg "enter". What am I doing wrong?
xxxPLETTIxxx said:
I always get the result "permission denied"
Su rights granted to terminal emulator. Used the commands su "enter" cfg "enter". What am I doing wrong?
Click to expand...
Click to collapse
Sounds like you are doing everything right, but I'm not sure why.
Can you attach a screenshot?
keyboard is not working for me
ImbaWind said:
Sounds like you are doing everything right, but I'm not sure why.
Can you attach a screenshot?
Click to expand...
Click to collapse
Sure. Hope you can help.
ImbaWind said:
Sounds like you are doing everything right, but I'm not sure why.
Can you attach a screenshot?
Click to expand...
Click to collapse
Same here,but loving the ROM nonetheless and I've installed so many
xxxPLETTIxxx said:
Sure. Hope you can help.
Click to expand...
Click to collapse
pbls said:
Same here,but loving the ROM nonetheless and I've installed so many
Click to expand...
Click to collapse
Code:
su
mount -o rw,remount /system
chmod 777 /system/bin/cfg
cfg
This should help

[XPOSED][Pie] Firefds Kit 9.1.0.5-STABLE-15 - Customize Samsung OneUI [10/01/21]

Version for Marshmallow is available here: https://forum.xda-developers.com/xposed/modules/app-xtouchwizs5-customization-touchwiz-t3372401
Version for Nougat is available here: https://forum.xda-developers.com/xposed/modules/app-firefds-kit-customization-touchwiz-t3692391
Version for Oreo is available here: https://forum.xda-developers.com/xposed/modules/app-firefds-kit-customization-touchwiz-t3749479
Firefds Kit [Pie]
Xposed module for Samsung Pie devices.
This application also uses Root access to apply some Samsung CSC features.
Starting from version 1.0.3.0 Stable 4, the module no longer requires root access. All features that required CSC changes in the past now use Xposed hooking.
Known working devices:
Galaxy S8 SM-G950F
Galaxy S8+ SM-G955F
Galaxy S9 SM-G960F
Galaxy Note 9 SM-N960F
Galaxy S10E SM-970F
Galaxy S10 SM-973F
Galaxy S10+ SM-975F
Galaxy Tab S4 SM-T835
Features
The module has the following features:
Fake system status to Official
Selectable advanced power menu options:
Power off
Restart
Emergency mode
Recovery (with custom text)
Download
Data mode switch
Screenshot
Switch User (when multi user is enabled)
SystemUI restart
Flashlight
Screen Recorder (requires Samsung screen recorder app installed)
Disable restart confirmation
Enable performing power menu reboot / power off actions only after unlocking secure lock screen (stock behavior)
Disable display of power menu when secure lockscreen is locked
Enable call recording and call recording settings
Replace add call button instead of call recording and adding record by menu option
Clock Size option
Enable SD Card with Dual Sim option
Enable Call ID and spam protection option
Enable Secure Folder
Enable Screen Record tile and Settings options (requires Smart Capture 3.0.0+ installed)
Enable screen record while in call (requires Smart Capture 3.0.0+ installed)
Enable additional advanced hotspot settings option
One UI Home transition animation selection
Hide VoLTE icon in status bar
Hide persistent USB connection notification
Hide persistent charging notification
Enable block phrases in messages app settings
Enable native blur on notification panel pull down
Enable navigation bar color settings in Navigation Bar settings
Navigation bar custom color picker
Enable multi user toggle
Set max user value selector
Show seconds in status bar clock toggle
Show AM/PM for seconds on clock toggle
Show clock date on right of clock toggle
Add date to status bar clock options
Enable fingerprint unlock on reboot toggle
Enable biometrics unlock on reboot toggle
Add network speed menu to show network speed in the status bar
Data icon symbol selection (4G, LTE, 4G+, 4.5G)
Show Data usage view in quick panel
Double tap for sleep
Hide NFC icon
Disable Bluetooth toggle popup
Disable sync toggle popup
Disable high level brightness popup
Hide carrier label
Carrier label size selection
Disable loud volume warning
Disable volume control sound
Disable low battery sound
Screen timeout settings
NFC behavior settings
Auto MTP
Disable camera temperature check
Enable camera shutter sound menu
Disable call number formatting
Disable SMS to MMS threshold
Force MMS connect
Bypass exchange security
Disable signature check
Disable secure flag
Attention
This was built and tested on the Samsung Galaxy S8 G950F (Exynos) varient.
For Galaxy S9 and above which use encrypted CSC files - I have disabled a few CSC features because I can't test their implementation.
EdXposed is still very much a WIP and is still in beta.
THERE COULD BE BUGS/CRASHES/BOOTLOOPS, but it's pretty stable.
I've been working with both solohsu and C3C0 on testing EdXposed on Samsung devices.
Major Update
In the Pie version of FirefdsKit, I have updates the project in the following aspects:
Moved project from Eclipse to Android Studio
Updated compile SDK version to use latest SDK (28)
Updated dependencies to use online sources
Switched from Chainfire's SU library to topjohnwu's (Magisk) SU library
Installation
To install this module you need the following apps and modules installed on your device:
Magisk v18.1 and above - https://github.com/topjohnwu/Magisk/releases
Magisk Manager v7.0.0 and above - https://github.com/topjohnwu/Magisk/releases
Riru Magisk module v16.0 and above - https://github.com/RikkaApps/Riru/releases
EdXposed Magisk module v0.3.0.0_beta2 and above - https://github.com/ElderDrivers/EdXposed/releases
EdXposed Installer v2.2.1 and above - https://github.com/solohsu/XposedInstaller/releases
Download
Since EdXposed is still in an early stage, I have marked the initial release as Experimental.
In order to download it you need to enable seeing experimental releases in the module list - EdXposed Installer > Settings > Versions to be shown > Experimental
http://repo.xposed.info/module/sb.firefds.pie.firefdskit
Source Code
https://github.com/Firefds/FirefdsKit
Known Issues
Some features are removed on purpose. Since GravityBox has been working on Samsung Oreo devices without much issues, I only implemented features that need special Samsung coding. You can check GravityBox for Pie for additional features.
It could take some time to popup the root request, just wait a few minutes until it pops up, usually not much after the xposed installer recognized the module
External Libraries
The project uses the following libraries:
https://github.com/topjohnwu/libsu
https://github.com/rovo89/XposedBridge
https://github.com/rovo89/XposedMods/tree/master/XposedLibrary
https://github.com/jaredrummler/ColorPicker
Samsung framework libraries which are used for compile only
EdXposed Whitelisting
Users who want to use EdXposed's whitelist feature should whitelist the following apps:
Android System - android
Call - com.samsung.android.incallui
Camera - com.sec.android.app.camera
Contacts - com.samsung.android.contacts
Email - com.samsung.android.email.provider
Firefds Kit - sb.firefds.pie.firefdskit
Messaging - com.samsung.android.messaging
MTP Application - com.samsung.android.MtpApplication
NFC - com.android.nfc
One UI Home - com.sec.android.app.launcher
Settings - com.android.settings
Software Update - com.wssyncmldm
System UI - com.android.systemui
Credits
This module wouldn't have been here without the following people:
RikkaW - Creator of Riru Magisk module, which provides a way to inject codes into zygote process
@rovo89 - Creator of the original Xposed framework APIs
solohsu and MlgmXyysd - Creators of the EdXposed Magisk module and Installer that made all of this possible
@C3C076 - Creator of GravityBox Xposed modules, which I learnt a lot from
@wanam - Creator of the original XTouchWiz module, which this module is based on.
@topjohnwu - Creator of Magisk
@AbrahamGC - For the Extended Power Menu - Pie - Odex framework Smali guide
jaredrummler - For Color Picker library
Telegram
Announcements and pre release versions - https://t.me/firefdskit
This is a moded version of Wanam's XTouchWiz:
https://github.com/wanam/XTouchWiz
Reserved
Thank you for your great work sir!
Could you please add available to use finger print of face unlock after reboot??
Kglim said:
Thank you for your great work sir!
Could you please add available to use finger print of face unlock after reboot??
Click to expand...
Click to collapse
I will look into it
Can you implement battery circular?.. Thank you very much for your hard work [emoji3526][emoji4][emoji4]
Enviado desde mi SM-N950F mediante Tapatalk
Francescorm76 said:
Can you implement battery circular?.. Thank you very much for your hard work [emoji3526][emoji4][emoji4]
Enviado desde mi SM-N950F mediante Tapatalk
Click to expand...
Click to collapse
No, since EdXposed doesnt support resource hooking yet.
But once it does, it will be availabe as part of GravityBox
Kglim said:
Thank you for your great work sir!
Could you please add available to use finger print of face unlock after reboot??
Click to expand...
Click to collapse
Done.
Will be available next release.
If I can ask, what device are you using?
firefds said:
Done.
Will be available next release.
If I can ask, what device are you using?
Click to expand...
Click to collapse
Wow thank you for your quick response ??️
I'm using 955F sir
Works on my Galaxy S8 Plus SM-G955F too.
Thanks!
Edit: Firefds can't read my root access. But it seems to work all fine.
Andreas96 said:
Works on my Galaxy S8 Plus SM-G955F too.
Thanks!
Edit: Firefds can't read my root access. But it seems to work all fine.
Click to expand...
Click to collapse
The root request is called in the background and can take some time to popup.
Leave the app open for a few minutes, it should work.
If I see many complaints, I'll pop the request on startup.
firefds said:
The root request is called in the background and can take some time to popup.
Leave the app open for a few minutes, it should work.
If I see many complaints, I'll pop the request on startup.
Click to expand...
Click to collapse
Yeah now the root access has bin granted ?
GravityBox Beta for Android Pie is available:
https://forum.xda-developers.com/xposed/modules/app-gravitybox-v9-0-0-beta-1-android-9-t3908768
You can use Firefds Kit alongside GB.
THanks for the app.. Features I tested works well with note 9 running LionsRoar rom.
---------- Post added at 10:09 PM ---------- Previous post was at 09:54 PM ----------
firefds said:
GravityBox Beta for Android Pie is available:
https://forum.xda-developers.com/xposed/modules/app-gravitybox-v9-0-0-beta-1-android-9-t3908768
You can use Firefds Kit alongside GB.
Click to expand...
Click to collapse
Most of the gravity box features do not work at this time. In future, we will see more features getting integrated.
beta 2 has been released.
Changelog:
Added custom advanced power menu icons. No more ugly icons!
Added enable fingerprint unlock on reboot toggle
Added enable biometrics unlock on reboot toggle
Switched from deprecated ProgressDialog to ProgressBar
Download at:
Xposed Repo: https://repo.xposed.info/module/sb.firefds.pie.firefdskit
Github Release: https://github.com/Firefds/FirefdsKit/releases
Note 9 here, advanced power menu icons are invisible but tappable on the second beta.
Sent from my SM-N960N using XDA Labs
Tchania said:
Note 9 here, advanced power menu icons are invisible but tappable on the second beta.
Sent from my SM-N960N using XDA Labs
Click to expand...
Click to collapse
Can you send me xposed logs after opening the power menu?
firefds said:
Can you send me xposed logs after opening the power menu?
Click to expand...
Click to collapse
Here you go. And the way I saved the logs is:
-I disabled all other modules except Firefds kit.
-rebooted.
-went to xposed logs and cleared the logs.
-rebooted.
-waited a bit then held the power button to show the power menu.
-tapped on one of the invisible icons and the back button.
-went to xposed logs, reloaded once and save them.
And I also included a screenshot how it looks.
Sent from my SM-N960N using XDA Labs
Tchania said:
Here you go. And the way I saved the logs is:
-I disabled all other modules except Firefds kit.
-rebooted.
-went to xposed logs and cleared the logs.
-rebooted.
-waited a bit then held the power button to show the power menu.
-tapped on one of the invisible icons and the back button.
-went to xposed logs, reloaded once and save them.
And I also included a screenshot how it looks.
Sent from my SM-N960N using XDA Labs
Click to expand...
Click to collapse
Thank you.
It seems the logs are incomplete.
Can you recheck and see if all the logs appear in the log file as they appear in the app?
firefds said:
Thank you.
It seems the logs are incomplete.
Can you recheck and see if all the logs appear in the log file as they appear in the app?
Click to expand...
Click to collapse
I have checked and compared both of them and they both end at that line that says "using i".
I tried to get the logs this time disabling all the magisk modules but the log ends at exactly the same incomplete line.
And the thing that's driving me crazy now is that I tried different xposed installers and only the current one actually writes logs (although incomplete). Maybe an xposed issue. I'm no expert so I'm not sure what's wrong.
I'll keep searching for a solution and post back here once I get the complete log.
Thank you for looking into this
Sent from my SM-N960N using XDA Labs
Tchania said:
I have checked and compared both of them and they both end at that line that says "using i".
I tried to get the logs this time disabling all the magisk modules but the log ends at exactly the same incomplete line.
And the thing that's driving me crazy now is that I tried different xposed installers and only the current one actually writes logs (although incomplete). Maybe an xposed issue. I'm no expert so I'm not sure what's wrong.
I'll keep searching for a solution and post back here once I get the complete log.
Thank you for looking into this
Sent from my SM-N960N using XDA Labs
Click to expand...
Click to collapse
The EdXposed logs can behave weird.
Try the following:
Make sure you have ADB on your pc.
From the command prompt run adb with the following command: adb logcat > xposed.log
Then go back to the device and open the power menu
Finaly go back to the command prompt and CTRL-C to stop the logcat.
A file named xposed.log should be created on your pc, you can upload that.

[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).

Categories

Resources