This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <!-- JPN IME --> | |
| <project path="packages/inputmethods/OpenWnn" name="CyanogenMod/android_packages_inputmethods_OpenWnn" /> | |
| <!-- SAMSUNG DEVICE --> | |
| <project name="kbc-developers/proprietary_vendor_samsung" path="vendor/samsung" remote="github" /> | |
| <project name="aojp/android_hardware_samsung" path="hardware/samsung" remote="github" /> | |
| <!-- SC02E/SC03E COMMON --> | |
| <project name="kbc-developers/android_device_samsung_smdk4412-common" path="device/samsung/smdk4412-common" remote="github" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| export USE_CCACHE=1 | |
| export CCACHE_DIR=~/.ccache | |
| export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 | |
| export PATH=$PATH:$JAVA_HOME/bin | |
| export ANDROID_JAVA_HOME=$JAVA_HOME | |
| export PATH=$PATH:~/bin | |
| export KBUILD_BUILD_HOST=kbc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 000521a1 T _ZN7android10AudioTrackC1E19audio_stream_type_tj14audio_format_tiRKNS_2spINS_7IMemoryEEE20audio_output_flags_tPFviPvS9_ES9_iii | |
| 000521a1 T android::AudioTrack::AudioTrack(audio_stream_type_t, unsigned int, audio_format_t, int, android::sp<android::IMemory> const&, audio_output_flags_t, void (*)(int, void*, void*), void*, int, int, int) | |
| 00052425 T _ZN7android10AudioTrackC1E19audio_stream_type_tj14audio_format_tii20audio_output_flags_tPFviPvS4_ES4_iii | |
| 00052425 T android::AudioTrack::AudioTrack(audio_stream_type_t, unsigned int, audio_format_t, int, int, audio_output_flags_t, void (*)(int, void*, void*), void*, int, int, int) | |
| 00052551 T _ZN7android10AudioTrackC1E19audio_stream_type_tj14audio_format_tjRKNS_2spINS_7IMemoryEEE20audio_output_flags_tPFviPvS9_ES9_ii | |
| 00052551 T android::AudioTrack::AudioTrack(audio_stream_type_t, unsigned int, audio_format_t, unsigned int, android::sp<android::IMemory> const&, audio_output_flags_t, void (*)(int, void*, void*), void*, int, int) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #line 1 "vendor/samsung/common/sepolicy/nsa/file_contexts" | |
| ########################################### | |
| # Root | |
| / u:object_r:rootfs:s0 | |
| # Data files | |
| /adb_keys u:object_r:adb_keys_file:s0 | |
| /default.prop u:object_r:rootfs:s0 | |
| /fstab\..* u:object_r:rootfs:s0 | |
| /init\..* u:object_r:rootfs:s0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| isSystemServer=true domain=system | |
| user=system domain=system_app type=system_data_file | |
| user=bluetooth domain=bluetooth type=bluetooth_data_file | |
| user=nfc domain=nfc type=nfc_data_file | |
| user=radio domain=radio type=radio_data_file | |
| user=drm seinfo=platform name=com.sec.android.SamsungDrmProvider domain=platform_app type=platform_app_data_file | |
| user=shell domain=shell type=shell_data_file | |
| user=shell name=com.android.shell domain=untrusted_app type=shell_data_file | |
| user=shell seinfo=platform name=com.sec.android.gotrace domain=platform_app type=platform_app_data_file | |
| user=_app domain=untrusted_app type=app_data_file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Statistics for policy file: /sepolicy | |
| Policy Version & Type: v.24 (binary, mls) | |
| Classes: 84 Permissions: 249 | |
| Common classes: 5 | |
| Sensitivities: 1 Categories: 1024 | |
| Types: 539 Attributes: 24 | |
| Users: 1 Roles: 2 | |
| Booleans: 14 Cond. Expr.: 15 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| shell@hltedcm:/ $ ls -l /dev/snfc* | |
| cr--r----- 1 nfc nfc 212, 0 1970-12-12 04:05 /dev/snfc_available_poll | |
| cr--r----- 1 nfc system 211, 0 1970-12-12 04:05 /dev/snfc_cen | |
| crw-rw---- 1 nfc nfc 214, 0 1970-12-12 04:05 /dev/snfc_hsel | |
| cr--r----- 1 nfc nfc 226, 0 1970-12-12 04:05 /dev/snfc_intu_poll | |
| c-w--w---- 1 nfc nfc 215, 0 1970-12-12 04:05 /dev/snfc_pon | |
| cr--r----- 1 nfc nfc 213, 0 1970-12-12 04:05 /dev/snfc_rfs | |
| cr--r----- 1 nfc nfc 225, 0 1970-12-12 04:05 /dev/snfc_rfs_poll | |
| crw-rw---- 1 nfc nfc 216, 0 1970-12-12 04:05 /dev/snfc_uart | |
| shell@hltedcm:/ $ ls -l /dev/felica* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <project name="kbc-developers/proprietary_vendor_samsung" path="vendor/samsung" remote="github" /> | |
| <project name="kbc-developers/android_hardware_samsung" path="hardware/samsung" remote="github" /> | |
| <project name="kbc-developers/android_device_samsung_smdk4412-common" path="device/samsung/smdk4412-common" remote="github" /> | |
| <project name="kbc-developers/android_device_samsung_smdk4412-qcom-common" path="device/samsung/smdk4412-qcom-common" remote="github" /> | |
| <project name="kbc-developers/kernel_samsung_exynos4412" path="kernel/samsung/exynos4412dcm" remote="github" /> | |
| <project name="kbc-developers/android_device_samsung_sc02e" path="device/samsung/sc02e" remote="github" /> | |
| <project name="CyanogenMod/android_device_samsung_t0lte" path="device/samsung/t0lte" remote="github" /> | |
| <project name="kbc-developers/android_device_samsung_sc03e" path="device/samsung/sc03e" remote="github" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C:\>adb shell ls -l /dev/block/platform/11120000.ufs/by-name/ | |
| total 0 | |
| lrwxrwxrwx 1 root root 15 2017-11-07 22:28 BOOT -> /dev/block/sda7 | |
| lrwxrwxrwx 1 root root 15 2017-11-07 22:28 BOTA0 -> /dev/block/sda1 | |
| lrwxrwxrwx 1 root root 15 2017-11-07 22:28 BOTA1 -> /dev/block/sda9 | |
| lrwxrwxrwx 1 root root 15 2017-11-07 22:28 BOTA2 -> /dev/block/sda6 | |
| lrwxrwxrwx 1 root root 16 2017-11-07 22:28 CACHE -> /dev/block/sda18 | |
| lrwxrwxrwx 1 root root 15 2017-11-07 22:28 CPEFS -> /dev/block/sdd1 | |
| lrwxrwxrwx 1 root root 16 2017-11-07 22:28 CP_DEBUG -> /dev/block/sda21 | |
| lrwxrwxrwx 1 root root 16 2017-11-07 22:28 DNT -> /dev/block/sda12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| m4: device/qcom/sepolicy/common/fidodaemon.te: 21: deprecated: unix_socket_connect(fidodaemon, property, init) Please use set_prop(fidodaemon, <property name>) instead. | |
| m4: device/qcom/sepolicy/common/qseecomd.te: 59: deprecated: unix_socket_connect(tee, property, init) Please use set_prop(tee, <property name>) instead. | |
| m4: device/qcom/sepolicy/common/qseeproxy.te: 50: deprecated: unix_socket_connect(qseeproxy, property, init) Please use set_prop(qseeproxy, <property name>) instead. | |
| m4: device/qcom/sepolicy/test/fidotest.te: 4: deprecated: unix_socket_connect(fidotest, property, init) Please use set_prop(fidotest, <property name>) instead. | |
| m4: device/qcom/sepolicy/test/qseeproxysample.te: 31: deprecated: unix_socket_connect(qseeproxysample, property, init) Please use set_prop(qseeproxysample, <property name>) instead. | |
| [ 0% 164/38970] build /home/ma34s/work/android_aojp_lineage15.0/out/target/product/kltedcm/obj/ETC/sepolicy.recovery_intermediates/sepolicy.recovery.conf | |
| m4: device/qcom/sepolicy/private/wfdser |