In case anyone is still developing for this beautiful phone I just uploaded the SDK I found in my PC. Considering the Yotaphone website is down it might help to someone.
https://mega.nz/#!7nAQVAwb!Y12FXWfJ_yW1S4Z3_66mthi656kzxoOariUFk8HX-jA
Related
Hi chaps,
I've just got myself an O2 XDA Orbit - great device, and now I'm looking for developing for it - just simple things at first, like a Blackjack game, or a simple Today feature with the sun and moon times on it; this sort of thing.
I've got Visual Studio .NET 2003, but I see that in order to program the latest devices, you need VS 2005 (?). So, I've downloaded Embedded Visual Studio C++ v4 with all the SDK's and I'm hoping to develop for an earlier version of Windows Mobile, and hope that it works.
So while I've got all that, I'm now stuck as to where to start! Can anyone point me to a good book, or something online which will help me through a simple CE application? How you do get the Today screen working, for example? I realise that this might be asking a lot, but a couple of pointers would be great - if you could!
Many thanks,
MrP.
I'm just starting out myself with windows mobile programming. You can find a lot of info from msdn. Here is an example Hello app.
http://msdn2.microsoft.com/en-us/library/ms912017.aspx
You can find a lot of good stuff at the code project site also.
http://www.codeproject.com/ce/
eVC has wizards that will get you going. One thing I found out about using eVC is that you won't be able to debug your programs on a WM5/6 device since the SDK's are not compatible with them. It can be a bit of a challenge to fix bugs without a debugger. I can't get the debugger to work with the emulator either for some reason.
A question for other eVC developers out there. Is it possible to use the emulator to debug programs or do you all have an old PPC2003 device that you use to do your debugging? Or have you all moved on to VS2005?
I've bought visual studio 2005 standard and it is great - it fully supports WM5/6 (with sdk) and runtime debugging - for .exe it works well but I have problems with .dll - I can't debug dll files - does anyone know how to make it?
Pleas look up threads started by vijay555.
He wrote a comprehensive article on the tools and possibilities to begin developing for these devices.
Just as a quick side note:
There is no need what so ever to pay M$ money for VS 2005 if you want to develop in C / C++.
Apps written in eVC++ 4 will work perfectly with WM 5 and 6 and if you need any missing API (not many of those) you have 2 choices:
1) Manually unpack the SDK and link to it.
2) Use implicit linking (that LoadLibrary and GetProcAdress).
levenum said:
Pleas look up threads started by vijay555.
He wrote a comprehensive article on the tools and possibilities to begin developing for these devices.
Just as a quick side note:
There is no need what so ever to pay M$ money for VS 2005 if you want to develop in C / C++.
Apps written in eVC++ 4 will work perfectly with WM 5 and 6 and if you need any missing API (not many of those) you have 2 choices:
1) Manually unpack the SDK and link to it.
2) Use implicit linking (that LoadLibrary and GetProcAdress).
Click to expand...
Click to collapse
Sorry about the delay in replying...
Many thanks for the pointers.. Just a matter of starting now!
Hello everyone,
i was wondering if anyone could give me any tips about how to communicate with android device through usb from c++ or java(i guess that won't work without JNI though). I was trying to google up some documentation on this matter but found nothing. I wanted to program something like 'nokia ovi' suit as my b.c. 'thesis'.
Thanks for reading this, Tomas Herman
Hi,
Did you found any info on this ?
Certainly should be possible since Sync applications are working ...
Daniel
Yes, this is possible but AFAIK only as a hack. You can install the USB driver for the SDK and use adb's port forwarding. See /code.google.com/p/android-notifier/ as an example. Obviously, not an elegant solution and definitely not for the general Android user.
Hey guys, im quite new to android developing had to do it for a module at uni.
Just got my x10 and im wondering how i can start making a few apps for it.
I have the ****ty game i wrote for uni and it ran on the HTC Hero i borrowed while debugging, but i cant seem to get netbeans or eclipse to find my new x10 to run my programs on it.
Any help would be greatly appreciated or links to another topic or anything.
Thanks in advanced
type in "Android Tutorial" on youtube and I believe the second link is by UserGroupAtGoogle. It's a 2 hour long video, but its very effective.
It simplified many processes down to a 2 hour lesson. I liked it alot. Just download the Android SDK and the plug-in for your IDE, and that's about it. The video should walk you through the rest. Cheers
Hi All,
For sometime I have been looking for a suitable Active Directory Management tool on a mobile device, however have never found anything which quite cuts the mustard. For this reason I have decided to give it a bash myself. I am the proud owner of a lovely shiny new Desire and it feels like it's just crying out for an app of this nature.
Just hoping I might be able to discuss a matter which requires some expertise. I have the latest versions of the Eclipse IDE for Java Developers and the SDK installed, so far I'm having much success with my first GUI builds after following a cracking tutorial Although I can handle the GUI elements (which I normally hate), I'm struggling to forge my first LDAP connection.
I have found info about the "Java Naming and Directory Interface" for java (*however no download) and just wondering if anyone else has had any success using it to code an Android app? I'm not digging for too much info for the moment, just trying to get some assurance that what I am trying to achieve is actually possible.
Not everyone's cup of tea, I know.. But decided it'd be worth asking.
Much Love,
Futurian
Hi all,
I am interested in having a dabble in developing some simple pieces of software for Android phones, mainly for myself, but who knows?!
I have some experience in VB6 writing software so I was hoping to be able to get started quite easily... That seems not to be the case!
I have got stuck at what seems to be the first hurdle. I have installed the SDK Manager and it has downloaded, amongst other things, what I thought was the design package, but I have gone through the folders it has created and cannot find anything really. I was expecting some kind of development software to build the app but I must be missing something!
Are there any good, basic and simple tutorials on how to get setup? I'm sure once I get started i'll be OK!
I run Windows XP and will be developing mainly apps to be used on my Desire HD although would prefer it anything I did was compatible with other Andriod phones.
Thanks in advance.
Sounds like you don't have an IDE. Most android developers use Eclipse. Start here:
http://www.eclipse.org/downloads/
Then follow the quick start guide here:
http://developer.android.com/sdk/index.html
Spot on Gene, hadnt installed Eclipse, got it running now, followed a Hello World demo on Youtube and managed to get it to work on the emulator, im getting there!
Couple of questions more if I may?
- Is there not a design view, ie, object view so that I can place bits where I want them (buttons, text, etc...) I cant find wher eto chagne from design view to code view? Does that exist?
- How do I 'package' my newly designed app and send it to my phone to test it?
Many thanks again
I am new as well I was wondering what youtube video you were watching?
It was this one, this worked for me
http://www.youtube.com/watch?v=COEhiTT1KLk&list=ULc2oQVGNKilQ&playnext=2
I've also been looking at starting some Android dev, having done some Windows Mobile dev with C#.
I've read the installing the SDK guide and it says that the ADT plugin doesn't work with Eclipse 3.6 and you have to use Eclipse 3.5, is this still the case or can I use 3.6?