-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
29 lines (22 loc) · 1.29 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Device configuration for the Acer a4 (aka Liquid Metal / Liquid mt)
Copyright (C) 2012-2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
As start, sync Cyanogen Mod sources like described on
http://wiki.cyanogenmod.com/wiki/Galaxy_Nexus_(GSM):_Compile_CyanogenMod_(Linux)
make sure you are using "-b ics" in "repo init" instead of "-b jellybean" or even "-b cm-10.1" described on source sync part.
When done, copy whole acer folder to [your CM path]/device.
Copy kernel folder to [your CM path]/kernel. Kernel could be found here: https://github.com/Nikolas-LFDesigns/cm_device_a4_kernel/tree/ics. Automatic loading will come later.
Patch folder comes in cm tree root so that it could determine a working folder without hardcoding it.
PREPARING BUILD:
plug in your Metal (make sure that you have latest rom and adb is set up) and fire up extract-files.sh;
Patch build system with PatchBuild.sh to make some device-specific tweaks;
then we can continue :)
To build CM, just follow next instruction:
in terminal:
cd [your CM path]
. build/envsetup.sh
brunch a4
then, when build is ready, you could find it in $OUT dir.