AIR 3.1.0.4880 InvokeEvent Defect

Recently upgraded to the AIR 3.1 SDK and have run into a show stopping issue regarding InvokeEvent on mobile devices.  The application is dispatching a new InvokeEvent each and every time you change orientation on the device.  And it isn't clearing the "queuedEvents" array.  Worst of all, the new event it dispatches each time is a clone of the last one recieved.  In the case of our application, this would be parameters that tell the application to load certain data.  So each time you change orientation, the application re-triggers that load sequence, causing lots of undersirable behavior.
The code is pretty simple to test out:
protected function preinitializeHandler(event:FlexEvent):void
    NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE, onInvoke);
protected function onInvoke(event:InvokeEvent):void
    trace(event.toString());
Now each time you change orientation you will see the trace statement and the event.target.queuedEvents collection continues to grow while never clearing any of the previously caught events out.
Rolling back to AIR 3.0 fixes this behavior.  And I've been able to demonstrate that in two separate projects.
I'd love to hear of a fix or work around so we can release using 3.1, but either way, I thought I'd make others aware of this issue as I haven't been able to find anything about it through my searching.
Eric Jensen

Replying to LinkedIn group thread: http://lnkd.in/bzF36F
You are right that I could have and probably should have provided a lot more details, but the issue is very easily reproduced by the small code samples provided.  I'll spend an hour or so going through the process in much greater detail though.
Flex SDK isn't related, nor is Apache Flex.  I almost didn't post to the group because of this and I've made comments specifically about why I posted and it wasn't for a Stackoverflow replacement.  However, AIR SDK is related and the issue details demonstrates that.  InvokeEvent works as documented in AIR 3.0 SDK, but not in 3.1 or 3.2, regardless of run-time.  It doesn't happen on iOS devices because iOS doesn't include the AIR run-time at all, unlike Android.  And all but one Android device shows this behavior.  I'm not sure why my LG Slate is exempt though.  I really can't explain that.
queueEvents isn't in the docs because it is a private variable that you can only see via debugging.  If it was protected or public then I could work with it directly to clear it out, if that would even resolve the issue.
Now, onto the details.
For our application we are utilizing InvokeEvent to jump to specific content based on a registered URL.  In the mobile manifest.xml files you can register a custom protocol for your application to catch, much like iTunes.
<intent-filter>
    <data android:scheme="flrreader" android:host="*"/>
</intent-filter>
Now if you were to click on URL in your browser that looked like: flrreader://open?url=myBookUrl, then AIR will dispatch an InvokeEvent with the "arguments" array populated with the first element being the full custom URL: "flrrreader://open?url=myBookUrl".  We can then watch for this, parse it, and act on it.
When building against AIR 3.0 SDK running on AIR 3.0, AIR 3.1, or AIR 3.2 run-times we see the following behavior:
1. The application launches and onInvoke is triggered with an empty argument array, so we don't act on it.
2. Switch to browser and click button that calls custom URL
3. onInvoke is hit with the event.arguments having 1 element, which is our full URL string.
4. event.target is NativeApplication and it's private queuedEvents property has 2 elements.  The first elements is a generic InvokeEvent with no arguments.  The second element is an InvokeEvent which has the same arguments as the one we caught.  It is not the same event, however.  Their identifiers are unique, so there is cloning taking place at some point.
5. Processing our URL has us launch right into the requested book.  We exit the book and return to the book list. 
6. We then rotate the tablet, changing orientation.  Views change as expected.  onInvoke is not called again, as you would expect.
7. Switch to browser, click on URL again, onInvoke is triggered with arguments populated.
8.  queueEvents now has 3 entries.
Now we change to build against AIR 3.1 SDK or AIR 3.2 SDK.  Not other changes are made.  Flex SDK and AIR run-times remain the same on all devices.
1-5. Remains the same as above
6. We rotate the tablet, changing orientation.  onInvoke is immediately triggered with a new InvokeEvent that has our last arguments on it. Since the arguments exist, we act on them an launch you into the book.
7. queuedEvents now has 3 entries, as if we clicked on the URL from the browser again.
Each time you change orientation you repeat 6 and 7.  These events aren't references, they are all unique.  If I clear event.arguments in the handler, the next onInvoke call still has arguments.  If I clear queuedEvents or update events inside  queuedEvents (which can only be done via debugger, as it is private to NativeApplication), the next onInvoke still has the arguments as if we were triggered via the custom URL.
Even without the URL registration you can see this behavior.  Just added the listener in the original code sample you can see it trigger each and every time you change orientation with the queuedEvents growing.  And this only occurs when building against AIR 3.1 and above with the devices run-time remaining the same.
You are right in that I have some ignorance here.  I don't really know what is happening in as much detail as I would like, hence the posting for aid.  But I've done enough due diligence to show that there is significant behavior changes simply by compiling against a different SDK.  Behavior that seems flawed to me.  InvokeEvents shouldn't be dispatched each time you change orientation.
Now, maybe this is an intentional change and it is behaving the way it should and AIR 3.0 and previous was flawed.  If that's the case, then it would be nice to hear the details and reasoning for the change as well as how to handle this new behavior.  When I read through the InvokeEvent documentation I didn't get the impression that this was the case, however.
As for our server-side solution, I would rather resolve this on the client, but we do what we must to get things working.  The only solution I can see to this problem is for us to add a unique identifier, such as a time stamp to the custom URL and then keep track of that when we hit on InvokeEvent handler.  If future InvokeEvent calls have an identical identifier then we know it is an unintentional dupe and we can ignore it.  This causes some usability issues and is less than ideal (e.g. we have to refresh the page/link after you click the link to make sure it isn't stale for the next time you want to click it).
Hopefully these details clear some things up.  I should have gone into this level of detail from the start, but I thought the sample code and brief description replicated the issue quite easily and I figured if somebody had ran into this issue before it would be enough to start a productive conversation about it.  I apoligize for the confusing and unproductive conversation my lack of details caused.

Similar Messages

  • Can not install Adobe Air 3.1.0.4880

    Hope I am in the right place. Tried to install Air does not install. Here is the log:
    [2012-01-31:15:39:13] Bootstrapper begin with version 3.1.0.4880 on Win x86
    [2012-01-31:15:39:13] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:39:13] Launching subprocess with commandline "Adobe AIR Application Installer.exe" "C:\Users\david\AppData\Local\Temp\AIR1E6D.tmp\Ad Spot Sniper"
    [2012-01-31:15:39:14] Starting app install of file:///C:/Users/david/AppData/Local/Temp/AIR1E6D.tmp/Ad%20Spot%20Sniper
    [2012-01-31:15:39:14] UI SWF load is complete
    [2012-01-31:15:39:15] UI initialized
    [2012-01-31:15:39:15] Detected native app installer
    [2012-01-31:15:39:15] style being loaded from Resources/stylesNative.swf
    [2012-01-31:15:39:15] beginning UI styling
    [2012-01-31:15:39:15] UI styling complete
    [2012-01-31:15:39:15] Validating the native package at file:///C:/Users/david/AppData/Local/Temp/AIR1E6D.tmp/Ad%20Spot%20Sniper
    [2012-01-31:15:39:18] unpackaging/validation is complete
    [2012-01-31:15:39:18] Downloading a runtime update from http://airdownload.adobe.com/air/3/windows6.0/x86/add/3.0/update to C:\Users\david\AppData\Roaming\Adobe\AIR\Updater\Update
    [2012-01-31:15:40:08] Runtime update downloaded
    [2012-01-31:15:40:08] Running update
    [2012-01-31:15:40:09] Created copy of input at C:\Users\david\AppData\Local\Temp\flaFBB0.tmp
    [2012-01-31:15:40:09] starting cleanup of temporary files
    [2012-01-31:15:40:09] application installer exiting
    [2012-01-31:15:40:09] Subprocess Application Installer succeeded
    [2012-01-31:15:40:09] Bootstrapper end with exit code 0
    [2012-01-31:15:40:12] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:40:12] Commandline is: -x1 -deleteInput C:\Users\david\AppData\Local\Temp\flaFBB0.tmp
    [2012-01-31:15:40:12] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:40:12] Invoking Application Installer for combined install
    [2012-01-31:15:40:12] Launching subprocess with commandline C:\Users\david\AppData\Local\Temp\AIRFF58.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\david\AppData\Local\Temp\AIRFF58.tmp -withRuntime -deleteInput -url C:\Users\david\AppData\Local\Temp\flaFBB0.tmp
    [2012-01-31:15:40:12] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:40:12] Commandline is: -runtime C:\Users\david\AppData\Local\Temp\AIRFF58.tmp -withRuntime -deleteInput -url C:\Users\david\AppData\Local\Temp\flaFBB0.tmp
    [2012-01-31:15:40:12] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:40:14] Validating app in folder C:\Users\david\AppData\Local\Temp\flaFBB0.tmp
    [2012-01-31:15:40:16] Application signature verified
    [2012-01-31:15:40:16] Unpackaging/validation complete
    [2012-01-31:15:40:16] No app located for appID 'com.nroo.adspotsniper' and pubID ''
    [2012-01-31:15:40:35] Launching subprocess with commandline C:\Users\david\AppData\Local\Temp\AIRFF58.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\david\AppData\Local\Temp\AIRFF58.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files" -desktopShortcut -programMenu C:\Users\david\AppData\Local\Temp\flaFBB0.tmp
    [2012-01-31:15:40:35] Relaunching with elevation
    [2012-01-31:15:40:38] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:40:38] Commandline is: -stdio \\.\pipe\AIR_4868_0 -runtime C:\Users\david\AppData\Local\Temp\AIRFF58.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files" -desktopShortcut -programMenu C:\Users\david\AppData\Local\Temp\flaFBB0.tmp
    [2012-01-31:15:40:38] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:40:39] Validating app in folder C:\Users\david\AppData\Local\Temp\flaFBB0.tmp
    [2012-01-31:15:40:40] Application signature verified
    [2012-01-31:15:40:40] Unpackaging/validation complete
    [2012-01-31:15:40:40] No app located for appID 'com.nroo.adspotsniper' and pubID ''
    [2012-01-31:15:40:40] Starting silent combined runtime update and app install.
    Updating runtime from version 2.0.2.12610 to version 3.1.0.4880.
    Installing app com.nroo.adspotsniper version 1.0.1 to C:\Program Files  using the source file at C:\Users\david\AppData\Local\Temp\flaFBB0.tmp
    [2012-01-31:15:40:40] Installing msi at C:\Users\david\AppData\Local\Temp\AIRFF58.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-01-31:15:40:47] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:15:40:47] Rolling back install of C:\Users\david\AppData\Local\Temp\AIRFF58.tmp\setup.msi
    [2012-01-31:15:40:47] Rollback complete
    [2012-01-31:15:40:47] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:15:40:47] Elevated install failed: error 0 1603
    [2012-01-31:15:40:47] Application Installer end with exit code 7
    [2012-01-31:15:40:55] Application Installer end with exit code 7
    [2012-01-31:15:40:55] Subprocess app installer failed (7)
    [2012-01-31:15:40:55] Runtime Installer end with exit code 7
    [2012-01-31:15:41:40] Bootstrapper begin with version 3.1.0.4880 on Win x86
    [2012-01-31:15:41:40] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:41:40] Launching subprocess with commandline "Adobe AIR Application Installer.exe" "C:\Users\david\AppData\Local\Temp\AIR5BBA.tmp\Ad Spot Sniper"
    [2012-01-31:15:41:40] Starting app install of file:///C:/Users/david/AppData/Local/Temp/AIR5BBA.tmp/Ad%20Spot%20Sniper
    [2012-01-31:15:41:40] UI SWF load is complete
    [2012-01-31:15:41:41] UI initialized
    [2012-01-31:15:41:41] Detected native app installer
    [2012-01-31:15:41:41] style being loaded from Resources/stylesNative.swf
    [2012-01-31:15:41:41] beginning UI styling
    [2012-01-31:15:41:41] UI styling complete
    [2012-01-31:15:41:41] Validating the native package at file:///C:/Users/david/AppData/Local/Temp/AIR5BBA.tmp/Ad%20Spot%20Sniper
    [2012-01-31:15:41:43] unpackaging/validation is complete
    [2012-01-31:15:41:43] Downloading a runtime update from http://airdownload.adobe.com/air/3/windows6.0/x86/add/3.0/update to C:\Users\david\AppData\Roaming\Adobe\AIR\Updater\Update
    [2012-01-31:15:41:46] Runtime update downloaded
    [2012-01-31:15:41:46] Running update
    [2012-01-31:15:41:51] Created copy of input at C:\Users\david\AppData\Local\Temp\fla7801.tmp
    [2012-01-31:15:41:51] starting cleanup of temporary files
    [2012-01-31:15:41:51] application installer exiting
    [2012-01-31:15:41:51] Subprocess Application Installer succeeded
    [2012-01-31:15:41:51] Bootstrapper end with exit code 0
    [2012-01-31:15:41:54] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:41:54] Commandline is: -x1 -deleteInput C:\Users\david\AppData\Local\Temp\fla7801.tmp
    [2012-01-31:15:41:54] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:41:54] Invoking Application Installer for combined install
    [2012-01-31:15:41:54] Launching subprocess with commandline C:\Users\david\AppData\Local\Temp\AIR8CA9.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\david\AppData\Local\Temp\AIR8CA9.tmp -withRuntime -deleteInput -url C:\Users\david\AppData\Local\Temp\fla7801.tmp
    [2012-01-31:15:41:54] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:41:54] Commandline is: -runtime C:\Users\david\AppData\Local\Temp\AIR8CA9.tmp -withRuntime -deleteInput -url C:\Users\david\AppData\Local\Temp\fla7801.tmp
    [2012-01-31:15:41:54] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:41:55] Validating app in folder C:\Users\david\AppData\Local\Temp\fla7801.tmp
    [2012-01-31:15:41:57] Application signature verified
    [2012-01-31:15:41:57] Unpackaging/validation complete
    [2012-01-31:15:41:57] No app located for appID 'com.nroo.adspotsniper' and pubID ''
    [2012-01-31:15:42:02] Launching subprocess with commandline C:\Users\david\AppData\Local\Temp\AIR8CA9.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\david\AppData\Local\Temp\AIR8CA9.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files" -desktopShortcut -programMenu C:\Users\david\AppData\Local\Temp\fla7801.tmp
    [2012-01-31:15:42:02] Relaunching with elevation
    [2012-01-31:15:42:04] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:42:04] Commandline is: -stdio \\.\pipe\AIR_1076_0 -runtime C:\Users\david\AppData\Local\Temp\AIR8CA9.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files" -desktopShortcut -programMenu C:\Users\david\AppData\Local\Temp\fla7801.tmp
    [2012-01-31:15:42:04] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:42:04] Validating app in folder C:\Users\david\AppData\Local\Temp\fla7801.tmp
    [2012-01-31:15:42:06] Application signature verified
    [2012-01-31:15:42:06] Unpackaging/validation complete
    [2012-01-31:15:42:06] No app located for appID 'com.nroo.adspotsniper' and pubID ''
    [2012-01-31:15:42:06] Starting silent combined runtime update and app install.
    Updating runtime from version 2.0.2.12610 to version 3.1.0.4880.
    Installing app com.nroo.adspotsniper version 1.0.1 to C:\Program Files  using the source file at C:\Users\david\AppData\Local\Temp\fla7801.tmp
    [2012-01-31:15:42:06] Installing msi at C:\Users\david\AppData\Local\Temp\AIR8CA9.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-01-31:15:42:10] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:15:42:10] Rolling back install of C:\Users\david\AppData\Local\Temp\AIR8CA9.tmp\setup.msi
    [2012-01-31:15:42:10] Rollback complete
    [2012-01-31:15:42:10] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:15:42:10] Elevated install failed: error 0 1603
    [2012-01-31:15:42:10] Application Installer end with exit code 7
    [2012-01-31:15:42:19] Application Installer end with exit code 7
    [2012-01-31:15:42:19] Subprocess app installer failed (7)
    [2012-01-31:15:42:19] Runtime Installer end with exit code 7
    [2012-01-31:15:44:37] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:44:37] Commandline is:
    [2012-01-31:15:44:37] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:44:41] Relaunching with elevation
    [2012-01-31:15:44:41] Launching subprocess with commandline c:\users\david\appdata\local\temp\air957.tmp\adobe air installer.exe -ei
    [2012-01-31:15:44:43] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:44:43] Commandline is: -stdio \\.\pipe\AIR_4420_0 -ei
    [2012-01-31:15:44:43] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:44:44] Starting silent runtime update. Updating runtime from version 2.0.2.12610 to version 3.1.0.4880
    [2012-01-31:15:44:44] Installing msi at c:\users\david\appdata\local\temp\air957.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-01-31:15:44:48] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:15:44:48] Rolling back install of c:\users\david\appdata\local\temp\air957.tmp\setup.msi
    [2012-01-31:15:44:48] Rollback complete
    [2012-01-31:15:44:48] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:15:44:48] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:15:44:48] Runtime Installer end with exit code 7
    [2012-01-31:15:45:09] Runtime Installer end with exit code 7
    [2012-01-31:15:45:25] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:45:25] Commandline is:
    [2012-01-31:15:45:25] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:45:29] Relaunching with elevation
    [2012-01-31:15:45:29] Launching subprocess with commandline c:\users\david\appdata\local\temp\airc787.tmp\adobe air installer.exe -ei
    [2012-01-31:15:45:30] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:45:30] Commandline is: -stdio \\.\pipe\AIR_5012_0 -ei
    [2012-01-31:15:45:30] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:45:30] Starting silent runtime update. Updating runtime from version 2.0.2.12610 to version 3.1.0.4880
    [2012-01-31:15:45:30] Installing msi at c:\users\david\appdata\local\temp\airc787.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-01-31:15:45:34] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:15:45:34] Rolling back install of c:\users\david\appdata\local\temp\airc787.tmp\setup.msi
    [2012-01-31:15:45:34] Rollback complete
    [2012-01-31:15:45:34] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:15:45:34] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:15:45:34] Runtime Installer end with exit code 7
    [2012-01-31:15:45:38] Runtime Installer end with exit code 7
    [2012-01-31:15:45:56] Bootstrapper begin with version 3.1.0.4880 on Win x86
    [2012-01-31:15:45:56] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:45:56] Launching subprocess with commandline "Adobe AIR Application Installer.exe" "C:\Users\david\AppData\Local\Temp\AIR43A8.tmp\Ad Spot Sniper"
    [2012-01-31:15:45:56] Starting app install of file:///C:/Users/david/AppData/Local/Temp/AIR43A8.tmp/Ad%20Spot%20Sniper
    [2012-01-31:15:45:56] UI SWF load is complete
    [2012-01-31:15:45:56] UI initialized
    [2012-01-31:15:45:56] Detected native app installer
    [2012-01-31:15:45:56] style being loaded from Resources/stylesNative.swf
    [2012-01-31:15:45:56] beginning UI styling
    [2012-01-31:15:45:56] UI styling complete
    [2012-01-31:15:45:56] Validating the native package at file:///C:/Users/david/AppData/Local/Temp/AIR43A8.tmp/Ad%20Spot%20Sniper
    [2012-01-31:15:45:58] unpackaging/validation is complete
    [2012-01-31:15:45:59] Downloading a runtime update from http://airdownload.adobe.com/air/3/windows6.0/x86/add/3.0/update to C:\Users\david\AppData\Roaming\Adobe\AIR\Updater\Update
    [2012-01-31:15:46:00] Runtime update downloaded
    [2012-01-31:15:46:00] Running update
    [2012-01-31:15:46:01] Created copy of input at C:\Users\david\AppData\Local\Temp\fla5B2E.tmp
    [2012-01-31:15:46:01] starting cleanup of temporary files
    [2012-01-31:15:46:01] application installer exiting
    [2012-01-31:15:46:01] Subprocess Application Installer succeeded
    [2012-01-31:15:46:01] Bootstrapper end with exit code 0
    [2012-01-31:15:46:04] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:46:04] Commandline is: -x1 -deleteInput C:\Users\david\AppData\Local\Temp\fla5B2E.tmp
    [2012-01-31:15:46:04] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:46:04] Invoking Application Installer for combined install
    [2012-01-31:15:46:04] Launching subprocess with commandline C:\Users\david\AppData\Local\Temp\AIR5DEC.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\david\AppData\Local\Temp\AIR5DEC.tmp -withRuntime -deleteInput -url C:\Users\david\AppData\Local\Temp\fla5B2E.tmp
    [2012-01-31:15:46:04] Application Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:15:46:04] Commandline is: -runtime C:\Users\david\AppData\Local\Temp\AIR5DEC.tmp -withRuntime -deleteInput -url C:\Users\david\AppData\Local\Temp\fla5B2E.tmp
    [2012-01-31:15:46:04] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:15:46:05] Validating app in folder C:\Users\david\AppData\Local\Temp\fla5B2E.tmp
    [2012-01-31:15:46:07] Application signature verified
    [2012-01-31:15:46:07] Unpackaging/validation complete
    [2012-01-31:15:46:07] No app located for appID 'com.nroo.adspotsniper' and pubID ''
    [2012-01-31:15:46:18] Cancel request received
    [2012-01-31:15:46:18] Application Installer end with exit code 6
    [2012-01-31:15:46:19] Subprocess app installer failed (6)
    [2012-01-31:15:46:19] Cancel request received
    [2012-01-31:15:46:19] Runtime Installer end with exit code 6
    [2012-01-31:21:39:36] UI SWF load is complete
    [2012-01-31:21:39:36] UI initialized
    [2012-01-31:21:39:36] starting user confirmation
    [2012-01-31:21:39:36] Version of this installer: 2.0.2.12610
    [2012-01-31:21:39:36] Installed version: 2.0.2.12610
    [2012-01-31:21:39:36] Installation type: patchSame
    [2012-01-31:21:39:38] starting elevated install
    [2012-01-31:21:39:38] UI SWF load is complete
    [2012-01-31:21:39:38] starting uninstall
    [2012-01-31:21:39:38] subinstaller: starting uninstall
    [2012-01-31:21:39:38] Scheduling an MSI uninstall operation for active product GUID {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    [2012-01-31:21:39:38] subinstaller: Scheduling an MSI uninstall operation for active product GUID {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    [2012-01-31:21:39:38] Beginning install
    [2012-01-31:21:39:38] subinstaller: Beginning install
    [2012-01-31:21:39:38] Uninstalling product w/ GUID {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    [2012-01-31:21:39:38] subinstaller: Uninstalling product w/ GUID {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    [2012-01-31:21:39:39] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-01-31:21:39:39] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-01-31:21:39:39] Rollback due to error complete
    [2012-01-31:21:39:39] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-01-31:21:39:39] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-01-31:21:39:39] Failed during elevated install: error 0 1612
    [2012-01-31:21:39:39] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-01-31:21:39:39] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2012-01-31:21:39:39] begin quitting
    [2012-01-31:21:39:47] begin quitting
    [2012-01-31:21:40:30] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:21:40:30] Commandline is:
    [2012-01-31:21:40:30] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:21:40:44] Relaunching with elevation
    [2012-01-31:21:40:44] Launching subprocess with commandline c:\users\david\appdata\local\temp\aire089.tmp\adobe air installer.exe -ei
    [2012-01-31:21:40:45] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:21:40:45] Commandline is: -stdio \\.\pipe\AIR_2836_0 -ei
    [2012-01-31:21:40:45] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:21:40:45] Starting silent runtime update. Updating runtime from version 2.0.2.12610 to version 3.1.0.4880
    [2012-01-31:21:40:45] Installing msi at c:\users\david\appdata\local\temp\aire089.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-01-31:21:40:50] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:21:40:50] Rolling back install of c:\users\david\appdata\local\temp\aire089.tmp\setup.msi
    [2012-01-31:21:40:50] Rollback complete
    [2012-01-31:21:40:50] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:21:40:50] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:21:40:50] Runtime Installer end with exit code 7
    [2012-01-31:21:40:56] Runtime Installer end with exit code 7
    [2012-01-31:21:55:16] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:21:55:16] Commandline is:
    [2012-01-31:21:55:16] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:21:55:28] Relaunching with elevation
    [2012-01-31:21:55:28] Launching subprocess with commandline c:\users\david\appdata\local\temp\air67b3.tmp\adobe air installer.exe -ei
    [2012-01-31:21:55:29] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:21:55:29] Commandline is: -stdio \\.\pipe\AIR_2912_0 -ei
    [2012-01-31:21:55:29] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:21:55:29] Starting silent runtime update. Updating runtime from version 2.0.2.12610 to version 3.1.0.4880
    [2012-01-31:21:55:29] Installing msi at c:\users\david\appdata\local\temp\air67b3.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-01-31:21:55:33] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:21:55:33] Rolling back install of c:\users\david\appdata\local\temp\air67b3.tmp\setup.msi
    [2012-01-31:21:55:33] Rollback complete
    [2012-01-31:21:55:33] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:21:55:33] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:21:55:33] Runtime Installer end with exit code 7
    [2012-01-31:21:55:39] Runtime Installer end with exit code 7
    [2012-01-31:21:56:40] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:21:56:40] Commandline is:
    [2012-01-31:21:56:40] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:21:56:44] Relaunching with elevation
    [2012-01-31:21:56:44] Launching subprocess with commandline c:\users\david\appdata\local\temp\airb037.tmp\adobe air installer.exe -ei
    [2012-01-31:21:56:46] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-01-31:21:56:46] Commandline is: -stdio \\.\pipe\AIR_6016_0 -ei
    [2012-01-31:21:56:46] Installed runtime (2.0.2.12610) located at c:\Program Files\Common Files\Adobe AIR
    [2012-01-31:21:56:46] Starting silent runtime update. Updating runtime from version 2.0.2.12610 to version 3.1.0.4880
    [2012-01-31:21:56:46] Installing msi at c:\users\david\appdata\local\temp\airb037.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-01-31:21:56:49] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:21:56:49] Rolling back install of c:\users\david\appdata\local\temp\airb037.tmp\setup.msi
    [2012-01-31:21:56:49] Rollback complete
    [2012-01-31:21:56:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:21:56:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-01-31:21:56:49] Runtime Installer end with exit code 7
    [2012-01-31:21:56:54] Runtime Installer end with exit code 7
    thanks in advance.

    I unistalled all my adobe programs. Reinstalled them and it won't let me because it says : An error occured while installing adobe Air. Installation may not be allowed by your admin. Please contact your admin. I am admin and also tried right clickng it and choose run as admin. but nothing works.I am running Windows Vista Ultmate 32 bit.SP2.
    Again thanks in advance.

  • What's new in AIR SDK 3.1.4880?

    I just noticed that you silently updated the AIR SDK 3.1 to 3.1.4880.
    Comparing the files you can see 23 files were updated in January 9th, 2012.
    The original 3.1 SDK was from November 7th, 2011.
    Why don't you include a "what's new" file inside the ZIP?
    I suppose this new build is just a bugfix release, but you could still tell what's been fixed.
    So, what's the difference between this newer 3.1 SDK (build 4880) and the older 3.1?
    Regards,
    OMA

    Hello Chris.
    Thanks for your reply. As far as I know, AIR 3.1 SDK was first released in November 2011, wasn't it?
    You can even see that all files inside the original 3.1 ZIP have a 7th of November date.
    I already have the original 3.1 SDK for Windows, because I already downloaded it when it was released,
    but BDindeblender is asking for the original 3.1 SDK for Mac, which unfortunately I don't have,
    because I usually work in a Windows environment (except when I have to upload to Apple's App Store).
    The version currently available at Adobe's SDK page is 3.1.0.4880 which was released in January, 2012
    (until it gets replaced with the 3.2 SDK when the Release Candidate becomes Final)
    http://www.adobe.com/devnet/air/air-sdk-download.html
    The problem with this updated "4880" build is it has a bug that the original 3.1 didn't have, described here:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3121219
    I hope this bug isn't carried over to the new 3.2 SDK. I still haven't tried it, so I can't comment on that yet.
    Regards.

  • Flash CS5.5 & Air 3.1.0.4880 don't include huge amount of external files

    My project have included 72 files (36 pngs and 36 swfs) + 2 (main swf and main xml)
    Totally 74 files.
    Building from Flash CS5.5 return strange error with incorrect text codepage (charset).
    When I remove 2 files, so I will have 70 my files and 2 default app file - project builded successful.
    From commandline I can build without any errors any file count. But from Flash CS5.5 not more than 74 included files

    Sounds like this is a Flash Pro issue, but I'm glad the command line is working for you.  Would you mind posting about this on the Flash Pro forums?
    Thanks,
    Chris

  • Air on android is not support sharedintent??

    hello..
    i want to register shaedIntent by air application, so i insert intent-filter in description xml below..
    [xml in Air] -------------------------------
    <application android:enabled="true">
    <activity android:excludeFromRecents="false">
         <intent-filter>
             <action android:name="android.intent.action.MAIN"/>
             <category android:name="android.intent.category.LAUNCHER"/>
         </intent-filter>
         <intent-filter>
             <action android:name="android.intent.action.SEND" />
             <category android:name="android.intent.category.DEFAULT"/>
             <data android:mimeType="image/*" />
         </intent-filter>
         <intent-filter>
             <action android:name="android.intent.action.VIEW" />
             <category android:name="android.intent.category.BROWSABLE"/>
             <category android:name="android.intent.category.DEFAULT"/>
             <data android:scheme="content" />
         </intent-filter>
    </activity>
    </application>
    so the addition in Gallery option menu for shared was successful
    But, when select Air Application, InvokeEvent parameter is empty..
    [invoke Handler in Air] -------------------------------
    protected function onInvokeEventHandler(event:InvokeEvent):void
              trace("[SharedIntentSample::onInvokeEventHandler(event)]" + arguments);
              trace("[SharedIntentSample::onInvokeEventHandler(event)]" + event.arguments);
              trace("[SharedIntentSample::onInvokeEventHandler(event)]" + event.reason);
              trace("[SharedIntentSample::onInvokeEventHandler(event)]" + event.arguments.length);
    intent information is below..
    [Intent information from native application] -------------------------------
    11-23 11:14:06.288: D/SharedIntent(8409): action = android.intent.action.SEND
    11-23 11:14:06.288: D/SharedIntent(8409): key = Intent.EXTRA_STREAM
    11-23 11:14:06.288: D/SharedIntent(8409): uri= content://media/external/images/media/2
    11-23 11:14:06.298: D/SharedIntent(8409): scheme= content
    11-23 11:14:06.298: D/SharedIntent(8409): mimeType= image/jpeg
    11-23 11:14:06.298: D/SharedIntent(8409): filePath :: /mnt/sdcard/DCIM/Camera/20111113_174316.jpg
    How do i get the value from Intent??

    Anyone been able to get anywhere?  I was hoping to get one or more images from the gallery into my app.  I looked on stack overflow and found the below for my manifest which populates the share list for one or more images but it causes my app to crash.  Mainly because I don't have the right activity defined in my app.  Is there a default activity for an Air app that I can try replacing ".activities.ImportImagesActivity"
    <activity
           android:label="@string/app_name"
           android:name=".activities.ImportImagesActivity" >
           <intent-filter>  
               <action android:name="android.intent.action.SEND" />
               <category android:name="android.intent.category.DEFAULT" />
               <data android:mimeType="image/*" />
           </intent-filter>
           <intent-filter>  
               <action android:name="android.intent.action.SEND_MULTIPLE" />
               <category android:name="android.intent.category.DEFAULT" />
               <data android:mimeType="image/*" />
           </intent-filter>
       </activity>

  • Where is the Adobe AIR 3.2 SDK hiding?

    This is driving me loopy!
    I'm trying to locate the download for AIR3.2 SDK but whenever I find a link to it I'm directed to
    Adobe AIR 3.1.0.4880 SDK
    Am I missing something here?
    Could anyone shed some light on this for me please?
    Thanks,
    Mark

    I was still unable to download the 3.2 sdk today using Safari on my Mac. Clicking on the download just locks up Safari completely and I have to eventually give up and close the browser window to be able use Safari again.
    I eventually had to dust off my PC and use IE to download the file (which worked the first time I tried it without any problems and it appears to be 3.2).
    I think the Adobe download site isn't working correctly with Safari (which I suspect a lot of AIR iOS developers are probably using).

  • Bogus "Upgrade AIR Runtime" messages

    I am developing using Flash Builder 4.5.1 on Mac, debugging via USB on a Motorola Xoom.  Every time I run or debug my app on the device, I get the following dialog box:
    Upgrade AIR Runtime
    Your device has an older version of Adobe AIR installed. Would you like to upgrade it to Adobe AIR 3.1.0.4880?
    However, according to the Xoom application settings screen for AIR, version "3.1.0.488" is already installed.  Answering "yes" to the dialog has the same effect as answering "no" -- the app runs, but the next time I run it I get the same prompt.  Is there anyway to get Flash Builder to recognize that the attached device is really running the latest version?  I've tried uninstalling and reinstalling AIR, but the dialog persists.
    Thanks!

    There is a way, I did it before, but I am not sure how I did it
    Edit: Found the fix for me, close HTC sync

  • Pass variables to AIR app?

    Hi,
    I want to pass a variable (SWF path) to my AIR app. I will then pass this variable as the source to my SWFLoader component present in the app.
    Is there any way of achieving this? I read here http://forums.adobe.com/thread/96965 that passing FlashVars to an AIR app is not possible.
    But that was two years ago. Is this still the case?
    Any help would be greatly appreciated.
    Thanks,
    Pradeep.

    You can receive command line arguments in your AIR application by handling the InvokeEvent:
    http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118676a5d46-8000. html#WS5b3ccc516d4fbf351e63e3d118666ade46-7e1a
    Hope this helps.
    Chris Thilgen
    AIR Engineering

  • Anyone else with a small chip or two on the edge of your new iPad Air?

    Anyone else with a small chip or two on the edge of your new iPad Air?
    I just picked up my new space gray Air and it has a small defect or chip in the edge which is purely cosmetic but is disappointing since I haven't had the thing for an entire day.

    yeah, actually I just got a black one 16gb wifi from Target which has a chip too!
    I took it to Apple store but they told me to go back to Target...
    but all of the iPads are sold out in the Targets around me...
    not having a great time with my first iPad experience....

  • Macbook Air 11" 2011 screen brightness

    My macbook Air 11" 2011 screen brightness seems defective.
    Whenever I turn it on, it automatically goes to low brightness whatever the ambient lighting conditions.
    Anyone with the same problem ?
    Thanks !

    This was my battery info last time I checked
    Charge Information:
      Charge Remaining (mAh):          0
      Fully Charged:          No
      Charging:          No
      Full Charge Capacity (mAh):          0
      Health Information:
      Cycle Count:          0
      Battery Installed:          No
      Amperage (mA):          0
      Voltage (mV):          0
    What is going on?

  • IPad Air 2 Distortion

    Greetings, fellow Apple People. As you all probably know, the iPad Air 2 has a rather widespread defect which causes the LCD Retina Display to distort and discolorize when any pressure is placed on the right rear of the device. My 128GB iPad Air 2 Wi-Fi edition has been experiencing this problem since I u boxed it several minutes ago, and on my particular unit, it's terrible. Even the slightest tap of a finger on the rear causes severe discoloration on the front display, and there seems to be a permanent faint-blue mark in that spot. Funny thing is, I unboxed the tablet in-store, and immediately reported the problem to an Apple employee. He said "Oh, that looks pretty bad. Let's get you a fresh one." He came out of the back with a new tablet, and he took the liberty of u boxing it and testing it for the issue. It was nowhere near as bad as the one I initially opened, but it still happened. He showed me that it occurred on several of the display models they had out, and happily gave me the new one he opened, where the problem was much less noticeable.
      While I'm pleased with Apple's great service, I still wonder why this problem seems to be universal on all iPad Air 2 units. Can anyone tell me if they've gotten a good model? Thanks, the help is greatly appreciated!

    BrandonRiess8 wrote:
    ... I still wonder why this problem seems to be universal on all iPad Air 2 units.
    It seems that one company manufactures the iPad 2 Air 2014...
    iPad Air 2, Manufacturer <- Google search terms
    results =
    Hon Hai Precision Industry Co., Ltd.
    Hon Hai Precision Industry Co., Ltd., trading as Foxconn Technology Group, is a Taiwanese multinational electronics contract manufacturing company headquartered in Tucheng, New Taipei, Taiwan. Wikipedia 
    It is the world's largest electronics contractor manufacturer, and the third-largest information technology company by revenue
    Founder: Terry Gou
    Founded: 1974
    Stock price: 2317 (TPE) NT$87.10 -0.90 (-1.02%)
    Dec 23, 10:13 AM GMT+8 - Disclaimer
    Headquarters: New Taipei

  • MB Air two finger scroll does not work for a user but does for another

    Hi
    MB Air. 10.9.3.
    Defective Trackpad was just replaced. Two finger scroll does not work for the main user. I made a test log in and two finger scroll works. I booted off an external drive and two finger scroll works.
    I pulled all of the user preferences out, logged out and in and still does not work. Zapped PRAM. Checked all trackpad settings. No luck.
    Tried this in Terminal:
    defaults write -g com.apple.trackpad.scrollBehavior 2
    Any ideas?

    This sounds strange but check the settings in Settings>Accessability for the track pad. I belive your problem lies there not in Track Pad set up in Settings.

  • MacBook Air 13", Keyboard and Trackpad wont work anymore. Any suggestions?

    Hey my new Macbook Air 13" 1,8Ghz had a defect with the keyboard and trackpad. None of these input devices can work, therefore i am not able to logon to my system. Has anyone similar problems, or a solution for my problem?

    This is not likely to be an issue with the OS version - if the keyboard and trackpad are both inoverative, there isn't a setting or system property in Lion that could cause it.
    I would try an SMC reset - it's detailed in http://support.apple.com/kb/HT3964?viewlocale=en_US&locale=en_US but the procedure for a macBook Air is:
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.
    If that doesn't help, and given the lack of responsiveness from the keyboard it may not, and assuming the laptop was bought through an authorised Apple reseller, the warraty should be valid and is worldwide, so it should be possible to have it examined by Apple or an Approved Service Provider in her area.

  • Blue screen of death on Toshiba P755-S5375 with ADOBE ENCORE CS6

    I recently purchased a new laptop and installed Adobe Master Collection CS6.  I purchased the laptop for video capture and editing, as well as for blu-ray authoring. 
    Unfortunately, although the computer and software works fine for video capture and editing, I am unable to author a blu-ray.  For authoring, I am using Adobe’s Encore CS6.  After checking and previewing my creation, I attempt to build to disc using Encore.  About 2 seconds after clicking the build disc in Encore, I get the “blue screen of death” (BSOD).  This happens every time I try to build to blu-ray (only blu-ray has this issue; I am able to build to a DVD).  I am using an external blu-ray drive on USB 3.0.  
    I am using Encore version 6.0.0.492
    Here are the blu-ray drive specs:
    Logitec USB 2.0/3.0 Bus powered portable bluray drive unit, LBD-PME6U3VBK
    PIONEER BD-RW BDR-TD05 USB Device
    Driver: 6.1.7601.17514
    C:\windows\system32\DRIVERS\cdrom.sys
    \windows\system32\Drivers\PXHlpa64.sys
    \windows\system32\DRIVERS\tdcmdpst.sys
    \windows\SysWOW64\drivers\Afc.sys
    Renesas USB 3.0 driver also installed
    The computer specs are as follows:
    Manufacturer: Toshiba
    Manufacturer Part Number: PSAY1U-05U027
    Product Line: Satellite
    Product Series: P755
    Product Model: P755-S5375
    Product Name: Satellite P755-S5375 Notebook
    Product Type: Notebook
    Processor Manufacturer: Intel
    Processor Type: Core i7
    Processor Model: i7-2670QM
    Processor Speed: 2.20 GHz
    Processor Core: Quad-core (4 Core)
    Cache: 6 MB
    Chipset Manufacturer: Intel
    Chipset Model: HM65 Express
    Standard Memory: 4 GB
    Memory Technology: DDR3 SDRAM
    Memory Standard: DDR3-1333/PC3-10600
    Number of Total Memory Slots: 2
    Hard Drive Capacity: 500 GB
    Screen Size: 15.6"
    Display Screen Type: Active Matrix TFT Color LCD
    Aspect Ratio: 16:9
    Screen Mode: WXGA
    Backlight Technology: LED
    Screen Resolution: 1366 x 768
    Graphics Controller Manufacturer: Intel
    Graphics Controller Model: HD 3000
    Graphics Memory Capacity: 1.65 GB
    Graphics Memory Accessibility: Shared
    Ethernet Technology: Fast Ethernet
    Wi-Fi: Yes
    Wi-Fi Standard: IEEE 802.11b/g/n
    Webcam: Yes
    Operating System: Genuine Windows 7 Home Premium with SP1
    Operating System Architecture: 64-bit
    Pointing Device Type: TouchPad
    Number of Cells: 6-cell
    Battery Chemistry: Lithium Ion (Li-Ion)
    Width: 15.0"
    Depth: 9.8"
    Weight (Approximate): 5.40 lb
    Package Contents:
    Satellite P755-S5375 Notebook
    Lithium Ion Battery
    AC Adapter
    Green Compliant: Yes
    Green Compliance Certificate/Authority: RoHS
    Installed programs:
    Name                                                            Version          
    Microsoft Application Error Reporting                           12.0.6015.5000   
    Microsoft Office Click-to-Run 2010                              14.0.4763.1000   
    Microsoft Office 2010                                           14.0.4763.1000   
    Windows Live Essentials                                         15.4.3502.0922   
    Apple Application Support                                       2.1.7            
    Windows Live Writer                                             15.4.3502.0922   
    Microsoft_VC90_MFCLOC_x86                                       1.00.0000        
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148  9.0.30729.4148   
    TOSHIBA Web Camera Application                                  2.0.3.3          
    Windows Live Messenger                                          15.4.3538.0513   
    Microsoft_VC90_CRT_x86                                          1.00.0000        
    Google Toolbar for Internet Explorer                            1.0.0            
    Microsoft Visual C++ 2010  x64 Redistributable - 10.0.40219     10.0.40219       
    Microsoft Visual C++ 2005 Redistributable (x64)                 8.0.61000        
    Microsoft SQL Server 2005 Compact Edition [ENU]                 3.1.0000         
    Microsoft Visual C++ 2010  x86 Redistributable - 10.0.40219     10.0.40219       
    Toshiba Online Backup                                           2.0.0.31         
    TOSHIBA ReelTime                                                1.7.21.64        
    Windows Live Remote Client Resources                            15.4.5722.2      
    Windows Live SOXE Definitions                                   15.4.3502.0922   
    Adobe AIR                                                       3.1.0.4880       
    Windows Live Mesh ActiveX Control for Remote Connections        15.4.5722.2      
    Windows Live Communications Platform                            15.4.3502.0922   
    Windows Live Movie Maker                                        15.4.3502.0922   
    Apple Software Update                                           2.1.3.127        
    Windows Live UX Platform Language Pack                          15.4.3508.1109   
    Windows Live Photo Gallery                                      15.4.3502.0922   
    bl                                                              1.0.0            
    Windows Live Mail                                               15.4.3502.0922   
    Java(TM) 6 Update 25                                            6.0.250          
    MSVCRT_amd64                                                    15.4.2862.0708   
    TOSHIBA Face Recognition                                        3.1.17.64        
    ph                                                              1.0.0            
    Adobe Widget Browser                                            2.0.348          
    Windows Live Writer                                             15.4.3502.0922   
    Mesh Runtime                                                    15.4.5722.2      
    TOSHIBA Supervisor Password                                     1.63.51.2C       
    Adobe Acrobat X Pro - English, Fran軋is, Deutsch                10.1.1           
    Adobe Reader X MUI                                              10.0.0           
    TOSHIBA Media Controller Plug-in                                1.0.7.5          
    Windows Live Photo Gallery                                      15.4.3502.0922   
    Windows Live Photo Common                                       15.4.3502.0922   
    Label@Once 1.0                                                  1.0              
    PDF Settings CS6                                                11.0             
    Toshiba Book Place                                              2.2.7530         
    Windows Live PIMT Platform                                      15.4.3508.1109   
    TOSHIBA Wireless LAN Indicator                                  1.0.5            
    D3DX10                                                          15.4.2368.0902   
    Utility Common Driver                                           1.0.52.3C        
    Junk Mail filter update                                         15.4.3502.0922   
    Windows Live Movie Maker                                        15.4.3502.0922   
    TOSHIBA HDD/SSD Alert                                           3.1.64.9         
    Windows Live Remote Service                                     15.4.5722.2      
    Toshiba App Place                                               1.0.6.3          
    Windows Live Mesh                                               15.4.3502.0922   
    Windows Live Language Selector                                  15.4.3538.0513   
    QuickTime                                                       7.72.80.56       
    Renesas Electronics USB 3.0 Host Controller Driver              2.0.34.0         
    TOSHIBA Value Added Package                                     1.6.1.64         
    Microsoft_VC80_CRT_x86                                          8.0.50727.4053   
    Google Update Helper                                            1.3.21.111       
    TOSHIBA HDD Protection                                          2.2.2.15         
    7-Zip 9.20 (x64 edition)                                        9.20.00.0        
    TOSHIBA PC Health Monitor                                       1.7.9.64         
    Windows Live Mail                                               15.4.3502.0922   
    Adobe Help Manager                                              4.0.244          
    MSVCRT                                                          15.4.2862.0708   
    Windows Live Remote Client                                      15.4.5722.2      
    Blackmagic ATEM Switchers                                       3.0.1.0          
    Microsoft_VC90_MFC_x86                                          1.00.0000        
    Windows Live Photo Common                                       15.4.3502.0922   
    Windows Live ID Sign-in Assistant                               7.250.4232.0     
    Microsoft Visual C++ 2005 Redistributable                       8.0.61001        
    Windows Live Messenger                                          15.4.3538.0513   
    Windows Live Mesh                                               15.4.3502.0922   
    Windows Live Writer                                             15.4.3502.0922   
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148  9.0.30729.4148   
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.17    9.0.30729        
    TOSHIBA Hardware Setup                                          1.63.1.37C       
    Microsoft Silverlight                                           4.0.50401.0      
    PlayReady PC Runtime x86                                        1.3.0            
    Intel(R) WiDi                                                   2.1.41.0         
    Windows Live MIME IFilter                                       15.4.3502.0922   
    TOSHIBA Flash Cards Support Utility                             1.63.0.12C       
    TOSHIBA eco Utility                                             1.3.5.64         
    Windows Live UX Platform                                        15.4.3502.0922   
    TOSHIBA Wireless Display Monitor                                1.0.1            
    Debugging Tools for Windows (x64)                               6.12.2.633       
    Windows Live Remote Service Resources                           15.4.5722.2      
    Windows Live Writer Resources                                   15.4.3502.0922   
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.17    9.0.30729        
    Intel(R) PROSet/Wireless WiFi Software                          14.01.1000       
    Windows Live Installer                                          15.4.3502.0922   
    TOSHIBA Disc Creator                                            2.1.0.11 for x64 
    PlayReady PC Runtime amd64                                      1.3.0            
    Windows Live SOXE                                               15.4.3502.0922   
    Java Auto Updater                                               2.0.4.1          
    TOSHIBA Bulletin Board                                          1.6.08.64        
    Crash details:
    Problem signature:
      Problem Event Name:            BlueScreen
      OS Version:                           6.1.7601.2.1.0.768.3
      Locale ID:                              1041
    Additional information about the problem:
      BCCode:                               d1
      BCP1:                                   0000000000000001
      BCP2:                                   0000000000000002
      BCP3:                                   0000000000000008
      BCP4:                                   0000000000000001
      OS Version:                           6_1_7601
      Service Pack:                        1_0
      Product:                                768_1
    Files that help describe the problem:
      C:\Windows\Minidump\090312-28516-01.dmp
      C:\Users\xxx\AppData\Local\Temp\WER-62696-0.sysdata.xml
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\windows\system32\en-US\erofflps.txt
    DMP file details
    Symbol search path is: SRV*C:\Symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 7 Kernel Version 7601 (Service Pack 1) MP (8 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 7601.17835.amd64fre.win7sp1_gdr.120503-2030
    Machine Name:
    Kernel base = 0xfffff800`02e04000 PsLoadedModuleList = 0xfffff800`03048670
    Debug session time: Mon Sep  3 02:27:16.190 2012 (UTC + 9:00)
    System Uptime: 0 days 0:06:50.096
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck D1, {1, 2, 8, 1}
    *** WARNING: Unable to verify timestamp for win32k.sys
    *** ERROR: Module load completed but symbols could not be loaded for win32k.sys
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    Followup: MachineOwner
    0: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high.  This is usually
    caused by drivers using improper addresses.
    If kernel debugger is available get stack backtrace.
    Arguments:
    Arg1: 0000000000000001, memory referenced
    Arg2: 0000000000000002, IRQL
    Arg3: 0000000000000008, value 0 = read operation, 1 = write operation
    Arg4: 0000000000000001, address which referenced memory
    Debugging Details:
    READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800030b2100
     0000000000000001
    CURRENT_IRQL:  2
    FAULTING_IP:
    +6130613031313361
    00000000`00000001 ??              ???
    PROCESS_NAME:  System
    CUSTOMER_CRASH_COUNT:  1
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    BUGCHECK_STR:  0xD1
    TRAP_FRAME:  fffff80000b9c740 -- (.trap 0xfffff80000b9c740)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=fffff80000b9c801 rbx=0000000000000000 rcx=fffffa8004586618
    rdx=fffff80000b9c8d8 rsi=0000000000000000 rdi=0000000000000000
    rip=0000000000000001 rsp=fffff80000b9c8d0 rbp=0000892fc0ba4327
     r8=fffff80000b9c8d0  r9=0000000000000000 r10=0000000004216094
    r11=000000005e040600 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei ng nz na pe nc
    00000000`00000001 ??              ???
    Resetting default scope
    LAST_CONTROL_TRANSFER:  from fffff80002e82769 to fffff80002e831c0
    FAILED_INSTRUCTION_ADDRESS:
    +6130613031313361
    00000000`00000001 ??              ???
    STACK_TEXT: 
    fffff800`00b9c5f8 fffff800`02e82769 : 00000000`0000000a 00000000`00000001 00000000`00000002 00000000`00000008 : nt!KeBugCheckEx
    fffff800`00b9c600 fffff800`02e813e0 : 00000000`00000002 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x69
    fffff800`00b9c740 00000000`00000001 : 00000000`00000000 00000000`5e040600 00000000`00000000 00000000`00000000 : nt!KiPageFault+0x260
    fffff800`00b9c8d0 00000000`00000000 : 00000000`5e040600 00000000`00000000 00000000`00000000 00000000`080e8118 : 0x1
    STACK_COMMAND:  kb
    FOLLOWUP_IP:
    nt!KiPageFault+260
    fffff800`02e813e0 440f20c0        mov     rax,cr8
    SYMBOL_STACK_INDEX:  2
    SYMBOL_NAME:  nt!KiPageFault+260
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: nt
    IMAGE_NAME:  ntkrnlmp.exe
    DEBUG_FLR_IMAGE_TIMESTAMP:  4fa390f3
    FAILURE_BUCKET_ID:  X64_0xD1_CODE_AV_BAD_IP_nt!KiPageFault+260
    BUCKET_ID:  X64_0xD1_CODE_AV_BAD_IP_nt!KiPageFault+260
    Followup: MachineOwner

    Satellite A215-S7422 
    We need to know the Stop code on the blue screen. If there is a file name mentioned, we want that too.
    You can prevent the rapid disappearance of the blue screen during a normal boot by choosing this at the F8 Startup menu.
       Disable automatic restart on system failure
    -Jerry

  • Issues with logging in to CC and missing features

    My team is using CC on corporate environment PCs, Win 7 64bit. Some of the problems we have seen are:
    When we buy a new adobe license for a new user our IT department has to install the Creative Cloud desktop manager and software on their PC. They do this by using an admin windows account and the new adobe login. Everything works fine for them, they are able to log in to CC and install the software, When the user logs in with their windows account and try to log in to CC with the same adobe id then they get the common issue with the sync button just turning and never logs them in. In some cases this is fixed by deleting the OOBE folder from the admin local profile allowing the other user to log in to CC but most times the IT has to resolve to rebuilding the PC and starting again.
    We also hotdesk in my team.I found that when i work on my laptop or another desktop pc in the team everything is fine but if i have to use a different PC for the day i log in but don't have all the features (I can get the home feed, fonts, etc, but not the app installers)
    Another member of my team works fine on that same PC but on a different PC she doesn't have all features. She gets the app installers, but not some of the other features.
    It all seems to be a bit random as to who can access what.
    Our corporate firewall is open to most Adobe servers, unless there is something we have missed. PCs have Adobe Air 3.1.0.4880.
    These issues have been happening for months now and IT have spend hours to resolve.
    Anyone else has issues using Creative Cloud in a corporate environment and are there any suggestions we can use please?

    There isn't any capability for the OpenBootProm prompt
    (the OK prompt you might see on your screen)
    to ask you for a username or a password.
    The OBP is a firmware level of the SPARC platform, not an OS nor a mini-OS.
    If you have consoled in through the SF280R's RSC card, it might have its own password prompt, but the OBP itself can't do that. Additionally, the RSC doesn't show you the OK prompt either (certainly not to the extent that the more sophisticated LOM, ALOM, ILOM or System Controllers of other system designs might have.).
    You made mention that you eventually see a cursor that is sitting at a prompt that shows:
    Happy@solaris11 $If that is what you see, then I think you're already logged into the OS. That would seem to be a C-shell prompt, with you logged into a fully booted system named "solaris11" as username "Happy".
    Consequently, I'll be asking that your post be moved out of the Servers'General hardware forum, and into the General Solaris 11 forum. You don't seem to have a hardware issue, but perhaps just an issue with being unfamiliar with Solaris. (You didn't describe your experience level in the initial post.)

Maybe you are looking for