-
Notifications
You must be signed in to change notification settings - Fork 46
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
The app doesn't properly on android 8.0 Oreo #71
Comments
That's pretty interesting. I wonder how necessary it will be in Oreo, since you'll be able to pin arbitrary things to the homescreen. Definitely something that should be fixed. |
Thank you for replying. I hope you fix this issue soon. I also can't seem to find the app on the play store, so if you can look into this issue. I'm running Android TV Oreo. |
I dont think anyone is working on this anymore. @mataniss I tried to disassemble it with apktool and add the line you mentioned in the manifest, but it will not re-build, even without adding the line. Do you have a working copy I could get from you? @Fleker I have a few apps that do not show, like yatse, but yet I can create a lin to them in Kodi or something and they run fine. I really would like to be able to create the shorcuts and hope someone can fix this or something else soon! |
@Wanderer189 |
Could anyone provide a working apk here for people like me who don't know what manifest is and how to build and compile apps on their own? Would be awesome! |
Mod with fix https://cloud.mail.ru/public/8tnX/fAPVpV1A6 |
Thx for the effort, but upon creating a shortcut the app still fast closes
:(
oldboy1988 <[email protected]> schrieb am So., 3. März 2019, 22:17:
… Mod with fix https://cloud.mail.ru/public/8tnX/fAPVpV1A6
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ahiel5rv0YV67-FI2_PrAt_TTpkQrr26ks5vTDvVgaJpZM4aHnKN>
.
|
In mi box 3 work fine |
^ Only works on mi box 3 then. Does jack shit on the shield tv. |
Yeah, I can't get any results with it on Shield either (folks claim the mi boxes run authentic Android TV OS, but I have yet for a single person tell me if they allow you to use shared network storage like the Shield does, I think it just a better clone than the others) |
|
Here is another link to the apk that works with oreo: |
This still doesn't work on a Nvidea Shield |
not working. working apk but not working homescreen shortcut function. |
Yeah, this hasn't worked since android 8 I believe and no one seems or has attempted to fix it correctly... |
https://play.google.com/store/apps/details?id=dxidev.sideload.channel.launcher i'm trying this app... the best app is TVAppRepo :D for us.. |
The current version of the app doesn't work properly on android 8.0 Oreo or higher since it doesn't have permission to install apps from unknown sources.
It's a new permission that was added at android 8.0.
To fix this problem, you have to add the following tag to the manifest:
I've downloaded the source code and added this tag and managed to run correctly this app on an android tv 8.0 emulator using android studio.
I hope you upload a new release for this app with this fix, It would be wonderful!
The text was updated successfully, but these errors were encountered: