The Following User Says Thank You to peochiu For This Useful Post: | ||
![]() |
2010-08-17
, 19:04
|
Posts: 219 |
Thanked: 21 times |
Joined on May 2010
|
#252
|
I think there is a problem with the file you downloaded. The script isn't working, is not doing anything. What version did you use?
![]() |
2010-08-17
, 19:21
|
Posts: 219 |
Thanked: 21 times |
Joined on May 2010
|
#253
|
![]() |
2010-08-17
, 20:07
|
Posts: 53 |
Thanked: 18 times |
Joined on Sep 2009
@ UK
|
#254
|
Before running Optimize. The N900 had become sluggish and audio was stuttering.
![]() |
2010-08-17
, 20:40
|
|
Posts: 116 |
Thanked: 77 times |
Joined on Jan 2010
|
#255
|
hey guys i dont think this script works for me.
this is what it says.
/home/user # sh MyDocs/Optimizen900
: not foundmizen900: line 2:
Your Nokia N900 is being Optimized
: not foundmizen900: line 4:
: no process killed
: not foundmizen900: line 7:
: no process killed
: no process killeddexer
: not foundmizen900: line 11:
killall: cannot kill pid 3998: No such process
: no process killed
: not foundmizen900: line 14:
: no process killed
: no process killedlator
: no process killed
: no process killed-ui
: no process killed
: no process killedaging-ui
: no process killeder
: no process killed
: no process killedssbook
: not foundmizen900: line 25:
: no process killedktop
: no process killedtus-menu
: no process killed
: not foundmizen900: line 32:
: no process killed
: no process killedenderer
: not foundmizen900: line 36:
Your Nokia N900 is now Optimized!
/home/user #
/home/user #
dyu think my n900 is optimized?
does anyone know a fix for this?
![]() |
2010-08-18
, 07:53
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#256
|
Same happens in my case meaning that the script does not seem to work for me...
What could I have done wrong?
tr -d '\r' < DOS_file > UNIX_file sed 's/^M//' DOS_file > UNIX_file
![]() |
2010-08-18
, 08:34
|
Posts: 20 |
Thanked: 3 times |
Joined on Jun 2010
|
#257
|
![]() |
2010-08-18
, 11:43
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#258
|
Why are you switching to root & then back to user? You can just run step 3 directly.
![]() |
2010-08-18
, 13:04
|
Posts: 219 |
Thanked: 21 times |
Joined on May 2010
|
#259
|
hi noipv4, i have noticed that you have really large swap. Could i know how did you make this happen and what are the benefits?
Cheers
![]() |
2010-08-18
, 14:19
|
Posts: 75 |
Thanked: 9 times |
Joined on Dec 2009
@ Verona, Italy
|
#260
|
#!/bin/sh
echo Your Nokia N900 is being Optimized
#Refresh the Audio Process to avoid audio glitch
killall pulseaudio
#Refresh the Tracker process
killall trackerd
killall tracker-indexer
#Refresh the browser MicroB
killall browser browserd
#Refresh of the most common applications and UIs
killall Calendar
killall osso_calculator
killall camera-ui
killall rtcom-call-ui
killall modest
killall rtcom-messaging-ui
killall image-viewer
killall osso_notes
killall osso-addressbook
#Refresh the all UI Hildon, menus and bars.
killall hildon-desktop
killall hildon-status-menu
killall systemui
#NOTE: Killing the hildon-home process can erase all widgets and that is why it is disabled
#killall hildon-home
#Refresh other processes
killall tonegend
killall mafw-gst-renderer
echo Your Nokia N900 is now Optimized!
--------
Will this script optimize N900?
I don't thinks so.
Process should be managed by operating system.
If you don't like a process
Just don't start it.
Not Kill it,unless it crashed.