Skip to content

Instantly share code, notes, and snippets.

View matoken's full-sized avatar

KenichiroMATOHARA matoken

View GitHub Profile
Bus 001 Device 011: ID 1004:613a LG Electronics, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1004 LG Electronics, Inc.
Bus 002 Device 007: ID 1004:6124 LG Electronics, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 2 Communications
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1004 LG Electronics, Inc.
PartitionId=2
Name=BCT
DeviceId=18
StartSector=0
NumSectors=1536
BytesPerSector=2048
PartitionId=3
Name=PT
[device]
type=hsmmc
instance=3
[partition]
name=BCT
id=2
type=boot_config_table
allocation_policy=sequential
filesystem_type=basic
XwGdYwK4ZfLDauACeqbCdwAAAAAAAAAAAAAAAAAAAAABAAIADgAAAAkAAAAAAAABBAAAAAQAAAAE
AAAABAAAAAQAAAAMAAAAAgAAAAAAAAAAAAAADAAAAAIAAAAAAAAAAAAAAAwAAAACAAAAAAAAAAAA
AAAMAAAAAgAAAAAAAAAAAAAAAwAAAAMAAAAIAAAAAAAAAAwAAACaAgAAAAAAACwBAAABAAAAAAAA
ABERpuAAAAAAAAAAABQAAAArAAAADwAAAAUAAAAEAAAABQAAAAMAAAAMAAAABQAAAAUAAAADAAAA
AQAAAAQAAAAFAAAABAAAAAkAAAANAAAA/wkAAAAAAAADAAAAAwAAAAUAAAAFAAAAAQAAAA8AAADI
AAAAAwAAAAwAAAAGAAAACAAAAAIAAAAAAAAAAAAAAAAAAAA0NDQ0AAAAAGxsbGwAAAAAgwAAAAIA
AAAAAAAAagoAAAIAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMDBwADAwcAAAAIAAMAAIAA/wEABQQA
AAAAAAEAAAEAFgAAABAAAAAIAAAAAgAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAgAAAAMAAAABAAAAEAAIIDEAACAAAAAAAAAAAAAAAAAAAAAQAAAADA/3fw
//93eQAICPD//3cJAEREAMD/dwjw8QEAZgcHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
@matoken
matoken / config-4.0.0
Last active August 29, 2015 14:19
Debian Jessie /boot/config-3.16.0-4-amd64 を元に $ yes '' | make oldconfig して **KALLSYMS_ALL** / **LIVEPATCH** を有効にしたもの
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.0.0 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
@matoken
matoken / gps.conf-diff
Created April 21, 2015 10:44
LGL22の /etc/gps.conf のSUPL_HOSTをgoogleのものに書き換え
1|shell@g2:/ $ diff /etc/gps.conf-org /etc/gps.conf
--- /etc/gps.conf-org
+++ /etc/gps.conf
@@ -55,7 +55,7 @@
# FOR SUPL SUPPORT, set the following
# SUPL_HOST=supl.host.com or IP
# SUPL_PORT=1234
-SUPL_HOST=182.248.165.210
+SUPL_HOST=supl.google.com
SUPL_PORT=7275
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
SUPL_HOST=supl.google.com
SUPL_PORT=7276
<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.14-linux">
<Machine uuid="{1a9c44cd-4bdf-481f-b314-7f0ee859a768}" name="Windows10" OSType="Windows10_64" snapshotFolder="Snapshots" lastStateChange="2015-05-04T04:04:58Z">
<MediaRegistry>
@matoken
matoken / .config
Created May 3, 2015 05:37
linux-4.0.1
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.0.1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"