[Universal Script S7/S7 Edge] UniMod V1 (Debloat+Root+Busybox+AdBlock+More) - Samsung Galaxy S7 Edge (Exynos) ROMs, Kernels, Rec

{
"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"
}
UniMod script is compatible with all official firmwares S7 G930x / S7 EDGE G935x​
Features:
Last SuperSU (AutoRoot Galaxy S7 930 - Galaxy S7 EDGE 935)
Auto Debloat (Remove GApps, Samsung Bloatware, Microsoft Apps)
Remove OTA Updates Support (Root=No OTAs)
BusyBox Support
Remove Knox
Block Host ADs
Build.prop Tweaks
CSC Mods
Google Apps Removed (Aviable in Play Store)
Chrome
ChromeCustomizations
Drive
Gmail2
Hangouts
Maps
Music2
Photos
Videos
YouTube
Google Search
Microsoft Apps Removed (Aviable in Play Store)
Excel
Word
PowerPoint
Skype
OneDrive
OneNote
Samsung Bloatware (Aviable in Play Store and Gallaxy Apps)
Facebook
WhatsApp
Instagram
Flipboard Briefing
Beam Service
Axel Springer (uplay)
SamsungPayStub
GalaxyCare
CoreApps
MobilePrint Samsung
Bulid.prop tweaks
WiFi scan interval
Call ring delay
Sensor proximity
Jpeg Quality
CSC Feature Mods
Call Rec
Camera Shutter
Web option to terminate
Camera during call
Disable menu software update
NFC Icon Status Bar
Wifi Support Advanced Menu
Recent App Protection
SmartManager Disable AntiMalware
Assistance AppChooser
Force Connect MMS
Message Save and Restore in SDCard
Enable Menu Block Call and Msg
Disable FindMyMobile
Camcorder Do Not Pause Music
Camera Quality Superfine
Disable Magazine Home
Enable Ui Display Mirroring
and more...
Installation:
1- Install Firmware on your taste
2- Install Custom Recovery (TWRP)
3- Install UniMod DOWNLOAD
Google Apps removed available in Play Store

WTF
Exactly in this moment I was looking for something like this
Thanks! Will try it immediately.

Just an thought, maybe not a good idea to include supersu here, as many are using magisk+phh and flashing supersu while debloating will just... break it

Can I just edit the script by editing META-INF\com\google\android\updater-script and remove
Code:
ui_print("Installing Root ...");
ui_print("+++++++++++++++++++++++++");
package_extract_dir("supersu", "/tmp/supersu");
run_program("/sbin/busybox", "unzip", "/tmp/supersu/SuperSU-v2.78.zip", "META-INF/com/google/android/*", "-d", "/tmp/supersu");
run_program("/sbin/busybox", "sh", "/tmp/supersu/META-INF/com/google/android/update-binary", "dummy", "1", "/tmp/supersu/SuperSU-v2.78.zip");
show_progress(0.700000,0);
and other lines which remove Bloatware I'd like to keep?
And if this would work - would it make more sense just installing SuperSU and unroot with the app and install Magisk or installing Magisk and removing the installation of Busybox and SuperSU from the script?
And what is included in
Code:
delete_recursive("/system/app/CoreApps");

nestade said:
Can I just edit the script by editing META-INF\com\google\android\updater-script and remove
Code:
ui_print("Installing Root ...");
ui_print("+++++++++++++++++++++++++");
package_extract_dir("supersu", "/tmp/supersu");
run_program("/sbin/busybox", "unzip", "/tmp/supersu/SuperSU-v2.78.zip", "META-INF/com/google/android/*", "-d", "/tmp/supersu");
run_program("/sbin/busybox", "sh", "/tmp/supersu/META-INF/com/google/android/update-binary", "dummy", "1", "/tmp/supersu/SuperSU-v2.78.zip");
show_progress(0.700000,0);
and other lines which remove Bloatware I'd like to keep?
And if this would work - would it make more sense just installing SuperSU and unroot with the app and install Magisk or installing Magisk and removing the installation of Busybox and SuperSU from the script?
And what is included in
Code:
delete_recursive("/system/app/CoreApps");
Click to expand...
Click to collapse
Just remove the supersu and busybox yes. I did not look into your script, I just saw it listed as features in the OP. And when my users are flashing this it will break them magisk that's why I tell you. Just don't flash any root method, doesn't make much sense at all on debloat scripts.
About the CoreApps, I have no idea why you want to remove it, has to do with contacts

Tkkg1994 said:
Just remove the supersu and busybox yes. I did not look into your script, I just saw it listed as features in the OP. And when my users are flashing this it will break them magisk that's why I tell you. Just don't flash any root method, doesn't make much sense at all on debloat scripts.
About the CoreApps, I have no idea why you want to remove it, has to do with contacts
Click to expand...
Click to collapse
Hm well... I guess I'd have to edit the update-binary too - is it possible to decompile it? (nevermind I'm an idiot and zipped the whole folder)
Or OP - could you add something like a selection of whichs apps to uninstall and add Magisk as root-method or remove rooting?
I removed this lines:
Code:
delete_recursive("/system/app/Chrome");
delete_recursive("/system/app/ChromeCustomizations");
delete_recursive("/system/app/YouTube");
delete_recursive("/system/priv-app/Velvet");
delete_recursive("/system/usr/srec/en-US");
delete_recursive("/system/app/MobilePrintSvc_Samsung");
delete_recursive("/system/app/CoreApps");
ui_print("Installing Busybox ...");
ui_print("+++++++++++++++++++++++++");
package_extract_dir("busy", "/tmp/busy");
run_program("/sbin/busybox", "unzip", "/tmp/busy/UPDATE-Busybox.Installer.v1.24.2-ALL-signed.zip", "META-INF/com/google/android/*", "-d", "/tmp/busy");
run_program("/sbin/busybox", "sh", "/tmp/busy/META-INF/com/google/android/update-binary", "dummy", "1", "/tmp/busy/UPDATE-Busybox.Installer.v1.24.2-ALL-signed.zip");
ui_print("Installing Root ...");
ui_print("+++++++++++++++++++++++++");
package_extract_dir("supersu", "/tmp/supersu");
run_program("/sbin/busybox", "unzip", "/tmp/supersu/SuperSU-v2.78.zip", "META-INF/com/google/android/*", "-d", "/tmp/supersu");
run_program("/sbin/busybox", "sh", "/tmp/supersu/META-INF/com/google/android/update-binary", "dummy", "1", "/tmp/supersu/SuperSU-v2.78.zip");
So this is the script now:
Code:
ui_print(" ");
ui_print("+++++++++++++++++++++++++");
ui_print("UniMOD Script G93x");
ui_print("Android 6.x");
ui_print("Powered by evogp");
ui_print("+++++++++++++++++++++++++");
ui_print(" ");
ui_print("Mounting system, data and cache ...");
ui_print("+++++++++++++++++++++++++");
package_extract_file("busybox", "/tmp/busybox");
set_perm(0, 0, 0777, "/tmp/busybox");
run_program("/tmp/busybox", "mount", "/system");
run_program("/tmp/busybox", "mount", "/data");
run_program("/tmp/busybox", "mount", "/cache");
show_progress(0.200000,0);
ui_print(" ");
ui_print("Backing Up EFS ...");
ui_print("+++++++++++++++++++++++++");
package_extract_file("scripts/efs_backup.sh", "/tmp/efs_backup.sh");
set_perm(0, 0, 0777, "/tmp/efs_backup.sh");
run_program("/tmp/efs_backup.sh");
delete("/tmp/efs_backup.sh");
ui_print("Copying files ...");
ui_print("+++++++++++++++++++++++++");
package_extract_dir("system","/system");
show_progress(0.300000,0);
ui_print("Bye Bye Blotware ...");
ui_print("+++++++++++++++++++++++++");
ui_print("Google Apps ...");
ui_print("+++++++++++++++++++++++++");
delete_recursive("/system/app/Drive");
delete_recursive("/system/app/Gmail2");
delete_recursive("/system/app/Hangouts");
delete_recursive("/system/app/Maps");
delete_recursive("/system/app/Music2");
delete_recursive("/system/app/Photos");
delete_recursive("/system/app/Videos");
ui_print("Microsoft Apps ...");
ui_print("+++++++++++++++++++++++++");
delete_recursive("/system/priv-app/Excel_SamsungStub");
delete_recursive("/system/priv-app/Word_SamsungStub");
delete_recursive("/system/priv-app/PowerPoint_SamsungStub");
delete_recursive("/system/app/MSSkype_stub");
delete_recursive("/system/app/OneDrive_Samsung_v2");
delete_recursive("/system/app/OneNote");
show_progress(0.400000,0);
ui_print("Others Apps ...");
ui_print("+++++++++++++++++++++++++");
delete_recursive("/system/app/WhatsAppDownloader");
delete_recursive("/system/app/Facebook_stub");
delete_recursive("/system/app/FBAppManager");
delete_recursive("/system/app/FBInstagram_stub");
delete_recursive("/system/priv-app/FBInstaller");
delete_recursive("/system/app/FlipboardBriefing");
delete_recursive("/system/app/app-pre-install-samsungclub");
delete_recursive("/system/app/samsung_club_uy_access_release_v1_3");
delete_recursive("/system/app/smarttutor_v1.5_b152");
delete_recursive("/system/app/VivaElFutbol110");
delete_recursive("/system/app/CLUB_23");
delete_recursive("/system/app/BeamService");
delete_recursive("/system/priv-app/AxelSpringer");
delete_recursive("/system/priv-app/SamsungPayStub");
delete_recursive("/system/priv-app/GalaxyCare");
ui_print("OTA Support ...");
ui_print("+++++++++++++++++++++++++");
delete_recursive("/system/priv-app/SOAgent");
delete_recursive("/system/priv-app/FotaAgent");
delete_recursive("/system/priv-app/UrgentFWUpdateNfc");
delete_recursive("/system/priv-app/UrgentFWUpdateSensorHub");
delete_recursive("/system/priv-app/UrgentFWUpdateTSP");
ui_print("Knox ...");
ui_print("+++++++++++++++++++++++++");
delete_recursive("/system/app/KnoxSwitcher");
delete_recursive("/system/app/KnoxAppsUpdateAgent");
delete_recursive("/system/app/KnoxAttestationAgent");
delete_recursive("/system/app/KnoxFolderContainer");
delete_recursive("/system/app/KnoxSetupWizardClient");
delete_recursive("/system/app/MyKNOXSetupWizard");
delete_recursive("/system/app/RCPComponents");
delete_recursive("/system/app/BBCAgent");
delete_recursive("/system/app/UniversalMDMClient");
delete_recursive("/system/app/SamsungDLPService");
delete_recursive("/system/priv-app/KLMSAgent");
delete_recursive("/system/priv-app/SPDClient");
delete_recursive("/system/priv-app/DiagMonAgent");
delete_recursive("/system/preloadedmdm/MyKNOXManager");
delete_recursive("/system/container");
delete_recursive("/system/etc/secure_storage/com.sec.knox.store");
delete_recursive("/system/etc/secure_storage/com.sec.knox.store!dex");
delete_recursive("/system/app/SecurityLogAgent");
delete_recursive("/system/etc/secure_storage/com.samsung.android.securitylogagent!dex");
delete_recursive("/system/etc/secure_storage/com.samsung.android.securitylogagent");
show_progress(0.500000,0);
ui_print("Adding Bulid.prop tweaks ...");
ui_print("+++++++++++++++++++++++++");
package_extract_file("tweaks/tweaks.sh", "/tmp/tweaks.sh");
package_extract_file("tweaks/props", "/tmp/props");
set_perm(0, 0, 0777, "/tmp/tweaks.sh");
run_program("/tmp/tweaks.sh");
delete("/tmp/tweaks.sh");
delete("/tmp/props");
ui_print("Installing CSC Feature Mod ...");
ui_print("+++++++++++++++++++++++++");
package_extract_file("csc/mod_csc.sh", "/tmp/modlast_csc.sh");
package_extract_file("csc/mod_csc/mod_csc.txt", "/tmp/mod_csc.txt");
set_perm(0, 0, 0777, "/tmp/modlast_csc.sh");
set_perm(0, 0, 0777, "/tmp/mod_csc.txt");
run_program("/tmp/modlast_csc.sh", "/tmp/mod_csc.txt");
delete("/tmp/modlast_csc.sh");
delete("/tmp/mod_csc.txt");
show_progress(0.600000,0);
show_progress(0.700000,0);
ui_print("Cleaning Dalvik and C ...");
ui_print("+++++++++++++++++++++++++");
package_extract_file("busybox", "/tmp/busybox");
set_perm(0, 0, 0777, "/tmp/busybox");
run_program("/tmp/busybox", "mount", "/data");
run_program("/tmp/busybox", "mount", "/cache");
delete_recursive("/data/dalvik-cache");
delete_recursive("/cache");
show_progress(0.800000,0);
run_program("/tmp/busybox", "umount", "/system");
run_program("/tmp/busybox", "umount", "/data");
ui_print("+++++++++++++++++++++++++");
ui_print("Complete ...");
show_progress(1.000000,0);
Going to install my FW now, then TWRP, then Magisk - then I'll boot up and and go to recovery again and use the script.
Hope it works^^
Thanks @ OP btw - It's a very nice project

Tkkg1994 said:
Just remove the supersu and busybox yes. I did not look into your script, I just saw it listed as features in the OP. And when my users are flashing this it will break them magisk that's why I tell you. Just don't flash any root method, doesn't make much sense at all on debloat scripts.
About the CoreApps, I have no idea why you want to remove it, has to do with contacts
Click to expand...
Click to collapse
CoreApps = Mini Whats Samsung blotware

@core720
Really it's a Nice Idea mate
Thanks
---------- Post added at 12:51 PM ---------- Previous post was at 12:46 PM ----------
[/COLOR @core720
Really it's a Nice Idea mate
Thanks

please give us an option without rooting...

Working on Note 7 port for S7 Edge ?
Skickat från min SM-N930F via Tapatalk

weedeater84 said:
please give us an option without rooting...
Click to expand...
Click to collapse
Can I just edit the script by editing META-INF\com\google\android\updater-script and remove
ui_print("Installing Root ...");
ui_print("+++++++++++++++++++++++++");
package_extract_dir("supersu", "/tmp/supersu");
run_program("/sbin/busybox", "unzip", "/tmp/supersu/SuperSU-v2.78.zip", "META-INF/com/google/android/*", "-d", "/tmp/supersu");
run_program("/sbin/busybox", "sh", "/tmp/supersu/META-INF/com/google/android/update-binary", "dummy", "1", "/tmp/supersu/SuperSU-v2.78.zip");

core720 said:
Can I just edit the script by editing META-INF\com\google\android\updater-script and remove
ui_print("Installing Root ...");
ui_print("+++++++++++++++++++++++++");
package_extract_dir("supersu", "/tmp/supersu");
run_program("/sbin/busybox", "unzip", "/tmp/supersu/SuperSU-v2.78.zip", "META-INF/com/google/android/*", "-d", "/tmp/supersu");
run_program("/sbin/busybox", "sh", "/tmp/supersu/META-INF/com/google/android/update-binary", "dummy", "1", "/tmp/supersu/SuperSU-v2.78.zip");
Click to expand...
Click to collapse
i am newbe bro, i will fu** it up.. but tnx

hasek82 said:
Working on Note 7 port for S7 Edge ?
Skickat från min SM-N930F via Tapatalk
Click to expand...
Click to collapse
Yes

nestade said:
WTF
Exactly in this moment I was looking for something like this
Thanks! Will try it immediately.
Click to expand...
Click to collapse
..

Aroma installer is the solution for both the root to the debloat, user selectable

gvmiguez said:
Aroma installer is the solution for both the root to the debloat, user selectable
Click to expand...
Click to collapse
Yes, comming soon

Thanks for your work bro!

Good One Dev. Went through the Changelog shared. So this doesn't affect any functionality of the VR right - My VR would still continue to work... Just need a confirmation on this - Thanks

Delete
Send with S7 Edge SM-G935FD from Munich / Germany

No wifi.?
Verstuurd vanaf mijn SM-G935F met Tapatalk

Related

I9000 on Captivate with the rotation fixed? Can it be done?

I figured I'd make this a thread of it's own, since the subject pops up on many other threads.
I have a Captivate i897 and I wanna run the I9000 kernel (cool gadgets and I like some other differences from the captivate kernels). I did that and added the J8 modem so I could get all bands required in US on AT&T for voice and data, only the 3G changed to an H (I know, I read the other thread..... for us ATT zombie's it's mostly the same diff).
The buttons work properly except power, so you have to flash a captivate kernel to make the power button work again, like to choose an option in recovery mode to flash an update.zip, etc. (note - QuickBoot is a GREAT app!!!). Now that would be nice if it could be fixed, but I can live without the power button.
BUT THAT DARN ROTATE!!!!! Can't one of you brilliant people (Zilch, Design, Reaver and Tayutama, just to name a few of whom's work I personally enjoy) figure out a fix for it? I really wanna run my frankensetup
I9000JM7
J8 modem
? lagfix and other package
Anyone care to figure it out? i know there are a lot of us who want to see this......
Why don't you just use Unhelpful's modified Captivate kernel? It provides the same functionality as the i9000 kernel, but works with the i897 hardware (you can even have mobile AP working) as well as the overclocking
edit: oh right, you want the JG8 modem with HSUPA enabled, sorry, somehow I glossed over that.
Kaik541 said:
Why don't you just use Unhelpful's modified Captivate kernel? It provides the same functionality as the i9000 kernel, but works with the i897 hardware (you can even have mobile AP working) as well as the overclocking
edit: oh right, you want the JG8 modem with HSUPA enabled, sorry, somehow I glossed over that.
Click to expand...
Click to collapse
Also there are slightly different settings and such in the I9000 than the stock captivate. I REALLY like that widget on the home screen that tells you how many apps are running.....
techmik67 said:
Also there are slightly different settings and such in the I9000 than the stock captivate. I REALLY like that widget on the home screen that tells you how many apps are running.....
Click to expand...
Click to collapse
I hear a lot of people like that widget, but that has nothing to do with the kernel, that's the ROM. use unhelpful's kernel with the mobile AP script and the only thing you'll have an issue with is the JG8 modem (I know, you want both, but I think we're going to have to wait until Rogers releases their version of the Captivate before we'll see working HSUPA with a stock kernel)
Kaik541 said:
I hear a lot of people like that widget, but that has nothing to do with the kernel, that's the ROM. use unhelpful's kernel with the mobile AP script and the only thing you'll have an issue with is the JG8 modem (I know, you want both, but I think we're going to have to wait until Rogers releases their version of the Captivate before we'll see working HSUPA with a stock kernel)
Click to expand...
Click to collapse
It really seems that I9000JM7 LOOKS and has a lot of additions to SETTINGS that I liked for the 20 minutes or so played with it. The lack of the auto-rotate (1 of my favorite features) was just a deal breaker tho, so here I am on this setup (check signature).
I just figured some super guru could just like WHAMMO! punch out a mod..... I9000 WITH auto rotate for captivate =)
While u on i-9000 ROM, use root explorer or some sort search for SamsungWidget_ProgramMonitor.apk , that's the task manager thing you see on the home screen. Just copy and paste it /sdcard/ then u can install it on any ROMs you want after flashing.
And here is my set up if you care
I9000TGYJH1 with JG8 modem file + capticate kernal.
the rotation working fine in borwoser and menus if that's the problem you having.
tg9413 said:
While u on i-9000 ROM, use root explorer or some sort search for SamsungWidget_ProgramMonitor.apk , that's the task manager thing you see on the home screen. Just copy and paste it /sdcard/ then u can install it on any ROMs you want after flashing.
And here is my set up if you care
I9000TGYJH1 with JG8 modem file + capticate kernal.
the rotation working fine in borwoser and menus if that's the problem you having.
Click to expand...
Click to collapse
Thanks for the info!
Please tell me there is some way to find it other than re-installing I9000 just to copy that......
techmik67 said:
Thanks for the info!
Please tell me there is some way to find it other than re-installing I9000 just to copy that......
Click to expand...
Click to collapse
Someone posted most of the i9000 ROM in the i9000 forum so here you go....
I have not tried this yet.
alphadog00 said:
Someone posted most of the i9000 ROM in the i9000 forum so here you go....
I have not tried this yet.
Click to expand...
Click to collapse
thanks.... wouldn't install =(
techmik67 said:
thanks.... wouldn't install =(
Click to expand...
Click to collapse
From my reading;
If you are on the stock kernel you need to remount the system partition as root in RW mode, install the apk, then put the System partition back.
I found this post:
http://forum.xda-developers.com/showpost.php?p=7979264&postcount=13
But i am trying to figure out why the partition says it is RW via the mount command, then we mount it RW, but put it back to RO - I don't want to screw anything up until i understand what i am doing. If i understand, then screwing up is OK.
I9000 on Captivate with the rotation fixed? Can it be done = Yes.
eugene373 said:
I9000 on Captivate with the rotation fixed? Can it be done = Yes.
Click to expand...
Click to collapse
will that also fix the accelerometer ?
Unless there is another non-compiled setting, the auto-rotation is handled inside compiled code. In the source breakdown between the three source trees (captivate, vibrant, I9000) that is one of the differences. The code uses matrix transformations to send x, y, z data to where ever else it goes in the system. These matrices differ in each source tree. If the source code could be compiled without it's own set of errors (like wake lag and such) then it would be as simple as changing the matrix values to reflect the captivate hardware.
I think the rotation is controlled in the /drivers/sensor/compass/yamaha.c file so in theory a kernel could be compiled with the captivate settings instead of the I9000/Vibrant ones or the other way around. Someone like Eugene or Unhelpful with a working tool chain would need to build it and I think Zilch and the others would be willing to test it out.
Code:
I900 settings
#define YAMAHA_GSENSOR_TRANSFORMATION_EMUL \
{ { -1, 0, 0}, \
{ 0, 1, 0}, \
{ 0, 0, 1} }
#define YAMAHA_MSENSOR_TRANSFORMATION_EMUL \
{ { 1, 0, 0}, \
{ 0, 1, 0}, \
{ 0 , 0 , 1} }
//Real target
#define YAMAHA_MSENSOR_TRANSFORMATION_00 \
{ { 0, -1, 0}, \
{ -1, 0, 0}, \
{ 0 , 0 , -1} }
#define YAMAHA_GSENSOR_TRANSFORMATION \
{ { -1, 0, 0}, \
{ 0, -1, 0}, \
{ 0, 0, -1} }
#define YAMAHA_MSENSOR_TRANSFORMATION \
{ { -1, 0, 0}, \
{ 0, 1, 0}, \
{ 0 , 0 , -1} }
I897 Settings
#define YAMAHA_GSENSOR_TRANSFORMATION_KEPLER \
{ { 0, 1, 0}, \
{ -1, 0, 0}, \
{ 0, 0, -1} }
#define YAMAHA_MSENSOR_TRANSFORMATION_KEPLER \
{ { 0, -1, 0}, \
{ -1, 0, 0}, \
{ 0 , 0 , -1} }
#define YAMAHA_MSENSOR_TRANSFORMATION_KEPLER_B5 \
{ { 0, 1, 0}, \
{ -1, 0, 0}, \
{ 0 , 0 , 1} }
T959 Settings
#define YAMAHA_GSENSOR_TRANSFORMATION_KEPLER \
{ { -1, 0, 0}, \
{ 0, -1, 0}, \
{ 0, 0, -1} }
#define YAMAHA_MSENSOR_TRANSFORMATION_KEPLER \
{ { -1, 0, 0}, \
{ 0, 1, 0}, \
{ 0 , 0 , -1} }
Stuff like this is why I started doing all the source diffs. Unfortunately other than the file and the default settings I don't know they relate or which one does what. If anyone figures it out (or proves it doesn't work or its something else) please let me know so I can update the source diff thread.
And I'm glad I rechecked the thread before submitting asrrin29 was looking at it.
Sherpa
You can download my working toolchain in the toolchain thread...
Sent from my SAMSUNG-SGH-I897 using XDA App
I'd be more than happy to test it out! If we're on the topic of replacing the Captivate kernel with the I9000, we might want to look into why the external SD doesn't work as well though
Anyone have the reasoning behind why the captivate kernel is not working with other JG8 modem? I looked at the source diff listed in the other thread and nothing stood out as a reason behind this incompatibility.
Nevermind, I mostly read the diffs and not the comments by everyone else. Been a long week, I should know not to type something without coffee in my hand.

[ROM] GingerCriccoROM

Hi everybody, I cooked a new custom ROM for our LG Optimus One...
Features of GingerCriccoROM 1.0:
* Based on the Romanian version V20G (GingerBread 2.3.3)
* ROM Deodexed
* Zipaligned
* Root + BusyBox
* A2SD + Dalvik-Cache into EXT Partition
* Hardware acceleration enabled
* Jit enabled
* Player Stagefright disabled
* Applications added: Terminal Emulator, OI File Manager
* Created Scripts: SD Increase
* BootAnimation: Android 2.0 Scribble
* Wifi Fix (Support for Ad-Hoc Connection)
* Integrated AppWidgetPicker
Removed the following APPS:
AIME.apk
AnalogClockWidget.apk
BookmarksWidget.apk
CalendarWidget.apk
ClockWeatherWidget.apk
DigitalAlarmWidget.apk
DualClockWidget.apk
GenieWidget.apk
MagicSmokeWallpapers.apk
MemoWidget.apk
MessageWidget.apk
PhotoWidget.apk
Protips.apk
VisualizationWallpapers.apk
ConnectionManagerWidget.apk
LiveWallpapers.apk
Talk.apk
Twitter.apk
Facebook.apk
Click to expand...
Click to collapse
Download Link of GIngerCriccoROM 1.0: http://www.multiupload.com/HOH2Y7OYWF
Installation instructions:
Prerequisites: Root + Recovery
1. Partition the SD (512MB - Swipe 0)
2. Convert the SD from EXT2 to EXT3 (If you want to use A2SD) and EXT3 to EXT4
3. Total Wipe
4. Flash ROM
WARNING: The ZIP is compatible with AmonRA Recovery and ClockWorkMOD Recovery, if you use the AmonRA Recovery you must disable the signature verification before flashing the ZIP (Toggle signature verification)
AppWidgetPicker can combine multiple widgets of the same application in one voice ...
{
"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"
}
ScreenShoots:
**************************
UPDATE: New GingerCriccoROM 1.1
Features of GingerCriccoROM 1.1:
* Based on the V20C version (GingerBread 2.3.3)
* ROM Deodexed
* Zipaligned
* Root + BusyBox
* A2SD + Dalvik-Cache into EXT Partition
* Hardware acceleration enabled
* Jit enabled
* Player Stagefright enabled
* Applications added: Terminal Emulator, OI File Manager
* Created Scripts: SD Increase
* BootAnimation: Android 2.0 Scribble
* Wifi Fix (Support for Ad-Hoc Connection)
* Integrated AppWidgetPicker
* Removed appinst Script
* Removed cpuclock Script
Removed the following APPS:
AIME.apk
AnalogClockWidget.apk
BookmarksWidget.apk
CalendarWidget.apk
ClockWeatherWidget.apk
DigitalAlarmWidget.apk
DualClockWidget.apk
GenieWidget.apk
MagicSmokeWallpapers.apk
MemoWidget.apk
MessageWidget.apk
PhotoWidget.apk
Protips.apk
VisualizationWallpapers.apk
ConnectionManagerWidget.apk
LiveWallpapers.apk
Talk.apk
Twitter.apk
Facebook.apk
AppAdvisor_v1.5.78_production_signed_aligned.apk
Email.apk
Thinkdroid.apk
Click to expand...
Click to collapse
Download Link of GingerCriccoROM 1.1: http://www.multiupload.com/6CX8VCEZUT
The steps to flash the new ROM, these are the same of GingerCriccoROM 1.0
WARNING: The ZIP is compatible with AmonRA Recovery and ClockWorkMOD Recovery, if you use the AmonRA Recovery you must disable the signature verification before flashing the ZIP (Toggle signature verification)
**************************
UPDATE: New GingerCriccoROM 1.2
Features of GingerCriccoROM 1.2:
* Based on the V20C version (GingerBread 2.3.3)
* ROM Deodexed
* Zipaligned
* Root + BusyBox
* A2SD + Dalvik-Cache into EXT Partition
* Hardware acceleration enabled
* Jit enabled
* Player Stagefright enabled
* Applications added: Terminal Emulator, OI File Manager
* Created Scripts: SD Increase
* BootAnimation: Android 2.0 Scribble
* Wifi Fix (Support for Ad-Hoc Connection)
* Integrated AppWidgetPicker
* Integrated appinst Script
* Integrated cpuclock Script
Removed the following APPS:
AIME.apk
AnalogClockWidget.apk
BookmarksWidget.apk
CalendarWidget.apk
ClockWeatherWidget.apk
DigitalAlarmWidget.apk
DualClockWidget.apk
GenieWidget.apk
MagicSmokeWallpapers.apk
MemoWidget.apk
MessageWidget.apk
PhotoWidget.apk
Protips.apk
VisualizationWallpapers.apk
ConnectionManagerWidget.apk
LiveWallpapers.apk
Talk.apk
Twitter.apk
Facebook.apk
AppAdvisor_v1.5.78_production_signed_aligned.apk
Email.apk
Thinkdroid.apk
Notification.apk
Maps.apk
Street.apk
Click to expand...
Click to collapse
In this new ROM I removed Google Maps and Street View, which are easily downloadable from the Market ...
Download Link of GingerCriccoROM 1.2: http://www.multiupload.com/SIK3QAO06J
The steps to flash the new ROM, these are the same of GingerCriccoROM 1.0
WARNING: The ZIP is compatible with AmonRA Recovery and ClockWorkMOD Recovery, if you use the AmonRA Recovery you must disable the signature verification before flashing the ZIP (Toggle signature verification)
The first startup may take several minutes ...
When you first start when there is the Wizard, when asked to configure an email address you do not know, if you read the Wizard crashes because the client does not have Email
Check the settings of the access point (APN), if they seem "strange" Italians used APN (Downloadable from the Market) for reconfiguration.
Council:
After the installation of any custom ROM is advisable to wipe the stats on the battery or the consumer is not regular.
To do this we must first load the phone to 100% and then start in recovery and use the appropriate function (Wipe Battery) or use an app downloaded from the Market type Battery Calibration
After the flash of any kernel is advisable to wipe the cache and cache-Dalvik (will not lose anything)
After rebooting the phone (it will take some time) the following commands from the terminal:
su
a2sd cachesd
The phone will restart itself after a few seconds ...
Introducing the famous PowerMenu with Reboot and Recovery options ...
GingerCriccoPowerMenu Download Link: http://www.multiupload.com/YMV2VUKTGN
proximity sensor work?
yes it works
Thank you very much for the power menu!
so we dont have to go russian way first?
also any feedback score tests?
no, flash the GIngerCriccoROM 1.2 and GingerCriccoPowerMenu, turn on the phone and flash the kernel, wipe cache and dalvik cache and when you turn on the phone put that commands in the terminal emulator
su
a2sd cachesd
for the second question the ROM has a great scor with neocore, quadrant, linpack and antutu and doesn't has the battery drayn
sorry for my bad english
Means we need to flash the baseband first..isnt it?
Can I just flash it over mom's cm7-6.55 in recovery or I need the new baseband also. I don't have a PC.
Sent from my LG-P500 using Tapatalk
New baseband needed.
Sent from my LG-P500 using XDA App
wait, wait, you must flash the V20C baseband
andy4uall said:
Can I just flash it over mom's cm7-6.55 in recovery or I need the new baseband also. I don't have a PC.
Sent from my LG-P500 using Tapatalk
Click to expand...
Click to collapse
Since when mik became mom?
Sent from my LG-P500 using XDA App
tsuda said:
Since when mik became mom?
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
Very true. So I will have to wait for mik to do something.
Sent from my LG-P500 using Tapatalk
Cricco said:
no, flash the GIngerCriccoROM 1.2 and GingerCriccoPowerMenu, turn on the phone and flash the kernel, wipe cache and dalvik cache and when you turn on the phone put that commands in the terminal emulator
su
a2sd cachesd
for the second question the ROM has a great scor with neocore, quadrant, linpack and antutu and doesn't has the battery drayn
sorry for my bad english
Click to expand...
Click to collapse
i dont want to be disrespectful but can you post score pictures or not necessary pictures just the numbers....? please :/
@Cricco I flashed and it runs smooth. Now I have ext4 support on a2sd.
I want stock email apk, i dont' like gmail app. I want to pot email apk on system / app. It will work?
Thank you!
LE: Solved, installed using apk email extracted from another rom.

[ROM] [18.11.2012] Team Union Rom 4.1.1 XXBLJ9 DBT v3 [N8000]

{
"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"
}
************************ Info ************************
First there will be no Rom below the name Chrack more.
We "Fred1973, Reddy, Darktrooper and I aka Chrack" have joined forces to work together for the N7000 under the name "Team Union Rom".
I will keep this name also here in N8000, so don´t wonder about it *g*
************************ Info End*********************
Team Union Rom 4.1.1 XXBLJ9 DBT v3
Besides a few mods and addons I have also installed the Aroma-Installer to flash the Rom.
The installer is in 2 languages ​​(English and German) at the moment.
With Aroma you can flash my Rom like your personal wishes, because it is built in 5 Options.
1. flash the full Rom with all Mods
2. flash a small Version with all Mods but i deleted some Apps (see the List below)
3. flash a eXtreme small Version with all Mods but i deleted some Apps (see the List below) only for german speaking Guys, because delete all other languages!
3. flash your custom version. Here you can determine yourself which apps and mods you want for in Rom!
4. flash your custom version. Here you can determine yourself which apps and mods you want for in Rom!
5. delete all Mods and blue Theme without flashing the complete Rom again]
- deleted Apps from small Rom (Aroma Option 2):
Code:
AllShareCastWidget.apk
AllshareMediaServer.apk
AllSharePlay.apk
AllshareService.apk
AnalogClockSimple.apk
AnalogClockUnique.apk
Aurora.apk
BluetoothAvrcp.apk
BluetoothMap.apk
BluetoothTest.apk
Books.apk
ChatON_Tablet_MARKET.apk
ChocoEUKor.apk
ChromeBookmarksSyncAdapter.apk
CoolEUKor.apk
crayon_physics.apk
DeepSea.apk
Dropbox.apk
DropboxOOBE.apk
EdmSysScopeService.apk
EdmVpnServices.apk
EnterprisePermissions.apk
FactoryTest.apk
FotaClient.apk
FWUpgrade.apk
GameHub_2.0_ICS_Note.apk
GMS_Maps.apk
GmsCore.apk
GoogleMapsSpell.apk
GroupCast.apk
HelpHub.apk
HelvNeueLT.apk
ICS_YahooNews_Tablet.apk
ICS_YahooStock_Tablet.apk
Kies.apk
kieswifi.apk
Lcdtest.apk
LearningHub_Tablet.apk
LuminousDots.apk
MH_10_JB_Note_Tablet.apk
MobilePrint.apk
NoiseField.apk
PaperArtist.apk
PeelTab.apk
PhaseBeam.apk
PhotoWall.apk
PickUpTutorial.apk
PlusOne.apk
PolarisOfficeTablet.apk
RoseEUKor.apk
SamsungApps_Tablet.apk
SamsungAppsUNA3.apk
Samsungservice.apk
SamsungTTS.apk
sCloudBackupApp.apk
sCloudBackupProvider.apk
sCloudDataRelay.apk
sCloudDataSync.apk
sCloudSyncBrowser.apk
sCloudSyncCalendar.apk
sCloudSyncContacts.apk
sCloudSyncSNote.apk
SecCalculator2.apk
SecEmail_Tablet.apk
SecExchange.apk
SecSoundRecorder.apk
SecTabletDigitalClock.apk
SecTabletDualClockAnalog.apk
SecTabletDualClockDigital.apk
SecTabletWorldClock_P4NOTE.apk
SlideShow.apk
SNS.apk
SSuggest.apk
Stk.apk
Street.apk
SyncmlDM.apk
SyncmlDS.apk
Talk.apk
talkback.apk
Velvet.apk
VideoEditor_p4c.apk
VideoHub.apk
Videos.apk
VoiceSearchStub.apk
voicetalk_Tablet.apk
VpnDialogs.apk
WebManual.apk
WfdBroker.apk
wssyncmlnps.apk
YahoonewsDaemon.apk
YahoostockDaemon.apk
zPSTouch.apk
- deleted Apps from eXtreme small Rom (Aroma Option 3):
Code:
AllShareCastWidget.apk
AllshareMediaServer.apk
AllSharePlay.apk
AllshareService.apk
AnalogClockSimple.apk
AnalogClockUnique.apk
Aurora.apk
BluetoothAvrcp.apk
BluetoothMap.apk
BluetoothTest.apk
Books.apk
ChatON_Tablet_MARKET.apk
ChocoEUKor.apk
ChromeBookmarksSyncAdapter.apk
CoolEUKor.apk
crayon_physics.apk
DeepSea.apk
Dropbox.apk
DropboxOOBE.apk
EdmSysScopeService.apk
EdmVpnServices.apk
EnterprisePermissions.apk
FactoryTest.apk
FotaClient.apk
FWUpgrade.apk
GameHub_2.0_ICS_Note.apk
GMS_Maps.apk
GmsCore.apk
GoogleMapsSpell.apk
GoogleSearchSpell.apk
GoogleSearchWidget.apk
GoogleTTS.apk
GroupCast.apk
HelpHub.apk
ICS_Herowidget_Tablet.apk
ICS_Herowidget_Tablet_Main.apk
HelvNeueLT.apk
ICS_YahooNews_Tablet.apk
ICS_YahooStock_Tablet.apk
Kies.apk
kieswifi.apk
LatinImeGoogle.apk
Lcdtest.apk
LearningHub_Tablet.apk
LuminousDots.apk
MH_10_JB_Note_Tablet.apk
MobilePrint.apk
NoiseField.apk
PaperArtist.apk
PeelTab.apk
PhaseBeam.apk
PhotoWall.apk
PickUpTutorial.apk
PlusOne.apk
PolarisOfficeTablet.apk
RoseEUKor.apk
SamsungApps_Tablet.apk
SamsungAppsUNA3.apk
Samsungservice.apk
SamsungTTS.apk
sCloudBackupApp.apk
sCloudBackupProvider.apk
sCloudDataRelay.apk
sCloudDataSync.apk
sCloudSyncBrowser.apk
sCloudSyncCalendar.apk
sCloudSyncContacts.apk
sCloudSyncSNote.apk
SecBrowser.apk
SecCalculator2.apk
SecEmail_Tablet.apk
SecExchange.apk
SecGallery2_Galaxy.apk
SecSoundRecorder.apk
SecTabletAlarmClock_P4NOTE.apk
SecTabletDigitalClock.apk
SecTabletDualClockAnalog.apk
SecTabletDualClockDigital.apk
SecTabletMusicPlayer.apk
SecTabletMyFiles.apk
SecTabletVideoPlayer.apk
SecTabletWorldClock_P4NOTE.apk
SecWallpaperChooser.apk
SelfTestMode.apk
SlideShow.apk
SNS.apk
SSuggest.apk
Stk.apk
Street.apk
SyncmlDM.apk
SyncmlDS.apk
Talk.apk
talkback.apk
TopicWall.apk
Velvet.apk
VideoEditor_p4c.apk
VideoHub.apk
Videos.apk
VoiceSearchStub.apk
voicetalk_Tablet.apk
VpnDialogs.apk
WebManual.apk
WfdBroker.apk
wssyncmlnps.apk
YahoonewsDaemon.apk
YahoostockDaemon.apk
zPSTouch.apk
- Ringtones
- all Languages except DE (german)
- Polaroffice libs
- some other stuff
*Android 4.1.1 Jelly Bean XXBLJ9/*
*Modem XXBLJ9/*
*CWM Kernel/*
*Rootet su binary and SuperSU app v 0.96/*
*Busybox v 1.19.3/*
*Deodexed/*
*Zipaligned/*
*Aroma Installer/*
*CSC Code is set to DBT - can change in Settings/*
*SAT Fix (fast GPS Fix)/*
*4 Way Reboot Mod/*
*no SMS on Call-Log/*
*no ascending Ringtone/*
*no auto convert SMS to MMS/*
*Increased the number of recipients per 1 SMS to 100/*
*Call Rec Mod/*
*1% Battery Mod/*
*blue Theme/*
*new Wallpapers insert in Wallpaperschooser/*
*Tweaks insert/*
*Aweasome Beats - for better Music Sound/*
*Google Now/*
*Quickpic - fast and small Picture Viewer/*
*Boatbrower - fast and quick Browser/*
*Flipboard - very good News App/*
*Nova Launcher/*
*Solid Explorer - best root Explorer/*
*most Apps fixed for Multiwindow/*
*new Google Keyboard with Swype-Funktion from Jelly Bean 4.2/*
*Asus Daylight Live Wallpaper/*
*Special Settings Menue with new Apps like,
CSC Changer, CPU Spy, SetCPU, AdAware, Beats*
*delete USB Mode Changer (no working)</*>
*delete noFrills (no working correct)</*>
*fixed Settings Menue</*>
*ad SetCPU free Version</*>
*fixed Xsmall Rom (snote not working)</*>
*Aroma fix</*>
<*></*>
<*></*>
<*></*>
*Nexus 4 Keyboard 4.2*
*Lockscreen Quick-Apps now working*
***** Warning ******
Don´t share this Rom without our permission!!!
################################################## ################
################################################## ################
## Download N8000 Rom (906MB): Team_Union_Rom_XXBLJ9_v3.zip
## Download N8000 Rom (906MB): Mirror 2 by Craiq
## MD5 Hash: 8A23F673FAA83BF321452FB74BE99E82
################################################## ################
################################################## ################
Click to expand...
Click to collapse
1. Your Note must be rootet and have flashed a CWM Recovery!
If not look here: How to ROOT Galaxy Note 10.1 3G/Wifi! [N8000/N8013/N8010] (thx @ zedomax)
2. Do a Nandroid backup!
3. Copy the zip to your sd
4. Wipe Data/factory, cache & dalvik-cache
5. Install zip from sd
6. choose your Rom in aroma installer
Click to expand...
Click to collapse
And at least a big thx to all the Devs for there great work!
- zedomax
- wanam
- awesome
- grgsiocl
- DarkmanRS
- eybee1973
- _SVA_
- my Team
and all the other Devs that i have forgotten
reserved
wooooooow!!!:highfive::good:
thank
My GNote 10.1 is here in 3 days, i'm waiting for your ROM
EDIT: I can translate Aroma Kitchen from English to French, just send me a .mo file or = !
EDIT2 : Any Kernel (like Siyah) for OC the tablet ? / Support for Tegrak ?
crack hi thank you for this update to note 10.1 d like to share this rom on a french forum so I'd like your permission thank you very much
ps: the forum is: http://www.forum-generationmobiles.net/
sorry for my english
Hi Chrack
Thanks for this version
plz add some program for mount usb mass storage
Best Regards
hehe,
read the Changelog
I have insert in special settings menue (see screenshot) the USB Mode Switcher
This version seemed to work better for me.thank you!
Chrack said:
hehe,
read the Changelog
I have insert in special settings menue (see screenshot) the USB Mode Switcher
Click to expand...
Click to collapse
lot of thanks
Toshiro-Sama said:
My GNote 10.1 is here in 3 days, i'm waiting for your ROM
EDIT: I can translate Aroma Kitchen from English to French, just send me a .mo file or = !
EDIT2 : Any Kernel (like Siyah) for OC the tablet ? / Support for Tegrak ?
Click to expand...
Click to collapse
1. i will send you next Time the files for translate in Frensh
2. look in the Forum there is ja JB Kernel with 1700Mhz OC
mhsc34 said:
crack hi thank you for this update to note 10.1 d like to share this rom on a french forum so I'd like your permission thank you very much
ps: the forum is: http://www.forum-generationmobiles.net/
sorry for my english
Click to expand...
Click to collapse
Ok,
no problem Mate
I make this think with asking permission, because my Paid Server is overload some Time :silly:
****** EDIT ******
Rom is online now
Chrack said:
1. i will send you next Time the files for translate in Frensh
2. look in the Forum there is ja JB Kernel with 1700Mhz OC
Ok,
no problem Mate
I make this think with asking permission, because my Paid Server is overload some Time :silly:
****** EDIT ******
Rom is online now
Click to expand...
Click to collapse
Downloading right now. Thank you for bringing us this update. Will report after install and testing
I'll install it on my 8010 and do the manipulation with set cpu to not have unwanted reboot
Thanks chrack.
I appreciate the update. Will download n try later when i reach home.
Sent from my GT-N7105, at the corner of this rounded earth.
mhsc34 said:
I'll install it on my 8010 and do the manipulation with set cpu to not have unwanted reboot
Click to expand...
Click to collapse
Yes in german Forum have a user with the N8010 the same problems.
at the moment i don´t have it with N8000.
Also the Mass Storage dont work anymore on JB with the USB Switcher App
Now its installed and booted on my fully wiped N8000. No problems and all seems to work so far. Only problem i can see is if i change CSC it will wipe my device clean, and thats not a problem, but then i will loose the extra multi apps. They are installed in data folder and not as system apps, am i right? Would maybe be nice with a flashable zip or some other solution to that problem. WIll be back after further testing. Setting up and restoring now will try all the features later, so far i only tested the extra multi apps and they are fully working, nice work dev. Also love the dark blue background for apps( initial setup, root explorer, titanium etc.)
Chrack, just a quick question...
Ur full rom, do u include the new gmail with pinch to zoom?
What about asus daily scene livewallpaper?
Sent from N8000, at the corner of this rounded earth.
nickwarn said:
Now its installed and booted on my fully wiped N8000. No problems and all seems to work so far. Only problem i can see is if i change CSC it will wipe my device clean, and thats not a problem, but then i will loose the extra multi apps. They are installed in data folder and not as system apps, am i right? Would maybe be nice with a flashable zip or some other solution to that problem. WIll be back after further testing. Setting up and restoring now will try all the features later, so far i only tested the extra multi apps and they are fully working, nice work dev. Also love the dark blue background for apps( initial setup, root explorer, titanium etc.)
Click to expand...
Click to collapse
No the Multiapps like boatbrowser, solid explorer ect. istall in system.
or do you mean thats multiapps taht you installes by self?
if yes,
yes the data/app folder delete by fullwipe!
all your own apps are stored in data/app!
you can save it with titanium backup
antique_sonic said:
Chrack, just a quick question...
Ur full rom, do u include the new gmail with pinch to zoom?
What about asus daily scene livewallpaper?
Sent from N8000, at the corner of this rounded earth.
Click to expand...
Click to collapse
no sorry,
no new Gmail.
Asus LWP is a Livewallpaper that show the Daytime.
****** Edit ******
Known bugs:
- Mass Storage in USB Mode Switcher dont work anymore in JB at the Moment
- noFrills changes the CPU Mhz but if you look in CPU Spy its have no effect!
The CPU goes to max 1400MHz
Chrack said:
....
no sorry,
no new Gmail.
Asus LWP is a Livewallpaper that show the Daytime.
****** Edit ******
Known bugs:
- Mass Storage in USB Mode Switcher dont work anymore in JB at the Moment
- noFrills changes the CPU Mhz but if you look in CPU Spy its have no effect!
The CPU goes to max 1400MHz
Click to expand...
Click to collapse
So the asus lwp is included?
Sent from my GT-N7105, at the corner of this rounded earth.
Working perfectly so far on my 8013.
One small odd point. The icons on the status bar seem quite pixelated.
Sent from my GT-N8000 using Tapatalk 2
Not in the small and extreme small Rom
******** update ******
Please flash this Fix for new Settings!
It will delete the not working USB Mode changer and noFrills App!
If you have changed the CPU Mhz,first set it to stock and reboot!
Download: New_flashable_Settings.zip
Tonight i upload a new Rom with fix includet!

[Aroma][Tool] ROMBooster For xperia

"I am not responsible for bricked devices, dead SD cards or anything goes wrong during operation. Use on your own risk"
Like it on facebook
~NOTE~
Release 1: [Full version] [Extreme & Aggressive] Beta Version
Release 2: [Minimum Version] [Moderate Aggression] Minimal Edition
Release 3: [Mini version] [Defensive tend to save system app] Mini Boost
Release 3.1: [Aroma] [Full customization] All version with Custom selection ability.
New version Released with Aroma. Full customization now available. I'm having trouble uploading. I'll upload later. Till then use above link.
Download From HERE
-----------------------------
Bloatware wasn’t invented with the Android phone, but Android phone manufacturers and cell phone carriers have really taken advantage of it. Bloatware is all of the extra software applications that come pre-installed on your Android–it can include any kind of application. Many Android phones come packed with useless software preinstalled by the device’s manufacturer and your cellular carrier. For example, Sprint even includes a NASCAR app with some of their phones. Most notable bloatware examples are games. The Sony Xperia Play came pre-installed with several games that could not be removed. The idea is that these pre-loaded apps and games add value to the device and attract you to make a purchase.Let’s take an example to illustrate just how problematic bloatware can be. The Sony Ericsson Xperia Play is a fantastic gaming phone which comes with several games already installed, including FIFA, Star Battalion and The Sims 3. This was a major selling point at launch, and rightly so - being able to play awesome games straight out of the box is great. Games are just one example, though. Some apps are pre-installed by networks or phone makers. However, games have a limited lifespan before they become surplus to requirements, and although you can remove the game data partitioned on your SD card, you can’t physically remove the install files from the Xperia Play’s internal app storage area.That means those games are stuck on the device forever. They clog up your app drawer and occupy valuable app storage space which could be better used for other programs. Unlike games - which cease to operate as soon as you close them down - system apps will constantly eat up valuable RAM resource, even if you don’t use them. This can cause your phone to perform poorly, leading to lag and force-close problems.
Assume you have flashed a new rom. You now have to go through the pain of removing dozens of apps from system/app which you might not need. eg: some people hardly use google maps/swype/youtube/email/weather.apk or those several samsung apps/widgets found in stock rom. More reasons -
* Useless apps could Clutters your list of installed apps
* May even run automatically at startup
* Drain battery power in the background
* Disabled Bloatware Still Wastes Storage Space & comes back after reset.
* It slows down phone performance
* It could use ram, eat it.
* It takes up memory space that can be used for things you actually want
* It can potentially telegraph information to the app developer or phone company
What is this I'm talking about Tool?
It's a zip file written scripts in it which removse bloatware apps from ROM via Recovery. The system partition contains important apps required for android. if you remove an app which is essential for android then your device might get stuck in bootloop. So know what you're doing before trying this.
Why Need this
* deleting one by one of apps could be time consuming
* It can remove more than 20 apps within 2-3 seconds
* Its super EASY to Understand & Customize.
----------------------------------------------------------------------------------
Supported Devices
~.~.~All Xperia Devices~.~.~
This is Modified script to work on our Xperia. This is Pure Work of Mine
<<<Requirements:
>Recovery
<<<Instructions:
>Copy downloaded file to SD Card
>Boot into recovery
>Choose this zip file>Choose different option as you like
>You're done
Screen Shot: See 2nd Post
<<<Credits and thanks
schoolsux - For script
Ahmad Amarullah for beautiful Aroma
Aresmar - For complete App list
Version 3.1
Aroma Version Released: 31-12-2013
What will be deleted In Normal Version
7-7-13 : Small Change Sound Level Alert Removed Due to Sound level Stuck at 50%.
11-7-13: Beta v3 released
PHP:
----------------
ringtones
----------------
themos
------------------
notification
------------------
arcturus
ascensions
beat_box_android
bellatrix
----------------
*alarms*
----------------
2_cents
alarm
alarm_beep_01
alarm_beep_02
alarm_beep_03
alarm_buzzer
alarm_classic
alarm_rooster_02
am_alarm
argon
balance_of_power
barium
blips
carbon
clockwork_music
fermium
forest_air
hassium
krypton
mechanical_bell
metro
multi_alarm
neon
neptunium
nobelium
oxygen
pond
rise_up
scandium
soft_harp
stars
string_ensemble
surprise
tripod
wood
-----------------------
system apps
-----------------------
accuweatherdaemon
accuweatherwidget
accuweatherwidget_main
googleldrive
googleskymap
googlelvideos
googlewallet
shopper
semcdlna
translate
PHP:
------------------------------
ringtones
-----------------------------
air.ogg
andromeda.ogg
aquila.ogg
arctic.ogg
argonavis.ogg
backroad.ogg
beatplucker.ogg
bentleydubs.ogg
big_easy.ogg
bingo.ogg
birdloop.ogg
bollywood.ogg
bootes.ogg
breeze.ogg
bussamove.ogg
cairo.ogg
calypso_steel.ogg
canismajor.ogg
canismajor.ogg
caribbeanice.ogg
carina.ogg
cassiopeia.ogg
centaurus.ogg
champagne_edition.ogg
clockwork.ogg
club_cubano.ogg
crayonrock.ogg
craft.ogg
crazydream.ogg
curveball.ogg
cygnus.ogg
dancinfool.ogg
ding.ogg
donmesswivit.ogg
draco.ogg
dreamtheme.ogg
eastern_sky.ogg
ensemble.ogg
enter_the_nexus.ogg
eridani.ogg
ethershake.ogg
feel.ogg
freeflight.ogg
friendlyghost.ogg
funk_yall.ogg
gameoverguitar.ogg
garden_waltz.ogg
gimme_mo_town.ogg
glacial_groove.ogg
girtab.ogg
growl.ogg
halfwayhome.ogg
hydra.ogg
hydra.ogg
insertcoin.ogg
james_bond_theme.ogg
jet_set.ogg
kilimanjaro.ogg
loopylounge.ogg
loveflute.ogg
lyra.ogg
machina.ogg
magnifico.ogg
mideviljaunt.ogg
mildlyalarming.ogg
nairobi.ogg
nassau.ogg
newplayer.ogg
no_limits.ogg
noises1.ogg
noises2.ogg
noises3.ogg
ny_shoonz.ogg
okiro_whisper.ogg
opal.ogg
organdub.ogg
orion.ogg
pegasus.ogg
perseus.ogg
perseus.ogg
ping_pong.ogg
playa.ogg
pyxis.ogg
ramp.ogg
revelation.ogg
rigel.ogg
ring_classic_02.ogg
ring_digital_02.ogg
ring_synth_02.ogg
ring_synth_04.ogg
road_trip.ogg
romancingthetone.ogg
rouge.ogg
safari.ogg
savannah.ogg
scarabaeus.ogg
sceptrum.ogg
seville.ogg
shes_all_that.ogg
silkyway.ogg
sitarvssitar.ogg
solarium.ogg
springyjalopy.ogg
steppin_out.ogg
sunbeamz.ogg
terminated.ogg
testudo.ogg
third_eye.ogg
thunderfoot.ogg
tigerstyle.ogg
timpani.ogg
train.ogg
twirlaway.ogg
ursaminor.ogg
ursaminor.ogg
veryalarmed.ogg
vespa.ogg
winning_smile.ogg
world.ogg
zeta.ogg
-----------------------------------
notifications
------------------------------------
adara.ogg
aldebaran.ogg
altair.ogg
allegro.ogg
ascensions.ogg
antares.ogg
antimony.ogg
arcturus.ogg
argon.ogg
beryllium.ogg
betelgeuse.ogg
beat_box_android.ogg
caffeinesnake.ogg
canopus.ogg
capella.ogg
castor.ogg
cetialpha.ogg
climb.ogg
climb_up.ogg
cobalt.ogg
cosmic.ogg
cricket.ogg
concerto.ogg
cricket.ogg
deardeer.ogg
deneb.ogg
deep.ogg
dimension.ogg
doink.ogg
dontpanic.ogg
drip.ogg
electra.ogg
excitement.ogg
exemplify.ogg
f1_missedcall.ogg
f1_new_mms.ogg
f1_new_sms.ogg
fluorine.ogg
fomalhaut.ogg
gallium.ogg
heaven.ogg
happy.ogg
harmonics.ogg
helium.ogg
highwire.ogg
hojus.ogg
james_bond_theme.ogg
krypton.ogg
kzurbsonar.ogg
luxury.ogg
lalande.ogg
merope.ogg
mira.ogg
message_alert.ogg
moonbeam.ogg
notification.ogg
onthehunt.ogg
orient.ogg
palladium.ogg
pixiedust.ogg
pizzicato.ogg
plastic_pipe.ogg
polaris.ogg
pop.ogg
pollux.ogg
procyon.ogg
proxima.ogg
radon.ogg
ray.ogg
regulus.ogg
reminder.ogg
rubidium.ogg
selenium.ogg
shaula.ogg
signature.ogg
sirius.ogg
sirrah.ogg
sonata.ogg
soft_bell.ogg
spaceseed.ogg
sparkle.ogg
spica.ogg
strontium.ogg
stutter.ogg
synth_chime.ogg
tada.ogg
tejat.ogg
thallium.ogg
tinkerbell.ogg
tinkle.ogg
tweeters.ogg
upsilon.ogg
vega.ogg
voila.ogg
whisper.ogg
wind_up.ogg
xenon.ogg
zirconium.ogg
--------------------------------------
junk folders
---------------------------------------
system/media/video
system/lost+found
system/etc/customization/applications
system/etc/product/applications
system/etc/customization/content/com/sonyericsson/wallpaperpicker/wallpapers
------------------------------------------
system
-------------------------------------------
adobeflashplayer
adobereader
appenabler
artfiltercamera
artfiltercamera
antradioservice
backup-restore
backuprestoreconfirmation
backuprestoreconfirmation
backup-wizard
blacktheme
books
books
blackthemeblueaccent
californiagoldrush
calculator
calculator
carhome
chrome
cdfinfoaccessor
cdfinfoaccessor
chinesetextinput
clockwidgets
clockwidgets
cosmicflow
com.sonyericsson.androidapp.foursquare_ext_ts3
com.sonyericsson.androidapp.timescapefeedsplugin
com.whatsapp
com.qoowaa.act_103
com.singtel.singtelbpl
com.sonyericsson.androidapp.storefront
datamonitor
datatrafficswitch
digitalclockwidget
enchantedforest
enchantedforest
eventstream
eventstreamplugintelephony
eventstreamplugincalllog
eventstreamplugintwitter
eventstreampluginfacebook
exchange2
emanual
emanuallauncher
exchange2
exchange
exchange
externalkeyboardjp
externalkeyboardjp
facebook
facebook
facelock
fast-dormancy-incall
fast-dormancy-wakeup
fast-dormancy-wakeup
fbcalendarsync
fbcalendarsync
fbiappshare
fbiappshare
fbmediadiscovery
fbmediadiscovery
fbmusiclike
fbmusiclike
fbnotificationpublisher
fbsetupwizard
fbsetupwizard
geniewidget
geotag
geotag
galaxy4
galaxy4
gallery2
gallery 3d
gmail
gmail
gmail2
gmail2
gms_maps
gms_maps
googlequicksearchbox
googlefeedback
googlelyricsplugin
googlelyricsplugin
helpapp
helpapp
htmlviewer
htmlviewer
livewaremanager
livewaremanager
holospiralwallpaper
holospiralwallpaper
iddagent
iddagent
japaneseime
magazines
magazines
magicsmokewallpapers
magicsmokewallpapers
magicbox
maps
mediawidget
myxperia
myxperia
neoreader
officesuite
onofftools
noisefield
noisefield
notewidget
notewidget
notes
notes
omadatasyncservice
orangetheme
pccompanion
peggle
phasebeam
phasebeam
photoslideshow
photowidget
photowidget
pinktheme
pinktheme
picotts
picotts
plusone
plusone
playnowclientarvato
playnowappinstaller
playnowclient
playnowinstaller
playnowback
poboxsknmono
poboxsknmono
poboxsknpink
poboxsknpink
poboxsknselector
poboxsknwood
poboxsknwood
picotts
ttsservice
protips
purpletheme
purpletheme
letsgolf_a_353
learningclient
livewaremanager
livewaremanager
postviewer
retaildemo
retaildemo
readytorun
roadsync
rollercoaster
recentcallswidget
searchwidget
semcclock
semcclock
semccrashmonitor
semccrashmonitor
semccheckin
semcemail
semcemailsmall
semcemailsmall
semcfacebookproxy
semcfacebookservice
semcpowersaver
semcmusicvisualizer
semcmusicvisualizer
semcnotes
semcnotes
semctvlauncher
semctvlauncher
semctvout
semctvout
semcphotoeditor
semcphotoeditor
semcunplugchargerreminder
semcunplugchargerreminder
semcvideoedit
semcvideo
shareapplicatio
semcvideo
shareapplication
shareapplication
smallapp-calculator
smallapp-calculator
smallappmanagerservice
smallappmanagerservice
smallapp-notes
smallapp-notes
smallapp-recorder
smallapp-timer
smallapp-timer
smallappwidget
smallappwidget
smartsearch
smartsearch
socialenginecore
socialenginecore
socialenginefacebookplugin
socialenginefacebookplugin
socialenginefacebooksharefrwkplugin
socialenginefacebooksharefrwkplugin
socialenginepicasaplugin
socialenginepicasaplugin
socialenginetwittersharefrwkplugin
socialenginetwittersharefrwkplugin
socialpane-apps
socialpane-feedwidget
socialpane-friendswidget
socialpane-statuswidget
somctwitteraccount
somctwittersetupwizard
somcxperialink
somcxperialink
somcconnectivitycenter
somcconnectivitycenter
somcmirrorlinksystem
somcmirrorlinksystem
somctwitteraccount
somctwitteraccount
somcmusicslideshow
somcphotoanalyzer
snscontactimagecacheprovider
storefront
storefront
stopwatch
stopwatch
stk
stk
statusswitch
street
sync
sync
syncwizard
syncwizard
talk
talk
talk
timer
talkback
textinput-chn
textinput-chn
timescape-smallui
timescapepluginmanager
timescapeprovider
timescaperssplugin
timescapespline
timescapewidget
touchnote
trackid
t2a-widget
twitterpostviewer
updatecenter
updatecenter
usersupport
uwlopprovider
visualizationwallpapers
visualizationwallpapers
videoeditorgoogle
videoeditorgoogle
videos
videos
voicedialer
voicedialer
weatherwidget
widgetanalogclock
weatherwidget
worldclockwidget
worldclockwidget
widgetdigitalclock
wikipediaplugin
wikipediaplugin
widgetonoff
widgettimer
widgetworldclock
wisepilot
youtube
youtube
youtubekaraokeplugin
youtubekaraokeplugin
youtubeplugin
youtubeplugin
compass
magicbox
micoach
walkmate
wisepilot
Will be deleted In Minimal Edition
PHP:
Ringtones
-----------------------------
air
ANDROMEDA
Aquila
arctic
ArgoNavis
Backroad
BeatPlucker
BentleyDubs
Big_Easy
bingo
BirdLoop
Bollywood
BOOTES
breeze
BussaMove
Cairo
Calypso_Steel
CANISMAJOR
CanisMajor
CaribbeanIce
Carina
CASSIOPEIA
Centaurus
Champagne_Edition
clockwork
Club_Cubano
CrayonRock
craft
CrazyDream
CurveBall
Cygnus
DancinFool
Ding
DonMessWivIt
Draco
DreamTheme
Eastern_Sky
ensemble
Enter_the_Nexus
Eridani
EtherShake
feel
FreeFlight
FriendlyGhost
Funk_Yall
GameOverGuitar
garden_waltz
Gimme_Mo_Town
Girtab
Growl
HalfwayHome
hydra
Hydra
InsertCoin
james_bond_theme
jet_set
kilimanjaro
LoopyLounge
Lyra
Machina
magnifico
MidEvilJaunt
MildlyAlarming
Nairobi
Nassau
NewPlayer
No_Limits
Noises1
Noises2
Noises3
ny_shoonz
okiro_whisper
opal
OrganDub
Orion
Pegasus
PERSEUS
Perseus
ping_pong
Playa
Pyxis
ramp
Revelation
Rigel
Ring_Classic_02
Ring_Digital_02
Ring_Synth_02
Ring_Synth_04
Road_Trip
RomancingTheTone
rouge
Safari
Savannah
Scarabaeus
Sceptrum
Seville
Shes_All_That
SilkyWay
SitarVsSitar
Solarium
SpringyJalopy
Steppin_Out
sunbeamz
Terminated
Testudo
Third_Eye
Thunderfoot
tigerstyle
timpani
train
TwirlAway
URSAMINOR
UrsaMinor
VeryAlarmed
Vespa
winning_smile
Zeta
--------------------------
*Notifications*
--------------------------
Adara
Aldebaran
Altair
allegro
ascensions
Antares
Antimony
arcturus
Argon
Beryllium
Betelgeuse
Beat_Box_Android
CaffeineSnake
Canopus
Castor
CetiAlpha
climb
climb_up
Cobalt
cosmic
Cricket
concerto
Cricket
DearDeer
Deneb
deep
dimension
Doink
DontPanic
Drip
excitement
exemplify
F1_MissedCall
F1_New_MMS
F1_New_SMS
Fluorine
Fomalhaut
Gallium
Heaven
happy
harmonics
Helium
Highwire
Hojus
James_Bond_Theme
Krypton
KzurbSonar
luxury
Lalande
Merope
Mira
message_alert
moonbeam
notification
OnTheHunt
orient
Palladium
pizzicato
Plastic_Pipe
Polaris
pop
Pollux
Procyon
Proxima
Radon
ray
regulus
reminder
Rubidium
Selenium
Shaula
signature
sirius
Sirrah
sonata
soft_bell
SpaceSeed
sparkle
Spica
Strontium
stutter
synth_chime
Tejat
Thallium
tinkle
tweeters
Upsilon
vega
Voila
whisper
wind_up
Xenon
Zirconium
---------------------------------
*Junk Folders*
---------------------------------
system/media/video
system/lost+found
system/etc/customization/applications
system/etc/product/applications
system/etc/customization/content/com/sonyericsson/wallpaperpicker/wallpapers
----------------------
System
----------------------
AdobeFlashPlayer
adobereader
antradioservice
BlackTheme
Books
Books
BlackThemeBlueAccent
CaliforniaGoldRush
Chrome
CdfInfoAccessor
CdfInfoAccessor
chinesetextinput
com.sonyericsson.androidapp.foursquare_ext_ts3
com.sonyericsson.androidapp.timescapefeedsplugin
com.whatsapp
com.qoowaa.act_103
com.singtel.singtelbpl
com.sonyericsson.androidapp.storefront
datamonitor
EventStream
EventStreamPluginTelephony
EventStreamPluginCallLog
EventStreamPluginTwitter
EventStreamPluginFacebook
Exchange2
Emanual
EmanualLauncher
Exchange2
exchange
exchange
ExternalKeyboardJP
ExternalKeyboardJP
facebook
facebook
FBCalendarSync
FBCalendarSync
FBIAppShare
FBIAppShare
FBMediaDiscovery
FBMediaDiscovery
FBMusicLike
FBMusicLike
FBNotificationPublisher
FBSetupwizard
FBSetupwizard
GenieWidget
GeoTag
geotag
Galaxy4
Galaxy4
helpapp
helpapp
IddAgent
IddAgent
JapaneseIME
Magazines
Magazines
magicbox
micoach
magicbox
Maps
mediawidget
MyXperia
MyXperia
neoreader
officesuite
NoiseField
NoiseField
NoteWidget
NoteWidget
notes
Notes
OmaDatasyncService
PcCompanion
Peggle
PhaseBeam
PhaseBeam
PhotoSlideshow
PhotoWidget
PhotoWidget
PlusOne
PlusOne
playnowclientarvato
playnowappinstaller
playnowclient
playnowinstaller
playnowback
POBoxSknMono
POBoxSknMono
POBoxSknPink
POBoxSknPink
POBoxSknSelector
POBoxSknWood
POBoxSknWood
Protips
letsgolf_A_353
LearningClient
LivewareManager
LivewareManager
livewaremanager
livewaremanager
PostViewer
retaildemo
retaildemo
roadsync
rollercoaster
RecentCallsWidget
SearchWidget
SemcClock
SemcClock
SemcCrashMonitor
SemcCrashMonitor
SemcCheckin
SemcEmail
SEMCFacebookProxy
SEMCFacebookService
SemcNotes
SemcNotes
SemcVideoEdit
SemcVideo
SemcVideo
ShareApplication
ShareApplication
SmartSearch
SmartSearch
SocialEngineCore
SocialEngineCore
SocialEngineFacebookPlugin
SocialEngineFacebookPlugin
SocialEngineFacebookShareFrwkPlugin
SocialEngineFacebookShareFrwkPlugin
SocialEnginePicasaPlugin
SocialEnginePicasaPlugin
SocialEngineTwitterShareFrwkPlugin
SocialEngineTwitterShareFrwkPlugin
SocialPane-Apps
SocialPane-FeedWidget
SocialPane-FriendsWidget
SocialPane-StatusWidget
SOMCTwitterAccount
SOMCTwitterSetupWizard
SomcXperiaLink
SomcXperiaLink
SomcConnectivityCenter
SomcConnectivityCenter
SOMCTwitterAccount
SOMCTwitterAccount
SomcMusicSlideshow
SomcPhotoAnalyzer
SnsContactImageCacheProvider
storefront
storefront
Stk
Stk
Street
Sync
sync
SyncWizard
syncwizard
Talk
Talk
talk
talkback
textinput-chn
textinput-chn
Timescape-smallui
timescapepluginmanager
timescapeprovider
timescaperssplugin
TimescapeSpline
TimescapeWidget
touchnote
trackid
t2a-widget
TwitterPostViewer
usersupport
uWlopProvider
VisualizationWallpapers
VisualizationWallpapers
VideoEditorGoogle
VideoEditorGoogle
Videos
Videos
walkmate
WeatherWidget
widgetanalogclock
WeatherWidget
WorldClockWidget
WorldClockWidget
widgetdigitalclock
WikipediaPlugin
WikipediaPlugin
widgettimer
widgetworldclock
wisepilot
wisepilot
YouTube
YouTube
YouTubeKaraokePlugin
YouTubeKaraokePlugin
YouTubePlugin
YouTubePlugin
Will be deleted in mini Boost Version
PHP:
-------------------
folder
-------------------
system/etc/customization/applications
system/etc/product/applications
--------------------------
System
--------------------------
adobeflashplayer
adobereader
antradioservice
books
books
californiagoldrush
cdfinfoaccessor
cdfinfoaccessor
chinesetextinput
comsonyericssonandroidappfoursquare_ext_ts3
comsonyericssonandroidapptimescapefeedsplugin
comwhatsapp
comqoowaaact_103
comsingtelsingtelbpl
comsonyericssonandroidappstorefront
datamonitor
eventstream
eventstreamplugintelephony
eventstreamplugincalllog
eventstreamplugintwitter
eventstreampluginfacebook
emanual
emanuallauncher
externalkeyboardjp
externalkeyboardjp
facebook
facebook
fbcalendarsync
fbcalendarsync
fbiappshare
fbiappshare
fbmediadiscovery
fbmediadiscovery
fbmusiclike
fbmusiclike
fbnotificationpublisher
fbsetupwizard
fbsetupwizard
geniewidget
geotag
geotag
galaxy4
galaxy4
helpapp
helpapp
iddagent
iddagent
japaneseime
magazines
magazines
magicbox
micoach
maps
myxperia
myxperia
neoreader
officesuite
noisefield
noisefield
pccompanion
peggle
phasebeam
phasebeam
plusone
plusone
playnowclientarvato
playnowappinstaller
playnowclient
playnowinstaller
playnowback
poboxsknmono
poboxsknmono
poboxsknpink
poboxsknpink
poboxsknselector
poboxsknwood
poboxsknwood
protips
letsgolf_a_353
learningclient
livewaremanager
livewaremanager
livewaremanager
livewaremanager
retaildemo
retaildemo
roadsync
rollercoaster
semccrashmonitor
semccrashmonitor
semccheckin
semcemail
semcfacebookproxy
semcfacebookservice
semcnotes
semcnotes
semcvideoedit
semcvideo
semcvideo
smartsearch
smartsearch
socialenginecore
socialenginecore
socialenginefacebookplugin
socialenginefacebookplugin
socialenginefacebooksharefrwkplugin
socialenginefacebooksharefrwkplugin
socialenginepicasaplugin
socialenginepicasaplugin
socialenginetwittersharefrwkplugin
socialenginetwittersharefrwkplugin
socialpane-apps
socialpane-feedwidget
socialpane-friendswidget
socialpane-statuswidget
somctwitteraccount
somctwittersetupwizard
somcxperialink
somcxperialink
somcconnectivitycenter
somcconnectivitycenter
somctwitteraccount
somctwitteraccount
storefront
storefront
stk
stk
street
sync
sync
syncwizard
syncwizard
textinput-chn
textinput-chn
timescape-smallui
timescapepluginmanager
timescapeprovider
timescaperssplugin
timescapespline
timescapewidget
touchnote
trackid
t2a-widget
twitterpostviewer
usersupport
videoeditorgoogle
videoeditorgoogle
videos
videos
wikipediaplugin
wikipediaplugin
wisepilot
wisepilot
youtube
youtube
youtubekaraokeplugin
youtubekaraokeplugin
youtubeplugin
youtubeplugin
These are the SCREENSHOT from XPERIA SL. Z/ZL Have different size. BUT that's OK Cause THIS IS Only To Give you HINT
AROMA ScreenSHOT
Original Status ROM size
Size After flashing beta v1
After Flashing Beta v2
Status: After Flashing Mini Boost version
To meet Personal Taste and Maximum Customization. I Made a TINY Tutorial
{
"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"
}
Very nice very nice.
Can we customize it by editing the updater script?
This one is over the top cleaner for me I want some apps to stay for example.
Also I wonder how much space do we gain from removing all these.
1 more question is this for latest 4.2.2 (.423) rom?
Can we customize it by editing the updater script?
Click to expand...
Click to collapse
of course! Just add the system/app/example.apk name that you want to delete or Remove system/app/example.apk line that you don't want to delete.
Also I wonder how much space do we gain from removing all these.
Click to expand...
Click to collapse
This is the matter of experiment I don't have Z/ZL but i'm sure this will work just fine. Maybe Someone can upload the screenshot before and after Removal.
1 more question is this for latest 4.2.2 (.423) rom?
Click to expand...
Click to collapse
No, I don't have all the apps name. So, this doesn't include 4.2.2 rom apps. May be someone could Provide a List of all SYSTEM apps name Exactly as it is. That will be very useful.
yea good idea but seems a little too fierce lol
simbawimba said:
yea good idea but seems a little too fierce lol
Click to expand...
Click to collapse
Indeed. Why do you even delete:
Calculator
Car Home
Chrome
A lot of themes
Fast dormancy apps?!
Japanese IME
The power saver it seems
TV out functionality
The setup wizard (which can crash your phone if you do a factory reset)
(all) Smallapps
Most of the Google apps
Some wallpapers and widgets
Video app
Most of them are unnecessary to delete.
I think this is a good start but we gotto check these and apply to newest firmware first.
We might come with a more reasonable and correct version.
Aresmar said:
I think this is a good start but we gotto check these and apply to newest firmware first.
We might come with a more reasonable and correct version.
Click to expand...
Click to collapse
Yes. What we need now is a Full list of System App from latest 4.2.2
Exactly Same name list. Could someone do that, please
xminirom said:
Yes. What we need now is a Full list of System App from latest 4.2.2
Exactly Same name list. Could someone do that, please
Click to expand...
Click to collapse
I hope this helps:
http://www.wepaste.com/xz423systemapp/
there are some custom apps of provider : "turkcell" you can omit those. apart from that it is actually pretty clean rom.
the list is extracted from TR FTF file.
system/app
and
system/etc\customization\applications
if you want more folders tell me I will add to list.
edit:
added a lot more folders and files!!
Nice thread.
Sent from my C6506 using xda premium
Thanks for given credits
RomBooster edit
Hi Guys,
I edited the file for my personal need and i just want to share this with you.
This is based and works on:
Xperia Z Android 4.2.2 Stock Rom .244 Firmware
changelog to v3 original RomBooster:
- removed deletion of system wallpapers
- removed deletion of Xperia Standard Theme, Clock Widget, Album, Album-PhotoEditor and some others
- added removal of additional bloatware (PlayMemories,Email,PartnerBrowserBookmarks and so on..)
Heres the script:
Code:
ui_print("Wiping *Ringtones*");
delete("/system/media/audio/ringtones/air.ogg");
delete("/system/media/audio/ringtones/ANDROMEDA.ogg");
delete("/system/media/audio/ringtones/Andromeda.ogg");
delete("/system/media/audio/ringtones/Aquila.ogg");
delete("/system/media/audio/ringtones/arctic.ogg");
delete("/system/media/audio/ringtones/ArgoNavis.ogg");
delete("/system/media/audio/ringtones/Backroad.ogg");
delete("/system/media/audio/ringtones/BeatPlucker.ogg");
delete("/system/media/audio/ringtones/BentleyDubs.ogg");
delete("/system/media/audio/ringtones/Big_Easy.ogg");
delete("/system/media/audio/ringtones/bingo.ogg");
delete("/system/media/audio/ringtones/BirdLoop.ogg");
delete("/system/media/audio/ringtones/Bollywood.ogg");
delete("/system/media/audio/ringtones/BOOTES.ogg");
delete("/system/media/audio/ringtones/breeze.ogg");
delete("/system/media/audio/ringtones/BussaMove.ogg");
delete("/system/media/audio/ringtones/Cairo.ogg");
delete("/system/media/audio/ringtones/Calypso_Steel.ogg");
delete("/system/media/audio/ringtones/CANISMAJOR.ogg");
delete("/system/media/audio/ringtones/CanisMajor.ogg");
delete("/system/media/audio/ringtones/CaribbeanIce.ogg");
delete("/system/media/audio/ringtones/Carina.ogg");
delete("/system/media/audio/ringtones/CASSIOPEIA.ogg");
delete("/system/media/audio/ringtones/Centaurus.ogg");
delete("/system/media/audio/ringtones/Champagne_Edition.ogg");
delete("/system/media/audio/ringtones/classic_phone.ogg");
delete("/system/media/audio/ringtones/Club_Cubano.ogg");
delete("/system/media/audio/ringtones/CrayonRock.ogg");
delete("/system/media/audio/ringtones/craft.ogg");
delete("/system/media/audio/ringtones/CrazyDream.ogg");
delete("/system/media/audio/ringtones/CurveBall.ogg");
delete("/system/media/audio/ringtones/Cygnus.ogg");
delete("/system/media/audio/ringtones/DancinFool.ogg");
delete("/system/media/audio/ringtones/Ding.ogg");
delete("/system/media/audio/ringtones/DonMessWivIt.ogg");
delete("/system/media/audio/ringtones/Draco.ogg");
delete("/system/media/audio/ringtones/DreamTheme.ogg");
delete("/system/media/audio/ringtones/Eastern_Sky.ogg");
delete("/system/media/audio/ringtones/ensemble.ogg");
delete("/system/media/audio/ringtones/Enter_the_Nexus.ogg");
delete("/system/media/audio/ringtones/Eridani.ogg");
delete("/system/media/audio/ringtones/EtherShake.ogg");
delete("/system/media/audio/ringtones/feel.ogg");
delete("/system/media/audio/ringtones/FreeFlight.ogg");
delete("/system/media/audio/ringtones/FriendlyGhost.ogg");
delete("/system/media/audio/ringtones/Funk_Yall.ogg");
delete("/system/media/audio/ringtones/GameOverGuitar.ogg");
delete("/system/media/audio/ringtones/garden_waltz.ogg");
delete("/system/media/audio/ringtones/Gimme_Mo_Town.ogg");
delete("/system/media/audio/ringtones/Glacial_Groove.ogg");
delete("/system/media/audio/ringtones/Girtab.ogg");
delete("/system/media/audio/ringtones/Growl.ogg");
delete("/system/media/audio/ringtones/HalfwayHome.ogg");
delete("/system/media/audio/ringtones/hydra.ogg");
delete("/system/media/audio/ringtones/Hydra.ogg");
delete("/system/media/audio/ringtones/InsertCoin.ogg");
delete("/system/media/audio/ringtones/james_bond_theme.ogg");
delete("/system/media/audio/ringtones/jet_set.ogg");
delete("/system/media/audio/ringtones/kilimanjaro.ogg");
delete("/system/media/audio/ringtones/LoopyLounge.ogg");
delete("/system/media/audio/ringtones/LoveFlute.ogg");
delete("/system/media/audio/ringtones/Lyra.ogg");
delete("/system/media/audio/ringtones/Machina.ogg");
delete("/system/media/audio/ringtones/magnifico.ogg");
delete("/system/media/audio/ringtones/MidEvilJaunt.ogg");
delete("/system/media/audio/ringtones/MildlyAlarming.ogg");
delete("/system/media/audio/ringtones/Nairobi.ogg");
delete("/system/media/audio/ringtones/Nassau.ogg");
delete("/system/media/audio/ringtones/NewPlayer.ogg");
delete("/system/media/audio/ringtones/No_Limits.ogg");
delete("/system/media/audio/ringtones/Noises1.ogg");
delete("/system/media/audio/ringtones/Noises2.ogg");
delete("/system/media/audio/ringtones/Noises3.ogg");
delete("/system/media/audio/ringtones/ny_shoonz.ogg");
delete("/system/media/audio/ringtones/okiro_whisper.ogg");
delete("/system/media/audio/ringtones/opal.ogg");
delete("/system/media/audio/ringtones/OrganDub.ogg");
delete("/system/media/audio/ringtones/Orion.ogg");
delete("/system/media/audio/ringtones/Pegasus.ogg");
delete("/system/media/audio/ringtones/PERSEUS.ogg");
delete("/system/media/audio/ringtones/Perseus.ogg");
delete("/system/media/audio/ringtones/ping_pong.ogg");
delete("/system/media/audio/ringtones/Playa.ogg");
delete("/system/media/audio/ringtones/Pyxis.ogg");
delete("/system/media/audio/ringtones/ramp.ogg");
delete("/system/media/audio/ringtones/Revelation.ogg");
delete("/system/media/audio/ringtones/Rigel.ogg");
delete("/system/media/audio/ringtones/Ring_Classic_02.ogg");
delete("/system/media/audio/ringtones/Ring_Digital_02.ogg");
delete("/system/media/audio/ringtones/Ring_Synth_02.ogg");
delete("/system/media/audio/ringtones/Ring_Synth_04.ogg");
delete("/system/media/audio/ringtones/Road_Trip.ogg");
delete("/system/media/audio/ringtones/RomancingTheTone.ogg");
delete("/system/media/audio/ringtones/rouge.ogg");
delete("/system/media/audio/ringtones/Safari.ogg");
delete("/system/media/audio/ringtones/Savannah.ogg");
delete("/system/media/audio/ringtones/Scarabaeus.ogg");
delete("/system/media/audio/ringtones/Sceptrum.ogg");
delete("/system/media/audio/ringtones/Seville.ogg");
delete("/system/media/audio/ringtones/Shes_All_That.ogg");
delete("/system/media/audio/ringtones/SilkyWay.ogg");
delete("/system/media/audio/ringtones/SitarVsSitar.ogg");
delete("/system/media/audio/ringtones/Solarium.ogg");
delete("/system/media/audio/ringtones/SpringyJalopy.ogg");
delete("/system/media/audio/ringtones/Steppin_Out.ogg");
delete("/system/media/audio/ringtones/sunbeamz.ogg");
delete("/system/media/audio/ringtones/Terminated.ogg");
delete("/system/media/audio/ringtones/Testudo.ogg");
delete("/system/media/audio/ringtones/Themos.ogg");
delete("/system/media/audio/ringtones/Third_Eye.ogg");
delete("/system/media/audio/ringtones/Thunderfoot.ogg");
delete("/system/media/audio/ringtones/tigerstyle.ogg");
delete("/system/media/audio/ringtones/timpani.ogg");
delete("/system/media/audio/ringtones/train.ogg");
delete("/system/media/audio/ringtones/TwirlAway.ogg");
delete("/system/media/audio/ringtones/URSAMINOR.ogg");
delete("/system/media/audio/ringtones/UrsaMinor.ogg");
delete("/system/media/audio/ringtones/VeryAlarmed.ogg");
delete("/system/media/audio/ringtones/Vespa.ogg");
delete("/system/media/audio/ringtones/winning_smile.ogg");
delete("/system/media/audio/ringtones/World.ogg");
delete("/system/media/audio/ringtones/Zeta.ogg");
ui_print("");
ui_print("");
ui_print("");
ui_print("Cleaning *Notifications*");
delete("/system/media/audio/notifications/Adara.ogg");
delete("/system/media/audio/notifications/Aldebaran.ogg");
delete("/system/media/audio/notifications/Altair.ogg");
delete("/system/media/audio/notifications/allegro.ogg");
delete("/system/media/audio/notifications/ascensions.ogg");
delete("/system/media/audio/notifications/Antares.ogg");
delete("/system/media/audio/notifications/Antimony.ogg");
delete("/system/media/audio/notifications/arcturus.ogg");
delete("/system/media/audio/notifications/Arcturus.ogg");
delete("/system/media/audio/notifications/Argon.ogg");
delete("/system/media/audio/notifications/ascensions.ogg");
delete("/system/media/audio/notifications/Beat_Box_Android.ogg");
delete("/system/media/audio/notifications/Bellatrix.ogg");
delete("/system/media/audio/notifications/Beryllium.ogg");
delete("/system/media/audio/notifications/Betelgeuse.ogg");
delete("/system/media/audio/notifications/Beat_Box_Android.ogg");
delete("/system/media/audio/notifications/CaffeineSnake.ogg");
delete("/system/media/audio/notifications/Canopus.ogg");
delete("/system/media/audio/notifications/Capella.ogg");
delete("/system/media/audio/notifications/Castor.ogg");
delete("/system/media/audio/notifications/CetiAlpha.ogg");
delete("/system/media/audio/notifications/climb.ogg");
delete("/system/media/audio/notifications/climb_up.ogg");
delete("/system/media/audio/notifications/Cobalt.ogg");
delete("/system/media/audio/notifications/cosmic.ogg");
delete("/system/media/audio/notifications/Cricket.ogg");
delete("/system/media/audio/notifications/concerto.ogg");
delete("/system/media/audio/notifications/Cricket.ogg");
delete("/system/media/audio/notifications/DearDeer.ogg");
delete("/system/media/audio/notifications/Deneb.ogg");
delete("/system/media/audio/notifications/deep.ogg");
delete("/system/media/audio/notifications/dimension.ogg");
delete("/system/media/audio/notifications/Doink.ogg");
delete("/system/media/audio/notifications/DontPanic.ogg");
delete("/system/media/audio/notifications/Drip.ogg");
delete("/system/media/audio/notifications/Electra.ogg");
delete("/system/media/audio/notifications/excitement.ogg");
delete("/system/media/audio/notifications/exemplify.ogg");
delete("/system/media/audio/notifications/F1_MissedCall.ogg");
delete("/system/media/audio/notifications/F1_New_MMS.ogg");
delete("/system/media/audio/notifications/F1_New_SMS.ogg");
delete("/system/media/audio/notifications/Fluorine.ogg");
delete("/system/media/audio/notifications/Fomalhaut.ogg");
delete("/system/media/audio/notifications/Gallium.ogg");
delete("/system/media/audio/notifications/Heaven.ogg");
delete("/system/media/audio/notifications/happy.ogg");
delete("/system/media/audio/notifications/harmonics.ogg");
delete("/system/media/audio/notifications/Helium.ogg");
delete("/system/media/audio/notifications/Highwire.ogg");
delete("/system/media/audio/notifications/Hojus.ogg");
delete("/system/media/audio/notifications/James_Bond_Theme.ogg");
delete("/system/media/audio/notifications/Krypton.ogg");
delete("/system/media/audio/notifications/KzurbSonar.ogg");
delete("/system/media/audio/notifications/luxury.ogg");
delete("/system/media/audio/notifications/Lalande.ogg");
delete("/system/media/audio/notifications/Merope.ogg");
delete("/system/media/audio/notifications/Mira.ogg");
delete("/system/media/audio/notifications/message_alert.ogg");
delete("/system/media/audio/notifications/moonbeam.ogg");
delete("/system/media/audio/notifications/notification.ogg");
delete("/system/media/audio/notifications/OnTheHunt.ogg");
delete("/system/media/audio/notifications/orient.ogg");
delete("/system/media/audio/notifications/Palladium.ogg");
delete("/system/media/audio/notifications/pixiedust.ogg");
delete("/system/media/audio/notifications/pizzicato.ogg");
delete("/system/media/audio/notifications/Plastic_Pipe.ogg");
delete("/system/media/audio/notifications/Polaris.ogg");
delete("/system/media/audio/notifications/pop.ogg");
delete("/system/media/audio/notifications/Pollux.ogg");
delete("/system/media/audio/notifications/Procyon.ogg");
delete("/system/media/audio/notifications/Proxima.ogg");
delete("/system/media/audio/notifications/Radon.ogg");
delete("/system/media/audio/notifications/ray.ogg");
delete("/system/media/audio/notifications/regulus.ogg");
delete("/system/media/audio/notifications/reminder.ogg");
delete("/system/media/audio/notifications/Rubidium.ogg");
delete("/system/media/audio/notifications/Selenium.ogg");
delete("/system/media/audio/notifications/Shaula.ogg");
delete("/system/media/audio/notifications/signature.ogg");
delete("/system/media/audio/notifications/sirius.ogg");
delete("/system/media/audio/notifications/Sirrah.ogg");
delete("/system/media/audio/notifications/sonata.ogg");
delete("/system/media/audio/notifications/soft_bell.ogg");
delete("/system/media/audio/notifications/SpaceSeed.ogg");
delete("/system/media/audio/notifications/sparkle.ogg");
delete("/system/media/audio/notifications/Spica.ogg");
delete("/system/media/audio/notifications/Strontium.ogg");
delete("/system/media/audio/notifications/stutter.ogg");
delete("/system/media/audio/notifications/synth_chime.ogg");
delete("/system/media/audio/notifications/TaDa.ogg");
delete("/system/media/audio/notifications/Tejat.ogg");
delete("/system/media/audio/notifications/Thallium.ogg");
delete("/system/media/audio/notifications/Tinkerbell.ogg");
delete("/system/media/audio/notifications/tinkle.ogg");
delete("/system/media/audio/notifications/tweeters.ogg");
delete("/system/media/audio/notifications/Upsilon.ogg");
delete("/system/media/audio/notifications/vega.ogg");
delete("/system/media/audio/notifications/Voila.ogg");
delete("/system/media/audio/notifications/whisper.ogg");
delete("/system/media/audio/notifications/wind_up.ogg");
delete("/system/media/audio/notifications/Xenon.ogg");
delete("/system/media/audio/notifications/Zirconium.ogg");
ui_print("");
ui_print("");
ui_print("");
ui_print("Removing *Alarms*");
delete("/system/media/audio/alarms/2_cents.ogg");
delete("/system/media/audio/alarms/alarm.ogg");
delete("/system/media/audio/alarms/Alarm_Beep_01.ogg");
delete("/system/media/audio/alarms/Alarm_Beep_02.ogg");
delete("/system/media/audio/alarms/Alarm_Beep_03.ogg");
delete("/system/media/audio/alarms/Alarm_Buzzer.ogg");
delete("/system/media/audio/alarms/Alarm_Classic.ogg");
delete("/system/media/audio/alarms/Alarm_Rooster_02.ogg");
delete("/system/media/audio/alarms/am_alarm.ogg");
delete("/system/media/audio/alarms/Argon.ogg");
delete("/system/media/audio/alarms/balance_of_power.ogg");
delete("/system/media/audio/alarms/Barium.ogg");
delete("/system/media/audio/alarms/blips.ogg");
delete("/system/media/audio/alarms/Carbon.ogg");
delete("/system/media/audio/alarms/clockwork_music.ogg");
delete("/system/media/audio/alarms/Fermium.ogg");
delete("/system/media/audio/alarms/forest_air.ogg");
delete("/system/media/audio/alarms/Hassium.ogg");
delete("/system/media/audio/alarms/Krypton.ogg");
delete("/system/media/audio/alarms/mechanical_bell.ogg");
delete("/system/media/audio/alarms/metro.ogg");
delete("/system/media/audio/alarms/multi_alarm.ogg");
delete("/system/media/audio/alarms/Neon.ogg");
delete("/system/media/audio/alarms/Neptunium.ogg");
delete("/system/media/audio/alarms/Nobelium.ogg");
delete("/system/media/audio/alarms/Oxygen.ogg");
delete("/system/media/audio/alarms/pond.ogg");
delete("/system/media/audio/alarms/rise_up.ogg");
delete("/system/media/audio/alarms/Scandium.ogg");
delete("/system/media/audio/alarms/soft_harp.ogg");
delete("/system/media/audio/alarms/stars.ogg");
delete("/system/media/audio/alarms/string_ensemble.ogg");
delete("/system/media/audio/alarms/surprise.ogg");
delete("/system/media/audio/alarms/tripod.ogg");
delete("/system/media/audio/alarms/wood.ogg");
ui_print("");
ui_print("");
ui_print("");
ui_print("Making Space by Deleting *Folders* if any");
delete("/system/media/video");
delete("/system/lost+found");
delete("/system/etc/customization/applications");
delete("/system/etc/product/applications");
ui_print("");
ui_print("");
ui_print("");
ui_print("Boosting System");
delete("/system/app/AccuweatherDaemon.apk");
delete("/system/app/AccuweatherWidget.apk");
delete("/system/app/AccuweatherWidget_Main.apk");
delete("/system/app/AdobeFlashPlayer.apk");
delete("/system/app/adobereader.apk");
delete("/system/app/appenabler.apk");
delete("/system/app/ArtFilterCamera.odex");
delete("/system/app/ArtFilterCamera.apk");
delete("/system/app/antradioservice.apk");
delete("/system/app/Backup-Restore.apk");
delete("/system/app/BackupRestoreConfirmation.apk");
delete("/system/app/BackupRestoreConfirmation.odex");
delete("/system/app/Backup-wizard.apk");
delete("/system/app/Books.apk");
delete("/system/app/Books.odex");
delete("/system/app/CaliforniaGoldRush.apk");
delete("/system/app/CarHome.apk");
delete("/system/app/CdfInfoAccessor.apk");
delete("/system/app/CdfInfoAccessor.odex");
delete("/system/app/chinesetextinput.apk");
delete("/system/app/CosmicFlow.apk");
delete("/system/app/com.sonyericsson.androidapp.foursquare_ext_ts3.apk");
delete("/system/app/com.sonyericsson.androidapp.timescapefeedsplugin.apk");
delete("/system/app/com.qoowaa.act_103.apk");
delete("/system/app/com.singtel.singtelbpl.apk");
delete("/system/app/com.sonyericsson.androidapp.storefront.apk");
delete("/system/app/datatrafficswitch.apk");
delete("/system/app/EnchantedForest.apk");
delete("/system/app/EnchantedForest.odex");
delete("/system/app/EventStream.apk");
delete("/system/app/EventStreamPluginTelephony.apk");
delete("/system/app/EventStreamPluginCallLog.apk");
delete("/system/app/EventStreamPluginTwitter.apk");
delete("/system/app/EventStreamPluginFacebook.apk");
delete("/system/app/Exchange2.apk");
delete("/system/app/Emanual.apk");
delete("/system/app/EmanualLauncher.apk");
delete("/system/app/Exchange2.odex");
delete("/system/app/exchange.apk");
delete("/system/app/exchange.odex");
delete("/system/app/ExternalKeyboardJP.apk");
delete("/system/app/ExternalKeyboardJP.odex");
delete("/system/app/facebook.apk");
delete("/system/app/facebook.odex");
delete("/system/app/FaceLock.apk");
delete("/system/app/fast-dormancy-incall.apk");
delete("/system/app/fast-dormancy-wakeup.apk");
delete("/system/app/fast-dormancy-wakeup.odex");
delete("/system/app/FBCalendarSync.apk");
delete("/system/app/FBCalendarSync.odex");
delete("/system/app/FBIAppShare.apk");
delete("/system/app/FBIAppShare.odex");
delete("/system/app/FBMediaDiscovery.apk");
delete("/system/app/FBMediaDiscovery.odex");
delete("/system/app/FBMusicLike.apk");
delete("/system/app/FBMusicLike.odex");
delete("/system/app/FBNotificationPublisher.apk");
delete("/system/app/FBSetupwizard.apk");
delete("/system/app/FBSetupwizard.odex");
delete("/system/app/GenieWidget.apk");
delete("/system/app/GeoTag.apk");
delete("/system/app/geotag.apk");
delete("/system/app/Galaxy4.apk");
delete("/system/app/Galaxy4.odex");
delete("/system/app/Gallery2.apk");
delete("/system/app/Gallery 3D.apk");
delete("/system/app/GoogleQuickSearchBox.apk");
delete("/system/app/GoogleFeedback.apk");
delete("/system/app/GoogleSkyMap.apk");
delete("/system/app/GooglelVideos.apk");
delete("/system/app/GoogleWallet.apk");
delete("/system/app/GooglelyricsPlugin.apk");
delete("/system/app/helpapp.apk");
delete("/system/app/helpapp.odex");
delete("/system/app/HTMLViewer.apk");
delete("/system/app/HTMLViewer.odex");
delete("/system/app/livewaremanager.apk");
delete("/system/app/livewaremanager.odex");
delete("/system/app/HoloSpiralWallpaper.apk");
delete("/system/app/HoloSpiralWallpaper.odex");
delete("/system/app/JapaneseIME.apk");
delete("/system/app/Magazines.apk");
delete("/system/app/Magazines.odex");
delete("/system/app/MagicSmokeWallpapers.apk");
delete("/system/app/MagicSmokeWallpapers.odex");
delete("/system/app/magicbox.apk");
delete("/system/app/mediawidget.apk");
delete("/system/app/MyXperia.apk");
delete("/system/app/MyXperia.odex");
delete("/system/app/neoreader.apk");
delete("/system/app/officesuite.apk");
delete("/system/app/OnOffTools.apk");
delete("/system/app/NoiseField.apk");
delete("/system/app/NoiseField.odex");
delete("/system/app/NoteWidget.apk");
delete("/system/app/NoteWidget.odex");
delete("/system/app/notes.apk");
delete("/system/app/Notes.apk");
delete("/system/app/OmaDatasyncService.apk");
delete("/system/app/OrangeTheme.apk");
delete("/system/app/PcCompanion.apk");
delete("/system/app/Peggle.apk");
delete("/system/app/PhaseBeam.apk");
delete("/system/app/PhaseBeam.odex");
delete("/system/app/PhotoSlideshow.apk");
delete("/system/app/PhotoWidget.apk");
delete("/system/app/PhotoWidget.odex");
delete("/system/app/PinkTheme.apk");
delete("/system/app/PinkTheme.odex");
delete("/system/app/PicoTts.apk");
delete("/system/app/PicoTts.odex");
delete("/system/app/playnowclientarvato.apk");
delete("/system/app/playnowappinstaller.apk");
delete("/system/app/playnowclient.apk");
delete("/system/app/playnowinstaller.apk");
delete("/system/app/playnowback.apk");
delete("/system/app/POBoxSknMono.apk");
delete("/system/app/POBoxSknMono.odex");
delete("/system/app/POBoxSknPink.apk");
delete("/system/app/POBoxSknPink.odex");
delete("/system/app/POBoxSknSelector.apk");
delete("/system/app/POBoxSknWood.apk");
delete("/system/app/POBoxSknWood.odex");
delete("/system/app/PicoTts.apk");
delete("/system/app/TtsService.apk");
delete("/system/app/Protips.apk");
delete("/system/app/PurpleTheme.apk");
delete("/system/app/PurpleTheme.odex");
delete("/system/app/IddAgent.apk");
delete("/system/app/IddAgent.odex");
delete("/system/app/letsgolf_A_353.apk");
delete("/system/app/LearningClient.apk");
delete("/system/app/LivewareManager.apk");
delete("/system/app/livewaremanager.apk");
delete("/system/app/PostViewer.apk");
delete("/system/app/retaildemo.apk");
delete("/system/app/retaildemo.odex");
delete("/system/app/ReadyToRun.apk");
delete("/system/app/roadsync.apk");
delete("/system/app/rollercoaster.apk");
delete("/system/app/RecentCallsWidget.apk");
delete("/system/app/Shopper.apk");
delete("/system/app/SearchWidget.apk.apk");
delete("/system/app/SEMCFacebookProxy.apk");
delete("/system/app/SEMCFacebookService.apk");
delete("/system/app/SemcUnplugChargerReminder.apk");
delete("/system/app/SemcUnplugChargerReminder.odex");
delete("/system/app/SemcVideoEdit.apk");
delete("/system/app/SmartSearch.apk");
delete("/system/app/SmartSearch.odex");
delete("/system/app/SocialEngineFacebookPlugin.apk");
delete("/system/app/SocialEngineFacebookPlugin.odex");
delete("/system/app/SocialEngineFacebookShareFrwkPlugin.apk");
delete("/system/app/SocialEngineFacebookShareFrwkPlugin.odex");
delete("/system/app/SocialEnginePicasaPlugin.apk");
delete("/system/app/SocialEnginePicasaPlugin.odex");
delete("/system/app/SocialEngineTwitterShareFrwkPlugin.apk");
delete("/system/app/SocialEngineTwitterShareFrwkPlugin.odex");
delete("/system/app/SocialPane-Apps.apk");
delete("/system/app/SocialPane-FeedWidget.apk");
delete("/system/app/SocialPane-FriendsWidget.apk");
delete("/system/app/SocialPane-StatusWidget.apk");
delete("/system/app/SOMCTwitterAccount.apk");
delete("/system/app/SOMCTwitterSetupWizard.apk");
delete("/system/app/SomcXperiaLink.apk");
delete("/system/app/SomcXperiaLink.odex");
delete("/system/app/SomcConnectivityCenter.apk");
delete("/system/app/SomcConnectivityCenter.odex");
delete("/system/app/SomcMirrorLinkSystem.apk");
delete("/system/app/SomcMirrorLinkSystem.odex");
delete("/system/app/SOMCTwitterAccount.apk");
delete("/system/app/SOMCTwitterAccount.odex");
delete("/system/app/SomcMusicSlideshow.apk");
delete("/system/app/SomcPhotoAnalyzer.apk");
delete("/system/app/SnsContactImageCacheProvider.apk");
delete("/system/app/storefront.apk");
delete("/system/app/storefront.odex");
delete("/system/app/stopwatch.apk");
delete("/system/app/Stopwatch.apk");
delete("/system/app/Stk.apk");
delete("/system/app/Stk.odex");
delete("/system/app/StatusSwitch.apk");
delete("/system/app/Street.apk");
delete("/system/app/Sync.apk");
delete("/system/app/sync.apk");
delete("/system/app/SyncWizard.apk");
delete("/system/app/syncwizard.apk");
delete("/system/app/timer.apk");
delete("/system/app/talkback.apk");
delete("/system/app/textinput-chn.apk");
delete("/system/app/textinput-chn.odex");
delete("/system/app/Timescape-smallui.apk");
delete("/system/app/timescapepluginmanager.apk");
delete("/system/app/timescapeprovider.apk");
delete("/system/app/timescaperssplugin.apk");
delete("/system/app/TimescapeSpline.apk");
delete("/system/app/TimescapeWidget.apk");
delete("/system/app/touchnote.apk");
delete("/system/app/Translate.apk");
delete("/system/app/trackid.apk");
delete("/system/app/t2a-widget.apk");
delete("/system/app/TwitterPostViewer.apk");
delete("/system/app/UpdateCenter.apk");
delete("/system/app/UpdateCenter.odex");
delete("/system/app/usersupport.apk");
delete("/system/app/uWlopProvider.apk");
delete("/system/app/VisualizationWallpapers.apk");
delete("/system/app/VisualizationWallpapers.odex");
delete("/system/app/VideoEditorGoogle.apk");
delete("/system/app/VideoEditorGoogle.odex");
delete("/system/app/Videos.apk");
delete("/system/app/Videos.odex");
delete("/system/app/VoiceDialer.apk");
delete("/system/app/VoiceDialer.odex");
delete("/system/app/WeatherWidget.apk");
delete("/system/app/WeatherWidget.odex");
delete("/system/app/WikipediaPlugin.apk");
delete("/system/app/WikipediaPlugin.odex");
delete("/system/app/widgetonoff.apk");
delete("/system/app/widgettimer.apk");
delete("/system/app/wisepilot.apk");
delete("/system/app/YouTube.apk");
delete("/system/app/YouTube.odex");
delete("/system/app/YouTubeKaraokePlugin.apk");
delete("/system/app/YouTubeKaraokePlugin.odex");
delete("/system/app/YouTubePlugin.apk");
delete("/system/app/YouTubePlugin.odex");
delete("/system/app/compass.apk");
delete("/system/app/magicbox.apk");
delete("/system/app/micoach.apk");
delete("/system/app/walkmate.apk");
delete("/system/app/wisepilot.apk");
ui_print("");
ui_print("");
ui_print("");
ui_print("remove apps added by hutilicious");
delete("/system/app/PartnerBookmarksProvider.apk");
delete("/system/app/SomcCameraAutoUpload.apk");
delete("/system/app/sneiaccountmanager.apk");
delete("/system/app/Backup-Restore.apk");
delete("/system/app/BackupRestoreConfirmation.apk");
delete("/system/app/CarHome.apk");
delete("/system/app/com.sonymobile.seni.apk");
delete("/system/app/FBCalendarSync.apk");
delete("/system/app/FBIAppShare.apk");
delete("/system/app/FBMediaDiscovery.apk");
delete("/system/app/FBMusicLike.apk");
delete("/system/app/FBSetupwizard.apk");
delete("/system/app/helpapp.apk");
delete("/system/app/inc.acme.aidda.apk");
delete("/system/app/JapaneseIME.apk");
delete("/system/app/pmoplaceholder.apk");
delete("/system/app/POBoxSknMono.apk");
delete("/system/app/POBoxSknPink.apk");
delete("/system/app/POBoxSknSelector.apk");
delete("/system/app/POBoxSknWood.apk");
delete("/system/app/PSCertifiedSettings.apk");
delete("/system/app/SEMCFacebookProxy.apk");
delete("/system/app/SocialEngineFacebookPlugin.apk");
delete("/system/app/SocialEngineFacebookShareFrwkPlugin.apk");
delete("/system/app/SocialEnginePicasaPlugin.apk");
delete("/system/app/SocialEnginePlaymemoriesPlugin.apk");
delete("/system/app/SocialEngineTwitterShareFrwkPlugin.apk");
delete("/system/app/SomcConnectivityCenter.apk");
delete("/system/app/sneiaccountmanager.apk");
delete("/system/app/SOMCTwitterAccount.apk");
delete("/system/app/SOMCTwitterSetupWizard.apk");
delete("/system/app/storefront.apk");
delete("/system/app/BrowserProviderProxy.apk");
delete("/system/app/storefront.apk");
delete("/system/app/GoogleLyricsPlugin.apk");
delete("/system/app/Music2.apk");
delete("/system/app/SemcNotes.apk");
delete("/system/app/SemcCalendar.apk");
delete("/system/app/PMO_Placeholder130_LiveSigned.apk");
delete("/system/app/socialife.apk");
delete("/system/app/SocialEngineCore.apk");
delete("/system/app/SocialEnginePlaymemoriesPlugin.apk");
delete("/system/app/SemcEmail.apk");
bob.gates said:
just want to try it, thanks for your share, thanks for the development
Click to expand...
Click to collapse
Please give feedback if youve installed my version of RomBooster, as I try to improve it if possible.
Thanks, very useful
Hi xminirom,
Thanks for creating and posting this tool!
I updated the script for the new 10.4.B.0.569 JB 4.3 ROM, from this post: http://forum.xda-developers.com/showthread.php?t=2567266
Edit: this is specifically for Xperia ZL
And thought I'd share it with you and anyone else. I'd say it's pretty aggressive as I wanted to remove all the bloat ware and everything else I don't personally use. I tested this on an existing image and then did a Factory Reset to make sure everything was working correctly. (You're more than welcome to create a new zip with this script if it's useful.)
What I did was start with your most aggressive script and compare the files to the \system\apps in the JB 4.3 image. If the files didn't exist anymore in the new image, I removed them from the script. If I found a new file in the image, I googled to determine if it was safe to remove. (I didn't delete some files as I wasn't sure. If anyone finds a file I could remove, I'd appreciate hearing about it.) I'm sure some people will want things I removed, but that's the great thing about your script, they can easily change it.
What's here:
All the ring tones and notification sounds
Walkman
DualShock Controller (tested and verified)
Small apps
Camera
Album and Video apps
Chrome
Calendar
Google Drive
Messaging
FM Radio
Remote Control
Alarm Clock
What I removed:
All the themes
The Facebook and other social apps
Email clients (I use better ones)
CarHome
Google Music
XperiaLink
And lots more, see below:
Code:
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print(" *** ROMBooster ***");
ui_print(" %%%%% Ultimate Cleanup %%%%%");
ui_print(" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%");
ui_print("");
ui_print("");
ui_print("%%%%%%%%%%%%Beta v3%%%%%%%%%%%%");
ui_print("%% Ported to Xperia by Xminirom %%");
ui_print(" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%");
ui_print("");
ui_print("");
ui_print("Running script & Boosting...");
unmount("/system");
unmount("/data");
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/data");
ui_print("");
ui_print("");
ui_print("");
ui_print("Making Space by Deleting *Folders* if any");
delete_recursive("/system/media/video");
delete_recursive("/system/lost+found");
delete_recursive("/system/etc/customization/applications");
delete_recursive("/system/etc/product/applications");
delete_recursive("/system/etc/customization/content/com/sonyericsson/wallpaperpicker/wallpapers");
ui_print("");
ui_print("");
ui_print("");
ui_print("Boosting System");
delete("/system/app/ArtFilterCamera.apk");
delete("/system/app/ArtFilterCamera.odex");
delete("/system/app/Backup-Restore.apk");
delete("/system/app/Backup-Restore.odex");
delete("/system/app/Backup-wizard.apk");
delete("/system/app/Backup-wizard.odex");
delete("/system/app/BackupRestoreConfirmation.apk");
delete("/system/app/BackupRestoreConfirmation.odex");
delete("/system/app/BasicDreams.apk");
delete("/system/app/BasicDreams.odex");
delete("/system/app/BlackTheme.apk");
delete("/system/app/BlackTheme.odex");
delete("/system/app/BlackThemeBlueAccent.apk");
delete("/system/app/BlackThemeBlueAccent.odex");
delete("/system/app/BlueTheme.apk");
delete("/system/app/BlueTheme.odex");
delete("/system/app/Books.apk");
delete("/system/app/Books.odex");
delete("/system/app/CarHome.apk");
delete("/system/app/CarHome.odex");
delete("/system/app/CdfInfoAccessor.apk");
delete("/system/app/CdfInfoAccessor.odex");
delete("/system/app/EnchantedForest.apk");
delete("/system/app/EnchantedForest.odex");
delete("/system/app/Exchange2.apk");
delete("/system/app/Exchange2.odex");
delete("/system/app/ExternalKeyboardJP.apk");
delete("/system/app/ExternalKeyboardJP.odex");
delete("/system/app/facebook.apk");
delete("/system/app/facebook.odex");
delete("/system/app/FaceLock.apk");
delete("/system/app/FaceLock.odex");
delete("/system/app/fast-dormancy-wakeup.apk");
delete("/system/app/fast-dormancy-wakeup.odex");
delete("/system/app/FBCalendarSync.apk");
delete("/system/app/FBCalendarSync.odex");
delete("/system/app/FBIAppShare.apk");
delete("/system/app/FBIAppShare.odex");
delete("/system/app/FBMediaDiscovery.apk");
delete("/system/app/FBMediaDiscovery.odex");
delete("/system/app/FBMusicLike.apk");
delete("/system/app/FBMusicLike.odex");
delete("/system/app/Galaxy4.apk");
delete("/system/app/Galaxy4.odex");
delete("/system/app/GenieWidget.apk");
delete("/system/app/GenieWidget.odex");
delete("/system/app/GeoTag.apk");
delete("/system/app/GeoTag.odex");
delete("/system/app/gmail-reader-service.apk");
delete("/system/app/gmail-reader-service.odex");
delete("/system/app/Gmail2.apk");
delete("/system/app/Gmail2.odex");
delete("/system/app/GoogleFeedback.apk");
delete("/system/app/GoogleFeedback.odex");
delete("/system/app/GooglelyricsPlugin.apk");
delete("/system/app/GooglelyricsPlugin.odex");
delete("/system/app/GreenTheme.apk");
delete("/system/app/GreenTheme.odex");
delete("/system/app/Hangouts.apk");
delete("/system/app/Hangouts.odex");
delete("/system/app/helpapp.apk");
delete("/system/app/helpapp.odex");
delete("/system/app/HoloSpiralWallpaper.apk");
delete("/system/app/HoloSpiralWallpaper.odex");
delete("/system/app/HTMLViewer.apk");
delete("/system/app/HTMLViewer.odex");
delete("/system/app/IddAgent.apk");
delete("/system/app/IddAgent.odex");
delete("/system/app/JapaneseIME.apk");
delete("/system/app/JapaneseIME.odex");
delete("/system/app/LiveWallPapers.apk");
delete("/system/app/LiveWallPapers.odex");
delete("/system/app/LiveWallPapersPicker.apk");
delete("/system/app/LiveWallPapersPicker.odex");
delete("/system/app/livewaremanager.apk");
delete("/system/app/livewaremanager.odex");
delete("/system/app/Magazines.apk");
delete("/system/app/Magazines.odex");
delete("/system/app/MagicSmokeWallpapers.apk");
delete("/system/app/MagicSmokeWallpapers.odex");
delete("/system/app/Music2.apk");
delete("/system/app/Music2.odex");
delete("/system/app/MusicFX.apk");
delete("/system/app/MusicFX.odex");
delete("/system/app/MusicWidget.apk");
delete("/system/app/MusicWidget.odex");
delete("/system/app/MyXperia.apk");
delete("/system/app/MyXperia.odex");
delete("/system/app/NoiseField.apk");
delete("/system/app/NoiseField.odex");
delete("/system/app/NoteWidget.apk");
delete("/system/app/NoteWidget.odex");
delete("/system/app/OnOffTools.apk");
delete("/system/app/OnOffTools.odex");
delete("/system/app/OrangeTheme.apk");
delete("/system/app/OrangeTheme.odex");
delete("/system/app/PartnerBookmarksProvider.apk");
delete("/system/app/PartnerBookmarksProvider.odex");
delete("/system/app/PhaseBeam.apk");
delete("/system/app/PhaseBeam.odex");
delete("/system/app/PhotoWidget.apk");
delete("/system/app/PhotoWidget.odex");
delete("/system/app/PicoTts.apk");
delete("/system/app/PicoTts.odex");
delete("/system/app/PinkTheme.apk");
delete("/system/app/PinkTheme.odex");
delete("/system/app/PlayGames.apk");
delete("/system/app/PlayGames.odex");
delete("/system/app/PlusOne.apk");
delete("/system/app/PlusOne.odex");
delete("/system/app/POBoxSknMono.apk");
delete("/system/app/POBoxSknMono.odex");
delete("/system/app/POBoxSknPink.apk");
delete("/system/app/POBoxSknPink.odex");
delete("/system/app/POBoxSknSelector.apk");
delete("/system/app/POBoxSknSelector.odex");
delete("/system/app/POBoxSknWood.apk");
delete("/system/app/POBoxSknWood.odex");
delete("/system/app/PurpleTheme.apk");
delete("/system/app/PurpleTheme.odex");
delete("/system/app/ReadyToRun.apk");
delete("/system/app/ReadyToRun.odex");
delete("/system/app/RecentCallsWidget.apk");
delete("/system/app/RecentCallsWidget.odex");
delete("/system/app/retaildemo.apk");
delete("/system/app/retaildemo.odex");
delete("/system/app/SemcAutoPowerOff.apk");
delete("/system/app/SemcAutoPowerOff.odex");
delete("/system/app/SemcCrashMonitor.apk");
delete("/system/app/SemcCrashMonitor.odex");
delete("/system/app/SemcDlna.apk");
delete("/system/app/SemcDlna.odex");
delete("/system/app/SemcEmail.apk");
delete("/system/app/SemcEmail.odex");
delete("/system/app/SEMCFacebookProxy.apk");
delete("/system/app/SEMCFacebookProxy.odex");
delete("/system/app/SemcNotes.apk");
delete("/system/app/SemcNotes.odex");
delete("/system/app/SemcWarrantyTime.apk");
delete("/system/app/SemcWarrantyTime.odex");
delete("/system/app/ShareApplication.apk");
delete("/system/app/ShareApplication.odex");
delete("/system/app/SharedStorageBackup.apk");
delete("/system/app/SharedStorageBackup.odex");
delete("/system/app/SmartSearch.apk");
delete("/system/app/SmartSearch.odex");
delete("/system/app/SocialEngineCore.apk");
delete("/system/app/SocialEngineCore.odex");
delete("/system/app/SocialEngineFacebookPlugin.apk");
delete("/system/app/SocialEngineFacebookPlugin.odex");
delete("/system/app/SocialEngineFacebookShareFrwkPlugin.apk");
delete("/system/app/SocialEngineFacebookShareFrwkPlugin.odex");
delete("/system/app/SocialEngineFlickrPlugin.apk");
delete("/system/app/SocialEngineFlickrPlugin.odex");
delete("/system/app/SocialEnginePicasaPlugin.apk");
delete("/system/app/SocialEnginePicasaPlugin.odex");
delete("/system/app/SocialEngineTwitterShareFrwkPlugin.apk");
delete("/system/app/SocialEngineTwitterShareFrwkPlugin.odex");
delete("/system/app/socialife.apk");
delete("/system/app/socialife.odex");
delete("/system/app/SomcConnectivityCenter.apk");
delete("/system/app/SomcConnectivityCenter.odex");
delete("/system/app/SomcMirrorLinkServer.apk");
delete("/system/app/SomcMirrorLinkServer.odex");
delete("/system/app/SomcMirrorLinkSystem.apk");
delete("/system/app/SomcMirrorLinkSystem.odex");
delete("/system/app/SOMCTwitterAccount.apk");
delete("/system/app/SOMCTwitterAccount.odex");
delete("/system/app/SOMCTwitterSetupWizard.apk");
delete("/system/app/SOMCTwitterSetupWizard.odex");
delete("/system/app/SomcXperiaLink.apk");
delete("/system/app/SomcXperiaLink.odex");
delete("/system/app/sonyreader.apk");
delete("/system/app/sonyreader.odex");
delete("/system/app/sonyselect.apk");
delete("/system/app/sonyselect.odex");
delete("/system/app/sonyselectdata.apk");
delete("/system/app/sonyselectdata.odex");
delete("/system/app/SonySelectWidget.apk");
delete("/system/app/SonySelectWidget.odex");
delete("/system/app/StatusSwitch.apk");
delete("/system/app/StatusSwitch.odex");
delete("/system/app/Street.apk");
delete("/system/app/Street.odex");
delete("/system/app/SwiqiSettingsService.apk");
delete("/system/app/SwiqiSettingsService.odex");
delete("/system/app/textinput-chn.apk");
delete("/system/app/textinput-chn.odex");
delete("/system/app/TopContactsWidget.apk");
delete("/system/app/TopContactsWidget.odex");
delete("/system/app/UnsupportedHeadsetNotifier.apk");
delete("/system/app/UnsupportedHeadsetNotifier.odex");
delete("/system/app/UpdateCenter.apk");
delete("/system/app/UpdateCenter.odex");
delete("/system/app/UserDictionaryProvider.apk");
delete("/system/app/UserDictionaryProvider.odex");
delete("/system/app/Velvet.apk");
delete("/system/app/Velvet.odex");
delete("/system/app/VisualizationWallpapers.apk");
delete("/system/app/VisualizationWallpapers.odex");
delete("/system/app/VoiceDialer.apk");
delete("/system/app/VoiceDialer.odex");
delete("/system/app/WikipediaPlugin.apk");
delete("/system/app/WikipediaPlugin.odex");
delete("/system/app/YouTube.apk");
delete("/system/app/YouTube.odex");
delete("/system/app/YouTubeKaraokePlugin.apk");
delete("/system/app/YouTubeKaraokePlugin.odex");
delete("/system/app/YouTubePlugin.apk");
delete("/system/app/YouTubePlugin.odex");
unmount("/system");
unmount("/data");
ui_print("Boosting Done");
ui_print("%% Credits to schoolsux for script%%");
ui_print("Thanks for Using");
ui_print("Please Reboot");
NightSkyDev said:
Hi xminirom,
Thanks for creating and posting this tool!
I updated the script for the new 10.4.B.0.569 JB 4.3 ROM, from this post: http://forum.xda-developers.com/showthread.php?t=2567266
And thought I'd share it with you and anyone else. I'd say it's pretty aggressive as I wanted to remove all the bloat ware and everything else I don't personally use. I tested this on an existing image and then did a Factory Reset to make sure everything was working correctly. (You're more than welcome to create a new zip with this script if it's useful.)
What I did was start with your most aggressive script and compare the files to the \system\apps in the JB 4.3 image. If the files didn't exist anymore in the new image, I removed them from the script. If I found a new file in the image, I googled to determine if it was safe to remove. (I didn't delete some files as I wasn't sure. If anyone finds a file I could remove, I'd appreciate hearing about it.) I'm sure some people will want things I removed, but that's the great thing about your script, they can easily change it.
What's here:
All the ring tones and notification sounds
Walkman
DualShock Controller (tested and verified)
Small apps
Camera
Album and Video apps
Chrome
Calendar
Google Drive
Messaging
FM Radio
Remote Control
Alarm Clock
What I removed:
All the themes
The Facebook and other social apps
Email clients (I use better ones)
CarHome
Google Music
XperiaLink
And lots more, see below:
Code:
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print("");
ui_print(" *** ROMBooster ***");
ui_print(" %%%%% Ultimate Cleanup %%%%%");
ui_print(" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%");
ui_print("");
ui_print("");
ui_print("%%%%%%%%%%%%Beta v3%%%%%%%%%%%%");
ui_print("%% Ported to Xperia by Xminirom %%");
ui_print(" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%");
ui_print("");
ui_print("");
ui_print("Running script & Boosting...");
unmount("/system");
unmount("/data");
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/data");
ui_print("");
ui_print("");
ui_print("");
ui_print("Making Space by Deleting *Folders* if any");
delete_recursive("/system/media/video");
delete_recursive("/system/lost+found");
delete_recursive("/system/etc/customization/applications");
delete_recursive("/system/etc/product/applications");
delete_recursive("/system/etc/customization/content/com/sonyericsson/wallpaperpicker/wallpapers");
ui_print("");
ui_print("");
ui_print("");
ui_print("Boosting System");
delete("/system/app/ArtFilterCamera.apk");
delete("/system/app/ArtFilterCamera.odex");
delete("/system/app/Backup-Restore.apk");
delete("/system/app/Backup-Restore.odex");
delete("/system/app/Backup-wizard.apk");
delete("/system/app/Backup-wizard.odex");
delete("/system/app/BackupRestoreConfirmation.apk");
delete("/system/app/BackupRestoreConfirmation.odex");
delete("/system/app/BasicDreams.apk");
delete("/system/app/BasicDreams.odex");
delete("/system/app/BlackTheme.apk");
delete("/system/app/BlackTheme.odex");
delete("/system/app/BlackThemeBlueAccent.apk");
delete("/system/app/BlackThemeBlueAccent.odex");
delete("/system/app/BlueTheme.apk");
delete("/system/app/BlueTheme.odex");
delete("/system/app/Books.apk");
delete("/system/app/Books.odex");
delete("/system/app/CarHome.apk");
delete("/system/app/CarHome.odex");
delete("/system/app/CdfInfoAccessor.apk");
delete("/system/app/CdfInfoAccessor.odex");
delete("/system/app/EnchantedForest.apk");
delete("/system/app/EnchantedForest.odex");
delete("/system/app/Exchange2.apk");
delete("/system/app/Exchange2.odex");
delete("/system/app/ExternalKeyboardJP.apk");
delete("/system/app/ExternalKeyboardJP.odex");
delete("/system/app/facebook.apk");
delete("/system/app/facebook.odex");
delete("/system/app/FaceLock.apk");
delete("/system/app/FaceLock.odex");
delete("/system/app/fast-dormancy-wakeup.apk");
delete("/system/app/fast-dormancy-wakeup.odex");
delete("/system/app/FBCalendarSync.apk");
delete("/system/app/FBCalendarSync.odex");
delete("/system/app/FBIAppShare.apk");
delete("/system/app/FBIAppShare.odex");
delete("/system/app/FBMediaDiscovery.apk");
delete("/system/app/FBMediaDiscovery.odex");
delete("/system/app/FBMusicLike.apk");
delete("/system/app/FBMusicLike.odex");
delete("/system/app/Galaxy4.apk");
delete("/system/app/Galaxy4.odex");
delete("/system/app/GenieWidget.apk");
delete("/system/app/GenieWidget.odex");
delete("/system/app/GeoTag.apk");
delete("/system/app/GeoTag.odex");
delete("/system/app/gmail-reader-service.apk");
delete("/system/app/gmail-reader-service.odex");
delete("/system/app/Gmail2.apk");
delete("/system/app/Gmail2.odex");
delete("/system/app/GoogleFeedback.apk");
delete("/system/app/GoogleFeedback.odex");
delete("/system/app/GooglelyricsPlugin.apk");
delete("/system/app/GooglelyricsPlugin.odex");
delete("/system/app/GreenTheme.apk");
delete("/system/app/GreenTheme.odex");
delete("/system/app/Hangouts.apk");
delete("/system/app/Hangouts.odex");
delete("/system/app/helpapp.apk");
delete("/system/app/helpapp.odex");
delete("/system/app/HoloSpiralWallpaper.apk");
delete("/system/app/HoloSpiralWallpaper.odex");
delete("/system/app/HTMLViewer.apk");
delete("/system/app/HTMLViewer.odex");
delete("/system/app/IddAgent.apk");
delete("/system/app/IddAgent.odex");
delete("/system/app/JapaneseIME.apk");
delete("/system/app/JapaneseIME.odex");
delete("/system/app/LiveWallPapers.apk");
delete("/system/app/LiveWallPapers.odex");
delete("/system/app/LiveWallPapersPicker.apk");
delete("/system/app/LiveWallPapersPicker.odex");
delete("/system/app/livewaremanager.apk");
delete("/system/app/livewaremanager.odex");
delete("/system/app/Magazines.apk");
delete("/system/app/Magazines.odex");
delete("/system/app/MagicSmokeWallpapers.apk");
delete("/system/app/MagicSmokeWallpapers.odex");
delete("/system/app/Music2.apk");
delete("/system/app/Music2.odex");
delete("/system/app/MusicFX.apk");
delete("/system/app/MusicFX.odex");
delete("/system/app/MusicWidget.apk");
delete("/system/app/MusicWidget.odex");
delete("/system/app/MyXperia.apk");
delete("/system/app/MyXperia.odex");
delete("/system/app/NoiseField.apk");
delete("/system/app/NoiseField.odex");
delete("/system/app/NoteWidget.apk");
delete("/system/app/NoteWidget.odex");
delete("/system/app/OnOffTools.apk");
delete("/system/app/OnOffTools.odex");
delete("/system/app/OrangeTheme.apk");
delete("/system/app/OrangeTheme.odex");
delete("/system/app/PartnerBookmarksProvider.apk");
delete("/system/app/PartnerBookmarksProvider.odex");
delete("/system/app/PhaseBeam.apk");
delete("/system/app/PhaseBeam.odex");
delete("/system/app/Phonesky.apk");
delete("/system/app/Phonesky.odex");
delete("/system/app/PhotoWidget.apk");
delete("/system/app/PhotoWidget.odex");
delete("/system/app/PicoTts.apk");
delete("/system/app/PicoTts.odex");
delete("/system/app/PinkTheme.apk");
delete("/system/app/PinkTheme.odex");
delete("/system/app/PlayGames.apk");
delete("/system/app/PlayGames.odex");
delete("/system/app/PlusOne.apk");
delete("/system/app/PlusOne.odex");
delete("/system/app/POBoxSknMono.apk");
delete("/system/app/POBoxSknMono.odex");
delete("/system/app/POBoxSknPink.apk");
delete("/system/app/POBoxSknPink.odex");
delete("/system/app/POBoxSknSelector.apk");
delete("/system/app/POBoxSknSelector.odex");
delete("/system/app/POBoxSknWood.apk");
delete("/system/app/POBoxSknWood.odex");
delete("/system/app/PurpleTheme.apk");
delete("/system/app/PurpleTheme.odex");
delete("/system/app/ReadyToRun.apk");
delete("/system/app/ReadyToRun.odex");
delete("/system/app/RecentCallsWidget.apk");
delete("/system/app/RecentCallsWidget.odex");
delete("/system/app/retaildemo.apk");
delete("/system/app/retaildemo.odex");
delete("/system/app/SemcAutoPowerOff.apk");
delete("/system/app/SemcAutoPowerOff.odex");
delete("/system/app/SemcCrashMonitor.apk");
delete("/system/app/SemcCrashMonitor.odex");
delete("/system/app/SemcDlna.apk");
delete("/system/app/SemcDlna.odex");
delete("/system/app/SemcEmail.apk");
delete("/system/app/SemcEmail.odex");
delete("/system/app/SEMCFacebookProxy.apk");
delete("/system/app/SEMCFacebookProxy.odex");
delete("/system/app/SemcNotes.apk");
delete("/system/app/SemcNotes.odex");
delete("/system/app/SemcWarrantyTime.apk");
delete("/system/app/SemcWarrantyTime.odex");
delete("/system/app/ShareApplication.apk");
delete("/system/app/ShareApplication.odex");
delete("/system/app/SharedStorageBackup.apk");
delete("/system/app/SharedStorageBackup.odex");
delete("/system/app/SmartSearch.apk");
delete("/system/app/SmartSearch.odex");
delete("/system/app/SocialEngineCore.apk");
delete("/system/app/SocialEngineCore.odex");
delete("/system/app/SocialEngineFacebookPlugin.apk");
delete("/system/app/SocialEngineFacebookPlugin.odex");
delete("/system/app/SocialEngineFacebookShareFrwkPlugin.apk");
delete("/system/app/SocialEngineFacebookShareFrwkPlugin.odex");
delete("/system/app/SocialEngineFlickrPlugin.apk");
delete("/system/app/SocialEngineFlickrPlugin.odex");
delete("/system/app/SocialEnginePicasaPlugin.apk");
delete("/system/app/SocialEnginePicasaPlugin.odex");
delete("/system/app/SocialEngineTwitterShareFrwkPlugin.apk");
delete("/system/app/SocialEngineTwitterShareFrwkPlugin.odex");
delete("/system/app/socialife.apk");
delete("/system/app/socialife.odex");
delete("/system/app/SomcConnectivityCenter.apk");
delete("/system/app/SomcConnectivityCenter.odex");
delete("/system/app/SomcMirrorLinkServer.apk");
delete("/system/app/SomcMirrorLinkServer.odex");
delete("/system/app/SomcMirrorLinkSystem.apk");
delete("/system/app/SomcMirrorLinkSystem.odex");
delete("/system/app/SOMCTwitterAccount.apk");
delete("/system/app/SOMCTwitterAccount.odex");
delete("/system/app/SOMCTwitterSetupWizard.apk");
delete("/system/app/SOMCTwitterSetupWizard.odex");
delete("/system/app/SomcXperiaLink.apk");
delete("/system/app/SomcXperiaLink.odex");
delete("/system/app/sonyreader.apk");
delete("/system/app/sonyreader.odex");
delete("/system/app/sonyselect.apk");
delete("/system/app/sonyselect.odex");
delete("/system/app/sonyselectdata.apk");
delete("/system/app/sonyselectdata.odex");
delete("/system/app/SonySelectWidget.apk");
delete("/system/app/SonySelectWidget.odex");
delete("/system/app/StatusSwitch.apk");
delete("/system/app/StatusSwitch.odex");
delete("/system/app/Street.apk");
delete("/system/app/Street.odex");
delete("/system/app/SwiqiSettingsService.apk");
delete("/system/app/SwiqiSettingsService.odex");
delete("/system/app/textinput-chn.apk");
delete("/system/app/textinput-chn.odex");
delete("/system/app/TopContactsWidget.apk");
delete("/system/app/TopContactsWidget.odex");
delete("/system/app/UnsupportedHeadsetNotifier.apk");
delete("/system/app/UnsupportedHeadsetNotifier.odex");
delete("/system/app/UpdateCenter.apk");
delete("/system/app/UpdateCenter.odex");
delete("/system/app/UserDictionaryProvider.apk");
delete("/system/app/UserDictionaryProvider.odex");
delete("/system/app/Velvet.apk");
delete("/system/app/Velvet.odex");
delete("/system/app/VisualizationWallpapers.apk");
delete("/system/app/VisualizationWallpapers.odex");
delete("/system/app/VoiceDialer.apk");
delete("/system/app/VoiceDialer.odex");
delete("/system/app/WikipediaPlugin.apk");
delete("/system/app/WikipediaPlugin.odex");
delete("/system/app/YouTube.apk");
delete("/system/app/YouTube.odex");
delete("/system/app/YouTubeKaraokePlugin.apk");
delete("/system/app/YouTubeKaraokePlugin.odex");
delete("/system/app/YouTubePlugin.apk");
delete("/system/app/YouTubePlugin.odex");
unmount("/system");
unmount("/data");
ui_print("Boosting Done");
ui_print("%% Credits to schoolsux for script%%");
ui_print("Thanks for Using");
ui_print("Please Reboot");
Click to expand...
Click to collapse
thanks for this, i'm gonna try it !
Updated file list - added Phonesky.app
testnumero said:
thanks for this, i'm gonna try it !
Click to expand...
Click to collapse
Turns out Google Play wasn't working correctly, so I removed Phonesky.apk from the delete list. Phonesky is supposed to be an old version of Google Play and "safe to remove", but not from my experience.
i think an aroma installer would be nice! you can choose witch apps you want do deinstall...what do you think?
Sounds Great!
FotoMichi said:
i think an aroma installer would be nice! you can choose witch apps you want do deinstall...what do you think?
Click to expand...
Click to collapse
Sounds great! I was thinking the same thing, but I've never created an Aroma installer. I'd be happy to help you break out the apps into categories for the install options.
NightSkyDev said:
Turns out Google Play wasn't working correctly, so I removed Phonesky.apk from the delete list. Phonesky is supposed to be an old version of Google Play and "safe to remove", but not from my experience.
Click to expand...
Click to collapse
yes after using your list, the play store wasn't working anymore so i had to flash again the 4.3 rom

[Barebones CyanogenMod 11] Minimalist Flashable '.ZIP'

Hey guys,
Over the past few weeks I've been using CyanogenMod and I have loved the amount of customization and power that it allows it's users to gain over their device... It really does put the power back into the hands of the user! The only gripe that I have with CM-11 is that I would prefer a more 'barebones' experience... I'm not too keen on all of these CM applications that it comes pre-packed with.
To fix this I have made a quick flashable '.ZIP' package that will delete the following applications from your CM-11 OS and will replace CM's Trebuchet Launcher with the Nexus 5's Google Now Launcher:
The script removes these apps:
Code:
[I]Apollo.apk
Browser.apk
Calendar.apk
CalendarProvider.apk
CMFileManager.apk
CMWallpapers.apk
DSPManager.apk
Galaxy4.apk
HoloSpiralWallpaper.apk
LiveWallpapers.apk
LockClock.apk
MagicSmokeWallpapers.apk
Mms.apk
NoiseField.apk
PhaseBeam.apk
SoundRecorder.apk
Term.apk
Torch.apk
Trebuchet.apk
VideoEditor.apk
VisualizationWallpapers.apk
VoiceDialer.apk
WhisperPush.apk[/I]
The script adds these apps:
Code:
[I]GoogleHome.apk
PrebuiltGmsCore.apk (required for 'GoogleHome.apk')
Velvet.apk (required for 'GoogleHome.apk')[/I]
Screenshots of CyanogenMod 11 without my ZIP's modifications:
Click to expand...
Click to collapse
Screenshot of Cyanogenmod 11 with my ZIP's modifications (CyanogenMod 11 'Barebones'):
Click to expand...
Click to collapse
Screenshots of CyanogenMod 11 with my ZIP's modifications and after I have installed the apps that I use on a daily basis:
Click to expand...
Click to collapse
Recommended installation process:
1. Transfer "cm-11-*build_date*-*release_type*-hammerhead.zip", "gapps-kk-20140105-signed.zip" and "CM-11-Barebones-Script.zip" to your device...
2. Reboot to TWRP.
3. Wipe "Dalvik Cache", "System", "Data" and "Cache".
4. Reboot "Recovery".
5. Install "cm-11-*build_date*-*release_type*-hammerhead.zip".
6. Install "gapps-kk-20140105-signed.zip".
7. Install "CM-11-Barebones-Script.zip".
8. Reboot "System".
9. Enjoy CyanogenMod 11 'Barebones'.
Downloads:
Latest CyanogenMod 11: cm-11-*build_date*-*release_type*-hammerhead.zip.
Latest GApps: gapps-kk-20140105-signed.zip.
Latest CM-11-Barebones-Script CM-11-Barebones-Script.zip.
If you would like to see what this flashable '.ZIP' actually does then please expand:
Code:
ui_print("*************************************************");
ui_print("**************Deleting un-used APKs**************");
ui_print("*************************************************");
run_program("/sbin/mount", "/system");
ui_print("/system mounted...");
delete("/system/app/Apollo.apk");
ui_print("'Apollo.apk' deleted.");
delete("/system/app/Browser.apk");
ui_print("'Browser.apk' deleted.");
delete("/system/app/Calendar.apk");
ui_print("'Calendar.apk' deleted.");
delete("/system/priv-app/CalendarProvider.apk");
ui_print("'CalendarProvider.apk' deleted.");
delete("/system/app/CMFileManager.apk");
ui_print("'CMFileManager.apk' deleted.");
delete("/system/app/CMWallpapers.apk");
ui_print("'CMWallpapers.apk' deleted.");
delete("/system/app/DSPManager.apk");
ui_print("'DSPManager.apk' deleted.");
delete("/system/app/Galaxy4.apk");
ui_print("'Galaxy4.apk' deleted.");
delete("/system/app/HoloSpiralWallpaper.apk");
ui_print("'HoloSpiralWallpaper.apk' deleted.");
delete("/system/app/LiveWallpapers.apk");
ui_print("'LiveWallpapers.apk' deleted.");
delete("/system/app/LockClock.apk");
ui_print("'LockClock.apk' deleted.");
delete("/system/app/MagicSmokeWallpapers.apk");
ui_print("'MagicSmokeWallpapers.apk' deleted.");
delete("/system/priv-app/Mms.apk");
ui_print("'Mms.apk' deleted.");
delete("/system/app/NoiseField.apk");
ui_print("'NoiseField.apk' deleted.");
delete("/system/app/PhaseBeam.apk");
ui_print("'PhaseBeam.apk' deleted.");
delete("/system/app/SoundRecorder.apk");
ui_print("'SoundRecorder.apk' deleted.");
delete("/system/app/Term.apk");
ui_print("'Term.apk' deleted.");
delete("/system/app/Torch.apk");
ui_print("'Torch.apk' deleted.");
delete("/system/priv-app/Trebuchet.apk");
ui_print("'Trebuchet.apk' deleted.");
delete("/system/app/VideoEditor.apk");
ui_print("'VideoEditor.apk' deleted.");
delete("/system/app/VisualizationWallpapers.apk");
ui_print("'VisualizationWallpapers.apk' deleted.");
delete("/system/priv-app/VoiceDialer.apk");
ui_print("'VoiceDialer.apk' deleted.");
delete("/system/app/WhisperPush.apk");
ui_print("'WhisperPush.apk' deleted.");
ui_print("*************************************************");
ui_print("************Replacing system launcher************");
ui_print("*************************************************");
package_extract_dir("system", "/system");
ui_print("Extracting: 'GoogleHome.apk'...");
ui_print("Extracting: 'PrebuiltGmsCore.apk'...");
ui_print("Extracting: 'Velvet.apk'...");
run_program("/sbin/umount", "/system");
ui_print("/system unmounted...");
ui_print("*************************************************");
ui_print("********************Completed********************");
ui_print("*************************************************");
Note: Every time you update your CyanogenMod to a new version (e.g. Nightly), you will need to repeat steps "7." to "9." of my "Recommended installation process", otherwise all of CM's stock apps will come back (not what we want)...
awesome script, first cyanogenmod bloatware remover ever! Was really waiting for this
caspboy said:
awesome script, first cyanogenmod bloatware remover ever! Was really waiting for this
Click to expand...
Click to collapse
Thanks for the reply dude, I'm really glad that you like it! Just let me know if there would be anything that I could add, remove or change to improve it!
thank you soo much for the script. i was searching for something like this, just want to ask will it work for my xperia m device?
---------- Post added at 02:58 PM ---------- Previous post was at 02:56 PM ----------
can u make something which can be used for any device?
I can`t download it
sporezu said:
I can`t download it
Click to expand...
Click to collapse
Wait a while and try again. Dev-host gets wonky sometimes.
It seems neglected...will this be continued? Seems an awesome zip to have though!
What about CMaccount.

Categories

Resources