Project

General

Profile

GTA04Status » History » Version 7

Paul Kocialkowski, 05/19/2012 03:27 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
* Battery
12 6 Paul Kocialkowski
* Backlight/Leds
13 3 Paul Kocialkowski
* Modem/3G
14
* WiFi/Bluetooth
15
* GPS
16
* Sensors
17
18 5 Paul Kocialkowski
h2. Issues to fix
19
20
* -The whole sdcard is mounted as UMS- fixed: "f4fb785c11447b43a85d8d61e7b786c0e2df147a":https://gitorious.org/replicant/device_goldelico_gta04/commit/f4fb785c11447b43a85d8d61e7b786c0e2df147a
21
* No adb notification at first boot
22
23 7 Paul Kocialkowski
Audio input:
24
* 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
25
* This is apparently a very common issue with CODECS (Nexus S and Galaxy S deal with it too)
26
* One has to resample to the correct rate (usually 44100 -> 8000) and perhaps convert 2 chans to one chan
27
28 1 Paul Kocialkowski
h2. Kernel
29
30
| *Component* |_. Status |
31
| Various Android parts | Included and building with 3.2 kernel |
32
| Android USB Gadget | Working 100% with compatibility layer for gingerbread |
33
34 2 Paul Kocialkowski
h2. Android integration
35 1 Paul Kocialkowski
36
| *Component* |_. Status |
37
| Graphics | Usable with 0xdroid omap3 gralloc but could be faster (needs work) |