Skip to content

Instantly share code, notes, and snippets.

View 173210's full-sized avatar

173210

View GitHub Profile
---------------------- core/java/android/os/Process.java ----------------------
index 631edd6..dc6e925 100644
@@ -130,6 +130,18 @@ public class Process {
public static final int PACKAGE_INFO_GID = 1032;
/**
+ * Defines the UID/GID for FeliCa client application.
+ * @hide
+ */
+ public static final int FELICA_UID = 9989;
@173210
173210 / android_kernel_htc_m7wlj.diff
Last active August 29, 2015 13:57
Logging for FeliCa
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
index 1bafaf6..afe04aa 100644
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
@@ -128,6 +128,7 @@ int irq_startup(struct irq_desc *desc, bool resend)
irq_state_clr_disabled(desc);
desc->depth = 0;
+ printk("%s(%d): (struct irq_desc *)0x%X->depth = %d\n",
+ current->comm, current->pid, (int)desc, desc->depth);
@173210
173210 / gist:10840883
Created April 16, 2014 09:29
The Black List of PS Vita FW 3.00
ULUS10041
ULES00151
ULES00182
ULJS00005
ULUS10002
ULES00043
ULKS46005
ULJM05089
ULUS10040
ULES00177
@173210
173210 / gist:10848162
Created April 16, 2014 10:21
The Black List of PS Vita FW 3.01
ULUS10041
ULES00151
ULES00182
ULJS00005
ULUS10002
ULES00043
ULKS46005
ULJM05089
ULUS10040
ULES00177
@173210
173210 / bl.txt
Created April 20, 2014 05:06
The Black List of PS Vita FW 3.12
ULUS10041
ULES00151
ULES00182
ULJS00005
ULUS10002
ULES00043
ULKS46005
ULJM05089
ULUS10040
ULES00177
@173210
173210 / gist:11179419
Created April 22, 2014 13:32
ipc-modemctrl start --debug
root@SC-02C:/ # ipc-modemctrl start --debug
[I] Debug enabled
[0] Starting modem on FMT client
[D] Starting galaxys2 modem bootstrap
[D] Opened modem image device
[D] Mapped modem image data to memory
[D] Opened modem boot device
[D] Opened modem link device
[D] Turned the modem off
[D] Turned the modem on
@173210
173210 / bl.txt
Created April 30, 2014 12:46
The Black List of PS Vita FW 3.15 by yyoossk
ULUS10041
ULES00151
ULES00182
ULJS00005
ULUS10002
ULES00043
ULKS46005
ULJM05089
ULUS10040
ULES00177
NPHG00005 # Echochrome PSP
NPIA00013 # SensMe™ channels
NPJG90003 # Doko: Lets Gakkou
NPJG90009 # Yuusha no Kuse ni Namaikida
NPJG90011 # Patapon
NPJG90019 # Echochrome PSP
NPJG90020 # Bleach Heat The Soul 5
NPJG90041 # Bleach Soul Carnival 2
NPJG90042 # Bleach Heat The Soul 6
NPJG90047 # Everybody's Sukkiri
@173210
173210 / gw20b2_mips_diasm.txt
Created May 24, 2014 00:40
Disassembled MIPS Codes of Gateway 3DS Stage 4
gw20b2_mips.bin: file format binary
Disassembly of offset 0xa000:
080a0000 <0xa000>:
80aa000: 07a8020a j 0x80aa01c
80aa004: 00000000 nop
80aa008: 04000a08 j 0x280010
@173210
173210 / gw20b2_mips_syscalls.txt
Created May 24, 2014 09:20
Gateway 3DS MIPS syscall IDs and addresses where IDs stored
80a29e8: 53855ae0
80a29ec: 1acc1472
80a29f0: 0c8bdc15
80a29f4: 03c62a5e
80a2a00: 131701a9
80a2a10: 364d123f
80a2a14: 26469293
80a2a18: 1bdfab09
80a2a24: 3a4aff7d
80a29e4: 88f71bf4