View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#54
Thanks to mr_pingu for the script; I followed vi_'s advice and didn't remove the themes...

Output of the script: http://pastebin.com/B2hd1abC

The script itself:

Code:
#!/bin/sh

# Cleaner n900 Script
# Author mr_pingu @ TMO

# Remove MyNokia 
apt-get purge cherry
rm /etc/X11/Xsession.d/34cherry
# Remove Nokiahands bootvideo
apt-get purge hildon-welcome
rm /etc/X11/Xsession.d/10hildon_welcome
rm /etc/X11/Xsession.post/04hildon-welcome-wait
apt-get purge hildon-welcome-default-logo
rm -r /etc/hildon-welcome.d
#Remove splashscreen (UNSURE)
#apt-get purge osso-systemui-splashscreen 
#Remove the datescreenie after hwclockreset / battery pulled out
apt-get purge osso-startup-wizard
rm /etc/X11/Xsession.d/30osso_startup_wizard
rm -rf /var/lib/osso-startup-wizard/
#Remove the 5 dots
apt-get purge hildon-startup-progress
rm /etc/event.d/hildon-startup-progress
rm /etc/X11/Xsession.d/01xprogress
rm /etc/X11/Xsession.post/22xprogress-stop
#Remove the tutorial/user-guide
apt-get purge osso-tutorial-l10n-engb osso-tutorial-l10n-ptpt osso-tutorial-l10n-frca osso-tutorial-l10n-nlnl osso-tutorial-l10n-cscz osso-tutorial-l10n-itit osso-tutorial-l10n-eses osso-tutorial-l10n-svse osso-tutorial-l10n-frfr osso-tutorial-l10n-dede osso-tutorial-l10n-fifi osso-tutorial-l10n-nono osso-tutorial-l10n-esmx osso-tutorial-l10n-enus osso-tutorial-l10n-ruru osso-tutorial-l10n-mr0 osso-tutorial-l10n-plpl
rm /usr/share/applications/hildon/user-guide.desktop
#Remove the Ovi-store-icon
#Can be found in bookmarks in MicroB
rm /usr/share/applications/hildon/ovi.desktop
# Remove the default Nokia games
# Remove chess
apt-get purge osso-chess-ui gnuchess osso-graphics-game-chess sounds-game-chess
#Remove mahjong
apt-get purge osso-mahjong osso-sounds-game-mahjong osso-graphics-game-mahjong
osso-graphics-game-mahjong
#Remove marbles
osso-lmarbles osso-graphics-game-lmarbles 
# remove blocks
apt-get purge maemoblocks  
# Remove leftovers
# apt-get purge hildon-games-wrapper0 - (needs investigation)  
apt-get purge osso-games-startup 
# Remove language files osso-games
apt-get purge osso-games-l10n-cscz osso-games-l10n-dadk osso-games-l10n-dede osso-games-l10n-engb osso-games-l10n-enus osso-games-l10n-eses osso-games-l10n-esmx osso-games-l10n-fifi osso-games-l10n-frca osso-games-l10n-frfr osso-games-l10n-itit osso-games-l10n-mr0 osso-games-l10n-nlnl osso-games-l10n-nono osso-games-l10n-plpl osso-games-l10n-ptpt osso-games-l10n-ruru osso-games-l10n-svse
# Remove the default Installer-**** after reflash
apt-get purge ap-installer amazon-installer foreca-installer facebook-installer skype-installer dtg-installer
# Remove the useless googlewidget which is basically a bookmark-widget
apt-get purge google-search-widget
# Remove the ovistorewidget
apt-get purge ovi-promotion-widget
Just did a boot-up and no adverse effects so far After the NOKIA logo the screen goes blank and boots IMO faster to desktop than before (could be a placebo effect)...


IMO it would be easier if -y is added to every line of apt-get purge but then its safer to not put it in so that a user can see for himself what is being removed and object to it...


Edit: For the record, I'm running on latest CSSU-thumb with kernel-powerr51

Last edited by thedead1440; 2012-11-19 at 09:26.
 

The Following 6 Users Say Thank You to thedead1440 For This Useful Post: