Notices


Reply
Thread Tools
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#51
Originally Posted by mr_pingu View Post
Started to make a scrap-paper/semi-script of non-critical packages
I don't have the balls to test everything as I only have 1 N900, can't afford to nuke it...

Code:
# 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
# Remove the Default Themes
# Only do if custom theme is installed
# Orange theme
# Apt-get purge hildon-theme-beta
# Blue theme
# Apt-get purge hildon-theme-alpha
Interesting...however if you remove theme alpha AND beta...You will have no themes. You need at east one theme surely?
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following 3 Users Say Thank You to vi_ For This Useful Post:
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#52
Originally Posted by vi_ View Post
Interesting...however if you remove theme alpha AND beta...You will have no themes. You need at east one theme surely?
That's why he wrote:
# Only do if custom theme is installed
But yeah, generally it is not wise to delete the default themes (I think they are optified anyway).
 

The Following User Says Thank You to reinob For This Useful Post:
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#53
Originally Posted by vi_ View Post
... You need at east one theme surely
I think so. But also at west

As mr_pingu wrote:
# Remove the Default Themes
# Only do if custom theme is installed
--edit
Oops, way too slow. Did not see reinob's comment.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 3 Users Say Thank You to peterleinchen For This Useful 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:
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#55
Originally Posted by vi_ View Post
Interesting...however if you remove theme alpha AND beta...You will have no themes. You need at east one theme surely?
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...


Also it was more of a scrap/script/note than a real script meant to be run. However I made it runable, for the ease of it...

Edit: Anybody an idea what this package might be, osso-systemui-splashscreen ?
Code:
# Remove splashscreen (UNSURE)
# apt-get purge osso-systemui-splashscreen
Shutdown splash?
Boot up splash is in NOLO, AFAIK...
__________________
N900 loaded with:
CSSU-T (Thumb)
720p recording,
Pierogi, Lanterne, Cooktimer, Frogatto
N9 16GB loaded with:
Kernel-Plus
--
[TCPdump & libpcap | ngrep]
--
donate

Last edited by mr_pingu; 2012-11-19 at 10:03.
 

The Following 2 Users Say Thank You to mr_pingu For This Useful Post:
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#56
You could probably get rid of 'test server'. It has a bunch of start up scripts as well. I have removed the 'beta' theme on my device ages ago, leaving the alpha theme.

You can also ditch 'osso-startup-wizard' and all of it's startup scripts, however it means if you remove the battery for too long, the system clock will need to be set by hand. It also does something with locales as well, never figured it out.

If you do not have a sim-lock code or device lock code you could probably get rid of the instance of matchbox window manager that is started up prior to hildon to contain the 'enter lock codes' screens.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following User Says Thank You to vi_ For This Useful Post:
Posts: 13 | Thanked: 23 times | Joined on Nov 2012
#57
Originally Posted by mr_pingu View Post
Edit: Anybody an idea what this package might be, osso-systemui-splashscreen ?
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.
 
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#58
Originally Posted by mr_pingu View Post
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...
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.

Edit: Anybody an idea what this package might be, osso-systemui-splashscreen ?
Code:
# Remove splashscreen (UNSURE)
# apt-get purge osso-systemui-splashscreen
Shutdown splash?
Boot up splash is in NOLO, AFAIK...
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.
 

The Following User Says Thank You to pichlo For This Useful Post:
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#59
Originally Posted by pichlo View Post
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.
The nokia logo on startup is built onto NOLO.

It is possible to change/remove it but that will not make your n900 boot any faster at all.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#60
Originally Posted by Siren View Post
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?
No! that's not it. It is the splash screen (with sound) you see when shutting down the N900. I would NOT remove it until it's understood what exactly it does (as side effects).

AFAIK, CSSU does same thing with settings, but using their own method. Either way, both things seem useless, if it's really this.
For disabling the screenshots (which I also dislike), just chmod a-w /home/user/.cache/launch and delete all files in that folder. From that point on, no new screenshots will be saved there.
 

The Following 8 Users Say Thank You to reinob For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 08:59.