GTA04Status » History » Version 8
Paul Kocialkowski, 05/19/2012 05:02 PM
1 | 1 | Paul Kocialkowski | h1. GTA04 Status |
---|---|---|---|
2 | |||
3 | 3 | Paul Kocialkowski | h2. What's left to do for GTA04? |
4 | |||
5 | Tasks to achieve, in order of priority, are: |
||
6 | |||
7 | 4 | Paul Kocialkowski | * Install script |
8 | 3 | Paul Kocialkowski | * Audio |
9 | * Graphics |
||
10 | * Power Managment |
||
11 | 8 | Paul Kocialkowski | * Vibrator |
12 | 3 | Paul Kocialkowski | * Battery |
13 | 6 | Paul Kocialkowski | * Backlight/Leds |
14 | 3 | Paul Kocialkowski | * Modem/3G |
15 | * WiFi/Bluetooth |
||
16 | * GPS |
||
17 | * Sensors |
||
18 | |||
19 | 5 | Paul Kocialkowski | h2. Issues to fix |
20 | |||
21 | * -The whole sdcard is mounted as UMS- fixed: "f4fb785c11447b43a85d8d61e7b786c0e2df147a":https://gitorious.org/replicant/device_goldelico_gta04/commit/f4fb785c11447b43a85d8d61e7b786c0e2df147a |
||
22 | * No adb notification at first boot |
||
23 | |||
24 | 7 | Paul Kocialkowski | Audio input: |
25 | * When output is opened at, let's say 44100 rate, 2 chans and S16_LE format, input has to be opened with the same, or it will fail |
||
26 | * This is apparently a very common issue with CODECS (Nexus S and Galaxy S deal with it too) |
||
27 | * One has to resample to the correct rate (usually 44100 -> 8000) and perhaps convert 2 chans to one chan |
||
28 | 8 | Paul Kocialkowski | |
29 | Battery status issue: |
||
30 | * battery status doesn't get updated by itself (or not enough) |
||
31 | * polling /sys/class/power_supply/bq27000-battery/status makes it send the uevent needed for android to update its state |
||
32 | |||
33 | Reboot issue: |
||
34 | * when rebooting (usually with USB cable connected), screen turns white and kernel produces panic |
||
35 | * this might be because of Android USB Gadget (none of these appends with usb plugged in and no android usb gadget |
||
36 | 7 | Paul Kocialkowski | |
37 | 1 | Paul Kocialkowski | h2. Kernel |
38 | |||
39 | | *Component* |_. Status | |
||
40 | | Various Android parts | Included and building with 3.2 kernel | |
||
41 | | Android USB Gadget | Working 100% with compatibility layer for gingerbread | |
||
42 | |||
43 | 2 | Paul Kocialkowski | h2. Android integration |
44 | 1 | Paul Kocialkowski | |
45 | | *Component* |_. Status | |
||
46 | | Graphics | Usable with 0xdroid omap3 gralloc but could be faster (needs work) | |