Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2996] Android: Some AVD properties aren't separated by newline

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T02:00:38.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.6.0 M08
ComponentsAndroid
Labelsandroid, avd, defect, release-1.6.0, reported-1.6.0
ReporterMarshall Culpepper
AssigneeMarshall Culpepper
Created2011-04-15T03:34:22.000+0000
Updated2011-04-17T02:00:38.000+0000

Description

When we create an AVD it looks like some of the properties in it's config.ini aren't separated by newlines (hw.gps, hw.camera, etc)

Comments

  1. Marshall Culpepper 2011-04-15

    (from [4a3e3f581d9c31abb321ff400cd5d3b341bed630]) fixed an AVD generation error that corrupted the config.ini. added the ability to use a specific device when invoking builder.py install. also added a jdwp_kill function for the future in androidsdk.py. [#2996 state:fixed-in-qa] https://github.com/appcelerator/titanium_mobile/commit/4a3e3f581d9c31abb321ff400cd5d3b341bed630"> https://github.com/appcelerator/titanium_mobile/commit/4a3e3f581d9c...

  2. Thomas Huelbert 2011-04-15

    repro steps for thomas tomorrow:
    donthorp: look at AVDs you created with 1.5.1 in ~/.android/avd and cd into the *.avd folder
    [5:13pm] donthorp: then cat config.ini [5:13pm] donthorp: in the old ones you'll see name=value pairs like "hw.camera=yesspcial.feature=y" [5:14pm] donthorp: all on the same line. [5:14pm] donthorp: in the fixed AVD created with RC1 you should see each name value pair on a separate line

  3. Opie Cyrus 2011-04-15

    verified emulator 2.2

    Contents of "titanium_8_HVGA.avd/config.ini" :

    " hw.lcd.density=160
    skin.name=HVGA
    skin.path=platforms\android-8\skins\HVGA
    sdcard.path=C:\Users\Opie.titanium\android2.sdcard
    image.sysdir.2=platforms\android-8\images<br/> image.sysdir.1=add-ons\addon_google_apis_google_inc_8\images<br/> hw.gps=yes
    hw.camera=yes
    "

JSON Source