Well yes it was the Droidora project. I haven't uploaded the thesis anywhere, also it's in German so I guess the majority won't be able to read it anyway.
Ever since I got my Pandora I hardly use it. My latest endeavour with it was replacing the screws I kind of ruined myself after opening the case to remove some residue from one of the ABXY buttons. I'm still stuck with a bad wifi (compensated by an adaptor), a red stuck pixel on the screen that...
Well I looked into cmath and at those lines it's actually undefining all those stuff. So I guess it hasn't been defined at all.
Here's where it gets undefined:
#ifdef _GLIBCXX_USE_C99_MATH_TR1
#undef acosh
#undef acoshf
#undef acoshl
#undef asinh
#undef asinhf
#undef asinhl
#undef...
Okay I'm confronted with a new problem. Tried upgrading the libc6 package from the Angstrom repository. I got a segmentation fault and now I can't run the PND from the EXT2 (OS) partition anymore. It starts fine from the FAT32 partition. Moving it to, say, /usr/pandora/apps or my home folder...
Okay I reverted back to my old state of having one partition for the OS (ext2 this time) and one for my data (fat32 again). I decided to just drop the PND into my home folder to run it from there via pnd_run and it seems to work now. Guess I'll do the coding stuff from there then. Thanks for...
Okay I can't find a way to get PNDs work when I have only the OS partition. Whether I put them into /usr/pandora/apps or /pandora/apps, they don't get recognized. I've been told it should work, but it doesn't. I think I'll just give up.
Now that I think about it, when my OS uses ext3 and the PND wants to create he lockfile for opkg in /mnt/utmp/cdevtools1000//usr/lib/opkg/, shouldn't that work then?
Well the file system for the OS is ext3 and the data partition (where I have the pandora folder on) is fat32, for the case I want to access data from Windows. But since I mostly use Xubuntu now for most of my work and Windows for gaming, I think I can just repartition it.
I'll test it.