GithubHelp home page GithubHelp logo

Comments (34)

DanGLES3 avatar DanGLES3 commented on July 22, 2024

On Oneplus 7 and 9 with Oxygen OS 12 disabling the back gesture doesn't work, neither left-only nor both.

Please let me know if youyou need any logs or apks.

On Oneplus 7 and 9 with Oxygen OS 12 disabling the back gesture doesn't work, neither left-only nor both.

Please let me know if you need any logs or apks.

I'll see what I can do, tho I suspect this might be because OOS 12 uses a custom back gesture implementation that isn't tied to any settings

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

On Oneplus 7 and 9 with Oxygen OS 12 disabling the back gesture doesn't work, neither left-only nor both.

Please let me know if you need any logs or apks.

Could you try again on the latest version?

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

doesn't work on realme gt 2 pro completely

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

android 14

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

doesn't work on realme gt 2 pro completely

Can guess why, ColorOS likely doesn't use the stock Android value for back gesture sensitivity, I'll have to look into the code of ColorOS to see if I can find anything

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

if you need anything i can send it

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

if you need anything i can send it

Systemui and framework apks would be nice

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

https://we.tl/t-g7EtJSEStO try this from latest a14 beta coloros

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

https://we.tl/t-g7EtJSEStO try this from latest a14 beta coloros

Thank you, I'll be sure to take a look today, apologies for the delay

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

Thanks a lot

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

are those the correct ones ?

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

are those the correct ones ?

Yes, tho it's hard to find what controls the back gesture sensitivity of ColorOS/Oxygen OS in any way that I could disable with Magisk

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

i use normal sensitivity but full screen is needed a lot the space under keyboard is irritating

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

still no hope ?

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

still no hope ?

Still haven't found any way to disable the back gestures of Color OS, I'm still looking into it but mostly seem like they hardcoded the way the back gesture works

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

what about full screen and removing that shitty space under keyboard ?

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

what about full screen and removing that shitty space under keyboard ?

Is that also broken on Color OS? If so I'll urgently take a look

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

yes just a sec i'll send ss

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

Screenshot_2023-12-20-01-46-35-66_6012fa4d4ddec268fc5c7112cbb265e7

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

image

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

Screenshot_2023-12-20-01-46-35-66_6012fa4d4ddec268fc5c7112cbb265e7

This space seems to come from Gboard's own spacing feature, have you tried using something like Rboard to reduce the bottom padding of the keyboard?

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

i used this module in cos 13.1 it was removed after choosing full screen but now like that

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

I'll try rboard

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

nothing worked
even changing keyboard in rom completely

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

nothing worked even changing keyboard in rom completely

Just to be sure, you picked fullscreen and not immersive right? and no Gcam fix as well?

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

yes exactly

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

i never use gcam nor disable back gesture

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

yes exactly

Try the following command on a terminal app and see if it does anything, found it looking at the decompiled systemui code

su -c settings put secure hide_navigationbar_enable 1

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

i never use gcam nor disable back gesture

Also, does Color OS have its own immersive/hide gesture bar option? that might conflict with my module

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

Screenshot_2023-12-20-11-39-09-82_fc704e6b13c4fb26bf5e411f75da84f2
Screenshot_2023-12-20-11-39-02-04_fc704e6b13c4fb26bf5e411f75da84f2
Screenshot_2023-12-20-11-38-54-54_fc704e6b13c4fb26bf5e411f75da84f2

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

now after small update the command worked
su -c settings put secure hide_navigationbar_enable 1

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

but now back gesture broken & in navigation it changed to buttons if i enabled gesture the space returns

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024
6e3d7a1b-9cda-465d-bc21-8c791cd8cbbf.mp4

from hidenavbar.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on July 22, 2024

Immersion can be done, but I don't know why it doesn't work if you remove the bottom. The solution of removing the bottom works on Android14QPR, but it doesn't work on Color os14. My guess is that color replaces the bottom with dimen.

from hidenavbar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.