Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - YoG

Pages: [1]
1
Zaurus - pdaXrom / Pdaxrom And Kexec
« on: August 14, 2009, 04:28:55 pm »
Hi,
I was wondering if I could install pdaXrom on a partition on my SD card and boot it using the kexec rom, just like I'm doing with Zubuntu and Angstom.

Thanks,

YoG

2
Angstrom & OpenZaurus / Openzaurus.org Domain Expired
« on: April 29, 2009, 02:53:45 am »
Hi,

I wanted to reflash OZ yesterday and I found out that OpenZaurus.org domain expired. I eventually found the hentges mirror and was able to install from there...
Is there another way to connect to the openzaurus website?

Thanks,

3
OpenZaurus/Opie/Qtopia / Native Development
« on: August 29, 2006, 01:07:54 pm »
Hi,
I've seen hrw's message that native development should work.
So I went and installed:
gcc
binutils
and libc6-dev.
and compiled helloWorld.c with out a problem (and it even runs!)
Code: [Select]
#include

int main(void)
{
     printf("Hello World!\n");
     return 0;
}


Now I wish to compile some apps for opie (with gui and everything...) the question is:
is it possible?
and if it is:
how?

Thanx,
YoG.

4
Angstrom & OpenZaurus / Problems Running Openttd - Solved
« on: April 23, 2006, 02:30:44 pm »
Hi,
I'm trying to install openttd from the feed (openttd-0.4.0-r0). I added the missing files from the original ttd, but when I try to run it, i get:

Error: No available language packs
Your sample.cat file is corrupted or missing!

any ideas?

5
Angstrom & OpenZaurus / Hinge Suspend - Alarm Problem.
« on: March 20, 2006, 05:03:15 am »
Hi,
does anyone knows a script command to disable the suspend when closing the hinge (on C7x0)?

I tried:
Code: [Select]
setSuspendOnOff(bool) false
I also tried:
Code: [Select]
qcop QPE/System 'setScreenSaverMode(int)' 2
qcop QPE/System 'setScreenSaverIntervals(int,int,int)' 0 0 0
which disable the dim/blank/suspend timeouts, but when closing the hinge the Z immidiatly went to sleep...

My problem is that when the "suspend when hinge is closed" option is on and the hinge is closed, the kopi-alarm doesn't work. when I disable this option everything works fine...

Thanx,
YoG.

Pages: [1]