toneiv / UbikiTouch

UbikiTouch
11 stars 0 forks source link

Can't hide the navigation bar in Android 11 #84

Open htttbme opened 4 years ago

htttbme commented 4 years ago

I have already upgraded to Android 11, then I found that I can't hide the navigation bar anymore. Is that the problem with Android 11 or I need to add some more steps to hide?

toneiv commented 4 years ago

Unfortunately the possibility to hide the navigation bar via ADB has been removed by Google in Android11. I am aware of the problem and am looking for alternative solutions. I will update the application quickly if possible.

Veiranx commented 4 years ago

Unfortunately the possibility to hide the navigation bar via ADB has been removed by Google in Android11. I am aware of the problem and am looking for alternative solutions. I will update the application quickly if possible.

Thank you; we're hoping you and the community can come up with some good ideas!

Huhni commented 2 years ago

adb shell cmd settings put global force_fsg_nav_bar 1 works for me on Android 12 and MIUI

toneiv commented 2 years ago

Thank you. I need to find an Android 12 device with MIUI to replicate this. If it's successful, I wouldn't hesitate to include the feature in a future update.

cableghost commented 2 years ago

Is hiding the navbar on Android 11 still not possible on stock build?

toneiv commented 2 years ago

Hi. Still not as far as I know...

Sparksys98 commented 1 year ago

@toneiv Is this implemented for later Android versions?

toneiv commented 1 year ago

No. The methods that worked in versions prior to Android 11 have been removed and are no longer available.

Marcosaurios commented 7 months ago

Asking to just confirm it, I guess this is still not possible on Android 14 right? I tried with the great ADB installer you made (https://ubikitouch.toneiv.eu/adb/#/) but I get the following error: Permission WRITE_SECURE_SETTINGS is currently not granted for UbikiTouch

toneiv commented 7 months ago

I've just taken the time to check again: Google hasn't reactivated this option in Android 14. As far as I know, there is currently no ADB option.

Nomis9 commented 7 months ago

Asking to just confirm it, I guess this is still not possible on Android 14 right? I tried with the great ADB installer you made (https://ubikitouch.toneiv.eu/adb/#/) but I get the following error: Permission WRITE_SECURE_SETTINGS is currently not granted for UbikiTouch

adb shell settings put global force_fsg_nav_bar 1 works on Android 14 with HyperOS, worked on Android 13 with MIUI. I'm using MacroDroid with helper for running adb secure_settings commands. I had to grant the permission with abd from computer, that is why You are getting the error. I've granted mine with this command adb shell pm grant com.arlosoft.macrodroid.helper android.permission.WRITE_SECURE_SETTINGS

https://github.com/toneiv/UbikiTouch/assets/38375717/0a10d128-2f2c-45d6-a1f9-0169dea840b8

toneiv commented 7 months ago

@Nomis9 I didn't know that, thanks for the info. I'll see if it's possible to add this option for MIUI devices.