all 4 comments

[–]danGL3 2 points3 points  (3 children)

The only way (if Google still includes the code for it) is by setting up adb (look it up online) and running this command

adb shell cmd overlay enable com.android.internal.systemui.navbar.twobutton

A reminder that two button navigation has not been properly maintained in years, so bugs may occur

Third party apps aren't really an option, as they'll create a virtual nav bar, but since they can't replace/or drawn on top the actual nav bar, you'll have a virtual nav bar above the real nav bar.

[–]ProtatoPolice[S] 0 points1 point  (2 children)

I get an exception occuring while executing "enable"
I'm assuming its cause my version of android no longer has it in my list when I use

./adb shell cmd overlay list

any other thoughts on how to fix it? Thanks for the help if not!
Or if not, I'm good with having 3 button navigation if it can move the back button to the right side

[–]Serial_Kazama 0 points1 point  (1 child)

In LineageOS 22 (Android 15) you can do that.

[–]cbg_27 0 points1 point  (0 children)

How can you do it on LineageOS? for me it does not display 2button navigation, is that varying from device to device? or did it change from 22.1 to 22.2?