Windows embedded ce 6.0 options - General Questions and Answers

Hi guys,
Recently I've aquired an windows embedded ce 6.0 r3 device. I've busted my *ss off trying to understand what this thing is all about but I'm getting really fustrated with the mixed explanations ht einternets throw at me. So far I haven't been able to come up with any decent results regarding what windows embedded can actually do for ME, not some high end superuser.
Okay, so after searching I know now, windows mobile and windows ce are not the same. Windows mobile runs on windows ce. windows ce cannot (without mods) run windows mobile apps. Windows ce apps can't be found freaking anywhere (i tried wince 2003/5 apps, but they all don't seem to work).
So, I'm close to giving up here. Is there something I'm missing? Can anybody tell me what the heck this thing CAN run?
What I was wondering, seen windows mobile is running 'on' wince, isn't it possible to flash windows mobile 6.5 ONTO it somehow? Because atleast that I'm familiar with..
any help would be greatly appreciated,
Dylan
P.S. Some specs of the thing are telechip arm11 800mh 256 ram 800x480 res 7" touch screen.

no? Nobody...?

Drive yourself nuts with this.......
OK, just for you, a specially adapted CE version of 5x5, originally released here.
http://forum.xda-developers.com/showthread.php?t=509413
It required a bit of fine tuning, as the menu appears across the top of the screen, not like Pocket PCs, along the bottom. I had to change the logic a bit, to get it to centre in the screen.
During Demo mode the caption of the second menu option should change from 'Reset' to 'Cancel'. I'm working on it.
Don't try this on your Phone device, the display will be awful. Use the link above. This is for CE ARM processors only. It's compiled for ARM4, the lowest common denominator, so it should run on any ARM powered CE device.
Right, fixed the menu state changes as mentioned above, as it's CE, it's back to good old SetMenuItemInfo() to do the donkey work. WinMo lets you send TB_SETBUTTONINFO messages, to do the same job, as they are actually buttons. CE is far more basic.

Related

Windows CE 6.0

Hey
Does anyone have any information, including pictures if possible, of the new windows mobile OS, Windows CE 6.0?
On some reviews it states that you can find out about it at www.microsoft.com/windowsce but it looks like Microsoft have rearranged their sites... this just leads to the CE homepage, talks about 5.0 but no other.
I know it's not out yet... apart from the VS Dev tools, but was just wanting to see an insight before its eventual release.
Cheers!
I am very interested in seeing this too. I have seen many threads about creating custom ROMs. I would hope that if this OS has all MS promises, that someone would create ROMs for the phones in this forum based on the new kernal, if possible. Licensing issues aside...
Is this "hot" OS will be based on Real time system?? I too want to know more about it.
http://www.microsoft.com/presspass/press/2006/may06/05-08CE6PreviewPR.mspx
micrsooft press release - although only beta to peopel who attended the show - im sure its leaked somewhere though!
Freedom said:
http://www.microsoft.com/presspass/press/2006/may06/05-08CE6PreviewPR.mspx
micrsooft press release - although only beta to peopel who attended the show - im sure its leaked somewhere though!
Click to expand...
Click to collapse
If anyone knows where I can get/buy this beta release, that would be great
The site gives a link at the bottom for more info... but that redirects you, and I can't find any info there... :-(
You know that Windows CE and Windows Mobile are Microsoft's names for two different products now, right?
Phones don't and will not run Windows CE.
Also, I read that Microsoft is seriously behind the competition with development of a real-time OS, such as would be suitable for handsets that use a single chip for radio and a main processor. Like, it's 18 months away, at best.
Meanwhile, SE and Nokia already have single-chip phones on the market, running a real-time version of Symbian.
bobgorila said:
You know that Windows CE and Windows Mobile are Microsoft's names for two different products now, right?
Click to expand...
Click to collapse
Are they? I was reading a review from Microsoft's own site saying that Windows CE 5.0 is also known as Windows Mobile 2005; and that the next version (it gave a codename but I can't remember it) will be Windows CE 6.0. ???
CE is the core
which mw is based on
so it's not the same
but they are connected to be sure

questions about meizu m8 window

can we change the window from windows ce 6 to window 6 for pocket pc ??
this question is important because i heared that window ce 6 don't capable with most of pocket pc programs , is it true ??
and what is the solution if we can't change it
thanks in advance
Interesting!
Is that thing even out yet? The first few articles found by google said nothing about the OS.
In any case the answer is no.
First off Windows Mobile 6 (the PPC version) is not based on CE 6 but on CE 5.2 so even if you could dump the ROM and extract the drivers they would be completely incompatible.
And yes it is true - Windows CE is missing a few components windows mobile apps require.
But given the huge difference in architecture between CE 5 and 6 I am not sure it will be backward compatible even with CE 5 apps.
i was thinking about that too
iv been checking out that phone my self and i found a seller heres what its said "hello the item $220". in my email i asked more qestions though but heres the sellers link http://90nike.en.alibaba.com/produc..._N91___N76___8800___KE850___1100___F700_.html
thanks alot to levenum and llmo128 for your replays .
for more information about it go to :
http://www.meizume.com/showthread.php?t=2363
if we can't setup alot of programs in win 6 ce , can we setup a new win 6 on the pocket instead of win 6 ce
thanks in advance

I want to make programs for HTC Touch Pro (WM 6.1)

Hey guys,
I am a programmer at heart and have developed in many different languages(C,C++,Java,PHP,ASP...). I want to begin developing applications for the Touch Pro (WM 6.1) but I have no idea where to start. My biggest fear is downloading the WM 6.1 emulator messing around with it for weeks only to find out that's not what I should have been using. Can anyone give me some pointers as to where I should start? Are there any tutorials out there for programming for this phone?
I also noticed that the WM 6.1 emulator didn't support the 480x640 resolution that the HTC Touch Pro uses...
Thanks!
Airhead315 said:
Hey guys,
I am a programmer at heart and have developed in many different languages(C,C++,Java,PHP,ASP...). I want to begin developing applications for the Touch Pro (WM 6.1) but I have no idea where to start. My biggest fear is downloading the WM 6.1 emulator messing around with it for weeks only to find out that's not what I should have been using. Can anyone give me some pointers as to where I should start? Are there any tutorials out there for programming for this phone?
I also noticed that the WM 6.1 emulator didn't support the 480x640 resolution that the HTC Touch Pro uses...
Thanks!
Click to expand...
Click to collapse
I use Microsoft Visual Studio 2008 + Windows Mobile 5.0 SDK + Windows Mobile 6.0 SDK to develop....and this book "Programming Microsoft Windows CE .NET, Third Edition". Its for c/c++, from basics to create drivers, services, etc
Dani
danielherrero said:
I use Microsoft Visual Studio 2008 + Windows Mobile 5.0 SDK + Windows Mobile 6.0 SDK to develop....and this book "Programming Microsoft Windows CE .NET, Third Edition". Its for c/c++, from basics to create drivers, services, etc
Dani
Click to expand...
Click to collapse
Do you know of an emulator for the HTC Touch Pro? I downloaded a program that I know works, and was able to compile and run it on my phone but when I tried to run it with the emulator it was missing the HTCSensorSDK.dll file... something fairly new i presume. I tried default emulator and the Windows Mobile 6 Professional VGA emulator but I was wondering if there was one available for this phone yet.
I want to know the same thing
If/when you find an answer to this I would love to hear about it or see a post on it. Thanks.
There's no such thing as a software-only emulator for the Raphael's hardware, that would be incredibly complex to create for such a task
What the developers use is called a "Board Support Package" - it basically contains all the raphaels hardware, in a PCI card that gets installed in a slot in the computer.. that way all the drivers, etc can be loaded and everything can be tested as it would be on the phone itself.
There's pretty much not a chance in heck of you getting one of those (although if you do, send one my way, I would love to have one )
The emulators are useful for testing generic software that does not tie into any of the features that require raphael hardware. There should also be emulator images to support all resolutions (qvga square, qvga, vga, not sure about wvga/wqvga)
And, here's the link: http://www.microsoft.com/downloads/...52-f89e-4354-84ce-5d19c204498a&displaylang=en
Looks like it does in fact come with wqvga and wvga emulators
Note that you can use an emulator kitchen to add SOME of the htc stuff to the ROM image, but none of the drivers that support the htc hardware will function.

How do I use Windows Mobile apps on a Windows CE 6.0 device?

I just bought a Windows CE 6.0 device called the A81 MID that has the following specs
7 inch 800x480 lcd screen
Arm Cortex A8 600mhz
256mb ram
WinCE 6.0
I bought this thinking since i can use alot of wince apps on WM phones it would work the other way around too
Im trying to install Skyfire and Opera on the device because IE sucks on this device.
Every time I try to install a .cab ile I get the error "not a valid windows ce setup file"
Whats strange is that a lot of programs i have that is designed to run on WinCE won't open on 6.0 either
one example was FinalBurn CE .14, nothing happens when i open the .exe
Even the classic CAB installer to manage cabs from self destructing when installing fails to open and gives me the error "not a valid windows CE application"
Is this problem unique to this device or to WinCE 6.0?
The CAB files include some information saying on which platform and/or version of the OS it can be installed. IMO this is the only issue that prevents the application to be installed on your notebook, and this will also result in the error message you wrote. It's the same message that appears for instance when you try to install an application that requires WM 6 on a PPC 2003 device.
Since WM is based on Windows CE it's usually no problem running WM applications on Windows CE, unless you don't access any telephony APIs or any other similar stuff explicitly available only on the WM platforms.
So you can just go ahead and extract the files and registry settings from the CAB and install them manually, or re-create the CAB with different version requirements. If it doesn't work then I dare to say it's 100% the reason that some special WM APIs are used.
I managed to run some WM application on a Windows CE emulator. They are actually working fine, though the GUI doesn't look very good because they are optimized for Mobile phone screens and not adapted to the Windows CE "Desktop" OS.
I also have a Windows CE notebook and I'm planing on porting Nitrogen to it. If I have the time. Some day. Eventually. Yes.
Edit: problem of some WinCE applications not running on your machine might be that they are designed for WinCE 5. WinCE 6 has a re-designed kernel and some APIs are obsolete.... It's the same problem that will happen when we'll be switching from WM 6 to WM 7.
any ideas on how i can extract the registry and files? ive tried a couple of cab extractor and they all end up giving files with weird names and extensions such as skyfir34580.001 and other rubbish like that. Winrar gives me even worst filenames. is there any kind of tutorial you can point me too? i have no programing skills so porting would be way over my head.
have you had anyluck installing skyfire 1.5 or opera 10 on a wince device? also have you ever gotten finalburn to run on your wince devices?
search for MSCEInfEn
to create a new CAB look at this:
http://www.techparaiso.com/how-to-create-cab-installation-files-for-windows-phone-devices/
thx for the explication RAMMANN --
i plan to buy a windows ce '7" mini netbook' and i want to use all WM6/6 progs from PPC (if hardware supports it, of course)

Windows CE

I have a question. Would it be possible to modify a windows mobile release to use the user interface from vanilla Windows CE. Desktop, desktop icons, start menu, etc? I know that all of the Windows Mobile releases use the Windows CE core. So I would assume that for the most part all the drivers and most applications would be compatible? I think it would be awesome to have a full desktop on my phone. The Ubuntu 8.04 port gave me the idea a few days ago.
Thanks in advance,
lithium_spink
Moved as not ROM Development.

Categories

Resources