From 5f6cca8d79bcc3f440b84b8acba398a77dfa258e Mon Sep 17 00:00:00 2001 From: SaboFoco Date: Thu, 29 Oct 2015 17:17:46 +0100 Subject: [PATCH 1/6] --- manifest | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifest diff --git a/manifest b/manifest new file mode 100644 index 0000000..9c535bb --- /dev/null +++ b/manifest @@ -0,0 +1,12 @@ + + + + + + + + + + + + From 29a0257bdf90838e87830ca7c49f6f7b594c1c86 Mon Sep 17 00:00:00 2001 From: SaboFoco Date: Thu, 29 Oct 2015 17:25:43 +0100 Subject: [PATCH 2/6] Create default.xml --- default.xml | 544 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 544 insertions(+) create mode 100644 default.xml diff --git a/default.xml b/default.xml new file mode 100644 index 0000000..3503489 --- /dev/null +++ b/default.xml @@ -0,0 +1,544 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From c33930f2f449275e4ae8d7c019c50bf3e8f9cb65 Mon Sep 17 00:00:00 2001 From: SaboFoco Date: Thu, 29 Oct 2015 17:27:12 +0100 Subject: [PATCH 3/6] Update default.xml --- default.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.xml b/default.xml index 3503489..03b095b 100644 --- a/default.xml +++ b/default.xml @@ -18,7 +18,7 @@ sync-c="true" sync-j="4" /> - + @@ -283,7 +283,7 @@ - + From 7f114d58147bafd7f6c956be6ac8f0da28565cc5 Mon Sep 17 00:00:00 2001 From: SaboFoco Date: Thu, 29 Oct 2015 17:32:27 +0100 Subject: [PATCH 4/6] Rename manifest to htc-msm8974 --- manifest => htc-msm8974 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename manifest => htc-msm8974 (100%) diff --git a/manifest b/htc-msm8974 similarity index 100% rename from manifest rename to htc-msm8974 From eb69dfd4e5e7da78084c5f33976c16f5e0496662 Mon Sep 17 00:00:00 2001 From: SaboFoco Date: Thu, 29 Oct 2015 17:37:38 +0100 Subject: [PATCH 5/6] Rename htc-msm8974 to htc-msm8974.xml --- htc-msm8974 => htc-msm8974.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename htc-msm8974 => htc-msm8974.xml (100%) diff --git a/htc-msm8974 b/htc-msm8974.xml similarity index 100% rename from htc-msm8974 rename to htc-msm8974.xml From cf59e34252ab5226b7fe3c5c86a5de88c4c19c89 Mon Sep 17 00:00:00 2001 From: SaboFoco Date: Thu, 29 Oct 2015 17:38:25 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0107c5d..8e4b6fd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# FocoAOSP -Project for htc one m8 +# FocoAOSP-version of Lantern-aosp for our m8 +Project for htc one m8 thanks to fabio-san from Lantern aosp +The Lantern Aosp Project Marshmallow 6.0 + +To initialize your local repository using the AOSP trees, use a command like this: + +repo init -u https://github.com/L-Aosp/manifest.git -b M-6.0 + +Add Htc One M8 resources by typing this: +curl --create-dirs -L -o .repo/local_manifests/htc-msm8974.xml -O -L https://raw.githubusercontent.com/FocoAOSP/blob/SaboFoco-patch-1-6.0/htc-msm8974.xml + +Then to sync up: + +repo sync + +Finally to build: + +./build.sh device_m8 +