Debloat / Unbloat Tab S3 with latest Android 8.0.0 - Samsung Galaxy Tab S3 Guides, News, & Discussion

Hi, I have just got a Tab S3 and first thing I did was to remove unnecessary apps. Steps you need to do:
1. Install adb-shell on your computer (In Linux you may find it in the package android-tools)
2. Enable developer setting on TabS3.
3. Connect your TabS3.
4. Open terminal and type: $ adb shell
5. Grant permissions!
6. Show all installed apps: $ pm list packages | sort
7. Disable with: $ pm disable-user –user 0 <PACKAGE_NAME> (pay attention: There are two - before user 0, not just one - as it looks like)
Here is my list of deinstalled apps (-d):
Code:
gts3llte:/ $ pm list packages -d | sort
package:com.android.chrome (Chrome Webbrowser)
package:com.android.sharedstoragebackup
package:com.dsi.ant.plugins.antplus
package:com.dsi.ant.sample.acquirechannels
package:com.dsi.ant.server
package:com.dsi.ant.service.socket
package:com.enhance.gameservice
package:com.google.android.apps.docs (Samsung documents app)
package:com.google.android.apps.maps (Google Maps)
package:com.google.android.apps.photos (Google Photos)
package:com.google.android.apps.tachyon (Google Duo)
package:com.google.android.backuptransport
package:com.google.android.ext.shared
package:com.google.android.feedback
package:com.google.android.gm (GMail)
package:com.google.android.googlequicksearchbox
package:com.google.android.music (Google Play Music)
package:com.google.android.videos (Google Play Video)
package:com.google.android.youtube
package:com.microsoft.office.excel
package:com.microsoft.office.onenote
package:com.microsoft.office.powerpoint
package:com.microsoft.skydrive
package:com.samsung.android.allshare.service.fileshare
package:com.samsung.android.allshare.service.mediashare
package:com.samsung.android.app.simplesharing
package:com.samsung.android.bbc.bbcagent
package:com.samsung.android.dlp.service
package:com.samsung.android.email.provider
package:com.samsung.android.galaxycontinuity (Samsung Flow)
package:com.samsung.android.game.gamehome
package:com.samsung.android.game.gametools
package:com.samsung.android.samsungpass
package:com.samsung.android.samsungpassautofill
package:com.samsung.android.scloud (Samsung Cloud)
package:com.samsung.android.smartmirroring
package:com.samsung.android.ststub (IIRC either Samsung Smart Things or Samsung Members)
package:com.samsung.android.voc (IIRC either Samsung Smart Things or Samsung Members)
package:com.sec.android.app.kidshome
package:com.sec.android.app.myfiles (Samsung File Explorer)
package:com.sec.android.app.samsungapps
package:com.sec.android.app.sbrowser (Samsung Webbrowser)
package:com.sec.android.emergencylauncher
package:com.sec.android.widgetapp.webmanual
package:com.sec.musicstudio (Soundcamp)
package:com.sec.penup (Penup)
package:com.skype.raider (Skype)
package:flipboard.boxer.app (Flipboard - who really uses that?!)
Took me quite some time to figure out, which app to deactivate so that the launcher is free of unnecessary things (to me).

Very nice, thanks for posting this. I tried someone else's debloat list but encountered frequent wifi drops.. Haven't had time to troubleshoot.. I'll try this list though.

Fu¢[email protected] said:
Very nice, thanks for posting this. I tried someone else's debloat list but encountered frequent wifi drops.. Haven't had time to troubleshoot.. I'll try this list though.
Click to expand...
Click to collapse
Thank you for the guide. Work like a charm ?

I just curious, had i debloated some app can i really get some performance gain?
Right now i'm just annoyed when using chrome because sometime there are lag when scrolling
So i appreciate if someone can give answer or feedback based on this

Nevermind, please delete

Related

HTC Stocks currency problem

The HTC Stocks app has the best widget of all other currency apps, so I was using it on my 1.5 Hero for displaying the EURO/GBP (EURGBP=X) rate.
After the 2.1 rom update I have a strange problem. When I try to add a new ticker for "eurgbp=x", I get the error message: "Unable to recognize the company name or stock symbol you typed. Please try again." However, this worked in the past like a charm. I have to note that adding "gbp=x" or "usd=x" works fine, with no problem at all.
Maybe this problem is related to an updated version of the Stocks app in the new rom. Is anyone experiencing the same problem? I haven't found a similar thread for a Sense Android phone. The same problem exists in the latest rom of HD2, but people have figured a work-around, by changing a file under "Application Data\HTC\", but this file doesn't exist on Android.
Any help would be more than welcome!
I experience the same problem (although I'm on VillainRom12). Previously adding currencies (EURUSD=X etc) was working, but right now I am unable to find it. This could be HTC problem as it was working fine on 1.5, but this could be also some Yahoo search glitch (I am unable to search for that quotes on mobile version of the Yahoo Finance page, while the desktop version works fine). The only workaround to that was to edit manually SQLite database of Stocks application (but this may require root - I can provide details if necessary). Once I added appropriate entries to the list of stocks, it seems to be working fine (it is displaying my currencies, but the search still does not work).
One other deficiency I found was the fact that graphs are not cached anymore - If I open the application and check for example a daily graph, I need to update it in order to see any chart - each time, even if I switch from 1D to 5D and back. It is also automatically updated each time I visit given tab, if I enable the automatic updates. Previously this app displayed previously cached graph. I'm not sure whether this happens also on stock 2.1 ROM.
Now that you mention it, I have the same problem with the graphs in the 2.1, too. It worked (showed the cashed graph) in the 1.5, but not any more. Blank graph until it updates.
Can you provide me some guidance about how to edit the Stocks' database? At least a link to something similar would be much appreciated. Can I access the phone's system folder without rooting it, through my PC (Win, Linux, whatever)?
eeVoskos said:
Can you provide me some guidance about how to edit the Stocks' database? At least a link to something similar would be much appreciated. Can I access the phone's system folder without rooting it, through my PC (Win, Linux, whatever)?
Click to expand...
Click to collapse
I'm new in the business, so I'm not sure if the root is necessary. You can try it, anyway to see if you will be able to push and pull files from the directory where Stocks stores its database.
Here's what I did:
Enable USB Debugging in Settings -> Applications -> Development -> USB Debugging
Download Android SDK from http://developer.android.com/sdk/index.html
In command line go to subdirectory tools of Android SDK
Close Stocks app and remove Stocks widget from the screen
Connect Phone via USB
... (Beginning of the optional part) ...
Go to Android shell
Code:
adb shell
List any processes to see if there's a com.htc.android.Stock process (like in this case)...
Code:
ps | grep Stock
7605 10007 130m S com.htc.android.Stock
7619 0 2156 S grep Stock
Kill any Stock processes (using the value in the first column):
Code:
kill 7605
Exit to command line
Code:
exit
... (End of the optional part) ...
Pull the Stock database:
Code:
adb pull /data/data/com.htc.dcs.service.stock/databases/stock.db stock.db
Sample output:
Code:
d:\Projects\Android\tools>adb pull /data/data/com.htc.dcs.service.stock/databases/stock.db stock.db
568 KB/s (5120 bytes in 0.008s)
Backup, just in case:
Code:
copy stock.db stock_backup.db
Run sqlite3
Code:
sqlite3 stock.db
Enable headers in sqlite:
Code:
.headers on
List contents of quotes table:
Code:
select * from quotes;
Sample output:
Code:
sqlite> select * from quotes;
_id|_name|_symbol|_price|_change|_percent|_open|_high|_low|_volume|_link|_type|_sequence|_updatetime
2|CHF/PLN|CHFPLN=X|3.08299994468689|0.0116999996826053|0.381900012493134|3.07209992408752|3.08550000190735|3.07010006904602|0|http://m.yahoo.com/htcwf/search?p=CHFPLN=X||0.0|1278490511305
3|USD/PLN|USDPLN=X|3.27649998664856|0.0200999993830919|0.617200016975403|3.25550007820129|3.27959990501404|3.24499988555908|0|http://m.yahoo.com/htcwf/search?p=USDPLN=X||100.0|1278490511305
4|EUR/PLN|EURPLN=X|4.1217999458313|0.0151000004261732|0.367700010538101|4.11250019073486|4.12349987030029|4.10799980163574|0|http://m.yahoo.com/htcwf/search?p=EURPLN=X||200.0|1278490511305
5|EUR/USD|EURUSD=X|1.25789999961853|-0.00469999993219972|-0.376199990510941|1.26170003414154|1.26259994506836|1.25689995288849|0|http://m.yahoo.com/htcwf/search?p=EURUSD=X||300.0|1278490511305
6|EUR/CHF|EURCHF=X|1.33689999580383|-0.000899999984540045|-0.0710000023245811|1.33879995346069|1.33910000324249|1.33609998226166|0|http://m.yahoo.com/htcwf/search?p=EURCHF=X||400.0|1278490511305
sqlite>
Note the last _id (here 6) and add new currency with _id higher by 1 (so here, 7):
Code:
insert into quotes (_id, _name, _symbol) values (7, "EUR/GBP", "EURGBP=X");
Check if it has been added:
Code:
select * from quotes;
Sample output:
Code:
sqlite> select * from quotes;
_id|_name|_symbol|_price|_change|_percent|_open|_high|_low|_volume|_link|_type|_sequence|_updatetime
2|CHF/PLN|CHFPLN=X|3.08299994468689|0.0116999996826053|0.381900012493134|3.07209992408752|3.08550000190735|3.07010006904602|0|http://m.yahoo.com/htcwf/search?p=CHFPLN=X||0.0|1278490511305
3|USD/PLN|USDPLN=X|3.27649998664856|0.0200999993830919|0.617200016975403|3.25550007820129|3.27959990501404|3.24499988555908|0|http://m.yahoo.com/htcwf/search?p=USDPLN=X||100.0|1278490511305
4|EUR/PLN|EURPLN=X|4.1217999458313|0.0151000004261732|0.367700010538101|4.11250019073486|4.12349987030029|4.10799980163574|0|http://m.yahoo.com/htcwf/search?p=EURPLN=X||200.0|1278490511305
5|EUR/USD|EURUSD=X|1.25789999961853|-0.00469999993219972|-0.376199990510941|1.26170003414154|1.26259994506836|1.25689995288849|0|http://m.yahoo.com/htcwf/search?p=EURUSD=X||300.0|1278490511305
6|EUR/CHF|EURCHF=X|1.33689999580383|-0.000899999984540045|-0.0710000023245811|1.33879995346069|1.33910000324249|1.33609998226166|0|http://m.yahoo.com/htcwf/search?p=EURCHF=X||400.0|1278490511305
7|EUR/GBP|EURGBP=X|||||||||||
sqlite>
Quit sqlite:
Code:
.quit
Push the file back to the phone:
Code:
adb push stock.db /data/data/com.htc.dcs.service.stock/databases/stock.db
Sample output:
Code:
d:\Projects\Android\tools>adb push stock.db /data/data/com.htc.dcs.service.stock/databases/stock.db
341 KB/s (5120 bytes in 0.014s)
Restart phone.
See if that worked
I hope HTC (or Yahoo) will be able to fix that, because the above is really a long process...
Anyway, I can't make it work. Entering "ps | grep Stock" gives me a "grep: permission denied" error message. I did some searching and I believe this is what people mean by saying "you need root access", right? I'll come back when I'm rooted (i.e. when I find a decent guide for rooting 2.1).
Thanks for your time & effort man. I really appreciate it.
eeVoskos said:
Anyway, I can't make it work. Entering "ps | grep Stock" gives me a "grep: permission denied" error message.
Click to expand...
Click to collapse
You can try to omit the "optional" part (steps 6-9) - the ps thing was just to make sure that Stock isn't running. But I noticed anyway that it never ran in the background when I closed it on the phone. Try to adb pull and adb push and see if you'll get any permission issues. If you do, then you indeed need a root (sorry I can't check that as I'm rooted)
A couple of days ago I updated the ROM of my HTC TD2, with the most recent one of HTC (WM6.5, Sense 2.5.20113030.0). Afterwards I noticed that I also could not get the stock app to accept the code EURUSD=X.
You mention the following
The same problem exists in the latest rom of HD2, but people have figured a work-around, by changing a file under "Application Data\HTC\", but this file doesn't exist on Android.
Click to expand...
Click to collapse
Can you tell me what that work-around is or point me to it? Hopefully this can help me.
Thank you in advance.
Check this thread:
http://forum.xda-developers.com/showthread.php?t=706732
eeVoskos said:
Check this thread:
Click to expand...
Click to collapse
Thank you for the link (which I am not allowed to repost ).
Last Monday I wrote an e-mail to HTC about this problem and a couple of days later I got a reply. They told me they tried to search for the currency rate (eurusd) and that they got a result. So I tried again and lo and behold I got a result as well. Searching for eurusd=x gave me a result while last weekend it was not working.
So I tried several other currency rates and they all rendered a result, also eurgbp=x. Perhaps it is also fixed for the Android app.
[Extra information added below]
Tried again and nothing
I was connected with a data connection to my carrier, so I switched to my wifi connection. Tried again and... result.
So it seems to be a difference in communication between an ordinary data connection and a wifi connection. Maybe this will help someone
Wird problem. I tried it too on both UK and Greek carriers and on WiFi, but nothing. No result for either of them: "eurgbp=x", "eurgbp", "eurusd=x", "eurusd". I have been trying occasioanly more than one month now.
I think I should drop them an email too...
Why don't you do a soft (temporary) root and make the database entries as described in here? I did it and now I got all the stuff I need, and no trace of root on the device.

[unofficial][linux3.4][native][tarchive][multirom]ArchLinuxARM release for N7 2013

This is not an Android project so I don't feel that posting it in the Android Development forum would be appropriate.
ArchLinuxARM for the flo (2013 Nexus 7) - Native Boot with MultiROM
This is only tested on the Wi-Fi version. With a kernel swap, it should work on the deb (LTE) tablet, though mobile data is highly unlikely to work.
Big thanks to crondog at github for the initial porting work. https://github.com/crondog/arch-flo
Working:
3D Acceleration (OpenGL ES 3.0, Mesa) - can be unstable, however.
Wi-Fi (with NetworkManager)
Bluetooth
Audio
Installation
MultiROM must already be installed, and you must already have a hardboot-capable kernel installed as well.
You will need a Terminal Emulator or ADB Shell to install.
This assumes that arch_flo_20141210_multirom.tar.gz is in the root of your internal storage (/data/media/0).
Code:
su
tar -C /data/media/0/multirom/roms -xpzvf /data/media/0/arch_flo_20141210_multirom.tar.gz
Logging in
The username is "arch" and the password is "archlinux". Change the password ASAP.
For root, the username is "root" and the password is also "root". CHANGE THE PASSWORD ASAP!
You'll probably want to enable the On-Screen Keyboard (onboard) and set your Session to "MATE" up in the top right corner.
Downloads
MultiROM hierarchy tarchive: https://drive.google.com/file/d/0B4WUjKii92l2X1F1LVhsaG5DbUE/view?usp=sharing
Kernel Source: https://github.com/willcast/kernel_flo
Also available for:
Samsung Galaxy S III LTE: http://forum.xda-developers.com/gal...unofficial-port-archlinuxarm-release-t2969290
HP TouchPad: http://forum.xda-developers.com/hp-touchpad/other/unofficial-archlinuxarm-release-hp-t2969310
Nexus 10: http://forum.xda-developers.com/nexus-10/general/unofficial-archlinuxarm-release-nexus-10-t2969450
HTC HD2: http://forum.xda-developers.com/hd2-ubuntu/development/unofficial-archlinuxarm-htc-hd2-t2970483
looks interesting will give it a crack and see how it goes
thanks for the work. it boots impressingly fast.
castrwilliam said:
You'll probably want to enable the On-Screen Keyboard (onboard) and set your Session to "MATE" up in the top right corner.
Click to expand...
Click to collapse
if I activate the onboard keyboard ist shows at the bottom of the login screen. login works without password. when beeing logged in the keyboard is gone. I can see the keyboard symbol on the left besinde the speaker symbol but tapping on it doesn't trigger anything. also changing any options in the control center -> onboard settings have no effects. logging in without keyboard activated and then control center -> onboard settings has no effects either.
I cannot "adb shell" due to lack of permissions
Code:
# adb devices
List of devices attached
???????????? no permissions
and I'm not owning a bluetooth keyboard. so right now I can only play minesweeper - oh wait, it's not installed...
is there any way to rotate the screen as its really annoying having it in portrait all the time
Toby0897 said:
is there any way to rotate the screen as its really annoying having it in portrait all the time
Click to expand...
Click to collapse
Yeah it is in the monitor options but it's worthless since Xorg crashes when changing the rotation
Great stuff!
I would remove the KDE plasma etc packages as that desktop seemed to unusable. (Due to broken hw acceleration?).
what's next?
Hi, I'm having a big trouble...
While I'm trying to do the installation (by adb shell or terminal emulator, both of them) and I enter the command posted in the OP it says:
127|[email protected]:/ # tar -C /data/media/0/multirom/roms -xpzvf /data/media/0/arch_flo_20141210_multirom.tar.gz
tmp-mksh: tar: not found
What can I do to resolve this error? I really would like to install it on my Nexus 7
Thanks in advance!
hugomc92 said:
Hi, I'm having a big trouble...
While I'm trying to do the installation (by adb shell or terminal emulator, both of them) and I enter the command posted in the OP it says:
127|[email protected]:/ # tar -C /data/media/0/multirom/roms -xpzvf /data/media/0/arch_flo_20141210_multirom.tar.gz
tmp-mksh: tar: not found
What can I do to resolve this error? I really would like to install it on my Nexus 7
Thanks in advance!
Click to expand...
Click to collapse
You will need to install busybox for tar to work
daringblaze said:
You will need to install busybox for tar to work
Click to expand...
Click to collapse
Thank you very much!! That make tar to work!!
Gonna try archLinux ASAP!!
Thanks!
updates
Hi, great stuff!
After installing it, I tried to update arch (
Code:
sudo pacman -Syu
) but this resulted in a blank screen upon boot. I assume that this is due to updated packages overwriting parts of the OS that were installed manually, but I don't know what or where. Would you have any ideas of what packages would be responsible for this, so that I know not to upgrade them?
Thanks!
computer-whisperer said:
this resulted in a blank screen upon boot. I assume that this is due to updated packages overwriting parts of the OS that were installed manually, but I don't know what or where. Would you have any ideas of what packages would be responsible for this, so that I know not to upgrade them?
Thanks!
Click to expand...
Click to collapse
Make sure you ignore xorg and mesa stuff. Add
Code:
IgnorePkg = glu mesa mesa-dri mesa-libgl xorg-server-common xorg-server-devel xorg-fonts-misc xproto libdrm
IgnoreGroup = xorg
to /etc/pacman.conf.
The list probably contains some extra entries, but works for me
It took xda 2 years, but they finally did it.
In all seriousness, props to you. I've been waiting for this for along time.
castrwilliam said:
Downloads
MultiROM hierarchy tarchive: https://drive.google.com/......
Click to expand...
Click to collapse
Hi castrwilliam, would you mind sharing what step you went through to create arch_flo_20141210_multirom.tar.gz ?
Great work guys! I was looking for this for a really long time and i am writing this on my n7 with linux but i have a few questions:
1. is it possible to overclock(and how) because my n7 runs on 1.89ghz and 477mhz gpu in android with elementalx kernel and it would be nice to have some more power
2. can the screen be rotated so the hardware buttons are on top (i saw a post saying it chrashes but i cant even find the setting xD) because it would be alot easier to use the OTG cable
And thank you guys for making this happen, i love linux on the note 10.1 and im so glad to have this run it too(would be maaad if it can be overclocked )
Thank you for this wonderful package!
I recently updated all packages ) and iam trying to fix the issue without reinstall (challenge accepted)
It seems that the xorg-server 1.17 is the problem. I compiled. Freedreno and the freedreno mesa 10.3 and libdrn packages without success. The xserver is segfaulting when it loads libexa.so.
Now i try to downgrade to 1.16 . ive read that the xf86-video-freedreno-git package is not working with flo. Is that correct? Did youbuild this packages with modificationa?
I believe this is why i love arch. Its like lego for nerds or something
castrwilliam said:
This is not an Android project so I don't feel that posting it in the Android Development forum would be appropriate.
ArchLinuxARM for the flo (2013 Nexus 7) - Native Boot with MultiROM
This is only tested on the Wi-Fi version. With a kernel swap, it should work on the deb (LTE) tablet, though mobile data is highly unlikely to work.
Big thanks to crondog at github for the initial porting work. https://github.com/crondog/arch-flo
Working:
3D Acceleration (OpenGL ES 3.0, Mesa) - can be unstable, however.
Wi-Fi (with NetworkManager)
Bluetooth
Audio
Installation
MultiROM must already be installed, and you must already have a hardboot-capable kernel installed as well.
You will need a Terminal Emulator or ADB Shell to install.
This assumes that arch_flo_20141210_multirom.tar.gz is in the root of your internal storage (/data/media/0).
Code:
su
tar -C /data/media/0/multirom/roms -xpzvf /data/media/0/arch_flo_20141210_multirom.tar.gz
Logging in
The username is "arch" and the password is "archlinux". Change the password ASAP.
For root, the username is "root" and the password is also "root". CHANGE THE PASSWORD ASAP!
You'll probably want to enable the On-Screen Keyboard (onboard) and set your Session to "MATE" up in the top right corner.
Downloads
MultiROM hierarchy tarchive: https://drive.google.com/file/d/0B4WUjKii92l2X1F1LVhsaG5DbUE/view?usp=sharing
Kernel Source: https://github.com/willcast/kernel_flo
Also available for:
Samsung Galaxy S III LTE: http://forum.xda-developers.com/gal...unofficial-port-archlinuxarm-release-t2969290
HP TouchPad: http://forum.xda-developers.com/hp-touchpad/other/unofficial-archlinuxarm-release-hp-t2969310
Nexus 10: http://forum.xda-developers.com/nexus-10/general/unofficial-archlinuxarm-release-nexus-10-t2969450
HTC HD2: http://forum.xda-developers.com/hd2-ubuntu/development/unofficial-archlinuxarm-htc-hd2-t2970483
Click to expand...
Click to collapse
What's NOT working
Hello, is there some instruction howto run (native) arch on nexus 4? I see only for n7, n10...
castrwilliam said:
This is not an Android project so I don't feel that posting it in the Android Development forum would be appropriate.
ArchLinuxARM for the flo (2013 Nexus 7) - Native Boot with MultiROM
This is only tested on the Wi-Fi version. With a kernel swap, it should work on the deb (LTE) tablet, though mobile data is highly unlikely to work.
Big thanks to crondog at github for the initial porting work. https://github.com/crondog/arch-flo
Working:
3D Acceleration (OpenGL ES 3.0, Mesa) - can be unstable, however.
Wi-Fi (with NetworkManager)
Bluetooth
Audio
Installation
MultiROM must already be installed, and you must already have a hardboot-capable kernel installed as well.
You will need a Terminal Emulator or ADB Shell to install.
This assumes that arch_flo_20141210_multirom.tar.gz is in the root of your internal storage (/data/media/0).
Code:
su
tar -C /data/media/0/multirom/roms -xpzvf /data/media/0/arch_flo_20141210_multirom.tar.gz
Logging in
The username is "arch" and the password is "archlinux". Change the password ASAP.
For root, the username is "root" and the password is also "root". CHANGE THE PASSWORD ASAP!
You'll probably want to enable the On-Screen Keyboard (onboard) and set your Session to "MATE" up in the top right corner.
Downloads
MultiROM hierarchy tarchive: https://drive.google.com/file/d/0B4WUjKii92l2X1F1LVhsaG5DbUE/view?usp=sharing
Kernel Source: https://github.com/willcast/kernel_flo
Also available for:
Samsung Galaxy S III LTE: http://forum.xda-developers.com/gal...unofficial-port-archlinuxarm-release-t2969290
HP TouchPad: http://forum.xda-developers.com/hp-touchpad/other/unofficial-archlinuxarm-release-hp-t2969310
Nexus 10: http://forum.xda-developers.com/nexus-10/general/unofficial-archlinuxarm-release-nexus-10-t2969450
HTC HD2: http://forum.xda-developers.com/hd2-ubuntu/development/unofficial-archlinuxarm-htc-hd2-t2970483
Click to expand...
Click to collapse
Having my favourite distro on my pocket is very exciting so thank you very much...
I have to carry only a development lamp server so using a pacman tip I revert to a base, base-devel system removing everything about xorg and DE.
Now I connect using ssh but I've noticed that the tablet screen is simply blank: no tty, no text console.
There is a way to have a text only console at boot to make a login (may be using an usb keyboard) when device is not connected?
Hello, I have some trouble when I boot.
config: rastapop 5.1.1 (AOSP based) + last multirom v32A + Kernel w/ kexec-hardboot patch (Stock 5.1.1)
Installing archlinux correctly from the terminal emulator. Load it --> black screen (about 6seconds) --> Google Logo forever
Someone know what I can do for make it work ?
Cool I will give it a try.

[Guide] Ultimate RAM and Battery management for All Rooted Xperia Devices

HeyZZ!!!
If You have a successfully rooted device., so take its advantages. Start hardcore RAM and Battery management.
Today I am writing a guide for advanced battery and RAM management. If you like it or help you please HIT thanks button, your 1 HIT encourage me to write more.
Writing reasons
There are thousands of battery saver and ram booster apps are available in market but they all just do similar work
- All Battery Savers : Turn off WiFi,BT,Decrease brightness
We all know WiFi,BT ,Brightness consumes power so why use?
- All RAM boosters : Race with running apps/tasks STOP...after 10 sec START again STOP..
Starting Closing consume more resources(CPU+RAM) then running + more battery power so why use ?
In single word they worthless...
Results of this post
I have Xperia T2 Ultra Daul running with Lollipop. Device's both SIMs are always active and installed about 180+ User apps.
- Free RAM in my Device is 510+MB out of 862MB and consumes 1-2% or less then 1% battery in a night.
- Device never legs.
So I decide to tell about it to all Xperia users....
Requirements
Rooted device with full admin rights (r/w).
Complete System Backup for good confidence.
Android version : JB, Kitkat, Lollipop
Dry fruits and a glass of chilled almond shake.
Each step is independent so follow as your desire, but remember group of fingers is Clenched fist. Try to follow all for best result.
Steps :
1.Remove all bloatware and unused systems apps using System App Remover
=> System App Remover => Download
Keep in mind and never keep a single app for future use. I f you need in future you can download that time why keep right now ?
You can remove following apps without any problem (All apps are not compulsory but more number are better.)
Dont worry about any application you can restore any app with System App Remover or most of(95%) are available on Playstore.
=====> Removable App List
Code:
ar-effect.apk
bgdefocus.apk
Books.apk
Books.conf.
ChromeCustomizations.apk
com.android.providers.partnerbookmarks-res.apk
com.msmpl.livsportsphone.apk
com.sonyericsson.xhs.apk
com.sonymobile.xperialounge.services.apk
Drive.apk
EditorsDocs.apk
EnchantedForest.apk
Exchange2.apk
ExternalKeyboardJP.apk
ExternalKeyboardsInternational.apk
FBCalendarSync.apk
filecommander.apk
Gmail2.apk
gmail-reader-service.apk
GoogleLyricsPlugin.apk
Hangouts.apk
helpapp.apk
Initial-boot-setup.apk
jp.naver.line.android.apk
Newsstand.apk
NoiseField.apk
PartnerBookmarksProvider.apk
PlayGames.apk
PlusOne.apk
Protips.apk
RemoteControlService.apk
RemoteFileAccess.apk
SelfPortrait.apk
SemcEmail.apk
SEMCFacebookProxy.apk
SEMCSetupWizard.apk
SocialEngineCore.apk
SocialEngineFacebookPlugin.apk
SocialEngineFacebookShareFrwkPlugin.apk
SocialEnginePicasaPlugin.apk
SocialEngineTwitterShareFrwkPlugin.apk
socialife.apk
SomcPlayAnywhere.apk
SomcPOBox.apk
SomcPodcast.apk
SOMCTwitterAccount.apk
SomcWifiDisplay.apk
textinput-chn.apk
TimeShiftCamera.apk
TopContactsWidget-release.apk
Velvet.apk
Videos.apk (MX Player is better)
WikipediaPlugin.apk
WirelessControllerManagerService.apk
xperia-keyboard-dictionaries.apk (Remove Xperia keyboard and use swiftkey)
YouTube.apk
YouTubeKaraokePlugin.apk
YouTubePlugin.apk
[During removal process you may be need to reboot 2-3 times]
Extra
Code:
You can also delete apps setup from
SYSTEM/etc/customization/applications/
SYSTEM/etc/product/applications/
Theses are just setups so Remove
2. Greenify Your System
=> Greenify => Please use donated version for best result Download --- Key Here
A. Open Greenify App and Click on Menu[ : ](Top Right Corner) and go to experimental features...
> Select working mode as boost mode if you have working xposed or root mode
> Must Check following option for root mode user
- Greenifying system apps
> Must Check following option for boost mode user
- Block App State Abuse
- GCM Push
- Greenifying system apps
B. Click on Add icon [+] and..
> Click on menu icon [ : ] (top right corner) and check show all
> Select all user apps(you want greenify ) - Apps names are in black color.
> Saffron color indicates system apps.
You can add following system apps
Code:
Jive
my Xperia (helpful in locate to phone but mostly useless)
Photo Analyzer
USB Connectivity
Warrantytime service
Cameras
Download music service
Enterprise Service
Google Backup
Google Playstore
Google Play service
Onetouch setup
USBOTG
etc( use your sense)
## Never add Device manager, servicely ,trickster mod
## never select a app that you not know what is it ?.
## follow this step 3-4 times in first week of app installation (so it can detect most of running apps) after a week no need or once in a week if you installed some new apps
### Doubt clearance: Don't worry these apps will automatic wake up a phone requires these (Google Play, Google Services, OTG)
Some very bad power consumer apps are
FB, FB Massanger, Google play service,
TIPS
Create a Hibernation shortcut for best result (Greenify>Menu > Shortcuts)
3. Service optimizations
=>Servicely => Download
Open Servicely and ....
> Set Interval period 180
> Set Aggressive termination ON
> Set Start on Boot
> Set Free Pro version ON / Donate plz :good:
Now tap to ADD HIT List
Add apps (You should aware about apps), this app stops process if selected app process is running underground, so be careful and don't add download mangers and other apps ,you use in multitasking way :
Code:
For example : You added Chrome.
Now you are using chrome . You got a mail so you minimized chrome. After 3 MIN Chrome needs to load again its data if you open it ...
## Never add Device manager, Servicely ,trickster mod
## never select a app that you not know what is it ?
Advanced Mode
Advanced users know how to handle it ... No need to explain it
4. TrickSter Kernel management
=> Trickster MOD => Download
If you are a not very hardcore gamer or user and your device has above then 1.2 GHz CPU then this setting is mind blowing for your battery backup.
Go to menu (Left top corner)
> General
>General> CPU Frequency Control
>Frequency Lock ON (Save: Tick on Top) : Try again if failed
> Select Min 384000 or around this range (don't worry about low becoz Greenify and Servicely running so less RAM Less CPU Requirement)
> Select MAX as 75% of you Max frequency eg 1.4/ 14000 so set around 9000~10000 : Save
5. Cache management
=> Cachemate => Download
Download and make a shortcut on desktop to easy remember and use Cachemate once at start of the day.
Are you suggesting me Amplify ?
Thanks!! Yes, It is good app but ....
-- A large group of rooted devices are not using Xposed, Amplify requires Xposed
-- Some firmwares versions have problem with Xposed, Bootloop.
-- Greenify has three modes Non ROOT/ROOT/Boost ... So covers all users
Enjoy your endless battery power and memory !!!!!
Please don't quote whole post , Use @ [no space] rrajesh to mention me....Thanks !!!!!
Thank you ... :highfive:
Very good tutorial... cant wait to see what more you can do.
Good job man.
Are all this aplicable on lollipop...
Dear @martin132014,
Yes Lollipop... Mentioned Read carefully...
Thanks
Just use amplify and stamina mode, donate version is the best one I managed over 6.5hrs sot yesterday with nothing disabled and still had 25% battery left I have deleted all the stuff in system I never use or don't need can't post pics yet on here but there on g+ and Facebook m2 group Indonesia for the non believers
D2303 stock deodexed 4.4.4 KK rooted philz touch recovery xposed Bravia engine 2 x-reality
@rrajesh
Great tutorial buddy :good:
I would like to suggest Amplify...
Module Thread
Tips 1 (read also the links in the post)
Tips 2
...and this other guide
[Fenix] said:
@rrajesh
I would like to suggest Amplify...
Click to expand...
Click to collapse
Buddy, Amplify is good app but there are several reasons that I not mentioned Amplify...
-- A large group of rooted devices are not using Xposed, Amplify requires Xposed
-- Some firmwares versions have problem with Xposed,, Mine too Bootloop {Tried toooooo}
-- Greenify has three modes Non ROOT/ROOT/Boost ... So covers all users
[email protected] said:
Just use amplify and stamina mode,....
Click to expand...
Click to collapse
Buddy,
Try this guide ,, You will 50%
MAN, THANK YOU!
I was looking for a list of apps i could safely uninstall on my T2 Ultra Dual, and you have the same device as mine.
I actually have one question about step 4. To change settings on kernel my Bootloader has to be unlocked, right?
Cause I'm only rooted and I'm not sure if changing this settings will have some real effect.
Anyway, good job.
dropdan said:
.............my Bootloader has to be unlocked, right?
Cause I'm only rooted and I'm not sure if changing this settings will have some real effect................
Click to expand...
Click to collapse
No role of bootloader!!!
You should have read/write access...
Find here for T2 Ultra ===> Link
Thanks Bro This realy cool
Will be testing today
Is this ROM is enough bloatware?
[ROM][STOCK][DEBLOATED] D6503_23.1.A.1.28 Slim Down Edition for LB
Ambor said:
Thanks Bro This realy cool
Is this ROM is enough bloatware?
[ROM][STOCK][DEBLOATED] D6503_23.1.A.1.28 Slim Down Edition for LB
Click to expand...
Click to collapse
Thanks for suggestion....
Nice,its included Disk space too.. :good:
rrajesh said:
No role of bootloader!!!
You should have read/write access...
Find here for T2 Ultra ===> Link
Click to expand...
Click to collapse
I have access to r/w.
I'm gone try it.
Thank you, again.
dropdan said:
I have access to r/w.
I'm gone try it.
Thank you, again.
Click to expand...
Click to collapse
After testing please give feedback ,so I can include in results section..
can support ics?
Yes it supports

[ROM][MOD][6.0.1][G532 M/F/G/MT] DebloatX script with S8 icons/launcher[2.6 GB Free]

DebloatedX ROM for Samsung Galaxy J2 Prime! (MOD/SCRIPT)​By: ShaDisNX255!​
Based on Xtreme ROM​Xtreme ROM by: @Misma13​
Warnings!:
* Flashing this zip will factory reset your phone!
* PLEASE CHECK THE LIST OF APPS REMOVED DOWN BELOW!!!!!
* I am removing apps that I don't need! Key word being "I". So by flashing this you are accepting my conditions. In other words, I get to choose what apps are being deleted. If you have a request of an app you don't want removed, you can easily search for the apk file on the internet or on Google Playstore. If you have a request of an app you want removed but is not included in my zip, and enough people request it, I can update my file (or you can update it yourself, if you want) to delete extra apps or exclude them from being deleted.
* Since there are a lot of apps that I am removing, there's a big possibility that I may break something like a feature YOU may be interested in. Be warned that you may experience sudden FC or a feature you want not to work. Please report if anything that YOU use is not working so I can add it to the not working list. So far, of what I've used I have not encountered any FC or any bugs, but there is always a possibility that it can happen
* I can't stress this out enough, I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE, YOU ARE FLASHING THIS ON YOUR OWN RISK!
* Both these Scripts/Mods eliminate quite a few system apps. If you are planning on returning to stock, change ROMs or switch between V1 and V2 of my Script, it is NECESSARY to re-flash stock via Odin and then try the new ROM/Script
Apps that are being deleted:
AllshareFileShare
AllshareFileShareClient
AllshareFileShareServer
AssistantMenu_M
BasicDreams
ChocoEUKor
Chrome
ChromeCustomizations
CoolEUKor
Drive
EasymodeContactsWidget
EasyOneHand3
EasySetup
EmergencyLauncher
EmergencyModeService
EmergencyProvider
Facebook_stub
Foundation
GearManagerStub
GoogleTTS
Gmail2
Hangouts
KnoxAppsUpdateAgent
KnoxAttestationAgent
KnoxFolderContainer2
KnoxSetupWizardClient
KnoxSwitcher
Maps
MobilePrintSvc_Samsung
MSSkype_stub
Music2
MyKNOXSetupWizard
OneNote_Compact_Samsung
Photos
PhotoTable
QuickConnect_4x_Lite
RCPComponents
RoseEUKor
SafetyInformation
SamsungDLPService
SamsungTTS
SBrowser_4.2
SecurityLogAgent
SysScope
talkback
UniversalMDMClient
Videos
VideoTrimmer_Phone
WebManual
YouTube
EasyLauncher2_Zero
Excel_SamsungStub
FotaAgent
GalaxyApps
GoogleFeedback
GooglePartnerSetup
HybridRadio_M
ManagedProvisioning
OneDrive_Samsung_v2
PhotoStudio_WQHD_Grace_Lite
PowerPoint_SamsungStub
SamsungAccount_Grace
SamsungCloud
SamsungMagnifier3
SetupWizard
SFinder_v5
SMusicPicker
SoundAlive_41
Velvet
VoiceNote_4.0
Word_SamsungStub
As the developers here would say it:
Code:
Your warranty is now void. *
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about flashing this zip file
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you. HARD!
* */
Features:
Debloated 100%
S8 icons and launcher
Bike Mode working
S8 weather widget
MiXplorer file manager added
FlashNotification to make front-facing camera LED to function as a notification LED!
2.6 GB of free storage after apps update
Bugs:
Samsung's e-mail crashes when you try to open an e-mail with more than one receiver (working on a fix)
The Home screen will always have 2 scrollable screens, can't delete one of them to make it just one
Home screen settings > home screen layout > "home screen only" crash.. force to close
Changelog:
31/01/18: Added FlashNotification to both V1 and V2 of my scripts. This will make the front-facing function as a notification LED. It is really useful since this phone does not have a dedicated Notification LED
30/01/18: Added V2 on post #2 that removes S8 icons, MiXplorer and fixes e-mail
26/01/18: Release
Requirements:
TWRP
DebloatedX J2 Prime zip
Download ashy's "no-verity-no-encrypt_ashyx" file from TWRP thread
Download the SuperSU "SR5-SuperSU-v2.82-SR5-20171001224502.zip" file from this thread
STEP-BY-STEP:
(Make sure you have OEM Unlocked before trying this procedure out. To do this, you need to activate developer options by tapping on "Build number" 7 times located under Settings>About Device>Software Info. Then, go to Settings>Developer Options and make sure OEM Unlock is enabled)
0. PLEASE PLEASE PLEASE, read the warnings!
1. Boot into recovery
2. Flash the "DebloatedX_J2Prime" file
3. Root via the method you want (flash SuperSU zip) or you can use Magisk
4. Flash the no-verity zip
5. You now have a fully debloated J2 Prime! with S8 icons
Special thanks to:
@ashyx for porting TWRP to our crappy device xd
@Misma13 for creating Xtreme ROM which I took a few apps to add S8 icons and launcher, as well as a few other apps
@spacejam for creating the app "FrontFlash Notification" (Original thread here)
Screenshots
(Attached)
DebloatedX V2 (MOD/SCRIPT)​
Warning: If you have V1 of my script already installed, it is necessary to flash stock ROM via Odin first and then flash this via TWRP.
Features:
Debloated 100%
S8 launcher
New S8 incallUI
S8 weather widget
E-mail bug fixed
Traditional icons (no S8)
FlashNotification to make front-facing camera LED to function as a notification LED!
Bugs:
The Home screen will always have 2 scrollable screens, can't delete one of them to make it just one
Home screen settings > home screen layout > "home screen only" crash.. force to close
Download V2​DebloatX V2​
Screenshots:
(Attached below)
-reserved2-
-final reservation-
nice job OP... downloading and gonna testing the weekend...
hello, do i need to be root before step 2?
d_g_m_2000 said:
hello, do i need to be root before step 2?
Click to expand...
Click to collapse
No, you root on step 3
Report No. 1
first of all... thank you for a great job. your rom-mod-script turn the device from a piece of sh*t to a usable smartphone these days...
camera, bluetooth, wifi, mtp, all work like a charm but i find some strange things with the software so far:
- i had a loop with the "samsung weather location" in the config menu (in the first boot, when we introduce our google account) it don't let me agree whit the terms. i had to disagree to enter to home screen.
- when i change the value on "app screen grid" (4x4 5x5 6x6) it does change it but don't show the icons... i need to reboot device to see the changes.
- i can't delete the second home screen. it don't show the garbage icon when i long-hold the side screen.
- "home screen settings > home screen layout > home screen only" crash.. force to close.
i know this are software bugs. but i'm just reporting it.
again... thanks for you work and for keeping this device alive.
d_g_m_2000 said:
first of all... thank you for a great job. your rom-mod-script turn the device from a piece of sh*t to a usable smartphone these days...
camera, bluetooth, wifi, mtp, all work like a charm but i find some strange things with the software so far:
- i had a loop with the "samsung weather location" in the config menu (in the first boot, when we introduce our google account) it don't let me agree whit the terms. i had to disagree to enter to home screen.
- when i change the value on "app screen grid" (4x4 5x5 6x6) it does change it but don't show the icons... i need to reboot device to see the changes.
- i can't delete the second home screen. it don't show the garbage icon when i long-hold the side screen.
- "home screen settings > home screen layout > home screen only" crash.. force to close.
i know this are software bugs. but i'm just reporting it.
again... thanks for you work and for keeping this device alive.
Click to expand...
Click to collapse
Thank you for reporting this so I can add this to the OP
Use the files of the XTreme rom truth, but it does not matter
I have a question, is it installed on the stock of the j2 prime or does a complete cleaning including system?
Misma13 said:
Use the files of the XTreme rom truth, but it does not matter
I have a question, is it installed on the stock of the j2 prime or does a complete cleaning including system?
Click to expand...
Click to collapse
The script factory resets your phone, deteles bloatware, and then installs S8 icons and launcher. It is still stock settings, it just replaces a few things.
d_g_m_2000 said:
first of all... thank you for a great job. your rom-mod-script turn the device from a piece of sh*t to a usable smartphone these days...
camera, bluetooth, wifi, mtp, all work like a charm but i find some strange things with the software so far:
- i had a loop with the "samsung weather location" in the config menu (in the first boot, when we introduce our google account) it don't let me agree whit the terms. i had to disagree to enter to home screen.
Click to expand...
Click to collapse
Yes, it seems that location is set to "Device only". Weather location tries to change it to change it to "high accuracy" but it crashes the app. You need to change to "High accuracy" manually and then try to set up weather via the widget.
d_g_m_2000 said:
- when i change the value on "app screen grid" (4x4 5x5 6x6) it does change it but don't show the icons... i need to reboot device to see the changes.
Click to expand...
Click to collapse
This is a known "bug" among ports of the S8 home app drawer ports. To avoid rebooting the device to see the effects, just keep swiping right and it should update itself
d_g_m_2000 said:
- i can't delete the second home screen. it don't show the garbage icon when i long-hold the side screen.
Click to expand...
Click to collapse
Unfortunately, I can't fix this at the moment, sorry :/
d_g_m_2000 said:
- "home screen settings > home screen layout > home screen only" crash.. force to close.
Click to expand...
Click to collapse
Yeah, it's an inherited problem thanks to the S8 drawer I put on this device :/
I found that the S8 icons break Samsung e-mail. On my V2 version I will remove S8 icons because Samsung e-mail is important to me
Until I get them to work together, I will not add them back
thanks for your work OP
ShaDisNX255 said:
Yes, it seems that location is set to "Device only". Weather location tries to change it to change it to "high accuracy" but it crashes the app. You need to change to "High accuracy" manually and then try to set up weather via the widget.
This is a known "bug" among ports of the S8 home app drawer ports. To avoid rebooting the device to see the effects, just keep swiping right and it should update itself
Unfortunately, I can't fix this at the moment, sorry :/
Yeah, it's an inherited problem thanks to the S8 drawer I put on this device :/
I found that the S8 icons break Samsung e-mail. On my V2 version I will remove S8 icons because Samsung e-mail is important to me
Until I get them to work together, I will not add them back
Click to expand...
Click to collapse
thanks for the comments OP.
I don't wanna be rude or misunderstood but i edit your script and delete all the s8 part... i prefer the 100% the debloated rom + nova launcher (it looks more like stock android).
thanks for all your help and hope you can develop some custom rom in the near future.
i see you already had the knowledge and still waiting for the version 2 of this thead.
Cheers.
d_g_m_2000 said:
thanks for the comments OP.
I don't wanna be rude or misunderstood but i edit your script and delete all the s8 part... i prefer the 100% the debloated rom + nova launcher (it looks more like stock android).
thanks for all your help and hope you can develop some custom rom in the near future.
i see you already had the knowledge and still waiting for the version 2 of this thead.
Cheers.
Click to expand...
Click to collapse
No problem
I'm glad you can edit to your liking, the ultimate goal to any developer is that the work shared here is useful to everyone no matter what
Please Screenshots for V2
Please Screenshots for V2
ali110110 said:
Please Screenshots for V2
Click to expand...
Click to collapse
Done, I uploaded screenshots of V2
Hello OP.
i have a question so maybe you can help me.
I edit your script and added some lines to delete in system and priv-app (samsung contacts, email, fbinstaller, etc.) but i end up somehow erasing the dialer app (my guess is that is connected to samsungcontacts app). Trying to find de apk of the dialer i found this thread ( https://forum.xda-developers.com/android/apps-games/mod-google-pixel-contact-dialer-t3479715 ) and it works great to me... so my questions is:
If i want to add to your script the google dialer&contact apk, i just need to copy the respective files in the "priv-app" folder? substituting the "samsungInCallUI" folder?
thanks in advance for your comments.
-edit-
Also, i saw you have 2 files in the META-INF folder: 1.-updater-script and 2.-WORKING... wich one is the one? or it need the two file to debloat device?
thanks for your comments.
d_g_m_2000 said:
Hello OP.
i have a question so maybe you can help me.
I edit your script and added some lines to delete in system and priv-app (samsung contacts, email, fbinstaller, etc.) but i end up somehow erasing the dialer app (my guess is that is connected to samsungcontacts app). Trying to find de apk of the dialer i found this thread ( https://forum.xda-developers.com/android/apps-games/mod-google-pixel-contact-dialer-t3479715 ) and it works great to me... so my questions is:
If i want to add to your script the google dialer&contact apk, i just need to copy the respective files in the "priv-app" folder? substituting the "samsungInCallUI" folder?
thanks in advance for your comments.
-edit-
Also, i saw you have 2 files in the META-INF folder: 1.-updater-script and 2.-WORKING... wich one is the one? or it need the two file to debloat device?
thanks for your comments.
Click to expand...
Click to collapse
I'm almost sure you don't have to replace "SamsungInCallUI" as I think that's specific with the Samsung dialer, or so I would think.
I would go ahead and delete that folder
Yes, all you would need to do is copy the GoogleContacts and GoogleDialer folders in the priv-app folder
And as for the updater-script, you can ignore the one that says "WORKING"
When I was testing the script, I couldn't get the format /data function to work properly and it kept making some apps crash
The "WORKING" script was the first version of the script I got to work on this device. After that, I kept editing the script until I got it to work
So, "updater-script" formats /data correctly and "WORKING" just factory resets without formatting /data
ShaDisNX255 said:
I'm almost sure you don't have to replace "SamsungInCallUI" as I think that's specific with the Samsung dialer, or so I would think.
I would go ahead and delete that folder
Yes, all you would need to do is copy the GoogleContacts and GoogleDialer folders in the priv-app folder
And as for the updater-script, you can ignore the one that says "WORKING"
When I was testing the script, I couldn't get the format /data function to work properly and it kept making some apps crash
The "WORKING" script was the first version of the script I got to work on this device. After that, I kept editing the script until I got it to work
So, "updater-script" formats /data correctly and "WORKING" just factory resets without formatting /data
Click to expand...
Click to collapse
:in Matthew McConaughey voice: alright alright alright:
thanks for the comments... i will try and delete "working" file.
by the way, do you think i'll f*ck up the device if i add the line "system/priv-app/SmartManager_v4" (device maintenance) to your debloat script?
sorry for all the questions.. its just that i like purging bloatware.
again...thanks for your comments.
d_g_m_2000 said:
:in Matthew McConaughey voice: alright alright alright:
thanks for the comments... i will try and delete "working" file.
by the way, do you think i'll f*ck up the device if i add the line "system/priv-app/SmartManager_v4" (device maintenance) to your debloat script?
sorry for all the questions.. its just that i like purging bloatware.
again...thanks for your comments.
Click to expand...
Click to collapse
Well, I really can't tell for sure. I mean all that it really does is eliminate temporary files and close background apps. You can certainly try, but again, I always recommend a backup first

[OP8] [No Root] ADB Debloat Batch

If you're anything like me, you want a clean device with none of the bloat. Unfortunately, the OP8 does come with some bloat installed, but I've made it a bit easier to clean up with a batch file to be run in PowerShell. Keep in mind, this was made to fit my preference, so you may want to edit the file before running it.
---
Uninstalled/Disabled
Code:
ANT HAL Service / com.dis.ant.server
ARCore / com.google.ar.core
Android Accessibility Suite / com.google.android.marvin.talkback
Android Auto / com.google.android.projection.gearhead
Assistant / com.google.android.apps.googleassistant
Card Package / com.oneplus.card
Chrome / com.android.chrome
Community / net.oneplus.forums
Default Print Service / com.android.bips
Device Health Services / com.google.android.apps.turbo
Device Personalization Services / com.google.android.as
Digital Wellbeing / com.google.android.apps.wellbeing
Drive / com.google.android.apps.docs
Duo / com.google.android.apps.yachyon
Facebook App Installer / com.facebook.system
Facebook App Manager / com.facebook.appmanager
Facebook Services / com.facebook.services
File Manager / com.oneplus.filemanager
Game Space / com.oneplus.gamespace
Google Pay / com.google.android.apps.walletnfcrel
Google Play Movies / com.google.android.videos
Google Text-To-Speech / com.google.android.tts
Instagram / com.instagram.android
Messenger / com.facebook.orca
Notes / com.oneplus.note
OK Google Enrollment / com.android.hotwordenrollment.okgoogle
OnePlus Account / com.oneplus.account
OnePlus Hydrogen Icon Pack / com.oneplus.iconpack.oneplush2
OnePlus Oxygen Icon Pack / com.oneplus.iconpack.onepluso2
OnePlus Switch / com.oneplus.backuprestore
OnePlus Widget / net.oneplus.widget
Qualcomm Voice Assistant / com.quicinc.voice.activation
Recorder / com.oneplus.soundrecorder
Screen Recorder / com.oneplus.screenrecord
Shot on OnePlus / cn.oneplus.photos
T-Mobile Play / com.tmobile.m1
Tags / com.google.android.tag
Weather / net.oneplus.weather
X Google Enrollment / com.android.hotwordenrollment.xgoogle
YouTube / com.google.android.youtube
YouTube Music / com.google.android.apps.youtube.music
Zen Mode / com.oneplus.brickmode
---
How-To
- Your device must have USB debugging enabled.
- You need to open a PowerShell window in your ADB Platform Tools folder. To do so, just hold shift, right click in the folder (not on a file), and select "Open PowerShell window here".
- Once PowerShell is launched, type cmd to prepare for the command.
- Next, type adb devices to verify your device is connected.
- From there, drag and drop the .bat file into the PowerShell window and press enter. It should run automatically.
---
Again, this is my personal preference. If you don't want to uninstall/disable any of the above packages, you need to edit the batch file and remove the line for doing so. In addition, some OnePlus packages have outside light/dark packages for theming, so verify whether you want those also.
I'm new to scripting, and as easy as it may seem, this took me hours to get right. I will do my best to support/help you, but I cannot be held responsible for what you may do to your device. Luckily, a hard reset will bring the device back to stock.
---
oneplus_debloat.bat
Attachment not found: Error 404
clavicle said:
Attachment not found: Error 404
Click to expand...
Click to collapse
It's been fixed. Appreciate it!
Furious Froyo said:
It's been fixed. Appreciate it!
Click to expand...
Click to collapse
Hello @Furious Froyo. The current link in OP (oneplus_debloat.bat) provides a HTTP 403 error (see attached screenshot).
If you provide me with a workable download link, I can add the file to your OP if you like.
Stay safe and stay healthy!
Regards
Oswald Boelcke
Oswald Boelcke said:
Hello @Furious Froyo. The current link in OP (oneplus_debloat.bat) provides a HTTP 403 error (see attached screenshot).
If you provide me with a workable download link, I can add the file to your OP if you like.
Stay safe and stay healthy!
Regards
Oswald Boelcke
Click to expand...
Click to collapse
It's been corrected, again. I'm not sure why Zippy was forbidden for you, other than possibly banned in your country. Regardless, it's been moved to a working Google Drive account, and linked.
Furious Froyo said:
It's been corrected, again. I'm not sure why Zippy was forbidden for you, other than possibly banned in your country. Regardless, it's been moved to a working Google Drive account, and linked.
Click to expand...
Click to collapse
Thanks very much. G-drive is working. And I'm living in Germany where websites are not banned (except child-porno, IS torturing and kill videos etc.). That can't be the reason. Zippy is also accepted as file host on XDA.
Actually, I'm personally more interested why the attachment that you obviously uploaded in the beginning provided a HTTP 404 to a user. This would be a bug on XDA, and I'd like to evaluate why. We want to avoid such errors due to bed user experiences.
Would you be willing to support us and to upload the file again to XDA? Let's see if we get again a HTTP 404.
I really appreciate your cooperation.
Regards
Oswald Boelcke
Oswald Boelcke said:
Thanks very much. G-drive is working. And I'm living in Germany where websites are not banned (except child-porno, IS torturing and kill videos etc.). That can't be the reason. Zippy is also accepted as file host on XDA.
Actually, I'm personally more interested why the attachment that you obviously uploaded in the beginning provided a HTTP 404 to a user. This would be a bug on XDA, and I'd like to evaluate why. We want to avoid such errors due to bed user experiences.
Would you be willing to support us and to upload the file again to XDA? Let's see if we get again a HTTP 404.
I really appreciate your cooperation.
Regards
Oswald Boelcke
Click to expand...
Click to collapse
Unfortunately, there's still a 404 error.
won't they upload the file again?
{Mod edit: Quoted post deleted!}
if in fact I base myself on several tutorials to do it
Hi guys,
I recommend my new applications manager and debloat tool for android - ADB AppControl.
With it you will forget about the command line. Disable and remove bloatware with an easy-to-use graphical interface. Save disabled apps to a preset and share with others users. Download and install applications. As well as many other cool features, including a convenient console.
{
"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"
}
Try it, it is very easy to work with the program.
I created a preset for ADB AppControl from the list of apps in this topic and you can apply it easily.
You can choose which applications to disable when you load it into the program. If you disable something wrong, you can easily enable it again.
Downloads dead :\
Very good app. Thanks
Cyber.Cat said:
Hi guys,
I recommend my new applications manager and debloat tool for android - ADB AppControl.
With it you will forget about the command line. Disable and remove bloatware with an easy-to-use graphical interface. Save disabled apps to a preset and share with others users. Download and install applications. As well as many other cool features, including a convenient console.
View attachment 5094897
Try it, it is very easy to work with the program.
I created a preset for ADB AppControl from the list of apps in this topic and you can apply it easily.
You can choose which applications to disable when you load it into the program. If you disable something wrong, you can easily enable it again.
Click to expand...
Click to collapse
Cyber.Cat said:
Hi guys,
I recommend my new applications manager and debloat tool for android - ADB AppControl.
With it you will forget about the command line. Disable and remove bloatware with an easy-to-use graphical interface. Save disabled apps to a preset and share with others users. Download and install applications. As well as many other cool features, including a convenient console.
View attachment 5094897
Try it, it is very easy to work with the program.
I created a preset for ADB AppControl from the list of apps in this topic and you can apply it easily.
You can choose which applications to disable when you load it into the program. If you disable something wrong, you can easily enable it again.
Click to expand...
Click to collapse
Tried on 8t. Didnt work. Console Logs:
[Error]:Cannot upload settings to device
shell pm uninstall -k --user 0 com.google.android.apps.youtube.music
shell pm uninstall -k com.google.android.apps.youtube.music
[Error]:failed to uninstall:com.google.android.apps.youtube.music:?
shell pm uninstall -k --user 0 com.google.android.youtube
shell pm uninstall -k com.google.android.youtube
[Error]:failed to uninstall:com.google.android.youtube:?
Can't stand bloating! kudos for this
So what Sprint apps are safe to remove? Mine isn't eligable for bootloader unlocking currently and I don't know if you need any apps like Mobile Installer to qualify for that somehow.

Categories

Resources