TVHGuide icon indicating copy to clipboard operation
TVHGuide copied to clipboard

No setting menu on Android 6.0

Open fabys77 opened this issue 8 years ago • 5 comments

There is no hard menu button on Android 6 phone (only back and task list). There is no way to setup the APP. Thanks

fabys77 avatar Jul 19 '16 17:07 fabys77

I got HTC m8s with Android 6, and I see the menu as expected. You probably have a phone that lacks backwards compatibility with Android 2.3

john-tornblom avatar Jul 20 '16 14:07 john-tornblom

I guess @fabys77 has a phone with physical navigation (home, back, recents) buttons, so there's no menu button. You should go to Device Settings and change navigation buttons to on-screen.

ViliusKraujutis avatar Oct 13 '16 20:10 ViliusKraujutis

Same here for OnePlus 3T which has hardware buttons. And as a user you want to use those because i.e. of the fingerprint sensors and the added screen estate.

If you enable soft buttons an additional ":"-Menu appears besides the regular soft keys which enables access to the otherwise inaccessible menu i.e. for accessing records etc.

Sad to see this software going stale and unusable though there are open pull requests addressing this issue …

bentolor avatar Jun 21 '17 19:06 bentolor

Same here, Galaxy S10 with Android 11. There are not many phones with menu button anymore... photo_2022-01-02_20-36-27

daald avatar Jan 02 '22 19:01 daald

Workaround to open the menu that is still working (Android 13):

  • Install ADB on PC
  • Enable Developer Mode
  • Enable USB Debugging
  • Run adb shell input keyevent 82 on PC.

This simulates the menu button press (KEYCODE_MENU), see https://gist.github.com/ctrl-freak/9abb5aea0d89d7bd9df6a3d0ac08b73c

b4sti avatar Feb 01 '23 20:02 b4sti