Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2257] Android: Unable to install app to sim

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:58:34.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0 M02
ComponentsAndroid
Labelsandroid, emulator, regression
ReporterThomas Huelbert
AssigneeDon Thorp
Created2011-04-15T03:14:58.000+0000
Updated2011-04-17T01:58:34.000+0000

Description

2.1/2.2 simulator mobile sdk 1.5.0.4f5838, os x 10.6.4

1.create a new project
2.target 2.1 api, or 2.2 api and launch the emulator

will time out or fail on waiting for sim

regression, am able to use last weeks build without issue.

pastie of trace log : http://pastie.org/1270067">http://pastie.org/1270067

Comments

  1. Don Thorp 2011-04-15

    Relevant section

       [INFO] Waiting for the Android Emulator to become available
       [TRACE] Traceback (most recent call last):
       [TRACE] File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/android/builder.py", line 1380, in <module>
       [TRACE] s.build_and_run(False,avd_id)
       [TRACE] File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/android/builder.py", line 1093, in build_and_run
       [TRACE] self.wait_for_device('e')
       [TRACE] File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/android/builder.py", line 314, in wait_for_device
       [TRACE] return self.wait_for_home(type)
       [TRACE] File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/android/builder.py", line 249, in wait_for_home
       [TRACE] processes = self.sdk.list_processes(['-%s' % type])
       [TRACE] File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/android/androidsdk.py", line 201, in list_processes
       [TRACE] args.extend['shell', 'ps']
       [TRACE] TypeError: 'builtin_function_or_method' object is unsubscriptable
       
  2. Bill Dawson 2011-04-15

    I fixed this immediately when I noticed it myself back on that day. I just made a quick commit back then saying I was fixing a typo.

  3. Thomas Huelbert 2011-04-15

    1.5.0.91838a 2.2 sim, 1.6 sim

JSON Source