by mike5gao on 7/26/2026, 6:27:58 AM
Comments
by: rdmuser
In my experience the best way to improve budget/old android phone performance is to disable as much random preinstalled crap as possible. Some stuff you can't disable directly through phone settings so you need adb. My phone is a budget phone from over a decade ago now and still going strong.<p>I liked using this software last time I was doing that to my ancient phone and have had zero issues using the preset lists to disable stuff. No updates in the last few years though so might be worth doing a little extra vetting before use. <a href="https://github.com/0x192/universal-android-debloater" rel="nofollow">https://github.com/0x192/universal-android-debloater</a>
7/26/2026, 7:48:12 AM
by: TekMol
What does it do? Execute this script nightly?<p><a href="https://github.com/50YearsPhone/vision-50-years-phone/blob/main/v50y_cleanup.sh" rel="nofollow">https://github.com/50YearsPhone/vision-50-years-phone/blob/m...</a><p>Is it really necessary to install <i>two</i> huge external dependencies for this, F-Droid and Termux? No easier way to execute a few lines of code?<p>Also, what does that script even do? As far as I can see: Nothing. It clears files that would not exist if you did not install this whole thing. Is it a complete hoax, or am I missing something?
7/26/2026, 7:50:07 AM
by: pogue
Looks like the script itself isn't doing much at all.<p><a href="https://github.com/50YearsPhone/vision-50-years-phone/blob/main/v50y_cleanup.sh" rel="nofollow">https://github.com/50YearsPhone/vision-50-years-phone/blob/m...</a>
7/26/2026, 7:38:17 AM
by: r0ckarong
Software equivalent of one of these fuel or power saver plugs that blinks an LED at the idiot who paid the money.
7/26/2026, 7:41:58 AM
by: drewfax
Is this a joke I don't understand? Aren't Android apps sandboxed? How does these two commands supposed to make my phone fast for 50 years?<p>rm -rf ~/.cache/* 2>/dev/null<p>rm -rf /data/data/com.termux/files/usr/tmp/* 2>/dev/null<p>Source: <a href="https://github.com/50YearsPhone/vision-50-years-phone/blob/main/v50y_cleanup.sh" rel="nofollow">https://github.com/50YearsPhone/vision-50-years-phone/blob/m...</a>
7/26/2026, 7:43:02 AM
by: classified
Looks like vibe-coded slop that won't even work. And if it did, it's a security breach waiting to happen.
7/26/2026, 7:46:00 AM
by: mike5gao
[flagged]
7/26/2026, 6:30:38 AM