This file contains 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
# To build a A12+ (AOSP/LOS based) on Ubuntu 24.04 (or distros based) | |
# If using virtual machine, prefer VMWare | |
# There are four main steps: | |
################################################################# | |
# Step 1: Setup your environment # | |
################################################################# | |
****Some QoL updates**** |
This file contains 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
import csv | |
import os | |
import re | |
import tempfile | |
import urllib.parse | |
import urllib.request | |
# Base script variables | |
BASE_NPS_URL = "http://nopaystation.com/tsv/" | |
BASE_NPS_VERSIONS = { 1: "", 2: "pending/" } |
This file contains 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 | |
# | |
# Copyright 2018 Caio99BR | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# |
This file contains 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
// Mensagens Padrões do PS3Xploit [Portuguese BR] | |
// PS3Xploit Team 2018 / ps3xploit.com | |
// Translation Credits: @HollowChris and @Caio99BR | |
// CEX or DEX, that is the question | |
var msg_select_vsh_type="Usar a CEX?\n\nSelecionando NÃO, será usado os offsets da DEX"; | |
// Auto Detect Firmware | |
var msg_detected_fw_1="Firmware Detectado: "; |
This file contains 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
// Mensagens Padrões do PS3Xploit [Portuguese BR] | |
// PS3Xploit Team 2018 / ps3xploit.com | |
// Translation Credits: @HollowChris and @Caio99BR | |
// CEX or DEX, that is the question | |
var msg_select_vsh_type="Usar a CEX?\n\nSelecionando NÃO, será usado os offsets da DEX"; | |
// Auto Detect Firmware | |
var msg_detected_fw_1="Firmware Detectado: "; |
This file contains 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
caio@c9:~$ adb shell dmesg | |
[ 0.000000] Booting Linux on physical CPU 0 | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Linux version 3.4.0-shuang (caio@c9) (gcc version 4.9 20150123 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 29 20:34:16 BRT 2017 | |
[ 0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d | |
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | |
[ 0.000000] Machine: Qualcomm MSM 8x10 / MSM 8x12 (Flattened Device Tree), model: Qualcomm MSM 8610v2 MTP | |
[ 0.000000] Initialized persistent memory from 08700000-087fffff | |
[ 0.000000] Node qcom,mdss_fb_primary memblock_reserve memory 3200000-3600000 | |
[ 0.000000] Node qcom,msm-mem-hole removed memory 8800000-b500000 |
This file contains 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
caio@c9:~$ adb reboot; adb wait-for-device; adb logcat | |
--------- beginning of main | |
01-15 07:05:30.147 165 165 W auditd : type=2000 audit(0.0:1): initialized | |
01-15 07:05:34.160 165 165 I auditd : type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295 | |
01-15 07:05:38.139 165 165 I auditd : type=1403 audit(0.0:3): policy loaded auid=4294967295 ses=4294967295 | |
01-15 07:05:39.880 164 164 I init : type=1400 audit(0.0:4): avc: denied { create } for name="tad" scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1 | |
01-15 07:05:39.880 164 164 I init : type=1400 audit(0.0:5): avc: denied { setattr } for name="tad" dev="tmpfs" ino=6147 scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1 | |
01-15 07:05:39.890 164 164 I tad_static: type=1400 audit(0.0:6): avc: denied { read write } for name="mmcblk0p1" dev="tmpfs" ino=5016 scontext=u:r:tad_static:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=1 |
This file contains 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
From 7dde534c22b8a0e82bd8a4535253bf729c1d2747 Mon Sep 17 00:00:00 2001 | |
From: Caio Oliveira <[email protected]> | |
Date: Sat, 25 Mar 2017 12:58:14 -0300 | |
Subject: [PATCH] zip-creator: Import only tools! [DO NOT MERGE] | |
Signed-off-by: Caio Oliveira <[email protected]> | |
--- | |
zip-creator/.gitignore | 1 + | |
zip-creator/base/dtbToolCM | Bin 0 -> 33246 bytes | |
zip-creator/base/mkbootimg | Bin 0 -> 84592 bytes |
This file contains 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
<6>[ 0.000000] Booting Linux on physical CPU 0 | |
<6>[ 0.000000] Initializing cgroup subsys cpu | |
<5>[ 0.000000] Linux version 3.4.0-LineageOS (caio@c9) (gcc version 4.8 (GCC) ) #1 SMP PREEMPT Thu Feb 2 15:21:23 BRST 2017 | |
<4>[ 0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d | |
<4>[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | |
<6>[ 0.000000] Machine: Qualcomm MSM 8x10 / MSM 8x12 (Flattened Device Tree), model: Qualcomm MSM 8610v2 MTP | |
<6>[ 0.000000] Initialized persistent memory from 08700000-087fffff | |
<6>[ 0.000000] Node qcom,mdss_fb_primary memblock_reserve memory 3200000-3600000 | |
<6>[ 0.000000] Node qcom,msm-mem-hole removed memory 8800000-b500000 | |
<6>[ 0.000000] Node qcom,msm-mem-hole removed memory c500000-de00000 |
This file contains 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
--------- beginning of main | |
01-03 21:31:01.048 194 194 W auditd : type=2000 audit(0.0:1): initialized | |
--------- beginning of system | |
01-03 21:31:10.233 195 195 I vold : Vold 3.0 (the awakening) firing up | |
01-03 21:31:10.234 195 195 V vold : Detected support for: exfat ext4 ntfs vfat | |
01-03 21:31:10.526 195 202 V vold : /system/bin/sgdisk | |
01-03 21:31:10.526 195 202 V vold : --android-dump | |
01-03 21:31:10.526 195 202 V vold : /dev/block/vold/disk:179_64 | |
01-03 21:31:10.689 206 206 I /system/bin/tzdatacheck: tzdata file /data/misc/zoneinfo/current/tzdata does not exist. No action required. | |
01-03 21:31:10.792 208 208 I sysinit : Running /system/etc/init.d/00banner |
NewerOlder