Flash builder 4.7 debug via usb device iPhone 4s - device not found

I cannot find my iphone 4s while trying to debug via usb =(
i exported ipa and installed it via itunes - this works. but i would love to debug on device.
im using actionscript mobile project air 3.4
im using windows 7
==================offtopic====================
also how do i add icons for iphone?
Thank you for your time! Cheers!

Hi ,
Please provide more info on the above issue:
1.What is the message shown when you try to debug the application via USB on iOS device ?
2.Are you able to debug on other iOS devices ?
Run this below command from commandline :
"C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.348139\AIRSDK\lib \aot\bin\iOSBin\idb.exe" -devices
Note:Make sure your  device is connected to the machine.
The above command should list all the iOS devices connected to the machine. If a single device is connected,Flash Builder installs application  on device and waits for debugger connection. If multiple devices are connected, choose device dialog will be shown.
Thanks,
Sanjay

Similar Messages

  • Flash Builder: Can't export apps to Android 4.3 device

    Flash Builder Problem: Can't export apps to my Android device now that it was upgrade to Android 4.3
    I just installed Android 4.3 and all the problems started. Everything was working great with 4.2.2.
    Is this a know issue? I can't even build a simple Hello World mobile app.
    Also some of my previously installed Flex apps will not run on my 4.3 device. Some old apps do
    run and this is very confusing as all where created with Flash Builder 4.7 and Air 3.7.
    Does Air 3.8 resolve this issue?
    My system:
    Mac Flash Builder 4.7 with Air 3.7

    My Nexus 7 Android 4.3 developer options setting:
    1- USB debugging (checked ON)
    2- Verify apps over USB (checked ON)
    My steps:
    1- built a very basic Hello World mobile app in Flash Builder 4.7 with Air 3.7
    2- Select Debug As…
    3- Flash Builder starts as normal
    4- I normally see (in the bottom right hand ) Launching 6%  - 57%,  then it launches the app on the device.
    5- With 4.3 I see the following Launching 6%  - 57% - 58% …. 100%
    6- Now I get a dialog box that says "The Flash Builder debugger failed to connect …."
    I have a Nexus Galaxy phone running 4.2.2, and this same Hello World works perfectly.

  • I want to set up my iphone to sync with my macbook but when I plug it in via USB my iphone doesn't show up under devices in itunes even though it is plugged in correctly and is charging through my computer. How do I get it to show up?

    I want to set up my iphone to sync with my macbook but when I plug it in via USB my iphone doesn't show up under devices in itunes even though it is plugged in correctly and is charging through my computer. How do I get it to show up? I've tried restarting my computer.

      If your iPhone does not appear under Devices in iTunes after you connect it to your Mac, refer to the troubleshooting suggestions here:
      http://support.apple.com/kb/ts1591

  • How can I tether via USB my iPhone 4S with iOS 7.1.1 to my MacBook with Snow Leopard 10.6.8 and iTunes 11.2.2 ?? Please note that at the same time Personal Hotspot via both WiFi and Bluetooth works perfectly!

    How can I tether via USB my iPhone 4S with iOS 7.1.1 to my MacBook with Snow Leopard 10.6.8 and iTunes 11.2.2 ?? Please note that at the same time Personal Hotspot via both WiFi and Bluetooth works perfectly!

    Hello, lustige luka. 
    Thank you for visiting Apple Support Communities. 
    The Personal Hotspot feature using USB  should be as simple as connecting the device to your Mac via the USB cable when Hotspot is enabled.  Here is some more information regarding this feature and an article that will provide some troubleshooting steps if you are experiencing an issue. 
    iOS: Understanding Personal Hotspot
    http://support.apple.com/kb/ht4517
    iOS: Troubleshooting Personal Hotspot
    http://support.apple.com/kb/TS2756
    Cheers,
    Jason H. 

  • Flash Builder 4.5.1 Creating iOS Mobile App creates components not Spark views

    Hi
    I have Flash Builder 4.5.1 on Windows 7 using SDK 4.5.1.
    Following many of the Hello World video tutorials (including what's on Adobe TV's website) I create a new Mobile based Application in Flash Builder. I set it up to be a View Based Application targeting iOS and iPhone (although the problem is for any iOS device).
    I follow all the instructions and yet the MXML that's created at the end is component based and not targeting Spark Views. This floors running or viewing the app! Code for both Application class and View is as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <components:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                         xmlns:s="library://ns.adobe.com/flex/spark" xmlns:components="spark.components.*" firstView="views.MyMobileProjectHomeView" applicationDPI="240">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
    </components:ViewNavigatorApplication>
    <?xml version="1.0" encoding="utf-8"?>
    <components:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                     xmlns:s="library://ns.adobe.com/flex/spark" xmlns:components="spark.components.*" title="HomeView">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
    </components:View>
    I have no idea why Flash Builder is creating code that's namespaced to components and not the spark framework.
    The code that's created in the course is below and yet if I import their project and try and view in Design view Flash Builder tells me 'An unknown item is declared as the root of your MXML document. Switch to source mode to correct it.':
    <?xml version="1.0" encoding="utf-8"?>
    <s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark" firstView="views.HelloWorldHomeView" applicationDPI="240">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
    </s:ViewNavigatorApplication>
    <?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" title="HomeView">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <s:Label text="Hello World"/>
    </s:View>
    Please help
    Many thanks in advance
    David

    Here's the solution:
    The problem did not exist on an installation of Flash Builder on a spare MacBookPro.
    On my main computer (the one with the Flash Builder issue) I uninstalled and reinstalled Flash Builder 4.5 (then updated to 4.5.1). Creating an iOS Mobile Application now creates the correct code.
    I have no idea why it was creating dodgy code.
    The only difference with the new Flash Builder install is that SourceMate 3.0 is not installed yet. Perhaps something had gone wrong in the Adobe Updater when going from 4.5 to 4.5.1, who know...all speculation...anyhow it works now!

  • Till my last software update on my MacBook Air I have been able to use my iPhone as a modem via USB. Now it's not working anymore. Other functions via USB are still fine. Any ideas???

    Till my last software update on my MacBook Air I have been able to use my iPhone as a modem via USB. Now it's not working anymore. Other functions via USB are still fine. Any ideas???

    The Mac was recently upgraded so it is the Mac, or is it?
    Looking for a common denominator:  I'l start with wi-fi as the common communication medium.
    Known:
    A) Broken: iPhone —> wi-fi —> Mac.
    B) Broken: iPhone —>USB—> Mac.
    C) Broken: iPhone —> Bluetooth —> Mac.
    D) Working: Mac —> USB —> other USB devices.
    Unknowns:
    E) Test Mac —> wi-fi —> a non-iPhone router.
    F) Test iPhone —> wi-fi —> another wi-fi device.
    Given not A, not B and not C either the Mac or the iPhone could be the culprit.
    1) E        |  F        : Non sequitur (deepens the mystery).
    2) not E  |  F        : The Mac is the common denominator.
    3) E        |  not F  : The iPhone is the common denominator.
    4) not E  |  not F  : All heck broke loose.
    For case 1:  It would be something on the Mac that prevents it talking to the iPhone through three media even though it can talk to other routers over wi-fi.  That would be weird indeed, given the iPhone is talking to other wi-fi devices with no trouble. 
    For case 2:  All of the Mac’s intranet media broken (wi-fi, Bluetooth, and wired-USB) and at least wi-fi works on the iPhone.  Something weird is going on in the Mac.
    For case 3:  The iPhone router function is broken.  Upgrade the iOS?  Test using another iPhone?
    For case 4:  Throw everything in the trash and start over.

  • My apple extreme wireless network is working fine with the macs but ios devices (iPhone & iPad) will not connect. I can see the network though. Everything was working until the ISP went down. Any suggestions?

    My apple extreme wireless network is working fine with two Macs but ios devices (iPhone & iPad) will not connect. I can see the network and it's telling me I'm connected but Safari says I'm not connected to the internet. Everything was working until the ISP went down. Any suggestions?

    Thank you, I've tried the support tips (resetting the network, checking security settings, etc.) and rebooting the network devices several times to no avail. I've actually been working on this for several days (when I can afford to have the network down).
    What I have to determine is what has changed in the setup...from when it WAS working just fine with all devices.

  • My iPhone doesn't work on Bluetooth. It turns on but I doesn't Find another device and it's not found by other devices as well. What is the solution

    My iPhone's(iOS7.0) Bluetooth connection doesn't work. It turns on but it doesn't Find another device and it's not found by other devices as well. What is the solution?

    Supported bluetooth profiles http://support.apple.com/kb/ht3647

  • Flash Builder 4.5: debugging Flex Mobile application on Android Virtual Device

    Hi,
    we are trying without success to debug a flex mobile application in Flash Builder 4.5 on an Android Virtual Device (AVD).
    We can debug with real Android devices via Flash Builder 4.5, by using a standard Mobile Application debug configuration with "On device" launch method, but emulated devices are not listed in the "Choose device" Flash Builder 4.5 window.
    The emulated device is correctly listed by "adb" command line tool, as the following screenshot shows:
    c:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\lib\android\bin\adb" devices
    List of devices attached
    emulator-5554   device
    ("emulator-5554" has been created and started with Android AVD Manager standard Eclipse plug-in)
    By using the adb command-line tool we can also install applications on the emulated device, but we'd like to use Flash Builder 4.5 directly, without manually using adb.
    Many thanks in advance for any direction.
    PS: we can debug with Flash Builder "internal" android emulator (the one used with "On desktop" launch method), but we want to use the more "realistics" android emulated devices provided by Android SDK (Android Virtual Device (AVD)).

    well that's just ... oh what's the word I'm looking for? ... um ... ah yes - inconvenient.
    I've been wrestling with this too. I use VDs with eclipse all the time, I'm wondering why it's not supported in flashbuilder. I mean, it's just a VD that runs on a virtual port, plugs into the editor like a read device would - right?
    I'm going to take a wild stab at this and say it probably has something to do with running a program inside (Air) a virtual machine, running inside a virtual machine inside a virtual device?

  • Flash Builder 4.7 Debug Configuration Bug

    I just updated to Flash Builder 4.7 today and ran into an annoying bug that did not exist with 4.6. I always have many debug configurations when developing mobile apps, ie. iPhone, iPad, iOS on device. When I tried to create these configurations this morning, I noticed that it won't let me have multiple AIR simulator configurations for different devices. When I change the device on one, it changes the device on the other, making both of them behave exactly the same. Is anyone else experiencing this issue? Is there any way around it?

    There is a workaround to this issue. To understand the workaround, it'll be good to understand what's going on with the bug a little better.
    So the issue with this bug isn't with loading or saving configurations, but rather it is with switching between them. It seems that when switching between two of the same thing (for instance, two Mobile Application configurations) it doesn't properly clear the data out of the form, and since the form isn't cleared out it doesn't properly load the new information in and as such the old information carries over. And since the save code still works fine, when you exit it will save the new, messed up configuration over the old, good configuration.
    So, technically, it's not the same configuration showing up twice, but rather two separate configurations that are configured the same because the form didn't clear out when switching between the two configurations.
    So now that we have a clearer understanding of the bug, here's the workaround: If you click on something that uses a different form, it will destroy the form. So, for instance, if you have both an iPad Simulator and an iPhone 4 Simulator, and you've got the iPad Simulator selected and you need to select the iPhone 4 Simulator, simply first click on Mobile Application, and then click on your iPhone 4 Simulator. When you do this everything works fine.
    Additionally, if you do switch directly between the two, know that the configuration that you just left is fine. It's only the one that you're currently looking at that is messed up, and all that you have to do is fix the one that you're looking at.
    So that at least let's you work around the issue. It's also convenient to just set up enough different configurations to where you never really need to access the Debug Configurations menu. For instance, I have have two configurations set up for each device or simulator that I have set up, one that has the 'Clear application data on each launch' checkbox checked, and one that does not. In addition to this, I have four simulators (iPad, iPhone, Android Phone, Android Tablet) and one 'On device' (Android) setup. Combining these gives me ten different configurations that covers majority of what I do regularly and makes it so that I don't need to access the Debug Configurations menu all that often.
    At this point with this many configurations it is also useful to organize all of these configurations in the debug dropdown menu by using the Organize Favorites menu that can be selected from the same dropdown menu.
    So, that makes for a very long answer, but hopefully it will help you out and help out a few other people that are also running into the same issue. It doesn't change the fact that there's a really horrible bug and that Adobe really needs to get on fixing it, but this can at least make it so that it can be lived with.

  • Some one help I'm getting crazy: Flash Builder 4.6 - debugging mobile on desktop : Process terminate

    Hi all,  I am working with FB 4.6 on a windows 7pro 64 bit I'm working at a mobile android project.  I can debug it perfectly on device but if I launch it with the desktop emulator the debugger never connects.  Once I close the AIR window I got "Process terminated without establishing connection to debugger", and all the trace commands.   I am just noticing that both Android and Desktop have the ***IDENTICAL**** version of adobe air 3.1.0.488   Anybody can help on this? I have a bunch of network connections to debug, and it would be extremely easier to test the app on the desktop FB environment  I have tried the most common things: clear project, create a new workspace and re-import the project, run FB as an admin and also re-installing the AIR runtime.  Also I have the lastest JRE  Thanks  Alfonso

    Ok, in flash builder I simply opened the project's properties panel and clicked apply. I don't get the error anymore. It's weird, I know! but it has just worked for me. Give it a go

  • Manually sync Notes and Safari bookmarks via USB cable for iOS device and an iMac with MacOS 10.7 Lion and iTunes 11

    "I'm aware that with MacOS 10.8 Mountain Lion there is no support for USB cable sync of iOS devices." Notes and Safari Bookmarks cannot longer be sync via USB cable with iTunes. For owners of iPhone 3G that cannot upgraded the device to a version higher than iOS 4.2, syncing Notes and Safari Bookmarks via usb cable with iTunes is the only option we have. There is no iCloud integration for Notes and Safari Bookmarks under iOS 4.2. I'm not updating to MacOS 10.8, because there is no way to sync Notes and Safari Bookmarks via cable. So I won't be able to sync those anymore unless I upgrade to a newer model of iPhone. I'm not into a new hardware investment, at least not for now. I just want to know if iTunes 11 running in MacOS 10.7 Lion still have the functionality of sync Notes and Safari Bookmarks via USB cable.

    Mac OS 10.7.5 and iTunes 11.0.4.
    jlbr wrote:
    I want to confirm if "other" still appears with iTunes 11 and MacOS 10.7 for sync Notes and Safari Bookmarks:
    Yes.
    If you are sincing Notes via iCloud, iTunes will tell you so.
    If you change the iDevice - Settings> iCloud > Notes - Off, they sync (or not sync) thru iTunes (either wifi or cable).
    So my question now would be:
    Is "Notes" manual sync checkbox option provided under "Others" in iTunes 11.0.1 with MacOS 10.7 Lion?
    If you change the iDevice - Settings> iCloud > Notes - Off, then yes.

  • Problem: BB 8700g - connected via USB to my PC but not visible on Windows Explorer

    when I connect my 8700 g (OS 4.5 / DTM 5.01) to my PC via USB and open the Windows explorer I exspected to see there the device , I don't!!!
    I would like to "drag and drop" *.mpg-or *. jpg-files from my PC to the BB device (such as ring tones or photos)
    Other smart phones are recognized , I can see them as drive  E or F etc, and if I click on e.g. E, I see the contents of E and am thus in a position to transfer the files to the place I want.
    So what have I got to do in order to make my device visible and ready for the work I described?
    I hope I made myself understood and would appreciate you helping me solve this problem, thank you

    Hi!
    Here is the list of troubleshooting atricles...hopefully something will be useful:
    http://supportforums.blackberry.com/t5/BlackBerry-Desktop-Software/Tips-for-getting-BlackBerry-Deskt...
    KB02640 Troubleshooting USB connections
    KB15486 Top 10 BlackBerry smartphone and BlackBerry Desktop Manager troubleshooting tips
    KB11439 BlackBerry Desktop Software does not detect the BlackBerry smartphone when it is connected
    KB00019 No PIN displayed in BlackBerry Desktop Redirector
    KB10938 "USB charging current is insufficient" appears on the BlackBerry smartphone
    KB01451 How to turn on advanced synchronization logging if a wired synchronization fails
    KB19717 The BlackBerry smartphone is not detected as a USB Mass Storage Device when connected to a computer
    Also, check that you are using only root USB ports...no hubs (sometimes the front-side ports are hubs...use a rear USB port). And make sure to try disabling USB power management in your system configuration (Device Manager).
    Apologies in advance if this is redundant -- there's no way to be sure if you've already seen and tried these.
    Hopefully something there is helpful!
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Why will my Iphone connect via USB on one computer and not another?

    My IPhone 5s connected to my laptop and Itunes no problem, as soon as i did the ITunes update now neither my laptop or my ITunes will read my iphone via USB. I have no idea how to fix it.
    (My laptop is Windows 8)
    It can't be a cable issue because i charged my IPhone via my desktop and it connected no problem, it's something to do with this ITunes update i think.
    Can someone suggest a fix please? I'm totally stuck!

    could be your computer's firewall is preventing the proper installation of your CIT200.  try disabling and reinstalling the drivers again.
    "Don't fix it if it ain't broken."

  • Print file via ActiveX,an​d it is not found always

    Hello, I have made a lot of efforts to create and print an HTML Report.
    I have concluded to the fact that it has to be printed via ActiveX.
    But it is not working always. Some times the JPEG file that has to be printed, is not found and a "red X" is printed on the top-left of the page.
    Other times it is printed successfully.
    I attach an image of my code in which I use the ActiveX.
    Is there something that I can do?
    Thank you.

    Did you look in the LabVIEW Help? http://zone.ni.com/reference/en-XX/help/371361G-01​/lvhowto/reg_hndl_ax_evnts/
    You right-click on that parameter and select Create Callback VI. This will automatically create a VI with the required inputs and outputs. This is the VI that will be called when the event occurs. If you need the callback VI to update any front panel controls of the main VI, then you can pass in control references via the User Parameter input.
    Attached is a modification of the shipping example that handles the Navigate and DocumentComplete events.
    Attachments:
    Navigate Callback Example.vi ‏24 KB
    Navigate Callback.vi ‏15 KB
    DocumentComplete Callback.vi ‏15 KB

Maybe you are looking for

  • AP completes audit before status is 'Manager Approved'

    Hi, This is regarding the sr 3-3926612411. Product version is 11.5.10.2 Issue === Customer wants to know is there any way to prevent AP to complete audit if the report status of the expense report is not 'manager approved'? The expense report was aud

  • Web Analysis: Percent Function & Missing values

    Hi All, Our users have made some complaints after we upgraded to Web Analysis (from Analyzer) where they're seeing 'Evaluation Error' on columns in reports. It was an easy fix for Sum'd columns where we treated #Missings as '0', however we're having

  • How to Configure Adapter for different environments?

    Hi I wanted to know solution to a pratical problem. If a communication channel is created by configuring a adapter, how is the configuration managed for different phases of the life cycle  i,e when it goes from development to QA to Production. A adap

  • Stage.quality property on FLEX and AIR

    There are 2 source codes to resize bitmap data, one for AIR, one for FLEX. The codes are same without .mxml head statement that is <mx:WindowedApplication> or <mx:Application>. The code are: 1. create TextField object and set "XYZ" into it with font-

  • Org Management for Marketing

    We are implementing Marketing in Phase I - Campaign Management, Leads, etc. How far is the Organizational Plan important to implement Marketing module. Is it necessary at all? Or can this be done even without org plan developed? Any ideas are welcome