how to Download different mobile phone simulators? - java-me

I have created an application.It works correctly in default simulator of WTK (Sun java wirless toolkit).But it does not correctly in my phone (Which i used for testing purpose).So my friend suggest me to download the different phone simulators from web & test it there.
But i deos not know any site is used for downloading freely mobile phone simulators.Suggest me some sites,or any other source.

you can download the Emulator from following sites,
Sprint SDK
Sony Ericsson SDK
Samsung SDK
Motorola SDK
Nokia SDK
And you can also test your application on Nokia RDA devices. see this site.
Nokia RDA devices

They usually come with the phone SDK. For example you have phone simulators in Android SDK and iPhone SDK.
Simply append "SDK" to the phone name on google to find the websites (e.g. Android SDK).

Related

Can we deploy Xamarin.iOS app into simulator using windows Machine without connecting to Mac agent

Any one suggest me using visual studio can we deploy any of the iOS application in Simulator not connecting to Mac Agent??? Through Windows Machine.
Thanks In Advance!!
No it is an apple licensing requirement. There is the xamarin live player in preview which will let you test apps on an iphone without an mac
https://www.xamarin.com/live
Simulator for iOS always runs on Mac, there is no simulator for iOS for Windows. You can only cast the screen to Windows so that you don't have to look on the Mac screen, but that's all, you need a mac for that (and this requires Visual Studio Enterprise which you probably don't have - assuming from your other statements).
If you want to develop without Mac you can try to install Xamarin Live Player on your iOS device. And also you can't build the final package without a Mac (and it also required for uploading it to the store), just in this case you can possibly get some Mac in the cloud and pay per hour.
If you don't have even the iOS device then you need to buy it as this can't be resolved in any way.

my phone galaxy s4 is not discovered by Tizen wearable IDE

I want to develop and test Gear 2 Tizen apps on my Galaxy S4. But the device is not discovered by Tizen wearable IDE. I have Mac 10.9.3.
I need device DUID to be able to test apps on it but device is not discovered in "connection explorer".
Please help.
You mean S4 is not detected by Tizen SDK? It's not supposed to be.
But the SDK should detect the Gear device.
I fixed the issue. I enabled development mode in the watch and connected it to my PC. Samsung documentation was unclear and didn't help me.

How to get mobile device simulator in visual studio to test windows-8 app

Now I am working on a windows-8 app for mobile device.I use visual studio 2012 as my working tool.but there is no simulator for mobile device to test my app on that.The minimum scree size of simulator available is 10.6 inch..how can I get a mobile device simulator on my visual studio to test my app
You can change the resolution of the simulator by using the resolution button on the simulator. It looks like this:
This list is limited by the resolutions which your video card supports.

Nokia SDK 2.0 Emulator Won't Accept Inputs from Keyboard

I am developing app for Nokia first time. I have downloaded Nokia SDK 2.0 for Java (for s40 series). Soft keypad opens fine, but when I am trying to give input from my PC keyboard, emulator is not accepting any key.
Can anyone tell me from where I need to change the setting? Thanks.
Unfortunately the beta SDK does not allow key inputs from PC keyboard i have just confirmed. Currently nokia is working on solution. So best solution is to test on device.
Confirmation link is here
If Nokia SDK 2.0(Beta) is not working then test your application by on device debugging.

j2me supports android phones

I done mobile application in j2me platform. Tested successfully in Symbian os mobiles ..like nokia,samsung..sony ericsson. I have doubt in j2me supports android and blackberry mobiles.
You can run j2me application on Android with little effort, but user experience is not that of "native" android applications. So if possible, rewrite the application for Android SDK. This is not that hard, though many parts of code will need to be rewritten or rearranged.

Resources