Sony S Tablet not found in Flash Builder 4.6

Hi,
i tried to debug an AIR app on a new Sony S Tablet, but the latest Flash Builder 4.6 didnt see the device.
I setup the device in USB debugging mode and iam using an OSX OS with Lion 10.7.
Anyone has an idea?
Gary
http://onlinelib.de

DONE!!!
OK. I followed the instructions on this page:
http://help.adobe.com/en_US/flex/mobileapps/WSa8161994b114d624-33657d5912b7ab2d73b-7fdf.ht ml#WSa8161994b114d624-33657d5912b7ab2d73b-7fdc
Especially this part:
Important: If Windows is still unable to recognize your device, you need to install the appropriate USB driver from your device manufacturer. See OEM USB drivers for links to the websites of several device manufacturers from where you can download the appropriate USB driver for your device.
Which took me to:
http://developer.android.com/tools/extras/oem-usb.html
That means that:
You have to install the USB driver for connecting the tablet. As Sony didn't release it, you have to use the generic Android USB driver. Follow the instructions to do so, then restart the computer, and voilà.
Hope that helps

Similar Messages

  • Property executeInBackground not found on flash.desktop.nativeExtensions on iOS

    Hi,
    I'm unable to set this property in my iOS app as per the documentation. I'm on AIR version 3.3.0.3650 but cannot read or write to this property (though it does appear in code completion within Flash Builder.
    How to I get access to it?
    Thanks

    Please verify that you are using swf-version 16 in the compiler settings .
    If not then please add -swf-version 16 in Flex compiler settings . executeinbackground property will only works with swfversion 16.
    A similar forum post can be found at http://forums.adobe.com/message/4359474#4359474

  • Source Not Found in Flex Builder Debug

    Flex Builder 2 with CF App Wizard error.
    I'm getting a souce not found message and this error in Flex
    Builder 2. Anyone else see this? Says to Edit Source Lookup Path???
    Thanks,
    Don
    [SWF] /DA8/Constellation/CxI/bin/CxI-debug.swf - 1,087,677
    bytes after decompression
    [RPC Fault faultString="Send failed"
    faultCode="Client.Error.MessageSend"
    faultDetail="Channel.Connect.Failed error
    NetConnection.Call.Failed: HTTP: Status 404"]
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::faultHandler()[C:\dev\enterprise_gmc\framework s\mx\rpc\AbstractInvoker.as:192
    at
    mx.rpc::Responder/fault()[C:\dev\enterprise_gmc\frameworks\mx\rpc\Responder.as:56]
    at
    mx.rpc::AsyncRequest/fault()[C:\dev\enterprise_gmc\frameworks\mx\rpc\AsyncRequest.as:107]
    at
    mx.messaging::ChannelSet/mx.messaging:ChannelSet::faultPendingSends()[C:\dev\enterprise_g mc\frameworks\mx\messaging\ChannelSet.as:962]
    at
    mx.messaging::ChannelSet/channelFaultHandler()[C:\dev\enterprise_gmc\frameworks\mx\messag ing\ChannelSet.as:710]
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
    mx.messaging::Channel/mx.messaging:Channel::connectFailed()[C:\dev\enterprise_gmc\framewo rks\mx\messaging\Channel.as:736]
    at
    mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingChannel::connectFailed ()[C:\dev\enterprise_gmc\frameworks\mx\messaging\channels\PollingChannel.as:203]
    at
    mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::statusHandler()[C:\de v\enterprise_gmc\frameworks\mx\messaging\channels\AMFChannel.as:294]

    Can you post sample code that shows this issue?
    BaBo,

  • Adobe Creative Suite Extension builder 2 not supported in Flash Builder 4.7 64 bit

    Couldn't find anywhere to submit a bug report so hopefully this is a good place.
    I was able to succesfully download and install the Adobe Creative Suite Extension builder 2 into Flash Builder 4.7 with not problems.
    When I click File -> New -> Creative Suite Exention Project nothing happends. I recieve no error messages just the Project wizard panel that is expected to open doesn't open.
    The extension works as expected when installed into the non-beta Flash Builder 4.6 32 bit verison.
    I suspect there may be an incompatibility when switching to the 64 bit version of Flash Builder.

    Hi everyone,
    The problem is that Flash Builder 4.7 is not compatible with Extension Builder 2. Therefore we have provided Flash Builder 4.6 available for download, see links below.
    We apologise for any inconvenience caused. Please don't hesitate to contact me if you run into further problems.
    Best regards,
    Hallgrimur
    Product Manager - Extension Builder
    Links:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5517(Windows)
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5516(Mac)

  • New MovieClips added to existing SWC library not available in Flash Builder

    To be as brief as possible with this...
    I have 2 swc libraries in my Flash Builder Project. One is in a "Common" project and the other one is in a MobilePlayer project. Obviously the "common" project contains UI assets that apply across the board, while the MobilePlayer version contains assets specific to that version of the application.
    Both swc files are in the respective libraries for each project we are referencing. Up until yesterday I could add new MovieClips to the "common.swc" and they would be available across the board instantly.
    Sometime yesterday I could not get new MCs added to my "common.swc" to show up in the intellisense, or become avaialble whatsoever.
    For troubleshooting I am creating a Square, turning it into a MC symbol, exported for AS with a classname of "Fubar"
    whenever I try and create a new instance of :Fubar() to anything anywhere in my applicatioin I get the Call to possibly undefined method Fubar error message. It does not show up in intellisense menus and it is NON EXISTENT.
    HOWEVER — Named movieclips within my .swc library I have already been using such as "CompanyLogo()" etc etc are STILL fully available and can be referenced from anywhere in my application. I can add a new CompanyLogo()  anywhere I want with no problem.
    As ANOTHER test, I REMOVED the movieclips CompanyLogo (and others) from my Library and re-saved the SWC.
    All of a sudden Flash Buider generates a compiler error (undefined method) for each missing referenced MC in the swc file (obviously, because they are no longer there).
    However, those named MCs still show up in intellisense menus etc etc.
    Basically what I can determine is that Flash Builder is not updating and picking up any changes to this SWC library whenever anything is added or removed from it. At some point it became "locked" in memory (for lack of a better term) and it refuses to recognize that the file has been changed.
    When I extract the catalog.xml from the SWC and read through it, I can find nodes for every single NEW mc I've created yet I cannot get them to show up in Flash Builder. I refresh, close and restart Flash Builder and have done everything I can possibly think of to get my updates to register and they refuse.
    On the other hand my "mobile.swc" updates just fine as I make changes to it. If I add a new MC to it, it is instantly available. If I take away a MC it FB instantly recognizes that it is gone.
    Am I doing something wrong here or am I correct in my assumption that for some reason FB refuses to update the contents of my "common.swc" library into memory?
    Any insight would be appreciated as I cannot find a single relevant answer in 3 hours of Google searching.

    OK,
    Now I see what is really going on. I am trying to reference MCs from my "common.swc" lib which is in a different project, and the reason they are showing up and available is because I used them in MXML files within the "common" project that are called upon and loaded before the mobile specific login screen MXML is loaded.
    I just did a quick test to see if the new button I created would be available within the "common" project and it is there, and shows up with intellisense etc etc as expected.
    When I add an instance of my new button to a MXML file being loaded before the mobile specific stuff I can then drop it into my mobile specific screens and it shows up.
    I either need to figure out how to reference MCs within a swc inside of a different project directly, or just declare them when the application first loads.

  • Sound not working in Flash Builder. Help please.

    So, here's my situation. I keep trying to put an mp3 in Flash Builder to try and make sounds happen, but each time I do it only plays the beginning of it and stops midway through. My music is working at 44100 Hz with a 32 bit rate (tried changing it to 16, but Audition won't let me). Here's my code.
    package
              import flash.display.Sprite;
              import flash.events.Event;
              import flash.events.KeyboardEvent;
              import flash.media.Sound;
              import flash.media.SoundChannel;
              import flash.ui.Keyboard;
              [SWF(width = "550", height = "400",
              backgroundColor = "#FFFFFF", frameRate = "60")]
              public class SoundThing extends Sprite
                        [Embed(source="../sounds/try1.mp3")]
                        private var Try:Class;
                        private var _try:Sound = new Try();
                        private var _tryChannel:SoundChannel = new SoundChannel();
                        public function SoundThing()
                                  stage.addEventListener
                                            (KeyboardEvent.KEY_DOWN, keyDownHandler);
                        public function keyDownHandler(event:KeyboardEvent): void
                                  if (event.keyCode == Keyboard.SPACE)
                                            _tryChannel = _try.play();
    I'm not sure what the issue is. Please help me. Thank you!

    I would say that either the OP needs two tabs somewhere to make his headings and line items align,Exactly what I was thinking. As this sample code illustrates, the b will not line up under Column#2. Perhpas OP needs to use a Formatter or the printf method instead.
        StringBuffer sb = new StringBuffer();
        sb.append("Column#1");
        sb.append("\tColumn#2\n");
        sb.append("a");
        sb.append("\t");
        sb.append("b");
        System.out.println(sb);

  • Autocompletion not working in Flash Builder burrito

    Hello!
    What causes could prevent autocompletion from working in Flash Builder burrito? in flash builder 4 it works fine, but not at all in burrito. maybe I changed some settings somehow? If i open Settings->Flash Builder->Editors then "Enable Auto Activation" under "Code Assist" is checked.
    what other reason could there be for that problem?

    Hi,
    Are you using 'Flash Builder Burrito Preview'? You might have faced this known issue https://bugs.adobe.com/jira/browse/FB-28451 . This is fixed in future builds of Flash Builder.
    Workaround is, Click 'Restore defaults' in Preferences->Flash Builder->Editors->ActionScript Code->Content Assist Cycling
    Or Changing workspace.
    Let us know if this workaround solves the issue.
    -Radhakrishna

  • ActionScript syntax errors are not detection with Flash Builder 4

    I encountered a serious bug with Flash Builder 4, it is not showing ActionScript syntax error within an ActionScript class. How shall I fix this.
    Best Regards,

    Hi Mayank,
    Please find the further details below:
    Steps to Reproduce the bug:
    1. Create a Flex Project (say Test for example)
    2. Created a new ActionScript Class ABC.as within the Flex Project.
    on typing the following code (and even after saving it)
    package123 {
      public1234 class ABC {
      }blahblah123...
    Expeteded Behavior:
    ActionScript Editor should report an syntax errors with the following code.
    Present Beharvior
    no syntax error is detected. This is a regression in Flash Builder 4 as Flex Builder 3 detects ActionScript syntax error instantly (while typing).
    Best Regards

  • Native Process Not Supported in Flash Builder 4.1

    Hi,
    I am using Flash Builder 4.1 and I am trying with native processing with the example from http://www.adobe.com/devnet/air/flex/quickstart/articles/interacting_with_native_process.h tml. When I tried to run the project in Flash Builder, it shows "NativeProcess not supported.". However, after I export release build, the application is working properly.
    How can I have the native process to be able to run in Flash builder? So that it will be easier for me to test and troubleshoot the application. Thanks.

    You need to add the following line in your  ***-app.xml file for debugging mode
    <supportedProfiles>extendedDesktop</supportedProfiles>
    and
    <supportedProfiles>extendedDesktop desktop</supportedProfiles>
    for release build

  • The CSS type selector ... was not processed, because this issue is not fixed in Flash Builder 4.

    "The CSS type selector 'mx.containers.Accordion' was not processed, because the type was not used in the application."
    I've had to filter out this useless warning since FB2, can't we get this removed or provide us with the ability in Flash Builder to turn on/off various types of warnings and errors?  Eclipse has this for Java, Adobe should use that as a basis and add a similar feature.
    Unless there's another way to hide this useless warning I'm not aware of?  Anyone using any kind of Flex theme that comes with a complete css style for all UI classes must be seeing this junk, but what's the point?

    Was hoping this silly warning would go away by the time FB4 came out, but nope.  So I am back to agitate. 
    Does this even NEED to be a warning?  What's the harm in some unused css?  Actually, if the compiler is so smart that it can figure out that the css is unused, it should also be smart enough to ignore it entirely, right?
    The actual warning text (without inter-weaved joke) is:
    The CSS type selector 'mx.controls.RadioButton' was not processed, because the type was not used in the application.
    This is for EVERY unused class.  Makes it somewhat inconvenient (obscures real warnings and errors that you actually care about) to re-use css files, which is part of the point of using css in the first place.

  • Deployment utility gives file not found warning, but build completes succesfully.

    When running the deployment utility, I am able to analyze source files successfully; no problems there.  When I go to build, all appears to go well until I click the popup that has the message: "The build is finished."  After closing the popup, I get the following warning:
    "Warning: This problem will cause an error when building a deployable image or an installer. The following file(s) were not found:"
    It's followed by a list of dozens of files.  However, I verified that all files are included in the search directories.
    I installed the deployment as-is and it seems to run ok; it finds the files it's supposed to.  However, I'm going to have a hard time selling this procedure off to QA if the deployment shows a 'file not found' message.
    My question is: why do I get the 'file not found' warning during the deployment build process, yet the 'analyze source file' step finishes ok and the deployed files work ok?

      These files are all relative and are part of the workspace.  I did find a
    workaround to the problem.
    In the search directories selection box, the top-level entry is "Current
    sequence file" with subdir search enabled.  The next entry is the workspace
    directory with subdir search enabled; all files are in subdirs of the
    workspace directory.  The remaining entries are unchecked or not
    user-defined (ie.: other NI directories on my computer).  In order for the
    deployment to work, I had to enable the third entry on the list: "Initial
    directory" along with subdir enabled.  However, the initial directory is
    the same as the workspace directory (since I opened teststand by
    double-clicking on my .tsw file).  What I don't understand is why should it
    matter that I have initial directory on the path if it's the same as the
    entry before it?

  • Fujitsu tabet m532 usb driver not work with flash builder

    Hi, 
    I have a fujitsu tabet m532 that is not among the list of certified device but has its own of 32 bit usb driver.
    But flash builder 4.5 cannot find the driver.
    The hardware id I try also not work:
    USB\VID_04C5&PID_133A&REV_9999&MI_01
    USB\VID_04C5&PID_133A&MI_01
    Can you help?
    Thanks
    Also, can I just edit the inf file using notepad and make it display line by line or any editor I would need?

    Moving this discussion to the Using Flash Builder forum.

  • FP Debug version not connecting to Flash Builder

    I cannot seem to get the debug version of FP to connect back to Flash Builder 4.5.1.
    I have installed the latest debug version of Flash Player from Adobe's website (NPSWF32_11_2_202_235).  I've configured a debug launch that starts my app in the browser; when I launch it it does indeed start in the browser, but the connection between the browser and FlashBuilder is never completed.  Eventually FlashBuilder times out. 
    Watching with SysInternals' TcpView I can see that Flash Builder listens on port 7935, but I don't know if the debug plugin is supposed to be using TCP to communicate with FlashBuilder, or there's an alternate connection mechanism (i.e. a pipe).
    Can someone please explain how the player debug version connects to FB, and how to troubleshoot this further?
    Thanks

    Firstly, if you're using Chrome there's a known issue with the latest version on Windows - see here for a workaround: http://forums.adobe.com/message/5201084
    Assuming that your problem is with all content, there are a couple of things I can think of. Firstly, Flash Player recently changed the location it looks for the .telemetry.cfg file. Rather than under %HOMEDRIVE%%HOMEPATH%, it now looks under the %USERPROFILE% environment variable. On the vast majority of machines these point to the same place, but it's possible that they don't on yours. If not, to use Scout you'll have to either change them to point to the same location, or manually copy the .telemetry.cfg file across. The next version of Scout will write to the correct location.
    If this isn't the problem, the only other thing I can think of is your firewall settings. If you're able to connect to Scout, then the only thing remaining is that Flash Player is being blocked from opening a connection. Try disabling your firewall, and see if this works.

  • "constructor not found" error when building servlet

    Greetings,
    We are encountering the following error when trying to make or run a project that displays a simple crosstab as a servlet:
    Error(45,9): constructor ServletRenderingContext(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.ServletConfig) not found in class oracle.cabo.ui.ServletRenderingContext
    Clicking on this error brings you to the following lines of source in ApplicationRenderingContext.java:
    super (request, response, servlet.getServletConfig() );
    Can anyone assist?
    Regards,
    Steve Locke

    This happens in JDeveloper; can't deploy due to this error.
    Here's my version info:
    BI Beans Diagnostics(v1.0.0.0) 4/15/04
    ===============================================================================
    JDEV_ORACLE_HOME ............................. = c:\oracle\ora92
    JAVA_HOME .................................... = c:\oracle\ora92\jdk
    JDeveloper version ........................... = 9.0.3.3.1205
    BI Beans version ............................. = 9.0.3.6.0A
    BI Beans internal version .................... = 2.7.0.13.1
    Connect to database .......................... = Successful
    JDBC driver version .......................... = 9.2.0.3.0
    JDBC JAR file location ....................... = c:\oracle\ora92\jdbc\lib
    Database version ............................. = 9.2.0.4.0
    OLAP Catalog version ......................... = 9.2.0.4.1
    OLAP AW Engine version ....................... = 9.2.0.4.1
    OLAP API Server version ...................... = 9.2.0.4.1

  • MSI DR8 not found after flashing MB BIOS

    Okay alll, I have a problem. Everything was working fine for me, then I went along and upgraded (via Live Update) to the new 1.40 BIOS for my K8TNeo-FISR2 MB. Now I'm having issues with my DVD burner (MSI DR8). Here's what happens:
    After I reset my CMOS settings by jumping JBAT1, I go in to my Standard CMOS Features, and listed as the Primary IDE device (it's the only IDE device I have) is ATAPI DVD/CD 8x. That's great, what it should be. So, I go in and edit my boot order so that it will boot from my RAID set and make a few other changes (set the time, disable the Promise RAID controller, disbale QuickBoot and the LOGO page because I'm trying to troubleshoot), Save and Exit. It boots up into Windows XP (though it takes a lot longer now than before I upgraded the BIOS), but XP does not see the DVD drive. So, I shut down and go into Setup and now there is no Primary IDE Device found. If I manually set it to CD/DVD I lock up right after it performs the memory test.
    I tried backing down to the 1.2 verison of the BIOS which I was running before but that didn't help at all. ANY ideas on what is going on here? I did *NOT* flash the DVD firmware, so that shouldn't be the issue. What really trips me up is the fact that it finds it correctly upon resetting the CMOS.
    Please help!
    Bob

    At a idle my cpu with this board and HT enabled, 3.06 P4 runs around 50C but under heavier load it will get to 60C or so. I hope this doesnt shorten its life. However I have been overclocking my P4 to 3381.54 (Reported from WCPUID) and seem to be VERY VERY stable with conventional cooling. I am using an Thermaltake Volcano cpu fan on the "Medium" setting. Which is kind of loud. Once I change it to "Low" it wont cool as well and the temp rises. I would like to know the "recommended" temp for a P4 but cant find a DECENT answer. Even from:
    http://support.intel.com/support/processors/pentium4/thermal.htm#Specifications
    it doesnt say from X to X should be ok. Thats what I really need to know. I am now thinking about going to watercooling to keep this chip in check, get higher speeds and lower noise. Although the case is full now as it is with 2 DVD burners, a CDR burner, 6 Hard Drives and 3 PCI slots full!

Maybe you are looking for