Nokia SDK 2.0 Emulator Won't Accept Inputs from Keyboard - 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.

Related

How can you display your logs when testing android apps on real devices?

So I am developing my first app with Android Studio, it's a Shopping app and everything seems to work just fine when I try it out on the built-in Emulator (Android 9). However, when I connect my Smartphone (same Android version), I won't get pass my Login screen. Currently the data is stored through SQLite, which may cause issues.
I'd really like to look up what's the exact problem, but there is no Log feed showing up in Android Studios.
Are there any settings that provide the same Logs as if I was running it on an Emulator?
Make sure you have selected right device i.e there is a dropdown option for devices in logcat check that and choose your device because it will be set to the previous device by default
If I'm understanding correctly, you would want to use logcat?You can debug phone issues in it also, just select your phone in the options. I have two external phones I test on, logcat shows those phones.

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.

Connecting Device on IDE

Good day everyone, I am developing an android application in Android Studio. I want to connect my android phone and use it instead of an emulator(consume 1gb+ ram) and makes my PC so slow.
Now, the android studio can not detect my device ( I tried searching for troubleshooting but I am stuck). My phone is ASUS Zenfone GO Z00VD (ZC500TG) Lollipop version. Then I tried to connect another android phone (Jellybean version) and it is detecting.
Is it because my adb is outdated? Thank you for answers, suggestions, etc. in advance.
EDIT : Developer mode: Enabled , Debugging: Enabled
My phone Asus can be detected on another PC so I think the PC is the problem.
You need to enable developer mode on your device
http://blog.syncios.com/enable-developer-optionsusb-debugging-mode-on-devices-with-android-4-2-jelly-bean/

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 Download different mobile phone simulators?

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).

Resources