Unable to access SD Card / External storage from Flash builder / air app in android KitKat.

Hi
We are using Adobe Flash builder 4.7 to create an Android app for Andoid Kit kat platform.
getDirectoryListing() function returns only one folder of SD card i.e. LOST.DIR. It does not return any other directory or file of the SD card.
Regards
Sachin

<?xml version="1.0" encoding="utf-8"?>
<s:Application 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:local="*"
                        width="600" height="600">
     <fx:Declarations>
         <!-- Place non-visual elements (e.g., services, value objects) here -->
     </fx:Declarations>
     <mx:Label text="Hello World"/>
</s:Application>

Similar Messages

  • For some reason I am unable to access my purchased itunes music from my icloud or from my computer.  I suddenly get this message: say that I the original location for the song cannot be found.

    For some reason I am unable to access my purchased itunes music from the purchased folder in the itunes store or in my icloud.  The descriptions of the songs I purchased are there, but when I attempt to play them it says that the original location of the song cannot be located.  This is so frustranting. How do I get my songs back??

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Iam unable to access my adobe flex application from my safari browser

    Hi,
    iam unable to access my adobe flex application from my safari browser, which i could able to access from my iphone4.
    please suggest.
    Thanks,
    Bodhtree Team

    This is a user forum we do not work for Adobe you need to contact Adobe directly Chat or Phone. Adobe self praise states their awesome support people.  Of course you know how much faith to give self praise. Learn Photoshop, get help and support | Adobe Photoshop CC   
    It is easier to get the phone number from Google then Awesome Adobe.com

  • How to connect external storage devices (flash drive) with it

    hello dear. I am using this hp webOS-3.0.5 device for last 8 months. It is really a wonderful device to have. But I have some queries regarding it's usage. First can we attach any usb device(external storage devices (flash drive) with it? Second is there any other way to use internet on it without wi-fi connection? Thanks
    Post relates to: HP TouchPad (WiFi)

    I'm afraid the answer is No to both questions.  
    External storage can be acheived easily using the free 50GB Box.com account included with each touchpad.  This does rely on a good wifi source however, which leads to your other question.
    The wifi touchpad needs a wifi signal to go online.  Modern cellphones can act as "wifi hotspots" and can translate a cellular data connection to wifi.  (I do this with my Pre3 and a free program called "FreeTether", a homebrew app).
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Access the X-axis value from Flash Chart

    Hi,
    Is there a way I can access the X-axis value from Flash Chart to populate a report in another page? My X-axis is not a direct column in the table it is computed in the query.
    X-axis is MON-YEAR computed from the Begin_Date column. I want to capture the MON-YEAR clicked by the user to populate a report for that Mon-Year.
    Here is my chart SQL.
    select 'f?p=&APP_ID.:18:&SESSION.:::::::' link,
    to_char( "VIEW"."BEGIN_DATE",'MON-YYYY') label,
    sum(decode(TYPE_Id,2,Value,0)) "Value-1",
    sum(decode(TYPE_Id,1,Value,0)) "Value-2"
    from "VIEW" where to_char( "VIEW"."BEGIN_DATE",'MON-YYYY')= to_Char(sysdate-100, 'MON-YYYY')
    group by to_char( "VIEW"."BEGIN_DATE",'MON-YYYY'),
    to_char( "VIEW"."BEGIN_DATE",'YYYY')
    order by to_char( "VIEW"."BEGIN_DATE",'YYYY')
    Any suggestions?
    Thanks

    Thanks Marco..
    I did the same thing. I found this info at Re: Charts and links
    in the forum.
    Thanks for the help again.
    Nimmi

  • Unable to update EGit to latest version in Flash Builder 4.7

    I'm unable to udate EGit. I get a dependency error. From what I understand, the latest EGit wants Eclipse 3.6 and I have Eclipse 3.7... Anybody knows how to fix that ?
    Here's the error output (in French):
      Logiciel en cours d'installation : Eclipse Git Team Provider 3.2.0.201312181205-r (org.eclipse.egit.feature.group 3.2.0.201312181205-r)
      Condition requise manquante : Git Team Provider UI 3.2.0.201312181205-r (org.eclipse.egit.ui 3.2.0.201312181205-r) requiert 'bundle org.eclipse.team.core [3.6.100,4.0.0)', qui est toutefois introuvable.
      Impossible de satisfaire la dépendance :
        De : Eclipse Git Team Provider 3.2.0.201312181205-r (org.eclipse.egit.feature.group 3.2.0.201312181205-r)
        Vers : org.eclipse.egit.ui [3.2.0.201312181205-r]

    I've found the solution on another post (Re: Run/Debug on a device with Flash Builder 4.7 on OSX 10.9 (Mavericks) and iOS7) having app installation problem on Mavericks.
    Disable your device WiFi and install your application from Flash Builder. Then enable your device wifi. It work for me.
    Thanks

  • Transition from my firefox extension to a Flash Builder desktop app

    Trying to make a slow transistion from my firefox extension to a Flash Builder desktop app.
    Okay i'm not familiar on how to go about this I have js code that lets my app sync it self with the lates build it looks for a new version number which is in a txt file. Inside the txt file I have 0.0.0 so evertime I change the version number to 0.0.1. The app checks for new updates and sees the txt file has a new version number and start to pull in the zip file and extrudes the zip into the directory.
    I can't get my head around on how to modify this code ["@mozilla.org/extensions/manager;1"].getService
    to look in the root directory of my Flash Builder app.
    function Xcalibur_Sync(){
        document.documentElement.getButton("accept").disabled = true;
        var Cc = Components.classes;
        var Ci = Components.interfaces;
        var url = xcaliburGetUnicharPref("extensions.xcalibur.downloadurl");
        var Step1 = document.getElementById("xcalStep1");
        var Step1done = document.getElementById("xcalStep1Done");
        var Step2 = document.getElementById("xcalStep2");
        var Step2done = document.getElementById("xcalStep2Done");
        var Step3 = document.getElementById("xcalStep3");
        var Step3done = document.getElementById("xcalStep3Done");
        var Step4 = document.getElementById("xcalStep4");
        var Step4done = document.getElementById("xcalStep4Done");
        var xcalSyncDone = document.getElementById("xcalSyncDone");
        var progressMeter = document.getElementById("xcalProgressMeter");
        var progressPct = document.getElementById("xcalProgressPct");
      // Get Xcalibur version and location
        var GUID = "[email protected]"
        var gExtensionManager = Cc["@mozilla.org/extensions/manager;1"].getService(Ci.nsIExtensionManager);
      //var currentVersion = gExtensionManager.getItemForID(GUID).version;
        var currentVersion = xcaliburPrefs.getCharPref("extensions.xcalibur.installedversion");
        var xcaliburdir = gExtensionManager.getInstallLocation(GUID).getItemLocation(GUID);
        var file = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsILocalFile);
        file.initWithPath(xcaliburdir.path);
        //Step 1 - See if an update is available
        Step1.setAttribute("hidden", "false");
        var req = new XMLHttpRequest();
        req.open('GET', url+"CRV.txt", false);
        try{
            req.send(null);
        }catch(e){
            alert("Cannot get update information from "+url+"CRV.txt\n"+e.toString()+"\n\nSync aborted ...");
            window.close();
            return false;
        }//try
        if(req.status == 200){
            var CRV = req.responseText;
    Any Ideas?
    Thanks,
    Ish

    Have you taken a look at the documentation on updating AIR applications?
    http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7ff2. html
    Or is it something else you wish to do? You can access the directory where your app is installed by looking at File.applicationDirectory and you can hit a URL by using URLRequest.
    -Anirudh

  • Debug icon gone from Flash Builder 4 Beta 2

    Gentlepersons,
    In previous versions of Flex Builder (including Flash Builder Beta 1) there was a handy debugger-launcher icon in the upper-left corner of Flash Builder's main window. It looked like a green bug.  That icon is missing from Flash Builder Beta 2 (or at least, it ain't there in my just-installed copy of Flash Builder Beta 2).
    How do I get that handy icon back?
    Thanks!  :-)
    Jim Plamondon

    If you right-click the toolbar you can get to the 'Customize perspective' dialog.
    From there make sure commands >> flash run/debug option is checked.
    Oddly, there is no "Flash run/debug" option to check.
    Please see the attached picture.
    Note that I am running Flash Builder Beta 2 (build 253292) on Eclipse 3.4.2 (build M20090211-1700) on Max OS X (version 10.5.8).
    Thanks! 
    --- Jim

  • Insanely slow access to ellipsis 8 storage from PC

    My wife as an ellipsis 8 she got in the black friday special. Overall it's been pretty good, but access to the device from her PC is insanely slow.
    Just opening  the internal device storage from the windows 7 machine can take as long as 5 minutes. Copying a single music file into the external sdram card has taken as long as half an hour.

    Hi,
    No answer?
    Gianpaolo

  • Write access problem with external Storage Device Connected to macbook

    Hi All,
    I have write access problem ( gives only read-access, but no write access) with an external HDD device (NTFS formatted ) connected to my macbook.
    Could anyone suggest me a file system ( apart from FAT32) which is compatiable with both Mac OS as well windows ;also this file system should allow me to create partitions of size more than 100 GB
    (My external storade devcie capacity is 500 GB )
    Thanks
    Nelson

    Hi Nelson,
    simply said there is no such file system.
    Regardless what you choose, only FAT32 is fully read-/writeable from both Mac OSX and Windows.
    Third-Party helper for access to certain file systems are:
    MacDrive (for Windows using HFS+, the OSX file system)
    MacFuse with 3G (for fully usage of NTFS in OSX)
    Paragon NTFS for OSX (also for fully usage of NTFS in OSX)
    Only MacFuse is freeware, the other two are Commercial apps.
    And just in case you are thinking of any Linux file system, like Ext3 or ReiserFS, you will at least need driver for Windows if not also for OSX (not sure about that).
    Regards
    Stefan

  • Unable to access SOA suite start page from remote browser.

    I have Oracle SOA Suite 10.1.3 and Oracle 10g AS 10.1.2 installed on a Windows 2000 machine.
    I am able to access the default start page of the 10.1.2 AS from the local and remote machine using the following URLs
    Http:\\hostname:7777\
    Http:\\hostname:80\
    Also, I am unable to access the SOA Suite 10.1.3 start page, bpel console etc - from the host machine using Http:\\hostname:8888\
    However from a remote machine browser I am not able to connect to the start page of SOA suite only. Http:\\hostname:8888\.
    Is there some settings which allow only local host access to the SOA suite pages?.
    All the hosts are on the same intranet, there is no firewall. Also i have Msft loopback adapter installed on the server host machine.
    Appreciate all suggestions.
    Thanks

    I suppose you're using DHCP and hope you have followed the steps in the Installation Guide. With DHCP it is always a bit tricky to access the server. You should check your /WINNT/system32/drivers/etc/hosts file. If the hostname you're using during install is not in it then adding it will help.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • After upgrading  my ipad 3 to ios 6 i am unable to access my i tune store from i pad3. please help me

    after upgrading  my ipad 3 to ios 6 i am unable to access my i tune store

    Saw this on another post.
    Applecare Senior Advisor Txx Bxxx (I have his contact info in an email he just sent) just confirmed with me that the problem people are having with the App Store not loading is an apple issue with there servers, ITS NOT YOUR IPAD so don't go restoring it!   It's not happening to everyone however but they are looking into it, its really hit or miss.
    In the meantime ...........
    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Best Fixes for ‘Cannot Connect to iTunes Store’ Errors
    http://ipadinsight.com/ipad-tips-tricks/best-fixes-for-cannot-connect-to-itunes- store-errors/
    Try this first - Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
     Cheers, Tom

  • How do I access Mountain Lion OS Server from my Macbook Air?

    Have successfully installed the software and set up storage. How do I access the network from my Macbook Air? Thanks much in advance!

    What OS X Server services do you have enabled (i.e. File Sharing, FTP, Time Machine, VPN, etc.)?
    Did you enable Screen Sharing on your server from within System Preferences/Sharing? Screen Sharing will allow you to remotely administer your Mac Mini server from your MBA while on your LAN.

  • Link to external URL from flash site

    Is there any way to link to an external URL from your flash
    site without having the flashplayer prompt you to change your
    settings and allow access to that page? (this only applies to swfs
    viewed through a browser)
    the only way around this i've found isn't very useful - you
    have to put a small xml file on the host server where the page you
    want to link to is located. i seriously doubt every site you want
    to link to will allow you to put an xml file on their host server
    just so you can link to their page. the code in the xml file just
    tells flashplayer that the site you are trying to access is safe.
    it's called crossdomain.xml
    anyone have an answer?
    thanks!

    This question was answered by kglad, on Saturday, August 11,
    2007 10:13 AM
    Answer
    no it doesn't. getURL() causes no security issues unless you
    try to open the html locally and (try to) access something on the
    internet.
    unless your "flash site" is your local computer there is no
    security issue. if your local computer is an internet server, you
    just need to set the security settings for your local file and give
    it permission to access the internet zone.

  • Running External Program From Flash

    Is it possible to open Windows calculator (calc.exe) from
    Flash much like the JumpOutReturn function in Authorware? My
    apologies if this seems like a simple routine.

    I'm rather new to Flash myself so I can't say whether Flash
    offers the ability to "open" a 3rd party application -- but
    considering what I've read I would venture to say the answer is
    "no". However, if you create (or use) a simple server, you could
    use Flash Sockets or XMLSocket to communicate with the server and
    have the server launch the application on your behalf.

Maybe you are looking for

  • Updating to iOS beta5 + Connecting errors with iTunes

    Hi guys, I have a really bad problem: I didn't want to update the software of my iPod touch (5. gen) to the 5th beta version, but when I turned my iPod on a few hours ago, it shows me a screen like when you have to set up a new one. It was a little b

  • Flat file length vs BI

    Hello all, I would like to ask what is the external char or numbers hav a diffrent length and data type.Can we still build it the way BI sees it ror do we need to build it the way the external file is giving it to us. Ex: my external file gives me Ac

  • API for Iview to change its propeerties height and width

    Hi , i need the API for Iview  to change its proiperties like height and width and to assign iview to role, Regards , venkat p

  • Managing picture library from external drives

    Hi everyone. I have just received my first Mac computer (iMac 27" 3.2) and I want to use external drives to store pictures rather than filling up the iMacs internal drive. If I use Aperature to manage photos can I, for example, set everything up to i

  • Error: "Please personalize your copy..."  when I start IDCS2 on Mac

    I am now using Creative Suite 2 Standard. There is an error message Please personalize your copy..." when I tried to open the Indesign cs2 but the Photoshop cs2 can work. After I tried to remove and reinstall whole CS2 standard, I still get the error