![]() |
2012-11-19
, 09:01
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#51
|
The Following 3 Users Say Thank You to vi_ For This Useful Post: | ||
![]() |
2012-11-19
, 09:13
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#52
|
Interesting...however if you remove theme alpha AND beta...You will have no themes. You need at east one theme surely?
# Only do if custom theme is installed
The Following User Says Thank You to reinob For This Useful Post: | ||
![]() |
2012-11-19
, 09:20
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#53
|
# Remove the Default Themes
# Only do if custom theme is installed
The Following 3 Users Say Thank You to peterleinchen For This Useful Post: | ||
![]() |
2012-11-19
, 09:20
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#54
|
#!/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
The Following 6 Users Say Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-11-19
, 09:29
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#55
|
Interesting...however if you remove theme alpha AND beta...You will have no themes. You need at east one theme surely?
# Remove splashscreen (UNSURE) # apt-get purge osso-systemui-splashscreen
![]() |
2012-11-19
, 10:18
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#56
|
The Following User Says Thank You to vi_ For This Useful Post: | ||
![]() |
2012-11-19
, 11:10
|
Posts: 13 |
Thanked: 23 times |
Joined on Nov 2012
|
#57
|
Edit: Anybody an idea what this package might be, osso-systemui-splashscreen ?
![]() |
2012-11-19
, 11:27
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#58
|
That's why I initially commented out these purge commands, same goes for hildon-games-wrapper0, I am not sure what it does, but my guess is that it can be deleted if you delete the games too...
Edit: Anybody an idea what this package might be, osso-systemui-splashscreen ?
Shutdown splash?Code:# Remove splashscreen (UNSURE) # apt-get purge osso-systemui-splashscreen
Boot up splash is in NOLO, AFAIK...
The Following User Says Thank You to pichlo For This Useful Post: | ||
![]() |
2012-11-19
, 11:29
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#59
|
My understanding is that it is the initial screen of all default games. The only thing that changes is the bitmap covering the top half of the screen. If you remove games, you can safely remove this package too. I have done it without a problem, but then put it back because I decided I wanted mahjong after all.
No idea. I have removed it and hildon-welcome, as well as grepped for and deleted everything with splash in the name, but I am still getting the Nokia logo on startup, albeit not on shutdown. So your theory might be right.
![]() |
2012-11-19
, 11:42
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#60
|
Maybe it's famous screenshot of "settings", that is show while settings are loaded, to give fake impression of settings getting loader quickly, than they are in reality?
AFAIK, CSSU does same thing with settings, but using their own method. Either way, both things seem useless, if it's really this.
The Following 8 Users Say Thank You to reinob For This Useful Post: | ||