Debugging on a nexus7 with flash pro

When using a nexus 7 to debug my program with flash professional CS6 on win 7 it just loops endlessly when publishing.  I've updated all the drivers, I've tried different USB cables and slots.  When I enter   adb devices   it sees the nexus 7 but it is offline.  How can I get it get it back online.

Hi there.
I know this is an old post, but I fell here having this same problem for some weeks now, and i just figured my issue. Hope it help others:
My iPhone is connecting automatically with my itunes on computer. Not really sure what type of connection or wireless sync, but the fact is that it IS connecting.
For some weird reason it gets Flash Builder crazy and it cannot find the right device anymore. Even when I get my iPhone connected by cable, it says that it found the device, but doesn`t publish to it. The Flash Builder says that it was published, but nothing gets installed, and the debugger cannot connect.
MY SOLUTION (for now): Turn off the phone wi-fi, so it gets out of my home network. works like a charm and I finally can test on my device again.
Really hope this helps.

Similar Messages

  • Issues with Flash Pro CS5 on Mac

    Hi,
    I recently bought a MacBookPro 15", 2.4 GHz Intel Core i5, 4GB 1067 MHz DDR3 and CS5 Creative Suite. Built in Intel HD Graphics and NVIDIA GeForce GT 330M.
    Hi have some issues with Flash Pro:
    - when objects on the stage are quite big (for example a 800x3000 movie clip), it start showing strange colors and wrong position, however when double clicking the movie clip to edit it, it looks correct. Also no problem when publishing. See images attached, the first one is correct, the second one shows the problem, when editing the mc in the 2nd image i get the third image that is correct.
    Correct:
    Wrong:
    After entering editing mode:
    - after a while, when making a change in the stage or in the time line (deleting frames for example), it doesn't show it immediately, but i need to refresh the page. This happens more when opening many fla in the same time. Closing and restarting Flash fixes it, for a while.
    - after a while it doesn't show when selecting an object, the object looks like is not selected, however i can see that it is in the properties panel.  This happens more when opening many fla in the same time.  Closing and restarting Flash fixes it, for a while.
    Hi have been using CS3 and CS4 with less powerful computers before (always mac) and i never encountered these issues.
    Removing preferences and Application support files didn't help. I also updated Flash  to v. 11.0.1, but no joy.
    Does anyone know what's the problem?
    Thanks a lot.
    Mike

    Based on some searching and testing, it seems that if you redirect ~/Library/Application Support/Adobe/Flash CS5 to a location on the local hard drive, rather than the network account storage, the problem ceases.
    I hope this helps anyone else who may run into this problem.
    Take care,
    Branden

  • Develop Apps for Android & iOS with Flash Pro CS6 ?

    I just want to start create Apps and Games for Android.
    1. Is able to me to build an Application or Games with Flash Pro CS6 and Publish it to Android phone? also same with iOS?
    2. Whats different in developing Apps with Flash Pro and Flash Builder?
    Thankyou

    1 yes and yes.
    2. flash pro is more suitable for animators (and therefore game creators) whereas flash builder is more suitable for developers (coders): http://forums.adobe.com/thread/791165

  • How to package the runtime into APK with Flash Pro + AIR 3 SDK?

    Hi
    I'm very glad to update my AIR SDK from 2.7 to 3.0 and everything seems working well. But how can I package runtime into .apk file with Flash Pro?
    Should I change the XXXXX-app.xml manually?
    Thanks

    Thanks, that explains a lot.
    I'm afraid I'm a bit confused about what the preferred way of developing extensions is going ahead. There seems to be a lot of conflicting documentation on the adobe site, e.g. http://www.adobe.com/devnet/creativesuite.html  seems like the top page for extension documentation but it only talks about CS SDK 2.0 which uses CSXS and doesn't seem to be compatible with creative cloud apps.
    Then there's CS Extension Builder 2.1 which looks like it supports Flash Pro CC but isn't mentioned in the pages you linked too and it doesn't mention JSFL, but talks about the CSAW library.
    Do you know if:
    * The CS SDK has been dropped completely? 
    * CS Extenstion Builder is deprecated? (I can't see it as an option in the list of Creative Cloud apps)
    * Is then any documentation/utilities to help migrate existing CSXS extensions to work with creative cloud apps?
    Thanks,
    Stephen

  • Indexing instances of specific class inside MovieClip authored with Flash Pro

    Hi there.
    I'm writing a class that extends MovieClip and that is linked to the MovieClip Object authored via Flash Pro during development (Father object).
    The hierarchy of this MovieClip Object is hidden from me - everything I know is that it may contain instances of other Class that was authored during development and extends MovieClip in the same manner (Son objects).
    I have no information regarding names or hierarchical positions of these Son objects inside Father object.
    Now the question is: how to get them listed?
    So approach I've taken was to implement current events:
    public class Son extends MovieClip
         public static const INITIALIZED : String = "son_initialized";
         public function Son ()
              this.dispatchEvent (new Event (INITIALIZED));
    public class Father extends MovieClip
         public var son : Vector<Son>;
         public function Father ()
              son = new Vector<Son> ();
              this.addEventListener (Son.INITIALIZED, this.onSonInitialized);
         public function onSonInitialized (event : Event)
              this.son.push (event.target);
    Well, this code compiles with no errors whatsoever, but it turns out that onSonInitialized gets never called. I assume that's because children constructors are called ahead of their parent one.
    Is there any way to get them listed?
    Thanks in advance.

    kglad,
    I'm trying to get an array of references to Son objects (Son extends MovieClip), randomly located deep inside display list hierarchy of Father object (extends MovieClip too).
    The Father movieclip is authorized in Flash Professional and is a black box for me - I can only manipulate Father.as and Son.as.
    Since I can't know exactly their pathes and names (i.e. father.child1.child5OfChild1.son32 for example), I decided to make them self-aware, dispatching event during construction time, messaging everybody that this instance of Son exists:
    public function Son ()
         this.dispatchEvent (new Event (INITIALIZED));
    And then I attached a listener inside Father's constructor:
    public function Father ()
         this.addEventListener (Son.INITIALIZED, this.onSonInitialized);
    The idea was that this event listener should have been catching all the Sons, located inside Father. But it doesn't work that way - Father's constructor seems to be called after all constructors of its children, so this event listener catches nothing.
    I've worked this around by straightforward display list traversing - it works, but doesn't look so elegant. May be there is still a way to make it work through events?

  • How do you obfuscate APK for Android that is published with Flash Pro CC ?

    I created an application for Android smartphones using Flash Pro CC.
    I don't know much about obfuscating APK files but I heard that APK can be easily decompiled and therefore my AS file sourcecode is vulnerable. So I started searching on google and found that ProGuard does obfuscation. But it's for Eclipse so I guess i can't use ProGuard for my app which is created using Flash Pro CC. Is there any way to obfuscate my APK? or is there any other way to protect my APK?

    ProGuard is a command line utility as you can see here:
    ProGuard
    ProGuard is a command-line tool with an optional graphical user interface. It also comes with plugins for Ant, for Gradle, and for the JME Wireless Toolkit.
    While it's nice to use it in an integrated environment you should investigate the usage of it on the command line.
    An APK is a .zip file. Feel free to unzip it and explore the contents as any other person could. You'll see what exactly is exposed to others. Consider by what you see if anything is actually in danger before you pursue a potentially complicated or unnecessary procedure like obfuscation.

  • Flash Media Playback - Compatible with Flash Pro?

    Hi all, I recently came across the Flash Media Playback player, (http://www.adobe.com/products/flash-media-playback.html) and it seems like a great solution for streaming video on a website. However, I'm wondering if we can somehow use the Flash Media Playback streaming service inside of Flash Professional. The FMP only outputs html code, so I'm not sure how or if this could be used in Flash, but is seem like something that should be possible.
    Any ideas? Thanks!

    The purpose of that product is to embed in HTML. If you're using AIR and use a StageWebView (which displays a native browser/HTML) then yes you could. Otherwise the purpose is specifically NOT to require Flash Professional. It's a fallback player, which means it attempts to use HTML5/MP4 as a best practice. If it senses no mp4 support it falls back to a flash player/SWF. The very nature of it overall is a copy and paste media player to use if you don't have Flash Pro.
    It's based on OSMF, which is a player you can use inside Flash Pro:
    http://www.opensourcemediaframework.com/
    API:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/org/osmf/media/package- detail.html

  • CS extension with Flash Pro

    Hi everyone
    Is it possible to make a CS extension with Flash professional instead of Flash Builder?

    Short answer is no.
    Extension Builder (based on Flash Builder) provids full support for extension development.
    Besides, you can use CSSDK.
    http://www.adobe.com/devnet/creativesuite.html
    http://blogs.adobe.com/cssdk/
    http://forums.adobe.com/community/creativesuites/cs_sdk

  • Can't launch application on iOS simulator with Flash Pro CC

    Hi! What am I doing wrong?
    I have installed:
    MacOS 10.9.2,
    Xcode Version 5.1 (5B130a),
    Adobe AIR 13.0.0.64 for iOS,
    iPhoneSimulator7.1.sdk,
    Adobe Flash Professional 13.1.0.226
    I set the path to iPhone simulator sdk in application settings:
    "Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator7.1.sdk"
    I set the path to productStore.ane file in ActionScript settings, but I dont use it in the project.
    I have locked buttons 'Debug>Debug movie>On iOS Simulator' and 'Controll>Test movie>On iOS Simulator'
    After publishing I have the following message "The application has been successfully published.", but iOS simulator does not start.
    I hope very much for your help.
    Thanks!

    Thanks for helping Preran
    Same problem here. I even reinstalled Xcode and the iOS SDK (now 8).
    If I change the path from what I think it must be to:
    .....Xcode > Contents > Applications > iOS Simulator.app
    I get an  ERROR message telling: SDK is missing GPL component
    The provided path points to llvm-gcc

  • Problem with flash pro 8

    I HAVE A macromedia flash 8 pro, and i have only  ActionScript 2 and  ActionScript 1 but no  ActionScript 3, and i need to  ActionScript 3 to project what to do

    i in the the Publish Settings and in the Flash section i dont have a as3!!!!

  • Run/Debug on a device with Flash Builder 4.7 on OSX 10.9 (Mavericks) and iOS7

    I am having trouble launching my Actionscript Mobile Project on a device which has iOS7 installed. It recieved this error.
    Error occurred while installing the application:
    Invalid <device> specified
    I can still deploy to my other device with iOS6, I'm running FB4.7 and OSX 10.9. Has anyone else seen this?

    Hi there.
    I know this is an old post, but I fell here having this same problem for some weeks now, and i just figured my issue. Hope it help others:
    My iPhone is connecting automatically with my itunes on computer. Not really sure what type of connection or wireless sync, but the fact is that it IS connecting.
    For some weird reason it gets Flash Builder crazy and it cannot find the right device anymore. Even when I get my iPhone connected by cable, it says that it found the device, but doesn`t publish to it. The Flash Builder says that it was published, but nothing gets installed, and the debugger cannot connect.
    MY SOLUTION (for now): Turn off the phone wi-fi, so it gets out of my home network. works like a charm and I finally can test on my device again.
    Really hope this helps.

  • Flash noob with Flash pro 8

    I got FLash 8 earlier this morning, and would like to animate
    this image...
    [img]http://myspace-755.vo.llnwd.net/00661/55/73/661983755_m.jpg[/img]
    Can anybody point me to a tutorial on how to animate this I
    would greatly appreciate it. It's pretty simple. Just the surfboard
    starting at the top, and the finished picture looking like that.
    It's a fairly simple drawing to do on something like paint etc,
    it's just a matter of animating it....
    It'll be a loading screen/flash for a
    website....thanks!!!!

    The QT plug-in is trying to open the file in the browser. QT can open some (not all) Flash media.
    Open the QT Control Panel. One of the tabs (Advanced?) has a button for MIME Settings. Open the MIME settings window and remove the check mark (Miscellaneous) for Flash Media. Restart your browser for these changes to take effect.

  • Webos, blackberry, & others (development with Flash Pro)?

    Adobe marketed CS5.5 as being able to deploy to webOS, BlackBerry OS & iPhone, iPod Touch, & iPad as well as pretty much any device (Android included) that would run AIR.  Why can't I find any documentation for this and why in the publish settings there seems to be only iOS AIR and Android AIR?  I do not wish to have upgraded to CS5.5 if it cannot deploy to all the devices that Adobe marketed the product for.
    Any input is highly valued.
    Sincerely,
    -markerline

    Well that answers the question about Blackberry OS (at least as far as the Tablet is concerned) and I just happened to look at the www.adobe.com/devnet page which has some detailed information on it for that.
    However what about the TouchPad (webOS) or Palm/HP Pre phones (webOS)?  I know HP has discontinued manufacturing them but I think the platform might still stay around and be licensed to other manufacturers, which is why I want to know more about that.  In fact there was a high demand for the TouchPad at one point recently so do you guys know if webOS is supported by Flash as Adobe had advertised?
    Thanks,
    -markerline

  • BUG - saving with both flash pro CS6 and CC causes library symbol names to change

    Concise problem statement:
    If you save with flash pro CC and then save with CS6, in the library panel, symbol names are changed.
    Specifically, pipes | and trailing spaces ("|Divider", "Divider ") get replaced by escape sequences ("&#124Divider", "Divider&#032" ...) Ampersands & and number signs # also get replaced, such that symbol names grow exponentially if you continue to save with both flash pro CC and CS6 ("Divider&#032", "Divider&#038&#035032", "Divider&#038&#035038&#038&#035035032" ...) This makes it difficult to transition a team from CS6 to CC.
    Sometimes, the original-name symbol remains, and an escaped-name symbol is also created. In this case, the children are removed from the original-name symbol, so it doesn't render anything to the screen; a mysterious, silent failure.
    Steps to reproduce bug:
    1. Create a library symbol named "|", save an xfl with flash pro CC, and close.
    2. Open, save, and close with flash pro CS6.
    3. Open, save, and close with flash pro CC.
    Results:
    A library symbol named "&#124".
    Expected results:
    A library symbol named "|".
    I submitted this bug with the bug form, and also with adobe bugbase (in case it isn't obsolete) - I'm just trying to maximize my chances of getting a fix.  Has anyone else encountered this bug?

    Hi,
    We are aware of this issue and its open for investigation internally. This issue is observed when you have certain special characters in your symbol names and try to open that file in Flash CS6. This happens due to a change in the way symbol naming is handled in Flash CC and in Flash CS 6.
    As a workaround, request you to use only Underscore or Hyphen as special characters while naming symbols or library layers etc.
    We shall update you as soon as this has been fixed.
    Thanks,
    Nipun

  • Flash Pro CC to CS6 fla issue - Bad library items and new library items with unicode names

    I've noticed a strange issue when opening fla files in Flash Pro CS6 that have been edited in Flash Pro CC. If there are library items in the fla with names that include symbols such as ">" or ".", unicode named symbols are created and the original symobls are unuseable. There are many symbols that cause the issue and the symbols just have to be a part of the name.
    Steps to reproduce:
    1) Create an fla file in Flash Pro CC.
    2) Add a single movieclip to the library with a symbol name of ">".
    3) Save the file.
    4) Open the file in Flash Pro CS6.
    Results:
    Library contains 2 symbols, one named ">" and one named "&#062".
    Expected:
    There's one library symbol named ">".
    After that double clicking the symbol named ">" will do nothing and instances of the symbol will have all their content removed.
    This issue is breaking a JSFL script I wrote that loops the library items. When the script attempts to access item.layerCount the script errors out. My team is blocked from using Flash Pro CC in combination with Flash Pro CS6 because of this issue. The only good solution I can think of is to all switch to CC at the same time to avoid converting our fla files to CS6 from CC.
    Any info on a fix for this issue would be appreciated.

    The dialog you get when you open the FLA in CS6 is that new features may not be available in CS6 so you should save it to a new file to avoid corruption. There's no "save down" from CC to CS6 (yet). So opening the file in CS6 isn't advisable in the first place.
    That said, library items are supported between them both so to your point, yes, I get the same exact behavior. A single symbol named ">" in CC produces 2 library items in CS6 named ">" and "&#062", and the original item is lost. Although I'm not sure where I'd classify this issue being you shouldn't be opening a newer version file from an older version of the application. I did also try XFL, same issue. If they decide to create a save-down to CS6 and this still exists, I'd consider it a bug.
    As for a fix, I think about the only thing that comes to mind is identify the characters causing issues and run a JSFL in CC to rename the library item temporarily to something you know will work fine. Then once back in CS6, run the JSFL opposite to convert them back to what you want. e.g. "this > that" to "this XYZ that" in CC, then "this XYZ that" to "this > that" in CS6. Shouldn't be too hard to map as long as the replacement is unique.

Maybe you are looking for