From: notaz Date: Mon, 18 Jun 2012 10:30:03 +0000 (+0300) Subject: update readme X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=android_pandora.git;a=commitdiff_plain;h=83dcf6a6b04be93840ed4f368c843d649ec0c67a update readme --- diff --git a/README b/README index abb7420..eae6403 100644 --- a/README +++ b/README @@ -13,12 +13,11 @@ Building from source repo init -u git://notaz.gp2x.de/~notaz/android_pandora.git \ -b manifest -m pandora-gingerbread.xml repo sync - This will get all sources from rowboat project, except pandora support + This will get all sources from upstream projects, except pandora support that will come from it's own git. 3. Apply the pandora patches: patch -p1 < device/openpandora/pandora/patches/all.patch - patch -p1 < device/openpandora/pandora/patches/external_custom.patch 4. Build Android and create .pnd file: make diff --git a/keypad.kl b/keypad.kl index 2d110d2..1bb6190 100644 --- a/keypad.kl +++ b/keypad.kl @@ -88,8 +88,3 @@ key 68 MEDIA_STOP # F10 key 87 VOLUME_DOWN # F11 key 88 VOLUME_UP # F12 -# for gpio-keys -key 108 DPAD_DOWN -key 103 DPAD_UP -key 105 DPAD_LEFT -key 106 DPAD_RIGHT