forked from ianmacd/d2s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME_Platform-n970f.txt
65 lines (52 loc) · 2.32 KB
/
README_Platform-n970f.txt
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
How to build Module for Platform
- It is only for modules are needed to using Android build system.
- Please check its own install information under its folder for other module.
[Step to build]
1. Get android open source.
: version info - Android 10.0
( Download site : http://source.android.com )
2. Copy module that you want to build - to original android open source
If same module exist in android open source, you should replace it. (no overwrite)
# It is possible to build all modules at once.
3. You should add module name to 'PRODUCT_PACKAGES' in 'build\target\product\core.mk' as following case.
case 1) e2fsprog : should add 'e2fsck','resize2fs' to PRODUCT_PACKAGES
case 2) libexifa : should add 'libexifa.camera.samsung' to PRODUCT_PACKAGES
case 3) libjpega : should add 'libjpega.camera.samsung' to PRODUCT_PACKAGES
case 4) keyutils : should add 'libknox_keyutils' to PRODUCT_PACKAGES
ex.) [build\target\product\core.mk] - add all module name for case 1 ~ 5 at once
# e2fsprog
PRODUCT_PACKAGES += \
e2fsck \
libext2fs \
libext2_blkid \
ibext2_e2p \
resize2fs
# libexifa
PRODUCT_PACKAGES += \
libexifa.camera.samsung
# libjpega
PRODUCT_PACKAGES += \
libjpega.camera.samsung
# KeyUtils
PRODUCT_PACKAGES += \
libknox_keyutils
4. excute build command
./build_64bit.sh
5. Note :
To download the source code of S/W listed below, please visit http://opensource.samsung.com and find ¡°Mobile -> Mobile Application¡± menu,
and then, you will be able to download what you want.
You might save time in finding the right one by making use of the search keyword below.
- SamsungMessages_11.apk : "Messaging"
- MdecService : "MdecService"
- LightweightWebEngine.apk : "lightweight-web-engine"
- DeXonPC.apk : "DeXonPC"
- SBrowser_11.0_Removable.apk : "SBrowser" (version : SBrowser v11)
- SamsungConnect.apk : "SamsungConnect"
- KidsHome_Installer.apk : "KidsHome"
- Notes32_Removable.apk : "Samsung Notes"
- SamsungCamera.apk : "Camera8"
- AREmoji.apk : "AREmoji"
- SmartSwitch.apk : "Smart Switch" (Version : 3.4)
- VoiceNote_5.0.apk : "Voice Recorder"
- Fmm.apk : "FMM"
- BixbyVisionFramework3.apk: "BixbyVisionFramework"