uplink
Administrator
Guru
    
Posts: 185
Linux and LinuxMCE witchdoctor
|
 |
« Reply #30 on: July 27, 2010, 02:56:34 am » |
|
I committed changes in SVN to allow building of both arm and x86 targets. I updated the wiki as well.
|
|
|
|
|
Logged
|
|
|
|
|
sambuca
|
 |
« Reply #31 on: July 27, 2010, 09:29:28 am » |
|
The orbiter also runs on a supposedly WinCE 6.0 device, the Toshiba Journ.e Touch. The device is quite cheap , but is just as quick as the web orbiter 2.0 on Firefox on a regular laptop.
best regards, sambuca
|
|
|
|
|
Logged
|
|
|
|
|
posde
|
 |
« Reply #32 on: July 27, 2010, 09:59:11 am » |
|
[..]Toshiba Journ.e Touch. The device is quite cheap[..]
250EUR is not quite cheap anymore, with comparable Androiod based devices selling for < 100EUR
|
|
|
|
|
Logged
|
|
|
|
|
sambuca
|
 |
« Reply #33 on: July 27, 2010, 05:01:04 pm » |
|
Well, your absolutely right. But on the Norwegian market, it's one of the more reasonable priced devices I've found that ships at this time. Or maybe I just didn't search good enough  br, sambuca
|
|
|
|
|
Logged
|
|
|
|
uplink
Administrator
Guru
    
Posts: 185
Linux and LinuxMCE witchdoctor
|
 |
« Reply #34 on: July 27, 2010, 05:21:01 pm » |
|
So far so good. Basically we have Orbiters for a whole slew of devices now. Waiting for information on the WebDT 366 (which is x86-based, and I don't have one of these).
|
|
|
|
|
Logged
|
|
|
|
|
|
|
wierdbeard65
|
 |
« Reply #36 on: July 28, 2010, 02:43:58 pm » |
|
Humm, just followed you link. Top 4 returned items were: - 7 SCREEN PROTECTOR For iPod Touch 2 3 2G 3G CLEAR GUARD
- Set of 7 Laminated Chakra Cards - Reiki, Healing Touch
- Olay total effects touch of Sunshine 7-in-1 DEEP 50ml
- OIL OF OLAY 7 total effects touch of sunshine SPF 15
 Something tells me e-bay is getting just to WILD!!!! 
|
|
|
|
|
Logged
|
|
|
|
|
hari
|
 |
« Reply #37 on: July 28, 2010, 02:59:55 pm » |
|
I want the chakra cards please
|
|
|
|
|
Logged
|
|
|
|
|
posde
|
 |
« Reply #38 on: July 28, 2010, 03:05:48 pm » |
|
Humm, just followed you link. Top 4 returned items were: [..]Something tells me e-bay is getting just to WILD!!!! That happens if someone clicks on a provided URL, instead of copying and pasting it. It seems our forum software cut the link before the category.
|
|
|
|
|
Logged
|
|
|
|
uplink
Administrator
Guru
    
Posts: 185
Linux and LinuxMCE witchdoctor
|
 |
« Reply #39 on: July 28, 2010, 11:15:24 pm » |
|
Humm, just followed you link. Top 4 returned items were: [..]Something tells me e-bay is getting just to WILD!!!! That happens if someone clicks on a provided URL, instead of copying and pasting it. It seems our forum software cut the link before the category. Worked for me when I clicked from e-mail, and was surprised to see that the URL was split at the asterisk in the forum. http://search.eim.ebay.no/Tablet%20Computers/171485-2?Query=7%22+touch*&CatLevel=2&Site=999
|
|
|
|
|
Logged
|
|
|
|
|
hermanvh
|
 |
« Reply #40 on: July 30, 2010, 01:52:28 pm » |
|
I build the Touchorbiter for x86 and installed it on a webdt366 with WinCE 5.0.
When starting the application it reports "No a valid Win CE application" and aborts.
Any Clue?
BR Herman
|
|
|
|
|
Logged
|
|
|
|
uplink
Administrator
Guru
    
Posts: 185
Linux and LinuxMCE witchdoctor
|
 |
« Reply #41 on: July 31, 2010, 06:02:26 pm » |
|
I build the Touchorbiter for x86 and installed it on a webdt366 with WinCE 5.0.
When starting the application it reports "No a valid Win CE application" and aborts.
Any Clue?
BR Herman
Well, I do think it says "experimental" for x86. You did copy the x86 directory, right? Here's a list of DLLs to look for: * COREDLL.dll * AYGSHELL.dll * WS2.dll See if you have these in your Windows installation. If one of them is missing, you'd get that error message (I think). Aygshell.dll would stand a change of not being there, in which case you don't have tap-and-hold gesture support and the code needs a small change (to use right click instead or something).
|
|
|
|
|
Logged
|
|
|
|
|
hermanvh
|
 |
« Reply #42 on: July 31, 2010, 07:27:56 pm » |
|
Uplink,
I checked the mentioned files, they are all available. When I remove one of the dll I get a message about missing files, so I do not think this is the problem.
I created a helloworld program with cegcc, which works fine on the webdt. Also the examples provided by the zlib and jpeg lib run fine. However the example pngtest provided by libpng fails with the same message. So I assume the problem is in this library. I added the following settings to the makefile.... MINGW_CCFLAGS="-DPNG_CONSOLE_IO_SUPPORTED -D_WIN32_IE=0x0400 -D_WIN32_WCE=0x0420" ALIGN="-falign-loops=2 -falign-functions=2
but no difference... continue to investigate... but help is appreciated.
|
|
|
|
|
Logged
|
|
|
|
uplink
Administrator
Guru
    
Posts: 185
Linux and LinuxMCE witchdoctor
|
 |
« Reply #43 on: July 31, 2010, 08:22:01 pm » |
|
Hmm... I wonder if I forgot to change a hardcoded compiler somewhere. Need to check if everything is built with the x86 compiler and nothing with the arm compiler.
|
|
|
|
|
Logged
|
|
|
|
|
Crawtech
|
 |
« Reply #44 on: August 03, 2010, 04:32:32 am » |
|
Hi all
I have al;so found you need texinfo installed
apt-get install texinfo
|
|
|
|
|
Logged
|
|
|
|
|