Live data from Hacker News

Malware on My Android Phone

beust.com

81–90 of 237 posts

Re: Malware on My Android Phone

#81
post #5

I trust the F-Droid store more due to its curated (FOSS-software-only/no-trackers) maintainer based model and default to them if there's an app that I need, especially simple stuff that tends to mostly be adware on the playstore

kinda similar for me. When I look for a small app like a QR code scanner or a flashlight I search for "QR code scanner open source" or "QR code scanner github" to easily find the open source ones that likely dont contain ads or malware

Re: Malware on My Android Phone

#82
post #40

FYI: I created a website that quickly scans QR codes so that you won't have to download or open any ads-filled QR code apps anymore: - https://scan.lol The code is open source too: https://github.com/TimDaub/scan.lol

> The code is open source too: https://github.com/TimDaub/scan.lol

Am I missing something or does your repo only contain the minified version of the javascript, and not contain the `index.js` referenced in the `package.json` nor the method to build to minified artifacts? This seems like it's not open source.

Re: Malware on My Android Phone

#83
post #13
post #3

A QR code reader was the problem then... I am an Android user since the dawn of time and I was so surprised when my wife showed me that on her iPhone the QR code reader is embedded in her camera app... I wonder why it is not the same in any version of Android that I have used (now I am on Android One). This plus the native support for CardDav and CalDav are pushing me to try iOS next time I have to change my phone.

QR Reader are load of everything. I went mad to find one a decent one for my parents’ android phone and apparently it doesn’t exists. So in a weekend I’ve created one without any kind of tracking, ads, permission, whatever. Here it is if you guys need one -> https://play.google.com/store/apps/details?id=com.prof18.sec...

I use the built-in QR-code scanner available in Opera Mini beta. Also, its the only browser I know that has a built-in RSS Feed reader. I use an old APK, as the newer version of Opera Mini removed the RSS functionality.

Re: Malware on My Android Phone

#84
post #76

What surprised here is that Android doesn’t have a native QR scanner. I’ve always assumed that iOS was late to the game and that Google Search/Lens handled QRs since 1999. Is that not the case (anymore)?

The versions of Android that vendors ship usually have a QR scanner. For example, Samsung's camera app reacts to them by default. I don't think AOSP has a QR reader, but Lineage OS ships a camera that reads them.

Re: Malware on My Android Phone

#85
post #4
post #3

A QR code reader was the problem then... I am an Android user since the dawn of time and I was so surprised when my wife showed me that on her iPhone the QR code reader is embedded in her camera app... I wonder why it is not the same in any version of Android that I have used (now I am on Android One). This plus the native support for CardDav and CalDav are pushing me to try iOS next time I have to change my phone.

On my Pixel 4a: Camera / Modes / Lens. That will open Google Lens which should scan QR codes.

You can do the same on any android phone by opening the google app and tap the lens icon in the search bar.

Re: Malware on My Android Phone

#86
post #49
post #13

Earlier quoted context omitted.

QR Reader are load of everything. I went mad to find one a decent one for my parents’ android phone and apparently it doesn’t exists. So in a weekend I’ve created one without any kind of tracking, ads, permission, whatever. Here it is if you guys need one -> https://play.google.com/store/apps/details?id=com.prof18.sec...

Or anything from FDroid. I use Barcode Scanner ( https://f-droid.org/en/packages/com.google.zxing.client.andr... ) as it scans even damaged codes.

I believe 'Barcode Scanner' was potentially one of the first barcode scanners on Android. Been using it since Android 1.x on the ADP1.

Don't forget it is on the Google Play store too. https://play.google.com/store/apps/details?id=com.google.zxi...

There was a time when QR Code scanning was better in Android than iOS (native in iOS 11.x).

The "Google" way of scanning QR Codes is Google Lens, but it doesn't work offline :|

Re: Malware on My Android Phone

#87
post #79
post #62

Earlier quoted context omitted.

I've been using this one since the Android 1.0: https://play.google.com/store/apps/details?id=com.google.zxi... What's interesting, is that despite the app not being updated since 2018, open source, and containing no ads or tracking the reviews are saying it recently became adware. Searching for barcode scanner in the app store brings you to a horrible sea of ad supported crap ware, and it seems like that crap ware w…

Hm, it says updated February 2019? But I also use this app for QR-codes, since I was never able to find an alternative. The vast permissions required make me nervous every time I install it... Good to know it is on F-Droid as well, built from a source tarball, so should be OK [1]? [1] https://f-droid.org/en/packages/com.google.zxing.client.andr...

Interesting, in the Android play store it says Sept 2018. But I opened it on a browser and I see Feb 2019.

However all the negative comments about ads are from after November 2020. Clearly a smear campaign.

Re: Malware on My Android Phone

#88
post #84
post #76

What surprised here is that Android doesn’t have a native QR scanner. I’ve always assumed that iOS was late to the game and that Google Search/Lens handled QRs since 1999. Is that not the case (anymore)?

The versions of Android that vendors ship usually have a QR scanner. For example, Samsung's camera app reacts to them by default. I don't think AOSP has a QR reader, but Lineage OS ships a camera that reads them.

It's in the Google Lens app on my Pixel 5.

Re: Malware on My Android Phone

#89

Earlier quoted context omitted.

On a side note, my bank is now forcing me to use their app which can only be downloaded from the Play Store (which I will never install). When I complained they told me it's because they think it's more secure than their current method which is a card reader, I tried to explain to them the average phone is teeming with malware, but they simply wouldn't believe me. I am currently looking for a new bank.

You can use AuroraStore from F-Droid, it allows you to download apps from the Play Store without a Google account.

Nice tip!

Re: Malware on My Android Phone

#90
post #40

FYI: I created a website that quickly scans QR codes so that you won't have to download or open any ads-filled QR code apps anymore: - https://scan.lol The code is open source too: https://github.com/TimDaub/scan.lol

There is also zxing. https://zxing.org/w/decode.jspx

Ah, this is nice to have from the ZXing team.
Post reply on HN