UK BASED ∙ UK STOCK ∙ ESTABLISHED 2010
2 YEAR WARRANTY ∙ FAST DELIVERY
EXPERT TECHNICAL SUPPORT
28-APR ARYLIC LP-10 CLEARANCE SALE!   30-JAN ZIDOO 8K FIRMWARE UPDATE 1.3.05   5-JAN ARYLIC LP10 ADDS QOBUZ CONNECT  
This forum was closed in October 2025 in response to sustained DDOS type attacks. It has been left up read-only to allow access to support information and downloads. Thanks to all the users who contributed over the years.

Visit futeko.com for new Audio and Video Media Players!

Author Topic: Chrome boomerang effect... Can't get rid of it. (SOLVED)  (Read 16312 times)

q10pro256

  • Newbie
  • *
  • Posts: 35
Chrome boomerang effect... Can't get rid of it. (SOLVED)
« on: August 22, 2016, 10:57:56 PM »
Hi,

I hate Chrome and have no intention to use it. For some mysterious reasons. No matter how I uninstall it, it's always back when I reboot the machine.

It's like an unwanted boomerang.

How can I get rid of it for good?

Thanks.
« Last Edit: August 24, 2016, 10:47:44 PM by q10pro256 »

pcristi

  • Senior Member
  • ***
  • Posts: 1334
Re: Chrome boomerang effect... Can't get rid of it.
« Reply #1 on: August 22, 2016, 11:58:05 PM »
Correct, this happen in official HMD 1.0.7, for Chrome, Facebook, Kodi, Skype, YouTube.

use custom firmware or remove chrome.apk use for recover after factory reset via adb shell

Code: [Select]
adb connect ip_player
adb remount
adb shell rm /system/etc/chrome.apk

Hi,

I hate Chrome and have no intention to use it. For some mysterious reasons. No matter how I uninstall it, it's always back when I reboot the machine.

It's like an unwanted boomerang.

How can I get rid of it for good?

Thanks.

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Chrome boomerang effect... Can't get rid of it.
« Reply #2 on: August 23, 2016, 09:36:52 AM »
HiMedia want those apps always installed. I think more to maintain consistency in the interface than anything else. It's slightly annoying, I agree, and I'll ask them to change it (they probably won't though - they've clearly done it on purpose).

HereIsTom

  • Senior Member
  • ***
  • Posts: 281
  • Sony 55A89 Android TV
    • Cybershot Photo Website!
Re: Chrome boomerang effect... Can't get rid of it.
« Reply #3 on: August 23, 2016, 10:20:10 PM »
I use Firefox, works much better then Chrome!

q10pro256

  • Newbie
  • *
  • Posts: 35
Re: Chrome boomerang effect... Can't get rid of it.
« Reply #4 on: August 24, 2016, 12:35:17 AM »
does not let me remount.
chrome.apk is read only
does not allow me to chmod (I tried 666 and 777)
So I can't delete it.


Correct, this happen in official HMD 1.0.7, for Chrome, Facebook, Kodi, Skype, YouTube.

use custom firmware or remove chrome.apk use for recover after factory reset via adb shell

Code: [Select]
adb connect ip_player
adb remount
adb shell rm /system/etc/chrome.apk

Hi,

I hate Chrome and have no intention to use it. For some mysterious reasons. No matter how I uninstall it, it's always back when I reboot the machine.

It's like an unwanted boomerang.

How can I get rid of it for good?

Thanks.

pcristi

  • Senior Member
  • ***
  • Posts: 1334
Re: Chrome boomerang effect... Can't get rid of it.
« Reply #5 on: August 24, 2016, 06:08:56 AM »


does not let me remount.
chrome.apk is read only
does not allow me to chmod (I tried 666 and 777)
So I can't delete it.

Nice Monkey

  • Senior Member
  • ***
  • Posts: 1140
  • Loves classic movies
Re: Chrome boomerang effect... Can't get rid of it.
« Reply #6 on: August 24, 2016, 10:29:02 AM »
What about deleting the APK files using Samba Server instead?
They probably can also be deleted safely from the update.zip install file directly, this way avoiding them to be installed altogether.
« Last Edit: August 24, 2016, 12:02:16 PM by Nice Monkey »

Djinn

  • Newbie
  • *
  • Posts: 41
Re: Chrome boomerang effect... Can't get rid of it.
« Reply #7 on: August 24, 2016, 12:02:21 PM »
does not let me remount.
chrome.apk is read only
does not allow me to chmod (I tried 666 and 777)
On a Linux/Unix file system (Android is a Linux type OS), in order to delete a file only permissions of the directory containing that file are involved (in this case, /system/etc). Permissions of the file only affect read/write operations on that file (and execution if file is executable). But if you are logged as 'root' (the superuser), it's not necessary to grant permissions, because 'root' can access/delete ANYTHING without modifying permissions. My guess is you're root when you are connected to the HiMedia. In order to know which user you are, type in 'adb shell whoami' .

I hope this helps.
« Last Edit: August 24, 2016, 12:31:47 PM by Djinn »

q10pro256

  • Newbie
  • *
  • Posts: 35
Re: Chrome boomerang effect... Can't get rid of it.
« Reply #8 on: August 24, 2016, 10:36:53 PM »
I tried deleting them from update.zip. -> Update then crashed. Scared the sht out of me as I thought I just bricked the box. But no.

I used a ADB Wifi... Which one are you using and how do you connect?
ie over USB ?
it either mounts the harddrive from the back pannel USB port or do nothing from the side USB ports

What about deleting the APK files using Samba Server instead?
They probably can also be deleted safely from the update.zip install file directly, this way avoiding them to be installed altogether.

q10pro256

  • Newbie
  • *
  • Posts: 35
Re: Chrome boomerang effect... Can't get rid of it. (SOLVED)
« Reply #9 on: August 24, 2016, 10:47:22 PM »
Ok this time I had a wired network connection and running a PC ADB worked exactly as you told.
Got rid of all those unwanted apk's I guess until next update. For which I will repeat the procedure (no biggie)

Many thanks.



does not let me remount.
chrome.apk is read only
does not allow me to chmod (I tried 666 and 777)
So I can't delete it.

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Chrome boomerang effect... Can't get rid of it. (SOLVED)
« Reply #10 on: August 25, 2016, 09:09:10 AM »
Got rid of all those unwanted apk's I guess until next update. For which I will repeat the procedure (no biggie)

I expect this to be changed/fixed in next firmware update. Apps will be uninstallable again.

Nice Monkey

  • Senior Member
  • ***
  • Posts: 1140
  • Loves classic movies
Re: Chrome boomerang effect... Can't get rid of it.
« Reply #11 on: August 25, 2016, 09:35:03 AM »
I tried deleting them from update.zip. -> Update then crashed. Scared the sht out of me as I thought I just bricked the box. But no.

Sorry about this.  :-[

But now we get the real solution.  :)

q10pro256

  • Newbie
  • *
  • Posts: 35
Re: Chrome boomerang effect... Can't get rid of it. (SOLVED)
« Reply #12 on: August 25, 2016, 01:46:01 PM »
"Apps will be uninstallable again."

You are worrying me. Doesn't sound like a fix... Does it mean we will be stuck with unwanted apps running in the background?
ie I will no longer be able to get rid of Chrome?

Got rid of all those unwanted apk's I guess until next update. For which I will repeat the procedure (no biggie)

I expect this to be changed/fixed in next firmware update. Apps will be uninstallable again.

Nice Monkey

  • Senior Member
  • ***
  • Posts: 1140
  • Loves classic movies
Re: Chrome boomerang effect... Can't get rid of it. (SOLVED)
« Reply #13 on: August 25, 2016, 02:02:35 PM »
"Apps will be uninstallable again."

I think it is saying: I will be possible again to also de-install the standard APP's which are bundled.

q10pro256

  • Newbie
  • *
  • Posts: 35
Re: Chrome boomerang effect... Can't get rid of it. (SOLVED)
« Reply #14 on: August 25, 2016, 03:05:02 PM »
Kind of confusing... Will see.

But one thing I really really like about the Q10 Pro is it is running really lean comparing to other similar boxes. Not as bloated with unnecessary services.

"Apps will be uninstallable again."

I think it is saying: I will be possible again to also de-install the standard APP's which are bundled.

 

DELIVERY ∙ PAYMENT ∙ WARRANTY+RETURNS ∙ INTERNATIONAL TAX ∙ ABOUT ∙ PRIVACY ∙ NEWS ∙ CONTACT
© SDHDIGITAL LTD 2026
SITEMAP