OESF Portables Forum
Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => 5x00 General discussions => Topic started by: jason123 on August 07, 2007, 04:55:55 am
-
I'm running Hentges 3.5.4.1 rom, with lots of cool stuff added after the fact ... but when i hold cancel to suspend my Z, it freezes and I have to flip the battery switch. Not cool. Anyone else have this problem, know how to further troubleshoot it, or even fix it?
-
I'm running Hentges 3.5.4.1 rom, with lots of cool stuff added after the fact ... but when i hold cancel to suspend my Z, it freezes and I have to flip the battery switch. Not cool. Anyone else have this problem, know how to further troubleshoot it, or even fix it?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165881\"][{POST_SNAPBACK}][/a][/div]
Yes, it was a VERY BIG problem for me. That is why I do not use that ROM anymore.
Chris--
-
I'm running Hentges 3.5.4.1 rom, with lots of cool stuff added after the fact ... but when i hold cancel to suspend my Z, it freezes
That's the old suspend bug. Suspending with the menu works OK using that Kernel and Image.
-
is there any way to hack around that?
-
Yes, there's a workaround...
Put this in a file (suspend.sh):
#!/bin/sh
echo 1 >/proc/sys/pm/suspend
Now make an entry for the launcher (e.g. for the Settings tab in /opt/QtPalmtop/apps/Settings/suspend.desktop):
[Desktop Entry]
Exec=/path/to/suspend.sh
File=Unknown
Icon=exit
Type=Application
Name=Suspend
Now you have to suspend your Z using this entry in the launcher or in the Opie menu.
You have to reload the icons for the entry to appear.