What is this system app for/what does it do? I'm running xtrestolite 3.0 final on my sg920F and I'm getting a message that says unable to use CMHProvider and it wants to change permissions. I don't recall this happening on the previous version of the rom. Debloat software looks to flag it and disable too so I'm wondering what it is.
Thanks
I have the same problem, i don't know what it is but i uninstalled the app to get rid of the annoying message
Sent from my SM-G920F using XDA-Developers mobile app
kd.fadi said:
I have the same problem, i don't know what it is but i uninstalled the app to get rid of the annoying message
Sent from my SM-G920F using XDA-Developers mobile app
Click to expand...
Click to collapse
I can seem to uninstall...?
Sent from my SM-G920F using XDA Premium 4 mobile app
..
space_eyes said:
I can seem to uninstall...?
Sent from my SM-G920F using XDA Premium 4 mobile app
Click to expand...
Click to collapse
According to Google, "CMHProvider is a core component for new Gallery and HighlightPlayer applications."
I was tired of this notification as well, so I removed its associated system app and my gallery stopped working, but my Music has no problems to work without it. I'm not sorry for the loss of Gallery, as I use Google Photos, so if you are comfortable with yours not working, keep reading.
Here's what I did - on XtreStoLite your phone should already be rooted.
Open terminal or connect your terminal app via USB debugging. Commands:
Code:
$ su
# mount -o remount,rw /system
# cd /system/priv-app/
# mkdir -p /data/media/0/DisabledPackages/priv-app/
# mv CMHProvider /data/media/0/DisabledPackages/priv-app/
# reboot
I froze this process with Titanium Back and have noticed lower CPU temps. Probably because this thing was always on the top of my list of monitored processes. I use QuickPic for my gallery so no issues there either. I've only had it frozen for about an hour and haven't noticed any adverse affects.
I had same issue. Gallery app doesn't work without CMH Provider on S7 Edge Nougat. Luckily it didn't take me long to find out it was CMH provider.
cmhprovider is an android app component on android smartphones and tablets accountable to run Highlighter apps like Gallery. It is not a virus nor malware but an important component app package to help Gallery app to preview image and create a thumbnail.
Related
If you search for HULU in android market and scroll down through the results you will find an official app released by HULU.
It works perfectly!!!
Download now and enjoy!
Sent from my Nexus One using XDA App
Are you running Stock or a Custom ROM? I'm on CM7 and I can start the app, but playing a show will constantly buffer and then refuse to play. I am on Wifi, but lousy (2G) cell service. I can't see any way to restrict the app to wifi only. If its not defaulting to cell, then I'm having some kind of problem with CM7.
I figured it out. I was modifying my hosts file to block ads and it was blocking H+ pre-roll commercials somehow. Then it never went on to my program that I selected.
I had to "Revert" to my normal/stock hosts file. I was using AddFree from the market.
Can anyone *PLEASE* post this for those of us who do not currently have one of the "officially" supported phones... like the G2.
Thanks if you can help!
https://market.android.com/details?id=com.hulu.plus&feature=search_result
https://market.android.com/details?i...=search_result
Click to expand...
Click to collapse
If you do not have one of the supported phones... Marketplace will not let you download it.
Any tricks??
Don't waste your time
XDA is no longer worth my time.
TimOster said:
it's just Hulu Plus, not the free Hulu.
Why would I pay to watch their ads?
Click to expand...
Click to collapse
I hear you but thanks to Hulu and Netflix I no longer have a $180 monthly bill from the cable company which not only also gives subscribers ads but also replaces the subscription channel's ads with their own promoting their overpriced crap.
I'd much rather pay $17 a month and have some very short ads and the ability to view all the content on any device I choose being that at home or on the go.
Think of it this way, have you ever had to spend the night at your cheap aunt's house who has only a land line telephone and an antenna for the tv and then not being able to watch Dexter, South Park, Mr. Bean or whatever show you really like during the night because you can't sleep on a strange bed?
Sent from my MB860 using XDA App
DiDGR8 said:
I figured it out. I was modifying my hosts file to block ads and it was blocking H+ pre-roll commercials somehow. Then it never went on to my program that I selected.
I had to "Revert" to my normal/stock hosts file. I was using AddFree from the market.
Click to expand...
Click to collapse
I think I found a fix for this, as I was having the same problem. If you're comfortable with a command prompt:
su -
whoami
# should say "root" or "unknown uid 0"
mount -o remount,rw /system
cd /system/etc
ls -al hosts*
# there should be "hosts" but not "hosts2". If "hosts2" exists but another number doesn't, just use some other unique hosts-like filename.
mv hosts hosts2
grep -v hulu hosts2 > hosts
ls -al hosts*
# now both hosts files should exist, and hosts should be a little smaller than hosts2. If that's not true, do not proceed.
rm hosts2
mount -o remount,ro /system
Here is the latest facebook official app with location 'feature' removed.
I am not sure if you guys who use the app know this, but facebook constantly tracks your location. There is a receiver built into the app that every time you "refresh" the app (Interval settings are found in the settings menu of Facebook) it gets your location and everything you do on Facebook, post a status, send a message, upload a photo etc, your location is added and you cannot turn it off..
So i decompiled the apk and removed all locations ability. That means, no checking in, no nearby, nothing that needs to get your location. You WILL get a forced close. I am working on trying to keep that enabled while dissabling the 'tracking' featrue. Just download, copy apk to your phones storage and use a file browser to install the APK.
Hope you guys enjoy the privacy while also enjoying the Facebook app.
DOWNLOAD: Facebook v3.7 - No Locations
Link???
Sent from my CleanRom'd GS3
Internet Guy said:
Link???
Sent from my CleanRom'd GS3
Click to expand...
Click to collapse
XDA Is having an issue with uploading attachments. Not sure why i'll try again later. Sorry :/
Internet Guy said:
Link???
Sent from my CleanRom'd GS3
Click to expand...
Click to collapse
Yea i love to try it...
Sent from my SCH-I500 using Tapatalk 2
Ahhhh this the reason why FB consume a more MB on my 3G ?
Michel
Good idea, but I've turned my location of and it never shows my location when posting any thing.. when I send a private message it gives me the option to turn location of.. is this the same location receiver you are disabling from the app?
Sent from my Xperia S using xda premium
Michel_debs said:
Ahhhh this the reason why FB consume a more MB on my 3G ?
Michel
Click to expand...
Click to collapse
This mod will possibly use a tiny bit less. But it uses so much for its Cache. So things are loaded a lot faster and what not.
danlivesey said:
Good idea, but I've turned my location of and it never shows my location when posting any thing.. when I send a private message it gives me the option to turn location of.. is this the same location receiver you are disabling from the app?
Sent from my Xperia S using xda premium
Click to expand...
Click to collapse
Are you talking about turning your location off under settings of your phone? Well thats different. There is no way to turn it off in the FB app itself. You can turn off the location thing for your messages but its still secretly getting your location.
OP UPDATED WITH DL LINK TO MY DROPBOX
Sorry it took so long. XDA is giving me some security error when i try to attach anything :/
Thanks. App is working great!
Sent from my T999 GS3 @ 2GHZ
I don't mean to hijack the thread, but a good app that stops location requests for any application is LBE Security Master. It will prompt you each time an application requests to use certain permissions. You can also check a box to never allow the application to access that setting, in this case it would be location.
Just search on XDA to find it, I'm on my phone and I don't think the app is on the market.
Sent from my One X using xda app-developers app
codyrt said:
I don't mean to hijack the thread, but a good app that stops location requests for any application is LBE Security Master. It will prompt you each time an application requests to use certain permissions. You can also check a box to never allow the application to access that setting, in this case it would be location.
Just search on XDA to find it, I'm on my phone and I don't think the app is on the market.
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
Whenever i tried using a third party app to block GPS to the Facebook app, it would cause the FB app to force close irregardless what you did.
I'll try the app and see what happens. Not sure how it goes about granting and denying access. In all honesty i was looking for something like this.
Just don't use LBE Privacy Guard on jelly bean, it caused my phone to freeze a few minutes after turning on and then rebooted and got stuck in that loop. The only way to resolve it was to use adb and remove the apps file.
The app I mentioned in my post above doesn't seem to have any issues besides that parts of it are in Chinese.
Sent from my One X using xda app-developers app
codyrt said:
Just don't use LBE Privacy Guard on jelly bean, it caused my phone to freeze a few minutes after turning on and then rebooted and got stuck in that loop. The only way to resolve it was to use adb and remove the apps file.
The app I mentioned in my post above doesn't seem to have any issues besides that parts of it are in Chinese.
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
So you confirm it works with Facebook?
Sent from my SGH-T999 using Tapatalk 2
Works great so far -- subscribed to this thread -- thanks!
As far as I can tell it does. When I open Facebook, LBE pops up and asks me if I want to allow Facebook to track my location. It detects whether Facebook is using location tracking through WiFi or through GPS. I have not checked to see my posts to see if location is attached to them.
Sent from my One X using xda app-developers app
codyrt said:
As far as I can tell it does. When I open Facebook, LBE pops up and asks me if I want to allow Facebook to track my location. It detects whether Facebook is using location tracking through WiFi or through GPS. I have not checked to see my posts to see if location is attached to them.
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
Interesting.. I wonder if it's blocking "locationmanager.getlastknownlocation" as well. This method doesn't access any hardware. It just reads what the last location known was. Meaning if any other app has access to your GPS and gets a lock, that location is remembered and then used by above method.
I feel much more comfortable completely removing the actual physical code no offence to your option though.
And for a thread update, I learned a new tool to help figure out what gets called where. so I might be able to add the ability to check in as well as use "nearby" in the app. And just disable the tracking!
Sent from my SGH-T999 using Tapatalk 2
elesbb said:
Interesting.. I wonder if it's blocking "locationmanager.getlastknownlocation" as well. This method doesn't access any hardware. It just reads what the last location known was. Meaning if any other app has access to your GPS and gets a lock, that location is remembered and then used by above method.
I feel much more comfortable completely removing the actual physical code no offence to your option though.
And for a thread update, I learned a new tool to help figure out what gets called where. so I might be able to add the ability to check in as well as use "nearby" in the app. And just disable the tracking!
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Yeah, I'm still using your MOD too, I really don't need Facebook accessing my location so you can never be too safe about that.
Sent from my One X using xda app-developers app
Thanks mate awesome work!
Hi, there are still some Facebook services running all the time in the background although I have deactivated all notifications. Do you know which services these are?
topcaser said:
Hi, there are still some Facebook services running all the time in the background although I have deactivated all notifications. Do you know which services these are?
Click to expand...
Click to collapse
Sort of. I know when notifications are enabled there is a service running. Also what's your refresh interval set at? If that's not disabled then that's what the service is.
If not it may just be in "empty applications" part of androids memory manager. Meaning it's dead but still there to increase launch time. I'm running cm10 and I use the "hold back to kill" option on Facebook so mine is 100 percent gone.
Sent from my SGH-T999 using Tapatalk 2
Loving this app. Great job. Finally facebook can't track me anymore. One big brother, google, is enough.
OK. I know how to add to adaway white list but how do I add a program to not be blocked?
Thnx!
Sent on Note 2 using Bean's 18 with sd swap
Bump! I also whant to know :/
Sent from my One S using Tapatalk 4
grimloktt said:
OK. I know how to add to adaway white list but how do I add a program to not be blocked?
Thnx!
Sent on Note 2 using Bean's 18 with sd swap
Click to expand...
Click to collapse
AdAway, Your Lists, White, click the +
Then what? Just put part or all of the apps name in there?
Sent from my SCH-I605 using Tapatalk 4
lol no, you add ips you want to whitelist.
Sent from my GT-P5113 using XDA Premium 4 mobile app
Uhhhh. .. how do I find out what that is for Pandora or particular application?
Sent from my SCH-I605 using Tapatalk 4
dynospectrum said:
lol no, you add ips you want to whitelist.
Sent from my GT-P5113 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
If you know how to do this, it would be greatly appreciated if you could share...thnx.
grimloktt said:
If you know how to do this, it would be greatly appreciated if you could share...thnx.
Click to expand...
Click to collapse
I second a tutorial on this figuring out how to add the proper ips for a specific app that we want whitelisted in adaway.
Thank You!
Can anyone explain how to find ips for a specific app?
Any help of how to add specific app to white list?!
Thanks in advance!
I never figured this out.
Sent from my SM-N900V using Tapatalk
Using an app called #Animania to watch anime but need to unblock the ads to watch the video. Any help on how to whitelist this app would be greatly appreciated.
Sent from my SAMSUNG-SGH-I727 using XDA Premium 4 mobile app
Any help regarding adding apps to white list?
primod808 said:
Using an app called #Animania to watch anime but need to unblock the ads to watch the video. Any help on how to whitelist this app would be greatly appreciated.
Sent from my SAMSUNG-SGH-I727 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hey, I recently installed AdAway too and noticed my #Animania stopped working as well err... to be precise- it no longer downloads nor plays any videos I wish to watch. I tried to play around with the settings and this seem to have worked:
Open AdAway and select "Your Lists"
Goto White
and Add the following:
play44.net
video44.net
videofun.me
Animania seem to have worked but I'm not sure if it's just my connection - downloading or streaming online is slower than usual
raineverafter said:
Hey, I recently installed AdAway too and noticed my #Animania stopped working as well err... to be precise- it no longer downloads nor plays any videos I wish to watch. I tried to play around with the settings and this seem to have worked:
Open AdAway and select "Your Lists"
Goto White
and Add the following:
play44.net
video44.net
videofun.me
Animania seem to have worked but I'm not sure if it's just my connection - downloading or streaming online is slower than usual
Click to expand...
Click to collapse
raineverafter...
But how did u find this?
Thanks a bunch!
Why can't so called experts like dinowhatever just give a sensible answer instead of taking the mick?
'lol'!!! If we knew we wouldn't be asking!
Frustrated Adaway user who has just found it is blocking most of the sites I use!
Solved: Adaway Whitelist
Ok this is how to solve this problem for any app. First turn off the Adaway blocking and reboot the phone. Then go back into Adaway but don't turn on the blocking. Instead tap the dots on the top right and select "Log DNS Requests". Now on this new screen you will see "logging is off" (or something like that) tap that and it will change to "logging turned on" nnow tap "open the log". It should be blank. Now select your recent apps button and scroll to the app you have been having problems with. Run the app to the point that you know it is working. Now go back to Adaway and open the log. You should see a bunch of websites. Long press on the first one and in the popup select "Add to whitelist". Do this for all the addresses. Now turn on Adaway blocking on its main screen and reboot. You should now have a working app and Adaway keeping adds out of the other apps. :good:
AdAway broke the app.
I went in app manager, cleared cache, Force stopped and uninstalled AdAway.
Did the same for the music download app.
Rebooted into recovery, cleared Dalvik and cache in recovery. Rebooted the phone. Reinstalled the download app, and it's still rendered useless.
The only thing that fixes it is to do a complete reinstall of the operating system and apps. before turning on AdAway. (which is what I did...)
I did the above-stated suggestion and it worked until AdAway updated host files again. Now the app is rendered useless again.
Is there any way to remove AdAway cache in root file system? Uninstalling the app doesn't remove these files.
Thanks in advance for any help
Sent from my LG-VS985 using XDA-Developers mobile app
DJRobBlaze said:
AdAway broke the app.
I went in app manager, cleared cache, Force stopped and uninstalled AdAway.
Did the same for the music download app.
Rebooted into recovery, cleared Dalvik and cache in recovery. Rebooted the phone. Reinstalled the download app, and it's still rendered useless.
The only thing that fixes it is to do a complete reinstall of the operating system and apps. before turning on AdAway. (which is what I did...)
I did the above-stated suggestion and it worked until AdAway updated host files again. Now the app is rendered useless again.
Is there any way to remove AdAway cache in root file system? Uninstalling the app doesn't remove these files.
Thanks in advance for any help
Sent from my LG-VS985 using XDA-Developers mobile app
Click to expand...
Click to collapse
Blaze...you don't need to do all that. Just delete your hosts file.
nostraquedeo said:
Ok this is how to solve this problem for any app. First turn off the Adaway blocking and reboot the phone. Then go back into Adaway but don't turn on the blocking. Instead tap the dots on the top right and select "Log DNS Requests". Now on this new screen you will see "logging is off" (or something like that) tap that and it will change to "logging turned on" nnow tap "open the log". It should be blank. Now select your recent apps button and scroll to the app you have been having problems with. Run the app to the point that you know it is working. Now go back to Adaway and open the log. You should see a bunch of websites. Long press on the first one and in the popup select "Add to whitelist". Do this for all the addresses. Now turn on Adaway blocking on its main screen and reboot. You should now have a working app and Adaway keeping adds out of the other apps. :good:
Click to expand...
Click to collapse
Wow thanks so much for this! I've been having issues with one app for months now and though it might be adaway causing it.
.
nostraquedeo said:
Ok this is how to solve this problem for any app. First turn off the Adaway blocking and reboot the phone. Then go back into Adaway but don't turn on the blocking. Instead tap the dots on the top right and select "Log DNS Requests". Now on this new screen you will see "logging is off" (or something like that) tap that and it will change to "logging turned on" nnow tap "open the log". It should be blank. Now select your recent apps button and scroll to the app you have been having problems with. Run the app to the point that you know it is working. Now go back to Adaway and open the log. You should see a bunch of websites. Long press on the first one and in the popup select "Add to whitelist". Do this for all the addresses. Now turn on Adaway blocking on its main screen and reboot. You should now have a working app and Adaway keeping adds out of the other apps. :good:
Click to expand...
Click to collapse
Thx bro that worked smoothly.
Although I had rooted my SK4G a while back, it took me a while to get the courage to flash a ROM.
But yesterday, I successfully flashed MeMory. First off, many thanks to TheLastSidekick. He did such a better job than TMobile devs.
I could go on and on about his great work, but my only complaint is about Lightening Launcher which I can not warm to. I purchased and installed Holo Launcher Pro and would like to get rid of LL. Forgive my noob question, but are apps such as these removable in a custom ROM? Or do I have to freeze them with a third-party app. Or is LL a necessary component of the OS, used or not?
For that matter, I wouldn't mind getting rid of the stock browser, either. But again, I don't want to break anything.
Again, especially, thank you, LastSideKick,
Jake
adb shell
cd system/app
ls
rm eachappyouwanttoremove.apk
When your finished reboot
So no, not needed if you have another launcher
Sent from my Nexus 4 using XDA Premium 4 mobile app
Thank you for a quick, very helpful response.
Been running MeMory for two days now, and have yet to see the same problems I had w/ the rooted stock ROM: the maddening delays when trying to get to Phone, the occasional inability to physically answer a call, and the general slowness going from app to app.
Memory managment seems much better as well.
I hate that cliche "breathed new life into my phone," but MeMory really has
Jake
I've been using MeMory for almost a year with only one complaint: the JB keyboard does not work. Does it work on your phone?
In addition to using ADB, you can use a 3rd party app like Root App Delete by TopDev to remove system apps (those that came with the custom ROM). There's also a mode to disable an app first to make sure your phone works without it.
I have noticed crashing w/ JB keyboard. I must admit, I didn't pay much attention since I always use the physical KB. Thanks for the Root App Delete tip. I may look into that or just blast away with ADB and delete LL. But I would like to test the removal of the stock browser to see how phone functions without that.
Jake
I usually use the physical keyboard, too, but sometimes it's more convenient to use the screen keyboard. You can install the keyboard of your choice (Swype, Swift, Perfect Key, etc.) and then remove the JB keyboard.
I deleted the stock browser and installed a different browser with no problems.
Thanks much for your follow-up. I'm glad to hear that stock browser can be removed.
Jake
You can just disable them by renaming the extension, in case you need to have them in the future...
On the Droid2 I had to rename them *.bapk, as renaming them .bak, or *.apk.bak didn't work... VZ was wise to my first attempt, preemptively.
Here's the interesting thing: deleted gmail, stock browser successfully. Could not delete LL. I removed its apks, but it's still available in Apps and still starts. Is it hidden someplace else? Or really burned into the ROM?
Jake
Go to app store there is a app call /system/bin
This app will make all per programmed apps like YouTube or even play store deleteable
Then you just have to go to your settings apps look for launcher and delete..
Also ics keyboard is really good IMO . don't know if it works or not for the rom
Sent from my SGH-T999 using xda app-developers app
immorality said:
Go to app store there is a app call /system/bin
Click to expand...
Click to collapse
Thank you for the tip, but I did not find an app named /system/bin
Are we talking about Google Play Store?
Jake
jakfish said:
Thank you for the tip, but I did not find an app named /system/bin
Are we talking about Google Play Store?
Jake
Click to expand...
Click to collapse
/system/app
Sorry I am use to going into bin folder
Sent from my SGH-T999 using xda app-developers app
Ah, okay. In the meantime, I had installed "Uninstall" which is a system app remover and it finally remove LL.
Jake
/system/bin isn't an app, its a system folder. You uninstall apps from there. An app that does this uninstall system process is the donate version of titanium backup.
Sent from my SGH-T839 using xda app-developers app
Hello everyone, I am looking for advice/solution from all of you genius people.
I have decompiled an Android Pie rom. I want to delete preinstalled apps from it (bloadtware). However, when I am deleting apps from Product/app folder, they're coming back in Rom and still working on device. What could possibly making them to be installed again?
I am working on Slimbox Rom and trying to customize it for Radxa Zero.
Thanks
Thouse small apps are not working in lollipop :
-N. Memo small
-Movie viewer
-Small phone
-Photo viewer
-Movie Viewer
-Youtube Viewer
Just the small app notification appears but the small app is not working
Any solution?
experienced the same
+1 here. The small Apps sometimes work but most of the time just a notification will appear. Clearing small app manager data don't help. Restart also don't help
Actually most small Apps that don't work are from Sony.
Attached on the screenshot are the small Apps. Those in red are the ones not working and as you can see only one of those is not from sony (N.memo).
Sent from my D6633 using XDA Free mobile app
stock sony small apps work for me without any issues, its possible that by adding the modified small apps its broken the ones that should work, contact the developer about it
Some apps are working now after today updates
Thouse! apps are working now after they get updates from playstore
-Photo viewer
-Movie Viewer
-Youtube Viewer
Thread cleaned
Keep it friendly in here folks
Firstly, if you are having issues then providing Logcats are essential. You do not need to be rooted, you can do it via ADB
Code:
adb logcat > logcat.log
Secondly, just suggesting to flash a new FTF or repair via PCComapnion is not fault finding. There are a whole bunch of other stuff to do first such as logcats, and disabling apps or mods one at time and re-enabling them. There are many reasons why repairing or flashing FTF's is not the best thing to do in all cases.
Finally. Do not argue in the open forums.
I hope this would help. Took a screen shot of my z3(small apps not working) vs my z3 tablet compact (small App working). Both devices are rooted with the same set of xposed installed and almost the same set of apps. Now I took shot of the running app in the settings. The small app supposed to be open is n.memo however on my z3 it displayed that main service in use is Google play services instead of n.memo which is what is displayed on my z3 tablet
Sent from my D6633 using XDA Free mobile app
I tried opening a small app that works(calculator) and took screenshot of the small app running app in settings menu. It displays the small app it activated unlike the other small apps that activated Google play services instead of the corect small app
Sent from my D6633 using XDA Free mobile app
Bump
Sent from my D6633 using XDA Free mobile app
Update!
Found the cause of this. I accidentally discovered that the cause for me was greenify. I turned off the advance future deep hibernation and restart. Then small app is fix again and working great.
Sent from my SGP621 using XDA Free mobile app
Everything is working now after 5.1.1 and the most recent apps updates.. thank you everyone
infinitylook said:
Update!
Found the cause of this. I accidentally discovered that the cause for me was greenify. I turned off the advance future deep hibernation and restart. Then small app is fix again and working great.
Sent from my SGP621 using XDA Free mobile app
Click to expand...
Click to collapse
I know this is an old thread, but I came across it when I was faced with the same problem.
Thanks to you, the problem has now been solved.
BTW, I disabled the deep hibernation option and tried (without a reboot) - small apps working as they should.
Thanks again.