![]() |
Re: Optimize your Nokia N900
Quote:
|
Re: Optimize your Nokia N900
1 Attachment(s)
Before running Optimize. The N900 had become sluggish and audio was stuttering.
|
After running Optimize with cache drop
1 Attachment(s)
The n900 feels Smooth and buttery again
Thanks a bunch :) for the script! |
Re: Optimize your Nokia N900
Quote:
echo 3 > .... drops caches for both 1 and 2 |
Re: Optimize your Nokia N900
[QUOTE=evad;761980]Yes, there is: http://wiki.maemo.org/Documentation/...5/sp-endurance
:eek: This is too much / too hard for the end user. How about something that monitors and logs CPU, memory, io, etc. for each process in fine details with timestamps? This way I can at least find what process / operation is being a bully so I can investigate it further? |
Re: After running Optimize with cache drop
Quote:
If you see on this http://talk.maemo.org/showpost.php?p...&postcount=122 You can notice that he had 170.40MB of RAM used (71%), and also 189.93MB for Swap Memory used (12%). After running the script, he posted this http://talk.maemo.org/showpost.php?p...&postcount=123 and now you can notice that he have 140.20MB of RAM used (58%), and 93.13MB for Swap Memory used (6%). The script lowered the RAM memory on 18%, and the Swap Memory on 50%, based on the numbers above. Don't know but, I think it is working well:rolleyes: |
Re: After running Optimize with cache drop
Quote:
|
Re: After running Optimize with cache drop
Quote:
Anyway, this is the first post http://talk.maemo.org/showpost.php?p=760387&postcount=1 and this is the other file http://talk.maemo.org/showpost.php?p...4&postcount=43 Soon I will be updating the script with some suggestions I have seen, but It may last one or 2 weeks because I have to test every script to the limits to see if after 7, 10 o 15 days of use it develop any problem. So, please be patient. 2 months of test for only one script is a lot, the script is very mature as I posted first, thank GOD. Feel free to try it;) and please write us back with your results and experiences. Meanwhile, as I always say, GOD Bless You ALL!:D |
Re: Optimize your Nokia N900
When i run the script it states that it is optimized but in all lines there was also the messages 'nothing was changed or killed'...
Am I doing something wrong? |
Re: Optimize your Nokia N900
First, Thank you a lot my friend for the script, I have an idea to make things simpler and easier you could do the following :
Download the script and have in in your Root N900 Folder excute this command in terminal : Dont use spaces in what ever you want Code:
mv ~/MyDocs/OptimizeN900 ~/<whatever you want easy to remember> Code:
$sh <whatever you want easy to remember> Code:
$mv ~/<whatever you want easy to remember> ~/MyDocs/OptimizeN900 Code:
mv ~/MyDocs/OptimizeN900 ~/optimize Code:
$sh optimize |
Re: Optimize your Nokia N900
There's no modification since the zip on the first page?
|
Re: After running Optimize with cache drop
Quote:
awesome! i have a 15mb drop of RAM usage when i run the script via QBW. and my music no longer stutter when the device is on heavy load. with my normal use, i notice a slight battery life improvement. (but i dont know if that's because of the optimization) |
Re: Optimize your Nokia N900
Quote:
I fixed it by editing the file with "Midnight Commader" to correct the bad NewLine/CarrigeReturn charaters. It seems the Linux can get put off by a Microsoft Window style NewLines. Windows used two characters and Linux/Unix only use one character. Hope this helps. |
Re: Optimize your Nokia N900
Quote:
|
Re: Optimize your Nokia N900
Quote:
|
Re: Optimize your Nokia N900
1 Attachment(s)
Quote:
Attachment 12425 After you have downloaded it remove the .txt extension. |
Re: Optimize your Nokia N900
appreciate you sharing jonWW will try it today :)
|
Re: Optimize your Nokia N900
So... whats the difference between my Linux phone and Windows if I have to keep rebooting because of slow downs? :(
|
Re: Optimize your Nokia N900
Quote:
|
Re: Optimize your Nokia N900
1 Attachment(s)
Quote:
combined with the above steps, the attached desktop file creates a shortcut for the optimize script! just extract optimize.desktop file to /usr/share/applications/hildon has no icon yet |
Re: Optimize your Nokia N900
Thanks f2thak!
Could you also make one of the script on the top after 2. === http://wiki.maemo.org/User:Tanner#Sa...pace_on_rootfs |
Re: Optimize your Nokia N900
Quote:
hey!!how come your "Mem:" to the right of "Dio:" is green?mines always red!! does that mean my phone is unhealthy? any idea on how to fix that? mine is red and is constant!!high! |
Re: Optimize your Nokia N900
1 Attachment(s)
If anyone wants the exact same but quit, here I edited the file, I hope the OP don't mind me to edit! :D Thanks for your effort, this is the edited code!
Code:
echo Your Nokia N900 is being Optimized Here is a screen shot after running it! http://img6.imageshack.us/img6/5836/...0072523105.png Edit : Removed Kill hildon home, may cause widgets to disappear, thanks for the O.P. |
Re: Optimize your Nokia N900
Quote:
|
Re: Optimize your Nokia N900
Quote:
Sorry |
Re: Optimize your Nokia N900
If you try the original script, and this one.
The Original Poster Script: Kills the process listed, but if one of them is not running and not found then it will display a message, that it's not found, and they will be too many lines. My edit: It's exact same script but it's doesn't tell you if the script was not found or something else, So then output is the same every time just the tow lines just like the screen shot! Both do the exact same job! Like there is one poster telling that he received messages telling him that some process not found! I hope you got it. Again, Both do exactly the same nothing more or less here! |
Re: Optimize your Nokia N900
Hey guys nice work. Let me give some input to it.
You shouldn't use killall as many of us have been mentioning. For example, `killall browser browserd` would cause the device to reboot, if you don't believe me try running that command repeatedly. Therefore, you should really properly restart the processes instead of killing them. The following are some examples for your reference: Code:
stop pulseaudio |
Re: Optimize your Nokia N900
Quote:
|
Re: Optimize your Nokia N900
okay i started off by running the original file. when i ran it i got the message that there was nothing to kill. if i read into that correctly i would assume that either the programs that the script references are not running and this script is useless to me OR there is something i am doing wrong where the the script isnt hitting on the supposedly open programs that the script references that should be closed to be able to speed the phone up.
i then figured on the most recent file that quits the script after it runs and i suppose that it is still running the script without killing the programs but just closing afterwards. am i doing something wrong? i saw that another person had similar issue but i didnt see the response. anything on this would help. thanks !! |
Re: Optimize your Nokia N900
In the process trying a 'safe' way to killing process I literally brick my device by issuing the following command:
Code:
stop xomap So I guess terminating processes in 'proper' ways is not that safe afterall. I'll keep researching and update you guys anyway. |
Re: Optimize your Nokia N900
@q8phantom, thanks!;) This is one good option. For me, I'm better knowing what processes are not restarted because that is how I find useful if one line or another on the script are needed or not. The common for everyone is to have all the processes on this script running for the device to become slow at the point that you want to reboot. THAT is the true need for this script. If anyone do NOT have running much of this processes simply means that you are NOT a heavy user and your N900 is not as useful as you think. Well, that is my personal option
|
Re: Optimize your Nokia N900
Quote:
I see, you are living what I lived for 2 months to have this little script done. MAYBE you are right in something, "terminating processes in 'proper' ways is not that safe afterall". In the process you will experience reboots, you'll have to reflash, you will find a script that apparently works fine but after 6 days of use BOOM!! sudden reboot... That is what I lived for 2 months |
Re: Optimize your Nokia N900
Quote:
That's nasty! If I ever meet anybody else with an N900 I now know what to type :D |
Re: Optimize your Nokia N900
Quote:
|
Re: Optimize your Nokia N900
Stopping the xomap (the X server) should not actually brick your phone, I'd say there was something else fundamentally wrong in play at the time you did this.
Running that command on my N900 simply kills the display, a reboot and all is well again. |
Re: Optimize your Nokia N900
Quote:
DARE YOU TRY?! XDDD |
Re: Optimize your Nokia N900
Am not that power user, just a student and use this every other day ;p
If you like you could take mine and have it as another option in the first post :D |
Re: Optimize your Nokia N900
so many replies but is this safe to use.....? Are people still using this?
|
Re: Optimize your Nokia N900
yup..................
|
Re: Optimize your Nokia N900
Quote:
|
All times are GMT. The time now is 15:32. |
vBulletin® Version 3.8.8