Related
I have the root
Giov4nn1 said:
I have the root
Click to expand...
Click to collapse
Go to settings -> Developer options and un-check Screen lock.
keikari said:
Go to settings -> Developer options and un-check Screen lock.
Click to expand...
Click to collapse
Thanks, but I'm looking for a solution to remove only the default and to be able to use another different because currently that of emui starts in place of those that install
Giov4nn1 said:
Thanks, but I'm looking for a solution to remove only the default and to be able to use another different because currently that of emui starts in place of those that install
Click to expand...
Click to collapse
did you try to download other lockscreens?? (i.e next)
I solved the problem renaming Keyguard.apk in Keyguard.bak using Root Explorer (the file is located in system > priv-app > Keyguard)
Giov4nn1 said:
I solved the problem renaming Keyguard.apk in Keyguard.bak using Root Explorer (the file is located in system > priv-app > Keyguard)
Click to expand...
Click to collapse
So, let me get this straight. You wanted to remove the stock lockscreen and use your own? What exactly is Keyguard.apk? what did you accomplish? I am asking cause I am trying to remove my own (or to be honnest just change it). And what's the difference between the apk and the bak files?
Thanks in advance!
spirto82 said:
So, let me get this straight. You wanted to remove the stock lockscreen and use your own? What exactly is Keyguard.apk? what did you accomplish? I am asking cause I am trying to remove my own (or to be honnest just change it). And what's the difference between the apk and the bak files?
Thanks in advance!
Click to expand...
Click to collapse
Renaming the extinction to bak is just a way to disable the apk
PalakMi said:
Renaming the extinction to bak is just a way to disable the apk
Click to expand...
Click to collapse
and so ... this apk is responsible for the stock lockscreen? Then if I get a new one and place it there, with the same name, it would be seen from the system as a system apk?
Thanks in advance!
spirto82 said:
and so ... this apk is responsible for the stock lockscreen? Then if I get a new one and place it there, with the same name, it would be seen from the system as a system apk?
Thanks in advance!
Click to expand...
Click to collapse
It would give force close if you did that
PalakMi said:
It would give force close if you did that
Click to expand...
Click to collapse
ok. so it seems that in order to prevent a force close you disable it, and then you install a regular app for the lockscreen. thanks!
To be honnest I wanted to know how to customize the lockscreen, but I guess this should do the trick. Thanks again!
spirto82 said:
ok. so it seems that in order to prevent a force close you disable it, and then you install a regular app for the lockscreen. thanks!
To be honnest I wanted to know how to customize the lockscreen, but I guess this should do the trick. Thanks again!
Click to expand...
Click to collapse
You're welcome
delete keyguard.apk
Giov4nn1 said:
I solved the problem renaming Keyguard.apk in Keyguard.bak using Root Explorer (the file is located in system > priv-app > Keyguard)
Click to expand...
Click to collapse
Good.. Enjoy
When I opened Magisk Manager today it prompted me with this message:
Install Magisk Manager
Do you want to install MagiskManager-v5.4.0.apk now?
With the options "NO THANKS" and "INSTALL".
Problem is if I select "Install" nothing happens. Am I doing something wrong?
Same here I am wondering what's up.
Sent from my SM-G900V using Tapatalk
Same here too. Update not work. Have install manuel and its working.
That is because of a bug in the Manager v5.3.0. Download the current Manager from the release thread and install manually.
After a reboot the update worked just fine. Go figure...
gorman42 said:
After a reboot the update worked just fine. Go figure...
Click to expand...
Click to collapse
I have a couple of devices, update worked fine for one device, never worked for the other, even after reboot... Have to do it manually. Yes go figure
EDIT: I suspected the new APK was already downloaded somewhere on the device, and it was indeed.
Located at the root of internal storage (usually under /storage/emulated/0) I found MagiskManager-v5.4.0.zip. Launched installation and all was set Might help others facing the same issue, without having to manually download the APK.
Happened to me as well, it turned out Magisk Manager didn't have storage permission granted, i did that and it worked.
Sent from my ONEPLUS A3000 using XDA-Developers Legacy app
Open apps-> magisk-> permissions and tick on storage, make sure its turned on.
That totally fixed it!
Many thanks!
Fixed a pain!
Thanks people.
I can't update magisk to v.15 please help.
Horcrux08 said:
Open apps-> magisk-> permissions and tick on storage, make sure its turned on.
Click to expand...
Click to collapse
Thanks alot for this fix bro, it was giving me headachs since days.
Doesn't work for me. Permission for storage is granted. Using Cosmic on Mido.
cy_coe said:
Doesn't work for me. Permission for storage is granted. Using Cosmic on Mido.
Click to expand...
Click to collapse
That's very little to go on... Are you asking for help? In that case you need to provide a lot more details and a bunch of logs.
https://www.didgeridoohan.com/magisk/MagiskHelp
My hope was it is a known problem and there's a solution for that.
I will try another Rom. Perhaps it will work then. But thanks for your input.
Hey all. Other day i look around floating_feature.xml in system/etc and i found the line for config nav bar:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>SupportLightNavigationBar|SupportForceTouch|SupportCustomBgColor|SupportNaviBarRemoteView</SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>
I think if theres an option "SupportLightNavigationBar" lets see if "SupporrDarkNavigationBar" works. And it worked
Don't know if anyone have dicover that but i wann share it with you.
Final code:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>SupportLightNavigationBar|SupportForceTouch|SupportCustomBgColor|SupportNaviBarRemoteView|SupportDarkNavigationBar</SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>
marquelito said:
Hey all. Other day i look around floating_feature.xml in system/etc and i found the line for config nav bar:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>SupportLightNavigationBar|SupportForceTouch|SupportCustomBgColor|SupportNaviBarRemoteView</SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>
I think if theres an option "SupportLightNavigationBar" lets see if "SupporrDarkNavigationBar" works. And it worked
Don't know if anyone have dicover that but i wann share it with you.
Final code:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>SupportLightNavigationBar|SupportForceTouch|SupportCustomBgColor|SupportNaviBarRemoteView|SupportDarkNavigationBar</SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>
Click to expand...
Click to collapse
It works only for rooted S9?
Meknes23 said:
It works only for rooted S9?
Click to expand...
Click to collapse
I think you can push it via adb. If anyone could help with it
marquelito said:
I think you can push it via adb. If anyone could help with it
Click to expand...
Click to collapse
Fairly sure you need to be rooted to mod system files even with ADB, or at least have TWRP installed, in which case you might as well root too as you have already tripped KNOX
or you can just use this app:
https://play.google.com/store/apps/details?id=by4a.setedit22
set
need_dark_navigationbar to 1
need_dark_statusbar to 1
then go switch it to black..
you might need adb initially to get the app permission but its only needed to do once.. actually, you dont need permission for that as its in system settings.. if u want to change secure or global settings you need to set the adb perms
*Detection* said:
Fairly sure you need to be rooted to mod system files even with ADB, or at least have TWRP installed, in which case you might as well root too as you have already tripped KNOX
Click to expand...
Click to collapse
not true in this case.. those values are in settings.. you can do it in adb also if you use the settings binary similar to what i just posted.. the app is probably the easiest tho plus u can edit pretty much any setting with the app
elliwigy said:
or you can just use this app:
https://play.google.com/store/apps/details?id=by4a.setedit22
set
need_dark_navigationbar to 1
need_dark_statusbar to 1
then go switch it to black..
you might need adb initially to get the app permission but its only needed to do once.. actually, you dont need permission for that as its in system settings.. if u want to change secure or global settings you need to set the adb perms
Click to expand...
Click to collapse
Just changed those lines both to 1, but no black has appeared
Also I have a problem with low notification / ringtone sounds, I see there are level settings for that too
What is the adb command to get the full permissions for the app to edit everything? The values are reset back to 0 after a reboot
*Detection* said:
Just changed those lines both to 1, but no black has appeared
Also I have a problem with low notification / ringtone sounds, I see there are level settings for that too
What is the adb command to get the full permissions for the app to edit everything? The values are reset back to 0 after a reboot
Click to expand...
Click to collapse
Did you have any luck figuring this out? The settings don't seem to stick on reboot.
knoxjon said:
Did you have any luck figuring this out? The settings don't seem to stick on reboot.
Click to expand...
Click to collapse
Not with this method, I use this now instead, works flawlessly
https://play.google.com/store/apps/details?id=org.inteks.samtweak2&hl=en
Exclude the app from power saving though or you'll need to open it again to reapply some of the tweaks
knoxjon said:
Did you have any luck figuring this out? The settings don't seem to stick on reboot.
Click to expand...
Click to collapse
not sure why u guys have a hard time lol.. i change the value to 1 then wait a few mins then when i go to navbar settings its black..
works every time for me
Hi
I posted the thread here as i think it's the most appropriate, pardon if im wrong.
The toast message "Omniswitch restricted mode, failed to gain system permissions" is shown in the notification list.
How do I give it that? i installed via Magisk, and i also tried flashing the zip from TWRP.
the magisk manager doesn't list it in #superuser where for example substrantum and solid explorer are listed.
I'm in the same issue android 13, nothing doesn't work...
If an app restrict you, do this and this is an example, see attachment
Pandemic said:
If an app restrict you, do this and this is an example, see attachment
Click to expand...
Click to collapse
actually that , there is no such option is not found !!! - Tap More and then Allow restricted settings.
DroidBatteria said:
actually that , there is no such option is not found !!! - Tap More and then Allow restricted settings.
Click to expand...
Click to collapse
Oke kinda stra ge because i have Xperia 1 iii with A13 and have that option when an app restrict an option then i just do that.
I have an A13 OmniSwitch APK which used to work on December security update but now for January it does not. It only shows the overlay if there are no recent apps but does FC when recent apps are available.
is it working on android 11\12\13 ???
If this question is directed at me, you can find working OmniSwitch for 11 and 12 in the appropriate thread. Mine did work on earlier A13 but not lately.
nickelnine said:
If this question is directed at me, you can find working OmniSwitch for 11 and 12 in the appropriate thread. Mine did work on earlier A13 but not lately.
Click to expand...
Click to collapse
ok , what I 'm trying to make work on a13 but without success , I 've tried all the traditional ways , but it does not work ... I wanted to know how to work on a13 ...
Flash this zip then copy OmniSwitch to /system/priv-app. Be aware it may not work on newer A13 patched ROMs.
Thanks for trying to help, I really appreciate it!!
I had already tried the way you said, but without success!
image 1 - I can install everything correctly, but when I run it, this error appears!! I just need to fix this error!
image 2 - I also tried changing the installation location, and it still didn't change anything!!!
I also tried changing the installation location, and it still didn't change anything!!!
I've scoured the entire internet [google] for a solution to - Restricted mode failed to get system permissions Android 13 app - but there is no mention of it!! there are no speeches except this one!
Hi Guys,
Need Strict Debloater for Mi 11tpro
Tried several but on each boot its repeating or system space is not getting released any suggestion
Tried:
Magisk Module Systemless Debloater (REPLACE)
Universal Android Debloater
Still badluck, on every restart of phone everything comes back
djkrish5610 said:
Hi Guys,
Need Strict Debloater for Mi 11tpro
Tried several but on each boot its repeating or system space is not getting released any suggestion
Tried:
Magisk Module Systemless Debloater (REPLACE)
Universal Android Debloater
Still badluck, on every restart of phone everything comes back
Click to expand...
Click to collapse
I think "Xiaomi ADB/Fastboot Tools" is a great option for debloating ->
Note: This project is outdated and no longer maintained.
A simple tool for managing Xiaomi devices on desktop using ADB and Fastboot
szaki.github.io
You can disable or uninstall unwanted apps for the current user. There is absolutely no reason to hard delete bloatware nowadays.
LS.xD said:
I think "Xiaomi ADB/Fastboot Tools" is a great option for debloating ->
Note: This project is outdated and no longer maintained.
A simple tool for managing Xiaomi devices on desktop using ADB and Fastboot
szaki.github.io
You can disable or uninstall unwanted apps for the current user. There is absolutely no reason to hard delete bloatware nowadays.
Click to expand...
Click to collapse
it always give me Java error, which is difficult to resolve sometimes.
djkrish5610 said:
it always give me Java error, which is difficult to resolve sometimes.
Click to expand...
Click to collapse
I'm using Java 11 SDK for it:
Java JDK
The Java JDK lets you develop and deploy Java applications on desktops and servers. Java offers the rich user interface, performance, portability, and security that today's applications require.
www.techspot.com
Hello guys.. maybe here you can help me. I use java debloat and everything was ok. But by mistake i have deleted an important app( don't know witch one) and now my phone animation are not smooth. They are really sharp kind of annoying. Does anyone know the name of the app that can fix this??
MIUIes | ADB
adb.miuies.com
LS.xD said:
I think "Xiaomi ADB/Fastboot Tools" is a great option for debloating ->
Note: This project is outdated and no longer maintained.
A simple tool for managing Xiaomi devices on desktop using ADB and Fastboot
szaki.github.io
You can disable or uninstall unwanted apps for the current user. There is absolutely no reason to hard delete bloatware nowadays.
Click to expand...
Click to collapse
Also using this, work a treat.
Nikøs said:
Hello guys.. maybe here you can help me. I use java debloat and everything was ok. But by mistake i have deleted an important app( don't know witch one) and now my phone animation are not smooth. They are really sharp kind of annoying. Does anyone know the name of the app that can fix this??
Click to expand...
Click to collapse
If the reinstall feature doesn't work, you can factory reset your device and everything will be back to stock. Are you sure that uninstalling of system app causes the problem? May be you changed some settings in the developer options...
LS.xD said:
If the reinstall feature doesn't work, you can factory reset your device and everything will be back to stock. Are you sure that uninstalling of system app causes the problem? May be you changed some settings in the developer options...
Click to expand...
Click to collapse
I think this happen after debloat.. but yeah doesn't make too much sense an app causing this.. And i don't really want factory reset . So probably i will check developer options maybe im lucky and the problem is there.
edit*
-Problem solved by just disable and enable developer options . Thanks a lot mate
Hey guys
So i wanted to yeet com.mi.android.globalFileexplorer
cuz its bad and wasn t giving me any recent files so i could attach on email
so i debloted it using the above tool you guys mentioned
On my old phone whenever i used attach function on email it used to open that blue icon files app which doesn t have nay skin
Anyway to use that for email attachment or for all purposes
Also this com.mi.android.globalFileexplorer this app can't access android/data and android/obb folder, i even enabled all permisions for it
Please Help
Thank You