@linuxct@androiddev.social
@linuxct@androiddev.social avatar

linuxct

@linuxct@androiddev.social

Trying to find and do things that make the world a better place

This profile is from a federated server and may be incomplete. Browse more on the original instance.

linuxct, to random
@linuxct@androiddev.social avatar

Waiting for someone with an early unit to dump the Rabbit R1 OS like crazy right now

ryne, to random
@ryne@androiddev.social avatar

The Rabbit R1 really is just a cute little orange paperweight. Commands are laggy, advertised features aren't ready yet. In terms of "things it can do" there really aren't many, short of frustrating you when you ask it to do things.

The camera (the rotating post on mine is crooked, wat) doesn't even work yet. What purpose does this object achieve? I can't even get it to perform any task short of answering questions any LLM can.

This thing is dumb.

linuxct,
@linuxct@androiddev.social avatar

@ryne Uhm strange. They issued an OTA just minutes ago so try installing that one. If not it may be something broken in your unit? Really strange

linuxct,
@linuxct@androiddev.social avatar

@ryne Wait, not even Vision works? For real? They demoed that during the live event a few days ago and it was functional ._.

linuxct,
@linuxct@androiddev.social avatar

@ryne from decompiling the leaked launcher APK I know there is a dedicated, separate APK that handles OTAs, but how that works is a mystery as I think no one has it, yet. Maybe restarting the device is enough to trigger them

MishaalRahman, to random
@MishaalRahman@androiddev.social avatar

Google Play has announced a bunch of new features and tools for app developers! Here’s a summary:

  • The ability to tailor store listings by search keywords. If you don’t know what keywords to optimize for, Google Play will give suggested keywords.
  • Developers can now leverage Play Points to launch coupons, discounts, or exclusive in-game items.
  • Deep links patching makes it easier to experiment or make quick changes to your deep links setup without needing to release a new app version.

(1/5)

linuxct,
@linuxct@androiddev.social avatar

@MishaalRahman oh hey I remember seeing these ones while they were in the works :) any news if Play Integrity Crystal made it too? or if they scrapped that in the end?

linuxct, to random
@linuxct@androiddev.social avatar

I refuse to believe no one has reverse engineered the protocol AirPods use to change the ANC modes from software, so it can be used in a non-Apple device

benjojo, to random
@benjojo@benjojo.co.uk avatar

Ha! The Discord GDPR/Data Export thing reveals that it's running models to figure out what gender you are. If you go to /activity/analytics/events-*.json and grep for predicted_gender you get something like:

<span class="st">{</span>
  <span class="st">"user_id"</span><span class="op">:</span> <span class="st">"282657081457115136"</span><span class="op">,</span>
  <span class="st">"predicted_gender"</span><span class="op">:</span> <span class="st">"male"</span><span class="op">,</span>
  <span class="st">"probability"</span><span class="op">:</span> <span class="nm">0</span><span class="op">.</span><span class="nm">8413839340209961</span><span class="op">,</span>
  <span class="st">"prob_male"</span><span class="op">:</span> <span class="nm">0</span><span class="op">.</span><span class="nm">8413839340209961</span><span class="op">,</span>
  <span class="st">"prob_female"</span><span class="op">:</span> <span class="nm">0</span><span class="op">.</span><span class="nm">11650349199771881</span><span class="op">,</span>
  <span class="st">"prob_non_binary_gender_expansive"</span><span class="op">:</span> <span class="nm">0</span><span class="op">.</span><span class="nm">04211260750889778</span><span class="op">,</span>
  <span class="st">"model_version"</span><span class="op">:</span> <span class="st">"2024-05-08T00:00:00.000000Z"</span><span class="op">,</span>
  <span class="st">"day_pt"</span><span class="op">:</span> <span class="st">"2024-05-15 00:00:00 UTC"</span>
<span class="st">}</span>

Anyway, they seem to have this datapoint over time! Meaning you can make a graph of how male/female/NB you are according to discord, here is mine:

linuxct,
@linuxct@androiddev.social avatar

@benjojo What tHE FUCK

linuxct, to random
@linuxct@androiddev.social avatar

sometimes I miss this

zsmb13, to random
@zsmb13@androiddev.social avatar

Now that's a neat suggestion.

linuxct,
@linuxct@androiddev.social avatar

@zsmb13 But it's not very Kotlin-esque, no? What you have right now is longer, but more readable in Kotlin's syntax

linuxct,
@linuxct@androiddev.social avatar

@kiranrao @zsmb13 I didn't know this and it sounds neat, thanks!

linuxct, to random
@linuxct@androiddev.social avatar

I just spent like ~3h on reversing the Starfield watch OTA and firmware, getting to the binary payload. Anyone interested on what I did?

I also made a bunch of scripts along the way that could be used for automation of reaching to the binary payload in newer updates

arstechnica, to random
@arstechnica@mastodon.social avatar

Pokémon Go players are altering public map data to catch rare Pokémon

TPM 2.0 requirement apparently won't be enforced on Windows 10 systems.

https://arstechnica.com/gaming/2024/05/pokemon-go-players-are-altering-public-map-data-to-catch-rare-pokemon/?utm_brand=arstechnica&utm_social-type=owned&utm_source=mastodon&utm_medium=social

linuxct,
@linuxct@androiddev.social avatar

@kolya @arstechnica Seems like a mistake, the article does not mention anything about desktop TPMs otherwise

linuxct, to random
@linuxct@androiddev.social avatar

I think it’s finally the right time to switch over from Chromium back to Firefox for me

linuxct, to random
@linuxct@androiddev.social avatar

Am I the only one whose Pixel 8 Pro's modem is restarting in loop every half an hour or so? I have an eSIM and a pSIM installed, and I can see how both disconnect at the exact same time, only to come back after a minute. It only started happening 2 days ago after landing from a flight

linuxct, to random
@linuxct@androiddev.social avatar

Are you seriously telling me this is how you are supposed to launch an activity from a tile in WearOS using AndroidX's Protolayouts?

If I have to type Builder().build() a single time more I am going to give up and delete the entire project

linuxct, to random
@linuxct@androiddev.social avatar

I'm learning Kubernetes as of late, and it seems it's finally bringing me back joy to doing anything with a computer

linuxct, to random
@linuxct@androiddev.social avatar

This week I presented for the first time my new iOS penetration testing workshop, and it was a huge success!! Really excited to deep dive into mobile OS' other than Android more often 🥳

linuxct, to random
@linuxct@androiddev.social avatar

While waiting for you-know-what-happens-today, I'm here to remind you that I made the Android 14 Easter Egg work on Android 12 and 13, so it might be a neat pastime while we wait :) https://androiddev.social/@linuxct/110701919544907691

linuxct, to random
@linuxct@androiddev.social avatar

Y'all ever get some seemingly random devices trying to do incomprehensible things in your Crashlytics?

Today I discovered a brand called XiaoPaiTech, that seemingly sells IoT cameras, and presumably some of them run Android, because someone is trying to use the APKMirror Installer in one of them. Why? Just, why?!

linuxct, to random
@linuxct@androiddev.social avatar

Something something ATProto - ActivityPub interoperability? Has anyone already considered building a rosetta for this?

lehtimaeki, to random
@lehtimaeki@snapp.social avatar

I remember when Google IO used to be for developers..

linuxct,
@linuxct@androiddev.social avatar

@lehtimaeki Lmao that's long gone since almost a decade ago. But I enjoyed counting the number of times Gemini and AI was said :)

linuxct, to random
@linuxct@androiddev.social avatar

@askonomm Why did you take down the Invobi web app? Quite sad to see such a good project become a macOS-exclusive app...

linuxct, to random
@linuxct@androiddev.social avatar

Today I watched (in that order), and wow. That definitely was a experience

linuxct, to random
@linuxct@androiddev.social avatar

I saw that new Android 14 UDC Easter Egg and I really wanted to try it on my Android 12 and 13 devices, so I patched the APK to work there.

It’s possible it works on older versions of Android, but that’s up to you to try.

Link: https://t.me/linuxctchannel/20
And in case you dislike Telegram: https://1drv.ms/u/s!Aj6RhAi-itSVoZZkZecucPIm9DttOw

linuxct, to random
@linuxct@androiddev.social avatar

What in the world is this Google I/O intro?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • khanakhh
  • kavyap
  • thenastyranch
  • everett
  • tacticalgear
  • rosin
  • Durango
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • InstantRegret
  • Youngstown
  • slotface
  • JUstTest
  • ethstaker
  • ngwrru68w68
  • cisconetworking
  • modclub
  • tester
  • osvaldo12
  • cubers
  • GTA5RPClips
  • normalnudes
  • Leos
  • provamag3
  • anitta
  • lostlight
  • All magazines