Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
joenilan
Old
#1  
Member - OP
Thanks Meter 28
Posts: 52
Join Date: Mar 2009
Location: Philadelphia

 
DONATE TO ME
Default [TUT] Remove Some of the Bloatware

Hello again everybody.
Here is a little tutorial to get rid of the crap thats shipped with the phone
and get it on a sweet diet of slimfast.

If you think to yourself "HEY! that shouldn't be removed!"
I most likely removed it because there is a Market alternative.

*Always be careful when modifying /system*

First we need to remount our phone and make /system/app - R/w
adb remount

then type:
adb shell

*In Shell ($)

su (IMPORTANT)
cd /system/app/
ls

Now you can start removing the bloat.

rm Launcher.* (ONLY IF YOU HAVE AN ALTERNATIVE LAUNCHER INSTALLED!)
rm Maps.*
rm SystemTutorial.*
rm LatinIME.* (MAKE SURE YOU HAVE ANOTHER KEYBOARD INSTALLED)
rm Email.*
rm Calculator.*
rm EmotionWeather.*
rm EmotionPhotoWidget.*
rm EmotionCalendar.*
rm EmotionPhotoAlbumWidget.*
rm EmotionBookmarksWidget.*
rm EmotionEvents.*
rm Twidroid.*
rm EmotionMemo.*
rm EmotionRSSReader.*
rm EmotionVideoWidget.*
rm EmotionClockWidget.*
rm HwIME.*

as always, reboot.

and, as with most things in the filesystem, this can also be done
with Root Explorer

If you messed something up, it probably wasn't meant to be
removed and most likely wasn't listed above. Start over from scratch...
unless you made back-up of course


If i missed anything, shoot me a message!
Device: HD2 Nand | Hyperdroid v5.5.2
Device: Hp Touchpad | Cyanogenmod 7.1 (Alpha 3.5)

Follow me:
[ @joenilan | +joenilan | joenilan | joenilan.com ]

My Roms:
Ideos S7 Froyo 1.3-Data2emmc/ext
Froyofusion R2

Device: T-Mobile G1 (Black) | Huawei Ideos S7
 
raduque
Old
#2  
raduque's Avatar
Senior Member
Thanks Meter 107
Posts: 1,119
Join Date: Sep 2007
You honestly consider Calculator, Maps and Email "bloatware"?
Ford F150 4.6L V8: Stock... for now
Samsung Galaxy Note II Stock Rooted
Samsung Galaxy S II (AT&T Exynos version): SHOStock3 + jeboo kernel
Asus Transformer TF101 32gb: Revolution HD 3.5.1
 
joenilan
Old
#3  
Member - OP
Thanks Meter 28
Posts: 52
Join Date: Mar 2009
Location: Philadelphia

 
DONATE TO ME
Quote:
Originally Posted by raduque View Post
You honestly consider Calculator, Maps and Email "bloatware"?
if they can be downloaded (and be more up to date from the market) then yeah.
Device: HD2 Nand | Hyperdroid v5.5.2
Device: Hp Touchpad | Cyanogenmod 7.1 (Alpha 3.5)

Follow me:
[ @joenilan | +joenilan | joenilan | joenilan.com ]

My Roms:
Ideos S7 Froyo 1.3-Data2emmc/ext
Froyofusion R2

Device: T-Mobile G1 (Black) | Huawei Ideos S7
 
raduque
Old
#4  
raduque's Avatar
Senior Member
Thanks Meter 107
Posts: 1,119
Join Date: Sep 2007
You don't need to delete them to download the updated versions. My tablet prompted me to update them as soon as I connected to wifi and logged into my google account.
Ford F150 4.6L V8: Stock... for now
Samsung Galaxy Note II Stock Rooted
Samsung Galaxy S II (AT&T Exynos version): SHOStock3 + jeboo kernel
Asus Transformer TF101 32gb: Revolution HD 3.5.1
 
crispien
Old
#5  
Member
Thanks Meter 2
Posts: 30
Join Date: May 2009
Location: Chicago, IL
Default Updates take more space

When you update a Android app that is part of the rom it takes up 1.5 to 2x the storage than if you just simply download the newest version.
 
raduque
Old
#6  
raduque's Avatar
Senior Member
Thanks Meter 107
Posts: 1,119
Join Date: Sep 2007
Quote:
Originally Posted by crispien View Post
When you update a Android app that is part of the rom it takes up 1.5 to 2x the storage than if you just simply download the newest version.
That honestly means nothing to me. I don't load 500 apps on my devices.
Ford F150 4.6L V8: Stock... for now
Samsung Galaxy Note II Stock Rooted
Samsung Galaxy S II (AT&T Exynos version): SHOStock3 + jeboo kernel
Asus Transformer TF101 32gb: Revolution HD 3.5.1
 
joenilan
Old
#7  
Member - OP
Thanks Meter 28
Posts: 52
Join Date: Mar 2009
Location: Philadelphia

 
DONATE TO ME
Quote:
Originally Posted by raduque View Post
That honestly means nothing to me. I don't load 500 apps on my devices.
look, when you delete /system files obviously it doesn't touch the /data... obviously... now your /system is on your INTERNAL partition so removing these files frees up space on your INTERNAL memory, and as for obviously downloading the updated apps from the market does update them YES AND INSTALLS THEM INTO /data, but it does not delete the OLD outdated version which still reside in /system which need to be updated and is taking up space, i hope this helps you understand whats going on... hopefully.
Device: HD2 Nand | Hyperdroid v5.5.2
Device: Hp Touchpad | Cyanogenmod 7.1 (Alpha 3.5)

Follow me:
[ @joenilan | +joenilan | joenilan | joenilan.com ]

My Roms:
Ideos S7 Froyo 1.3-Data2emmc/ext
Froyofusion R2

Device: T-Mobile G1 (Black) | Huawei Ideos S7
 
raduque
Old
#8  
raduque's Avatar
Senior Member
Thanks Meter 107
Posts: 1,119
Join Date: Sep 2007
Quote:
Originally Posted by joenilan View Post
look, when you delete /system files obviously it doesn't touch the /data... obviously... now your /system is on your INTERNAL partition so removing these files frees up space on your INTERNAL memory, and as for obviously downloading the updated apps from the market does update them YES AND INSTALLS THEM INTO /data, but it does not delete the OLD outdated version which still reside in /system which need to be updated and is taking up space, i hope this helps you understand whats going on... hopefully.
Yes, I understand this. But, they are two separate partitions. The S7 does not dynamically resize partitions. /system and /data are completely self-contained, and the size of either does not effect the other.

Space on /system, does not effect space on /data. I don't know how much plainer I can say this. All you're doing is freeing space on /system, but nothing goes there except pre-installed *system* files!

The bolded, underlined, italicized is the part that doesn't make any sense. It's taking up space in /system, which has no bearing on space in /data. Period, end of sentence, full stop. I'm not saying anything more on this matter, because I don't think you're going to get it.
Ford F150 4.6L V8: Stock... for now
Samsung Galaxy Note II Stock Rooted
Samsung Galaxy S II (AT&T Exynos version): SHOStock3 + jeboo kernel
Asus Transformer TF101 32gb: Revolution HD 3.5.1
 
joenilan
Old
#9  
Member - OP
Thanks Meter 28
Posts: 52
Join Date: Mar 2009
Location: Philadelphia

 
DONATE TO ME
Quote:
Originally Posted by raduque View Post
Yes, I understand this. But, they are two separate partitions. The S7 does not dynamically resize partitions. /system and /data are completely self-contained, and the size of either does not effect the other.

Space on /system, does not effect space on /data. I don't know how much plainer I can say this. All you're doing is freeing space on /system, but nothing goes there except pre-installed *system* files!

The bolded, underlined, italicized is the part that doesn't make any sense. It's taking up space in /system, which has no bearing on space in /data. Period, end of sentence, full stop. I'm not saying anything more on this matter, because I don't think you're going to get it.
probably not, i can't get through the fog of cocky responses. instead of being a helpful person.
Device: HD2 Nand | Hyperdroid v5.5.2
Device: Hp Touchpad | Cyanogenmod 7.1 (Alpha 3.5)

Follow me:
[ @joenilan | +joenilan | joenilan | joenilan.com ]

My Roms:
Ideos S7 Froyo 1.3-Data2emmc/ext
Froyofusion R2

Device: T-Mobile G1 (Black) | Huawei Ideos S7
 
raduque
Old
#10  
raduque's Avatar
Senior Member
Thanks Meter 107
Posts: 1,119
Join Date: Sep 2007
Quote:
Originally Posted by joenilan View Post
probably not, i can't get through the fog of cocky responses. instead of being a helpful person.
Well, that's an interesting way of saying that you don't understand what I'm saying.

http://forum.xda-developers.com/show...68&postcount=9

Repeat after me:
"/system space is completely separate from /data space. One has no bearing on the other"
Ford F150 4.6L V8: Stock... for now
Samsung Galaxy Note II Stock Rooted
Samsung Galaxy S II (AT&T Exynos version): SHOStock3 + jeboo kernel
Asus Transformer TF101 32gb: Revolution HD 3.5.1

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Permanent Screen Off for the Visually Impaired

Most of us take the simple act of waking up our devices and having a quick glance at the … more

App Analytics, or the Death of the Independent App Developer

This is entry number one in a series of articles about tools for app developers, … more

Serajr Power Toggles Brings Settings to the Small App World

Ever since the introduction of multi-window with things like Cornerstone and … more