Skip to content

Instantly share code, notes, and snippets.

# [email protected]
patchelf --replace-needed [email protected] [email protected] proprietary/vendor/lib/[email protected]
patchelf --replace-needed [email protected] [email protected] proprietary/vendor/lib/libril.so
patchelf --replace-needed [email protected] [email protected] proprietary/vendor/lib64/[email protected]
patchelf --replace-needed [email protected] [email protected] proprietary/vendor/lib64/libril.so
# [email protected]
patchelf --replace-needed [email protected] [email protected] proprietary/vendor/lib/libril.so
patchelf --replace-needed [email protected] [email protected] proprietary/vendor/lib64/libril.so
# [email protected]
patchelf --replace-needed [email protected] [email protected] prop
This file has been truncated, but you can view the full file.
--------- beginning of system
04-27 23:08:13.358 3080 3080 I vold : Vold 3.0 (the awakening) firing up
04-27 23:08:13.359 3080 3080 V vold : Detected support for: exfat ext4 f2fs ntfs vfat
04-27 23:08:13.361 3080 3080 W Vold : Tearing down stale mount /mnt/secure/asec
04-27 23:08:13.379 3080 3080 W Vold : Tearing down stale mount /mnt/secure
04-27 23:08:13.395 3080 3080 I vold : [libfs_mgr]fs_mgr_read_fstab_dt(): failed to read fstab from dt
04-27 23:08:13.403 3080 3090 D vold : e4crypt_init_user0
04-27 23:08:13.403 3080 3090 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1
04-27 23:08:13.403 3080 3090 D vold : Preparing: /data/system/users/0
04-27 23:08:13.403 3080 3090 D vold : Preparing: /data/misc/profiles/cur/0
This file has been truncated, but you can view the full file.
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'samsung/lineage_hero2lte/hero2lte:8.1.0/OPM1.171019.021/f664e3de8a:userdebug/test-keys'
Revision: '0'
ABI: 'arm64'
pid: 3587, tid: 3594, name: ReferenceQueueD >>> system_server <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7400000010
x0 00000074d5e95588 x1 00000074000000bb x2 00000074e105cc00 x3 0000000000000000
x4 0000000000000004 x5 00000074d6382e44 x6 0000000000000001 x7 00000074c5d606e0
x8 00000073ffffff98 x9 fffffffffffffff3 x10 0000000000000000 x11 000000000000c9b3
x12 0000000000000000 x13 00000074badaad80 x14 0000000000000000 x15 0000000000000007
This file has been truncated, but you can view the full file.
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'samsung/lineage_hero2lte/hero2lte:8.0.0/OPR3.170623.013/cbd40b451d:eng/test-keys'
Revision: '0'
ABI: 'arm64'
pid: 5210, tid: 5217, name: ReferenceQueueD >>> system_server <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7a00000010
x0 0000007a97760f08 x1 0000007a000000b5 x2 0000007aa3e60400 x3 0000000000000000
x4 0000000000000004 x5 0000007a8bdb7754 x6 0000007a8bdb7840 x7 0000007aa3a5e268
x8 00000079ffffff98 x9 fffffffffffffff3 x10 0000000000000000 x11 0000007a8bdb7720
x12 000000006f70b398 x13 0000007aa3ce8d74 x14 0000007aa3ce8dd4 x15 0000000000000000
@ivanmeler
ivanmeler / LK
Created September 2, 2015 09:03
void aboot_fastboot_register_commands(void)
{
int i;
struct fastboot_cmd_desc cmd_list[] = {
/* By default the enabled list is empty. */
{"", NULL},
/* move commands enclosed within the below ifndef to here
* if they need to be enabled in user build.
*/