Android :: Does Android Support IPv6 Now?

Dec 30, 2009

I don't know if real Android system can support IPv6 protocol stack. I compiled my own kernel with IPv6 configured as "build-in" and then tested it under the emulator in SDK, and it could not get an IPv6 address. I got "No IPv6 router present" in dmesg. I think it may be the emulator's fault. Has anyone ever tested IPv6 in a real Android device?

Android :: Does Android support IPv6 now?


Android :: FTP Application For IPv6

Aug 10, 2010

Does any body know if there exists any package to test FTP over IPv6. I tried with some of FTP applications available in market but it doesnt seem to support IPv6.

View 8 Replies View Related

Android :: Is IPv6 Over Wifi Interface Supported In SDK?

Apr 20, 2010

I'm hearing that IPv6 is supported by android, at least over the wifi interface, but I cannot do anything with IPv6 through the SDK at all. I am running Android 2.1 on an N1. I can see that at the OS level, the wifi interface has a link local inet6 address: ufo:~ newton$ adb shell $ cat /proc/net/if_inet6 0000000000000 0000000000000000001 01 80 10 80 lo fe80000000000000022376fffe8d1e63 0c 40 20 80 eth0 although ifconfig does not show it: $ ifconfig eth0 eth0: ip 192.168.1.2 mask 255.255.255.0 flags [up broadcast running multicast] If in Java I call getInetAddresses on a java.net.NetworkInterface, I only get the inet4 address. As I'd expect from the above, I cannot connect via any Java APIs to another link local IPv6 host on the same wifi lan Depending on my approach I get "socket level is invalid", a bad socket options error, host unreachable, or timeouts. Has anyone seen this work or have any insight? You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@google groups. com To unsubscribe from this group, send email to android-developers + unsubscribe @googlegroups.com For more options, visit this group at http://groups. google.com / group /android-developers?hl=en

View 2 Replies View Related

General :: IPv6 Access From Host To Android Device?

Jan 1, 2012

I'm trying to connect from a host (PC or other) to a mobile cellular Android device on the Verizon/AT&T cellular network. This device uses only the 3G network and has its Wi-Fi turned off. The Android device has a listening socket and I need the remote host to be the connection initiator. As far as I know, Verizon/AT&T uses NAT traversal for mobile phones and assigns local IP addresses to them on the cellular network. This prevents me from initiating a connection to the device from a remote host.

With the usage of IPv6 assignments there shouldn't be any practical limitation (virtually unlimited) to the number of "real" IPs that can be assigned.Therefore my questions are:

1. Does the Verizon/AT&T cellular network support IPv6 and assigns IPv6 addresses to capable Android devices?

2. Does Android 2.2+ have enough support for IPv6 to implement such solution?

I am aware of other methods that can be used, such as C2DM, but it has some drawbacks (such as unknown response time) that prevent me from using it.

View 1 Replies View Related

General :: IPv6 Tethering - PC Access To Phone Internet Connection?

May 31, 2012

Assuming the following:

Android 2.3.7 device is connected to an IPv6 internet connection

Tethering is legal for your device/carrier

The ipv6-test gives 10/10 (perfect score) for IPv6 readiness for your phone, and you can access e.g. [URL] ..... using the phone itself

You want to tether to a PC using USB

Device is rooted

Is there a way to give the PC access to the phone's IPv6 internet connection?

I'm assuming that we can't give the PC a public IPv6 address, because the phone is probably only allotted one IPv6 address from the carrier; plus they might treat your plan differently or something if you try to claim another IP address (it's an unnecessary complexity)

So what we actually need to do is, to create a NAT IPv6 space on the device, just like we do for IPv4 when we tether, and provision an IP to the PC that way. Then we have to do something for DNS; I guess we can use OpenDNS's AAAA servers.

Do any of the existing tethering methods support this at all, or is this something I'd have to do manually? Also, is it possible even in theory on Android 2.3, or is it known that a newer version of Android will enable it?

View 1 Replies View Related

Android :: Android -- Support 1.6 - Support For Deprecated Code In 1.5

Jul 3, 2010

I'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:....................

View 2 Replies View Related

Android :: Sdk Support 1.5 For TTS

Dec 28, 2009

I have some questions about TTS(text-to-speech) lib, 1) does sdk 1.5 support for TTS? I download TTS application from market, but can't work 2) I develope the TTS app use third party TTS lib, http://code.google.com/p/eyes-free/downloads/list but according the tutorial, the app can't work on my platform(x86+sdk 1.5 & htc diamond+sdk1.5) the error message is (eg: to speech "hello"):: I/TTS received: ( 3020): hello V/TtsService( 3020): TTS service received hello I/TtsService( 3020): Stopping I/TtsService( 3020): Stopped V/TtsService( 3020): TTS processing: hello V/TtsService( 3020): null synth, can't speak. can somebody give me the suggestion?

View 2 Replies View Related

Android :: Sim Card Support 2g / 3g?

Jul 3, 2009

i am looking for the information that can tell me if the sim/usim card inserted accept/support 2G and/or 3G? I need this information in order to adapt some call to the sim card. If the sim card support only 2G network, an APDU will be call, then if the usim card is 3G another APDU will be called instead.

View 4 Replies View Related

Android :: WAP Push Support

Mar 3, 2010

Doing some investigating and having troubles find specifics or how to raise issues. I send WAP push message to handsets yet have been testing the android handsets yet they are not recieving them. All versions of Android are affected. Other devices platforms dont have any issues "WinMo, Symbiam list goes on" Wierd thing I have tested it on a an HTC running Android with Sense UI and messages are received. What I would like to know if possible is anything happening to these messages or Could the device be intercepting it and trying to interprt in another applicatiuon? Could the device be recieving these messages yet not know what to do with them discard them? I have tried the dirreferent versions of WAP yet none work. Is there a module inside android not turned on. How would I request a change for android "if thats even possible"

View 2 Replies View Related

Android :: Any Plan For Support OMA - DM?

Jun 29, 2009

I know that Android currently does not support OMA-DM. Is there any plan for supporting OMA-DM in the later version of Android?

View 4 Replies View Related

Android :: Touchscreen Support

Sep 25, 2009

I'm running Android on a Beagle Board and want to add support for input from the Xenarc 706TSA touchscreen. When I plug it in it's identified as:

generic-usb 0003:0EEF:0001.0004: input: USB HID v2.10 Pointer [eGalax Inc. USB TouchController] on usb-ehci-omap.0-2.3/input0

There's also an error:

drivers/hid/usbhid/hid-core.c: usb_submit_urb(ctrl) failed

When I touch the screen there seems to be some kind of response as the focus disappears, but I cant press anything on the screen. I get touch events when using "getevent".

View 2 Replies View Related

Android :: Support For Multiple PDP?

Feb 20, 2009

I want to know when will Android support Multiple PDP.

View 15 Replies View Related

Android :: 1.5 Version Support

Nov 9, 2010

I have a number of apps, and so far I have supported all versions from level 3, android 1.5.

For my latest app, I'm considering supporting only from 1.6, or possibly 2.1, upwards.

What's the trend thesedays? Is it becoming usual, or acceptable, to adopt this strategy?

View 4 Replies View Related

Android :: Version Support

Jul 19, 2010

I developed application in android 1.5 and i make it for support screens in large and medium and small through coding if i release android 1.5 on market it will appear in all android version phone market (android 1.5 +) .am i get application in droid,small device market and it is work fine or not.

View 1 Replies View Related

Android :: Froyo And PDF Support?

Apr 30, 2010

So we heard recently that Flash will be supported by the 2.2 release. Has anyone heard about PDF support? I am reading an RSS feed and it has some notes in PDF format that I would like to display within my application.

View 2 Replies View Related

Android :: Hebrew Support Out Of Box?

Jan 26, 2010

There is an open issue with about 100 people watching it and 80 comments on it which nobody seems to care about it is http://code.google.com/p/android/issues/detail?id=1580 and it talks about Hebrew support for android phones. The current situation is that people need to root their phones to get it which is simply a ridiculous situation. This issues has been left unattended for a very long time and all that's really needed is to replace the system fonts with fonts that support hebrew. This has been done by Samsung on the Samsung Galaxy and has been proven as working and did not change the font of the system when viewing English. My question is, why is it that Google can't take the time to integrate a change that already exists in a branch of the OS into the trunk and thereby allowing many other people to enjoy the OS? This affects not only Hebrew, but Arabic and many other languages, what's the point of an open source OS if the project progresses so slowly?

View 2 Replies View Related

Android :: Animated GIF Support

Apr 24, 2009

animated GIF support. help me to resolve this error.

View 2 Replies View Related

Android :: Want Exchange Support On Your G1?

Jul 14, 2009

Here you go. Just install and enjoy.

View 1 Replies View Related

Android :: ARM Architectures Support

Mar 19, 2010

I am looking for some basic info. Which versions of ARM (v4, v5, v6, v7...) are currently supported under Android? If possible, if I can get some data on supported features like NEON, VFP, etc as well, that will be great. I am hoping there is somesort of file or table some where, that you guys will be able to point me to

View 3 Replies View Related

Android :: Suggestions Regarding SIP / RTP Support

May 27, 2009

1. Is there native RTP support on android? 2. Is there a media player for playing incoming rtp streams, or for that matter streaming rtp audio video from the device? 3. I have a sip stack that runs on android. I wish to develop an application on top of it. Before that, i wish to know, what should be an ideal application footprint that can run on android. If there are any best practices wiki pages...kindly point me to them. 4. I wish to provision some parameters on a java smart card. Is there a way (api) provision on android so that i can read from that card on application bootstrapping? 5. Is it possible for an android application to register for callbacks, in case the mobile device goes out of radio coverage?

View 2 Replies View Related

Android :: Support Of JKS Keystore

Nov 13, 2009

I am having Java SSL based server and I want to connect android SSL supported client to it. My keystore in Java is JKS, but android says no JKS implementation found. It supports BKS. Is there any way to have JKS support for android ? If not then how can use BKS in Java. I am trying using PKCS12, but documentation says using PKCS12 for trustanchors purpose is not supported.

View 4 Replies View Related

Android :: Does Web Kit Support Html5?

Mar 20, 2009

Does android webkit support html5 currently or in cupcake branch? I am particularly interested in the <audio> tag.

View 2 Replies View Related

Android :: Is There Any Stack For RTP / New SDK Support This?

Dec 1, 2009

Hello all, I am new in android developer and I would like to make a sip based application for this platform. In the signaling part I have found about jain-sip (used it) and sipdroid( any good tutorial? ) the problem starts when I want to stream data from a phone to a server. So the question is: Is there any stack for RTP? does the new SDK support this? I have found this: http://www.hsc.com/tabid/87/ItemId/20/Default.aspx have anyone used this stack? also I found this video on youtube :http://www.youtube.com/watch?v=g1NHEsXFEns which demonstrates the use of rtp to stream video/audio is this fake does any one know how? also I have read somewhere on the net that sipdroid has support for rtp is this correct? thanks in advanced and sorry for the long list of questions regards maxsap

View 4 Replies View Related

Android :: Support For Arabic?

Aug 29, 2009

Hello Droids - lol Can someone from Google kindly tell me when you expect Android to work for languages such as Arabic. I'm aware that Arabic is not currently supported.

Well I've tried anyway, and it doesnt work - so if i've missed something out, please tell me.

Also, what new features will Android 2.0 have? (officially).

View 2 Replies View Related

Android :: G1 Support For OpenGL ES 1.1?

Feb 2, 2009

Does anyone know whether the G1 device is capable of supporting OpenGL ES 1.1? Is this something that depends on both the graphics chip and the OS, or is it purely software? If Android/the G1 only supports OpenGL ES 1.0, are there any pieces of the 1.1 spec that are supported?

View 3 Replies View Related

Android :: Shapeservices.com & Im+ Bad Support

Mar 1, 2009

Bought this friday via the website using paypal and never got the code sent, despite numerous emails they still haven't responded. if i hear nothing by end of monday i'll be forced to file a paypal dispute.

View 5 Replies View Related

Android :: OpenGL-ES 2.0 Support

Feb 5, 2009

Is there any plan to support OpenGL-ES 2.0 in Android? Is it possible to write a renderer youself based on OpenGL-ES 2.0? In that case, where to start.

View 2 Replies View Related

Android :: SD Card Support

Aug 5, 2010

What does it mean when an app states it has "added support of SD card"?

View 7 Replies View Related

Android :: Galaxy S And Mac Support

Jul 16, 2010

I didn't know where to post. Hope i did it right.

I recently bought a galaxy s, and this is my first android experience. I'm wondering if any of you are using mac with this phone and make them communicate well? I need to enable debug mode to make it appear on the mac.

And is it possible to wirelessly sync the phone with the mac/pc with a program? Many people say that android is better than iPhone because of this.

View 3 Replies View Related

Android : SDK Does Not Support Internal.R

Aug 17, 2009

I have read several posts about getting to internal.R but i want to make sure i got it. i understand that the SDK does not support it anymore (not even what is in public.xml?) and of course, that i shouldn't use reflection (i got that Dianne, how can i without taking all the relevant themes and putting them in my res folder get to this resource for example: com.android.internal.R.attr.keyboardViewStyle must i recreate the wheel?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved