Questions tagged [amazon-fire-os]

26 questions
0
votes
1 answer

Android TV/FireOS TV volume control

I want to create a TV app to control output volume. For FireOS TV to be precise. FireTV Stick does not have any system volume control for its users. So I tried creating a normal TV application to programmatically set volume using…
prodev
  • 575
  • 5
  • 15
0
votes
1 answer

Amazon Firestick; FireOS; VoiceOver reads "1 of 1" on each element of the list [BUG]

FireStick VoiceOver is a direct AndroidTV Talkback competitor for helping disabled people use mobile apps. When we have a list it reads the current index of the element on that list. In this specific case it would read aloud: "appstore - seven of…
0
votes
1 answer

How do use PlayReady on Fire TV web platform or WebView?

According to Amazon's documentation: Q: Can web apps for Amazon Fire TV support digital rights management (DRM) for media playback? The Web App Platform supports DRM for Widevine and PlayReady. For details about DRM support for native FireTV…
Steve
  • 8,066
  • 11
  • 70
  • 112
0
votes
0 answers

Fire OS enable unknown app installation via ADB

I have a specific custom device that has a Fire OS vNext 7.0 (probably some kind of Fire TV type of the OS?) in it and I need to install my own APK into it. I have an ADB access with root, but Developer Options are not enabled (I cannot access…
Topper Harley
  • 375
  • 4
  • 17
0
votes
1 answer

How to use "adb shell input tap" command in a non-touch screen device

I use "adb shell input tap 'x' 'y'" command to tap on a specified location on a touch screen android device. But the device I am working on is a TV(based on android) which can only be used using remote. I am able to enable the pointer location using…
Josh
  • 57
  • 3
  • 7
0
votes
2 answers

Amazon Shopping Android App deep-linking?

It might me duplicate of this question, but I'm not able to find possible solution for same. I need to open below url of amazon product in amazon application and/or browser(if app is not installed) of android device. String amazonUrl =…
Chitrang
  • 5,097
  • 1
  • 35
  • 58
0
votes
1 answer

No resource found that matches the given name 'android:Widget.Material.ActionButton' when project build target is set to "Amazon Fire Phone SDK Addon"

I'm creating app for Amazon store, I already have my same app published in Google Play Store. Now for Amazon devices we have to use project build target as "Amazon Fire Phone SDK Addon" which is build on Android 4.2.2 version. When I use this build…
Murli
  • 524
  • 6
  • 11
0
votes
1 answer

Which platform should I target for AdMob in Fire-OS App

I want to implement admob in my amazon app but when I go to create a banner on AdMob it only gives me the options to create a banner for android, ios & windows 8 so I was wondering which one should I pick since it will be going on the amazon app…
isJulian00
  • 924
  • 2
  • 10
  • 24
0
votes
1 answer

Amazon Hero widget retains information from previous application

When developing a sample list Hero widget application on the Amazon Fire phone I noticed that if I uninstall the application and install it again, the content from the previous application widget is displayed in the newly installed application. Is…
Radu Stejerean
  • 345
  • 2
  • 13
  • 28
-1
votes
1 answer

How to connect to any specified Wi-Fi network(SSID) using ADB command

Lets assume I have Wi-Fi networks 'A' 'B' & 'C'. I want to connect the connected android device to SSID: 'A' which is password protected. Is there a way to perform this using ADB command by providing SSID and password in the same command?
Josh
  • 57
  • 3
  • 7
-2
votes
1 answer

Get a list of Devices and access to their storage

I'm currently trying to create an app in C# that will sync items between a PC and connected device. The device will be an Amazon Fire 8 and I was wondering if it is possible to get the device info, such as Android ID, and also get access to the…
rmail2006
  • 53
  • 10
1
2