Maybe they were posting from their Zaurus and turned it into a brick.
Most of the time I do post from my Z, so I guess that could be a problem if I do brick it...though so far I have always been able to flash the sharp rom back on so taht I have a working Z again.
Alright for those interested here is where I am at currently...I have gpe working, some of the configuration apps are not working such assigning what the buttons do, fn key does nto work so no numbers through the builtin keyboard(uses the unscreen for now), I am able to suspend using "apm -s" though it always logs me out when I resume, and the biggest problem I have that I am workign on trying to get around is that the built in wifi is powered off and I cna not power it on with OZ as of yet.
A short discription of the problem is that sharp powers the usb wifi card on and off when it is used. The z boots up the wifi card off. Sharp uses /sbin/usbctl {on|off|status} {0|1} to turn the card on and off...the program is sending something to /dev/usb/host-ohci...
I have figured out eh usb host adapter is 0 and the wifi card is 1...The program will run on my gpe image but since I have nto created /dev/usb/host-ohci it gives me file not found...
Any one with ideas?