How to Enable NFC on Android Nexus s emulator - driver

I have Installed Android Nexus S emulator on my linux machine, as well as my Windows machine.
While opening the NFC tag on emulator I am receiving the error: 'NFC is not supported'. As I am developing an application on NFC, I need to have NFC support on my emulator. What else do I need to do to make this work?
This will be very helpful if anyone can share ideas on this problem

the best way to deal with NFC is use the real phone - this is same with all HW features on mobile phones (camera, GPS, etc)...
BR
STeN

Related

can you develop for ios by connecting an ios device on windows by using expo

I know there are similar topics like this but as the title indicates, would you be able to develop an app for iOS using expo with a real iphone device connected to the same LAN?
Yes, For expo you don't require xcode or android studio. you need to install expo on your iPhone and connect to the same network and scan the QR code. sometimes it does not work on LAN try switching to tunnel for better connectivity.
For iOS you can use
Send Link With email option
This will email you a link, click it from your Mail app, and it’s running on your device!

Does Appium allow to automate Chrome on real iOS device?

I am interested in tool which could automate web apps on real iOS devices using some programming language. Does Appium tool allow to automate Google Chrome browser on real iOS device?
Appium Supports automation of mobile WebApps through mobile safari only. No support for Chrome yet for iOS although for Android chrome is supported.
According to the official introduction, when executing against a real device appium is unable to access the web view directly. Therefore the connection has to be established through the USB lead. To establish this connection we use the ios-webkit-debugger-proxy.

Can I put apps made on Corona SDK for windows on IOS?

I was just reading that the corona sdk for windows only builds for android devices.
So for us PC owners will we be at a disadvantage if we want to develop for IPADs or is there a way around this?
Can we work on the PC and then transfer the project to a mac to build it?
Yes, you can transfer your projects to a Mac to build. Many people use the Macincloud service for this.
Actually you can test your apps developed for Ipad,iphone ect... on Corona simulator on your PC. However, when you want to test the apps on the actual device, you need a Mac and a developer account with Apple.

AIR mobile debug - "Enter ip address or hostname"

I'm developing a mobile app using Flash Builder 4.6/AIR. I've been able to debug on the device (an iPhone 4s) just fine until now. I connect my iPhone to my mac with the USB corad, and debug.
All of a sudden I'm getting a black screen for close to a minute. Then I see the "Enter ip address or hostname" dialog. If I enter the ip address of my machine it doesn't matter. The window goes away for about 15 seconds, then comes back. Meanwhile, Flash Builder on my mac times out. The only way I can actually see the program running is if I hit 'Cancel' on that dialog. The app then launches, but I cannot set any breakpoints, cannot debug.
Everything I've found on the internet around this issue mentions it in reference to AIR for android -- not iOs. But I'm seeing it with iOs.
Anyone know what's going on here?
Thanks.
To make it easier for future readers, the official answer to this issue;
With the current (official) version of the AIR SKD (3.2) USB debugging is not supported on iOS devices. This is going to change with the future 3.3 release which (amongst others) adds USB debugging support:
"USB debugging for AIR iOS
This new feature allows the iOS developer to connect to the desktop via USB while debugging their mobile applications instead of relying on network connectivity."
With version 3.2, iOS debugging works over the local network, so both devices (the machine the debugger runs on and the iOS device) have to be in the same network so that they can communicate with each other.
See also the reply to What is the address of my Flash debugger?, it really helped me to resolve similar issue. Using 'ios-debug' mode was the way to go.
If you still have this problem using Android with the device connected to same wifi, try checking firewall rules. In my case FlashDevelop was blocked and I didn't suspected because of updates worked perfectly.

How to deploy an application for Blackberry Phone and Windows mobile

Can I create the Flex application for Windows Mobile and Blackberry phone and how?
At this point in time I do not believe that either are officially supported by Adobe. You can write apps for the BB Playbook, but not for their phones.

Resources