Related
This is a collection of Fire TV mods using Xposed. It requires that you are on software version 51.1.4.0 or newer. It currently contains:
AlternateLauncher: This will start an alternate launcher instead of the Amazon one. It will load when the Fire TV starts and anytime you push the home button. The way this is done is a little hokey and there is currently no way to turn it off or select which launcher you want, so if you have more than one, the one that gets started is it.
HideAmazonMenuItems: Gives a settings menu to select which menu items to show.
HideLauncherAds: Hide the ad at the top of the Home screen.
KeyBindings: Allows any key to start any app.
RecentsOnMenuLong: Bring up the recents dialog when long pressing the home button.
HideAmazonMenuItems:
In order to do this, I had to hijack an existing Settings item, so the Help option is gone and I put a 'Menu Items' option at the beginning of the settings list. You can turn on/off any item except Home and Settings. After making changes you must reboot to see the changes.
KeyBindings:
Someone requested this, but doing a UI for it would be too complicated, and I figured I'd put the feature out there for people to use, and eventually get around to making a UI for it. For now, you'll have to configure it manually. Create a file called key_bindings.xml and make it look like this:
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<string name="KEYCODE_F1">org.chromium.content_shell_apk</string>
<string name="KEYCODE_F2_LONG">com.pandora.android.gtv</string>
</map>
You can have as many entries as you like. You can find the KEYCODE names listed here: http://developer.android.com/reference/android/view/KeyEvent.html To set up a long press key put _LONG at the end of the key name. The other part is the package name you wish to start, org.chromium.content_shell_apk is Netflix. Then just adb push key_bindings.xml /sdcard/ and reboot. And it should start whatever app you specified when pressing that button. Do note that the button will not longer do whatever else it used to do. So if you bind ENTER to something, it will not longer function normally. By default, long press on home will launch the recents dialog. If you set up KEYCODE_HOME_LONG, it will override that behavior.
Starting with 51.1.5.0, Amazon provides a shortcut menu on home long press. If you would like to retain this functionality, you can use this key_bindings.xml file (Thanks to @Firef0xx819):
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<string name="KEYCODE_HOME_LONG"></string>
</map>
Please let me know if you have any issues. One problem I know of is that it doesn't seem to show up in the list of applications, so if you want to uninstall it you need to use adb, ssh, or a terminal using the command pm uninstall rbox.xposed.firetvmods
Source code: https://github.com/androidrbox/RboxFireTvMods/
Changelog and Downloads:
1.4: Added HideLauncherAds
1.3: Fix HideAmazonMenuItems for 51.1.4.0.
1.2: Allow KeyBindings to support long press keys
1.1: Added HideAmazonMenuItems, KeyBindings, and RecentsOnMenuLong
1.0: Initial version
Awesome. XBMC is now my launcher!
elmerohueso said:
Awesome. XBMC is now my launcher!
Click to expand...
Click to collapse
how? I have Xposed installed and have installed and activated the module ... how do I choose xbmc as the launcher?
I assume it's because he repackaged or recompiled the apk to include the launcher intent.
I found a handy app on the Play Store that allows XBMC to act as a launcher without having to make any modifications to the XBMC .apk. I just sideloaded it after installing/activating the Xposed module, and now pressing the home button takes me to XBMC right away. Seems to work perfectly so far, although I haven't yet tested what happens when there is more than one launcher installed.
Play Store link for XBMC Launcher:
https://play.google.com/store/apps/details?id=se.blunden.xbmclauncher
Evozi APK Downloader link:
http://apps.evozi.com/apk-downloader/?id=se.blunden.xbmclauncher
I've installed xposed, and the module. The module is activated, but I have no alternate launcher on bootup, or when I press home.
treqie said:
I've installed xposed, and the module. The module is activated, but I have no alternate launcher on bootup, or when I press home.
Click to expand...
Click to collapse
I believe you need to launch that alternate launcher first.
Shinyhead said:
I believe you need to launch that alternate launcher first.
Click to expand...
Click to collapse
And where might that be, exactly? There's nothing in Applications, the module has been loaded and activated.. but there's nothing in xpose itself that points me to anything launchable.
treqie said:
And where might that be, exactly? There's nothing in Applications, the module has been loaded and activated.. but there's nothing in xpose itself that points me to anything launchable.
Click to expand...
Click to collapse
I used FiredTV launcher as my alternate launcher. http://forum.xda-developers.com/showthread.php?t=2782307
treqie said:
And where might that be, exactly? There's nothing in Applications, the module has been loaded and activated.. but there's nothing in xpose itself that points me to anything launchable.
Click to expand...
Click to collapse
You need to install another launcher, the xposed module isn't a launcher itself. Install the XBMC Launcher linked above by essdee. I just restarted my FireTV and it worked right away.
I get "sorry, cannot open" when I try to launch! What am I doing wrong? I've installed using ADB and shell. Both give me the same result when I try to launch.
You have to install Xposed which is linked in the first link, then open Xposed and 'install' it, reboot when asked then open Xposed, go to Modules and using a mouse check the appropriate module's checkbox on the right.
..
JJ-KwiK said:
So, which launchers have been tried/tested so far? There are a couple a TV themed launchers on Google Play. I wonder if any of those would work...
Click to expand...
Click to collapse
I tried TV Launcher, but it's not free. Now I'm using XBMC as my launcher.
..
Apex launcher
Apex launcher works after using Xposed module. Some Apex features don't work, but I figured out how to link activities to shortcuts with custom icons in the Apex launcher. So I have shortcuts for AFTV launcher, Applications (native app manager under settings), Controllers (native under settings), and Network (navite under settings/system).
Fire TV boots directly to Apex launcher. Home button returns to Apex launcher always. Placed XBMC shortcut first on Apex so its easy to launch XBMC from anywhere by pressing home then enter.
Near perfect. Thanks for the module rbox.
Just curious.... I haven't seen any posts about this so I was surprised to find all of my installed apps in a generic five icon wide grid launcher format under Apps, in between Games and Photos, in the AFTV launcher. Is this normal?
htpcforall said:
Just curious.... I haven't seen any posts about this so I was surprised to find all of my installed apps in a generic five icon wide grid launcher format under Apps, in between Games and Photos, in the AFTV launcher. Is this normal?
Click to expand...
Click to collapse
That is weird. I know you mentioned in the other post you didn't install the Amazon app store. Quite strange. If you read through that post you saw I am working on an addition to this module that basically does the same thing, without breaking everything else like the app store does. I never saw anything that would hint that this was built in functionality to the launcher itself though.
htpcforall said:
Apex launcher works after using Xposed module. Some Apex features don't work, but I figured out how to link activities to shortcuts with custom icons in the Apex launcher. So I have shortcuts for AFTV launcher, Applications (native app manager under settings), Controllers (native under settings), and Network (navite under settings/system).
Fire TV boots directly to Apex launcher. Home button returns to Apex launcher always. Placed XBMC shortcut first on Apex so its easy to launch XBMC from anywhere by pressing home then enter.
Near perfect. Thanks for the module rbox.
Just curious.... I haven't seen any posts about this so I was surprised to find all of my installed apps in a generic five icon wide grid launcher format under Apps, in between Games and Photos, in the AFTV launcher. Is this normal?
Click to expand...
Click to collapse
This sounds pretty nice, any chance we can get a screenshot of what your default home screen looks like now?
servo386 said:
This sounds pretty nice, any chance we can get a screenshot of what your default home screen looks like now?
Click to expand...
Click to collapse
i think the biggest issue with i had with apex was it isnt fully remote friendly, for me on a htpc i would like full control with the remote myself. its suprising that there arernt any good TV launchers out there already.
htpcforall said:
Apex launcher works after using Xposed module. Some Apex features don't work, but I figured out how to link activities to shortcuts with custom icons in the Apex launcher. So I have shortcuts for AFTV launcher, Applications (native app manager under settings), Controllers (native under settings), and Network (navite under settings/system).
Fire TV boots directly to Apex launcher. Home button returns to Apex launcher always. Placed XBMC shortcut first on Apex so its easy to launch XBMC from anywhere by pressing home then enter.
Near perfect. Thanks for the module rbox.
Just curious.... I haven't seen any posts about this so I was surprised to find all of my installed apps in a generic five icon wide grid launcher format under Apps, in between Games and Photos, in the AFTV launcher. Is this normal?
Click to expand...
Click to collapse
I'm installed the same method as described in the xbmc wiki: 3.3 Xposed and rbox module (Requires root)
So everything went well, until I wanted to go back to the vanilla firetv homescreen. It says that if I exit xbmc with the button on the bottom, it should return me to that screen. Nope, it just restarts reboots xbmc. First how do I fix this and second, how can I remove the apks to get rid of this if it's not what I am looking for? I tried using adbfire app in osx, I chose uninstall apk, and pasted the same .apk that I installed with but it says that there isn't one of that name...
Hi
I have the Eminence theme installed on an unrooted Fire TV. The eminence skin lets you edit built-in functions of the buttons (tiles). I'm looking for a way to use on of the buttons to open the android home screen where my apps are. I can edit the button with an ActivateWindow(10001...) function but this just opens up a window in programs. I can access the apps there but would prefer the Android home screen Can anyone help?
Can't you just use a link to the Android app KTVLauncher? That will boot you to the retail Amazon menu.
KCFish said:
Can't you just use a link to the Android app KTVLauncher? That will boot you to the retail Amazon menu.
Click to expand...
Click to collapse
Yes, we can use favorites for this.
Go to program addons - Android apps and add a favorite for kftv launcher. Then add this favorite as a button in your theme settings.
Sent from my GT-I9195 using XDA Free mobile app
Guys ,
I am looking for a simple clean launcher, I must have tried most of the known apps and nothing is working properly for me..I am looking for something similar to the stock one only without the carousel !!
I come from an iPhone background and I just want a clean launcher where I can put my apps in folder without all the rest of the crap !
1. Clean Android look
2. I can set my own damn wallpaper
3. Adv free
4. Weather and time widget
Regards
Mohammad
Nova Launcher with Dashclock widget. You have to make Nova a system app to get widgets to work...which means you have to be rooted. I understand there are a few launchers that can display widgets without being a system app, but IIRC none of them were "close to stock".
Give Cheetah launcher a try. its excessively theme able or u can set it up to look stock. Iv had a blast using mine, switching themes and stuff pretty regularly.
I have tried at least around 20 launchers. Unfortunately I was not able to get widgets to work on the majority of them out of the box. Based on other posts, I gather there might be a way to, however.
So far, Go Launcher Z seems to be the best for my needs. There is some extra stuff in the free version (especially towards the bottom of the App drawer), but It has been working very smoothly without issue for several months. I also found that Vire, Lucid, and Cheetah work fairly well.
jbatacan said:
Give Cheetah launcher a try. its excessively theme able or u can set it up to look stock. Iv had a blast using mine, switching themes and stuff pretty regularly.
Click to expand...
Click to collapse
Looking at it's Play store page it seems Cheetah Launcher install Clean Master and some "1 Touch Boost" bloatware?
Next Launcher + Next Notification - The Best !
This is top 1 https://play.google.com/store/apps/details?id=net.pierrox.lightning_launcher_extreme
Feel free to edit icons, wallpapers everything you want.
BTW i really like this: https://play.google.com/store/apps/details?id=ginlemon.flowerpro
But there is no homescreen.
DePingus said:
Looking at it's Play store page it seems Cheetah Launcher install Clean Master and some "1 Touch Boost" bloatware?
Click to expand...
Click to collapse
Mine does not have those installed. I even checked the running apps and downloaded apps. It has those functions through the launcher but nothing is added as seperate pieces of bloat. I would give all these options a try as there are different strokes for different folks, but i enjoy cheetah for its speed and easy themes.
Nova Launcher HELP
I have seen this over and over about using Nova launcher with the Fire Phone. "You have to make Nova a system app to get widgets to work" Can someone please describe how this is done so I can use widgets.
Thanks.
rahjer said:
I have seen this over and over about using Nova launcher with the Fire Phone. "You have to make Nova a system app to get widgets to work" Can someone please describe how this is done so I can use widgets.
Thanks.
Click to expand...
Click to collapse
From a post made by @hmoobguy, @DePingus confirmed that if your phone is rooted and you move the launcher's apk from /data/app to /system/priv-app and reboot, widgets will work. Use ES File Explorer to move com.teslacoilsw.launcher (Nova Launcher's "Package Name").
Thank you
jack9955 said:
From a post made by @hmoobguy, @DePingus confirmed that if your phone is rooted and you move the launcher's apk from /data/app to /system/priv-app and reboot, widgets will work. Use ES File Explorer to move com.teslacoilsw.launcher (Nova Launcher's "Package Name").
Click to expand...
Click to collapse
Apearently the above post is the one that I did not find and take note of. Thank you! Thank you!! Thank you!!!
Widgets are now working. :good:
I nstalled Nova yesterday and arranged my apps and so on it, I kind of like it but I miss the Fire stock launcher (it kind of grew on me) so now I am using both Nova and stock launcher without any root and using home switcher, I could care less about widgets to tell you the truth so thats no reason for me to root it.
I am waiting for for Fire OS 5 before, if I like it then good and if not then I will root and customize it.
Google Now launcher works great and allows your own wallpaper and widgets with no ads.
Google Now Launcher problem
firephoner said:
Google Now launcher works great and allows your own wallpaper and widgets with no ads.
Click to expand...
Click to collapse
After installing Google Now Launcher from the Play Store I get an Update Google App message stating that it requires a new version. This then defaults to the Amazon Appstore that says it's not available. Is there a workaround for this? Thanks
I'm running FireOS 4.6.3 and the Play Store works fine for other needs.
robert370 said:
After installing Google Now Launcher from the Play Store I get an Update Google App message stating that it requires a new version. This then defaults to the Amazon Appstore that says it's not available. Is there a workaround for this? Thanks
I'm running FireOS 4.6.3 and the Play Store works fine for other needs.
Click to expand...
Click to collapse
Have you tried updating it directly from the Play Store? Open the Play store, click on the hamburger (upper left), then My Apps, then Update. I've noticed the Amazon App Store tries to update apps that were loaded from the Play Store and it often doesn't work.
Thank you very much for all this great info. I must have tried 20+ different launchers including Vire, Buzz, Google now etc. each had some issues on my Fire phone so I ended up settling for Turbo Launcher EX. Really beautiful and fast:
https://play.google.com/store/apps/details?id=com.cooeeui.brand.turbolauncher&hl=en
Also a new launcher that I recently discovered TSF Launcher 3D looks amazing and runs great on my Amazon Fire:
https://play.google.com/store/apps/details?id=com.tsf.shell&hl=en
PS: I am using also Home Switch to be able to easily go back to Amazon’s fire home (carousel) if I ever need to:
https://play.google.com/store/apps/details?id=co.uk.captainstu72.homeswitch&hl=en
Use the Google Now launcher. The widgets work, you can choose the wallpaper, no ads and it has weather and time widgets.
Sent from my SD4930UR using XDA Free mobile app
Just noticed that nova launcher prime is on sale - it's just 10p in the UK. Also, vire launcher has just been updated to work again on fire as they broke it a couple of months ago with a previous update.
Google now looks stock(of course) and has full functionality as far as I can see, no root involved. Widgets and wallpaper change work.
ATV Launcher is (as far as I know) the only one Launcher for android tV which has such lot of customization options.
Would like to see if there are other users of this launcher.
Would like to know which apps widgets works on this Launcher.
I am using it on my Android TV, excellent launcher, a few widgets working.
I got only weather widget working (beside the included ones).
Would like to have:
-calendar widget
-network speed widget
New user..., "ALL new users prevented from posting outside links in their messages..."
Copy&Paste this link...
**=tt
h**ps://postimg.cc/cKqCKxHy
Weather & Spotify widget
TV TCL 50P8M 50" 4K - Android TV 9
I'm using it on my Nokia TV without any widgets for now, I'd say ATV and HAL launchers are best for now available on play store. I heard Wolf Launcher also good one, I'm thinkig to try it once.
But I have one problem in my TV, there's no settings to make ATV or any other launcher as default launcher. Clicking on home button also not asking to make it default. ATV launcher is working as any other app instead of a launcher.
ReX-Hell2heAven said:
I'm using it on my Nokia TV without any widgets for now, I'd say ATV and HAL launchers are best for now available on play store. I heard Wolf Launcher also good one, I'm thinkig to try it once.
But I have one problem in my TV, there's no settings to make ATV or any other launcher as default launcher. Clicking on home button also not asking to make it default. ATV launcher is working as any other app instead of a launcher.
Click to expand...
Click to collapse
Follow this link and you going to solve your problem as I did...
https://www.techdoctoruk.com/tutorials/use-wolf-launcher-on-tivo-stream-4k-1-click/
gia2efarmoges said:
Follow this link and you going to solve your problem as I did...
https://www.techdoctoruk.com/tutorials/use-wolf-launcher-on-tivo-stream-4k-1-click/
Click to expand...
Click to collapse
Dont know why, I cannot install any of the launchers from this link.
Tcl 50A10 android tv 9 firmware v389
doganmanis said:
Dont know why, I cannot install any of the launchers from this link.
Tcl 50A10 android tv 9 firmware v389
Click to expand...
Click to collapse
I just follow the Tutorial step by step nothing else
DallasCZ said:
ATV Launcher is (as far as I know) the only one Launcher for android tV which has such lot of customization options.
Would like to see if there are other users of this launcher.
Would like to know which apps widgets works on this Launcher.
Click to expand...
Click to collapse
I use the "ATV launcher". I make themes for it.
DallasCZ said:
I got only weather widget working (beside the included ones).
Would like to have:
-calendar widget
-network speed widget
Click to expand...
Click to collapse
What Is the name of this weather widget?
WEATHER LIVE
ATV Launcher is mix-apps so basic and easy used for me.
mai55 said:
I use the "ATV launcher". I make themes for it.
Click to expand...
Click to collapse
i know this old , but do u have any themes for it ?
Thanks !
mai55 said:
I use the "ATV launcher". I make themes for it.
Click to expand...
Click to collapse
That is so impressive! Respect. Is it possible to make a script that will take a standard ATV launcher install and grant the binding for using widgets and include a collection of useable widgets?
DallasCZ said:
I got only weather widget working (beside the included ones).
Would like to have:
-calendar widget
-network speed widget
Click to expand...
Click to collapse
I got "Calendar Widget Month + Agenda" from the play store working great. I set them as 2 separate transparent widgets.
brisel said:
What Is the name of this weather widget?
Click to expand...
Click to collapse
I got "transparent clock & weather" working. It has about a dozens different widgets.
ReX-Hell2heAven said:
I'm using it on my Nokia TV without any widgets for now, I'd say ATV and HAL launchers are best for now available on play store. I heard Wolf Launcher also good one, I'm thinkig to try it once.
But I have one problem in my TV, there's no settings to make ATV or any other launcher as default launcher. Clicking on home button also not asking to make it default. ATV launcher is working as any other app instead of a launcher.
Click to expand...
Click to collapse
I used launcher manager, a app routinely used with Wolf launcher to get the system prompt when you push home button for which launcher do you want to use. However when I picked ATV and set always, all the application icons on ATV turned to ghosted rectangles with no labels. Used launcher manager to get back to system launcher but home button was screwy to the point I uninstalled both ATV and launcher manager. Back to square zero.
doganmanis said:
Dont know why, I cannot install any of the launchers from this link.
Tcl 50A10 android tv 9 firmware v389
Click to expand...
Click to collapse
I discovered the nivea version of launcher manager is for version 9.
RG GEIGER said:
I used launcher manager, a app routinely used with Wolf launcher to get the system prompt when you push home button for which launcher do you want to use. However when I picked ATV and set always, all the application icons on ATV turned to ghosted rectangles with no labels. Used launcher manager to get back to system launcher but home button was screwy to the point I uninstalled both ATV and launcher manager. Back to square zero.
Click to expand...
Click to collapse
That's happened to me but rebooting the device resolved it, only seems to happen when first setting it with launcher manager.
Does anyone have ATV pro? I purchased it for the additional features which seem good, but I have issues that the free version doesn't have. I set widgets off on both versions and with the free version if I press up when on the top row of apps, no app is selected, which I like. But with the pro version, it stays stuck on the top row. Also there is an issue with selecting files despite giving permissions. So if I want to customise an app icon with my own image, the file picker shows up blank with nowhere to navigate to. The same issue happens when trying to set a wallpaper. These issues don't happen with the free version. I tried contacting the developer via Google Play listing, but looks like my email is bouncing back. It's the same on both my devices - Chromecast with Google TV and MeCool KM9 Pro.
Split-screen opens from recent apps menu, when you're use stock realme launcher. But I'm just installed a custom launcher, and application split-screen feature doesn't work. That's feature working only with stock launcher app, if it has been set as default home screen app. This is not cool. I have an idea: if we name custom launcher's package name as stock launcher package name, and replace stock app by this, will this does work?
I use Nova Launcher and splitscreen works tho I don't use it. If I want to go back and forth on different apps I use the recent menu it is more convenient, shows full screen and can jump between many apps not just 2