![]() |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
hmmm... still no answer as to why it removes home/user/.profile
that is where my non root aliases live so i need it |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Quote:
|
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Quote:
|
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
@matthew maude
why you need it so badly members says N900 performs better without it For my case i have apt-get installed some apps with in the .profile existence so all the apps installed started to lag until a reboot retested without .profile and they didn't lag anyway if you want i will send it to you with pm BTW :be a bit patient i will make a new thread just for testing these kinds of script to see what is the best one so far IMO i didn't see the best one yet @|xRobby download the speedpatch.tar.gz to MyDocs then write in xterminal sudo gainroot then copy and paste the rest of the codes |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
it work well for me.
overclock 825, swapolube, cssu and your script. Thanks a lot for your work. |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
works well with me too
Thanks karam ps : it would be nice to start a new thread for testing several scripts but i think the current one is the best one |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Quote:
Just be sure you are in the right place. When saving the file, put it on the very root of your device memory. Even if, from the point of view of the browser you are in the root, you really are inside the directory /home/user/MyDocs. At this point don't be confused by the Documents directory. That directory is inside /home/user/MyDocs. Also, after you type the sudo gainroot, do not move from /home/user, all commands must be run from that place. |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
@Karam,
The latest script is stable and it works well without any error do far. Thank you very much for your great job. :) |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
I need some help please
So far I have already the Enhanced Linux Kernel for Power users 2.6.28.10-maemo4 (maemo48), Power46 and Enhanced Linux kernel for Power users (Settings) 0.11 for maemo 5 kernel 2.6.28.10 via X-term. I have Sudser installed, installed rootsh 1.5 via app man then upgraded through extras-devel to - 1.8 with app man. I have Bash installed via X-term using apt-get install bash! command. I also have the tar-gnu v 1.22-maemo5 installed. Do not know how to use this. It says it is the GNU version of the tar archiving utility. I'm guessing I am going to need to learn how to use tar using X-term. I have theme customizer installed, set opacities, I have a few themes including Humanity, Hydrocarbon, maemo.org Theme, Miku, Nokia N series, reflect. Nokia N series is my current default theme using maemo.org icon package in theme Customizer. Phone is not currently OC. Widget opacity set to 130, Menu Bar opacity 130. I no longer have swappolube installed didn't reckon much to it. I now just Overclock occasionally 500 - 750 using ULV profile because of Power V46 kernel. That's as far as i go. I use two battery status monitors to check. The reason I am here is I notice that the hildon desktop GUI is slow in some parts of the GUI including as you mentioned the contacts & other areas. i hate this, so I am hear to try to speed up my hildon desktop. So will someone here be obliged to help me run through all these steps on my phone so I can get it faster & smoother please? I have already downloaded the Speedpatch to Nokia N900/Documents/ Thanks to anyone who can help me learn more about using scripts, the CLI - X-term. |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Hi Guys,
There seems to have been some confusion lately about how the various bits of this script work, and how they're executed by maemo. First point - rc.local doesn't do anything on an n900. The "speedpatch.sh" file in the current patch creates rc.local and .bashrc, neither of which will be executed in normal operation of the phone. Instead, /etc/event.d/speedpatch does all the work. Drop speedpatch.sh, it's dead weight. Second point - there doesn't seem to be a lot of info on this thread about how the patch actually works, so here goes with a quick explanation. The CFS (completely fair scheduler) in our phone's kernel manages the allocation of resources (cpu/mem) between tasks. It was designed to cope with server-class machines such as web servers and databases, giving all tasks equal access to resources. This means if a server is really busy, then all tasks on the machine slow down equally. Desktop/mobile class machines shouldn't work the same way as servers though. They have a human user who expects the machine to respond and give feedback within a certain time. If a machine is slow to respond, the user loses some sense of control over the machine. This patch addresses the problem by taking note of what the user is doing right now, and using that information to accelerate the current task, and decelerate other tasks on the system. The user won't notice the background stuff going slower, they will just see their app working fast. The patch does this by creating multiple classes of task /dev/cgroup/cpu/tasks /dev/cgroup/cpu/desktop/tasks /dev/cgroup/cpu/applications/tasks /dev/cgroup/cpu/applications/standby/tasks /dev/cgroup/cpu/applications/launcher/tasks If you look at the contents of these files, you'll see the process IDs of all the tasks in each class. CPU and memory are shared out to these classes using the files "cpu.shares", and "memory_limit_in_bytes". When lots of tasks are demanding CPU/memory at once, the resources are handed out to tasks depending on their share. This is why your phone feels nicer when you have this patch - the kernel automatically classifies tasks and devotes more of cpu/mem to the "application" and "desktop" class tasks, and much less to other classes like "standby". |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
@thingonaspring
thanks for the great explaining i will actually put it in the first post and thingonaspring rc.local started the patch without a reboot in my n900 i expect it does the same with every other n900 and for the rest of the files that speedpatch.sh creates are used by desktop pc i wanted to put 2 in 1 patch (for n900 and pc) so far TMO members seems to like it @1337INT13H first of all you need to put speedpatch in Nokia N900 not Nokia N900/Documents MyDocs means the root of the emmc /home/user/MyDocs second copy and paste the codes in xterminal (as root) and your done after a reboot |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Quote:
|
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
that is true
karam mentioned that he didn't made the patch in the first place but he brought attention to it tried to make it better and spent a lot of time on it so thanks to karam and every one else helped with the patch |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
i just wanna say to epitaph
when i first created this thread i have noticed by post http://talk.maemo.org/showpost.php?p...18&postcount=9 that it is not me the first one tried this patch but it is me the first one who tried to work on it and proof to people that it increase the performance of N900 also tried your values but members reported that they don't work also tried thingonaspring idea by creating /home/user/.profile but once again members said it is better performance without it and now the patch is spread in some sites and gets good feedbacks and all what i want to do is to give people a better experience while using n900 and improve it after all it is my mobile too and i don't think chasing my A*s will help improving N900 instead if you got some good ideas to improve the patch (or anyone else) why not posting them there is no benefits for me |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
I agree with karam
|
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
i agree with karam too
|
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Think most of us agree with karam tbh.
Our batteries defintely do after script 5 was it ;) |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
then epitaph perhaps you should modify your developer fake message :p
EDIT: the proof that the patch is working is that it got 750 downloads and a lot of feedbacks from TMO members and for your values karam released a version specially for your god dam* values then members reported that they are useless or they decrease the performance that is why karam removed them later |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
but it worked with me directly
without the need to enable anything else |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Huge thanks. This script made it possible to have smooth multitasking SmartReflex enabled.
And as usual, epitaph is offering some popcorn. |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Quote:
Do you have N900 ?! Did you test Karam's script at all ?! Do you think that comments from all testers here are BS ?! 凸 |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Thanks every one for your support
and just like shanttu said epitaph will never change :) |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
He is still begging for donations for his script .....
|
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
he's on my naughty step (ignore list) so i don't see his remarks, always a drama lol :)
|
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Oh dear. Why can't we all just get along?
Or failing that, get a moderator :-) |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
*facepalm*
|
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
*facepalm*
|
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Hi. I moved the speedpatch to
/Nokia N900/ Then I ran the code in X-term. Everything seemed to work up until bash ./speedpatch.sh (After typing this line of code it told me to restart the computer rm speedpatch.sh ( something to do with cannot make directory or it already exist) /etc/rc.local (the directory is already exists or something) I cannot remember the error codes? I have rebooted the N900 How do i tell that these last two commands have been executed for the patch properly??? Thanks |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
@l33int13h
ls -l /dev/cgroup/cpu You should see a directory named applications, another named desktop and a bunch of files. If it says "file or directory does not exist" then the patch hasn't applied. |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Quote:
Quote:
Code:
/dev/cgroup/cpu/user/11601/task |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Hi thingsonaspring,
Quote:
Am I still to install .deb?? applications > cpu.rt_period_u > cpu.rt_runtime_ > cpu.shares > desktop > memory.failcnt > memory.force_em > memory.limit_in > memory.max_usag > memory.stat > memory.usage_in > notify_on_relea > release_agent > tasks > user Thanks, does the list above tell you it has worked?? ...most definately Web Browser is faster loaded *8 pages switching between each of them there didn't seem to be hardly any page tearing or slower page rendering, it seemed to appear almost instantly when scrolling the pages. The pages also seemed smoother even with quick switches between windows Phone application & contacts isn't as smooth as I though tho, maybe a tiny bit better slightly when scrolling. Other than that scrolling in e-mail application I have lots of cached emails & that definately feels a little bit smoother when scrolling through the emails, so does HAM. What is the result of running the transitions tweaks?? Will this also help make hildon faster?? What exactly so they do?? I was wondering how I can get the Power47 kernel installed when running X-term command apt-get power-kernel-flasher it says 54 unchanged files latest version already installed. But I already have Power46 installed = 2.6.28.10. Why can't I get Power47?? WIll installing that tracker tweak help?? |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
[QUOTE=karam;1044141]@matthew maude
why you need it so badly members says N900 performs better without it For my case i have apt-get installed some apps with in the .profile existence so all the apps installed started to lag until a reboot retested without .profile and they didn't lag anyway if you want i will send it to you with pm BTW :be a bit patient i will make a new thread just for testing these kinds of script to see what is the best one so far IMO i didn't see the best one yet not sure if you use aliases but thats where they're stored. i've had a suggestion for moving them so when i get the time i will try moving them so then i can try your patch :) if you don't use aliases then you're missing out on a valuable terminal tool ;) i wrote a guide a while ago but it clashes with your script, if i can move them without causing an issue with them i will write another guide and post it here |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
@Harick
the patch should be successfully applied in your N900 @1337INT13H the result of running the transitions tweak if you don't use theme-customizer (because theme-customizer) already uses the same tweaks this will make the movements between desktops and running apps seems to be smoother and faster to get kernel-power v47 apt-get install kernel-power-flasher after updating devel repo and if it didn't work restore the original kernel then reinstall the newest kernel-power NOTE : AFTER RESTORING THE DEFAULT KERNEL REBOOT THEN REINSTALL THE NEWEST KERNEL-POWER installing the tracker tweak : tracker usually takes up a lot a of memory if you got an image from bluetooth or any other way of transfers it's job is to index it in N900 and to make thumbnail of it so if you used the tweak (makes low memory mode) and throtle up to 10 you will notice less lags when receiving or downloading an image or song or video |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
that would be great matthew maude
@1337INT13H you are completely safe and i said ignore any resource device busy errors |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
hi, mr karam,
any chances i can download your patch directly from app manager soon... x terminal is not for me to 'handle'... tq |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
why
Quote:
|
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
@iscio
catorize is good too but apmefo has more features and more organizable |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Hello every one
i'm going to take a chance and make bash the default shell for N900 according to http://talk.maemo.org/showthread.php?t=68420 so it uses .bashrc (the default shell doesn't) and hope i get better performance will see what will happen i will test it for 3 days and reply back |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
Quote:
am not sure if it makes any difference. If the code from .bashrc is moved to .profile then it should work for all shell, bash, sh, ksh etc. |
Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
hope i wont be annoying for others with my post :p
i have read the first post that the latest patch has the battery issue solved in it but i am now having the issue with the latest patch . like the old patches worked fine and the day i added the latest patch my battery started draining quickly :$ |
| All times are GMT. The time now is 22:22. |
vBulletin® Version 3.8.8