Pocket PC development Mobile 5.0 Symbol MC70 - pocketpc

I need to create app for a Symbol MC70 device running Windows Mobile 5.0
I did some searching for a few hours. Where can I get information on
Pocket PC development for Windows Mobile 5.0 (MS site on has for Mobile 6.0)
Development for this particular device (Symbol MC70)
I am running VISUAL Studio 2008 TS.
I downloaded the EMDK.NET from symbol. I created a simple Smart Client test app and able to run it in the VS emulator. I can't seem to find any information on how to deploy to the device.
I do not know where to start. Any leads at all will be appreciated.

The EMDK.NET has everything needed.

Related

Debug a real Android device using Xamarin for Visual Studio

I'm a beginner in mobile development, and I'm developing an application in Xamarin.Android with Visual Studio 2019, with SQLite and the MVVM pattern. The project structure is simple, I'm not using API's or external services. For debugging, I'm trying to use my physical device (Android 9.0 - API 28, Itel S15 tag), but unfortunately the following error message is returned in Visual Studio (Debug output):
Forwarding debugger port 8865
Failed to launch android application
it's the first time i've tried this, i've always debugged in an installed emulator,I have USB debugging enabled as well as developer mode on the physical device. I've done a lot of research and I can't find anything specific to my problem. Please any ideas?
Before debugging can occur on a device, it must be setup for development and connected to your PC or Mac.
Here are documents about how you can set up the device and how to debug on device
https://learn.microsoft.com/en-us/xamarin/android/get-started/installation/set-up-device-for-development
https://learn.microsoft.com/en-us/xamarin/android/deploy-test/debugging/debug-on-device?tabs=windows

Install UWP package on Windows 8.1 Pro without developers license

With Xamarin.Forms I'm developing a mobile app. In Android I get this succesfully running on a device. I succeeded to create an app package from the UWP project and install it on my own Windows 10 PC. This is also my developing machine, so it's in Developer Mode by default. So it runs here without any problems.
My purpose is to get it running on Windows 8.1 Pro (tablet size). It just needs to consume the app. When installing the app by using the script, it's throwing the error that no developers license is found. On this device I didn't found anything to put it in Developers Mode, but it seems me that this is not needed, because it only consuming the app and no developing will take place on it.
It's is an internal app, so no need to place it on the Windows Store.
So my exact question: how can I install this app on this device without setting everything up for a Developer?
The answer would be no. Windows 10 has more new API and concepts that are not available on Windows 8.1. UWP app will not backward compatible to Windows 8.1. But WRT app will be Upward compatible to windows 10. It means that the windows 8 store app could run in windows 10. for more please refer Move from Windows Runtime 8.x to UWP.

Devolopping iOS apps with xamarin

i want to start a project that consist in mobile apps. can i develope native apps with Xamarin.Forms to the three platforms with a pc (Sony Vaio) and visual studio.
You can develop for Windows (Phone, or better yet Universal Windows Platforms Apps) and Android. They just work with Visual Studio.
If you want to build an iOS app as well, you are going to need a Mac. Building for iOS cannot be done without a Mac. There are a few options:
Buy a Mac laptop with a Windows VM; this is an option you see for most developers, however it is an expensive one because you're going to want a good MacBook Pro with a 1TB disk.
Buy a (cheap-ish) Mac (Mini); Xamarin is built so that you can let a standalone Mac machine do all the iOS building. All you have to do is install it with XCode and Xamarin, connect it to your network and you are ready to go. With the new Xamarin iOS Simulator for Windows you don't have to look at your Mac ever again. Let's be clear: the Simulator for Windows isn't a Simulator which runs on Windows. It simply mirrors the Simulator from your Mac.
Rent a Mac in the cloud. There are solutions like macincloud.com which let you rent a Mac hosted by them. They have different plans depending on your needs. The concept stays the same; you connect to a Mac in 'your network' (which is now over the internet) to build your iOS app.
Whichever option you choose; you are going to have to spend some extra money on Apple hardware to get to develop your iOS app.

Multiple Versions of .NET 4.5 - Two computers treat .NET 4.5 differently?

I am developing on two machines, one desktop, one laptop. The desktop is running windows 7, and the laptop is running windows 8. Both have .NET 4.5 installed, and I am using Visual Studio 2012.
Most of the development I do is on the desktop, but I recently went to work on the laptop, and got the following prompt when I open my solution. Additionally, regardless of what I choose, it crashes VS2012 when I try to build the solution.
It seems like it doesn't recognize two version of .NET 4.5? Is that even possible?

Smart device Application in .net

Im learning basics in smart device application development.i developed small app using USA windows mobile 5.0 Pocket PC emulator. Im having basic doubts regarding emulator and deployment.
1.According to the smart phone devices we have to download emulator and develop applications or else default emulator will support for all windows devices?
2.How to deploy and install those deployed those files into my windows phone
Windows Mobile applications are not compatible with Windows Phone.
To develop Windows Phone application you need to install Windows Phone SDK. It will install WP emulator and a bunch of tools. You'll be able to deploy application to emulator or device using Visual Studio or tool called XAPDeploy which comes along with Windows Phone SDK.
Is this what are you asking for?

Resources