App for saving gmail attachments - Android Q&A, Help & Troubleshooting

There're tons of apps for that on the market, but none of them manage to read the file's name correctly.
Ive been using GSaver till recently, when the gmail app got updated and now it doesnt work anymore.
I'll be happy to pay for one if needed..its a feature I really need and use.
Thanks,
Eran

try this. Don't know if it will work. its also in market
http://www.blackmoonit.com/android/attachsave

It doesnt work well, the max it can do is identifying the file type, and even that not always.
Any other ideas?

Related

Spyware, and how to figure out what installed it.

Ok, maybe I'm in the wrong place. But here goes.
My phone is trying to send text to paid numbers behind my back. I'm using prepaid so it doesn't work. I get a "You have insufficient funds to send this text" message daily, at random times.
I have no pirated apps. Everything on my phone came straight from the market. However, I've not installed a single one of the apps that was on the recent list all over tech sites.
I'm planning on reflashing with a different rom and changing all the passwords that were stored on my phone.
BUT.
Before I do this, I want to find out which app is causing this behavior. Any Ideas on how to find out what is sending random text from my phone (they don't show up in the messaging app)
viogrep said:
Ok, maybe I'm in the wrong place. But here goes.
My phone is trying to send text to paid numbers behind my back. I'm using prepaid so it doesn't work. I get a "You have insufficient funds to send this text" message daily, at random times.
I have no pirated apps. Everything on my phone came straight from the market. However, I've not installed a single one of the apps that was on the recent list all over tech sites.
I'm planning on reflashing with a different rom and changing all the passwords that were stored on my phone.
BUT.
Before I do this, I want to find out which app is causing this behavior. Any Ideas on how to find out what is sending random text from my phone (they don't show up in the messaging app)
Click to expand...
Click to collapse
Install a android antivirus and firewall like Lookout.
Sent from my GingerBread Eris using XDA App
lookout finds nothing. All the other AV software fails to install. "Unknown error -18"
i have plenty of free space.
viogrep,
I wrote a novel, but then thought I should just ask a few preliminary questions:
Q1) does the error message contain any useful "hints", such as the destination number ?
Q2) if you use a logcat - capturing app, does anything show up in the logcat right around the time the message is generated which might provide some further clues?
There's a lot of different techniques you can use, but they require a bit of effort - not only to perform, but to explain, too.
Q3) Are you willing to post up the output of the "ps" command to a pastebin?
Q4) What apps on your phone request "SEND_SMS" privileges? You can find out with
Code:
strings /data/system/packages.xml > /sdcard/strings-pkgs-xml.txt
and then poking through the "strings-pkgs-xml.txt" file. When you see (for instance)
name="android.permission.SEND_SMS"
the immediately prior package is what requested it. Either that or you can do something tricky like
Code:
strings /data/system/packages.xml | awk '/<package name/{pkg=$2;}; /_SMS/{print pkg, $2;}'
bftb0
1. No destination number in the error. Sorry.
2. Also, no clues in logcat from what I've seen.
3. PS > http://pastebin.com/iUAfP9Yb
4. Besides the default gapps, the only other app with SEND_SMS priv. is Koxx Pure Messenger. (Purchased from the market, Have had for awhile, the sms sending is new)
Going to try to call my provider and see if I can get the number that's been denied because of funds.
*edit* No luck with provider.
I'd really like to know whats doing it so I don't install the same app once I flash. Luckily I keep nothing important on my phone. Its gmail account is actually a duplicate with my original forwarding to it. I'm a tiny bit overprotective over my email(address). :x
viogrep said:
4. Besides the default gapps, the only other app with SEND_SMS priv. is Koxx Pure Messenger. (Purchased from the market, Have had for awhile, the sms sending is new)
Click to expand...
Click to collapse
I know that it isn't necessarily this simple, but if that really is the only other app besides the GAPPs with SMS priveledges, especially coupled with the knowledge that the SMS capability is new, I think you have your answer.
If you tried a new ROM and restored all but that one app, and the problem never happens again then you can be 95% sure. Only way to be 100% sure is that after a certain length of time without a problem (a week?) you reinstall Koxx and then if the problem starts happening again.
I looked through your "ps" listing.
Didn't see anything too obvious sticking out at me; there were a couple of non-market apps running though. I know that there is no theoretical reason why non-market apps would be malicious - on the other hand, I sort of wonder why they are not on the market... you know what I mean? What is stopping them? (In the case of Tubemate - which was actually kicked off of Google's market, my suspicions are even higher. I realize it was not kicked off because of malware; but still...)
These were the only processes that were either not on my phone, or I didn't really recognize.
Code:
com.dylan.tube = [Non-Market App] Tubemate
com.gau.golauncherex.notification = GO Launcher EX (READ SMS)
com.levelup.beautifulwidgets = Beautiful Widgets (LevelUp)?
com.revsodev.volumecontrol = [Non-Market App] Volume Control (Cyrket?)
com.swype.android.inputmethod = Swype?
com.tencent.research.drop = QQPlayer (no perms req'd?)
net.bajawa.battery = BattStatt (no perms req'd?)
org.sipdroid.sipua = Sipdroid VoIP + video
The Road Warrior has an idea which is sort of useful; but I'll modify it to use binary division.
Start with a freshly installed, clean ROM, and only install half of your apps. (I would put all of your most frequently used apps in the first half, and delay any non-market apps as long as possible). Here's how this goes:
- if the "half" you put on the phone is trouble-free (long enough to know the SMS popup thing is not going on), then, install half of the remaining apps, and wait again to see if there is a problem.
- if the "half" you put on the phone develops trouble, then you know that the problem app is in that group. Wipe the phone and re-install all prior "halves" (that caused no trouble), but split the current half (the group containing the suspect app) in half, and only install that. Proceed in this fashion until you are down to the app which causes the trouble.
If you have 128 apps on your phone, and you wait 1 day between installations, it will take 7 days to find the malicious app. (And if you don't get a failure within the first two days, your phone will have 3/4s of it's apps installed - that's not too bad).
The thing is though, even if you had an app compromise your phone, it might not be an "app" that is doing the dirty work any longer. For example, the most recently discovered malware ran rooting exploits against the device, and once successful, downloaded and installed "other stuff". That "other stuff" could be native binaries. So, examining permissions in the system manifest doesn't necessarily guarantee that you have exhaustively looked at your phone, or discovered all possible means of interacting with the SMS system.
It might be "just an app", though - and if it were me, the first ones that I would suspect are non-Market apps, or apps that *cough* got downloaded from "freeware" sites.
Thanks for the responses. I actually did a fresh flash last night. First thing I installed was tubemate (running through non market apps) and it did it. Ironically I added some money to my account to see if I could get the number it was trying to text. Apparently it still couldn't go through.
Sent from my FroShedYo V10-ERIS using XDA App
I had a game from a Chinese developer that stole my gmail. Log into yours from the website and see if you get a red warning.
Sent from my GSBv1.9 ERIS using XDA App
viogrep said:
Thanks for the responses. I actually did a fresh flash last night. First thing I installed was tubemate (running through non market apps) and it did it. Ironically I added some money to my account to see if I could get the number it was trying to text. Apparently it still couldn't go through.
Sent from my FroShedYo V10-ERIS using XDA App
Click to expand...
Click to collapse
I'm always amazed when something I suggested actually works. LOL. It's just that I'm used to things being more complicated than I hope.
Glad you figured out the trouble!
Thanks bt and RW for the help.
As far as the gmail thing... I use a different gmail address on my phone with email forwarded (different pass)...
If it gets taken I just stop the forwarding and make a new one. Makes things a more simple. Sure, they can see past emails, but they cant request passes/info from other sites... (I also monitor the login IPs in gmail, religiously. Just a habbit.)
viogrep said:
Thanks bt and RW for the help.
As far as the gmail thing... I use a different gmail address on my phone with email forwarded (different pass)...
If it gets taken I just stop the forwarding and make a new one. Makes things a more simple. Sure, they can see past emails, but they cant request passes/info from other sites... (I also monitor the login IPs in gmail, religiously. Just a habbit.)
Click to expand...
Click to collapse
You're welcome. You could just change your password from the web if your phone gets stolen.
Especially since it's the gmail address you use on your phone that everything is sync'd to, not the one that's forwarding to it. So if you got another Android phone you'd lose all your contact info and bought and installed apps info, calendar and such. Unless you sync them manually which is so much harder in my experience.
Or you could use one of the many free apps out there that would let you remotely do many things to your phone. Turn the GPS on, triangulate your phone, make your phone scream, do a factory reset to erase everything...
Just a suggestion.

Still missing app in the market (uruk1.0)

Very frustrated at this point with all the missing apps. No facebook, no zeam, basically half my apps are missing. I've installed them manually but I'm sick of doing this every time there is a new update.
I'm running Uruk1.0 and have installed the Uruk-market, check to make sure the Galaxy id was in place, cleared the framework over and over again but still not seeing at least 20 of the apps I use.
Anything else I can do?
bug splat said:
Very frustrated at this point with all the missing apps. No facebook, no zeam, basically half my apps are missing. I've installed them manually but I'm sick of doing this every time there is a new update.
I'm running Uruk1.0 and have installed the Uruk-market, check to make sure the Galaxy id was in place, cleared the framework over and over again but still not seeing at least 20 of the apps I use.
Anything else I can do?
Click to expand...
Click to collapse
Have you ever seen these apps in the Market on your Archos? Some things will not show up, no matter the device footprint, or the firmware version. Even using Market Enabler doesn't help. Also, alot of apps request hardware that isn't strictly necessary, like gps and 3g, and won't show up on devices that don't have the requested hardware.
yes, I used to see them just fine before I moved to Uruk1. On Uruk.7 I could download them. Not sure what changed.

[Q] Modifying Facebook APK to allow contact syncing

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.

looking for app install/uninstall/update history tracker

I'm looking for something that will record the history of apps I've installed and uninstalled. The AppBrain timeline used to do this, but that seems to have disappeared.
I don't want something that tracks my app usage (like Aptrax or Frequency) such that it is always running somehow, I just want it to note when something was installed or uninstalled (and, for bonus points, updated).
There are two other apps in the Play store that seem to offer this. App Usage tracks installs/uninstalls, but also tracks usage. App Install Tracker seems to do what I want... but the reviews aren't so good.
So I'm looking for a recommendation.
Hey buddy, did you finally manage to find an app that does this efficiently? I am on the exact same lookout :-S
makapav said:
Hey buddy, did you finally manage to find an app that does this efficiently? I am on the exact same lookout :-S
Click to expand...
Click to collapse
I've been using App Install Tracker that I linked above. It seems to record all the installs and uninstalls, but catches some updates (about 1 out of 10). I installed it on a new tablet and forgot to raise the silly default of 100 history entries to the max (2000), so I ended up losing history. It works well enough, but I'd switch to something better if I found it.
jlv3 said:
I've been using App Install Tracker that I linked above. It seems to record all the installs and uninstalls, but catches some updates (about 1 out of 10). I installed it on a new tablet and forgot to raise the silly default of 100 history entries to the max (2000), so I ended up losing history. It works well enough, but I'd switch to something better if I found it.
Click to expand...
Click to collapse
Man - it's such a basic need to track install/uninstall history. Especially when I have to troubleshoot a bug and I don't remember what apps I need to reinstall after uninstalling a whole bunch. I guess I am stuck with your solution as much as I would have preferred something more robust.
Any news on your side bro? I haven't yet found a decent app for this yet.

How to stop apps from viewing my installed apps?

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.

Categories

Resources