[TIMOB-2996] Android: Some AVD properties aren't separated by newline
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T02:00:38.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.6.0 M08 |
| Components | Android |
| Labels | android, avd, defect, release-1.6.0, reported-1.6.0 |
| Reporter | Marshall Culpepper |
| Assignee | Marshall Culpepper |
| Created | 2011-04-15T03:34:22.000+0000 |
| Updated | 2011-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)
(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...
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
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
"