-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathREADME
27 lines (19 loc) · 974 Bytes
/
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
Device configuration for the Lenovo P700i
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 lenovo folder to [your CM path]/device.
Apply recovery patch if needed (see patches).
PREPARING BUILD:
plug in your P700i (make sure that you have latest rom and adb is set up) and fire up extract-files.sh;
To build CM, just follow next instruction:
in terminal:
cd [your CM path]
. build/envsetup.sh
brunch P700i
then, when build is ready, you could find it in $OUT dir.