From f8fadb4ce18e5398520fba2c73e5b947ad2cec81 Mon Sep 17 00:00:00 2001 From: kallt_kaffe Date: Fri, 10 Feb 2012 12:47:54 +0100 Subject: [PATCH] vendorsetup.sh: Add p5 and p5wifi (Samsung Galaxy Tab 8.9 P7300(3G+wifi) and P7310(wifi-only)) Repos that needs to be forked: https://github.com/kalltkaffe/android_device_samsung_p5-common https://github.com/kalltkaffe/android_device_samsung_p5 https://github.com/kalltkaffe/android_device_samsung_p5wifi Proprietary files: https://github.com/kalltkaffe/android_vendor_samsung_p5 https://github.com/kalltkaffe/android_vendor_samsung_p5wifi Known issues: - Camera is not working. - Compass is 90 degrees wrong. - Rotation animation "blanks out" before it starts. - Voice calls (p5 version) isn't working although some report recieving calls work while outgoing calls is not. - HDMI output is rotated 90 degrees. Some more info: Most of this is based upon the p4/p4wifi repos as it shares a lot with the p4 and I've forked pershoots p4 kernel and modified it to work with the p5. It's very stable and can be used as a daily driver, the biggest limitation is the lack of working cameras (imho). Kernel source: https://github.com/kalltkaffe/galaxy-2636 Change-Id: Iab45d767eb5916cc35bed8e7611123af4a44e861 --- CHANGELOG.mkdn | 3 ++- vendorsetup.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn index 1b04ba2d..b9900dc1 100644 --- a/CHANGELOG.mkdn +++ b/CHANGELOG.mkdn @@ -54,7 +54,8 @@ Maintainers: * V9 (ZTE Light, Optus MyTab, others): kallt_kaffe and Tom Giordano * Motus (Backflip) : j_r0dd, flavio_frow * Saga (Desire S): Nexx -* Galaxy Tab 10.1 : cyanogen, pershoot +* Galaxy Tab 10.1: cyanogen, pershoot +* Galaxy Tab 8.9: kallt_kaffe Translators: ------------ diff --git a/vendorsetup.sh b/vendorsetup.sh index cc86d882..e458f4f7 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -6,6 +6,8 @@ add_lunch_combo cm_maguro-userdebug add_lunch_combo cm_p4tmo-userdebug add_lunch_combo cm_p4vzw-userdebug add_lunch_combo cm_p4wifi-userdebug +add_lunch_combo cm_p5-userdebug +add_lunch_combo cm_p5wifi-userdebug add_lunch_combo cm_p920-userdebug add_lunch_combo cm_p970-userdebug add_lunch_combo cm_p990-userdebug