Hello
Is there a way to know the history of updates for apps in googleplay?
Auto update of apps i trust is fine as long as i am able to know when they happened eg when troubleshooting new behaviuor
Thx!
You can install and run Trust.
It will log events such as app updates and you can later view when they happened.
Hi Dark3n,
This looks promising, I've installed it and also looking at your other apps.
An update of an app kicked in and it was effectivly recorded. Very good!
Thanks for sharing these apps
Related
Hey guys, over the past week and a bit I've been getting these advertising notifications in my notification area.
So far they have been trying to get me to download some games, and im assuming that the notifications are being cause by a game/app i have installed.
It can be pretty tricky to keep track of all the updates i do, and i dont always read the change logs for stuff like this.
So i was hoping that someone would recognise these notifications, and hopefully tell me what game/app they are caused by - so i can uninstall it.
Screen shots attached.
Thanks a lot for any help.
down load air push app from market.
it will tell you what app is causing the notification,then delete it
You can install "Addons Detector" or "AirPush Detector" from the market, they will tell you which application have those notification.
[EDIT: I was writing when thorur published the answer. No intention to steal a good answer ]
These notifications are usually caused by dodgy wallpaper apps or games.
You can download Addons Detector (Market Link) or AirPush Detector (Market Link) to find the source app.
great! thanks a lot for the tips guys, ill check out those apps and try to monitor what is causing the notifications.
Ill let you know how i go.
thanks again.
This happened to me once. It was from an app I downloaded from the Market. I found out it was pushing ads to my notification bar by reading the reviews later on. I removed the app but the notifications kept coming.
I was lucky that I was just about to flash another ROM at the time so doing a full wipe helped solve the problem I guess.
ddoublee,
that's not very encouraging. I uninstalled the app i though was responsible - Sketch Me Pro - But i am stilling getting the advertisements.
So now i need to try to figure out if it is another app causing them - or something else.
probably more trouble than its worth.
cheers.
-------EDIT-----
I have just noticed that all the ads are for games from the same developer - and i have one of these games installed.
RAIDEN-Sky Force Ace is the game i have installed. Hopefully removing it will remove the ads.
Note - the addons (as detected by Addons Detector) for this game are Fortumo and PayPal - listed as developer tools.
So i removed the game, and a lingering notification disapeared immediately.
thanks for your help guys.
Can anyone identify permissions the app would required for sending notifications to the notification bar like this? something to look out for in the future.
cheers.
i would use a custom rom that supports pdroid to get rid of this notifications without deleting games. Also use Droidwall to prevent some games or apps to get access to internet!
Is your phone rooted?
Do you have ClockWorkMod?
A quick solution would be to back up all your contacts and apps and clear the cache/factory reset through ClockWorkMod restore everything and see if you still get the ads pushed.
ddoublee said:
Is your phone rooted?
Do you have ClockWorkMod?
A quick solution would be to back up all your contacts and apps and clear the cache/factory reset through ClockWorkMod restore everything and see if you still get the ads pushed.
Click to expand...
Click to collapse
bro, aku rase tak related.. tue airpush tue..
I tried to Google this but just kept getting results about what phones have what Rom updates and how to update apps.
The recent updates to the Trillian app are pretty terrible, I and many others are choosing to stick with the older version. Problem is I have many apps installed on this phone. Thanks to that update I am no longer able to hit "UpdatecAll" as I do not want the Trillian app to update, so I am forced to manually open the page for each app that has an update and update them one-by-one. A very annoying and tedious processes, especially since if I wait so much as a week there can be up to 20 updates to install.
Is there any way I can somehow block this one app from being updated or put it on a no update lust or something?
I don't like to have my apps auto-update.
Is there really no way to do this?
I would really like to know this too...
I am wondering if there is a way to modify the Facebook APK to get contact sync working without modifying ContactProvider.apk as I am using a non rooted phone and don't want to root just for this. In the past I have used HaxSync but with the latest Facebook APIs that no longer works.
Is it simply a case of adding the WRITE_CONTACTS permission to the Facebook APK and if so is that (easily) possible?
Thanks for any help, if there is a better subforum for this type of thing please let me know also, thanks.
I don't believe it is app specific, it's through their servers, if I understand the problem correctly. The only thing I have seen from the apps that used to work is they say the contact has to grant permission to let them sync the info before it will work. This seems like just modding the app will not be enough to help accomplish what you are trying to do.
es0tericcha0s said:
I don't believe it is app specific, it's through their servers, if I understand the problem correctly. The only thing I have seen from the apps that used to work is they say the contact has to grant permission to let them sync the info before it will work. This seems like just modding the app will not be enough to help accomplish what you are trying to do.
Click to expand...
Click to collapse
For third party apps, (e.g. HaxSync, UberSync etc.) what you're saying is true. These apps no longer function due to server side changes by Facebook in the form of updated APIs (as I mentioned in the OP).
However I am talking about the official Facebook app. With this app, the contact sync still works perfectly, on ROMs where ContactsProvider.apk is modified to explicitly grant permission to the Facebook app (com.facebook.katana) to write contacts, without the app itself requiring the permission that every other app needs. OEMs such as Samsung modify ContactsProvider.apk in this way so as to allow Facebook to sync (by basically adding an exception to the permission check). There are also flashable mods for custom ROMs, as well as an Xposed module which performs this task. Obviously these require unlocked bootloader & custom recovery, or root & Xposed respectively.
However, I believe that if the app itself is modified to require this permission (i.e. android.permission.WRITE_CONTACTS, it should also work, without requiring an exception in ContactsProvider.apk.
The reason modifying ContactsProvider is "preferred" by most is that doing it that way allows the app to be installed from the Play store and thus maintain auto-updates, whereas if you modify the APK you no longer get auto-updates, and would have to manually update. But that's worth it to me to get contact syncing working.
EDIT: On closer inspection, it may be more complicated than I thought. The Facebook app already has this permission, there must be something else preventing it from functioning. I still believe it is possible to get it working simply by modifying the APK, but it is likely beyond my capabilities.
SifJar said:
I am wondering if there is a way to modify the Facebook APK to get contact sync working without modifying ContactProvider.apk as I am using a non rooted phone and don't want to root just for this. In the past I have used HaxSync but with the latest Facebook APIs that no longer works.
Is it simply a case of adding the WRITE_CONTACTS permission to the Facebook APK and if so is that (easily) possible?
Thanks for any help, if there is a better subforum for this type of thing please let me know also, thanks.
Click to expand...
Click to collapse
Actually this fiasco started a couple of years ago. When Facebook & Google had a spat over data sharing. Facebook app has the support to sync contacts. But it is not natively supported. It is just a matter of 0 & 1. But OEM like Samsung, HTC have made contract with Facebook individually, so it is supported on those phones.
For syncing, if you are rooted you can use an Xposed module here in XDA. It's something like Xfbmod. And for the apps, Sync.me still works like a charm. I used it just a while ago.
Dexter_S said:
Actually this fiasco started a couple of years ago. When Facebook & Google had a spat over data sharing. Facebook app has the support to sync contacts. But it is not natively supported. It is just a matter of 0 & 1. But OEM like Samsung, HTC have made contract with Facebook individually, so it is supported on those phones.
For syncing, if you are rooted you can use an Xposed module here in XDA. It's something like Xfbmod. And for the apps, Sync.me still works like a charm. I used it just a while ago.
Click to expand...
Click to collapse
I've seen a few forum posts referencing things along these lines, but I have found absolutely zero concrete evidence of such a "spat". There is nothing in Android to specifically disallow FB syncing, the OEMs that support it have modified the framework to explicitly grant the app permission. For a reference on this, check the CM gerrit issue about this. To quote Steve Klondik (founder of CM) on this:
Yeah, screw Facebook. We should not be hacking up the framework because they won't fix their app.
Click to expand...
Click to collapse
The OEMs have decided to make a workaround, for their users benefit. Not because they have some contract, of which I have seen no evidence. The issue is with Facebook's app and their refusal to fix the issue.
As I mentioned in the OP if you bothered to read it, I am not rooted and do not want to be, and am also fully aware of the Xposed module.
As for Sync.ME, I installed it the other day and it asked straight away to upload all my contact data to their servers. It's not my place to put the details of my friends and family in the hands of some company I'm not particularly familiar with.
Tip: Installing Facebook APK version 28 or lower will give you the ability to sync contacts again. Updating to the latest version will still allow you to sync for a limited amount of time until it re-downloads updated configuration files (I think?). So I think the problem is just some config or database file disabling the feature.
ArmsAsuncion said:
Tip: Installing Facebook APK version 28 or lower will give you the ability to sync contacts again. Updating to the latest version will still allow you to sync for a limited amount of time until it re-downloads updated configuration files (I think?). So I think the problem is just some config or database file disabling the feature.
Click to expand...
Click to collapse
I installed version 28 and got no option to sync. Are you on AOSP or some OEM/custom ROM? Version 28 was released long after sync stopped working on the official FB app for myself and many other people.
SifJar said:
I installed version 28 and got no option to sync. Are you on AOSP or some OEM/custom ROM? Version 28 was released long after sync stopped working on the official FB app for myself and many other people.
Click to expand...
Click to collapse
I'm using Samsung Note 4 official rom. Try older ones? Mine doesn't have sync if I use versions above 28. It stopped working for me around October 1st week (Version 49). So when I want to sync, I have a titanuim backup of my version 24 data and just restore it (without restoring app itself). That way I can sync for a few minutes until the menu disappears again.
Edit: read the whole thread and I see that the problem was on other roms only. But nevertheless, Facebook disabled contacts syncing for all phones now since around version 40+. Only way to make it work is to downgrade or the steps I used above.
Does anyone know of any way to block/stop apps such as Facebook from viewing my other installed apps?
With the new Facebook update they've now got tracking of your off Facebook activity. Its in your settings and it's called, Off Facebook Activity.
Don't believe me? Check, it's deffinatelly there now in latest update.
I know can turn it off but them being able to see my other apps and to see what I do on there just annoys me.
Is there any way that I can prevent them from seeing my apps.
Also some things I've googled have ended up getting my email address as got emails about what I searched.
I have ap-ops which don't have option to block it, I have xposed which I don't like to use as it stops other apps from functioning but I might start using it again if it stops this. Also I have magisk installed and rooted via this.
I have a Samsung galaxy S7.
Hope there's a way to do this, any apps or any other way that anyone knows.
Thank you.
Guestme said:
Does anyone know of any way to block/stop apps such as Facebook from viewing my other installed apps?
With the new Facebook update they've now got tracking of your off Facebook activity. Its in your settings and it's called, Off Facebook Activity.
Don't believe me? Check, it's deffinatelly there now in latest update.
I know can turn it off but them being able to see my other apps and to see what I do on there just annoys me.
Is there any way that I can prevent them from seeing my apps.
Also some things I've googled have ended up getting my email address as got emails about what I searched.
I have ap-ops which don't have option to block it, I have xposed which I don't like to use as it stops other apps from functioning but I might start using it again if it stops this. Also I have magisk installed and rooted via this.
I have a Samsung galaxy S7.
Hope there's a way to do this, any apps or any other way that anyone knows.
Thank you.
Click to expand...
Click to collapse
Install titanium backup and use it to uninstall Facebook?
Sent from my LM-G850 using Tapatalk
Night_1 said:
Install titanium backup and use it to uninstall Facebook?
Sent from my LM-G850 using Tapatalk
Click to expand...
Click to collapse
I've uninstalled it for now, didn't need titanium though.
Can use Facebook via a browser instead.
Thanks. Would be good if a way to block even browsers from viewing apps and getting my email address.
@Guestme
You always can try to turn of and/or revoke an user-app's permission. Of course it then may happen that app is no longer properly functioning.
Below are the app permissions available on Android 6.0 and up. The permissions you see on your device may vary by manufacturer.
Body Sensors
Calendar
Camera
Contacts
Location
Microphone
Phone
SMS
Storage
Note: If device is running a version lower than Android 6.0, go to review app permissions for more information about how permissions work on your device.
jwoegerbauer said:
@Guestme
You always can try to turn of and/or revoke an user-app's permission. Of course it then may happen that app is no longer properly functioning.
Below are the app permissions available on Android 6.0 and up. The permissions you see on your device may vary by manufacturer.
Body Sensors
Calendar
Camera
Contacts
Location
Microphone
Phone
SMS
Storage
Note: If device is running a version lower than Android 6.0, go to review app permissions for more information about how permissions work on your device.
Click to expand...
Click to collapse
I did disable all Facebook permissions but still had my off of Facebook apps information. Who knows if other apps are doing the same thing, I block all unneeded permissions in all my apps and keep them frozen until I need to use them. Thanks for your reply.
lenovo yoga book yb1-x90f here. still used almost daily. still love it.
like many others, i've had issues with the play store updates and general installation of apps (and facebook app usage - it would crash upon opening). there are many posts on both subjects. well, about a week or so ago, on a whim or maybe accidentally, i tried to install updates without the one tried-and-true method i know about, which is to enable 'battery saving mode' prior to hitting that update button... and it worked... and it's been working fine since (without battery saving mode enabled). has something changed? then yesterday, on my notification shade, i received a message about a facebook post?!?! how, i thought, as facebook doesn't work on the device (it's chipset no longer being supported by facebook, ages ago). so i tried launching the facebook app... lo and behold... it works. again, what gives? should i expect a *gasp* android os update next? yeah... no. lol.
thoughts, comments, explanations?
regards.
p.s. if the topic(s) has been posted and discussed already, i offer my apologies for double posting.