[Q DEV] htcdev.com not up yet , sdk avd settings and skin for htc marvel ?
1. According to the rules this must be posted in here
http://forum.xda-developers.com/show....php?t=1185040
Quote:
|
The Dev section is NOT for asking questions.....
|
2. To avoid search engines confusion with the old 'wildfire' I suggest using 'marvel' in all posts and titles from now on.
3. Register here to get notified when anyone at HTC gets back from holidays?:
http://www.htcdev.com/dev-center/
Q1: So are there any sdk addon s for wildfire-s and skins? Can I use the wildfire skin?
Q2: I need the hardware settings for the avd
http://developer.android.com/guide/d...s-cmdline.html
anyone got it already? I cannot get anything from /sys or /proc:
Quote:
$ grep
grep: permission denied
|
Code:
$ df
/dev: 214208K total, 64K used, 214144K available (block size 4096)
/mnt/asec: 214208K total, 0K used, 214208K available (block size 4096)
/mnt/obb: 214208K total, 0K used, 214208K available (block size 4096)
/app-cache: 8192K total, 0K used, 8192K available (block size 4096)
/devlog: 10240K total, 3716K used, 6524K available (block size 4096)
/system: 266240K total, 246236K used, 20004K available (block size 4096)
/data: 153600K total, 107432K used, 46168K available (block size 4096)
/cache: 35840K total, 19952K used, 15888K available (block size 4096)
/mnt/sdcard: 16178176K total, 330144K used, 15848032K available (block size 32768)
Prefer cmdline cause the avd manager gui is buggy in handling property "cache partition support", "max cam pix"...:
Quote:
java.lang.IllegalArgumentException: Argument cannot be null
at org.eclipse.swt.SWT.error(Unknown Source)
|
Workaround: Supply detail parameters first, then set boolean properties.
Maybe I should switch back to openjdk.
Code:
cat ~/.android/avd/htc-wildfire-s.avd/*ini
hw.lcd.density=160
hw.camera.maxHorizontalPixels=745
sdcard.size=128M
hw.cpu.arch=arm
disk.cachePartition.size=35840KB
disk.dataPartition.size=153600KB
hw.camera=yes
hw.touchScreen=yes
skin.path=platforms/android-10/skins/HVGA
disk.cachePartition=yes
hw.gsmModem=yes
hw.ramSize=512
hw.sdCard=yes
hw.accelerometer=yes
skin.name=HVGA
abi.type=armeabi
hw.audioOutput=yes
hw.camera.maxVerticalPixels=745
hw.sensors.proximity=yes
hw.battery=yes
image.sysdir.1=platforms/android-10/images/
hw.lcd.backlight=yes
hw.audioInput=yes
hw.gps=yes
disk.systemPartition.size=266240KB
vm.heapSize=24
snapshot.present=false
Q3: Is the above correct?