Debloating Script for Lollipop N900TUVUFOB6 - T-Mobile Samsung Galaxy Note 3

** DISCLAIMER: I AM NOT A DEVELOPER. I DO THIS AS A HOBBY AND SHARE MY FINDINGS IN CASE SOMEONE ELSE FINDS THEM USEFUL. **
** THIS WORKED ON MY DEVICE BUT IT MAY NOT WORK ON YOURS. APPLY AT YOUR OWN RISK **​
Background
This script is written for the sole purpose of reducing the power consumption of Android 5.0 update for T-Mobile Note 3. A lot more can be removed from the system but that will not make a significant contribution to power.
The debloat script does not really remove anything; it only disables the apps. You can always run the enbloat script to revert it.
THIS SCRIPT IS FOR LOLLIPOP ONLY. WILL NOT WORK ON OTHER ANDROID FLAVORS.
What this script does
Please read below and understand what this script does before you use it. There may be an app on the list that you may actually want to keep.
Removes: FOTA, update, and security vehicles.
Because: these vehicles push "Security Updates" onto the device. If you make the mistake of accepting this security update, even after you root your tablet, it can patch the hole and you will never be able to use the same exploit to root again.
Removes: Google apps including Gmail and Google sync apps except for Maps, Youtube, Chrome, and Voice Search.
Because: Google apps do a lot of bookkeeping, locationing, and internet access in the background with very little benefit to the user, while consuming a lot of power. If you use Gmail my suggestion is to use the default Email program since it allows a better management of the sync schedule and consumes less battery (and a few other good things). Note that this can severely limit your access to Play Store so either install all store apps you need before debloating or use sideloading to install them after
Removes: Knox
Because: I am yet to meet a single person who likes this nightmare of an app.
Removes: Tmobile stuff except for Voice mail and hotspot
Because: Tmobile bloat does too much activity in the background. In particular, Lookout scans your device constantly to no obvious advantage.
Removes: Backup/cloud agents
Because: Most advanced users backup their data through other means
Removes: Remote control and tracking mechanisms
Because: If you are reading this you most likely don't want your device to be remotely tracked or controlled by Samsung
Removes: ANT services, health, INDI (v2), secgba (v2), Peel (v2)
Because: They run in the background and use the radio.
Removes: Weather (unified) daemon
Because: Major battery hog
Removes: Chat ON, Gear Manager Stub, Bloomberg
Because: Not particularly useful and can be installed from the market if needed
Removes: Enterprise and VPN tools
Because: Most users don't use them
And since someone will ask at some point, no, this script won't trip your Knox!
Requirements:
Rooted Samsung Note 3 SM-N900T (T-mobile model) on Lollipop N900TUVUFOB6. See this thread.
Android Terminal Emulator: https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en
Download link:
Attached below
Instructions:
Make a backup of your files/system. Also have a flashable Odin ROM handy to recover from possible disasters. I am not responsible if you brick your device while using these scripts.
To debloat:
1- Unzip the attachment and copy debloat.sh to your phone at /sdcard
2- Run the terminal emulator and type the following:
su
cd /sdcard
sh debloat.sh​3- It will do its thing and reboot your phone in about 5 seconds.
To restore the bloatware:
1- Unzip the attachment and copy enbloat.sh to your phone at /sdcard
2- Run the terminal emulator and type the following:
su
cd /sdcard
sh enbloat.sh​3- It will do its thing and reboot your phone in about 5 seconds. You have all your bloat back now.
Note that while running the debloat script you may get force-closing popups. This is normal; after all you are disabling these applications.
Limitations:
If you have previously removed bloat using other means this script CANNOT recover it for you. enbloat.sh can only restore what debloat.sh has disabled.
Final Notes
With this script you should be able to get anywhere between 0.25 to 1 percent discharge per hour in standby mode. Your awake time should also be around 1-3%. You will still find that Google Services will wake up and use GPS every time you unlock your phone. To get even better battery performance turn your GPS off when you are not using it
This should be sufficient for 99% of people. After you apply this script, if you still want more try this: Disable Phonesky, google play services, Google framework, and stock YouTube by renaming their apks (not the directory they are in but the apks themselves) to .apk.bac, reboot, and install an older version of youtube that does not need Google Services, such as 5.1.10. Note that this drastic removal of Google services will make assisted GPS very slow in Google Maps. If you don't understand what that means it is best to stick with the debloat script and not mess with your system.
Regardless of whether you end up using this code or not, my suggestion to you is to go to Settings -> General -> Security -> Security Policy Updates -> untick Automatic Updates.
Update
Version 2 removes more background processes. If you have already used version 1 to debloat, I recommend that you use version 1 to restore the bloat and then use version 2 to debloat again.

Thanks for contributing your work!
Frank

411y0ur8453 said:
See above/
---------- Post added at 09:15 PM ---------- Previous post was at 09:05 PM ----------
Anyways, we don't need a big long debate about it. I am just saying there needs to be a little more objective evidence for this, especially when the logic and reason at the beginning of the OP doesn't match the logic and reasoning in the list of applications being removed.
And the knox app is embedded deep into the device's core framework, simply removing the app is doing very little to remove it in it's entirety.
Click to expand...
Click to collapse
This is true. Knox is embedded deep into the system even bootloader removing the app will do close to nothing. Not putting down the work put into the script as it is indeed a time saver if you have spend a little time with Android. If not they can be turned off manually. As for the security holes. There will always be a way to root and mod. Oems have that to themselves. Take a look at our brethren over with verizon and att. Their devices are locked down tight and came like that out of the manufacturer. Our devices are unlocked boot loader wise. If they wanted to they would have locked our models too.

From the Moderator
Please avoid wandering into the philosophical world ........
Remember this ••• If you root the phone or customize it ••• then forget about security or other updates that come from the carrier or the manufacturer ......... by default you have agreed to abandon those updates ...... if they are important to you then, do not root and stay stock....... EASY
Post on topic, be kind , be respectful ........ thanks ~~~ oka1

oka1 said:
Please avoid wandering into the philosophical world ........
Remember this ••• If you root the phone or customize it ••• then forget about security or other updates that come from the carrier or the manufacturer ......... by default you have agreed to abandon those updates ...... if they are important to you then, do not root and stay stock....... EASY
Post on topic, be kind , be respectful ........ thanks ~~~ oka1
Click to expand...
Click to collapse
Also a very good point...:good:

Meh... A lot of the time, removing and freezing apps can be counter productive.
For example,mpdecision, which controls when cores come online, has calls to it embedded into Samsung's camera apk, and removing or renaming this file can negatively impact battery life when using the camera application because a lot of the time, oems don't build checks into their software. They simply expect the file to be present, and when it's not, it can create a loop and drain battery.
Unless you've gone through the entire system to look for references to the apps you're removing, it's best to simply freeze or leave them alone.

freeza said:
Meh... A lot of the time, removing and freezing apps can be counter productive.
For example,mpdecision, which controls when cores come online, has calls to it embedded into Samsung's camera apk, and removing or renaming this file can negatively impact battery life when using the camera application because a lot of the time, oems don't build checks into their software. They simply expect the file to be present, and when it's not, it can create a loop and drain battery.
Unless you've gone through the entire system to look for references to the apps you're removing, it's best to simply freeze or leave them alone.
Click to expand...
Click to collapse
You are right about the mpdecision process and it makes common sense to not remove a process like that. The same can be said about different timers and alarm processes in the system and the list goes on.
Having said that, I would be more than happy to explain how each item on this list contributes to saving power or protects the system from being subjected to unwanted patches without compromising the integrity of it.
And finally, I have been already using this setup (even a more aggressive version of it) for a few days on my phone with excellent power results and not a single hiccup or force closed app. I have also constantly monitored the wake locks and background processes to make sure the situation you referred to does not occur. I would be glad to hear your feedback if you use it and find a different outcome.

Op, can you share me one with Gapps and debloating all stuffs which are not necessary (TMO Services),if you live away from US of A? It would be much helpful for people like me.

jhbalaji said:
Op, can you share me one with Gapps and debloating all stuffs which are not necessary (TMO Services),if you live away from US of A? It would be much helpful for people like me.
Click to expand...
Click to collapse
There is a lot that can be taken out but every piece removes a bit of functionality with it. If you live abroad it is understandable to remove all TMO stuff but, for example, if you remove more Google stuff than this script does YouTube will stop working and maps becomes slower. Also, there are services like printers or widgets like flipboard etc that you may still want to keep. So to what extent do you want to debloat your system?

I had already debloated several apps but thought this could help a bit more with the battery. So far I haven't had any issues, crashes, etc.
Thanks for sharing.
Update: It causes Milk Music to not work.

dirtybudha said:
I had already debloated several apps but thought this could help a bit more with the battery. So far I haven't had any issues, crashes, etc.
Thanks for sharing.
Update: It causes Milk Music to not work.
Click to expand...
Click to collapse
What is milk music? I don't have that app. Do you mean google music? Oh, you mean the one from the play store?
OK, Milk music is a samsung app. It needs the samsung account apps that are some of the things that this script disables. If you need your milk music back, run the enbloat script and you will have it back.

Yeah, I followed the instructions which were UBER easy. Thanks for that.
I figured it was related to that.
najoor said:
What is milk music? I don't have that app. Do you mean google music? Oh, you mean the one from the play store?
OK, Milk music is a samsung app. It needs the samsung account apps that are some of the things that this script disables. If you need your milk music back, run the enbloat script and you will have it back.
Click to expand...
Click to collapse

Here is an example of how debloating can be beneficial. On an unmodified phone I set the brightness to about 50 percent and let the phone play a 720p video in a loop. I could get 10 hours of screen time. However if you look closely, Lookout has been busy in the background burning 13% of the battery. So if I had disabled it I would have arguably got another hour of screen time.

I love this scipt! As a laymen, all I have to do is import it via Rom Toolbox (Pro) to the sciprter--then execute. My device runs at least twice as well as before.
Thanks, OP!

cant wait to try this out

deleted

Related

[Q] Why do applications autostart?

Here's a list of apps that are open when my phone is just turned on:
Paperdroid
Greed2
Market
NewsRob
Tasker
Google Mail
News
Wifi Manager
Gallery
Colornote
Footprints
Messages
Nimbuzz
Clock
twicca
Skebby
fring
FM Radio
Music
Stocks
Except a few system ones (Gmail, Messages..), why do apps open even if I never used them? Especially the HTC ones (Stocks, Footprints), they are really annoying apps I never opened.
Can this be solved somehow? It may not use resources or battery but I don't understand why I can't decide what to open.
It feels like the Windows system tray, bunch of stuff often stuck there autostarting with no way of removing it (if not by using 3rd party programs).
i was about to post the same question. Just dont understand why they start when i got my sync set to manual
totally agree that all these apps/services or whatever you call just annoying as they are started without user permission. Hv raised a similar thread some time ago, and Im not expert on such issues, but as far as I understand, the only way to get rid of them is -unfortunately- passing through root & custom roms.. No way out to stop them from being run automatically especially the Sense ones. However, acc to more advanced users or developers, they are not so "dangerous" in terms of battery consumption, nor any other impact on system as long as user do not activate and use them. For those which requires synching e.g. stocks, news, facebook, peep etc. it is enough to keep autosynch option disabled, thus it is no longer needing to think/care about them, that's it. But if the point is to ensure more room available in the internal memory, then -as said- the only solution is flashing rom with any 3rd party rom like cyanogen, modaco, defrost, ........
Me? still stuck with the official froyo on my unbranded, unrooted Desire (since April 13th)
iLHaNroID said:
totally agree that all these apps/services or whatever you call just annoying as they are started without user permission
Click to expand...
Click to collapse
when you download them you give them all the permissions they need, if you dont like the way a program behaves ..... simple dont download it
Wow that's helpful, simply don't download stock and peep and others.how come I did not think about it???
Sent from my HTC Desire using XDA App
it starts them, cause it has enough memory to cacche them.
so when you want to launch them, they open fast. simple as that.
when do people stop worrying about memory and all this. android handles that very well. no reason for watching memory and running programs even.
koichirose said:
Can this be solved somehow? It may not use resources or battery but I don't understand why I can't decide what to open.
Click to expand...
Click to collapse
Put simply, the reason why these start at boot is because they are set to receive the ACTION_BOOT_COMPLETED intent.
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. If you don't request this permission, you will not receive the broadcast at that time. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have themselves running without the user being aware of them. As such, you must explicitly declare your use of this facility to make that visible to the user.
Constant Value: "android.permission.RECEIVE_BOOT_COMPLETED"
Click to expand...
Click to collapse
Bear in mind that 99.99% of Android users will never know that this has happened, or that these processes were started. So, if they want to use Stocks, Peep, or whatever, they don't need to make a conscious decision to have the app start automatically - it just does.
Whilst I'm sure Google could build in an official API to allow you to control this behaviour, it would only be of benefit to a very tiny minority of users.
Regards,
Dave
Thank you for the explanation.
All I want would be an option to disable autostart.
I found it in fring, for example, and would like to see other developers add this option as well.
The only bad impact you could have is that boot time could be a couple of seconds longer for every application that starts. Otherwise, that memory it occupies will be freed the second the system needs it and CPU-wise, those applications are staying idle in the background
koichirose said:
All I want would be an option to disable autostart.
Click to expand...
Click to collapse
Same here. Android has a slightly ridiculous amount of processes and apps running in the background all the time, and while they in theory shouldn't put a strain on the battery when they're not using the CPU, I'm beginning to think that they do since battery life on Android usually is awful, no matter how many precautions you take.
MapleDouglas said:
Same here. Android has a slightly ridiculous amount of processes and apps running in the background all the time, and while they in theory shouldn't put a strain on the battery when they're not using the CPU, I'm beginning to think that they do since battery life on Android usually is awful, no matter how many precautions you take.
Click to expand...
Click to collapse
exactly, no matter how many precautions you make, so you are basically saying it doesn't matter how many apps are "running"... It makes no difference whether memory is used by an app or not.
Read this article to understand it better: http://www.droid-den.com/android-guides/android-guide-should-i-use-a-task-killer
le3ky said:
exactly, no matter how many precautions you make, so you are basically saying it doesn't matter how many apps are "running"... It makes no difference whether memory is used by an app or not.
Click to expand...
Click to collapse
With "precautions" I wasn't referring to killing processes, but general battery saving precautions, many based on common sense. I agree that task killers never should be used, unless a specific app has frozen and is given you trouble. But you can just go to Android's own Applications screen for that.
Is there a free way to stop applications from starting up?
This can be accomplished with a cheap app Autostarts, but I would rather not pay.
i'm trying the trial of startup manager, blocks some but not all. looks like it just kills the process once it's started tself. gonna get rid, and just use the task manager i have now.
it doesnt matter if it only makes a small difference, it's (for me anyway) about control, no different that on the PC
i have plenty of RAM in my PC but i wont allow every single program to have something start itself at bootup. it;s annoying. that's why i use msconfig to kill em.
that's what we need for android.
I don't know of other programs, but autostarts works quite well, and it's not that expensive, as I recall.
snudel said it all: stop worrying about memory.. i was a long time iphone user. on iphone memory is a nightmare.. soh on desire i was all the time fc'ing app's, them i notice the problem wasnt memory os the great number of opened apps, but me.. now they run on background, open fast, the mem management is awesome, they dont seen to utilize any noticeable amount of battery.. so, before changing the system, try changing yourself..

[DATABASE] Best Root Apps

THIS IS THE ORIGINAL THREAD.
IF YOU FIND ANY DUPLICATE THREADS WITHOUT PROPER CREDITS FOR ME, PLEASE REPORT.
I SHALL TAKE THE NECESSARY ACTION ​
Most of you might be very much familiar with the rooting procedure. Its the process of giving yourself superuser permissions (ex - administrator in windows xp ).
If you are using a custom rom, then there is no need to specifically root your phone. But if you are using stock roms, then there is a guide to root in the forums.
Once rooted, you can now take your own decisions for your device which include improving system performance or flashing custom roms using cwm recovery or using any of these below listed apps. Use it wisely, as playing with your device performance can have damaging effects.
I AM NOT AT ALL RESPONSIBLE FOR ANY DAMAGE DONE TO YOUR DEVICE BY YOU.
Moving on, many of the rooted-on-stock and custom rom users might already know most of these apps and their uses, so this thread is for the begginers who have just rooted their devices.
Further, most of these apps are available in the playstore (mostly paid, but if you want the cracked versions, you can find them in the internet.
So here are some of the apps that might be usefull for you. I will also update this apps list as soon as, I find more usefull apps.
HIT THANKS IF YOU LIKE THIS THREAD.
Titanium Backup -
Losing all the apps on your device accidentally or while flashing custom rom is a bad feeling. Re-downloading every app is a painstaking work so fortunately for root users, Titanium Backup provides the solution. Titanium Backup is a powerful backup utility which stores your apps, app data, and system data on your SD card for safekeeping. Titanium Backup can also painlessly remove, freeze-unfreeze any app, including system apps. This app can be configured to run its tasks on a schedule, and the $3.99 donate version allows you to set up multiple schedules for the various combinations of backups it is capable of performing.
ROM Manager -
ROM Manager allows you to flash almost any ZIP to your phone, whether it be a kernel, ROM, app package, or even initiate a nandroid backup.
adbWireless -
adbWireless does exactly what its name implies, all without the need for a USB cable. There really isn’t much to say as the app is, quite literally, a big red button that you can push to enable/disable wireless ADB connection. There’s also a widget for those times when you’re too lazy to fire up the full application. Its available on the playstore for free.
Move2SD Enabler / Install manager -
Move2SD Enabler or Install manager, allow users to move any app to the SD card. Like adbWireless, it’s as simple as pressing a button. It’s free and both the the apps are available in the playstore. Although scripts like s2e and link2sd etc are there its sometimes convinient to use apps like these.
Market Autoupdate Bulk Toggle -
Another simple yet incredibly useful root-only app:
Market Autoupdate Bulk Toggle. This is an app that takes the Market’s auto-update feature to a whole new level:
Pressing "Autoupdate On" does exactly what you’d expect: it turns on auto-update for all of your installed apps. That’s it – you’ll never have to confront that pesky "Allow automatic updating" option in the Market again. The only caveat is that the program only enables automatic updates for apps that are already installed and won’t apply to those installed in the future – for those, you’ll have to rerun Market Autoupdate Bulk Toggle and press "Autoupdate On" again. Unsurprisingly, you’ll still have to push the "Update" button yourself when an app receives a manual update (which only happens when its permissions change – not a frequent occurrence). Although this feature is present in the playstore, all those who like using the old market this surely comes in handy. It’s free and available on the playstore.
Theft Aware -
Theft Aware, while considerably more complex than the other items on the list, is an Android security app unlike any other. With it, you can remotely track your phone if it gets lost or stolen, wipe it, call it and spy on the thief, and much more. Its free and available on the playstore.
DroidWall Android Firewall -
It will make sure apps on your phone don’t unnecessarily waste your limited data plan without your knowledge. The app’s main feature is turning off EDGE or 3G or WiFi access for any application, thus allowing you to restrict which apps can access the network. In addition to saving bandwidth, DroidWall can be used for security – just lock down a suspicious app to make sure it doesn’t try to unnecessarily encroach your privacy. As an added bonus, a log of what goes on is included. And its open source
Button Savior -
This is an similar to virtual buttons bar app, but with a slightly different and better UI. Button Savior might be worth a look.
Samba Filesharing -
Samba file sharing is the bomb. It turns your phone into an smb server and puts your sd card on your desktop when you’re on a wifi network. It allows you to share files between your phone and pc over WiFi as a Windows shared folder. With this free app, you can wirelessly copy files to/from your Android device via the same drag-and-drop interface you use when your handset is plugged into your computer with a standard USB cable. Even the security freaks have a reason to celebrate –
Samba offers customizable username and password options in addition to letting users choose a Windows workgroup name and a device network (NETBIOS) name.
Juice Defender and Ultimate Juice Defender -
Juice Defender is a battery conservation app. It uses various triggers, rules, and timers to control how often your device utilizes 3G/EDGE APN’s and wifi. These data connections are the number one drainers of battery life when your phone is idle, so Juice Defender allows you to decide when, where, and how often you want them to be active. Ultimate Juice ( paid version of Juice Defender) must be installed over an existing copy of Juice Defender, which unlocks a few additional capabilities for users with root permissions. It also provides some extra goodies for root users including the ability to adjust CPU clock speeds on the run to conserve battery, which requires root permissions.
ES File explorer -
This an application for exploring your phone’s directories.
For developers, its usefulness is self-explanatory. For the average user, it certainly is a solid file explorer with a better interface especially, ES file exp. One more unique feature of these file explorers is the ability to modify permissions settings on files or folders. It comes packed with some solid features apart from the conventional file viewing. Its completely free and is available in the market.
Root explorer -
Similar to any other file explorer app in the market. But its specialty is that, it can crawl deep into the deepest corners of android and modify them like the elusive dalvik cache to sd. Its a paid app available in the market.
Cachemate -
CacheMate is cache cleaner app like no other cache cleaning app does it. Two, CacheMate can clear certain data from the device. This was/is extremely tedious to accomplish and linux does not handle this. Three, CacheMate clears cache from the SD card. While you can go and do this yourself, CacheMate does it all for you just by a simple tap on screen.
Sixaxis Controllerer -
Sixaxis Controller allows you to connect a PS3 controller to your phone, giving you the ability to have a full gaming experience on your handset. You grab Sixaxis Controller form the Market for $1.62.
Wireless Tether -
Wireless Tether remains the best way to utilize your phone as a WiFi or Bluetooth (PAN) hotspot. Its free and its open source. Available in playstore. But, it is certainly a battery killer so use it while charging the device.*
Shark For Root -
It’s essentially a stripped down version of WireShark. It’s a particularly geeky app to have, but for developers or those of us obsessed with monitoring where our traffic is going its a great app. Shark monitors all network activity on your device (presumably from all interfaces) and outputs a .pcap file by consrving quite an amount of battery when compared to other apps in the playstore. So use it and know the difference yourself.
MarketEnabler -
One of the most frequent excuses for piracy has to be "The app isn’t available in my country" or "Google doesn’t allow paid apps where I live." No longer!
MarketEnabler makes your Android phone believe it’s on another carrier – perhaps even one in another country. For example, a Swede could use this app to access Google Books, which is, by official terms, available exclusively in the US, right ? So use it and let the downloading begin !
SD Maid -
SD Maid frees up space on your phone’s SD card by cleansing it of "corpses in the basement," or unnecessary data left behind by apps no longer installed on your phone. It works with all roms currently on the forums. Use it and know the difference.
AutoKiller Memory Optimizer -
Hate using scripts like V6 supercharger ?
Then is THE app for you.
It tweaks your phone just like the V6, to run smoothly. It kills all the idle process running in the background and saves a lot of battery. You can choose various OOM values for all the apps like foreground, visible, empty etc. Donators are also able to choose alternate presets, enter Chuck Norris mode, and enjoy an ad-free experience. Its available in the playstore for free, worth a try.
LCDDensity -
It changes the font of your phone, virtually everything. This is not a resolution changer (lol) , as I have seen many comments in playstore. It simply changes the depth and space of your phone. Using the app is very easy – simply adjust the slider or click on one of the big rectangular buttons to alter the density, then click ‘Apply’ to restart your device and see the changes in effect. Of course, the smaller the font, the harder it is to press onscreen objects; the larger the font, the more screen space goes to waste.
Keyboard Manager -
When it comes to landscape keyboards, it’d be hard to top what HTC has going with Sense UI. If it’s portrait input you’re after, however, Swype is the cream of the crop. So how can you decide ? Should you manually change your input method each and every time you switch orientations, or type exclusively in one
position? As it turns out, you won’t have to partake in either of those practices; downloading Keyboard Manager will suffice. The app is simple:
Allow users to use one keyboard in portrait mode and another when they turn their phone on its side.
Live dmesg boot and live logcat boot -
You won't have any words, to being shown the real dmesg (kernel debug) or logcat (Android debug) log every time your phone boots up ? So this is an app for all those dev's out there who are crazy about logs.
Screencast Video Recorder -
Taking a lot of screenshots and "videos" of apps and games is a habit to you ? Then Screencast is your go-to app, especially for the latter. If you ever find yourself in need of a way to record what’s happening on-screen, look no further than Screencast. The app costs $4, but there is a demo available so you can give it a shot before you buy.
Game On -
It not only allows users to backup and restore game data, but download and share game progress over the Game On network. Yeah, you read right – share. Game. Data. Maybe you’re stuck on a particular part of a game. Perhaps you just don’t feel like playing through all the boring crap (Gta 3) and want to jump straight into the good stuff. It doesn’t matter the reason you want to progress in a game – Game On is the solution. Game On costs a buck in the playstore. So give it a try and happy gaming !
Chainfire 3D-
With this app you can play all the HD games on your phone. It comes with various visual gameplay options. Its a paid app and is available in the playstore. Do give it a try.
WiFi Protector -
WiFi Protector is a security app that protects your device from Wi-Fi sniffing attacks. It’ll detect and prevent ARP (Address Resolution Protocol) attacks, like DoS (Denial of Service) and MitM (Man in the Middle). Unlike most of the other apps in the roundup, this one actually offers a little bit of functionality for non-rooted users too. It can even defend your phone against WiFiKill, an app that can eject basically any user off of a Wi-Fi network with the tap of a button. Its a paid app available on the playstore.
Undelete -
This one is sure to save many people a lot of heartache. We’ve all mistakenly
deleted files before, potentially losing them forever. The next time that happens, though, Undelete is here to save the day by scanning your device’s SD Card, finding all the deleted files, and, in most cases, restoring these files. The app is free in the playstore, so there’s no excuse to ever lose another file.
Reboot Control-
Reboot Control does 4 things, and 4 things only:
It allows you to reboot, recovery boot, wipe handset or bootloader boot with a single tap. The real usefulness of QuickBoot is in the ability to make home screen widgets for these functions, so they’re always at your fingertips. Since, almost all the custom roms these days use this as a built-in function so this app can be usefull for the stock users.
AdFree -
Blocks data access to a list of sites that store ads. Speeds up browsing experience as the ads aren’t downloaded along with the site and even blocks many ads from displaying in many of the ad supported apps.
Virtual Button Bar -
If your phone's buttons are about to fall off or something has happened and your buttons no longer work, then this app can save you a lot of time and trouble. Its entire purpose is to provide on-screen emulation of the dedicated hardware
buttons on most Android devices. The app offers various customizable features, such as user-definable buttons and positions, lockscreen animations, the ability to change various hardware button actions (volume, camera, etc) and a few
aesthetic variations such as transparency and button size. Virtual Button Bar is $1.63, but there is fully-functional trial available, as well in the playstore.
Call Blocker -
If you have specific numbers that you want to be blocked each time they call, then there’s a good chance you’ve turned to apps that automate this process. There is one problems with that, though:
Most apps still let your phone ring at least once. That’s where Root Call Blocker rises above the rest. Root Call Blocker detects incoming calls at the system level, so it can block them much more efficiently. In fact, it’s so efficient that it blocks the call before your phone even rings, so you’re completely unaware that the offending caller has tried to contact you in the first place. The app offers
many other features as well, such as call logs, multiple rejection methods, multiple profiles, caller grouping, SMS auto-replies, and much more. This app is not free, but there is also a trial version so you can give it a try before dropping any money.
SetCpu / NoFrills -
These apps let you control the speed of operation of your phone. They come with all the latest governers and I/O schedulers, though some roms governers are rom specific. Also, an Overclock kernel is required to use this app.
LBE Privacy Guard -
This is probably one of the best privacy guards that are ever seen apart from the pdroid patch by Yagya. Its functionality is akin to that of a software firewall, with some elements of Windows UAC thrown in. LBE sits in the background and “listens” to your apps as they request various permissions and then provides you a notice with options to either grant or deny access.
Dual Mount SD Widget -
The inability to mount your SD card to both your phone and PC at the same
time can be quite annoying, as you can’t access any of the information or apps that reside on your SD card when your device is mounted to your computer. Dual Mount SD Card is a simple and practical solution to this problem, as it allows you to access your SD card from phone and PC alike while it’s mounted. In order for this app to function properly, you must first disable Android’s auto-mount option, using the widget instead. This available on the playstore.
Hexamob Recovery Pro -
If you’ve ever accidentally deleted any data from your phone, then Hexamob Recovery Pro is here to save the day. Hexamob Recovery Pro is a data recovery tool designed to grab deleted files from either the SD card or internal storage of your Android phone. It supports the FAT file system, and offers the ability to scan the media for specific files types, including audio, video, images etc.
Total Commander -
Total Commander is a feature packed dual-pane file manager for Android, based off of the popular Windows file manager of the same name. It really is the only file manager that you’ll ever need. Most of the CM7 roms come cooked with it, in case you are using stock this will come in real handy.
Mobile ODIN Pro -
Flashing your firmwares the mobile way. Very handy and very useful thanks to ChainFire for this awesome app
Thread Link
Call Master -
It’s probably the best call and text firewall in the playstore. It can control dozens of variables in countless situations – everything from blocking certain numbers during certain times of day, sending specific numbers to voicemail, to auto-hang ups etc.
avast! Mobile Security -
Last, but certainly not least is avast! Mobile Security – an app that every rooted user should have installed. I know what you’re thinking – an antivirus app? Really? Yes, really. This app is different than the rest of the anti-virus applications in the Market, because it is also the best anti-theft solution of any app. (The other features of the app are top-notch, as well, but the anti-theft functionality is its only root function). Why is its anti-theft so good? Because
it used to be Theft Aware , an app that is listed above. TA was bought out buy avast! and incorporated into its Mobile Security app. The best part is that the root function of the app wasn’t altered in any way – avast’s anti-theft setup is identical to Theft Aware in every way but with a wonderfull UI – it’s simple and intuitive, and when it’s finished, you can rest assured that if your device is ever lost or stolen it’s as protected as it can be.
avast! Mobile Security is free and if you only choose to install one app from this roundup, I suggest that this is the one.
Battery Callibration
If you have a regular habit of changing roms ? Then this is the right app for you.
Its a battery calibration app. It wipes all the battery stats/data from your phone and will make your phone ready to produce some fresh new stats. In this way your battery will last longer as it is always recommended to calibrate the battery after flashing a new rom. Its a free app and is available in the playstore.
BusyBox Installer
Did you ever feel, where can I get a old version of busybox ? This is a common query while using the V6 Supercharger, since it recommends a busybox 1.18.2 or higher version. So ever come across an app that requires an older version of busybox ? Then this is right app to turn for. Its a free app and many versions are available in the playstore so, choose wisely
Script Manager
"THE" app for applying "ANY" script for your phone. It can help create terminal widgets for apps that aren't available for that app, by simple taps of the screen. SM widgets is another add-on for this app so you can use its full power.
For a guide to create terminal widgets, you can check this out :
Click Here
It can also help tweak your phones performance by applying scripts like V6, kickass, 3G booster etc. A must have app for any dev or tweaker. It can serve as a decent root explorer for an average user. Its available in the playstore for free.
Root Uninstaller
Annoyed by the fact that you can't remove those useless system apps ? No more ! This is that app, that removes all the useless apps from your phone. It can also freeze user apps, backup them, delete them, unfreeze them, move them sd card etc. Its a powerful to have and sometimes may come in handy some times. Its a free app available in the playstore.
Easy Tether
Too lazy to go into settings>wireless and networks>tethering>usb tether ??
Then this is your go to app. Its a one-click tethering app for your phone so that you can use it to browse on your laptop or desktop. Its a free app available in the playstore.
ScreenShot UX
A screenshot app that has all the cool features like shake to capture your screen. Its fully functional trial is available in the playstore. Use it and feel the app before investing in it
Screenshot ER
Another screenshot app. Its a completely free app in the playstore unlike any other in the playstore. As it is free, there has to be some way to chop our legs. . So that drawback is a 6-sec delay after taking every screenshot. Though if u buy it, you can reduce that delay to 1-sec. Some of its features are, screenshot preview ( various views for previews ) , shake SS, on-screen button, notification capture etc. Use it and the know the difference yourself.
Z Screen Recorder
Probably the only app to give some competition to screencast app. Its a similar app compared to the screencast video recorder. It simply has two big buttons, when the app is opened. It simply records whatever is happening on the screen and saves the video to your sd directly. It has fully functional demo in the playstore. Try it before buying it.
SD Booster
The dev of this app claims it to increase the external memories speed upto 40 times than before. You can set this app to work from boot. If you don't believe me or the dev, just use any of the benchmark tools and see the proof your self. Its a tiny-free app available on the playstore. Do try it
SD Speed Increase
Originally developed by our xda member '"brainmaster". Its a similar app to SD Booster. The app has similar results to that of its competitor in terms of write/read speeds in any benchmark apps. Its also a tiny-free app available in the playstore.
System Tuner Pro
The most complete android system utility app/tool. It does all activities like backing-up your apps, task killer, logcat reader, terminal emulator, memory controls, freeze/unfreeze apps, activity recorder, system tweaker etc. Use it and you'll know the difference yourself. You can also setup widgets and notification indicators to any of these function and monitor your phone with real ease. Its a free app available in the playstore.
Tasker
If you have a habit of forgetting things ? Then this is the BEST app available in the whole playstore. Then only drawback of this app is, YOU. lol, yeah coz if you forget to set the tasker to do its task, then you are actually limiting its function. So moving on, Tasker is powerful app that has triggers which can make you remember the mildest things through its alarm and etc functions, 200+ built-in actions , task completion, scene/icon/design your own task according to yourself. So what are you waiting for ? OH wait, have you forgotten what you were doing ? Then first download this app.
Its a paid app available in the play store.
Font Changer Root
Moving on, this allows you to change fonts. You might be asking, Why root for a puny font changer app ? The answer is, it changes fonts. Yes it changes fonts of virtually anything, even the keyboard you use. According to the dev, it creates a buck-up of your default font in-case something happens. While removing this app, make sure that you restore setting of your default font. In case you forgot, just restore your nandroid back-up. Its a free app in the playstore and a donate version is also available in case you like the app.
AnTuTu CPU Master
AnTuTu CPU Master is a tool for changing CPU/GPU speed. Its similar to SetCpu or no-frills. It slightly has better UI. You can overclock your device for faster performance or slow down by reducing the clock frequency. Its a tiny-free app available in the playstore.
Faster Fix
Speed up your fix of your current location using your phone's GPS. Here is the link to the trick/hack used in addition to this app : Enjoy
Click Here
Webkey
Using this app you can now control your phone from any browser. Yeah, you heard me right ! With this app you can send screenshots, control another phone, download-upload files, get gps location, read-write sms, export-import contacts-sms-call logs, terminal emulator etc.. So what are you waiting for ? Go ahead and try this app as its a free app available in the playstore
Root Checker
This tiny-free app DOES NOT REQUIRE ROOT. Then why on the list ? As the name implies, it simply checks your su-binary and verifies that your phone is properly rooted or not. So this app is helpful for beginners who rooted their stock recently and lets you check whether you have followed the procedure correctly or not. Its available in the playstore for free.
Spare Parts
This is a very handy app to have. It currently works only on custom roms and CM7. It a tool to control all your hidden interface changes in your custom rom. Going through setting for even changing even the screenlock can be painful, So this app save that time and energy easily. It also allows you to change the screen transition type and its speeds, wifi sleep policy, useage statistics etc. Its a free app and is available in the playstore.
Swapper
It lets you create, add and manage swap memory file without a swap partition on SD card. Reconfigure the app if you changed your swap size. This tiny app is free and its available in the playstore.
DroidTweaker Root
A small All-in-one app for your rooted phone. It also can mount the system partition as read-write for development purposes and also can clear dalvik cache directly by the tap of a button. Its presently in beta stage but its working fine for me. This tiny app is free and its available in the playstore.
CREDITS
1. Android Central for some apps
2. Me for the rest
3. You for being cooperative
4. XDA for giving a place to learn and share
5. Google for Android !
reserved post for updates
In the following days, i will upload some screenshots along with play store links.
thank you for cooperation.
one more please if u dont mind..
this too sorry
Hi nice thread. I dont have thus phone but really useful thread anyway.
I noticed your going to be adding sone screenshots and Play Store links.
Why not take a look at my thread to take a look at the layout there mate.
http://forum.xda-developers.com/showthread.php?p=32881372
Sent from my GT-I9300 using xda premium
Nick Fury said:
Hi nice thread. I dont have thus phone but really useful thread anyway.
I noticed your going to be adding sone screenshots and Play Store links.
Why not take a look at my thread to take a look at the layout there mate.
http://forum.xda-developers.com/showthread.php?p=32881372
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
really nice thread ya sure will make this thread in the same layout as urs.
thanx
MOD EDIT: DO NOT QUOTE LONG OP
excellent tutorial
thanks
please unquote the OP... it takes ages to scroll down !
Android_United said:
please unquote the OP... it takes ages to scroll down !
Click to expand...
Click to collapse
Yes please. That's annoying
Sent from my SCH-I535 using xda premium
chainfire 3d ?
I see you posted chainfire 3d. Question is with the stock rom rooted is it safe to install the cf3d drivers. Just want to make sure before I end up with a blank screen and no way to factory reset this phone.
Anyone done this already succesfully ?
I really want to be able to play Shadowgun Deadzone but it closes when I open the app and says loading it closes while loading.
thanks for the time and dedication
Never realized Avast had extra features for root users until reading this thread. Thanks!
thanks
im new to rooting so thatnks for this list!
War Eagle!
Sent from my LG-E97x using xda app-developers app
Jank4AU said:
War Eagle!
Sent from my LG-E97x using xda app-developers app
Click to expand...
Click to collapse
It's all about The U!
____
Sent from my LG Original Gangsta
I belong to the O2X community....saw your excellent list....nice and simple explanations
Thought I will suggest you to include "greenify" app which allows the apps running in the background to be used only when it is active. This way it is contributing to precious battery life.
this is available in play store or free and paid version.
Thanks my friend
Love it!
Awesome list! Thank you The Alchemist for posting this, using most of these on my Blaze! Agree with SREEPRAJAY about Greenify, amazing app, everyone should have it!
ok will update with that app along with some more..
Nice when I am new in root.
AdAway
I thing there in the best rooted apps is missing AdAway.
http://forum.xda-developers.com/showthread.php?t=2190753
App blocking all adds in apps.

List of apps for Debloating and "Android OS" Battery Hogging Fix

By now we've learned that TouchWiz is pretty damn bloated. I did some work on my T-Mobile Note II and managed to clean up a lot of bloat. That said, I'm going to cut straight to the chase... The following list includes the apps that I have either uninstalled with ROM Cleaner (available from the Note 2 International Forum) and Frozen with Titanium Backup. So far I have not had any weird bugs or loss of functionality. Obviously you need to be rooted for this. However, your mileage may vary and I am not responsible at all. I have tested this for me and it works. I have about 1200MB to 1400MB of free RAM at boot!
Uninstalled with ROMcleaner:
Adobe Reader PDF reader
AllShare Cast
Nearby devices
AllShare Play
AllShare Service
Chaton
ChocoEUKor font
DSM
DownloadThemAll
Samsung fota updates
Upgarde installer
Game Hub
Market Feedback Agent
Samsung Help Hub
Helv Neue S font
Idea Idea Sketch
Learning HUB
Music Hub
MusicFX
MobilePrint
MobileTrackerTwo
Official Top 40
MyFiles
Google Plus
PRUI
Readers Hub Store
Reader Hub App
Reader Hub Bridge
RoseEUKor Font
Samsung APPS
Samsung UNA3
HTML Viewer
Samsing Note
Samsung Snote syncadapter
S Suggest
Software Update
talkback
Trim
Video Hub
WebManual
Frozen with Titanium:
Amazon
Bonus Apps
CapabilityManagerService
Enterprise SysScope
Enterprise VPN Services
EnterprisePermissions
Favorite Apps
Favorite Contacts
Play Books
Play Movies
Group Cast
Kies Air
Kies Via Wifi
Media Hub
MobileLife
Need For speed
Remote Controls
Samsung Account
Samsung Backup Provider
Browser Synadapter
Cloud Data Relay
Contact SyncAdapter
SmemoSyncadapter
Samsung Syncadapters
Simple Alarm Clock
Software Update
Swype
T-mo my account
T-Mo name ID
Mobile TV
TMserverapp
Visual Voicemail
VPN Client
Yahoo Finance
Yahoo News
UltraCfg
Testservice
SysScope
Smartcardservice
Service Mode
Self Test mode
Screen Recorder
Samsung SEtup wizard
Samsung Push Service
Samsung Backup
Preconfig
PhoneUtil
NFS Service
SNS
Popupuireciever
I know there's some typos in there, but you get the idea.
Now, if you go to your battery usage, you will see that Android OS is eating a lot of battery, even when idle... Lots of wakelocks, etc. Turns out it's mediaserver eating up all of the battery and throwing partial wakelocks...
Here's the fix:
From an ADB shell or a terminal on the phone... YOU MUST BE ROOTED:
Code:
su
pm enable com.android.providers.media/com.android.providers.media.MediaScannerReceiver
My battery life at idle has SUBSTANTIALLY improved. My free RAM has improved as well.
I'm not going to lie... The debloating doesn't make things seem that much faster, and this phone is so damn fast that it really doesn't matter that much. But that pm enable fix is slick and helps a lot as far as battery while idling.
Please don't hesitate to share your findings or improvements to this. I welcome any constructive input.
Thanks! I've been meaning to research on which apps were safe to freeze/uninstall.
Thanks
when you do the mediaserver fix through the terminal is it supposed to say "new state:enabled" ?
bapurado said:
when you do the mediaserver fix through the terminal is it supposed to say "new state:enabled" ?
Click to expand...
Click to collapse
It didn't do that for me, but check and see if MediaServer is running as a SERVICE, then you'll know if it worked
Once I put in the commands it said enable is that correct? And is this to minimize the media server's percentage in the battery screen shot?
Sent from my SGH-T889 using xda premium
acrown said:
Once I put in the commands it said enable is that correct? And is this to minimize the media server's percentage in the battery screen shot?
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
If you'd feel more comfortable there's a free app in the Play Store called Media Rescan Root that will do the same thing...
The command disables mediaserver from constantly scanning storage for new media; it's out of control and likely a bug specific to our device/series of devices.
Ran the code via Rom ToolBox terminal.
I'm a heavy user, the S2 barely lasted my work day. This bad boy was getting to 30 something % by 5pm, after being off the charger around 6:30am. It's 4pm and I'm at 48% - 10 hours. That's moderate use.
I think this lil script did it's job. I'm pretty freakin' impressed.
If you'd feel more comfortable there's a free app in the Play Store called Media Rescan Root that will do the same thing...
Click to expand...
Click to collapse
Honestly i dont think this is a big an issue on my note 2 as it was for my GS1 which took a long time to media scan on boot. I don't think I've seen my note 2 media scan on boot and the boot time is really amazing as it is stock.
@OP
Thanks for sharing. You're a bit too aggressive for my tastes, but we all use our phones differently. No criticisms below, just discussion points.
Many of the apps you've removed, like Amazon, are ones I use frequently, and honestly, I find it difficult to believe it uses any meaningful amount of juice if you're not actually shopping with it. I certainly could be wrong, but on all the phones I've ever used, apps like that have never made an appearance of concern in battery history. YMMV.
Also, I think it's interesting that you chose to "freeze" apps that can be downloaded from the Market (Amazon, Play Books, Play Movies). Freezing stops them from running, but they're still sitting there eating up storage space (albeit very little). I'd just totally uninstall them and reinstall if needed.
I heard that some of the bloatware from Tmobile actually reinstalls itself when frozen/removed. Any experience with that?
distortedloop said:
@OP
Thanks for sharing. You're a bit too aggressive for my tastes, but we all use our phones differently. No criticisms below, just discussion points.
Many of the apps you've removed, like Amazon, are ones I use frequently, and honestly, I find it difficult to believe it uses any meaningful amount of juice if you're not actually shopping with it. I certainly could be wrong, but on all the phones I've ever used, apps like that have never made an appearance of concern in battery history. YMMV.
Also, I think it's interesting that you chose to "freeze" apps that can be downloaded from the Market (Amazon, Play Books, Play Movies). Freezing stops them from running, but they're still sitting there eating up storage space (albeit very little). I'd just totally uninstall them and reinstall if needed.
I heard that some of the bloatware from Tmobile actually reinstalls itself when frozen/removed. Any experience with that?
Click to expand...
Click to collapse
The my T-Mobile program keeps popping back up, but that's the only one. I don't mind, to be honest. And I agree, this is too agressive. It's not like this big list is getting in the way, and I honestly doubt he's seeing much, if any, improvement. But, you are right, YMMV.
mdt73 said:
The my T-Mobile program keeps popping back up, but that's the only one. I don't mind, to be honest. And I agree, this is too agressive. It's not like this big list is getting in the way, and I honestly doubt he's seeing much, if any, improvement. But, you are right, YMMV.
Click to expand...
Click to collapse
Actually, the My T-Mobile app is one I would want to keep; nice to have a quick easy access to my account information. If carriers are going to add bloat, that's the kind of stuff they should be adding.
distortedloop said:
Actually, the My T-Mobile app is one I would want to keep; nice to have a quick easy access to my account information. If carriers are going to add bloat, that's the kind of stuff they should be adding.
Click to expand...
Click to collapse
Ah, true, I am not on T-Mobile, so I don't use it. The program is tiny anyways, so it's no big deal. Now, if it were Need For Speed... I would do battle! LoL!
distortedloop said:
@OP
Thanks for sharing. You're a bit too aggressive for my tastes, but we all use our phones differently. No criticisms below, just discussion points.
Many of the apps you've removed, like Amazon, are ones I use frequently, and honestly, I find it difficult to believe it uses any meaningful amount of juice if you're not actually shopping with it. I certainly could be wrong, but on all the phones I've ever used, apps like that have never made an appearance of concern in battery history. YMMV.
Also, I think it's interesting that you chose to "freeze" apps that can be downloaded from the Market (Amazon, Play Books, Play Movies). Freezing stops them from running, but they're still sitting there eating up storage space (albeit very little). I'd just totally uninstall them and reinstall if needed.
I heard that some of the bloatware from Tmobile actually reinstalls itself when frozen/removed. Any experience with that?
Click to expand...
Click to collapse
All I was doing was listing what you can do, and what I did. I froze Play Books and Movies because they're always running and eating up RAM, even when you kill them. They are always running if they are installed. And in reference to your question about T-Mobile stuff reinstalling itself, I've never had that in my experience if I've actually completely removed something. I don't see technically how that would be possible.
I froze Amazon because f**k them, and f**k T-Mobile for installing Amazon as a system app, meaning you can't remove it without root. I spent $700 on a device, it's absurd that I should not have control over what apps I can and can't have on my device... Don't you think?
I was only sharing what I did and what I found is safe, eg. this didn't bork my phone
Thanks for your input
brashmadcap said:
All I was doing was listing what you can do, and what I did. I froze Play Books and Movies because they're always running and eating up RAM, even when you kill them. They are always running if they are installed. And in reference to your question about T-Mobile stuff reinstalling itself, I've never had that in my experience if I've actually completely removed something. I don't see technically how that would be possible.
I froze Amazon because f**k them, and f**k T-Mobile for installing Amazon as a system app, meaning you can't remove it without root. I spent $700 on a device, it's absurd that I should not have control over what apps I can and can't have on my device... Don't you think?
I was only sharing what I did and what I found is safe, eg. this didn't bork my phone
Thanks for your input
Click to expand...
Click to collapse
Winky faces aside, I think you took my post far too personally. You invited discussion, and I offered up some. No offense was intended.
You also apparently completely missed my point re: "freezing" vs. removing. You clearly have root access, as indicated by some of the tips you give which you specifically say "YOU MUST BE ROOTED", so I'm confused by what you mean when you say "you can't remove it without root." You can't remove any system apps, which most of which you removed are, without root, so that's irrelevant. My confusion was simply why, considering you must have root to do some of what you did" you chose to freeze som market-downloadable apps rather than simply uninstall/remove them?
My logic tree when I decide whether to remove or freeze is simple. Freeze stuff I might want/need back that's not easily obtainable/installable, just to be safe. Remove stuff I know is safe and that I can easily obtain/reinstall through the Play store or other places.
I'm not interested in an argument, so I think I'll just move along from here and find a discussion a bit less defensive.
Peace.
1 there are many more that can go
2 can you sort them alphabetically
3 thanx fellow minimalist
distortedloop said:
Winky faces aside, I think you took my post far too personally. You invited discussion, and I offered up some. No offense was intended.
You also apparently completely missed my point re: "freezing" vs. removing. You clearly have root access, as indicated by some of the tips you give which you specifically say "YOU MUST BE ROOTED", so I'm confused by what you mean when you say "you can't remove it without root." You can't remove any system apps, which most of which you removed are, without root, so that's irrelevant. My confusion was simply why, considering you must have root to do some of what you did" you chose to freeze som market-downloadable apps rather than simply uninstall/remove them?
My logic tree when I decide whether to remove or freeze is simple. Freeze stuff I might want/need back that's not easily obtainable/installable, just to be safe. Remove stuff I know is safe and that I can easily obtain/reinstall through the Play store or other places.
I'm not interested in an argument, so I think I'll just move along from here and find a discussion a bit less defensive.
Peace.
Click to expand...
Click to collapse
Thinly veiled sarcasm aside, I didn't mean to be abrasive. Just sharing what I did. I was more referring to the absurdity of the carriers forcing apps on you, then forcing you to void your warranty in order to remove them. That was not an assault on you. I know you know that you have to be rooted, you've been here for a while.
fit333 said:
1 there are many more that can go
2 can you sort them alphabetically
3 thanx fellow minimalist
Click to expand...
Click to collapse
1. Cool! Which other ones did you remove?
2. No
3. You're welcome
This works so good on my at&t i317. Thanks for the post.I'm seeing a lot better battery as well
Sent from The Samsung Nerd Man cave
The media scanner eating battery was a big issue on my GT-i9300 GS3. It's not been too big of a deal on my GN2 so far.
I was just curious, should the code "disable" the scanner on boot and not enable?
Here's what was posted:
Code:
su
pm enable com.android.providers.media/com.android.providers.media.MediaScannerReceiver
Should it be (?):
Code:
su
pm disable com.android.providers.media/com.android.providers.media.MediaScannerReceiver
I just want to know because I think I'm going to disable the media scanner on boot to try it out on my GN2.
Thanks for the info!

Package Disabler

For those of us not willing to root right now, I have to say using package disabler to turn off CleanMaster, S-Voice and S-Finder have done wonders in the last 48 hours for making this phone just as responsive as my 2014 Moto X was. I've been close to biting the bullet and trading it in for almost anything else, and this may have changed my mind.
Where would I find package disabler
Sent from my SM-G925T using Tapatalk
Play store!
jhollow3 said:
Play store!
Click to expand...
Click to collapse
samsung made the developer to remove it
now I can't find it anywhere
fXck samsung
Try googling it and selecting the play store link..I was able to download it that way....
Verification is failing
Wow I can confirm. Worked fine before and now it doesn't work. Doesn't even let me active the pack disabled anymore. Smh.
What do I do about the apps I disabled?
Doesn't work, License server error before program starts.
Also very dangerous tool as it needs internet to work.
If you by misstake disable something that has to do with connectivity you will end up having to do a factory restore !!
If you by misstake installed this crap onto your device, you might notice that the de-install option is greyed out, don't panic.
Go into the security section and de-select the app under device administrators.
Now it can be de-installed.
Here's a much better and SAFER alternative:
http://forum.xda-developers.com/android/software/debloater-remove-carrier-bloat-t2998294
BTW,
These are the 3 packages that i needed to disable to kill OTA on my S5 with KitKat 4.4.2:
com.wssyncmldm
com.sec.android.fotaclient com.policydm
com.policydm
http://apk-paradise.com/package-disabler-pro-v2-8/
profesy said:
hxxp://apk-paradise.com/package-disabler-pro-v2-8/
Click to expand...
Click to collapse
Doesn't work and useless unless the internet dependency is removed.
Usually these kind of apps are being offered for free at XDA forums, but there's always somebody who's trying to
turn it into a buck, totally disregarding the people who d/l this and softbrick their phones...
Also the whole purpose and usefulness of the tool is defeated if you need internet access to d/l and use it.
Reason being the phone fills up with crap, the same second you connect it to the internet the first time.
You want to run a tool like this before, not giving the phone a chance to fill up with junk/updates.
Especially important is this in regards to OTA.
Disabled junk is still junk eating precious space on your mobile.
Package Disabler works fine on S6 5.1.1 Stock without root
dobbelina said:
Doesn't work and useless unless the internet dependency is removed.
Usually these kind of apps are being offered for free at XDA forums, but there's always somebody who's trying to
turn it into a buck, totally disregarding the people who d/l this and softbrick their phones...
Also the whole purpose and usefulness of the tool is defeated if you need internet access to d/l and use it.
Reason being the phone fills up with crap, the same second you connect it to the internet the first time.
You want to run a tool like this before, not giving the phone a chance to fill up with junk/updates.
Especially important is this in regards to OTA.
Disabled junk is still junk eating precious space on your mobile.
Click to expand...
Click to collapse
It only needs internet connection the first time by instaling procees, because the licence activation only works with internet. Once its activated it Work´s well
The server is very busy so it could mbe that you have to wait till all is fine again.
Im using it with my Galaxy S6 Stock not rooted 5.1.1 and i have disabled most of the system app
It´s easy to use and easy no enable again
RubenMMS2
I am not sure what you are saying about this app is correct! in Android please tell me which app do not require internet, and accessing internet is dangers then all apps in play store is dangerous. Debloater do not give any recombination for which packages to disable, if you disable system packages with Debloater the only option left is factory reset (I have to factory reset my Note 3 after using Debloater)
Pacakge Disabler is back
I found the paid version is back and working search for package disabler pro on the play store.
so any list of things we can disable to speed up this phone, touchwiz is really laggy after a few minutes of use
Disable bloatware option in package disabler
eduardmc said:
so any list of things we can disable to speed up this phone, touchwiz is really laggy after a few minutes of use
Click to expand...
Click to collapse
Package disabler has a disabler all bloatware option . it will remove 100+ apps . that you did not know existed on your device.
There is also coding to identify bloatwares. It will double your speed.
developerdan said:
Package disabler has a disabler all bloatware option . it will remove 100+ apps . that you did not know existed on your device.
There is also coding to identify bloatwares. It will double your speed.
Click to expand...
Click to collapse
i haven't root my S6 edge and don't really want to yet. so i was looking for something like this.
yeah i debloated it with a few app i actually use, great thing about this app is that it shows you which app are "confirmed" safe to deblot. it actually debloted automatically like 140things from my system.
where can i get those codes i don't se it in any of the setting?
i was about to give up on touchwiz and this galaxy s6, since i got it touchwiz has been hell with the reloading of widget and icons, clear cache and data help but a few hours later the slowness would returned ( i already exchanged devices 4 times for other reason and all of them had the same problem), also phone would get hot, sometimes pretty darn hot.
This app has solve all problem (also a different launcher like nova solved it) but using touchwiz and this debloted app have giving me more battery life, super fast device, no more reloading, and it never heats up.
i for one would like to have a device from samsung that i would not have to deblot to get a lag free experience. i believe the only device i have never root from samsung was the note 3 which ran like a champ always.
dobbelina said:
Doesn't work, License server error before program starts.
Also very dangerous tool as it needs internet to work.
If you by misstake disable something that has to do with connectivity you will end up having to do a factory restore !!
If you by misstake installed this crap onto your device, you might notice that the de-install option is greyed out, don't panic.
Go into the security section and de-select the app under device administrators.
Now it can be de-installed.
Here's a much better and SAFER alternative:
http://forum.xda-developers.com/android/software/debloater-remove-carrier-bloat-t2998294
BTW,
These are the 3 packages that i needed to disable to kill OTA on my S5 with KitKat 4.4.2:
com.wssyncmldm
com.sec.android.fotaclient com.policydm
com.policydm
Click to expand...
Click to collapse
About time someone thought about security. That program is being used a lot on the note 5 forum. I find it to be potentially a huge security issue. I initially downloaded it and installed. I later that about it. I just went ahead and factory reset. It has way too much access imo.
can i use it to disable the my t-mobile app ?
the guitarist said:
can i use it to disable the my t-mobile app ?
Click to expand...
Click to collapse
Yeah you can.
Side note: I noticed it says knox is bloat.. But when I disable it causes my phone to bug out. Anyone else have similar issues?

New to Android and just Bought a Razer

Hey all. So as the title says, I'm new to Android, I've had an iPhone for like 10 years now and fancied a change. Bought the Razer on Monday and was wondering whats the benefits of Rooting the phone? As someone who used to Jailbreak the iPhone for tweaks etc, why should I root my phone? And is there any advice/help for making my phone better out of the box?
My main reason is to block ads, web and YouTube.
Oh by the way welcome to the dark side. Lol
If ads don't bother you i personally wouldn't bother with all the trouble
I root mainly because of xposed/gravity box and ads blocker
waiflih said:
I root mainly because of xposed/gravity box and ads blocker
Click to expand...
Click to collapse
What's that?
Root is not that hard. Go to this post scroll down to "Prebuilt boot image:" download the IMG and flash it.
https://forum.xda-developers.com/showpost.php?p=76062554&postcount=1
I use root for several different things.
1) Get rid of Ads
2) Grant extra rights to an app called MacroDroid (This app allows you to fully automate your phone through macros, like setting up a rule that says when the phone connects to my work wi-fi then it automatically will switch to vibrate only. This particular rule does not require root but there are extra functions granted by root that allow you to pretty much create whatever kind of rule you want to suit your life. It's a very powerful app and useful app.)
3) Get access to the true file structure (or root) of the phone allowing you to change undercover things if you know what you are doing.
4) I have another app called Social Contact Photo sync that needs root to match up my phone contacts with their Facebook photos.
5) I have an app called Tiles that allows you to change out and add a few extra buttons to the quick menu in the pulldown tray.
6) This is probably the most important one though, Titanium Backup. This should be the first app you install after getting root. Not only does it back up the apps and things on your phone but it also saves the data within those apps. So any custom settings and whatnot you have made in the apps will be saved. It also has many many more features, such as cloud saves to Dropbox or Google Drive.
Ultimately though the real point of Rooting is to grant you admin access to do whatever you want with it, just the way a PC is. You own it, so make it yours.
lostnsound said:
I use root for several different things.
1) Get rid of Ads
2) Grant extra rights to an app called MacroDroid (This app allows you to fully automate your phone through macros, like setting up a rule that says when the phone connects to my work wi-fi then it automatically will switch to vibrate only. This particular rule does not require root but there are extra functions granted by root that allow you to pretty much create whatever kind of rule you want to suit your life. It's a very powerful app and useful app.)
3) Get access to the true file structure (or root) of the phone allowing you to change undercover things if you know what you are doing.
4) I have another app called Social Contact Photo sync that needs root to match up my phone contacts with their Facebook photos.
5) I have an app called Tiles that allows you to change out and add a few extra buttons to the quick menu in the pulldown tray.
6) This is probably the most important one though, Titanium Backup. This should be the first app you install after getting root. Not only does it back up the apps and things on your phone but it also saves the data within those apps. So any custom settings and whatnot you have made in the apps will be saved. It also has many many more features, such as cloud saves to Dropbox or Google Drive.
Ultimately though the real point of Rooting is to grant you admin access to do whatever you want with it, just the way a PC is. You own it, so make it yours.
Click to expand...
Click to collapse
Awesome. That's very helpful and sounds like I'll be doing that then! One note, should I force the Oreo update first or leave it?
askylitangel said:
Awesome. That's very helpful and sounds like I'll be doing that then! One note, should I force the Oreo update first or leave it?
Click to expand...
Click to collapse
If you wanna try rooting i recommend you to back up your ohone ir sync it with google, then download the factory images of razer,
From here you can flash the factory images of oreo and have your phone factory reset, then from there set up your phone.
Oh to use the factiry images, you need to unlock your bootloader.
IM in the same boat, ive only ever owned iPhones going back to the 3GS the RazerPhone is my 1st Android phone too slowely getting use to it however the only problems i have is with lack of secuirty and OS updates that we are use to on Apple devices
iliais347 said:
If you wanna try rooting i recommend you to back up your ohone ir sync it with google, then download the factory images of razer,
From here you can flash the factory images of oreo and have your phone factory reset, then from there set up your phone.
Oh to use the factiry images, you need to unlock your bootloader.
Click to expand...
Click to collapse
So how do I go about doing that?
There's always a guide
https://forum.xda-developers.com/razer-phone/how-to/guide-to-unlocking-bootloader-t3706462
Please be aware that unlocking your phone will delete all data so backup pictures etc
SeriousFlash said:
There's always a guide
https://forum.xda-developers.com/razer-phone/how-to/guide-to-unlocking-bootloader-t3706462
Please be aware that unlocking your phone will delete all data so backup pictures etc
Click to expand...
Click to collapse
So is it worth waiting on 3 to push the Oreo update? (I'm from UK) or should I unlock the bootloader and force the update?
If you want to root your phone just go for the unlocking and debranding your phone to get Oreo and the easy root.
If you don't want to root then wait for three I would say since Oreo doesn't bring too much new stuff besides autofill in apps and better Dolby Atmos
The guides are all pretty straight forward and if something goes wrong you can always flash the recovery images
SeriousFlash said:
If you want to root your phone just go for the unlocking and debranding your phone to get Oreo and the easy root.
If you don't want to root then wait for three I would say since Oreo doesn't bring too much new stuff besides autofill in apps and better Dolby Atmos
The guides are all pretty straight forward and if something goes wrong you can always flash the recovery images
Click to expand...
Click to collapse
Awesome. Thank you so much! If I get lost you're the first person I'll ask for help aha
I should probs ask. But once it's rooted what do I do next? Like to block ads etc
Block Ads without a constantly running process by modifying the HOSTS file, OS Tweaks (L Speed, HEBF Optimizer, ect.), Better Customization (Substratum), more features you can use, Hack games with Game Gaurdian (Useful in games like City Racing 3D where you can hack the IAPs to get them free, because $100 for one car is too expensive), Bypass regional or device restrictions on the Play Store by spoofing a different devices specs.... and for my favorite root ability, ViPER Audio (Nothing sounds as near as good, not even Dolby Atmos)!
The list goes on and on... I love root. Most devices I use I root. However rooting voids your warranty. Also some devices have better development and are more stable, the Razer Phone is still new so it may be a while longer before we have more ROM options with root.
There are two types of root. System and Systemless (Recommended, especially for new users since a factory reset will often undo changes you made that may of bricked your phone when something went wrong)
FanboyStudios said:
Block Ads without a constantly running process by modifying the HOSTS file, OS Tweaks (L Speed, HEBF Optimizer, ect.), Better Customization (Substratum), more features you can use, Hack games with Game Gaurdian (Useful in games like City Racing 3D where you can hack the IAPs to get them free, because $100 for one car is too expensive), Bypass regional or device restrictions on the Play Store by spoofing a different devices specs.... and for my favorite root ability, ViPER Audio (Nothing sounds as near as good, not even Dolby Atmos)!
The list goes on and on... I love root. Most devices I use I root. However rooting voids your warranty. Also some devices have better development and are more stable, the Razer Phone is still new so it may be a while longer before we have more ROM options with root.
There are two types of root. System and Systemless (Recommended, especially for new users since a factory reset will often undo changes you made that may of bricked your phone when something went wrong)
Click to expand...
Click to collapse
That sounds amazing tbh. Is there a tutorial for the systemless? And how would one go about installing the "add-ons" so to speak?
askylitangel said:
That sounds amazing tbh. Is there a tutorial for the systemless? And how would one go about installing the "add-ons" so to speak?
Click to expand...
Click to collapse
Personally I would wait until there's more development and things are more stable... but if you so ask...
First you should get TWRP. https://forum.xda-developers.com/razer-phone/development/twrp-razer-phone-t3727333 After installing, back everything up to your microSD card. Then you need to install Magisk (This is the systemless root, I usually myself don't use systemless root and I prefer system root as I'm more careful and I want some of my changes to stay even after a factory reset). After that, you may get Magisk modules which add functionality and use some root apps.
Just a quick note, it does seem like there are some minor bugs with the Oreo update on the Razer.
Me and my gf have matching razers and both our phones have stopped syncing voicemails to our dialer and our dialers keep crashing.
We have also had a problem with the phone becoming entirely unresponsive even to force power off and after about 5 minutes the OS would crash and reboot then it would be fine.
This all seems to be a bug within Oreo, the only other phone to ahve the update seems to be the Pixel phones and they seem to be reporting similar issues.
I never had these issues prior to the update and we have both had these phones since day one (very awesome phone by the way regardless of the issues).

Categories

Resources