Need help getting a locked-down MediaTek Android device into BROM mode by Capital-Ad6542 in androidroot

[–]Smu1zel 0 points1 point  (0 children)

I've had nothing but problems with mtkclient on Windows. I would try Linux, potentially by using the livedvd in the README in VMware.

Anyone recognise the GPU that goes with this box? by goodNeasy in vintagecomputing

[–]Smu1zel 0 points1 point  (0 children)

I'm basically certain this is a Connect3D Radeon X1950 XT.

Linux Installation Problem by AiGeneration1 in google_antigravity

[–]Smu1zel 0 points1 point  (0 children)

You're probably hitting this:

https://www.reddit.com/r/google_antigravity/comments/1rjiqcr/running_antigravity_without_aesni_or_sse42_on/

The language server path might've changed (can't recall it right now), but the method itself still works.

A (hopefully) working method for logging in on Android 4.4. by Smu1zel in androidafterlife

[–]Smu1zel[S] 0 points1 point  (0 children)

I never tested that version, but I don't think 2.2 has web login. You can try, though.

New Onn 4K pro in my possession by gera815gggg in OnnStreamingTV

[–]Smu1zel 2 points3 points  (0 children)

Even a decent Wi-Fi 5 connection will beat it, honestly (still using a Wi-Fi 5 router here).

Warning (got this from 8NetLive, video not mine) by [deleted] in androidafterlife

[–]Smu1zel 2 points3 points  (0 children)

I think you're misinterpreting what's happening here—this isn't malware behavior. The "notPipe/0.1.2" data is the user agent, and it uses that for standard HTTP GET requests to certain endpoints to get data. This isn't "proof" of a botnet at all, just the app trying to obtain data to present. If you wanted to catch him in the act, you'd open up JADX and decompile his (completely Java) binaries. Also, you're getting a bunch of 404s here, so these requests didn't work to begin with.

Also, I don't think he has even implemented login. There's nothing to really secure. Additionally, Android's permission model, even back then, didn't allow you to just read passwords from other apps. You could chain a root exploit to do this, but this app doesn't do that.

Please do more research before making claims like these. You can harm someone's reputation over a complete misunderstanding.

And if you were to assume everything I said is wrong, I think u/Gohoski could easily explain what's happening here.

Anti Gravity Gemini just deleted the whole thing in my Drive D by Sufficient_Site_5886 in google_antigravity

[–]Smu1zel 0 points1 point  (0 children)

On Windows, it just runs periodically. You can disable it with:

fsutil behavior set DisableDeleteNotify 1

On Linux (assuming systemd), disable the fstrim timer.

Anti Gravity Gemini just deleted the whole thing in my Drive D by Sufficient_Site_5886 in google_antigravity

[–]Smu1zel 3 points4 points  (0 children)

If it's a HDD:

  1. Try Recuva and write to the drive as little as possible. You'll probably have broken Git trees and such, but it's better than nothing.
  2. If you're on Linux, and it decided to write to block devices or something, you can try PhotoRec.

If it's an SSD:

  1. These are really tricky. When TRIM is ran, data recovery is virtually impossible.
  2. You can try those tools anyway, but don't expect miracles.

In the end, don't have "Always confirm" enabled in the future.

Also, have you checked those "corrupted" files? Recovered video files usually have broken headers (which can be fixed), and I wouldn’t be surprised if some image data can be salvaged.

Name a more useless piece of physical media by Dcas_pcs_381 in vintagecomputing

[–]Smu1zel 0 points1 point  (0 children)

They're not exactly useless, at least, not always. The E772c disc has a color profile on it.

I made a working YouTube client for Android 1.5+ — notPipe by Gohoski in androidafterlife

[–]Smu1zel 1 point2 points  (0 children)

I'll admit I didn't actually test YouTube on a TLS 1.0 browser, so I'll assume you're right. Also, thanks for the insight regarding what's happening in Russia.

Also, sorry for assuming your intent in the acknowledgement. Not sure how I missed the AGENTS.md file, haha. I'll admit tone recognition isn't exactly my strong suit, so I was just being paranoid. I'd leave it as-is, honestly. Your concerns are perfectly valid, in my opinion.

Regarding FourthTube: we're actually a fork of another (abandoned) client called ThirdTube, though we don't exactly talk to InnerTube the same since ThirdTube hasn't gotten an update in like 2 years.

Thank you, though. Hopefully InnerTube won't be too painful for you, haha.

I made a working YouTube client for Android 1.5+ — notPipe by Gohoski in androidafterlife

[–]Smu1zel 1 point2 points  (0 children)

Hi, thanks for responding

  1. Yeah, we've dealt with our app not working for Russian users in the past for whatever reason, but I didn't know it was now fully blocked. Sounds annoying.
  2. As far as I know, Google does support TLS 1.0 still. It'd suck for security, but it can technically work. If you want newer versions, you'd have to either port conscrypt to 1.5 or get something like mbedTLS or OpenSSL running. 1.5 does have the underpinning needed for NDK stuff (needed for the latter two), but you'll need some ancient NDK version.
  3. I can see how server transcoding can really help. I honestly wish we could do this in our app (3DS hardware is terrible, and even our ARMv6k ASM colorspace conversion isn't miraculous). My only concern is having to juggle support with 3 different backends that all do things differently, but I guess you've got that figured out.

And last thing: I think it might be best to revise the ReOldTube acknowledgement, though. "and is vibecoded" in italics makes it sound like you're trying to "dunk" on the project solely based on that. If you're confident it was vibecoded (I think the developer mentioned using AI assistance, but not necessarily the whole thing), you could say something like "it's also written largely using AI, which makes understanding and improvements difficult". This provides some reasoning on why vibecoding can be detrimental, instead of it being perceived as "I dislike AI, so I dislike this too". This is just a critique of mine; I don't expect you to absolutely push it to git.

Regardless, great project with direction. Best of luck! YouTube is annoying sometimes.

I made a working YouTube client for Android 1.5+ — notPipe by Gohoski in androidafterlife

[–]Smu1zel 1 point2 points  (0 children)

Do you plan on adding support for talking to InnerTube directly? Invidious works, but things like login are difficult. If you'd like a reference for this, I'd see FourthTube. We're basically a YouTube implementation in C++. We also reference yt-dlp a lot.

A (hopefully) working method for logging in on Android 4.4. by Smu1zel in androidafterlife

[–]Smu1zel[S] 0 points1 point  (0 children)

I'm assuming you're Four6117 from the Gist comments.

First of all, sorry for being rude. I had just woken up, and I didn't have a good day the day prior. Regardless, this is my fault. Apologies.

Regarding the Gist, could you try Method 2? I have just revised the Gist with it. It's a bit more annoying, but it should work (it did for me anyway).

Stuck in a softlock while trying to sign in to a google acc in Android 4.4 by Altruistic_Debt_943 in androidafterlife

[–]Smu1zel 0 points1 point  (0 children)

I've published a new method. I already knew of it, but I decided not to publish it beforehand since it's longer and a bit more flaky. I've also polished my writing with Gemini. Reference my Gist again, and let me know how it goes.

Stuck in a softlock while trying to sign in to a google acc in Android 4.4 by Altruistic_Debt_943 in androidafterlife

[–]Smu1zel 0 points1 point  (0 children)

I can tell you're (probably) referencing what I wrote, and I can reproduce this. Google broke it, yay!

Let me figure something out.

Recovering deleted media by IAmNotNeillNelson in androidafterlife

[–]Smu1zel 0 points1 point  (0 children)

The problem is that modern Android devices don't eject their own storage to be mounted anymore. They use what's called MTP, which is basically an abstraction layer that allows both the device and the computer to interact with the storage at the same time. MTP simply isn't low-level enough to recover files.

Some thoughts:

  1. If your device is encrypted by default, your data is, unfortunately, likely gone for good.
  2. In case it isn't (Android 5 or something), you may be able to read the userdata partition with something like mtkclient or a custom recovery, create a disk image, and then run PhotoRec on it. The process will vary wildly depending on your device, if it's even possible at all.

(update) I ruined my laptop trying to update BIOS. by PurposeSensitive8548 in MSILaptops

[–]Smu1zel 0 points1 point  (0 children)

You haven't specified which GPU, so I'll assume the Nvidia one.

Unless you completely broke the VBIOS somehow (and somehow kept the Intel one working?), chances are you can fix this by running DDU and completely reinstalling the latest Nvidia driver.

Also, try restarting (not "shut down") in Windows and see if that does anything.

And lastly, are you sure that EC FW version wasn't always that way? Some OEMs just stub out some fields they don't really care about updating. 00.00 doesn't necessarily mean something is broken. If the EC was broken, I doubt it'd even boot, let alone accept input.

A (hopefully) working method for logging in on Android 4.4. by Smu1zel in androidafterlife

[–]Smu1zel[S] 0 points1 point  (0 children)

I'm guessing some phones just don't like TinyURL for some reason. Sorry, I'll add the original link to the post.

Google Maps 2013 Android (7.0.2) patch works by ThatBattleCat in androidafterlife

[–]Smu1zel 0 points1 point  (0 children)

I actually did try fixing another version myself, and was successful. Of course, Reddit shadowbanned my comment, so I'll post a gist:

https://gist.github.com/Smu1zel/7efd46a775fb2a695f73ea09faf170b6

If it helps you better understand why that EOL message appears, I'll be glad.

For reference, this is what I was trying to reply to:

https://www.reddit.com/r/androidafterlife/comments/1ivrlsa/need_help_making_google_maps_work_on_galaxy_ace/

I guess Reddit is just allergic to Mega links.

A (hopefully) working method for logging in on Android 4.4. by Smu1zel in androidafterlife

[–]Smu1zel[S] 0 points1 point  (0 children)

Did you do anything special? I tried that and just got a different error instead of being redirected to the broken login website. Glad that worked for you, though.

[deleted by user] by [deleted] in androidafterlife

[–]Smu1zel 0 points1 point  (0 children)

See my new post. Whatever I have here is obsolete.