Viruses & Malware - myTouch 4G Q&A, Help & Troubleshooting

So besides Lookout, anyone know of any good anti-virus/malware apps?
Thanks

cabello80 said:
So besides Lookout, anyone know of any good anti-virus/malware apps?
Thanks
Click to expand...
Click to collapse
TBH, you don't need none of those, contrary to belief those companies are just trying to rip you off....Those viruses require you to install a apk to actually run, and they tell you the permissions needed...
http://www.engadget.com/2011/08/02/new-android-trojan-can-record-phone-calls-expose-your-embarrass/
I had thought you saw that article and then made this post, but you really don't need none. I've been using android for 2+ years and I never caught nothing, making a virus is possible, the person just has to know what they're doing.
P.S. that article is just taking shots at android, you have nothing to worry about

Ace42 said:
TBH, you don't need none of those, contrary to belief those companies are just trying to rip you off....Those viruses require you to install a apk to actually run, and they tell you the permissions needed...
http://www.engadget.com/2011/08/02/new-android-trojan-can-record-phone-calls-expose-your-embarrass/
I had thought you saw that article and then made this post, but you really don't need none. I've been using android for 2+ years and I never caught nothing, making a virus is possible, the person just has to know what they're doing.
P.S. that article is just taking shots at android, you have nothing to worry about
Click to expand...
Click to collapse
I am no expert, but what about a browser type attack? maybe an app couldn't "install" but it could run. Just like people found very very simple bufferover flow exploits for iphones. I am sure one is known for HTC glacier phones as well, even more so with the flash and java on web pages.
But i do agree, most likely the USER would have to install a bad app. Same thing with 99% of computers virus, people click that "install activeX" button all the time like retards

viper_1986_1986 said:
I am no expert, but what about a browser type attack? maybe an app couldn't "install" but it could run. Just like people found very very simple bufferover flow exploits for iphones. I am sure one is known for HTC glacier phones as well, even more so with the flash and java on web pages.
But i do agree, most likely the USER would have to install a bad app. Same thing with 99% of computers virus, people click that "install activeX" button all the time like retards
Click to expand...
Click to collapse
Our phones are *UNIX based, actually very closely related to Linux. There are no web style attacks.

I use lookout for my phone, but not for the antivirus part. Only the lost phone sound and gps locate. The contacts backup is pretty useful too, i like not having to worry about losing numbers if i lose my phone or my gmail gets hacked.

Related

Root and Malware?

Do we have to police our own apps to make sure no one is doing Keylogging or using our phones as zombies?
Treefallingquietly said:
Do we have to police our own apps to make sure no one is doing Keylogging or using our phones as zombies?
Click to expand...
Click to collapse
By "our own apps" what do you mean exactly? For the most part the people in this community are trustworthy. There have been some who were not so trustworthy but they are weeded out quickly. I say there is no need to worry about that.
"our own Apps" = The apps we install to our phones from the various sources.
Treefallingquietly said:
Do we have to police our own apps to make sure no one is doing Keylogging or using our phones as zombies?
Click to expand...
Click to collapse
It's a good practice to do anyways...check your sources and such (regardless of whether or not you had root). There's been more than enough stories of even legitimate apps on the iPhone App Store that were doing less than savory things.
Just be safe, make sure it's from a reputable source and if you don't have a need to be on the bleeding edge, stick with things tried and true and reviewed by a large number of people. (It's just an OS like any OS...it has it's vulnerabilities, just gotta be careful ^_^)
is there any type of Anti Virus or Firewall that we should run if we have root? Not familiar enough with android to answer this myself.
Thanks in advance!
i think there is, but why? theres no replacement for just being careful. I hate that people think they NEED an antivirus... keep current on updates, and dont be retarded, problem solved. (oh yeah, the program "Superuser Permissions" will prompt you when something needs root access, this will prevent unauthorized apps from unintentionally running)
The app on MoDaCo's 1.1 rom, "Superuser Permissions" helps with this (EDIT, just saw jmhalder beat me to this.) It asks you each time root access is requested, and you can choose to allow/deny or always allow/always deny. This is a firewall of sorts if you think about it. I most certainly would NOT choose to always allow, unless of course, I wrote the app myself.
It's good practice to police your own stuff. Be careful, because there ARE bad people out there, that would like nothing better than to screw up your stuff just for the fun of it.
Bottom line, as a previous poster mentioned, do your homework!

Apps which can brick the phone

Hi,
Today I found this document on the german website www.heise.de
This document is a threat analysis of the Android Market.
On page 9 is an overview how many apps have which permissions and there are 9 apps that can brick your phone!!
Does anybody know such an app which can brick the phone?
You should read this: http://www.zdnet.com/blog/burnette/cnet-retracts-article-on-android-app-privacy-threat/1987 and realize its all a scam to get people to buy an iphone.
They where listing one of the option as brick, anybody know if there's such option. and what it does, I doubt it would brick the phone in the real meaning...
either way anything that has a direct connection to the internet and access to your record is a potential risk, it is goog to be aware of this but pointing Android because it list such option is quite ridiculous since other OS doesn't even warn you about the fact that program can read your data...
Link: http://developer.android.com/reference/android/Manifest.permission.html
android.permission.BRICK
Required to be able to disable the device (very dangerous!).
Good lord, WIPE I could see.... BRICK!?
klausdieter79 said:
Link: http://developer.android.com/reference/android/Manifest.permission.html
android.permission.BRICK
Required to be able to disable the device (very dangerous!).
Click to expand...
Click to collapse
I think it's there in the SDK only for testing on the emulator. I'm quite sure none of the actual hardware devices would support it.. or at least I hope not
rohandhruva said:
I think it's there in the SDK only for testing on the emulator. I'm quite sure none of the actual hardware devices would support it.. or at least I hope not
Click to expand...
Click to collapse
I think it should be there, at least I have one use for it, an application to remotely lock your phone (or wipe critical information) in case of stole or lost phone. Definitely user should confirm this permission and should only do that if they completely trust the author.
bohlool said:
I think it should be there, at least I have one use for it, an application to remotely lock your phone (or wipe critical information) in case of stole or lost phone. Definitely user should confirm this permission and should only do that if they completely trust the author.
Click to expand...
Click to collapse
Remote locking is different from bricking. It makes no sense to "remotely brick" a stolen device, because then, even if you do get it back, it's useless.
But when you install the app, it has to display the permission
This application has access to the following:
Hardware controls
Brick your phone
rohandhruva said:
I think it's there in the SDK only for testing on the emulator. I'm quite sure none of the actual hardware devices would support it.. or at least I hope not
Click to expand...
Click to collapse
I'm sure there's some kind of app that can potentially brick your phone. No doubt you have to be rooted for it to have access to that ability. Clockwork ROM manager could potentially brick you're phone if you do something stupid (battery pull).
Read the permissions. Don't install what seems suspect. If the app tries to do something it doesn't have permission to do, the OS won't allow it. It's not like another app store where you have to rely on a fallible person to safeguard you.
Oh, and don't freak out when that free game you're looking at asks for internet access and your GPS location. It needs that info to serve you ads so it stays free. Don't be paranoid, nobody really cares about you, never mind enough to stalk you.
ATnTdude said:
I'm sure there's some kind of app that can potentially brick your phone. No doubt you have to be rooted for it to have access to that ability. Clockwork ROM manager could potentially brick you're phone if you do something stupid (battery pull).
Read the permissions. Don't install what seems suspect. If the app tries to do something it doesn't have permission to do, the OS won't allow it. It's not like another app store where you have to rely on a fallible person to safeguard you.
Oh, and don't freak out when that free game you're looking at asks for internet access and your GPS location. It needs that info to serve you ads so it stays free. Don't be paranoid, nobody really cares about you, never mind enough to stalk you.
Click to expand...
Click to collapse
The Clockwork ROM Manager application itself can't brick the phone - or at least it won't advertise that it can. The bricking is caused if the flashing process is interrupted, which is (strictly speaking) outside the purview of the app.
Also, what the OP found is just an ability to advertise to the user that installing this app can brick the phone. There is no mechanism by which an apk, running inside the dalvik jvm sandbox, can cause irrevocable hardware damage to the phone - at least none has been found yet.
Your last paragraph about games staying free and paranoia is just off-topic.
rohandhruva said:
The Clockwork ROM Manager application itself can't brick the phone - or at least it won't advertise that it can. The bricking is caused if the flashing process is interrupted, which is (strictly speaking) outside the purview of the app.
Also, what the OP found is just an ability to advertise to the user that installing this app can brick the phone. There is no mechanism by which an apk, running inside the dalvik jvm sandbox, can cause irrevocable hardware damage to the phone - at least none has been found yet.
Click to expand...
Click to collapse
1) You're Splitting hairs. We don't know what criteria the company that produced this study was using. Given that the whole thing was a springboard for advertising the need for their product, they're probably being more loose with the facts than you or I would. I used Clockwork as an example of how they might be interpreting the market.
2) I wasn't arguing against you. I was using your post to segue into my own. So do not take anything I said as something against your position. I, in fact, agree with your statement. I highly doubt a stock Android handset will allow you permission to brick it. I even doubt there is a root-only app that will purposefully brick your phone. I think SMobile Systems is borderline LYING to sell their unneeded product.
Your last paragraph about games staying free and paranoia is just off-topic.
Click to expand...
Click to collapse
XDA attracts a lot more than experts, many of which are not even vaguely familiar with Android permissions are, what app services might need them, nevermind the economics of the Android market. As such, given that I had in the previous sentence advised people to be critical of the permissions that apps request (I don't think most people look at them closely enough), I went the other way and told them not to be so careful as to enter the realm of paranoia. It's balanced advice and is therefore relevant to the topic.
Hopefully, this clears up any confusion. Cheers and good night...err morning, whatever you call 4AM.
ATnTdude, I don't mean to be brandishing swords or arguing.. Sorry if it seemed that way I just realised that the OP started this topic out of that stupid SMobile article. Had I read that before, I wouldn't have 'split hairs'! My bad :-/
luffyz said:
but when you install the app, it has to display the permission
this application has access to the following:
hardware controls
brick your phone
Click to expand...
Click to collapse
ahhahaha +1
@klausdieter79 Thanks for the link
I also hope it is not included in the regular phone library, I can easilly imagine someone granting this by mistake
Let's wait for someone to upload a one button app named accelerate and the only permission requested will be brick...
P00r said:
@klausdieter79 Thanks for the link
I also hope it is not included in the regular phone library, I can easilly imagine someone granting this by mistake
Let's wait for someone to upload a one button app named accelerate and the only permission requested will be brick...
Click to expand...
Click to collapse
I'm pretty much 100% certain you would have to have a rooted ROM for that to work...in which case, you probably know better than to install an app that requests permission to brick your phone
rohandhruva said:
ATnTdude, I don't mean to be brandishing swords or arguing.. Sorry if it seemed that way I just realised that the OP started this topic out of that stupid SMobile article. Had I read that before, I wouldn't have 'split hairs'! My bad :-/
Click to expand...
Click to collapse
I figured as much. It's all good.
ATnTdude said:
Oh, and don't freak out when that free game you're looking at asks for internet access and your GPS location. It needs that info to serve you ads so it stays free. Don't be paranoid, nobody really cares about you, never mind enough to stalk you.
Click to expand...
Click to collapse
OT, but I would be a little pissed if a developer was wasting my battery with GPS just to serve up targeted ads. There's no reason they couldn't use the much more battery efficient network location for that.

With all the talk about viruses on Android,is there an Anti-virus that actually works

Just wondering if there is one that will actually work etc? Seems like troll food for now, at least to me. Id like to get one that works, but is it necessary?
Lookout mobile security is good I have it and it works great, Lookout was the company that detected the Trojan Horse in the China market.
I use lookout also on 2 phones. Dont know how good it really is but it better than nothing.
+1 for lookout
Lookout has, in some people's experience, drained the battery.
Best anti-virus? COMMON. SENSE. If an app is asking for the permission to call numbers, send text messages, and access your Google account, OR, asks for root permissions, when it's supposed to be a wallpaper bundle, DON'T INSTALL IT.
Furthermore, DO NOT USE PIRATED CRAP. If you read the articles Lookout's posted about the malware going around, it's all from secondary or untrustworthy alternatives to the Android Market, or from pirate sites.
Really, for everything on the Market that costs money, there's some kind of free alternative. Or you could always, y'know, spend $2 to buy that app. After all you did buy a $450 phone with a monthly bill of no less than $70...
I think Lookout is shady. A lot of these companies create viruses so they could increase their user base.
Aforementioned, don't install an app that demands access to personal and sensitive stuff. That's the main giveaway.
Lookout is one of the only companies that has something to gain from the existence of viruses and since they are pretty much the only company who ever finds and reports about these viruses, gotta take that info with a grain of salt. Like previously stated, common sense will keep your phone safe
Sent from my PC36100 using XDA App
drmacinyasha said:
Really, for everything on the Market that costs money, there's some kind of free alternative. Or you could always, y'know, spend $2 to buy that app. After all you did buy a $450 phone with a monthly bill of no less than $70...
Click to expand...
Click to collapse
That's no fun
Sent on the go from my HTC EVO
I have lookout, works fine. I'm confident in it.
Using my HTC Evo phone which I'm using Xda app to post
i wish people would stop making virus' for our phones. =/
Rydah805 said:
i wish people would stop making virus' for our phones. =/
Click to expand...
Click to collapse
it's that or they get a real job, they can make more with viruses
Android is a linux based system and for Android currently only has one virus. If that says anything. Stop wasting your time on these bloatware apps, Linux does not get viruses. If you do, well I feel sorry for ya.
splmonster said:
Android is a linux based system and for Android currently only has one virus. If that says anything. Stop wasting your time on these bloatware apps, Linux does not get viruses. If you do, well I feel sorry for ya.
Click to expand...
Click to collapse
Wrong on your virus count and that Linux doesn't get viruses
http://www.kaspersky.com/viruswatchlite?search_virus=android&x=19&y=6&hour_offset=-9
There are no such thing as viruses for android. None - not a one - never has been, probably never will be barring some crazy zero day exploit is found (but a lot more platforms would be affected than just android.)
The only malware that exists for android are a few trojans, but you'll never run into the known ones since they are no longer on the market.
As for the unknown ones? Google removes them from the market once they are known, which means any kind of "anti-virus" software can only react about as fast as google can react, which makes any kind of "anti-virus" software superfluous. In other words, you don't need one, and if you buy one you're just wasting your money.
The only exception to this rule is if you download apk's from shady sources outside of the android market and install them, and if you do that indiscriminately, you're a moron.
Yea there is. Common sense.
Sent from my PC36100 using XDA App
Rakeesh_j said:
There are no such thing as viruses for android. None - not a one - never has been, probably never will be barring some crazy zero day exploit is found (but a lot more platforms would be affected than just android.)
Click to expand...
Click to collapse
Technically you are correct, a trojan is not a virus. As far as most smartphone users, the media and AV marketing is concerned they are the same. They screw up your phone. Barring pirated software it is still possible to infect a *nix based system. "Probably not" is not something you want to hear from admin on a network when it comes to infection.
I can give you and example but don't want to make my post a TL|DR (or get banned). The short version is:what phone to infect, what kernel, rooted, apps with SU, what should the virus do, injection point, carrier. The only things that makes *nix safer is, user permissions and that most of the coders are on a *nix OS and respect it.
To the OP, what you want is a security suite (AV,malware,locate,lock,erase) so look at Lookout. Also, are you running a stock rom or custom and if custom then which one? There's a fairly rom specific flaw in Lookout.
If anything I use lookout just for a sense of security. It doesn't take up that much space to me and regardless if how many viruses are out there, it makes me feel safer.
Sent from my PC36100 using Tapatalk
Anything anti-android is gay. Period!!!!
**Non-helpful post**
Lokifish said:
Technically you are correct, a trojan is not a virus. As far as most smartphone users, the media and AV marketing is concerned they are the same. They screw up your phone.
Click to expand...
Click to collapse
Ok name one that does, and how it does it.
As far as I'm aware, the only possible things they can do to harm you is:
- Steal your information
- Spy on you
- Send text messages that cost you money
None of the ones that exist in the wild are capable of causing any sort of damage to your phone.
Rakeesh_j said:
Ok name one that does, and how it does it.
As far as I'm aware, the only possible things they can do to harm you is:
- Steal your information
- Spy on you
- Send text messages that cost you money
None of the ones that exist in the wild are capable of causing any sort of damage to your phone.
Click to expand...
Click to collapse
Geinimi. Think of it as malicious bot-net attack for Android. It inits a backdoor and connects to a remote server. The remote server can then issues commands to download and prompt the user to install an app, prompt the user to uninstall an app, and to send a list of installed apps to the server, place phone calls, as well as the things you listed.
BTW remote deletion is built into Android. Look here:
http://www.h-online.com/open/news/i...oid-apps-from-smartphones-Update-1029188.html

[Q] Antivirus Software

Anyone using any that's good? I was using lookout, but I found it obtrusive and I want something worthwhile.
IlPapu said:
Anyone using any that's good? I was using lookout, but I found it obtrusive and I want something worthwhile.
Click to expand...
Click to collapse
Being these phones are Linux based most "virus" that are downloaded and installed (with user permission i remind you) are mal-ware.
There is no real reason to need one.
Just make sure you know where the apps are coming from and you shouldn't have a problem.
neidlinger said:
Being these phones are Linux based most "virus" that are downloaded and installed (with user permission i remind you) are mal-ware.
There is no real reason to need one.
Just make sure you know where the apps are coming from and you shouldn't have a problem.
Click to expand...
Click to collapse
As I stated in AC/AF forum. You have to understand the biggest threat *nix based system faces comes from the user itself who are danger to the system as they don't understand it. Now by default how the permission base structure was setup was designed to limit the access from rouge script or execute shell which was place remotely. For it to happen it didn't magically came on the local host it was done with the permission of the user unknowingly as they basically gave the rights away. This is why we say to new users not to run under usr root as even sufficient @wheel access they can do damage.
So when you download app specially you know who and you know where becareful make sure you read the permission that you grant the apps as it can connect, update, upload contents. Far as this thread goes its useless as virus scanner just waste resource which can be overcome with little caution or avoided totally with common sense.
You dont really have to worry about antivirus with android aslong as you dont let everything under the sun have its way with superuser. Theres not much that can go wrong past wipeing your contacts or something but thats a quick refresh on sync and there back. Really all u need is a good device finder something that can help you recover a stolen device or what ever. I use Mobile Defence and its almost out of beta so should be available on the market soon.
SoltyPK said:
You dont really have to worry about antivirus with android aslong as you dont let everything under the sun have its way with superuser. Theres not much that can go wrong past wipeing your contacts or something but thats a quick refresh on sync and there back. Really all u need is a good device finder something that can help you recover a stolen device or what ever. I use Mobile Defence and its almost out of beta so should be available on the market soon.
Click to expand...
Click to collapse
Do you even know what your talking about? Wiping contacts? Where did you get that from? That's least of the worst fear far as you know it can dail in some 900 number and charge you whatever money they want. They can even data mine and steal other info but antivirus wont help you only way you can be safe is follow common sense and not giving permission to things that's suspicious and asking for access to things it has no need for access to.
Sent from my HTC Glacier
SoltyPK said:
You dont really have to worry about antivirus with android....
Click to expand...
Click to collapse
I beg to differ. Just using one news source .. and articles from the last 30 days, I found the following Andriod malware news stories:
Infected Androids Run Up Big Texting Bills
Mobile Spyware Conferences Into Your Calls
New Android Malware Robs Bandwidth For Fake Searches
Security Warning Over Web-Based Android Market
Android isn't Windows, but it is susceptible to attack. It is a growing market (300,000+ phones activated daily), filled with non-technical, clueless users, as well.
Here's one more, from another news source, from yesterday. Fifty apps. Five-Zero. In Android Market:
Google Removes More Malware from Android Market
The only alternative app market I've ever seen is appbrain, and that re-routes you to the standard market. Why would you use something other than the android market? Outside of pirated apps, it seems pretty pointless. Am I missing something?
Well thats the beauty of open community even if anything does show up it is quickly identified and users blow the whistle on it. Other than that you need walgarden based market like Apple's App Store which takes time and forever to post as this is fine as is. This is why user recommendation is important and mostly everyone use similar.
Far as virus thing goes its pure void I mean if it was identified then the source wouldn't be available in first place. You DON'T need anything as thats what they want you to think as they pray on your fear to buy these BS app which you don't even need with little caution you can be safe.
^^^^ lol Blackshelf is never wrong
.. at least that's what he thinks... ARROGANT
sent from my rooted mytouch 4g
surfnhawaii808 said:
^^^^ lol Blackshelf is never wrong
.. at least that's what he thinks... ARROGANT
sent from my rooted mytouch 4g
Click to expand...
Click to collapse
So why don't you prove me wrong here? are you actually trying to debate this? Last time I checked I was the one behind *nix system for past 12+ years. Thats like driving your car with your eyes closed and when you get in accident you blame the car, no you only have yourself to blame. As this same concept apply for system. Fine lets drop this subject ill let you prove your own point so did you ever find the docs about your "VICC 4G Sim Card"? How did that go for ya? how do I get one? will you sell me one for $9.99? lol
So since I don't need antivirus, and mal-ware is all I am looking for, what then is the best methods for telling if an App is laced with mal-ware? I am very careful in what I grant SU access and look at the permission before I install. I usually install from the app market. Any other helpful hints?
Well when you need something as the community for recommendations on which app would be appropriate for your need I mean if you Google it you will find answer as I'm sure someone asked, this way based on top pick what everyone use you can get.
Second is be cautious and what I mean by that is look for abnormalities like the app is asking for permission which wouldn't have news for to function.
Third is the most important part to where you get it ask you can reduce the risk by downloading from app market and not downloading from 3rd party of by pirated *.apk's as you wont know where it came from or what it contained.
If you follow these simple methods you can reduce the risk factor by large margin, now I am no fool I know you still can get it even after this but this way it wont be long before someone blow the whistle on it and app gets pulled from the market. This is just common sense you should follow.
Sent from my HTC Glacier
Antivirus software?
The most widely used free anti-virus software is AVG from Grisoft which makes money by selling virus protection to small businesses. To promote this, it offers domestic users a very professional free version which allows regular updates.

Do I need antivirus software for my Galaxy Note?

New to smartphones, I was just wondering do I need an antivirus for my Galaxy Note? And if the answer is yes, what do you guys recommend?
All you need to know about this subject is right here.
Regards,
Dave
foxmeister said:
All you need to know about this subject is right here.
Regards,
Dave
Click to expand...
Click to collapse
That's exactly the article I read that made me ask the question
Since it came from google, the manufacturer of android, I think they would try to protect the integrity of their product, so I am not sure....
Checkout these articles: http://www.neowin.net/news/free-android-anti-virus-products-virtually-useless - http://www.neowin.net/news/wp7-avg-antivirus-app-is-possibly-spyware
I personally feel Google trying to do their down things does allow malware to get in once a while and need to improve Android security. I am more worried with the privacy issue (Carrier IQ). I still feel there is a level of openness with Android, its not entire open source, but at least you can see something unlike some competing mobile os.
Personally I use AdFree (which does more than block ads since it block malware sites from loading, it basically adds IP blocklist to your /etc/hosts file, which you can also do manually) and LBE Privacy Guard (which seems to be a great concept allowing to deny permissions of apps, my only concern of it is being closed source, there is a big thread about it).
having an antivirus is useful. a few months ago my motorola atrix was having a bug where the screen would only light up when i first turned it on. if i locked it and then tried to unlock it, the screen would work, but the backlight wouldnt work.
i grabbed dr. web light, not expecting it to really do anything. ended up finding malware, and after removing the malware, screen backlight started working properly again.
on a phone like the galaxy note, theres more than enough processing power to run a background virus scanner without running out of puff, so i say, why not?
The answer to this question is really quite simple, it depends on this:
Do you carefully watch the permissions of apps you are about to install?
If your answer is: "yes, I carefully watch the permissions and don't install apps such as tetris which wants access to sms" then you can quite safely go without any anti malware software.
If your answer on the other hand is: "no, I just install interesting apps and quickly click through the permission page to start the download" then yes, you might benefit of software to protect your device.
The beauty of Android is that whatever app you are about to install INCLUDING malware states clearly what part of your device it is going to access. If people don't bother reading the permissions then a big part of fault is on them also. However this isn't really too well explained, especially for new users, so I assume a majority of users don't really understand WHY the permissions are shown before downloading an app. This is something Google could improve on in my opinion.
And lastly, the fact that apps coming to Apples app store are screened doesn't make it any more secure than Android. It just has people making the choices FOR you. If something well hidden is slipped past them, not a single user will know about the threat. Just as one app developer showed in public a few weeks ago and as a result got his developer status cancelled by Apple.
edit
Also a small note here. A virus is something that multiplies and spreads (weather it's bacteria or code doesn't matter). The malicious apps in the market are malware and spyware and because of this the word antivirus for Android isn't really correct. They don't stop viruses, they stop malicious apps.
edit 2
here's the link to the story of that Apple developer:
http://www.forbes.com/sites/andygre...per-program-for-proof-of-concept-exploit-app/
this just proves that app store isn't any more secure than Android market. It just has people who take a look at apps before they are approved, and as you can read, they are far from perfect.
How many of you guys use Antivirus?
Who here does not feel the need?
Does Google recommend it like Windows does for PC? (already read the article from one Google guy saying Antivirus companies are playing on our fears, but he is only one guy)
And to those who have used antivirus software, which software did you use on your Note specifically and has it slowed down your Note or increased the battery consumption?
knowsnophones said:
How many of you guys use Antivirus?
Who here does not feel the need?
Does Google recommend it like Windows does for PC? (already read the article from one Google guy saying Antivirus companies are playing on our fears, but he is only one guy)
And to those who have used antivirus software, which software did you use on your Note specifically and has it slowed down your Note or increased the battery consumption?
Click to expand...
Click to collapse
You already have a couple fairly comprehensive answers to your first post but I'll answer these questions too:
I do not use any antivirus and I do not feel the need to
Aside from that article, I haven't seen a single mention from Google about needing any antivirus at all.
The so called antivirus programs that are made for Android right now suck. They don't stop enough malware to be worth the money or effort, here's a few source links for evidence: http://www.extremetech.com/computin...rus-apps-are-useless-heres-what-to-do-instead and http://www.informationweek.com/byte/news/231902823
Just by using common sense you will be fine with no antivirus app. If you really want an antivirus app, then go get it. It will be close to useless and it won't stop all threats anyway so you will still have to use common sense to be protected anyway.
I installed avast. it is free and no it doesn't slow down my note.
friedje said:
I installed avast. it is free and no it doesn't slow down my note.
Click to expand...
Click to collapse
I got the AVG pro, might not really need it since I´m kind of anal about what I install on the GNOTE... But better safe than sorry...
+1 doesn´t slow things down.
akselic said:
You already have a couple fairly comprehensive answers to your first post but I'll answer these questions too:
I do not use any antivirus and I do not feel the need to
Aside from that article, I haven't seen a single mention from Google about needing any antivirus at all.
The so called antivirus programs that are made for Android right now suck. They don't stop enough malware to be worth the money or effort, here's a few source links for evidence: http://www.extremetech.com/computin...rus-apps-are-useless-heres-what-to-do-instead and http://www.informationweek.com/byte/news/231902823
Just by using common sense you will be fine with no antivirus app. If you really want an antivirus app, then go get it. It will be close to useless and it won't stop all threats anyway so you will still have to use common sense to be protected anyway.
Click to expand...
Click to collapse
Just because YOU feel superior to most other users, doesn't mean that they have the knowledge or enough 'common sense' to understand the permissions some apps ask for. The fact that an antivirus is not 100% safe doesn't mean it is 100% useless.... If it stops just one threath it already made sense..
There are lots of good FREE antivirus programs so where is the reason NOT to install one ???
There are also ppl that don't take medics, because if they or their children die from FLU that was Gods will.......
Maybe you should consider that not all users of a smartphone are IT-gods like you
friedje said:
I installed avast. it is free and no it doesn't slow down my note.
Click to expand...
Click to collapse
ville7805 said:
I got the AVG pro, might not really need it since I´m kind of anal about what I install on the GNOTE... But better safe than sorry...
+1 doesn´t slow things down.
Click to expand...
Click to collapse
I have both installed, no slowdown issues and was running LBE too, may switch to droidwall or turn LBE back on. Worth noting the AVG pro is free if you qualify for the Samsung Hub exclusives.
Dave
I am using Lookout anti-virus ever since my first Android more than a year ago. It's never given me a hic-cup even when scanning.
Also, anyone knows an App which lists which App has what permission in a list form?
Thanks!
Sent from my GT-N7000 using Tapatalk
Does a free antitrust do as good a job as a paid one
Sent from my GT-N7000 using xda premium
ChimpNippl3s said:
Does a free antitrust do as good a job as a paid one
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
For now they all do a rather lousy job, the free and the paid ones.
But the paid ones seem to score a bit better.
I installed LBE aswell, but you need root for it to work well.
Same goes for avast, it prefers having root access.
I use avg on my galaxy tab, works without any issues.
friedje said:
Just because YOU feel superior to most other users, doesn't mean that they have the knowledge or enough 'common sense' to understand the permissions some apps ask for. The fact that an antivirus is not 100% safe doesn't mean it is 100% useless.... If it stops just one threath it already made sense..
There are lots of good FREE antivirus programs so where is the reason NOT to install one ???
There are also ppl that don't take medics, because if they or their children die from FLU that was Gods will.......
Maybe you should consider that not all users of a smartphone are IT-gods like you
Click to expand...
Click to collapse
No need to over react mate. I'm no IT-god, or a nerd or anything like an "advanced" user. The only common sense that I was referring to is something that everyone has. If you can read what the apps do, then you can read the permissions before installing them. There is no need to be an expert.
If you are installing a single player offline game that asks permissions for sms, phone calls and contacts and it isn't blacklisted by those antivirus apps yet, then it won't be detected and you can only blame yourself when you get a 600$ phone bill because the app has sent messages to premium numbers. It's not rocket science, just common sence.
If the tests conclude that 90% of androids antivirus programs manage 10-20% of malicious apps and you still want one, then go ahead and get one. No need to get offended when people are trying to give advice.

Categories

Resources