![]() |
2011-03-01
, 19:40
|
Posts: 1,101 |
Thanked: 1,185 times |
Joined on Aug 2008
@ Spain
|
#161
|
![]() |
2011-03-01
, 23:59
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#162
|
That is correct. It's a remaining issue I still haven't fixed because... only happens at shutdown and it is really hard to debug since there is no console to dump messages at.
The Following User Says Thank You to auouymous For This Useful Post: | ||
![]() |
2011-03-02
, 01:49
|
|
Posts: 1,076 |
Thanked: 176 times |
Joined on Mar 2007
|
#163
|
![]() |
2011-03-02
, 15:52
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#164
|
![]() |
2011-03-02
, 17:58
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#165
|
![]() |
2011-03-02
, 21:35
|
Posts: 1,101 |
Thanked: 1,185 times |
Joined on Aug 2008
@ Spain
|
#166
|
Hey Mac, I've been using this cute little script extensively for quite some time. It always worked 100% of the time.
http://talk.maemo.org/showthread.php?t=70091
Since installing DT now, many times it just goes back to the same screen I was on.
It's almost like my hardware keys are automatically doing a double tap or something.
Can you explain this?
"matchbox-remote -next" F7 "matchbox-remote -prev" F8
The Following User Says Thank You to maacruz For This Useful Post: | ||
![]() |
2011-03-03
, 08:46
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#167
|
![]() |
2011-03-03
, 12:33
|
Posts: 96 |
Thanked: 105 times |
Joined on Aug 2006
@ Finland
|
#168
|
![]() |
2011-03-03
, 18:14
|
Posts: 42 |
Thanked: 18 times |
Joined on May 2009
@ Fairport, NY, USA
|
#169
|
sysctl -w vm.swappiness=25 sysctl -w vm.min_free_kbytes=1024 swapon /dev/mmcblk1p2 swapoff /media/mmc2/.swap
The Following User Says Thank You to jwernerny For This Useful Post: | ||
![]() |
2011-03-03
, 19:26
|
Posts: 1,101 |
Thanked: 1,185 times |
Joined on Aug 2008
@ Spain
|
#170
|
I finally had time to take a proper look at this. Installed today, seems to work fine.
But one bug, one of the postinst scripts, I think it was for the kernel package, complained about missing python. I don't have that installed and the package didn't require it. It did still install fine.
echo -e 'import struct\n\ f=open("'"/usr/share/Diablo-Turbo/backup/zImage-backup"'","r+")\n\ f.seek(0x2C)\n\ l=struct.unpack("i",f.read(4))[0]\n\ f.seek(0)\n\ f.truncate(l)\n\ f.close()'|python -