-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't load on Fire Stick 4k version 6.2.8.9 #800
Comments
version 6.2.8.9 ? |
@ivan1986 I believe that is the version number, yes. the device has updated since I created this issue though, so I can't check for certain |
last version number is 0.3.5 |
@ivan1986 it is not. |
a, you about os version, ok |
Can you run |
same on a slow Allview 2K. Pretty much any other app runs, I have also developed a screensaver that runs fine |
And on 2021 Shield it opens up but if you press too many buttons it crashes / freezes and none of the content ever loads, so it is stuck in "loading..." |
@NameUnrequired @st-patrick can you run |
Same issue, here's the logcat logs starting the app 0.3.6 fresh install no local data:
|
I came to start this exact issue too also on a 4K Fire Stick but I'll just throw in my #MeToo here. tv-arm-release-0.3.6.apk this happens to same as the OP I click allow on local files & it won't load from there it doesn't even start to load then crash, no crash message nothing just nothing further happens. mobile-arm-release-0.3.6.apk does totally work but looks horrible scaling & navigation wise which obviously isn't surprising considering that variant is for mobile phones but just for diagnostic sake you might like to know that version does load. I apologize I'm not very knowledgeable about pulling logs on a Fire Stick for example that logcat I'm not sure if that's do-able on a Fire Stick. |
For those still having this issue It is a bug stemming from missing the RECORD_AUDIO Permission The permission request is automatically denied by the system on launch and it does not appear in the app settings Applications > Manage Installed Applications > Popcorn Time > Permissions All That Shows Up Is "Storage" This is not a bug in the App But In the Fire OS Itself For a workaround till the devs Find a fix or Amazon Fixes the OS you can grant the permission manually with adb shell pm grant pct.droid.tv android.permission.RECORD_AUDIO Tested working on Fire OS 6.2.9.4 |
@Llew292 thank you very much for the clarification. Do you need to enable Developer options on Fire OS 6.2.9.4? Hiw do you do that? |
Yes, you need to turn on ADB Debugging. There's some more information here: https://developer.amazon.com/docs/fire-tv/connecting-adb-to-device.html Once it's setup, you can enable an option on the Fire Stick to allow you to connect via ADB over WiFi. I can't find a website that details that, so, maybe that automatically turns on? Sorry, going by memory here. If it is a separate option, I believe it's the same screen on the Amazon Fire Stick where you turn on debugging. It'll be something like "allow remote debugging" or "allow debugging over Wifi". |
@Llew292 thank you so much! It worked for me as well Amazon Fire TV Stick 4K |
why do you close this issue as completed? Where's the commit which fixes it? |
Operation not allowed: java.lang.SecurityException: Can't change android.permission.RECORD_AUDIO. It is required by the application Operation not allowed on FireOS 5.2.95 Firestick 1st gen |
The app installs, requests permission to access files, appears in the menu, but nothing happens when clicked
The text was updated successfully, but these errors were encountered: