maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900 (https://talk.maemo.org/showthread.php?t=73315)

karam 2011-07-01 23:48

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
EveryOne
i Have released the final version of speedpatch

go and read post number 1

EDIT :
Good night every one
3 am in my place :p

Seker_94 2011-07-02 00:06

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
Thank you karam for the million time of you effort and work
installed this new patch
and certanly faster and smoother than the older patch

thanks again

PS: this patch worths all the tweaks ever released for n900
also PC

adhrie 2011-07-02 00:13

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
for the instructions for installing the newest speedpatch
why make a new directory (usr/local/sbin) while it already exist?

i think it supposed to be changing directory to usr/local/sbin so the command should be

cd /usr/local/sbin

and the rest works without problem

Dark_Angel85 2011-07-02 00:20

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
karam...

just to confirm, after installing the patch in post #5, i still do the:
-----------------------------------------
sudo gainroot
----------------------------------------
rm /home/user/.profile
mv /root/.profile.bak /root/.profile
----------------------------------------

right? or skip?

Seker_94 2011-07-02 00:43

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
adhrie
not all people have /usr/local/sbin
i had troubles because i didn't have this directory
but karam told me before to create it

Dark_Angle85
i think you should skip it
becuase karam didn't say to it
and it is mentioned in the uninstalling older patches instructions

meLi 2011-07-02 01:14

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
After run speedpatch.sh i got like this. This is correct with some errors.

------------
Nokia-N900:/home/user# ./speedpatch.sh

Patching [/root/.bashrc]...

Adding the patch...
if [ "$PS1" ] ; then
mkdir -p -m 0700 /dev/cgroup/cpu/user/$$ > /dev/null 2>&1
echo $$ > /dev/cgroup/cpu/user/$$/tasks
echo "1" > /dev/cgroup/cpu/user/$$/notify_on_release
fi

Patching [/etc/rc.local]...

cat: can't open '/etc/rc.local': No such file or directory
Adding the patch...
cat: can't open '/etc/rc.local': No such file or directory
Making backup of /etc/rc.local in /etc/rc.local.backup.txt
cp: cannot stat '/etc/rc.local': No such file or directory
sed: /etc/rc.local: No such file or directory

#========== 200 lines kernel patch alternative ============
mkdir -p /dev/cgroup/cpu
mount -t cgroup cgroup /dev/cgroup/cpu -o cpu
mkdir -m 0777 /dev/cgroup/cpu/user
echo "/usr/local/sbin/cgroup_clean" > /dev/cgroup/cpu/release_agent
#====================================

Making [/etc/rc.local] executable


Creating [/usr/local/sbin/cgroup_clean]...

#!/bin/sh
if [ "$*" != "/user" ]; then
rmdir /dev/cgroup/cpu/$*
fi

Making [/usr/local/sbin/cgroup_clean] executable

DONE. The patch has been applied. Restart your computer...
----------
TQ

stooobs 2011-07-02 01:38

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
when installing the final patch i get ./speedpatch.sh not found and etc/rc.local not found which dosent make must sense to me after chmod command any ideas i followed the 1st post copy and past as sudo gainroot and never had a problem with the other scripts except for epitas script
side note when using the command to backlist the battrey modual it just coppied a extra command to the backlist folder and had to use file box to add the # manualy i found better results with kernal 47 battrey modual anyway cheers

carbonjha 2011-07-02 01:49

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
When I run speedpatch.sh I got this error

/home/user # ./speedpatch.sh
/bin/sh: ./speedpatch.sh: not found

bobbydoedoe 2011-07-02 03:05

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
thanks for your script, with oc the phone feels like another beast. night and day difference. thanks again for your hardwork

Dark_Angel85 2011-07-02 04:06

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
why do you try to run speedpatch.sh? just following first post instructions will suffice

kralde 2011-07-02 04:26

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
-when I install the speedpatch.sh file i get "line 16: syntax error "(" unexpected"

:S?

PhopsonNY 2011-07-02 04:34

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
I am noticing increased memory usage with this patch...

Anyone noticing this?
Advanced power monitor show two memory bars constantly...
It used to rest at one bar at idle

lsolano 2011-07-02 04:47

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
I'm getting too some problems recently reported. I though it was because I was trying to install the patch via ssh, and when login in, I got into /root instead of /home/user. However, running it from console, I've got the same error.

Anyway, I'll wait for the developer to see if there is a fix and then, and I'd be glad to test it again.

Oboroten 2011-07-02 05:55

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
Quote:

Originally Posted by kralde (Post 1043146)
-when I install the speedpatch.sh file i get "line 16: syntax error "(" unexpected"

:S?

Try this
Code:

bash speedpatch.sh
For me it works :)

dh3x 2011-07-02 05:55

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
Karam,

In the latest instruction:
INSTALLING THE NEWEST PATCH

3-) Apply The patch:

/etc/rc.local

What does the last line do?

ashujanu 2011-07-02 07:04

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
./speedpatch.sh

./speedpatch.sh: not found

and

/bin/sh: /etc/rc.local: not found

help ...

XaTeTb 2011-07-02 07:22

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
Quote:

Originally Posted by ashujanu (Post 1043182)
./speedpatch.sh

./speedpatch.sh: not found

and

/bin/sh: /etc/rc.local: not found

help ...

apt-get install bash
bash speedpatch.sh

zurrain101 2011-07-02 08:52

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
hey after this line i get error chmod +rwx /etc/event.d/speedpatch
./speedpatch.sh it says no such file or directory

trisha02 2011-07-02 09:17

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
mistakenly i hav installed Faster kinetic scrolling in app menu (PR1.2) on PR 1.3...plz how to uninstall it..its dead slow and its showing cssu as broken...plz help

cutehunk04 2011-07-02 09:22

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
what is the difference between alternative and the newest patch...and before installing the new update patch should i remove the alternative patch 1st or can over-right it

trisha02 2011-07-02 09:33

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
mistakenly i hav installed Faster kinetic scrolling in app menu (PR1.2) on PR 1.3...plz how to uninstall it..its dead slow and its showing cssu as broken...plz help

corduroysack 2011-07-02 09:48

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
n900 still smooth and responsive, uptime is now 16 hours. my cpu/mem applet always shows 2 bars on the memory. so no worries there battery usage is as good as it ever is might be slightly better tbh. i'm not using the transition that was in the patch don't know if this makes any difference to performance as i use the transition time changer is cssu tuner and i prefer the transition.ini i got from some thread on here. all good here Karam nice one :)

trisha02 2011-07-02 09:51

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
will any1 help to solve my problem/

karam 2011-07-02 09:52

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
AArh
once again

why you guys making it so complicated

answers

1-)should i remove the alternative patch 1st or can over-right it
yes you should and i mentioned it
in the THINGS MUST BE DONE FOR PEOPLE WHO HAVE APPLIED OLD PATCHES

2-)./speedpatch.sh not found
that means you haven't downloaded and unextracted the patch
YOU MUST DOWNLOAD THE ATTACHMENT AND PUT IT IN MyDocs

MyDocs = The place where you see if you connect usb to your N900

For other commands

just copy and paste

3-) Some people asking what does /etc/rc.local do
it activates the patch without reboot
although a reboot is recommended

BTW
Some people managed to get the patch working
why some others don't
this is confusing

PS: Copying the codes is very case sensitive
ex :

./speedpatch.sh (it is correct)
BUT
./speedpatch.sh (will say not found) because i made a space here

Otherwise if still not working for some people
try

sh speedpatch.sh
instead of

./speedpatch

topet2k12001 2011-07-02 09:58

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
HI Friends,

I just installed this. Overall I haven't noticed any major speed-up, but I'll continue to monitor. On the other hand, I have noticed that scrolling through a long conversation (SMS) seemed faster though (I'm using a customized Conversation Theme). :) Prior to installing this speed patch, whenever I had to scroll through a long Conversation (with a customized Conversation Theme), I had to wait for the N900 for a few seconds before it continues to scroll. Great work!

karam 2011-07-02 09:59

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
@trisha02

if you have installed hildon-desktop
the fast kenitic
then
disable all repositories
and only enable the cssu one

then open xterm

apt-get -f install

although i'm not sure if it is enough because i don't hold yoyr N900 in my hands

trisha02 2011-07-02 10:01

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
sriously..plz..solve my problem any 1..plzzzzzz

Seker_94 2011-07-02 10:03

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
topet2k12001

believe you will notice
in my case i don't use sms alot so didn't notice improvements in it
but i use multitask with a lot of web pages
and i have noticed a huge improvement
also the transmition app (torrent downloader)
before the patch it used to hang up my phone comletely
but now i'm able to work on my phone while transmission is on

Seker_94 2011-07-02 10:04

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
trisha02
see the post in the previous page by karam
he suggested a solution

topet2k12001 2011-07-02 10:11

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
Quote:

Originally Posted by Seker_94 (Post 1043263)
topet2k12001

believe you will notice
in my case i don't use sms alot so didn't notice improvements in it
but i use multitask with a lot of web pages
and i have noticed a huge improvement
also the transmition app (torrent downloader)
before the patch it used to hang up my phone comletely
but now i'm able to work on my phone while transmission is on

Thanks...I guess how we will notice the speed will depend on how we individually use the N900. In my case I don't do a lot of multi-tasking (i.e. opening a lot of web browsers); it may benefit others. While in my case I do a lot of texting so that's where I noticed the improvements. Overall it's great work. :)

EDIT:

Quick question on transitions.ini...so I have Theme Customizer installed. As per the instructions, I need to do this:
Code:

#enable root

sudo gainroot

#save a copy of the transitions.ini located at /opt/theme-customizer/ by renaming it with ".bak"

cp  /opt/theme-customizer/transitions.ini  /opt/theme-customizer/transitions.ini.bak

#copy karam's transition.ini (initially saved in "MyDocs") to /opt/theme-customizer

cp /home/user/MyDocs/transitions.ini /opt/theme-customizer/

#and then restart/reboot the N900

It seems that there was no effect.

I tried doing the same set of instructions (this time trying another transitions.ini file...one that I know has a different set of visual effects) and rebooted...still the changes didn't take effect.

Or perhaps if I overwrite the transitions.ini located at the following, it will work?

Code:

/usr/share/hildon-desktop/
or

Code:

/usr/share/themes/<your theme folder>/
Thanks in advance. :)

jpala16 2011-07-02 10:19

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
@karam
@trisha02

I'm facing the same problem as trisha02.
Didn't work the command "./speedpatch.sh". I noticed that the output starts with a "/bin/sh" and that the script starts with "#!/bin/bash". So I thought that this was why xterm said it couldn' t find the script.
In the end I tried changing the script to "#!/bin/sh" and the other way: executing "sh speedpatch.sh".
Both ways I get "./speedpatch.sh: line 16: syntax error: "(" unexpected" and "speedpatch.sh: line 16: syntax error: "(" unexpected", respectively.
I guess that parenthesis is the one on "function PARCHEAR ()", but I don't have any f...ing clue.
Thanks @karam or any of you friends in advance.

trisha02 2011-07-02 10:20

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
Quote:

Originally Posted by karam (Post 1043261)
@trisha02

if you have installed hildon-desktop
the fast kenitic
then
disable all repositories
and only enable the cssu one

then open xterm

apt-get -f install

although i'm not sure if it is enough because i don't hold yoyr N900 in my hands

i did what u sed...it installed the hildon desktop..but its still the same..its dead slow..i installed the package -hildon-desktop_kinetic_2.2.140-1+0m5_armel.deb
it came downgrading hildon but i gave yes...thats when it started

corduroysack 2011-07-02 10:33

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
@trisha02
tbh i'd follow all instructions to remove and start again from the begining. this is simple cut and paste stuff. :)

jpala16 2011-07-02 10:35

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
I installed "bash3" that is on the repositories and that made it.
I had to execute "bash-setup" and "n" to all questions. Then i had xterm again, executed "./speedpatch.sh" et voila!!
Try that trisha02! Don't post if it works, just press thanks, ;)

trisha02 2011-07-02 10:37

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
i followed instruction 7 from>>>> http://shootspeak.com/2010/12/05/nok...rmance-tweaks/

and my n900 became slow..its fast in evry sense but when i press the menu button..the appleactions appear very slowly..how to deinstall this..

corduroysack 2011-07-02 10:38

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
@trisha02
have you got bash installed?

trisha02 2011-07-02 10:42

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
yes..i installed bash..apt-get install bash....i dint hav this poblem untill i installed this>>http://mohammadag.xceleo.org/public/...+0m5_armel.deb...

corduroysack 2011-07-02 10:45

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
i haven't got that installed so can't comment. have you tried removing/purging it? tbh this is going way to deeper than what i know. sorry

trisha02 2011-07-02 10:51

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
everything else works faster...its just that when i rap the menu option on the top right of my home screen the menu appears very slow..and when i tap on a category the apps in that category appears slow..no i dont know how to remove it..i did apt-get install -f and it installed hildon-desktop

trisha02 2011-07-02 10:52

Re: [ANNOUNCE] Super Script + Tweaks To Speed UP N900 Dramatically (FINAL VERSION)
 
sry guys..problem solved...i followed this one which made all the problems>>>>>>3.5. Enable smoother transitions by enabling GPU hardware sync

Enabling this can make a noticeable difference in perceived smoothness of screen transition effects. It may work perfectly or may cause your N900 to hang during certain transitions. (If it hangs, just reboot and disable it)

To enable: (you will need roosh and leafpad installed first)

1. Go to xterminal
2. type root
3. type leafpad /etc/powervr.d/hildon-desktop.ini
4. Change 0 to 1 and save
5. Reboot

i changed it back to zero and it was solved..thanks for ur tym al of you..love u all


All times are GMT. The time now is 13:20.

vBulletin® Version 3.8.8