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
#!/usr/bin/env bash | |
[[ -z "$1" ]] && exit 1 | |
ATDIR="/Users/shivam/android_tools" | |
cd ${ATDIR} | |
mkdir -p "$ATDIR/input" | |
# Reset to origin/HEAD | |
BNAME="$(git symbolic-ref HEAD 2>/dev/null)" |
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
const botConfig = { | |
db: { | |
host: 'localhost', | |
port: 27017, | |
name: 'test' | |
}, | |
token: '', | |
sudoers: [271096459,456642569,591929714,432729528,293861388,388628872,92027269,370300617,234006496,690734297,406160519,555923570,410295342,271913103,273713314,158598724,252376788,470460877,524963551,23663027,174189495,444730308,152405066,480991272,1040450749,491180611,492511185,445041211] | |
}; |
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 | |
# SPDX-License-Identifier: GPL-3.0-or-later | |
# | |
# Copyright (C) 2019 Shivam Kumar Jha <[email protected]> | |
# | |
# Helper functions | |
# Store project path | |
PROJECT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" |
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
# TWRP | |
lib64/[email protected]:recovery/root/sbin/[email protected] | |
lib64/[email protected]:recovery/root/sbin/[email protected] | |
lib64/[email protected]:recovery/root/sbin/[email protected] | |
lib64/[email protected]:recovery/root/sbin/[email protected] | |
lib64/libicuuc.so:recovery/root/sbin/libicuuc.so | |
lib64/libion.so:recovery/root/sbin/libion.so | |
lib64/libxml2.so:recovery/root/sbin/libxml2.so | |
lib64/[email protected]:recovery/root/sbin/[email protected] | |
vendor/bin/hw/[email protected]:recovery/root/sbin/[email protected] |
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/ims.apk b/ims.apk | |
index d98706e..3e4792c 100644 | |
Binary files a/ims.apk and b/ims.apk differ | |
diff --git a/ims/apktool.yml b/ims/apktool.yml | |
index 3cfe49c..1d69909 100644 | |
--- a/ims/apktool.yml | |
+++ b/ims/apktool.yml | |
@@ -2,7 +2,6 @@ | |
apkFileName: ims.apk | |
compressionType: false |
NewerOlder