BaronKiko / LauncherHijack

For Amazon Fire Tablets and TV's
GNU General Public License v3.0
351 stars 61 forks source link

no on for detect home button #33

Closed fatmando66 closed 5 years ago

fatmando66 commented 5 years ago

"to detect home button" button doesnt have a switch to turn it on

Launcher Hijack Version and Device fire 8

BaronKiko commented 5 years ago

Not a lot of info to go on here. Can you provide a screenshot? Also as an fyi I'm pretty busy atm with Christmas and new years coming up so please bare with my slow responses.

Moreno420 commented 5 years ago

screenshot_20181225-175330 screenshot_20181225-175335

The installation instructions say:

Open settings and navigate to "Accessibility -> To detect home button press" and press enable

But there is no switch or button to press

there's no way to enable it on my new Fire HD 8 tablet, you just end up at a blank page

BaronKiko commented 5 years ago

That's really odd. You can enable it via adb. The commands are in the help doc under the Fire TV section. I will leave this open till I find time to update the help page to explain that for this device but it honestly looks like a bug with the settings menu. Maybe try reinstalling the app and/or rebooting. Doubt it would change much though.

markstricker commented 5 years ago

I have the exact same issue. To add, though, when I installed the APK file, I go a message saying "Accessible services are off". I don't know what that means, as the interface allows you to turn other accessiblity services on or off.

BaronKiko commented 5 years ago

The plot thickens. Do you know of any apps that have services that work? Ideally open source so I can see how they do it.

mhamoser commented 5 years ago

Same here, no switch and "Accessible services are off"

OppressorMan commented 5 years ago

Same thing here as listed above.

OppressorMan commented 5 years ago

My Fire rolled out an update and i tried the Hijacker again and it worked. sorry about that i should have checked my version of the OS was Current.

Moreno420 commented 5 years ago

My tablet updated also! Seems to have fixed that issue.

tde5 commented 5 years ago

EDIT: Updating Amazon OS to 6.3.0.1 fixes the Accessibility toggle within the system settings, so nevermind the below I guess!

I am having the same issue as everyone else with the non-option to toggle Accessibility Services. I have another app installed that requires Accessibility Services, so I've already used ADB Shell to enable that app. My problem is if I enable LauncherHijack, it toggles the other (previously enabled via ADB) service off. I can't have more than one Accessibility Service enabled at a time, and I'm not well versed enough with ADB shell to enable Accessibility for two services with one command. Any tips? Thanks in advance.

uKER commented 5 years ago

+1 I'm on a Fire TV Stick Gen. 2 with OS version 5.2.6.8 (this device hasn't got OS 6 yet), and when I enter System\Accessibility, the "To detect home button press" option just isn't there.

img_20190104_024833

I have run the adb shell command to enable the accessibility service, but launching Launcher Hijack still says the service is disabled, and needless to say, the home button on the remote keeps launching the Amazon launcher. Any ideas?

BaronKiko commented 5 years ago

Well I really should have followed up sooner. It seems to be a system bug with tablets so just update. For the firetv instructions are clearly detailed in the instructions.

uKER commented 5 years ago

As I mentioned in my post, I do follow the instructions, enabling the accessibility service over ADB, but it still says it's not enabled.

BaronKiko commented 5 years ago

As I mentioned in my post, I do follow the instructions, enabling the accessibility service over ADB, but it still says it's not enabled.

Try using this command with the other one: settings put secure accessibility_enabled 1

uKER commented 5 years ago

Try using this command with the other one: settings put secure accessibility_enabled 1

Success at last! That did it. You may want to add that info to the HELP.md Thanks!