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> | |
#include <sys/stat.h> | |
#include <sys/types.h> | |
#include <unistd.h> | |
#include <fcntl.h> | |
#include <sys/mman.h> | |
#include <sys/ioctl.h> | |
#include <stdlib.h> | |
#include <errno.h> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote name="github" | |
fetch="https://github.com" /> | |
<remote name="gitlab" | |
fetch="https://gitlab.com/Surge1223/" /> | |
<remote name="pure" | |
fetch="https://github.com/PureNexusProject/" /> | |
<remote name="cb" |
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
#!/bin/bash | |
rm -r sdkfull | |
mkdir sdkfull | |
dex2jar=$(which dex2jar) | |
cd sdkfull | |
# services.jar | |
cp ../out/target/common/obj/JAVA_LIBRARIES/services_intermediates/classes.jar . |
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
#!/sbin/sh | |
PATH=/sbin:/system/bin:/system/xbin | |
export subs1=/sdcard/substratum | |
export subs2=/sdcard/.substratum | |
export datatheme=/data/system/theme | |
OUTFD=$2 | |
ZIP=$3 | |
ui_print() { |
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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 3.10.73 Kernel Configuration | |
# | |
CONFIG_ARM64=y | |
CONFIG_64BIT=y | |
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y | |
CONFIG_MMU=y | |
CONFIG_NO_IOPORT_MAP=y | |
CONFIG_ARCH_MMAP_RND_BITS_MIN=18 |