159
submitted 7 months ago* (last edited 6 months ago) by ijeff to c/android

cross-posted from: https://lemdro.id/post/2289548 (!googlepixel@lemdro.id)

According to the comments section, users have been able to sideload them without issues. Play Store has since begun allowing the installs.

Updated: https://www.notebookcheck.net/Google-Pixel-8-Pixel-8-Pro-benchmark-block-lifted.759613.0.html

Google has lifted the block it placed on the ability for users to freely install benchmarking apps on its Pixel 8 and Pixel 8 Pro smartphones. The block had been in place during the review embargo period but extended past the on sale period where customers purchasing the devices couldn’t install benchmarks on their new Pixels either.

Update 2: https://www.notebookcheck.net/Exclusive-Google-confirms-with-Notebookcheck-it-blocked-benchmarks-during-Pixel-8-Pixel-8-Pro-review-embargo-period.761443.0.html

all 37 comments
sorted by: hot top controversial new old
[-] dragnet@lemmy.dbzer0.com 92 points 7 months ago

That is insane. Straight up blacklisting popular software because they don't want people to look too closely at what they purchased. It's amazing what the public is willing to accept, just such a constant stream of reports about bad behavior from companies that most people can't find the energy to care.

[-] Melonpoly@lemmy.world 31 points 7 months ago

People straight up defend large corporations from criticism.

[-] Cheesus@lemmy.world 10 points 7 months ago

It was an android 14 compatibility issue and the app has since been updated and runs fine.

[-] ijeff 35 points 7 months ago

The app hasn't been updated but the Play Store block has indeed been lifted. People were sideloading without issue. Perhaps Google intended for the block to only last until launch to prevent reviewers only.

[-] Cheesus@lemmy.world 23 points 7 months ago

Android 14 uses new APIs and Google requires everyone to update their SDK to say whether or not it uses the new APIs. If they did nothing it was flagged as an incompatible app, but if they don't use the APIs it will run fine.

You can usually adjust your app and publish an update without needing to change the app's targetSdkVersion. Similarly, you should not need to use new APIs or change the app's compileSdkVersion, although this can depend on the way your app is built and the platform functionality it's using.

https://developer.android.com/about/versions/14/migration

You can update the SDK without triggering an update to the app and it will be available on the play store.

Occam's razor applies here.

[-] hank_and_deans@lemmy.ca 7 points 7 months ago

Yes. I have a personal app that I made many years ago and used on my Pixel 4 and 6. It would not work on my 8 until I updated the sdk version and some of the tooling.

[-] Steve@communick.news 10 points 7 months ago

There is actual compatibility, and official compatibility.

The updated apps likely didn't have any code changed. (why they still worked when side loaded) Instead, the Play Store listing updated the compatibility filter to include Android 14, so 14 users could now see them in the Play Store.

It's not an uncommon practice. Many apps might simply have a compatibility filter like "yes if [OS version > X]". But that can be a problem if some future OS breaks compatibility. Especially in the case of a benchmark app that's supposed to give comparable results between OS versions. If the new OS tweaks something that doesn't fully break the benchmark, but causes inaccurate numbers, that would need to be checked before it gets approved.

[-] ijeff 2 points 7 months ago

I'm not seeing updated versions of the listings on my end (in terms of the last updated entry). Unless compatibility can be set separately?

[-] Steve@communick.news 2 points 7 months ago

Unless compatibility can be set separately?

I imagine it could. It would be strange need to upload a "new version" of the app, when nothing actually changed accept approving a new OS for that version. Then you need to track which version numbers are real changes, and which aren't. That would be weird.

[-] dragnet@lemmy.dbzer0.com 8 points 7 months ago

Ah, so I fell for reactionary bs assuming that a fairly well written article had good information? Dammit. =P Thanks for the info, that sounds a lot more plausible to me.

[-] NoDoy@lemmy.ml 3 points 7 months ago* (last edited 7 months ago)

At least you acknowledged it. The title of this post should have a misleading tag at best. There's no wonder that no other major outlets have reported on this.

[-] ericswpark@lemmy.ml 47 points 7 months ago

Seems like someone at Google didn't hear about the Streisand effect. Now there's even more scrutiny into the chip benchmark. Great job, Google.

[-] Goose306@lemmy.dbzer0.com 15 points 7 months ago

This whole thing isn't on Google. The app developers didn't update their target API so they were not available. My Pixel 7 is on Android 14 as well and they weren't available either until it just got fixed.

[-] evo@sh.itjust.works 39 points 7 months ago

Irresponsible reporting. The app couldn't be installed because the min API version of the app didn't meet the requirements for Android 14.

Google didn't "block" anything, this is fear mongering.

[-] yoevli@lemmy.world 29 points 7 months ago

This article seems to be outdated as both apps are now visible in the Play Store and I had no problems downloading and running them. A comment suggests that it may be due to the previous minimum SDK target for the apps being too low. I'd be willing to chalk this up to being more innocuous than active malice on Google's part.

[-] BearOfaTime@lemm.ee 2 points 7 months ago

"Don't Be Evil" always sounded odd. As if that sort of thing needed to be said.

After 20+ years of consistent anti-consumer behaviour, Alphabet gets no benefit of the doubt.

[-] Goose306@lemmy.dbzer0.com 10 points 7 months ago

When this first came out I checked on my Pixel 7 which is on A14 already and I didn't have the apps available either.

They are now available.

So yeah, it's almost certainly on the app developers who didn't target the new API version available, not Google. New Pixels launch with new versions of Android, but you can validate the same issue on older Pixels who have already upgraded to the new Android version.

[-] DeathToZerg@lemmy.ml 4 points 7 months ago

It's even more odd they got rid of that saying in 2015 and replaced it with "Do the right thing". I'm not sure it was an improvement.

[-] ares35@kbin.social 8 points 7 months ago

definitely not an 'improvement'...

the 'right' thing, according to who? why, the shareholders, of course.

[-] seang96@spgrn.com 22 points 7 months ago

Isn't this because the minimum SDK level increase requirement in the play store and android 14? This gets rid of older Lapis that are less efficient or secure from modern apps. The benchmarking tools haven't targeted newer APIs and are thus the ones at fault. Devs need to keep their stuff updated; that's half the point of the beta period every year for the major version releases.

[-] ijeff 1 points 7 months ago

People seem to be reporting that they were able to sideload without issue and the restriction was subsequently lifted from the Play Store.

[-] Jocker@sh.itjust.works 14 points 7 months ago

Well, that's settled. Don't need a number anymore.

[-] JetpackJackson@feddit.de 1 points 7 months ago

A phone number you mean?

[-] avidamoeba@lemmy.ca 13 points 7 months ago

Sounds a bit like a false narrative to be honest. Given how trivial it is to sideload, it doesn't make sense for Google to have thought disallowing installation from the Play Store would stop anyone from benchmarking. It seems implausible to me.

[-] Zak@lemmy.world 11 points 7 months ago

People in the business of reviewing Android phones couldn't possibly know about sideloading. I'm shocked anyone at Google thought this would do anything but make them look bad.

[-] PrefersAwkward@lemmy.world 1 points 7 months ago* (last edited 7 months ago)

It would probably violate agreements and they'd blacklist the reviewers for future releases. It would also make those reviewers look bad if they don't respect review agreements and embargos. Other companies might not trust them with preview units.

I agree Google looks absurd here. But if my living was being made reviewing things, I wouldn't want to risk companies not giving me the early look that reviewers get. Especially when I can just wait till the device comes out and benchmark it then, since there's no longer an embargo or agreement once a device goes public

[-] Zak@lemmy.world 6 points 7 months ago

A reviewer who's being ethical would note any such demands from a manufacturer in their review, or refuse to review a product if the demands were too extreme. Banning benchmarks from reviews is pretty questionable, though not unprecedented. I should note that I am a reviewer, though not of phones and I don't make my living from it. I have encountered and rejected the occasional unethical request (usually manufacturers wanting to screen the review's content before publication).

Trying to keep people from benchmarking it via the Play Store is the absurd part. They can use a contract for reviewers, but that's not even going to slow down sophisticated end users.

[-] JoMiran@lemmy.ml 6 points 7 months ago* (last edited 7 months ago)

I guess my Pixel 6 Pro better hold on for at least another generation. Those test results don't look good, especially on efficiency.

[-] twistypencil@lemmy.world 4 points 7 months ago

Terrible move, makes me not want to engage in the entire android ecosystem if they are going to pull this shit

[-] TheMauveAvenger@lemmy.world 14 points 7 months ago

Agreed, let's just move to checks notes iOS? Oh, they also constantly pull shady, anticonsumer bullshit. There's no winning for us.

[-] the_q@lemmy.world 1 points 7 months ago

Dumb phones are making a comeback.

[-] ares35@kbin.social 1 points 7 months ago

they're smaller, more durable, and last considerably longer between charges. i never quit using them.

[-] Techmaster@lemm.ee 3 points 7 months ago

I miss the days when Google's corporate motto was don't be evil.

[-] Avg@lemm.ee 1 points 7 months ago

And if you think about it, it's not a high bar.

[-] Ktheone@lemmy.world 1 points 7 months ago

"Don't be Evil" - Google

[-] mojo@lemm.ee -4 points 7 months ago

Only benchmark I look for is how well it runs genshin

this post was submitted on 15 Oct 2023
159 points (82.7% liked)

Android

16654 readers
180 users here now

The new home of /r/Android on Lemmy and the Fediverse!

Android news, reviews, tips, and discussions about rooting, tutorials, and apps.

🔗Universal Link: !android@lemdro.id


💡Content Philosophy:

Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.


Support, technical, or app related questions belong in: !askandroid@lemdro.id

For fresh communities, lemmy apps, and instance updates: !lemdroid@lemdro.id

💬Matrix Chat

💬Telegram channels / chats

📰Our communities below


Rules

  1. Stay on topic: All posts should be related to the Android OS or ecosystem.

  2. No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to !askandroid@lemdro.id.

  3. Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to !androidmemes@lemdro.id.

  4. No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.

  5. No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.

  6. No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.

  7. No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.

  8. No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.

  9. No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!

  10. No affiliate links: Posting affiliate links is not allowed.

Quick Links

Our Communities

Lemmy App List

Chat and More


founded 10 months ago
MODERATORS