View Full Version : how to install apk on the TV online plus
enrickoda
10-30-2016, 06:02 PM
Help me bro. Michyhop has shut down and all my apps are gone except kodi.i need a way to install apk on the TV online plus
crazed 9.6
10-30-2016, 06:19 PM
are you famaliar with Kodi ?
You can use Kodi to load any and all apps and addons and repos that you want.
Kodi is the platform , all addons work on that platform
PayPerView
10-31-2016, 03:59 AM
Help me bro. Michyhop has shut down and all my apps are gone except kodi.i need a way to install apk on the TV online plus
Mickyhop has not shut down. I still have Mickyhop on my TV Online and TV Online +. All the apps I have in My Apps are still there. I think you need to reboot your box.
floder2
10-31-2016, 04:29 AM
Mickyhop has not shut down. I still have Mickyhop on my TV Online and TV Online +. All the apps I have in My Apps are still there. I think you need to reboot your box.
The good apps in Mickyhop are gone .( 1channel --Movie25--Los Movies --) ......Kodi is there......if you buy a new Avov.they won't have those apps any more...if you factory default your box .....the apps I mentioned won't be there anymore......................
floder2
10-31-2016, 04:33 AM
are you famaliar with Kodi ?
You can use Kodi to load any and all apps and addons and repos that you want.
Kodi is the platform , all addons work on that platform
not true..except of course for Kodi addons.....In Kodi 16.1 .....if I go to programs and then android apps......the installer for apk's is not there......tried it on Avov online plus and V2
Marley
11-03-2016, 03:38 PM
so true only 4k box i think for apk in programs
KroniK
11-03-2016, 10:23 PM
popcorntime still works on my online+
it is gone from the store though
Farmer1
12-31-2016, 06:17 AM
Sure wish I would have read this thread before i did a factory data reset to my TV Online + down to 17 apps now
fbifido
10-03-2017, 04:00 AM
Can every one with apps that are working, or on your device, share a copy of those apps?
Please & Thanks.
floder2
10-03-2017, 04:08 AM
Avov TV online plus box can NOT sideload any apps...only apps you can use are the ones in the "Market" on the main page of the Box.................
fbifido
10-03-2017, 05:58 AM
Ok, just got a copy of STB Emu 0.7.06
did a little modification and it sideloaded to my AVOV TVOnline+
but it will not update to 0.8.05.
Thanks.
Ok, just got a copy of STB Emu 0.7.06
did a little modification and it sideloaded to my AVOV TVOnline+
but it will not update to 0.8.05.
Thanks.
What modification did you have to do and how did you sideload it?
floder2
10-09-2017, 04:18 PM
Ok, just got a copy of STB Emu 0.7.06
did a little modification and it sideloaded to my AVOV TVOnline+
but it will not update to 0.8.05.
Thanks.
I believe this is BS
fbifido
10-16-2017, 01:19 AM
I will do a full write up of this soon. I did not create the app nor did I convert it. I downloaded the app from this forum and it was not working so I look at how it work. And try a little mod and then it works.
fbifido
10-16-2017, 01:56 AM
https://www.mediafire.com/file/0ycoq106x0bbkbl/MH-STB-Emulator%28pro%29v0.7.06.zip"]https://www.mediafire.com/file/0ycoq106x0bbkbl/MH-STB-Emulator%28pro%29v0.7.06.zip
This is the link to the app.
I will tell you how to side load it to your device. As of now my box does not access the store. 0 [all] apps, but if i power cycle the box, nd then go to the market it shows Netfix, hulu, and others, but if i try to move up or down, then all the apps disappear.
How to side load this app:
================
1) Format a USB stick to FAT32, then unzip this file into the root of that usb.
eg: E:\MH-STB-Emulator(pro)v0.7.06
2) plug the usb stick into the back usb port on your avov
3) goto Settings, then App Manager, you will see the USB storage, with the app name & logo.
4) just click to install.
I was trying to find out how they made this app, but have failed to do that, i have a general idea, but can't put it into practice.
they say a .gpk file is a compress .apk file, and it contains the data & obb directory for that app.
I can now find the data & obb folders of any android app that creates them, but how do you compress them.
I try to uncompress this .gpk file, but can seem to find out how they compress it.
fbifido
10-16-2017, 02:10 AM
Modification i did:
===========
inside the directory there are a few files that tells avov what to do. There are two files that can be modify, but i just modify one, then cleanup the other one.
these files are:
game.ini
<name of app>.xml eg: MH-STB-Emulator(pro)v0.7.06.xml
MH-STB-Emulator(pro)v0.7.06.xml
=====================
<?xml version="1.0" ?>
<Files>
<item type="gpp" path="STB-Emulator(pro)v0.7.06.apk" offset="0" size="11311946"></item>
</Files>
game.ini
=====
[MH-STB-Emulator(pro)v0.7.06]
package=com.mvas.stbemu.pro
version=0.7.6
As you can see the .xml file is looking for the .apk file, but if you look in the folder, only file is has is the .gpk file, so i just replace .apk with .gpk, and that fix it.
my question was why did they have .apk file in the first place, does that mean, after it uncompress then it will be an .apk file?
or is it that i should rename the .gpk file to an .apk file?
too many question and no answer what so ever.
Thanks.
fbifido
10-16-2017, 02:14 AM
MH-STB-Emulator(pro)v0.7.06.xml
=====================
<?xml version="1.0" ?>
<Files>
<item type="gpp" path="STB-Emulator(pro)v0.7.06.gpk" offset="0" size="11311946"></item>
</Files>
1) What other type does this .xml file support? what does each type means?
"gpp" means that you are expecting a .gpk file.
2) What type represent an .apk file? "app" or "apk"??????
fbifido
10-16-2017, 02:21 AM
Now another mistry:
=============
You can install an app, on android that allows you to install and run .gpk files, i posted a video once that shows how it's done, can't remember the name now, just google/youtube it.
that means if someone can reverse the process then we can convert .apk files to .gpk file.
It seems .gpk files are mostly for games.
So does that means we can install games to our avov?
It would be better if AVOV allows us to put android's 4.4.4 on these device and be done with it.
perhal
01-17-2019, 05:36 PM
I did everything you said and mine wont download
floder2
01-18-2019, 01:05 AM
The Avov does not like APK files...to install them...it has to be converted to a GPK file....................There was a tool called GPKMaker floating around a few years ago that AVOV claimed would converrt the APK to GPK .....in fact Avov was doing it for some apps and then let it go by the wayside ...........this is long ago history......
Here is a how to using GPKmaker.....
http://freemmlearner.blogspot.com/2013/05/how-to-make-gpk-file-from-apk-with-gpk.html
Marley
01-19-2019, 04:07 AM
a pain in the butt let me tell you and why
Raees
01-19-2019, 09:13 PM
never Avov again. got buzztv xpl 3000 basic and I am very happy with it. buzz tv 2 is very good and reliable.
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.