Android :: Droid Support APDU Connection As Known From JSR 177?
Feb 21, 2009Does Android support APDUConnection as known from JSR 177? Simple question. More answers?
View 5 RepliesDoes Android support APDUConnection as known from JSR 177? Simple question. More answers?
View 5 RepliesSeems like they all want an IP only. It would need to support DNS.
View 1 Replies View RelatedI tried getting my new HTC Magic to work with my Tom Tom Sat Nav, the basics worked fine but then I got this message. Your phone needs to support Wireless Data Connection (Dun) Capabilities to use TomTom Plus Services. Can this be done soon? I need to use those services, would it be an update type download or a separate download? or if there is already a setting please let me know asap
View 2 Replies View Related1) What Android-compatible hardware platforms (boards, like "beagle board") can you recommend for hobby robotics? Where can I see a list of Android-friendly boards with support of serial (or parallel) connections?
We are going to move our Java ME robotics project (http:// www.RoboHobby.com) to Android platform, but what hardware to choose?
2) What can you say about support of serial connection on Android- based phones? Does it work in reality? As I remember, in the Java ME world not all cell phones manufacturers supported serial connections on their J2ME implementations. For example serial connections were supported on some models of Siemens and Sony-Ericson, but they were not supported on Nokia and Sumsung, etc.
What is going on with serial connection support in the Android World? Is this supported in reality? On which cell phones?
3) Is it possible to use on Android devices (boards) not BlueTooth/USB conection, but wired connection, like RS232 "COM" port on PC?
I see funny wordplay - Android as a Google project and Android as a human-like robot. :-)
-- http://www.RoboHobby.com - Java Robotics, Code Examples. PICkit2 tutorials, J2ME mobile phone Java as a robot's brain, KAP (Kite Aerial Photography)
I'm using ThreadSafeClientConnManager to manage a pool of client connections, because my application has several threads, which are simultaneously connecting to a webserver.
Abstract sample code:
CODE:..............
Now lets say on of this threads is downloading a large file, but then the user of my application is switching to another activity/screen. Therefor the file is needless and I'd like to abort this download connection.
In ThreadSafeClientConnManager I found this method: public ClientConnectionRequest requestConnection (HttpRoute route, Object state) Returns a new ClientConnectionRequest, from which a ManagedClientConnection can be obtained or the request can be aborted.
So far I've been using:
CODE:.........
Now from what I understand, I've to use:
httpclient.getConnectionManager().requestConnection(HttpRoute route, Object state);
And that's the point where I'm stuck. I assume that for the route I can just use new HttpRoute(new HttpHost("10.0.0.1")) or whatever my server is, but what to put in for Object state?
And second, as soon as I've the ClientConnectionManager I can call getConnection(long timeout, TimeUnit tunit). But then from there, how I do I execute my HttpGet httpRequest = new HttpGet(URL_TO_FILE); as I did before with HttpResponse response = (HttpResponse) httpclient.execute(httpRequest);?
I've been gone through the documentation and tried out quite a few different things, but I wasn't able to obtain a working solution. Therefor any suggestions and/or code examples are more than welcome.
Whenever a application needs internet and connection fails, I get a message dialog
Connection failed
This application requires network access. Enable mobile network or Wi-Fi to download data.
and two buttons, Settings, Cancel.
How do I detect there is no internet connection?
How do I popup a same dialog in my application?
I'm coding a very basic FTP client on top of my application and I have 2 activities. The first one is the file explorer and the second one is the image viewer. Once I click on the image filename on the explorer, I want to pass the connection to the other activity to handle extra stuff. Basically, I want to keep the same org.apache.commons.net.ftp.FTPClient object (which handles the connection) alive in-between the 2 activities. I know I can't pass an object inside an intent so I don't know what my best bets are.
View 1 Replies View RelatedWhat's the technical term for being able to have voice connection and data connection simultaneously? Like AT&T was promoting heavily for a while.Apparently, the new T-Mobile Vibrant has this capability. A friend got one and was accessing the web while talking to me, double jealous now.I have benn lusting after the Verizon version, Fascinate, and wondering if there is any chance it will as well.
View 2 Replies View RelatedIf my screen locks while I have a wifi connection, then the connection is lost when I unlock the phone.First, is this perhaps deliberate, to save power? Also, either way, when I unlock the screen and go into wifi settings, I see that the phone is trying to make a wifi connection, but it never succeeds, even though it's my home network and I'm in the same room as the router. It just states 'Obtaining address.
View 10 Replies View RelatedWill android OS support unicode ?
View 2 Replies View RelatedCould anyone give the information whether XT9 is supported on Andoird 2.0?
View 2 Replies View RelatedLong time reader, first time poster here. How does one know if the Epic is using the wifi connection as opposed to using the 3G connection? When wifi is connected both that and the 3G connection shows at the top. So which one is in control per se? And how can it be verified?
View 3 Replies View RelatedI had assumed that the Motorola Droid supports the new multitouch APIs in Android 2.0, but the reviews of the device I've seen so far say that it isn't used, at least in the built-in apps like the browser (e.g: http://www.engadget.com/2009/10/30/motorola-droid-review/ ). Apparently though, it is supported on the upcoming GSM version of the same handset [url], so perhaps it is just an issue of whether the driver is included on the Droid version of the software. Can anyone with access to a Droid confirm whether the multitouch API works on it?
View 2 Replies View RelatedDoes anyone know if there is a support for cell broadcast on Android?
If yes, can anyone point me to any example that shows how to use it? (e.g. receive messages on some channel)
At present android supports GSM Sim messages decoding only. Is there any plan for supporting USIM message decoding? Can you please give form pointers for implementing this in android?
View 2 Replies View RelatedHow to add support for foreign languages in an android application?
View 2 Replies View RelatedI'm trying to build a app that uses the SmsMessage class but there are two versions depending on the API level of the device:
android.telephony.gsm.SmsMessage (deprecated for 1.6 and above)
android.telephony.SmsMessage (the new class for 1.6 and up)
I want to target 1.5 and yet have the newer class (android.telephony.SmsMessage) run on devices with 1.6 or higher. How do I do this?
I have already tired this: http://devtcg.blogspot.com/2009/12/gracefully-supporting-multiple-android.html but I couldn't get it to work (the author doesn't mention how he/she handles the different imports, the exact api level settings etc.)
CODE:....................
When is Android (2.2) going to add language support to Droid (such as Droid X) phones so we can see web sites in other languages? Also, we are unable to see videos that use Silverlight.
View 7 Replies View RelatedDoes anyone know if the droid supports animated wallpaper? I think it would be pretty sweet looking if the red"eye" that flashes during the phone boot was the wallpaper. Anyone know if this can be done?
View 9 Replies View RelatedAfter upgrading to SDK 1.6 the emulator seems to be unable the Internet through a proxy (-http-proxy option). The same is working in SDK 1.5R3.
Can anyone confirm? Did I miss something?
Can I assume that, if a phone runs Android 2.0, it also supports OpenGL ES 2.0 and thus the graphic hardware has full support for programmable shaders?
IOW, does Android 2.0 as a platform mandate OpenGL ES 2.0 support? Or is it optional?
I am writing two xml files for landscape and portrait and create res/layout-land folder,execute my code but did not work portrait mode,have any setting set for work my code for landscape and portrait..please give any sample code for that.
View 1 Replies View RelatedBasically looking for a JQuery plugin with better Android browser support than JQTouch. Or even an alternative Javascript framework with better mobile support.
View 3 Replies View RelatedI found this on google discussion boards: Android UTF-8 - Google Mobile Help
Just wanted to double check with pro's here to make sure that adding a font set is not possible unless one has root access. I need to add non-English font support to Browser and email client to be able to read other languages.
Just want to know which cell phones are good for android. Have a task of sending an sms at the moment, so can anyone help?
View 9 Replies View RelatedI'm trying to build a project in Android 1.5 that references another Android (library) project compiled against Android 1.5 and I keep seeing this error in the Console in Eclipse:
Target 'Android 1.5' does not support building project with libraries.
I'm running Eclipse 3.5, and version 0.9.7 of the ADT.
I followed the instructions here:
http://developer.android.com/guide/developing/eclipse-adt.html
What gives?
How can get a list of the codecs for video playback that Android will support?
View 2 Replies View RelatedI was on Windows Vista x64 and everything worked. upgraded to Windows 7 x64 and now the device is not listed by "adb devices" the windows driver recognizes the usb connection and i can mount it and view files. but when i enable usb debugging on the device - it's not recognized by adb or eclipse. i have sdk usb driver v3 installed.
View 2 Replies View RelatedHere's my issue: Came from a windows mobile phone. However, one area winmo is obviously good at is exchange support. Here's what I mean:
I regularly receive and forward large attachments (PDFS - usually 10 megs or so), and the winmo phone made it easy to do so when out of the office. I'd just hit forward and away it would go. The phone would tell the exchange server to forward the mail, and it was done. The phone never actually downloaded any attachments to forward, unless of course I wanted to download it for viewing.
I've found this phone instead of just telling the exchange server to forward the message actually has to download the attachment, then resend the attachment. This is stupidity in it's fullest when working with a 10 meg attachment. Instead of taking a split second to forward something it'll take minutes to download, then minutes to upload, and obviously shorten battery life considerably. So my question is - am I missing settings, or is the installed mail application not able to do so - and are there any android mail applications that will forward attachments off an exchange server without actually downloading the attachment first?
I am new to Android. I want to know the things before going to start the Android application. What are the requirements need to start the application. What type of Database support provided by Android?
View 3 Replies View Related