Remove PreInstalled Apps/Blotware from you Android Device - General Topics

Are you trying to remove preinstalled apps from your device?? Here are some tips to do the same
So before starting, what is a blotware??
In another words, pre-installed apps that are useless most of the time. There are also other downfall of bloatware. It consumes system resources, taking up storage space and RAM, running in the background without you knowing and draining up your battery.
How to remove bloatware on Android devices?.
Unfortunately, your carriers and manufacturers do not make it any easier. Normally, bloatware is hidden in system folder, which you have no permission to access.
SO how to remove them?? Lets get started
Inorder to remove the blotwares you need to download an app from the playstore. Once downloaded it,install the app.
Download the app from here
https://play.google.com/store/apps/details?id=com.jumobile.manager.systemapp
First decide the app you want to remove
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As you can see it cant be uninstalled..
Second open your System app remover
Third, find the app and tick the checkbox corresponding to it
Now Choose the option yes when a message is displayed like this
Wait for a few second . And after a few second a message will be displayed like this.Click OK:good::good:
Follow the same steps if you have to remove multiple items..
After removing the apps restart your device.
You will be able to find the app removed from your device
PLEASE DO NOT REMOVE SYSTEM APPS., OR ANY OTHER APP REQUIRED FOR THE PROPER WORKING OF THE DEVICE
You can also try Titanium Backup for this purpose. But in my opinion System app remover is more user friendly
​

Your other post in this same forum contains virtually the same information and the same app. There is no need for another post with the same information, even if the title of your thread is slightly different.
5. Create a thread or post a message only once.
"As a large forum, we don't need unnecessary clutter. You're free to edit your message as you like, so if you do not receive an answer, revisit your message and see if you can describe your problem better. Not everyone is online at the same time so it might take a while before you receive an answer. (Also refer to Rule 16)"
Thread closed.

Related

De-Bloat list for stock rom

I don't know if there is a thread already for this. Can anyone list the apps and bloatware that are safe to freeze using titanium backup on the stock rom...
Sent from my Land Line using xda premium
Download Scott's clean Rom, much easier then doing it yourself. Completely stock, debloated, tweaked, and nice mods if you want them.
Sent from my Cocaine White S3.
http://forum.xda-developers.com/showthread.php?t=1856887
Check out that thread. I posted the same thing a lil while ago and got some decent feedback.
Brian Gove said:
http://forum.xda-developers.com/showthread.php?t=1856887
Check out that thread. I posted the same thing a lil while ago and got some decent feedback.
Click to expand...
Click to collapse
Thank you
Additional debloat!
A helpful tool I use to clear up space and make the system faster is an app called "DiskView", downloadable free from Play Store. It analyzes all partitions and lists directories/files and a percentage bar of how much space they're taking. With this I found a bunch of instructional how-to videos in the system/media/video/GuidedTour folder. Also, taking up some space are the hidden Voice Recognition language packs under /system/VODB. Delete all the language code folders you don't want. Also, this using like 10MB but also a privacy concern, there was a face recognition database under /system/lib. If you don't use the preloaded Swype keyboard, even after you uninstalled it, there's an extra database under /system/lib/libSwypeCore.so. Delete.
If you have a Galaxy Note, it might be worth noting that the S Note templates that you could never seem to delete can now be removed permanently. They actually use up a lot of space. First, delete the templates from your usual S Note folder on your SD card, obviously. Then navigate to /system/preload and /system/preloaddata and delete everything related to S Note in there. For me there was nothing other than S Note stuff. Should be the templates in one and a database in the other. Once you reboot, they'll never come back!
Enjoy!
<<< Please say thanks if I was of help! I am new to XDA! :good:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[APP][2.2+] SDCard Watcher - Find out which apps clutter your SDCard

SDCard Watcher
Market Link: https://play.google.com/store/apps/details?id=com.desaster.sdcardwatcher
Description / Reasoning
Anyone who installs a lot of apps will soon find their SDCard cluttered with strange directories that don't seem to relate to any app you know. You could just remove them all, but how do you know which directories are from apps you are still using, and might contain some important data?
Since the sdcard filesystem lacks ownership info, there's really no easy way of knowing which app to blame. This app is my approach to the problem.
Basically the app lets you monitor any chosen directory for changes, and when a new file or directory is created, it checks which app is currently visible to the user, and saves this information in a database. This way, next time some app leaves an obscure directory rotting on your sdcard, you will know exactly which app to blame.
Why should you care?
Actually, you probably shouldn't. The extra bits of data often don't take any significant space on your memory card. However, it irritates me, and this app gives me a bit more of a sense of control. The XDA forum is probably the best place for me to post this app, since I know there are at least a few other like-minded people here who care about tweaking little things like these
Battery usage
The app's background process uses the kernel's inotify feature to catch changes in the filesystem, and thus uses virtually no processing power, and will not drain your battery.
Reliability
There are essentially two ways for an app to run a background service; as a background service, and as a background service with a notification icon. My app supports both ways, but the default is to run without a notification icon.
I am still unsure if android lets the service run reliably enough without the notification icon, so if you think you're missing file changes, I'd love to hear about it. In any case, the notification icon can be enabled in the settings and should help with the issue (should there be an issue).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[APP][4.1+][NO ROOT]DPI Changer

Sometimes you just don't like the size of the items on your screen. If you're lucky, your phone's software has its own DPI changer of sorts, where you can choose among a few different presets, but what if you want more options, or you aren't one of the lucky few with that feature?
Well, this app aims to fix that problem on any Android device running 4.1 or later. There are quite a few apps out there that change your DPI, but this one doesn't actually require root, even if you aren't running Nougat. You will have to reboot if you aren't rooted, but hey, that's better than being around a computer all the time to use ADB, right?
There are instructions in the app for the setup and usage.
IMPORTANT:
- I don't know if this will work on every device running Android 4.1+. I was able to test it on an emulator running 4.1, along with various LG and Samsung devices on Marshmallow and Nougat, but that obviously doesn't include everything. Send some feedback if it isn't working for you, and include your device + Android version.
- Non-root mode requires you to execute a one-time ADB command (unless you uninstall and reinstall the app). From then on, all you'll need is a reboot.
- Avoid setting the DPI below 72. I don't specifically know what happens, but I know Android tools prevent this from happening by default. I will build the limit into this app in a future update.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PLAY STORE:
LINK REMOVED
XDA LABS:
LINK REMOVED
SOURCE CODE:
LINK REMOVED
@ProGuy1 if you can use ADB to change your DPI, that's great! But some people don't know how or don't have constant access to a computer. I figured rebooting would be more convenient than finding a computer with ADB.
Also, devices on 4.3 and above no longer need to reboot, whether rooted or not.
@S. Loranca You can certainly translate it if you want. The source code is on GitHub. Look in `/res/values/strings.xml`.
delete
Thanks for making this! I saw the "Display Size" setting missing on my new Xiaomi phablet; a few apps I tried on the play store failed, but this app works perfectly.
For reasons you'll see soon, I'm removing this project from XDA and closing the thread. If you have the app right now, email me or PM me with any questions.

[APP][4.0+] Uninstaller - apps manager

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​ Uninstall apps with the most convenient uninstall app manager – Uninstaller
​
Looking for easy ways to uninstall applications in the most convenient way and from every directory of your smart phone? “Uninstaller” is the perfect app to remove the application completely from your phone located at various directories. The app is very easy to use with one click uninstall button. “Uninstaller” keeps your phone and all the directories clean and saves enough memory. Get rid of the unwanted application from all parts of your phone.
“Uninstaller” is the must app for every smartphone to best utilize your phone memory. The app keeps your phone memory clean and improves the overall performance. “Uninstaller” is 100% reliable and efficient app. Get the app and keep your smartphone always clean by uninstalling the application in the most effective way. Just search the application you want to uninstall and click uninstall to completely remove the application from your phone including the cache. The app uninstalls multiple apps in just one click from every part of your smart phone.
Download the app “Uninstaller” and keep your phone always clean. The app is lightweight app and improve your phone performance. Get the easy to access app and enjoy browsing your phone at the higher speed. The app is must to increase your phone performance and its durability. Uninstall the app in the most cleaner way with “Uninstaller”.
​
DOWNLOAD NOW​
​
​
Thread closed. Do not post duplicate threads: https://forum.xda-developers.com/android/apps-games/fast-uninstaller-uninstall-apps-easy-t3619188
5. Create a thread or post a message only once.
As a large forum, we don't need unnecessary clutter. You're free to edit your message as you like, so if you do not receive an answer, revisit your message and see if you can describe your problem better. Not everyone is online at the same time so it might take a while before you receive an answer.
Click to expand...
Click to collapse
The Flash
Forum Moderator

[APP][4.0+] Uninstaller - apps manager

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​ Uninstall apps with the most convenient uninstall app manager – Uninstaller
​
Looking for easy ways to uninstall applications in the most convenient way and from every directory of your smart phone? “Uninstaller” is the perfect app to remove the application completely from your phone located at various directories. The app is very easy to use with one click uninstall button. “Uninstaller” keeps your phone and all the directories clean and saves enough memory. Get rid of the unwanted application from all parts of your phone.
“Uninstaller” is the must app for every smartphone to best utilize your phone memory. The app keeps your phone memory clean and improves the overall performance. “Uninstaller” is 100% reliable and efficient app. Get the app and keep your smartphone always clean by uninstalling the application in the most effective way. Just search the application you want to uninstall and click uninstall to completely remove the application from your phone including the cache. The app uninstalls multiple apps in just one click from every part of your smart phone.
Download the app “Uninstaller” and keep your phone always clean. The app is lightweight app and improve your phone performance. Get the easy to access app and enjoy browsing your phone at the higher speed. The app is must to increase your phone performance and its durability. Uninstall the app in the most cleaner way with “Uninstaller”.
​
DOWNLOAD NOW​
​
​
thread closed as duplicate
original here https://forum.xda-developers.com/android/apps-games/fast-uninstaller-uninstall-apps-easy-t3619188
5. Create a thread or post a message only once.
As a large forum, we don't need unnecessary clutter. You're free to edit your message as you like, so if you do not receive an answer, revisit your message and see if you can describe your problem better. Not everyone is online at the same time so it might take a while before you receive an answer.
Click to expand...
Click to collapse
Thanks for understanding
Dan - forum moderator

Categories

Resources