Connection-to-server-unsuccessful-phonegap-android-emulator

connection-to-server-unsuccessful-phonegap-android-emulator error during lunch, I think code js is old but phonegap is new from github this wk... any comment? just replaced index.html from a finished book chapter in phonegap 2011-2 (c)...
<script type="text/javascript">
          var filename = "read-write.txt";
            var filePath = "file:///sdcard/read-write.txt";
                              var textarea = document.getElementById("textarea");
            /** Called when phonegap javascript is loaded */
            function onDeviceReady(){
                var readButton = document.getElementById("read");
                var writeButton = document.getElementById("write");
                readButton.addEventListener("click", readFile, false);
                writeButton.addEventListener("click", saveFile, false);
            function readFile(){
                window.resolveLocalFileSystemURI(    //filename to be read
                filePath,    //success callback
                function(fileEntry){
                          fileEntry.file(
                                                            function(file){
                                                                      var fileReader = new FileReader();
                                              fileReader.onloadend = function(evt){
                                                  document.getElementById("textarea").value = evt.target.result;
                                              fileReader.readAsText(file);
                                                            function(error){
                                                                      alert("Got error while reading "+filePath);
                },    //error callback
                function(error){
                    alert(filename + " not present, please add content and click Save first");
            function saveFile(){
                window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function(fileSystem){
                                                  alert(fileSystem.name);
                    var sdcardEntry = fileSystem.root;
                                                  sdcardEntry.getFile(
                                                            filename,
                                                            {create:true},
                                                            function(fileEntry){
                                                                      fileEntry.createWriter(
                                                                                function(fileWriter){
                                                                                           fileWriter.onwrite = function(evt) {
                                                                                                  alert("Write was successful!");
                                                                                                    document.getElementById("textarea").value="";
                                                                                           fileWriter.write(document.getElementById("textarea").value);
                                                                                function(error){
                                                                                          alert("Failed to get a file writer for "+filename);
                                                            function(error){
                                                                      alert("Got error while reading "+filename+" "+error);
                }, function(error){
                    alert("Got Error while gaining access to file system");
            /** Called when browser load this page*/
            function init(){
                document.addEventListener("deviceready", onDeviceReady, false);
        </script>

I FIXED PROBLEM WAS A FILE WITH SPACES IN filename...
well after i got error here in WRITE (BUTTON PRESS) TO FILE FUNCTION of textarea text...
function(error){
alert("Got error while reading "+filename+" "+error);
well?

Similar Messages

  • Cs6: am trying with adobe dreamweaver to upload/connect to server, unsuccessfully

    I am trying with adobe dreamweaver cs6 to upload/connect to server, unsuccessfully, is it permissions problem? See attachment…?
    Manage Sites – Connect
    Upload/download – no Connect
    Although I cannot PUT/UPLOAD from
    http://www.l-web-dev.net/ (http://www.paphoscarhire.mobi/l-web-dev) (from managed Sites I connect success but still cannot upload)
    but I can upload to this subweb/subfolder from http://www.paphoscarhire.mobi/ that is parent of above, any suggestion?

    Maybe this tech note will help:
    http://kb2.adobe.com/cps/147/tn_14787.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/

  • Deployment problem on ADF Mobile (Android Emulator)

    Good Day,
    I am using Jdeveloper 11.1.2.3.0
    I am getting a problem during the deployment of my app on Android Emulator. Here is the log:
    [01:54:56 PM] Updating Android profile dependencies with FAR profiles created from application projects...
    [01:54:56 PM] ----  Deployment started.  ----
    [01:54:56 PM] Target platform is  (Android).
    [01:54:56 PM] Beginning deployment of ADF Mobile application "FirstMobileApp" to Android using profile "TestProfile".
    [01:54:56 PM] Checking state of Android Debug Bridge server...
    [01:54:56 PM] Android Debug Bridge server already running.
    [01:55:00 PM] Verifying a single Android emulator is online and connected to the ADB server...
    [01:55:00 PM] Beginning deployment of ADF Mobile application "FirstMobileApp" to Android using profile "TestProfile".
    [01:55:00 PM] Running dependency analysis...
    [01:55:00 PM] Building...
    [01:55:00 PM] Deploying 3 profiles...
    [01:55:01 PM] Wrote Archive Module to C:\JDeveloper\mywork\FirstMobileApp\ApplicationController\deploy\ApplicationController.jar
    [01:55:01 PM] Wrote Archive Module to C:\JDeveloper\mywork\FirstMobileApp\ViewController\deploy\ViewController.jar
    [01:55:01 PM] Starting to prepare the packaging...
    [01:55:07 PM] Verifying Application Controller project exists...
    [01:55:07 PM] Verifying application dependencies...
    [01:55:07 PM] Validating application XML files...
    [01:55:07 PM] Validating XML files in project ApplicationController...
    [01:55:07 PM] Validating XML files in project ViewController...
    [01:55:08 PM] Copying FARs to the ADF Mobile Framework application...
    [01:55:08 PM] Copying FAR from source: ViewController...
    [01:55:08 PM] Copying FAR from source: ApplicationController...
    [01:55:08 PM] Copying framework java resource files...
    [01:55:24 PM] Copying common javascript files...
    [01:55:38 PM] Deploying skinning files...
    [01:55:38 PM] Copying application image files...
    [01:55:38 PM] Copying ADF Mobile configuration files...
    [01:55:38 PM] Copying .adf files...
    [01:55:38 PM] Copying security related files to the ADF Mobile Framework application...
    [01:55:38 PM] Creating Android preferences XML files...
    [01:55:39 PM] Creating AndroidManifest.xml file...
    [01:55:39 PM] Creating unsigned Android application file...
    [01:55:50 PM] Compiling Android Resource Identifier file...
    [01:55:52 PM] Creating Android classes.dex file from class files...
    [01:55:54 PM] Command-line executed: ["C:\Users\Nasir Amin\AppData\Local\Android\sdk1\platform-tools\dx.bat", --dex, --keep-classes, --output="C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes.dex", C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\AND_ksoap.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\Container.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\IDMMobileSDK.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\logging_dalvik_release.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\phonegap.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\vmchannel_dalvik_release.jar]
    [01:55:54 PM] '"C:\Windows\system32\java.exe"' is not recognized as an internal or external command,
    [01:55:54 PM] operable program or batch file.
    [01:55:54 PM] Command-line execution failed (Return code: 1)
    [01:55:54 PM] Command-line executed:  "C:\Users\Nasir Amin\AppData\Local\Android\sdk1\platform-tools\dx.bat" --dex --keep-classes --output="C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes.dex" C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\AND_ksoap.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\Container.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\IDMMobileSDK.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\logging_dalvik_release.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\phonegap.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\vmchannel_dalvik_release.jar
    [01:55:54 PM] Deployment cancelled.
    [01:55:54 PM] ----  Deployment incomplete  ----.
    [01:55:54 PM] Deployment failed due to one or more errors returned by 'C:\Users\Nasir Amin\AppData\Local\Android\sdk1\platform-tools\dx.bat'.  The following is a summary of the returned error(s):
    Command-line execution failed (Return code: 1)

    Dear aJohny,
    I am sorry for inconvenience, In fact I had to ask about solution of this problem. Its my bad I had pasted the wrong log. Here is the original problem, as I have updated the question also:
    [01:54:56 PM] Updating Android profile dependencies with FAR profiles created from application projects...
    [01:54:56 PM] ----  Deployment started.  ----
    [01:54:56 PM] Target platform is  (Android).
    [01:54:56 PM] Beginning deployment of ADF Mobile application "FirstMobileApp" to Android using profile "TestProfile".
    [01:54:56 PM] Checking state of Android Debug Bridge server...
    [01:54:56 PM] Android Debug Bridge server already running.
    [01:55:00 PM] Verifying a single Android emulator is online and connected to the ADB server...
    [01:55:00 PM] Beginning deployment of ADF Mobile application "FirstMobileApp" to Android using profile "TestProfile".
    [01:55:00 PM] Running dependency analysis...
    [01:55:00 PM] Building...
    [01:55:00 PM] Deploying 3 profiles...
    [01:55:01 PM] Wrote Archive Module to C:\JDeveloper\mywork\FirstMobileApp\ApplicationController\deploy\ApplicationController.jar
    [01:55:01 PM] Wrote Archive Module to C:\JDeveloper\mywork\FirstMobileApp\ViewController\deploy\ViewController.jar
    [01:55:01 PM] Starting to prepare the packaging...
    [01:55:07 PM] Verifying Application Controller project exists...
    [01:55:07 PM] Verifying application dependencies...
    [01:55:07 PM] Validating application XML files...
    [01:55:07 PM] Validating XML files in project ApplicationController...
    [01:55:07 PM] Validating XML files in project ViewController...
    [01:55:08 PM] Copying FARs to the ADF Mobile Framework application...
    [01:55:08 PM] Copying FAR from source: ViewController...
    [01:55:08 PM] Copying FAR from source: ApplicationController...
    [01:55:08 PM] Copying framework java resource files...
    [01:55:24 PM] Copying common javascript files...
    [01:55:38 PM] Deploying skinning files...
    [01:55:38 PM] Copying application image files...
    [01:55:38 PM] Copying ADF Mobile configuration files...
    [01:55:38 PM] Copying .adf files...
    [01:55:38 PM] Copying security related files to the ADF Mobile Framework application...
    [01:55:38 PM] Creating Android preferences XML files...
    [01:55:39 PM] Creating AndroidManifest.xml file...
    [01:55:39 PM] Creating unsigned Android application file...
    [01:55:50 PM] Compiling Android Resource Identifier file...
    [01:55:52 PM] Creating Android classes.dex file from class files...
    [01:55:54 PM] Command-line executed: ["C:\Users\Nasir Amin\AppData\Local\Android\sdk1\platform-tools\dx.bat", --dex, --keep-classes, --output="C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes.dex", C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\AND_ksoap.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\Container.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\IDMMobileSDK.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\logging_dalvik_release.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\phonegap.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\vmchannel_dalvik_release.jar]
    [01:55:54 PM] '"C:\Windows\system32\java.exe"' is not recognized as an internal or external command,
    [01:55:54 PM] operable program or batch file.
    [01:55:54 PM] Command-line execution failed (Return code: 1)
    [01:55:54 PM] Command-line executed:  "C:\Users\Nasir Amin\AppData\Local\Android\sdk1\platform-tools\dx.bat" --dex --keep-classes --output="C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes.dex" C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\AND_ksoap.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\Container.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\IDMMobileSDK.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\logging_dalvik_release.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\phonegap.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\vmchannel_dalvik_release.jar
    [01:55:54 PM] Deployment cancelled.
    [01:55:54 PM] ----  Deployment incomplete  ----.
    [01:55:54 PM] Deployment failed due to one or more errors returned by 'C:\Users\Nasir Amin\AppData\Local\Android\sdk1\platform-tools\dx.bat'.  The following is a summary of the returned error(s):
    Command-line execution failed (Return code: 1)
    Sorry and Regards,
    Muddasar

  • Error while deploying the ADF Mobile application to the Android Emulator.

    Hi,
    I'm getting an error when trying to deploying a basic helloworld ADF mobile application to my Android sdk emulator which is already running as below.
    I'm not able to make anything from this limited log. Can anyone have a look and help me with what could be wrong.
    Any kind of suggestions are most welcome.
    [06:09:30 PM] Print the version of this tool (1.7).
    [06:09:30 PM] dx --help
    [06:09:30 PM] Print this message.
    [06:09:30 PM] Command-line execution failed (Return code: 1)
    [06:09:30 PM] Command-line executed: "D:\1_DevCore\android_sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools\dx.bat" dex debug keep-classes output="D:\jdevuserhome\111230\ADFMobile\MyMobileApps\ MyMobileApp01\ MyMobileApp01\deploy\ANDROID_MOBILE_NATIVE_archive1\classes.dex" D:\jdevuserhome\111230\ADFMobile\MyMobileApps\ MyMobileApp01\ MyMobileApp01\deploy\ANDROID_MOBILE_NATIVE_archive1\classes D:\jdevuserhome\111230\ADFMobile\MyMobileApps\ MyMobileApp01\ MyMobileApp01\deploy\ANDROID_MOBILE_NATIVE_archive1\framework\build\jar\AND_ksoap.jar D:\jdevuserhome\111230\ADFMobile\MyMobileApps\ MyMobileApp01\ MyMobileApp01\deploy\ANDROID_MOBILE_NATIVE_archive1\framework\build\jar\Container.jar D:\jdevuserhome\111230\ADFMobile\MyMobileApps\ MyMobileApp01\ MyMobileApp01\deploy\ANDROID_MOBILE_NATIVE_archive1\framework\build\jar\IDMMobileSDK.jar D:\jdevuserhome\111230\ADFMobile\MyMobileApps\ MyMobileApp01\ MyMobileApp01\deploy\ANDROID_MOBILE_NATIVE_archive1\framework\build\jar\logging_dalvik_release.jar D:\jdevuserhome\111230\ADFMobile\MyMobileApps\ MyMobileApp01\ MyMobileApp01\deploy\ANDROID_MOBILE_NATIVE_archive1\framework\build\jar\phonegap.jar D:\jdevuserhome\111230\ADFMobile\MyMobileApps\ MyMobileApp01\ MyMobileApp01\deploy\ANDROID_MOBILE_NATIVE_archive1\framework\build\jar\vmchannel_dalvik_release.jar
    [06:09:30 PM] Shutting down Android Debug Bridge server...
    [06:09:30 PM] Deployment cancelled.
    [06:09:30 PM] ---- Deployment incomplete ----.
    [06:09:30 PM] Deployment failed due to one or more errors returned by 'D:\1_DevCore\android_sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools\dx.bat'. The following is a summary of the returned error(s):
    Command-line execution failed (Return code: 1)
    Thanks,
    Bhasker

    I'm not able to make anything from this limited log.
    For Android emulator logs run the following command.
    adb logcat
    logcat | Android Developers

  • Deployment Error when deploy to Android Emulator

    Dear all,
    I encounter problem when trying to deploy the ADF Mobile application to the Android Emulator.
    I followed the tutorial steps in this link.[ADF Mobile Tutorial|http://docs.oracle.com/cd/E18941_01/tutorials/BuildingMobileApps/ADFMobileTutorial_1.html]
    Can anyone please help to advise on this matter?
    FYI, I am using JDeveloper Studio 11.1.2.3.0 and Android 4.2(API 17).
    [12:31:39 PM] Command-line executed: ["C:\Android\adt-bundle-windows-x86_64\sdk\platform-tools\dx.bat", dex, debug, keep-classes, output="C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\classes.dex", C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\classes, C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\AND_ksoap.jar, C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\Container.jar, C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\IDMMobileSDK.jar, C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\logging_dalvik_release.jar, C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\phonegap.jar, C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\vmchannel_dalvik_release.jar]
    [12:31:39 PM] unknown output extension: C:\JDeveloper\mywork\ADF
    [12:31:39 PM] usage:
    [12:31:39 PM] dx --dex [--debug] [--verbose] [--positions=<style>] [--no-locals]
    [12:31:39 PM] [--no-optimize] [--statistics] [--[no-]optimize-list=<file>] [--no-strict]
    [12:31:39 PM] [--keep-classes] [--output=<file>] [--dump-to=<file>] [--dump-width=<n>]
    [12:31:39 PM] [--dump-method=<name>[*]] [--verbose-dump] [--no-files] [--core-library]
    [12:31:39 PM] [--num-threads=<n>] [--incremental] [--force-jumbo]
    [12:31:39 PM] [<file>.class | <file>.{zip,jar,apk} | <directory>] ...
    [12:31:39 PM] Convert a set of classfiles into a dex file, optionally embedded in a
    [12:31:39 PM] jar/zip. Output name must end with one of: .dex .jar .zip .apk. Positions
    [12:31:39 PM] options: none, important, lines.
    [12:31:39 PM] dx annotool annotation=<class> [--element=<element types>]
    [12:31:39 PM] [--print=<print types>]
    [12:31:39 PM] dx --dump [--debug] [--strict] [--bytes] [--optimize]
    [12:31:39 PM] [--basic-blocks | --rop-blocks | --ssa-blocks | --dot] [--ssa-step=<step>]
    [12:31:39 PM] [--width=<n>] [<file>.class | <file>.txt] ...
    [12:31:39 PM] Dump classfiles, or transformations thereof, in a human-oriented format.
    [12:31:39 PM] dx --find-usages <file.dex> <declaring type> <member>
    [12:31:39 PM] Find references and declarations to a field or method.
    [12:31:39 PM] declaring type: a class name in internal form, like Ljava/lang/Object;
    [12:31:39 PM] member: a field or method name, like hashCode
    [12:31:39 PM] dx -J<option> ... <arguments, in one of the above forms>
    [12:31:39 PM] Pass VM-specific options to the virtual machine that runs dx.
    [12:31:39 PM] dx --version
    [12:31:39 PM] Print the version of this tool (1.7).
    [12:31:39 PM] dx --help
    [12:31:39 PM] Print this message.
    [12:31:39 PM] Command-line execution failed (Return code: 1)
    [12:31:39 PM] Command-line executed: "C:\Android\adt-bundle-windows-x86_64\sdk\platform-tools\dx.bat" dex debug keep-classes output="C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\classes.dex" C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\classes C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\AND_ksoap.jar C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\Container.jar C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\IDMMobileSDK.jar C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\logging_dalvik_release.jar C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\phonegap.jar C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\vmchannel_dalvik_release.jar
    [12:31:39 PM] Shutting down Android Debug Bridge server...
    *[12:31:39 PM] Deployment cancelled.*
    *[12:31:39 PM] ---- Deployment incomplete ----.*
    *[12:31:39 PM] Deployment failed due to one or more errors returned by 'C:\Android\adt-bundle-windows-x86_64\sdk\platform-tools\dx.bat'. The following is a summary of the returned error(s):*
    Command-line execution failed (Return code: 1)

    It looks like you've spaces in the path where you've created your ADF Mobile workspace:
    C:\JDeveloper\mywork\ADF Mobile Tutorial 1
    I suggest that's throwing the command off. Close JDev, remove the spaces, reopen JDev then the workspace. Try again.
    CM.

  • In relation to Wireless Speakers, what does 'Connected Music Server' mean?

    Hello All,
    Need some advise. I am looking at purchasing a Wireless speaker. I currently have a MacBook Pro 10.8 which has my music stored in iTunes. My phone is an Android 4.2.2 device.
    Therefore, I need to buy a wireless speaker that supports AirPlay (aka stream music from my MacBook Pro) and also has an app that I can install on my Android device which can threby access the iTunes playlist so that I can use my phone as the remote control.
    Based on the above requirements, I narrowed down my chocie to the Denon Cocoon Home (whose app is also Deno Cocoon) and the Pioneer A4 XW-SMA4-K (whose app is Pioneer ControlApp)
    Question 1:
    The Denon App says this:
    - When connected to your home Wi-Fi network you can further expand your choice of music by using the Music Server to browse and play all the music that is stored on your PC, Mac or Network Attached Storage (NAS) drive.
    - DRM protected music is NOT supported by the Denon Cocoon app (or any 3rd party music app)
    My question what does one mean by a 'connected music server?' If an AirPlay speaker receives iTunes music, does it automatically become a 'connected music server?' Technically, is music in my iTunes app (some purchased from iTunes store, some imported) considered DRM protected music? Can ithe app read the iTunes music given the above contraint?
    Question 2:
    The Pioneer App has a lot of complicated lingo that says:
    Network Audio Player
    - Browse and select music files on your connected music server
    AV Receiver
    - Browse and select music files on your connected music server
    Network CD Receiver System
    - Browse and select music files on your connected music server
    Wireless Speaker
    - Volume up/down
    - Select Internet Radio Stations
    - PUSH PLAYER
    It uses one app for multiple devices and in the app description has a breakdown for what the app supports for every device. Now the 'connected music server' is not mentioned in 'Wireless Speaker' but the same is mentioned in 'Network Audio Player' so what does that mean?
    I am more veered towards the Pioneer speaker as it costs $100 less and has better reviews but I will go with the one that will aloow me to use my Android phone as a remote control to access the music that the speaker is streaming from my MacBook pro.

    CSS SSL module sending a Close_Notify.
    Try these links;
    http://www.cisco.com/warp/public/117/basic_css_lb_config.html
    http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a008057a127.html

  • How to use the Google Android Emulator in Flash Builder on Windows 7?

    I want to try out Flash Builder to create an app, but I cannot find out how to use the Google Android Emulator in Flash Builder. The simulators in Flash Builder work, and the android emulator is installed correctly and can run. I just can't seem to connect them. How do I do that?

    Hi Pahup,
    Thank you for your reply!!
    I adapted an Android App using Flash CC on a Mac. I already published this App for the Apple App Store. When I published the App for Android I chose Air 3.7.xxx for Android. I also created the p12 certificate using Flash CC in the publishing settigns for Android. So my App is theoretically finished and ready for Upload.
    When I went to the Google Play Store Developer Console I had the options to
    1.) Upload APK
    or
    2.) Prepare Store Entry
    ...so I prepared the Store entry first. When I go to "APK"-Tab in the console it looks like this:
    ... it says "Upload APK" and the Button below "Get Licence Key". When I click on the license Key Button it looks like this:
    So I think I should enter this RSA-Key somehow into my App BEFORE uploading it to the Google Play Store. This is recommended when an Ap is set to be paid. My Application is set to paid.
    I did not use any kind of licensing API (until now - cause I don´t know how and what it is for)
    This is all new to me. It is the first App I want to bringt to the Android market. I really hoped it would be as easy as getting an app into the Apple App Store. I found so many step by step instructions for dummies on "How to get an Flash iOS App into the App Store plus creating all the certificates needed", so I thought it would be the same for Android. But there is no help at all at the moment. I am totally confused.
    So any help, hint or instrusction would be great!!
    By the way - this is the App I want to get into the Google Play Store

  • Problem with my Mac running mountain lion not connecting to server

    Hi there,
    I have a problem connecting to the HDD shared on my local network. As far as I understand this might be a Mountain Lion (10.8.4) problem, because all my other devices can connect to it (even my iphone throught an app called FileExplorer).
    I read that it might be related to a Samba problem, but I tried to install SMBUp and I still cannot connect to my HDD. Whenever I try to connect to it via the Cmd+K it says "The version of this server is not supported". Please help me this is blowing my mind. Also, it's a shame that everything but my main machine can connect to my HDD (PCs, Android, iOS are all fine).
    Thanks in advance.

    Sorry for the delay, but I've been quite busy in the recent period. Unfortunately, the solution you linked me doesn't seem to be working. Any other idea?
    BTW: I've upgraded to Mavericks

  • Flex mobile 4.6 app works inside flash builder but not in android emulator

    Originally posted on stackoverflow: http://stackoverflow.com/questions/8663892/flex-mobile-4-6-app-works-inside-flash-builder- but-not-in-android-emulator
    I have a basic flex mobile 4.6 app and it works fully fine in the flash builder built-in emulator using an android device profile like aria...
    It also launches fine in the android emulator but one particular view shows blank (and this view works fine in flash builder).
    Before I get in to many details of the view are there any categorical gotchas that can be causing this?
    I can't seem to get the trace statements from the app to show in 'adb logcat'. It seems I need to compile a debug version of the apk but I don't know how to do this. I use the 'Export Release Build' from the Project menu in flash builder and it doesn't seem to have an option for debug=true.
    The problematic/blank view basically uses the stagewebview and iotashan's oauth library to call linkedin rest apis... A different (and working) view can make restful web service calls in the emulator fine, so it doesn't seem to be an internet permission.
    The source code contained in the problematic/blank view is almost identical to the tutorial found at:http://www.riagora.com/2011/01/air-and-linkedin/
    The differences are: a) The root tag is a View b) I use StageWebView instead of HtmlContainer c) I use my own linkedin key and tokens.
    I would appreciate it if someone can provide me with some pointers on how to troubleshoot this situation. Perhaps someone can tell me how to debug the app while running in the emulator (I think I need the correct adt command arguments for this which matches the 'Export Release Build' menu but adds the debug param?)
    Thanks for your help in advance.
    Comment Added:
    I suspect that this has to do with connections to https:// api.linkedin.com and https:// www.linkedin.com. The only reason I can think of that the same code is not having issues inside of Flex Builder but indeed having issues in the Android emulator is something to do with certificates. Any ideas?

    Thanks er453r,
    I have created a project that clearly reproduces the bug.  Here are the steps:
    1) Create a UrlLoader and point it to https://www.google.com (HTTPS is important because http works but HTTPS does not)
    2) Load it
    3) Run in Flash Builder 4.6/Air 3.1 and then run in Android emulator.  The former works with an http status 200.  The latter gives you an ioerror 2032.  I am assuming what works in Flash Builder is supposed to work in the Android Emulator and what what works in the emulator is supposed to work in a physical device (plus or minus boundary conditions).
    I see a certificate exception in adb logcat but not sure if it's related...
    Here is the self contained View code which works with a TabbedViewNavigatorApplication:
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark"
                        xmlns:mx="library://ns.adobe.com/flex/mx"
                        xmlns:ns1="*"
                        xmlns:local="*"
                        creationComplete="windowedapplication1_creationCompleteHandler(event) "
                        actionBarVisible="true" tabBarVisible="true">
              <fx:Script>
                        <![CDATA[
                                  import mx.events.FlexEvent;
                                  protected var requestTokenUrl:String = "https://www.google.com";
                                  protected function windowedapplication1_creationCompleteHandler(event:FlexEvent):void
                                            var loader:URLLoader = new URLLoader();
                                            loader.addEventListener(ErrorEvent.ERROR, onError);
                                            loader.addEventListener(AsyncErrorEvent.ASYNC_ERROR, onAsyncError);
                                            loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
                                            loader.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS, httpResponseStatusHandler);
                                            loader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
                                            var urlRequest:URLRequest = new URLRequest(requestTokenUrl);
                                            loader.load(urlRequest);
                                  protected function requestTokenHandler(event:Event):void
                                  protected function httpResponse(event:HTTPStatusEvent):void
                                            label.text += event.status;
                                            // TODO Auto-generated method stub
                                  private function completeHandler(event:Event):void {
                                            label.text += event.toString();
                                            trace("completeHandler data: " + event.currentTarget.data);
                                  private function openHandler(event:Event):void {
                                            label.text +=  event.toString();
                                            trace("openHandler: " + event);
                                  private function onError(event:ErrorEvent):void {
                                            label.text +=  event.toString();
                                            trace("onError: " + event.type);
                                  private function onAsyncError(event:AsyncErrorEvent):void {
                                            label.text += event.toString();
                                            trace("onAsyncError: " + event);
                                  private function onNetStatus(event:NetStatusEvent):void {
                                            label.text += event.toString();
                                            trace("onNetStatus: " + event);
                                  private function progressHandler(event:ProgressEvent):void {
                                            label.text += event.toString();
                                            trace("progressHandler loaded:" + event.bytesLoaded + " total: " + event.bytesTotal);
                                  private function securityErrorHandler(event:SecurityErrorEvent):void {
                                            label.text +=  event.toString();
                                            trace("securityErrorHandler: " + event);
                                  private function httpStatusHandler(event:HTTPStatusEvent):void {
                                            label.text += event.toString();
                                            //label.text += event.responseHeaders.toString();
                                            trace("httpStatusHandler: " + event);
                                  private function httpResponseStatusHandler(event:HTTPStatusEvent):void {
                                            label.text +=  event.toString();
                                            trace("httpStatusHandler: " + event);
                                  private function ioErrorHandler(event:IOErrorEvent):void {
                                            label.text +=  event.toString();
                                            label.text += event.text;
                                            trace("ioErrorHandler: " + event);
                        ]]>
              </fx:Script>
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
              </fx:Declarations>
              <s:Label id="label" y="185" width="100%" color="#0A0909" horizontalCenter="0" text=""/>
    </s:View>

  • Android Emulator get hangs on starting the application in debug Mode

    I have deployed the application on Android Emulator in debug mode but on starting the app it get hangs. I have set the Java Debugging to true in the cvm.properties file and also started Java debugger from JDev before launching the ADF Mobile app on android emulator. Can any body help me to figure out the problem why the emulator gets hang on starting the application in debug Mode.

    Hi, after setting the debugging = true, you would also need to start the JDeveloper debugger and configure it for remote debugging. Shay has a blog article that should help.
    The emulator is hung while trying to connect to the JDeveloper debugger.
    https://blogs.oracle.com/shay/entry/debugging_adf_mobile_apps_on
    Thanks,
    Joe Huang

  • HT4061 my computer unable to connect itunes server

    my computer unable to connect itunes server,even itune help is also not connect to server
    the massage will be "iTunes Help is unavailable because your computer isn’t connected to the Internet.

    in diagnostics report
    Microsoft Windows 7 x64 Home Basic Edition (Build 7600)
    Dell Inc. Inspiron 1545
    iTunes 11.0.0.163
    QuickTime not available
    FairPlay 2.2.32
    Apple Application Support 2.3.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.0.1.3
    Apple Mobile Device Driver 1.63.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 00DABA000B0C13D0
    Current user is not an administrator.
    The current local date and time is 2012-12-12 11:43:11.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 11.0.0.163 (x64) is currently running.
    iTunesHelper 11.0.0.163 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {A21769EE-B8FA-43A8-ACC9-8B4AC6B200C6}
    Description:    Microsoft Virtual WiFi Miniport Adapter #2
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    No
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Adapter Name:    {61D7CACF-EC6D-4ED3-BAE8-0FE3AC647BFF}
    Description:    Dell Wireless 1397 WLAN Mini-Card
    IP Address:    192.168.1.5
    Subnet Mask:    255.255.255.0
    Default Gateway:    192.168.1.1
    DHCP Enabled:    Yes
    DHCP Server:    192.168.1.1
    Lease Obtained:    Wed Dec 12 09:36:06 2012
    Lease Expires:    Thu Dec 13 09:36:06 2012
    DNS Servers:    192.168.1.1
    Adapter Name:    {27D403C7-FE78-4FBE-B11B-6D449ACA2B11}
    Description:    Bluetooth Device (Personal Area Network)
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Adapter Name:    {EAB5F805-06F2-4343-AB41-C1BB2A0028F5}
    Description:    Marvell Yukon 88E8040 PCI-E Fast Ethernet Controller
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Active Connection:    LAN Connection
    Connected:    Yes
    Online:        Yes
    Using Modem:    No
    Using LAN:    Yes
    Using Proxy:    No
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Basic connection to the store failed.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    iTunes has never successfully accessed the iTunes Store.

  • Firefox Sync cannot connect to server

    Firefox Desktop 12.0 on Win7 HP 64bit
    Firefox Mobile 14.0 on Android 4.0.3 (didn't work on 2.3.6 either)
    Hello,
    I'm trying to set up Sync between my Firefox Mobile and Desktop. On the mobile, I tap on "Sync" and get the three alphanumerical codes. I enter them on my desktop Firefox, the both browsers communicate with the server. The desktop browser says "Device connected" and the mobile browser says "Firefox Sync could not connect to server".
    What else can I try?
    Greetings, Jost

    Do you have Firefox mobile Aurora or Nightly builds installed and Syncing? The rewrite as a Android Service resulted in Sync only working with one instance of Firefox at a time.

  • Synchronisation using Android emulator

    Hello,
    I am following these tutorials
    http://docs.oracle.com/cd/E22663_01/doc.11100/e22676.pdf
    http://docs.oracle.com/cd/E22663_01/doc.11100/e22681.pdf
    I was able to install the Oracle database mobile server and MDK, log in to the Mobile Server Console. I was trying to implement synchronisation using android emulator...Now my question is how should I install the mobile client on the android platform ??? Mobile Client Guide Chapter4 explains "Using an Android Application on the SQLite Mobile Client"......But how do I install the mobile client.
    Please help
    Thanks

    DPS folios/apps cannot be previewed on Android emulator. Instead use the Adobe Content Viewer to preview folios on a physical device. You can download the Content Viewer here Adobe Content Viewer - Android Apps on Google Play

  • 5.5 Mobile Applications Android emulator Doesn't seem to want to work!

    Using Dreamweaver 5.5 and the new Mobile Applications I'm successfully set up the Android SDK (which was a right pain in the backside) - so now I can build the HTML5 structure and the 'PhoneGap' tools are there, my problem comes when exporting the application for build and testing.
    When I start the build and emulate it pops up with a message stating 'unable to open in the emulator and to look in the build log for details'. So I do thia and find the following:
    DERROR: Cannot copy phonegap files. Terminating.java.io.FileNotFoundException: (path to app here - removed for NDA reasons)\DefaultActivity.java (The system cannot find the path specified)
    ERROR: Clone failed
    and
    Waiting for Android emulator to bootERROR: failed to launch Android emulator
    No I've also tried to lauch the Android emulators via the Virtual device manager but it comes back with this error:
    PANIC: Could not open: C:\Users\c554\.android/avd/AP4.ini
    Now to me it looks like it;s trying to reference the emulator with the wrong path - but I'm not sure on how to go about finding or even changing this.....
    So can anyone point me in the right direction so that I can get my applications fully running in Dreamweaver 5.5?
    Thanks

    Step1: You can run emulator android apps. it well error
    Step2: You keep you keep running the emulator, then again you debug
    I also encountered this error and now understand that to debug.
    wish you success

  • Run APK generated by DPS on the Android Emulator

    Hello,
    I am trying to run the Android App reader generate by Adobe Viewer Builder on the Android Emulator, but the app is crashing.
    I am able to install Adobe AIR and the Apk generated, they install with any problems, but when I try to run the app, I get the error below:
    I/ActivityManager(   61): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=air.br.com.abril.ibadpsreader/.AppEntry } from pid 135
    I/ActivityManager(   61): Start proc air.br.com.abril.ibadpsreader for activity air.br.com.abril.ibadpsreader/.AppEntry: pid=294 uid=10035 gids={1015, 3003}
    I/ARMAssembler(   61): generated scanline__00000177:03515104_00001002_00000000 [ 87 ipp] (110 ins) at [0x445ed6f0:0x445ed8a8] in 526604 ns
    I/StartupTime1(  294): :1331752180760
    D/Environment(  294): init
    D/dalvikvm(  294): Trying to load lib /data/data/com.adobe.air/lib/libCore.so 0x405231c0
    D/dalvikvm(  294): Added shared lib /data/data/com.adobe.air/lib/libCore.so 0x405231c0
    I/dalvikvm(  294): Failed resolving Lcom/adobe/air/AIRWindowSurfaceView$4; interface 159 'Landroid/view/View$OnSystemUiVisibilityChangeListener;'
    W/dalvikvm(  294): Link of class 'Lcom/adobe/air/AIRWindowSurfaceView$4;' failed
    E/dalvikvm(  294): Could not find class 'com.adobe.air.AIRWindowSurfaceView$4', referenced from method com.adobe.air.AIRWindowSurfaceView.DoSetOnSystemUiVisibilityChangeListener
    W/dalvikvm(  294): VFY: unable to resolve new-instance 221 (Lcom/adobe/air/AIRWindowSurfaceView$4;) in Lcom/adobe/air/AIRWindowSurfaceView;
    D/dalvikvm(  294): VFY: replacing opcode 0x22 at 0x0000
    D/dalvikvm(  294): VFY: dead code 0x0002-0008 in Lcom/adobe/air/AIRWindowSurfaceView;.DoSetOnSystemUiVisibilityChangeListener ()V
    I/dalvikvm(  294): Could not find method android.view.View.setSystemUiVisibility, referenced from method com.adobe.air.AIRWindowSurfaceView.clearFullScreen
    W/dalvikvm(  294): VFY: unable to resolve virtual method 440: Landroid/view/View;.setSystemUiVisibility (I)V
    D/dalvikvm(  294): VFY: replacing opcode 0x6e at 0x001a
    I/dalvikvm(  294): Could not find method android.view.View.setSystemUiVisibility, referenced from method com.adobe.air.AIRWindowSurfaceView.setFullScreen
    W/dalvikvm(  294): VFY: unable to resolve virtual method 440: Landroid/view/View;.setSystemUiVisibility (I)V
    D/dalvikvm(  294): VFY: replacing opcode 0x6e at 0x001c
    I/dalvikvm(  294): Could not find method android.view.ScaleGestureDetector.getCurrentSpanX, referenced from method com.adobe.air.gestures.AIRGestureListener.onScale
    W/dalvikvm(  294): VFY: unable to resolve virtual method 411: Landroid/view/ScaleGestureDetector;.getCurrentSpanX ()F
    D/dalvikvm(  294): VFY: replacing opcode 0x74 at 0x0040
    I/dalvikvm(  294): Could not find method android.view.ScaleGestureDetector.getPreviousSpanX, referenced from method com.adobe.air.gestures.AIRGestureListener.onScale
    W/dalvikvm(  294): VFY: unable to resolve virtual method 416: Landroid/view/ScaleGestureDetector;.getPreviousSpanX ()F
    D/dalvikvm(  294): VFY: replacing opcode 0x74 at 0x009a
    D/dalvikvm(  294): VFY: dead code 0x0043-0067 in Lcom/adobe/air/gestures/AIRGestureListener;.onScale (Landroid/view/ScaleGestureDetector;)Z
    D/dalvikvm(  294): VFY: dead code 0x009d-0115 in Lcom/adobe/air/gestures/AIRGestureListener;.onScale (Landroid/view/ScaleGestureDetector;)Z
    D/dalvikvm(  294): VFY: dead code 0x0136-013a in Lcom/adobe/air/gestures/AIRGestureListener;.onScale (Landroid/view/ScaleGestureDetector;)Z
    D/BOOTSTRAPPER(  294): Using version 118 of BOOTSTRAPPER - Both markets
    W/OrientationEventListener(  294): Cannot detect sensors. Not enabled
    D/StartupTime2(  294): :1331752183097
    D/libEGL  (  294): egl.cfg not found, using default config
    D/libEGL  (  294): loaded /system/lib/egl/libGLES_android.so
    I/DEBUG   (   31): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    I/DEBUG   (   31): Build fingerprint: 'generic/sdk/generic:2.3.3/GRI34/101070:eng/test-keys'
    I/DEBUG   (   31): pid: 294, tid: 294  >>> air.br.com.abril.ibadpsreader <<<
    I/DEBUG   (   31): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
    I/DEBUG   (   31):  r0 00000000  r1 81c12be8  r2 0000010c  r3 810fac6d
    I/DEBUG   (   31):  r4 002cdcc8  r5 81c571f8  r6 002c1a18  r7 811008ad
    I/DEBUG   (   31):  r8 002cdcc8  r9 bea37240  10 81c571f8  fp bea371e4
    I/DEBUG   (   31):  ip 8110894d  sp bea37190  lr 81100667  pc 810fac70  cpsr 00000030
    I/DEBUG   (   31):          #00  pc 000fac70  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):          #01  lr 81100667  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):
    I/DEBUG   (   31): code around pc:
    I/DEBUG   (   31): 810fac50 e7061c1d 0000270f e59fc008 e08fc00c
    I/DEBUG   (   31): 810fac60 e2400048 e12fff1c 00000009 6d40b510
    I/DEBUG   (   31): 810fac70 6a8b6801 bd104798 46c04770 327cb510
    I/DEBUG   (   31): 810fac80 581b0093 d00f428b d0042b00 005b23fa
    I/DEBUG   (   31): 810fac90 3c0158c4 290050c4 23fad004 58c4005b
    I/DEBUG   (   31):
    I/DEBUG   (   31): code around lr:
    I/DEBUG   (   31): 81100644 1c046c46 2e00447d 4a55d006 58a91c30
    I/DEBUG   (   31): 81100654 23004788 62336273 20b06821 1c20580b
    I/DEBUG   (   31): 81100664 4a504798 447a1c20 218c4790 58230088
    I/DEBUG   (   31): 81100674 d0002b00 238de07a 58a1009a d0002900
    I/DEBUG   (   31): 81100684 228ee068 58600091 d15b2800 0081208f
    I/DEBUG   (   31):
    I/DEBUG   (   31): stack:
    I/DEBUG   (   31):     bea37150  00000001
    I/DEBUG   (   31):     bea37154  afd10a58  /system/lib/libc.so
    I/DEBUG   (   31):     bea37158  002c1a2c  [heap]
    I/DEBUG   (   31):     bea3715c  afd4632c
    I/DEBUG   (   31):     bea37160  00214000  [heap]
    I/DEBUG   (   31):     bea37164  afd110d4  /system/lib/libc.so
    I/DEBUG   (   31):     bea37168  81c571f8  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):     bea3716c  002c1a18  [heap]
    I/DEBUG   (   31):     bea37170  002c1a18  [heap]
    I/DEBUG   (   31):     bea37174  811008ad  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):     bea37178  002cdcc8  [heap]
    I/DEBUG   (   31):     bea3717c  bea37240
    I/DEBUG   (   31):     bea37180  81c571f8  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):     bea37184  810e832f  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):     bea37188  df002777
    I/DEBUG   (   31):     bea3718c  e3a070ad
    I/DEBUG   (   31): #00 bea37190  002cdcc8  [heap]
    I/DEBUG   (   31):     bea37194  81100667  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):     bea37198  002cdcc8  [heap]
    I/DEBUG   (   31):     bea3719c  81c571f8  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):     bea371a0  bea37248
    I/DEBUG   (   31):     bea371a4  811007fb  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):     bea371a8  00b5693a
    I/DEBUG   (   31):     bea371ac  002cdcc8  [heap]
    I/DEBUG   (   31):     bea371b0  bea37248
    I/DEBUG   (   31):     bea371b4  811008b9  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):     bea371b8  81c571f8  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):     bea371bc  002da3e8  [heap]
    I/DEBUG   (   31):     bea371c0  bea37248
    I/DEBUG   (   31):     bea371c4  810e05bd  /data/data/com.adobe.air/lib/libCore.so
    I/DEBUG   (   31):     bea371c8  000001e0
    I/DEBUG   (   31):     bea371cc  000002fa
    I/DEBUG   (   31):     bea371d0  bea371d8
    I/DEBUG   (   31):     bea371d4  bea371f4
    D/Zygote  (   33): Process 294 terminated by signal (11)
    I/ActivityManager(   61): Process air.br.com.abril.ibadpsreader (pid 294) has died.
    E/InputDispatcher(   61): channel '4075bdc0 air.br.com.abril.ibadpsreader/air.br.com.abril.ibadpsreader.AppEntry (server)' ~ Consumer closed input channel or an error occurred.  events=0x8
    E/InputDispatcher(   61): channel '4075bdc0 air.br.com.abril.ibadpsreader/air.br.com.abril.ibadpsreader.AppEntry (server)' ~ Channel is unrecoverably broken and will be disposed!
    I/BootReceiver(   61): Copying /data/tombstones/tombstone_03 to DropBox (SYSTEM_TOMBSTONE)
    I/WindowManager(   61): WIN DEATH: Window{4075cfb0 SurfaceView paused=false}
    I/WindowManager(   61): WIN DEATH: Window{4075bdc0 air.br.com.abril.ibadpsreader/air.br.com.abril.ibadpsreader.AppEntry paused=false
    I tried different ways to fix it, changing the version android-8, android-9, android-16 but all without success.
    Thanks,
    Paulo.

    please remove AIR runtime.apk first. and then find a correct runtime.apk for emulator and install again.
    and check the adb logcat carefully. if you find the log containing 'native abi mismatch', this apk is not suitable for your emulator.
    another way to check is that get buid.prop by adb pull /system/build.prop. you will find the device or emulator abi, it should be armeabi or armeabi-v7a. different devices have different abi.
    and then use jar tvf runtime.apk to check the abi in your package. you could lib/<abitype>/lib/libcore.so or similiar.
    the thrid way to check is that for example on my pc, my ari apk is 8mb. after install, check in the devices, the install size is about 20m. if you see about 8mb, install failed.
    good luck.

Maybe you are looking for

  • How to enable "Forget Password" link on Apps 11i Login Page?

    Hi All, How to enable the functionality of "Forget Password" link on Apps login page? Apps 11i DB: 10g OS: HP-UX Thanks,

  • Hyper-v and very slow network

    Dear all, I have a big problem with my hyper-v server and network card. I've found a lot of topic around this question but none of them helped me. I have a Win 2008 R2 Server with only Hyper-V installed. I have 3 NIC , one is reserved to the host man

  • BT are a Telecoms Company but cannot contact me in...

    Hi, I need help..... My mother-in-law passed away recently in Middlesbrough & I am trying to close her account & have the phone disconnected. I live in the Republic of Ireland, with a Skype phone & a Meteor mobile phone. Neither phone will allow me t

  • Curve won't sync calendar

    I am new to BB & I am having an issue with the Calendar.  When I sync with my desktop, everything is in my BB curve but when I sync with my laptop nothing from the calendar is transferred.  In otherwords, I cannot keep the records on my desktop and l

  • Used driver for the Voyager connection

    Hi everybody. I just want to know which driver is used to connect to the SAP BW, when I create a new Voyager connection in the CMC. Thanks in advance. Sebastian