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
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int main(int argc,char* argv[]) | |
| { | |
| FILE* fp = fopen(argv[1],"rb"); | |
| char c[3] = {0,}; | |
| char* e; | |
| int i; |
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
| #!/system/bin/sh | |
| # device.dbを/system/etc/device.dbに | |
| # unlock_security_moduleを/system/bin/unlock_security_moduleに置く想定 | |
| cp /system/etc/device.db /data/local/tmp/device.db | |
| unlock_security_module | |
| rm /data/local/tmp/device.db | |
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
| #CAPP_CKERROR_REPORTER | |
| import init.ckerror.rc | |
| on post-fs-data | |
| #CAPP_SECUREBOOT | |
| # exec /sbin/wallpaper -ap | |
| # wait /sbin/wallpaper | |
| #CAPP_FONTS | |
| mkdir /data/font 775 system system |
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
| ma34s@build_bot:~/work/LGL22/stock$ grep -nr felica ./ | |
| Binary file ./lib/libc.so matches | |
| Binary file ./lib/libnfc_sony.so matches | |
| Binary file ./app/HiddenMenu.apk matches | |
| Binary file ./app/LGATCMDService.odex matches | |
| Binary file ./app/LGFlashlightWidget.odex matches | |
| Binary file ./app/LGSystemServer.odex matches | |
| Binary file ./app/MobileFeliCaMenuApp.apk matches | |
| Binary file ./app/NfcLock.apk matches | |
| Binary file ./app/LGSystemUI.odex matches |
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
| $find /sys/devices | grep msm_sdcc.2 < | |
| /sys/devices/msm_sdcc.2 | |
| /sys/devices/msm_sdcc.2/mmc_host | |
| /sys/devices/msm_sdcc.2/mmc_host/mmc2 | |
| /sys/devices/msm_sdcc.2/mmc_host/mmc2/perf | |
| /sys/devices/msm_sdcc.2/mmc_host/mmc2/power | |
| /sys/devices/msm_sdcc.2/mmc_host/mmc2/power/control | |
| /sys/devices/msm_sdcc.2/mmc_host/mmc2/power/runtime_active_time | |
| /sys/devices/msm_sdcc.2/mmc_host/mmc2/power/autosuspend_delay_ms | |
| /sys/devices/msm_sdcc.2/mmc_host/mmc2/power/runtime_status |
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
| // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. | |
| // Jad home page: http://www.kpdus.com/jad.html | |
| // Decompiler options: packimports(3) ansi | |
| package com.android.server.pm; | |
| import android.app.*; | |
| import android.app.admin.IDevicePolicyManager; | |
| import android.app.backup.IBackupManager; | |
| import android.content.*; |
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
| diff --git a/Android.mk b/Android.mk | |
| index eafa1e1..b94c9d0 100644 | |
| --- a/Android.mk | |
| +++ b/Android.mk | |
| @@ -22,8 +22,9 @@ LOCAL_STATIC_LIBRARIES += libmsm_cameraconfig_exploit | |
| LOCAL_STATIC_LIBRARIES += libput_user_exploit | |
| LOCAL_STATIC_LIBRARIES += libget_user_exploit | |
| LOCAL_STATIC_LIBRARIES += libkallsyms | |
| -LOCAL_STATIC_LIBRARIES += libcutils libc | |
| -LOCAL_LDFLAGS += -static |
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
| --update_package=CACHE:recovery/sec_csc.zip | |
| --carry_out=csc_home | |
| --wipe_cache |
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
| Android Bootloader - UART_DM Initialized!!! | |
| [0] welcome to lk | |
| [10] platform_init() | |
| [10] target_init() | |
| [10] HW REV15 : (0, 1, 1, 0) | |
| [10] check power key with 0xcbff64d7 | |
| [20] Power on reason 4 | |
| [20] Power on status : 0x4 (Key Power On) | |
| [40] magna_octa_full_hd_panel_power on completed |
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
| 12-26 08:13:58.417 23482 23482 D AndroidRuntime: Shutting down VM | |
| 12-26 08:13:58.418 23482 23482 E AndroidRuntime: FATAL EXCEPTION: main | |
| 12-26 08:13:58.418 23482 23482 E AndroidRuntime: Process: com.android.settings, PID: 23482 | |
| 12-26 08:13:58.418 23482 23482 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {com.android.settings/com.android.settings.SubSettings}: java.lang.NumberFormatException: Invalid int: "????" | |
| 12-26 08:13:58.418 23482 23482 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2951) | |
| 12-26 08:13:58.418 23482 23482 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2982) | |
| 12-26 08:13:58.418 23482 23482 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2365) | |
| 12-26 08:13:58.418 23482 23482 E AndroidRuntime: at android.app.ActivityThread.access$800(ActivityThread.java:144) | |
| 12-26 08:13:58.418 23482 23482 E AndroidRuntime: at android.app.ActivityThread$H.han |