![]() |
2010-09-04
, 16:53
|
|
Posts: 140 |
Thanked: 369 times |
Joined on Jun 2010
@ Ituzaingo, Argentina
|
#42
|
Just curious, why can't you just use the solution provided here?
http://talk.maemo.org/showpost.php?p...7&postcount=26
![]() |
2010-09-04
, 17:16
|
|
Posts: 140 |
Thanked: 369 times |
Joined on Jun 2010
@ Ituzaingo, Argentina
|
#44
|
![]() |
2010-09-04
, 18:10
|
Posts: 1,258 |
Thanked: 672 times |
Joined on Mar 2009
|
#45
|
![]() |
2010-09-06
, 01:19
|
Posts: 112 |
Thanked: 24 times |
Joined on May 2010
@ New Zealand
|
#46
|
I'm implimenting this with my small python script
My script has:
Radio Region change to world wide, vlaue 4
Swappiness level to 30
The script will automatically start up and activate those setting every reboot. So no need to touch rCS file.
Which avoiding people from breaking their device.
![]() |
2010-09-06
, 03:08
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#47
|
![]() |
2010-09-06
, 03:31
|
Posts: 230 |
Thanked: 39 times |
Joined on Jun 2010
|
#48
|
![]() |
2010-09-06
, 03:50
|
Posts: 56 |
Thanked: 1 time |
Joined on Nov 2009
|
#49
|
To anybody, who wants changing swappiness or rcS, I repeat here -
I highly recommend to anybody who wants to change rcS - instead of that just create a file /etc/event.d/somename with following lines:
... and insert any another wished lines after "echo 30" and before "end script"Code:# my somename fix start on started rcS-late script echo 30 > /proc/sys/vm/swappiness end script
This would not corrupt your N900 in case of problem and it allows the next Nokia OTA upgrade.
![]() |
2010-09-06
, 03:50
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#50
|
http://talk.maemo.org/showpost.php?p...7&postcount=26