[ND8][MK3][NJ2] DeBloatifier/DeKnoxer

i.love.my.galaxy

Senior Member
Dec 29, 2013
237
33
0
It help if you posted the filenames of the apks versus the package names
How do you get the file names ?

Ill go do it and post to let you know what they are .. I looked in titanium and everything that I opened showed same thing

Sent from my Sprint Galaxy s3 , Protected by Otterbox Armor
 

CNexus

Senior Member
May 17, 2012
9,009
13,993
263
~/android
How do you get the file names ?

Ill go do it and post to let you know what they are .. I looked in titanium and everything that I opened showed same thing

Sent from my Sprint Galaxy s3 , Protected by Otterbox Armor
Click on the yellow text and it'll give you the path to it, from which you can get the filename
 

bilgerryan

Inactive Recognized Developer
Oct 23, 2011
22,148
38,015
263
Garrett, IN
Hey I had to reflash and reroot my phone rather the going and manually deleting things I've downloaded both the zips to my phone ... all I have to do is move to external sd card , shut phone off and just select the zips and let it do its thing correct ?

Sent from my SPH-L710 using XDA Premium 4 mobile app
Yep, flash in custom recovery

 

alienngp

Senior Member
Oct 11, 2011
243
62
0
Laurel, MS
my question is simple it may be a noob question but if i do this manually and want to keep certain apps can i or can i not just delete the odex file or would i need to do something special to all of it so it can be deodexed but still have some of the apps i want on that list thanks in advance
 

flastnoles11

Senior Member
Nov 16, 2011
8,382
4,692
0
Palm bay
my question is simple it may be a noob question but if i do this manually and want to keep certain apps can i or can i not just delete the odex file or would i need to do something special to all of it so it can be deodexed but still have some of the apps i want on that list thanks in advance
Just deleting the odex files will not deodex you, it's a bit more technical than that but basically the odex files get merged with the actual apk... And if you want to use this but don't want to get rid of all the apps on the list use notepad++ (must be notepad++) and delete the apps you want to keep from the updater script... Sounds a bit complicated if you don't know what you're doing but it's easy as pie I assure you (and this script won't deodex your phone, it only gets rid of knox apps and bloat, I recommend using this after you deodex since the bloat will be added back in if do this first)
 
Last edited:

tdunham

Recognized Contributor
Jun 21, 2008
13,686
36,462
0
TampaBay
my question is simple it may be a noob question but if i do this manually and want to keep certain apps can i or can i not just delete the odex file or would i need to do something special to all of it so it can be deodexed but still have some of the apps i want on that list thanks in advance
And if you want to use this but don't want to get rid of all the apps on the list use notepad++ (must be notepad++) and delete the apps you want to keep from the updater script...
A little guide if you want to modify the list for your own personal use:

1. Download Notepad++ it is free and easy to use.

2. Open (do not extract) the zip file with a zip file manager like WinRAR and navigate to /META-INF/com/google/android and open installer-script; windows will not know what program to use so you will have to specify notepad++ and may have to browse to the program file location where it is installed the first time you do it this way.

3. Comment out the lines for the files you wish to keep with the # symbol. You could delete the entire lines but this way, they are just ignored in case you want to revert your changes later.

Example, we want to keep digital clock and dropbox:

Code:
delete("/system/app/DeepSea.apk");
delete("/system/app/DeepSea.odex");
[COLOR="Blue"]#[/COLOR] delete("/system/app/DigitalClock.apk");
[COLOR="Blue"]#[/COLOR] delete("/system/app/DigitalClock.odex");
[COLOR="Blue"]#[/COLOR] delete("/system/app/DigitalClock21.apk");
[COLOR="Blue"]#[/COLOR] delete("/system/app/DigitalClock21.odex");
[COLOR="Blue"]#[/COLOR] delete("/system/app/Dropbox.apk");
[COLOR="Blue"]#[/COLOR] delete("/system/app/DropboxOOBEPriority4.apk");
delete("/system/app/DualClockAnalog.apk");
delete("/system/app/DualClockAnalog.odex");
delete("/system/app/DualClockDigital.apk");
delete("/system/app/DualClockDigital.odex");
4. Save your changes and flash the updated file as normal when you're ready.
 
Last edited:

prboy1969

Senior Member
May 7, 2009
10,518
7,377
0
Michigan
A little guide if you want to modify the list for your own personal use:

1. Download Notepad++ it is free and easy to use.

2. Open (do not extract) the zip file with a zip file manager like WinRAR and navigate to /META-INF/com/google/android and open installer-script; windows will not know what program to use so you will have to specify notepad++ and may have to browse to the program file location where it is installed the first time you do it this way.

3. Comment out the lines for the files you wish to keep with the # symbol. You could delete the entire lines but this way, they are just ignored in case you want to revert your changes later.

Example, we want to keep digital clock and dropbox:

Code:
delete("/system/app/DeepSea.apk");
delete("/system/app/DeepSea.odex");
[COLOR="Blue"]#[/COLOR] delete("/system/app/DigitalClock.apk");
[COLOR="Blue"]#[/COLOR] delete("/system/app/DigitalClock.odex");
[COLOR="Blue"]#[/COLOR] delete("/system/app/DigitalClock21.apk");
[COLOR="Blue"]#[/COLOR] delete("/system/app/DigitalClock21.odex");
[COLOR="Blue"]#[/COLOR] delete("/system/app/Dropbox.apk");
[COLOR="Blue"]#[/COLOR] delete("/system/app/DropboxOOBEPriority4.apk");
delete("/system/app/DualClockAnalog.apk");
delete("/system/app/DualClockAnalog.odex");
delete("/system/app/DualClockDigital.apk");
delete("/system/app/DualClockDigital.odex");
4. Save your changes and flash the updated file as normal when you're ready.
[emoji106][emoji106][emoji106] Nice. Thanks [emoji3]
 
  • Like
Reactions: jaymzway

gordietris

New member
Apr 1, 2011
3
2
0
Did not remove all listed.

I went through the steps listed here

http://forum.xda-developers.com/showthread.php?t=2743971

However, when I rebooted and took a look many of the listed apps below were still there. Thoughts? The process worked fine, just the complete results did not.

Thanks.




This is a recovery flashable tool I made to remove all Knox Apps (sorry it WON'T remove Knox from the bootloader) and all the BloatWare that comes with stock. It also removes the Odex files if you are not on DeOdex. This will work on both ND8 and MK3, Odexed and DeOdexed. All in a package less than 1 MB.

Flash In Recovery

List of Removed Apps:
-AnalogClockSimple.apk
-AnalogClockUnique.apk
-Books.apk
-ChatON_MARKET.apk
-DeepSea.apk
-DigitalClock.apk
-DigitalClock21.apk
-Drive.apk
-DropBox.apk
-DropBoxOOBEPriority4.apk
-DualClockAnalog.apk
-DualClockDigital.apk
-DualClockDigital42.apk
-Flipboard.apk
-Gmail2.apk
-GoogleSearchWidget.apk
-Hangouts.apk
-HelpHub.apk
-KNOXAgent.apk
-KnoxAttestationAgent.apk
-KNOXStore.apk
-KnoxVpnServices.apk
-LuminousDots.apk
-Magazines.apk
-MoreServices.apk
-PanningTryActually.apk
-PaperArtist.apk
-PickUpTutorial.apk
-PlayGames.apk
-PlusOne.apk
-SamsungApps.apk
-SamsungAppsUNA3.apk
-SamsungHub.apk
-SamsungHubUpdater.apk
-SamsungLink18.apk
-SamsungTTS.apk
-SamsungWidget_FavoriteApp.apk
-sCloudBackupApp.apk
-sCloudDataRelay.apk
-sCloudDataSync.apk
-sCloudSyncCalendar.apk
-sCloudSyncContacts.apk
-sCloudSyncSMemo.apk
-SimpleAlarmClock.apk
-SimpleFavoritesWidget.apk
-SimpleWidget.apk
-SMemo.apk
-SMemoProvider.apk
-SNS.apk
-SprintInstaller.apk
-SSuggest_J_DeviceOnly.apk
-S-Voice_Android_phone.apk
-Swype.apk
-WeatherWall.apk
-YahoonewsDaemon.apk
-YahoonewsWidget.apk
-YahoostockDaemon.apk
-YahoostockWidget.apk
-Youtube.apk
-Zone.apk
-All corresponding Odex files



Download Link:http://www.androidfilehost.com/?fid=23329332407591868


Knox Apps Only-http://forum.xda-developers.com/showthread.php?p=52465147


Guide to Modify This-http://forum.xda-developers.com/showthread.php?p=52647300-thanks tdunham
 
  • Like
Reactions: notmyepic

bilgerryan

Inactive Recognized Developer
Oct 23, 2011
22,148
38,015
263
Garrett, IN

n00b-xda-disciple

Senior Member
Apr 25, 2014
694
1,322
0
Quinlan
I originally just flashed the knox remover. I want to get rid of some of the apks in the list that I having got rid of yet, can I use titanium-backup to remove them or do I have to flash the desamsungizer script again. I already removed knox apps with flash, then used titanium to remove some of the others.

Sent from my SPH-L710 using XDA Free mobile app
 

talkingmonkeys

Recognized Contributor / Themer
May 15, 2013
2,644
4,411
0
Thank you man haven't used your tool but its always nice to find more to add to my own list. I will definitely be keeping up with this thread and tell you some of my own.

Sent from my SGH-I747 on 4.4.2 TW ND8 Port

Facelock unlock for lockscreen is a must go. Who uses that anyway. over 25 mb freed up from removing it. We may need to edit it out of keyguard.apk though.

FaceLock.apk
"/system/lib/libfacelock_jni.so"
"/system/lib/libfacerecognition.so"
"/system/vendor/pittpatt"

will add more later
 
Last edited:
  • Like
Reactions: bilgerryan

SptMogul

Senior Member
May 20, 2008
203
29
0
Tampa, FL
Flashed it 1000 times and also tried it on fresh rom install.. PaperArtist, Google Play Movies & TV and Google Drive can't remove. Any way to fix it without using Titanium Backup.

Thanks
 

flastnoles11

Senior Member
Nov 16, 2011
8,382
4,692
0
Palm bay

marcran75

Senior Member
Jul 22, 2013
1,318
1,561
0
Syracuse,NY
Is there something in this package that would remove the ability to sync Dropbox and FB photos with my gallery. The option is greyed out in my gallery settings now. If so what do I need to restore this feature?

Sent from my SPH-L710 using XDA Premium 4 mobile app
 

bilgerryan

Inactive Recognized Developer
Oct 23, 2011
22,148
38,015
263
Garrett, IN
Is there something in this package that would remove the ability to sync Dropbox and FB photos with my gallery. The option is greyed out in my gallery settings now. If so what do I need to restore this feature?

Sent from my SPH-L710 using XDA Premium 4 mobile app
Probably the removal of the sCloudSync apps. There's a zip in post #3 of the Wicked X thread.