futeko.com FORUM

Product Support => HiMedia H8 => Topic started by: baggies on May 12, 2016, 12:30:25 PM

Title: MX player pro
Post by: baggies on May 12, 2016, 12:30:25 PM
Hello I have added mx player pro to my box but it does not show up, I tried taking it n and off no difference, I put the free version on and that installs and shows in my apps but I want the pro to do the same can any one help please driving me mad?
Title: Re: MX player pro
Post by: pcristi on May 19, 2016, 07:35:25 PM
Edit via adb shell app_pass.xml
- get app_pass.xml from your box
Code: [Select]
adb connect ip_player
adb pull /system/etc/app_pass.xml
( or from original firmware update.zip  )
- remove from  app_pass.xml
Code: [Select]
    <application>
  <package>com.mxtech.videoplayer.pro</package>
  </application>
- push modified app_pass.xml to box
Code: [Select]
adb connect ip_player
adb remount
adb push app_pass.xml /system/etc/app_pass.xml
adb shell chmod 0644 /system/etc/app_pass.xml
- reboot your player.
Code: [Select]
adb reboot

Hello I have added mx player pro to my box but it does not show up, I tried taking it n and off no difference, I put the free version on and that installs and shows in my apps but I want the pro to do the same can any one help please driving me mad?
Title: Re: MX player pro
Post by: baggies on May 21, 2016, 01:12:34 AM
Thanks pcristi took me a while but its sorted now
Title: Re: MX player pro
Post by: pluttis on May 27, 2017, 05:09:09 PM
hi got the same problem, where do i find the file to edit and what program do i use to edit the same.

hope for answer