Professional :: Recognize The NOOK As An Android Device That It Can Debug On?

Oct 28, 2011

I am developing an app in Flash Pro CS5.5 to be deployed on the NOOKcolor. I have everything set up for the computer to recognize the NOOK through the USB (was able to reboot the device by using the command prompt window). I can move files onto the device via USB but I want to be able to debug from Flash. I am successfully able to do this with a Droid 2 phone. Is there something on the NOOK that has to be set up for Flash to recognize the NOOK as an android device that it can debug on?

View 3 Replies


Similar Posts:


Professional :: Debug On Device Via Usb Is Disabled?

May 27, 2011

I have an iPhone4 plugged in via usb.I an create ipa files and put them on the phone using iTunes.I would like to be able to use the test/debug on device via usb, but in the menu, it's disabled.

View 8 Replies

Professional :: Cannot AIR App Publish Into Android Device

Jun 30, 2011

I have a Nexus S and trying to test my AIR for Android app in it. When I put to publish, it keeps showing me "publishing" but never ends. What that could be?

View 1 Replies

Professional :: Android Flash 5.5 Debug Not Working

Jul 18, 2011

Just purchased Droid Charge. Trying to use it with Flash 5.5 on Windows 7 to debug an application.Computer recognizes phone USB connection (so I can transfer files...)(Menu/Settings/USB settings/Mass storage enabled)I have USB debugging (Menu/Settings/Applications/Development) feature on the phone enabledI have Unknown Sources (Menu/Settings/Applications) feature on the phone enabledWhen I Publish from Flash 5.5 I get the following message: Could not find an Android device to connect to. Please ensure that you have the phone connected,the correct drivers installed, and the phone has USB device debugging enabled.

View 6 Replies

Flash :: Air Android App Always Launches In Portrait Mode Irrespective Of The Way The Android Device Is Held?

Jan 25, 2011

i have an AIR android app which i am running on an android device ( samsung TAB ). i want the app to get laid out in landscape mode when the user starts the app holding the device in landscape ( same goes with portrait ).

but the AIR app always gets started in portrait mode irrespective of the way the device is held.

i tried the following ways use stage.deviceorientation (but when the app starts (after the applicationComplete notification ) the value is UNKNOWN) use stage resize event. (this gets triggered at start itself, a manual resize is not required - the values are based on portrait mode though - the width is 600 and height is 1024 (should have been otherway) )

i get correct values when i try changing the orientation of device, only at the startup i see problem with the required values.

View 1 Replies

Android :: Test Flash On Android Device Via USB?

Sep 2, 2011

I am currently learning Actionscript 3.0, mainly to start developing mobile games for Android.Device central is really useful to emulate the Flash content running on devices, but I thought there was a way to test directly on the device itself via USB. Am I mistaken here, because I cannot for the life of me find any information on doing this.how to get the USB connection up, but the actual testing/debugging itself seems to be done exclusively in Flash Builder.

I am using Flash CS5, and I want to test my AS3 projects directly on my Nexus S via USB.The only guides I can find detail the publishing of Flash projects to Android, which is a fairly lengthy process. Surely there has to be a quicker way to preview content directly on your phone without having to go through the entire process of creating an APK for it?

View 1 Replies

Android :: Desktop AIR App Be Run On An Android Device?

Feb 10, 2011

I have an Adobe AIR desktop application, built in Flex Builder 3, that I want to run on an android device, specifically a Samsung Galaxy Tablet. I have put the application on an emulator, going through the steps of installing AIR on the emulator, packaging the application as an APK, and installing the application on the emulator. However, when I click the application, it does not run. Here is my question: is this even possible? Can a desktop application be run on a mobile device with no changes to the code, or does it need to be converted to a mobile application before compiling?

View 1 Replies

AS3 :: Android - Put .swf On A Mobile Device?

Apr 7, 2011

i have asked this question before but the answer received was not applicable in my situation. I searched the net and still unable to find anything. I have a game in flash actionscript 3.0 and i would like to put it on my htc hero - android phone.

View 3 Replies

Android :: Unable To Run A Flash Video Player On Device?

Feb 26, 2011

I am trying to run a simple flash video player on android. I can only a block with a question mark. Can someone tell what is wrong with this code?

webview = (WebView) findViewById(R.id.webview);
webview.getSettings().setJavaScriptEnabled(true);
webview.setWebViewClient(new WebViewClient() {[code].........

View 2 Replies

Android :: Flash Builder 4.5.1 No Output On Device Emulator

Jul 11, 2011

I installed the new version of FB 4.5.1 on a Win 7 x64 machine and tried the HelloWorld application, but I can't see any output on the Google Droid Pro emulator.

View 2 Replies

Android :: Program Run On A Virtual Device Consume A Web Service?

Dec 6, 2011

I made a program in Eclipse that is supposed to run on an Android device. I got excited when it worked on the virtual device, but when I deployed it, it doesn't properly consume the web service that lets you authenticate. I'm using Flex to create the program, and the service is written in C# and hosted on IIS 7.0. Also, we've had trouble here with Androids and DNS, so I've changed all of the references that I could find to the domain name of the server to the IP address of the server.

View 2 Replies

Android :: StageWebView Not Working On Samsung Nexus Device

Feb 9, 2012

I have following code And it is working fine in AIR device simulator on my desktop. But when I install it on device(samsung nexus with Android 2.3) it is loading nothing.

Code:
import flash.media.StageWebView;
import flash.events.LocationChangeEvent;
import flash.geom.Rectangle;
var wv:StageWebView = new StageWebView();
wv.viewPort = new Rectangle(0,0.stage.width,stage.height);
wv.stage = stage;
wv.loadURL("[URL]");

View 1 Replies

Professional :: - Sound Has No Valid Device Sound Path Although Exporting Device Sounds Was Requested In The Export Settings?

Jun 30, 2011

I have imported my wav files to my library added them to the down state of my buttons and when I test the file I get (Sound has no valid device sound path although exporting device sounds was requested in the export settings. This sound will be ignored.) I have been surching for an answer but as of yet have found none.

View 3 Replies

Media Server :: Accessing The Installed In Their Comp With Their Android Device?

Mar 17, 2011

Have anyone tried accessing the FMS installed in their comp with their Android device?If both my PC and Android devices are connected to the same wifi,the coding below should do the work right?or am I missing something?I ran it on the pc and it works normally,but when i port it to the Android device,it won't connect to the FMS on my PC.
 
nc = new NetConnection();
nc.connect("rtmp://my ip address/vod");
nc.addEventListener(NetStatusEvent.NET_STATUS,onNetStatus);
private function onNetStatus(event:NetStatusEvent):void{

[Code]...

View 4 Replies

Media Server :: Watch A Live Stream To An Android Device?

Feb 28, 2012

How can I allow Android users to watch a live stream? I've tried using the code snippet below but the video never plays on the devices. The video player comes up, they click play, an ajax spinning/loading wheel comes up but it never plays. I've tested on Android 2.3.6

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##v ersion=10,0,0,0"

[code]......

View 1 Replies

Actionscript 3 :: Reference Error When Deploying AIR Application To Android Device?

Feb 24, 2011

I am having an issue with my Adobe AIR application for android devices. When running the SWF file on the PC the application runs perfectly, I have also tested this in adobe Device Central and it works as expected. When I install this application to my android device, a HTC Desire HD, I get a screen with 5 dots, seems like a loading screen.I created the application using the following command

adt -package -target apk-debug -storetype pkcs12 -keystore game.p12 game.apk game-app.xml game.swf icon36.png icon48.png icon72.png

This is the contents of my xml file

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<application xmlns="http://ns.adobe.com/air/application/2.5">
<id>com.example.game</id>

[code].....

View 1 Replies

Android :: Use Flash File(.flv Or .swf) To Make A Live Wallpaper For A Device?

May 19, 2011

I have tried searching internet for a sample which could guide me to use a flash file as a live wallpaper in my app.

May anyone explain what steps do i need to take to use it. If possible then please explain with some code snippets.

View 2 Replies

Android :: Flex - Flash Builder Installing Failed On Device?

Nov 9, 2011

I made the simple application using flash builder 4.5.1 for both iOS and android. I test the application on my iphone and ipad, it working fine. But when I try to install on my android device(Samsung GT-5570). It get the following error message.Error occurred while installing the application:1603 KB/s (6108444 bytes in 3.719s)pkg: /data/local/tmp/Runtime.apkFailure [INSTALL_FAILED_INVALID_APK]I google about the error.I found that It is cause of my device have ARMv6 architecture.Now I have 2 question.Question 1. Is there any other reason of failing installation.Question 2. If the reason is same than any other way available to make build for ARMv6 and ARMv7 architecture phone.

View 1 Replies

Android :: Camera Works Perfectly In Flex Emulator But Not On Device?

Dec 31, 2011

I have a project that uses video for a chat application, I can get it to work in the flex emulator but when I deploy it to the device the button that initiates the video doesn't change and video never starts. My devices all have 2 cameras except my computer but specifiying Camera.getCamera([1]) didn't change anything except mess up my emulator and cause a NullPointerException. Camera.getCamera([0]) works just the same as not having the ID. I have tried messing with different values quality and nothing makes a difference

private function publishVideo():void{
_publishingVideo = true;
_ns = new NetStream(_nc);

[code]......

View 1 Replies

Android :: Debug A Crash With A Flex/AIR Mobile Application?

Sep 12, 2011

I have a flex app using the 4.5.1 sdk and AIR 2.7 running on an Android 3.2 tablet. During use, I can get it to crash fairly regularly. It's usually when I'm rapidly scrolling around in a List control. I can't seem to find the cause.

The application will just suddenly close. It happens in both debug and release builds.

When in debug mode, it just disconnects from the debugger and doesn't give me any useful information.

I'm at a loss on how to debug this. What are some techniques I can use?

I found the "adb logcat" command. Relevant info from the log below, unfortunately it doesn't mean much to me.

[Code].....

View 2 Replies

Professional :: Getting .swf Into To Device Central?

Jun 22, 2011

I'm using flash CS5.5 (trail version) and want to export a movei file out to device central to test acceleromoter settings.
 
When creating the file I : selected air fro andiod, made these changes to the publish settings : set upa  certificate, tick all permission (as it kept telling me they hadn't been set) and then click ok.
 
For some reason under control > test movie > device central is greyed out. If i try to open the .swf file directly in device central it just tells me the device has the wrong version of flash.
 
Any ideas? I selected the file type as andriod?, preferably would like just to be able to click on test moving in device central.

[Code].....

View 2 Replies

Professional :: Loading Ipa To IOS Device?

Oct 9, 2011

I had a quick and dirty little IOS application that I thought I'd knock out in Flash CS5.5 and deliver to the AppStore.I must have missed something really important in the past 11 months.I built a small, simple app to test on my iPad.I set it up to run on GPU, set up the p12 and a new Provisioning Certificate. Deployment is set to "quick publishing for device testing". In 2 minutes or less it published to an IPA file.The problem is when I mount the IPA to iTunes Library then to my device, it is literally stuck in Loading mode.... Just to test how slow it is, I left it to run over night.Well it's still loading almost 16 hours later. Is it just me?I can't seem to find any other discussions or articles on IPA loading problems. Do I need to load some other version of something else to make this new version of Flash publish efficiently?Is this not the correct workflow from Flash to an IOS device?

View 1 Replies

Professional :: Scrollable Text For Device?

Jun 28, 2011

how to create a scrollable text in AIR for device,
 
aaand, in code snippets, would all "click" actions work as with taps on device?

View 2 Replies

Professional :: Device Test Failure?

Sep 13, 2011

i made an scrolling image sequence,that is controlled with moving left-right mouse or finger there are 120 images and its wheight is 36 Mb.it runs great on desctop as SWF .BUT when published to .ipa and lounched on iPad 2 - black sreen for aboute 5 sec. and throws back to "home".what does that mean?

View 1 Replies

AS3 :: Professional - Doesn't Recognize A Button In A Movieclip

Dec 24, 2011

I'm new to flash and action scrip 3.0. I made a movie clip and in it two buttons. The first button is called designer_b The second button is called animator_b This is the code I made:

[Code]....

View 5 Replies

Professional :: Load Jxr Image, But Application Does Not Recognize This Format?

Dec 5, 2011

Which mime-type should i use to embed .jxr images? In the list of supported mime-types i find nothing new.I tried to load jxr image, but application does not recognize this format.All i receive - a lot of different errors.

[Fault] exception, information=TypeError: Error #1034: Type Coercion failed: cannot convert Main_JxrImg@3d6e241 to flash.display.Bitmap.

View 4 Replies

ActionScript 3.0 :: Flash Could Not Connect To The Debug Player - Debug Session Will Terminate?

Apr 29, 2011

In CS5 I get the above message. I need to debug so it's very important. Anything I need to do?

View 2 Replies

Professional :: View Flash Files Through An Apple Device?

Mar 16, 2011

With Apple refusing to incorporate flash, is there an altenative way to view flash files through an Apple device?

View 2 Replies

IDE :: Debug Mode No Longer Providing Debug Info?

Dec 21, 2009

When I first downloaded Flash CS3 Professional, I was able to enter an exceedingly useful debug mode by compiling using ctrl+shift+enter instead of ctrl+enter. I could toggle break points, step in, step over and view values stored in variables at a whim.

I must have accidentally toggled some option somewhere, because this interface no longer shows up. Instead, the only extra interface I get is the output menu with the following text "Attemping to launch and connect to Player using URL <file path> [SWF] <file path> - 71984 bytes after decompression" and while the swf does halt if the as3 code reaches a break point, it doesn't tell me which break point nor give me any options to progress the flow (not even through the pull down menu I have to utilize in order to end the so called debug session).

View 2 Replies

Flash :: Professional - Bought A 8 Template - Pulling Teeth - Don't Recognize The Language

Nov 9, 2011

I bought a Flash 8 template for one of my customers. pulling teeth. I make changes bymodifying a .txt file and I observe by clicking index.html. The expressions in the .txt file look like: &menu1=Home Page &menu2=About Us etc...

I don't recognize the language. I have no idea what I am working with. I have CS3 so I have Flash CS3. I have FTPed what I have and the URL I feel like I am out of my element.

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved