Like the title says, I'm looking for the old Nokia Java SDKs previously available on the Nokia forums, specifically those for legacy MIDP, early S40 and Symbian V1-2-3 devices. They were deleted a few months after microsoft bought Nokia and now I can find just a few of them still online; specifically the C++ SDKs available on this mediafire folder.
Does anyone knows of any mirror anywhere available?
Related
can any one plzz help if i can i put windows mobile on my motorola A1000. i'd appreciate suggestions and ROMs
cheerz
No, it's a Symbian OS phone with a totally different architecture and screen resolution to Windows Mobile devices.
Also, unless Motorola developed a build for it, nobody else would have all of the necessary drivers etc to make it work.
Windows Mobile isn't a generic OS that can be installed on any device, it is built on top of an embedded platform specific to device hardware.
where can i get the latest symbian upgrade for it then..........its locked to three network........i wanna DE-brand it and put on a new symbian OS so it can accept other sim cards
cheers
I have no idea, this site is for XDA devices, mainly Windows Mobile, but with a few able to run Linux.
Perhaps if you look for a Symbian UIQ forum?
What you're looking for is:
www.allaboutsymbian.com
I think from memory they have dedicated A1000 forums.
I remembered reading the MS was going to offer a new version of Office Mobile for WM6 that supported the new document formats for free this summer (summer has only a few weeks left). I can't find any info about this at MS's website, anyone hear more about this?
dragon_76 said:
I remembered reading the MS was going to offer a new version of Office Mobile for WM6 that supported the new document formats for free this summer (summer has only a few weeks left). I can't find any info about this at MS's website, anyone hear more about this?
Click to expand...
Click to collapse
No clue, but DataViz beat them to the market with Documents To Go 3 for Windows Mobile (and DTG10 for Palm OS, DTG 3.1 for Symbian UIQ, and DTG2 for Symbian S80).
The last time I used DTG it did not support creation. Has that changed?
dragon_76 said:
The last time I used DTG it did not support creation. Has that changed?
Click to expand...
Click to collapse
Office Mobile doesn't allow creation on Smartphones, but DTG (I only have version 2) supports document creation (PowerPoint, Spreadsheets and Word Docs)
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.
Hi
I'm split between getting the motorola milestone/droid which has a qwerty keyboard (which i badly want), and between the htc hd2 which has the windows apps which i badly need.
I am kind of stuck now between which one to choose for my new phone. So was wondering
1) is windows mobile 6.5 on htc hd2 backwards compatible with the software from windows ppc and other version of windows mobile? (mainly because the apps i want are stuff like rosetta stone on ppc, reflex mentor on windows mobile, lingvosoft on ppc etc which are old)
2) does android o.s have similar software either already or in the pipeworks from anyones knowledge (i know iphoen has a few of these apps or similar already btu no idea about android)?
3) how easy is it to hack android (i know i can test and trial out a lot of these apps before i buy on windows due to the great internet, but can you also do it to android and iphone)?
Thanks to anyone who can help clarify this,
guess no one knows
Hi, Android has over 20,000 apps and counting. It's also open source & has been hacked a pleanty
Check out the "google market" for more info...
A n00b question..
ENVIRONMENT
Visual Studio 2008 C++
MS Mobile Pro SDK
MS Mobile OS 6.x
I want to add the HTC HD2 to the Microsoft Device emulator.
I got Josh's .NBH file and tried to convert it to a .BIN, but the resulting file could not be read by the emulator.
Is there someplace I can find the .BIN (preferably with the skin (.XML and .PNG/.BMP files))??
Thanks so much.
As far as I know, there is no way to emulate a device rom using the MS Windows Mobile emulator.
Oh, thank you, Steven; that is what I have read online, but I was hoping that it was not true. :/
Could someone be so kind as to point me to emulation alternatives, preferably accompanying MS Visual Studio?
Yesterday I basically found what I needed with the MS Mobile 6.5 SDK (includes WVGA).