maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   Faster Booting Nokia N900 (https://talk.maemo.org/showthread.php?t=85390)

sixwheeledbeast 2012-11-16 18:05

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by reinob (Post 1294886)
... which is 0.5% of your battery capacity, thus reducing your time-between-charges by a whole of.. wait for it.. 20min :)

How often do you reboot anyway?

The point is I avoid rebooting so why make rebooting faster, if I never have to.

This 20 minutes all depends on variables, state of the battery and it's capacity, temperature; also we are working from rough timings and amperes.

I do agree BME is balls and shows that it has eaten the whole battery after two boot cycles, whereas from or calculations it's more like 1%.
Either way more CPU cycles equal more current.

Take the example calculations again this shows it is better (more battery saving) to keep the device on over switching it off, unless you are switching off for more than 20-30 minutes.

pichlo 2012-11-16 22:03

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by reinob (Post 1294596)
In /etc/Xsession.d you have to remove, if present:
01xprogress

and in /etc/Xsession.post you remove, if present:
22xprogress-stop

I did not find /etc/Xsession.* on mine, only /etc/X11/Xsession.* :)

Removed the dots and... nothing bad happened ;) I was expecting a blank screen for an uncomfortably long time but nothing like that. The dots were quite unnecessary indeed. Thanks, reinob!

reinob 2012-11-16 22:29

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by pichlo (Post 1295097)
I did not find /etc/XSession.* on mine, only /etc/X11/Xsession.* :)

Thanks for the correction (although I wrote /etc/Xsession.*, not /etc/XSession.* :)

Quote:

Removed the dots and... nothing bad happened ;) I was expecting a blank screen for an uncomfortably long time but nothing like that. The dots were quite unnecessary indeed. Thanks, reinob!
Glad that it worked!

mr_pingu 2012-11-16 23:11

Re: Faster Booting Nokia N900
 
Simple list of what packages and files can be removed, I guess.
No warranty! Own risk!

apt-get remove --purge cherry
rm /etc/X11/Xsession.d/34cherry
apt-get remove --purge hildon-welcome
rm /etc/X11/Xsession.d/10hildon_welcome
rm /etc/X11/Xsession.post/04hildon-welcome-wait
apt-get remove --purge hildon-welcome-default-logo
rm -r /etc/hildon-welcome.d
apt-get remove --purge osso-startup-wizard
rm /etc/X11/Xsession.d/30osso_startup_wizard
apt-get remove --purge hildon-startup-progress
rm /etc/event.d/hildon-startup-progress
rm /etc/X11/Xsession.d/01xprogress
rm /etc/X11/Xsession.post/22xprogress-stop


Note: those last 2 files weren't even present on my device, however I didn't even purge hildon-startup-progress yet.

foobar 2012-11-16 23:43

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by reinob (Post 1294891)
[ Note: to make things easier and faster, if ANYONE happens to flash his or her N900 completely, I would appreciate it if the first thing he or she does would be to send me the output of "dpkg -l". I can obviously extract the list of packages from a fiasco image, but the less effort it takes, the better.. ]

http://pastebin.com/QzScBdVu

reinob 2012-11-17 08:22

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by foobar (Post 1295114)

Great! Thanks a lot foobar!

sixwheeledbeast 2012-11-17 09:20

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by reinob (Post 1295200)
Great! Thanks a lot foobar!

This could be useful also.
Maybe foobars list can be moved here when the wiki's up again.

pichlo 2012-11-17 14:16

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by reinob (Post 1295103)
Thanks for the correction (although I wrote /etc/Xsession.*, not /etc/XSession.* :)

You did indeed. Sorry, my typo. Now fixed.

fw190 2012-11-17 15:28

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by mr_pingu (Post 1295110)
Simple list of what packages and files can be removed, I guess.
No warranty! Own risk!

apt-get remove --purge cherry
rm /etc/X11/Xsession.d/34cherry
apt-get remove --purge hildon-welcome
rm /etc/X11/Xsession.d/10hildon_welcome
rm /etc/X11/Xsession.post/04hildon-welcome-wait
apt-get remove --purge hildon-welcome-default-logo
rm -r /etc/hildon-welcome.d
apt-get remove --purge osso-startup-wizard
rm /etc/X11/Xsession.d/30osso_startup_wizard
apt-get remove --purge hildon-startup-progress
rm /etc/event.d/hildon-startup-progress
rm /etc/X11/Xsession.d/01xprogress
rm /etc/X11/Xsession.post/22xprogress-stop


Note: those last 2 files weren't even present on my device, however I didn't even purge hildon-startup-progress yet.

Well for me just purging removed everything. The other lines gave nothing as there was nothing to delete.

mr_pingu 2012-11-18 23:08

Re: Faster Booting Nokia N900
 
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


vi_ 2012-11-19 09:01

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by mr_pingu (Post 1295695)
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?

reinob 2012-11-19 09:13

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by vi_ (Post 1295793)
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:
Quote:

# 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).

peterleinchen 2012-11-19 09:20

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by vi_ (Post 1295793)
... You need at east one theme surely

I think so. But also at west;)

As mr_pingu wrote:
Quote:

# Remove the Default Themes
# Only do if custom theme is installed
--edit
Oops, way too slow. Did not see reinob's comment.

thedead1440 2012-11-19 09:20

Re: Faster Booting Nokia N900
 
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 :D 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

mr_pingu 2012-11-19 09:29

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by vi_ (Post 1295793)
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...

vi_ 2012-11-19 10:18

Re: Faster Booting Nokia N900
 
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.

Siren 2012-11-19 11:10

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by mr_pingu (Post 1295813)
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 2012-11-19 11:27

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by mr_pingu (Post 1295813)
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.

Quote:

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.

vi_ 2012-11-19 11:29

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by pichlo (Post 1295849)
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.

reinob 2012-11-19 11:42

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by Siren (Post 1295841)
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).

Quote:

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.

reinob 2012-11-19 11:43

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by vi_ (Post 1295831)
You could probably get rid of 'test server'.

Yes. Removing testserver is completely safe. It will only be used when Maemo starts in TEST mode, which getbootstate decides if the BSI value returned by the battery is within a specific range, which never happens (or should happen) with a normal battery.

vi_ 2012-11-19 12:09

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by reinob (Post 1295858)
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).



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.

HOLY **** reinob. This is great.

peterleinchen 2012-11-19 12:18

Re: Faster Booting Nokia N900
 
Yes, read that some weeks earlier and chmodded launch folder. Since then no dumb old screenshots during loading, just black screen. But it is not a second faster.

foobar 2012-11-19 12:45

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by reinob (Post 1295858)
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.

Better delete first and chmod after that. ;)

vi_ 2012-11-19 14:01

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by peterleinchen (Post 1295878)
Yes, read that some weeks earlier and chmodded launch folder. Since then no dumb old screenshots during loading, just black screen. But it is not a second faster.

You are correct, it is not any faster. It does stop the annoying effect of pressing the screen too early and displaying a compressed image that is usually wrong.

Siren 2012-11-19 21:43

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by reinob (Post 1295858)
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.

Thanks a lot for this!


Quote:

Originally Posted by reinob (Post 1295860)
Yes. Removing testserver is completely safe. It will only be used when Maemo starts in TEST mode, which getbootstate decides if the BSI value returned by the battery is within a specific range, which never happens (or should happen) with a normal battery.

I wonder, what does "testserver" do, *if* device is run in TEST mode? Provides some useful debug info, or what?

Dragoss91 2012-11-20 00:31

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by seanmcken (Post 1235196)
guys any possibilities of faster booting process of nokia n900? like eg without boot video. or some patches that could make faster booting. i mean the process of booting is veryy veryy slow plz give any solutions.

im using kp50 950 overclocked
cssu t

N900's boot process is slow ? You didn't see N9 wich is twice slower .

reinob 2012-11-20 07:55

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by Siren (Post 1296040)
I wonder, what does "testserver" do, *if* device is run in TEST mode? Provides some useful debug info, or what?

Wait until I post the complete boot process of the N900 :)

Csucsuka666 2012-12-02 12:06

Re: Faster Booting Nokia N900
 
I typed but it says password: what to write here???

Csucsuka666 2012-12-02 12:08

Re: Faster Booting Nokia N900
 
X terminal it says password: what to write here???

thedead1440 2012-12-02 12:11

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by Csucsuka666 (Post 1300599)
X terminal it says password: what to write here???

Just type your password that you may have set; it won't be printed on-screen but certainly the input would be registered...You just have to press enter when done :D

mr_pingu 2012-12-02 12:27

Re: Faster Booting Nokia N900
 
You probably need to rootsh installed and then write the password you have set ;)

thedead1440 2012-12-02 15:46

Re: Faster Booting Nokia N900
 
reinob,

Regarding the launch image for settings located in /home/user/.cache/launch removing the folder deletes it only till the next time you open settings again...

Is there a script that does this creation which can be disabled?


Thanks!

trompkins 2012-12-02 17:00

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by thedead1440 (Post 1300646)
reinob,

Regarding the launch image for settings located in /home/user/.cache/launch removing the folder deletes it only till the next time you open settings again...

Is there a script that does this creation which can be disabled?


Thanks!

ln -s /dev/null /home/user/.cache/launch ?

seanmcken 2012-12-02 17:04

Re: Faster Booting Nokia N900
 
there must be anyway to remove that nolo or changing its delay time

thedead1440 2012-12-02 17:08

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by trompkins (Post 1300683)
ln -s /dev/null /home/user/.cache/launch ?

Thanks! Sometimes the human mind forgets the simplest of solutions but tries to make things complicated :rolleyes:

reinob 2012-12-02 19:39

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by thedead1440 (Post 1300646)
reinob,

Regarding the launch image for settings located in /home/user/.cache/launch removing the folder deletes it only till the next time you open settings again...

Is there a script that does this creation which can be disabled?


Thanks!

Well, I didn't say you have to remove the folder (because you're right, it will be created again). My advice was to remove write permissions, so that nobody will be able to write in there, but nobody will try to re-create the folder. It's worked for me since more-or-less the first day I bought my first N900..

reinob 2012-12-02 19:40

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by seanmcken (Post 1300685)
there must be anyway to remove that nolo or changing its delay time

NOLO is the bootloader. Without it you can forget about using your N900 for anything.

Plus, there's no delay of any sort. Things just take some time. My guess is that NOLO needs about 50ms to give control to the kernel/U-boot, so it's not really affecting anything.

rakeshyadav 2012-12-13 15:56

Re: Faster Booting Nokia N900
 
i also obey your commitment. thanks for a lot.

sixwheeledbeast 2012-12-13 17:02

Re: Faster Booting Nokia N900
 
Quote:

Originally Posted by reinob (Post 1300732)
NOLO is the bootloader. Without it you can forget about using your N900 for anything.

Apart from a nice paperweight :D


All times are GMT. The time now is 17:47.

vBulletin® Version 3.8.8