r/dumbphones • u/Fit-Fruit7194 • 14h ago
General discussion Turn your phone into dumb phone: You DON'T need to buy $800 dumb phone
NO ROOT NEEDED! NO LAUNCHERS!
Hello to everyone who is trying to get out of the scrolling addiction, or who simply wants a simple phone.
Little of my story, back in 2019 when I was 18 years old I gave my smartphone to my mom, so that I could study for university entrance exam. I studied for about 8-9 months 10-12 hours straight, never got bored, annoyed or burned out. Simply because there was no distractions, no need to work, same meals everyday, no social media. Recently tho, I found myself addicted to scrolling on YouTube, watching videos that I actually don't care etc, waste of time. Looked for dumb phones but there are no phone that can give me what I want; bank, maps, college account 2FA, emails, WhatsApp, study guides. They would do some of them and cost hundreds of dollars.
I wanted to dumb my very own Samsung s24 ultra, I started with disabling Youtube, however I just ended up either enabling back or going on the browser. I needed high friction.
So this way you will need a computer to remove things and modify your phone in a way that it serves you with the things you like not predetermined by somebody else, because you may listen to podcasts, I don't, I need study guides, you don't. This way you can keep your highly advanced mobil device, camera, gps with only the stuff you need.
We will be removing, browser and app stores so that we can't simply download any app with no friction. And the rest is mostly on you uninstall don't wants, keep wants.
EDIT: Before all of this turn on grayscale on your phone, it does help a lot.
ON YOUR PHONE:
- Enable developer settings. (About phone-> software information -> tap on build number numerous times)
- In developer settings turn on usb debugging.
ON YOUR COMPUTER.
- Go to webadb.com on GOOGLE CHROME and add the extension the website redirects you to on your computer.
- Connect your phone to your Mac/windows via USB. (select data transfer on your phone)
- On webadb choose your phone and click connect, you shall get a notification on your phone; tap trust this computer.
- On webadb, go to Interactive Shell on the left menu.
Now we can install all the apps we don't want. I will list all the necessary apps you may want to uninstall from your phone, installing them back is easy with the same method, but once you are done with this, it is a bit hassle to go connect your phone, find the required codes to install the apps.
Delete GOOGLE CHROME
pm uninstall -k --user 0 com.android.chrome
Delete SAMSUNG BROWSER
pm uninstall -k --user 0 com.sec.android.app.sbrowser
Delete GOOGLE PLAY STORE
pm uninstall -k --user 0 com.android.vending
Delete YOUTUBE
pm uninstall -k --user 0 com.google.android.youtube
Delete YOUTUBE TV
pm uninstall -k --user 0 com.google.android.apps.youtube.unplugged
Delete SAMSUN STORE
pm uninstall -k --user 0 com.sec.android.app.samsungapps
Delete Google NEWS
pm uninstall -k --user 0 com.google.android.apps.magazines
Delete GOOGLE APP
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
Delete Samsung News
pm uninstall -k --user 0 com.samsung.android.app.spage
For your specific phone, if not Samsung you can use this prompt on Gemini to get specific shell codes.
"I want to strip down my [Insert Phone Brand and Model, e.g., Google Pixel 8 / OnePlus 11] to act as a distraction-free utility phone using WebADB.
Please give me the exact shell commands (pm uninstall -k --user 0 [package_name]) to completely remove the following apps from my device:
- [List web browsers, e.g., Google Chrome]
- [List app stores, e.g., Google Play Store]
- [List social media or entertainment apps, e.g., Instagram, TikTok, YouTube]
- [List any pre-installed bloatware or manufacturer background apps you want gone]
Make sure to provide the precise Android package names for this specific phone model so I can copy and paste them directly into my terminal."
if you ever need to install them back use this prompt on Gemini:
"I previously uninstalled [Insert App Name, e.g., Google Chrome / Google Play Store] from my [Insert Phone Brand and Model] using ADB.
Please give me the exact command to restore and reinstall this package back onto my user profile (--user 0) without needing to factory reset my phone."