NetConnection httpIdleTimeout on Android not working

Hi all,
I connect to web services using a NetConnection.  This works very well, except on Android when there is no network connection.
Even though httpIdleTimeout is set to 5000ms, making a call with NetConnection will not respond for about 7-8 minutes, until finally an error event is received.
NetStatusEvent, HTTP: failed
I'm using AIR 15 on a Nexus 7, but same result on a Galaxy Nexus (and others).
Cheers,
Peter

I am having essentially the same problems as those described by J_Miller. This is my 3rd Galaxy S4 (which I love). I broke the first two. I have not had ANY problems with the first two S4s. I just activated my 3rd (new) S4 last night (Sat/4/4). Thought all was good. Today I discovered the problems that J_Miller describes. All phone functions work fine, except for calls. With calls to/from others and with chk'g voice msgs, the phone acts as though calls are taking place, but I hear no sound. People on the other end of a call also hear no sound.
I noticed a "headphone" icon at the top of my phone. I have never seen that before. I don't own headphones. I've never used or installed anything to do with headphones on my phone. I've never listened to music on any phone I have ever owned, ever.
The icon leads me to suspect that my phone thinks I have a headphone installed on the phone and that all sound is being sent to the headphones.... rather than through the device itself, speakerphone, or Bluetooth headset. Also, when I pull down the notification window, there is a menu bar that states: "Recommended apps (Earphones)". I have never seen this menu bar before. It includes icons for: Messaging, Settings, Google Maps, Contacts, and AccuWeather.
Since I just activated this phone, I was planning to do a factory reseat and start over. But after reading J_Miller's thread, I'm afraid that solution won't work.
Any thoughts would be appreciated.
Thank you!
GRuss150

Similar Messages

  • Rtmfp android to android not working

    I'm testing a small multiplayer app using rtmfp. The problem is it's not working when testing the app android to android. Only from PC to android device.
    After testing a lot I tried using Cirrus. And got it working when I set groupspec.serverChannelEnabled = true. BUT I would prefer not using Cirrus but the rtmfp protocol alone. Here's part of the code:
    nc = new NetConnection();
    nc.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
    nc.connect("rtmfp:");
    //nc.connect("rtmfp://p2p.rtmfp.net/***keyhere***/"); //use cirrus.
    function netStatus(event:NetStatusEvent):void{
              switch(event.info.code){
      // The connection attempt succeeded
                        case "NetConnection.Connect.Success":
                                  trace("setup group" );
                                  setupGroup();
                                  break;
                        // The NetGroup is successfully constructed and authorized to function.
                        case "NetGroup.Connect.Success":
                                  // Do nothing
                                  trace("connect success "+nc.nearID.toString());
                                  break;
                        // A new group posting is received
                        // post received
            case "NetGroup.Posting.Notify":
                 // post received
                       if (event.info.message.word) {
                                   game_mc.okknap_mc.visible=true;
                          writtenWord= event.info.message.word
                           addThisWord(writtenWord);
                                  break;
                      // routed message received
            case "NetGroup.SendTo.Notify":
               trace("notify received");
                 break;
                        // user joins?
                        case "NetGroup.Neighbor.Connect":
                                    trace("user joined "+ event.info.peerID.toString());
                        break;
    function setupGroup():void {
              // Create a new Group Specifier object
              var groupspec:GroupSpecifier = new GroupSpecifier("testing");
              // Enable posting
              groupspec.postingEnabled = true;
              // Enable routing
        //groupspec.routingEnabled = true;
              groupspec.ipMulticastMemberUpdatesEnabled = true;
       //groupspec.serverChannelEnabled = true //it works with cirrus when I enable this. If not using cirrus it doesn't work even if this is enabled.
      // Causes the associated NetStream or NetGroup to join the specified IP multicast group and listen to the specified UDP port.
              groupspec.addIPMulticastAddress("225.225.0.1:30303");
              // Constructs a NetGroup on the specified NetConnection object and joins it to the group specified by groupspec.
              group = new NetGroup(nc,groupspec.groupspecWithAuthorizations());
              // Set the NET_STATUS event listener
              group.addEventListener(NetStatusEvent.NET_STATUS,netStatus);
    function post2members():void {
    var obj:Object = {};
                                            game_mc.okknap_mc.visible=false;
                                            // Set the peerID to a group address suitable for use with the sendToNearest() method.
                                            obj.sender = group.convertPeerIDToGroupAddress(nc.nearID);
                                            obj.word=writtenWord;
                                            obj.id = new Date().time;
                                            // Sends a message to all members of a group.
                                            group.post(obj);

    I too have the same problem>>>> somebody help us 

  • LAPAC1200 and Android not working

    Hello,
    I have recently bought a LAPAC1200 to replace my old VigorAP 700 to be able to use the 5GHz spectrum. I have used the same SSID en WPA security so that all my devices should have no trouble connecting to the new device instead of the old Draytek when i turned that off.
    Every device worked fine in this respect, except for the Android phone (Sony Experia Z1 Compact, running Android 4.4.2).
    In no way i can get this device to connect to the AP, i have tried creating a second SSID with no security and duplicating the advanced settings from the old Draytek. Also i have limited the second SSID to the 2.4GHz radio to see if that would help, it didn't.
    In short i am running out of ideas to try and get this device to connect, it would be a shame to return the new AP because some devices will not work on it (i am not returning the phone since that is the more expensive product of the two).
    Is there a beta firmware for the AP or some setting i could try to get these two devices to work together? I have already tried V1.0.05.000 for the AP. Will try to update the phone's firmware in the meantime.

    Did you try no security 5Ghz Mixed Mode with different SSID than used before?
    http://talk.sonymobile.com/t5/Xperia-Z1-Compact/bd-p/Xperia_Z1_Compact
    Please remember to Kudo those that help you.
    Linksys
    Communities Technical Support

  • Video not working on the first run of Android app

    I couldn't find any results regarding this problem. Maybe I'm just using wrong keywords as it is difficult to explain.
    Has anyone else encountered that video is not working on the first run of Android app? By first run I mean directly after installing. I'm using NetConnection, NetStream, Video objects and GPU renderMode. By working I mean it's not showing and can't hear the audio. I haven't yet debugged deeper so I don't know if the problem is actually related to the code loading the video.
    I've encountered the following issues, which may or may not be related, regarding the the first run and Video object:
    - The first run takes about 20 seconds to start. After that, the start is pretty much instant. If you clear app's cache, it again takes the 20 seconds to launch. The video works after clearing app's cache.
    - When creating the first Video object, the app flashes screen to black for a few frames. This is why I create a dummy Video object in the beginning.
    I use AIR 13, going to upgrade to 14, but I'm quite sure this problem and the issues have been for a while.

    I should add that we're using flv, not mp4. And they're progressively downloaded, not local.

  • Peer2Peer Android Adobe Air Not Working !!!!!

    Hello All,
    I tried to create a small app for my mobile ( android 2.2.1 ) to chat, the app is not working here is the code :
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009" creationComplete="view1_creationCompleteHandler(event)"
            xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
        <fx:Script>
            <![CDATA[
                import mx.events.FlexEvent;
                import flash.net.NetConnection;
                import flash.net.NetGroup;
                import flash.net.GroupSpecifier;
                private var nc:NetConnection;
                private var group:NetGroup;
                protected function view1_creationCompleteHandler(event:FlexEvent):void
                    this.title = "P2P Chat App";
                    NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.KEEP_AWAKE;
                    nc = new NetConnection();
                    nc.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
                    nc.connect('rtmfp://p2p.rtmfp.net', 'key');
                protected function CloseButClick(event:MouseEvent):void
                    NativeApplication.nativeApplication.exit();
                protected function netStatus(event:NetStatusEvent):void
                    trace(event.info.code);
                    switch(event.info.code)
                        case "NetConnection.Connect.Success":
                            setupGroup();
                            break;
                        case "NetGroup.Connect.Success":
                            messages.appendText("Room Connected\n");
                            break;
                        case "NetGroup.Neighbor.Connect":
                            messages.appendText("New Client Connected\n");
                            break;
                        case "NetGroup.Posting.Notify":
                            messages.appendText(event.info.message.message + "\n");
                            break;
                private function setupGroup():void
                    trace(nc.nearID);
                    var groupspec:GroupSpecifier = new GroupSpecifier("myGroup/group0");
                    groupspec.postingEnabled = true;
                    groupspec.ipMulticastMemberUpdatesEnabled = true;
                    group = new NetGroup(nc, groupspec.groupspecWithAuthorizations());
                    group.addEventListener(NetStatusEvent.NET_STATUS,netStatus);
                    topGroup.enabled = true;
                protected function send_message_clickHandler(event:MouseEvent):void
                    var message:Object = new Object();
                    message.message = user_message.text;
                    group.sendToAllNeighbors(message);
                    user_message.text = "";
            ]]>
        </fx:Script>
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <s:layout>
            <s:VerticalLayout gap="5" paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5"/>
        </s:layout>
        <s:HGroup width="100%" verticalAlign="middle" enabled="false" id="topGroup">
            <s:TextInput width="100%" id="user_message"/>
            <s:Button label="Send" id="send_message" click="send_message_clickHandler(event)"/>
        </s:HGroup>
        <s:TextArea id="messages" width="100%" height="100%" editable="false"/>
        <s:Button label="Close" id="close_but" click="CloseButClick(event)"/>
    </s:View>
    and I visited the cc.rtmfp.net and got all greens except the first one : knows public ip address of self

    you say that cc.rtmfp.net shows all green except for "knows IP address of self".  is that the case on both computers that you're trying to do P2P between?  are your two computers actually on the same LAN?  if one is on a wired network and the other is on WiFi, they may not be on the same LAN and may be double-NATted.  if your network topology involves double-NAT and the two computers aren't on the same LAN, AND the outer-most NAT doesn't do hairpinning, P2P communication might not be possible in that configuration.
    if you use the sample 1:1 P2P app, VideoPhoneLabs (link below), can you do P2P between the two computers?  how about on the same computer in two browser windows?
       http://labs.adobe.com/technologies/cirrus/samples/
    if P2P on one computer works but not between two computers, there is probably a NAT or firewall issue going on.  depending on the results from cc.rtmfp.net on both computers, i might be able to deduce what's going on.

  • Excite PRO 3G connection not work after Android v4.3 update

    Hello,
    I live in Italy and on last Sunday (january 26th) my Excite PRO tablet (model AT10LE-A-10H) got the Android version 4.3.201121220.35.
    After restart my wifi works fine, all other app work fine, but my 3g connection doesn't work, mobile network bar is empty and it says "no service".
    My sim card is ok. I used this sim card before the system update and I didn't get any problem with Android 4.2.2.
    Please help me.
    Thank you

    >After restart my wifi works fine, all other app work fine, but my 3g connection doesn't work, mobile network bar is empty and it says "no service".
    Go to the mobile network settings and search again for the 3G network.
    I had similar problem with my Android Smartphone and my o2 provider
    I started new search, then I chosen the O2 again and then I could solve the problem.
    In case this does not work for you, recommend you to reset the tablet back to default (factory settings)

  • For what reason on my tablet with OS Android 4.1 does not work flash on the sites?

    Hi! I recently bought a Google Nexus 7 tablet with Android 4.1 operating system and on my tablet does not work flash sites. Why adobe does not release a new version of flash for android 4.1? Why it was necessary to buy a company Macromedia, if adobe does not want to develop web technology? I think against Adobe can sue for violation of antitrust

    I found this for example:
    http://www.slashgear.com/adobe-no-jelly-bean-flash-flash-player-pulled-altogether-august-1 5-29236404/

  • Flash player does not work with new ICS Android 4.0.4 OS. Has this problem been addressed?

    Flash player does not work with new ICS Android 4.0.4 OS. Has this problem been addressed? I am using Firefox Beta for android and I also tried just Firefox.

    Please check the Play Store app for any Flash updates and install them if present.

  • "Flash Player" will not work on Android 4.0.3!

    I recently purchased  new Samsung tablet 2 (10.1) which operates on Android 4.0.3 (Ice Cream Sandwich)
    I have since found out that “Flash Player” will not work on Android 4.0.3
    (Ice Cream Sandwich) as adobe is no longer supporting android OS above 4.0
    This means I now have many “apps” that I can not us because they require
    “Flash” to operate!
    Can you assist with this problem?
    Is there a patch I can buy to allow flash to work on Android 4.0.3?

    Moving this discussion to the Installing Flash Player forum.

  • Sprinboard screen does not work on android device

    Hi experts,
    I have a mobile application that i coded on JDEV 11.1.2.4. And i deploy via sdk android-4.3 version. I set DefaultSpringboard on adfmf-application.xml file.
    When i deploy on AndroVM or another Android VM either SDK Emulator, i can see springboard screen properly. But deploy on real devices (tried with Android 4.1.1 Tablet, Android 4.1.2 Sony experia phone, Android 2.3.5 HTC phone) could not see anything, just seen black screen with header(written as applicationName) AdfmfContainerUtilities.showNavigationBar(); does not work also.
    How can i resolve this?
    Also i tried to create completely new adf mobile application that contains only 2 feature and applied the scenerio, it fails on real device too. I think that the problem is on loading featureList. Because when i created an amx page and set as CustomSpringboard. It works
    Please help me..
    brgds
    I m adding my adfmf-application.xml file content, essentially i tried almost all different setting in it.
    <?xml version="1.0" encoding="UTF-8" ?>
    <adfmf:application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:adfmf="http://xmlns.oracle.com/adf/mf" name="MLMobilKatalog"
                       id="com.accmee.MLMobileCatalogue"
                       appControllerFolder="ApplicationController" listener-class="com.accmee.application.LifeCycleListenerImpl">
      <adfmf:featureReference id="com.accmee.Login" showOnSpringboard="false" showOnNavigationBar="false"/>
      <adfmf:featureReference id="com.accmee.productList"/>
      <adfmf:featureReference id="com.accmee.productDefinition"/>
      <adfmf:featureReference id="com.accmee.favourites"/>
      <adfmf:featureReference id="com.accmee.messages"/>
      <adfmf:featureReference id="com.accmee.categoryDef"/>
      <adfmf:featureReference id="com.accmee.exit"/>
      <adfmf:featureReference id="com.accmee.menu" showOnNavigationBar="false" showOnSpringboard="false"/>
      <adfmf:featureReference id="com.accmee.menuList" showOnNavigationBar="false" showOnSpringboard="false"/>
      <adfmf:preferences>
        <adfmf:preferenceGroup id="application">
        </adfmf:preferenceGroup>
      </adfmf:preferences>
      <adfmf:navigation>
        <adfmf:navigationBar enabled="false" displayHideShowNavigationBarControl="false"/>
        <adfmf:springboard enabled="true" showSpringboardAtStartup="false" displayGotoSpringboardControl="false" animation="none"/>
      </adfmf:navigation>
    </adfmf:application>

    Per the release notes, Wallaby only supports Chrome and Safari at this time.
    And yes, it only works with Adobe Flash Professional CS5 files. To use older Adobe Flash Professional files you can resave them in CS5 and then run them through Wallaby. This is a technology preview (not a product) and therefore has certain limitations that might not exist in a shipping product.
    You mention this doesn't work on an itouch G3. You mean an iPod touch G3, yes? What version of iOS do you have installed on your iPod touch? This may be related to incorrect serving of SVG content (if you are using apache) and so you may need to update your .htaccess file in apache per the Wallaby technical tips page.
    Michael O'Rourke
    Adobe Wallaby Team

  • Why my phone's Android apps not work with normal ph data connection​s???

    After 10.3.1.1779 update my phone Q5 had facing lots prblms... at first I can't download anything from amazon app store with normal deta connection, 2nd android apps not work with normal mobile deta connection its always need wifi, 3rd mobile search engine not worked properly and also contact books always show no contacts after restarts it's fixed bt some time later it's starts again... and pls give update for facebook.... plssss plssss blackberry fix those problem.....

    Can I see your /var/log/Xorg.0.log through Pastebin?

  • Android orientation lock does not work within the ADPS App

    Hi,
    and another Android App Bug for today. The Android orientation lock feature does not work in Apps created with ADPS. If orientation lock is enabled and I turn the tablet, the orientation off the ADPS Apps will turn with the tablet.
    My Test Tablet is an Acer IconiaTab A510 with Android 4.0.3
    Kind regards
    Yves

    When you say that the orientation lock doesn't work, we have no way of knowing if that means that the screen is locked in one position only, or that it will not lock in one position only. So try something g very basi and reboot your iPad.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    In the camera app, you have to swipe up and down on the screen to move between photo, video and the square photo mode options, so are you even in the correct mode to take videos?

  • HTML5 does not work in Android 5 and Ubuntu

    Hi! Today my tablet Google Nexus 7 updated to Android 5, and I noticed a problem with Firefox. I noticed that does not work HTML5 mp3 player / It can be seen on the website http://audiobook-online.com/?page_id=2971. Instead of playing a song, it is suggested to download the file. This same problem in Ubuntu system on a netbook Emachine M350. In Google Chrome everything is fine. This can be seen in the screenshots.
    http://pixs.ru/showimage/Screenshot_6315323_14799085.png
    http://pixs.ru/showimage/Screenshot_2281471_14799099.png

    Yes this is a known issue. You will need to use Firefox Beta until Dec 1 or so to get h264 video playback. There are two other codecs webm and ogg video that continue to function. So sites that support multiple formats should continue to work.

  • Flash drag and drop not working on Firefox for android browser

    Drag and drop functionality is not working using Firefox Browser for Android on tablet. We tested with flash action script 2.0 & 3.0 content, both have same issue. Specs of the tab and OS are as follows.
    Android - Kitkat 4.4.2
    Tab models - Lenovo A7600H and Samsung Tab4 T531
    Please refer to a previous case raised on the same issue here at this link (Case 1029615) - https://support.mozilla.org/en-US/questions/1029615
    Additionally, we observed that the object on which Drag and Drop event was triggered, is moving little bit when we double tap.
    Does Firefox provide any libraries to support Drag and Drop functionality on Flash? We are using Geekoview api to execute flash content in our app. Will the same support be provided in Geekoview as well?
    Are there other folks facing the same issue? Is there a solution or workaround to get this feature running?

    Flash on Android is no longer supported by Adobe. While Firefox does support basic functionality we mainly focus on legacy video applications. You may run into issues with Flash and Geckoview. I doubt we have any resources to support that configuration.

  • A link to other pdf files not working in only Android OS. How Can I fix it ?

    If there is many folders and pdf files in there  and a pdf file is at root and the root pdf file has many link to pdf files.
    In Windows OS links work well. but In Android OS, not working. when I click links, there is no difference. How can I fix it?

    Hi,
    Are you trying to open a portfolio or a pdf with attachments on Adobe Reader on Android or a pdf file with links(in form of text) to other pdfs? Would it be possible for you to share the pdf with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

Maybe you are looking for