Skip to content

Instantly share code, notes, and snippets.

View elisam98's full-sized avatar

Zus Samuel elisam98

View GitHub Profile
{
"response": [{
"published" : true,
"_id": "5fcde2409d5e369c5799cf4g",
"channel" : "retail",
"version" : "11",
"datetime" : 2036966400,
"device" : "X6C6X",
"filename" : "system.raw.gz",
"romtype" : "RELEASE",
{"response":[{"published":false,"channel":"retail","version":"11","_id":"627b1b3fc07c41003db3159e","datetime":1652317346,"device":"anna_na_call","filename":"anna_new6-signed.zip","romtype":"RELEASE","url":"https://storage.googleapis.com/kosheros-store/updates/anna_new6-signed.zip","size":1037363881,"__v":0,"id":"627b1b3fc07c41003db3159e"}]}
{
"api": {
"id": null,
"worker-id": null
},
"http": {
"enabled": true,
"host": "127.0.0.1",
"port": 50080,
"access-token": "XMRigForAndroid",
#!/bin/bash
VERSION=2.11
# printing greetings
echo "MoneroOcean mining setup script v$VERSION."
echo "(please report issues to [email protected] email with full output of this script with extra \"-x\" \"bash\" option)"
echo
@elisam98
elisam98 / activitylist
Last active July 19, 2021 22:01
activityBlockList
com.robinhood.android/com.robinhood.android.ui.GenericFragmentActivity
com.google.android.apps.messaging/com.google.android.apps.messaging.ui.mediaviewer.MediaViewerActivity
com.android.gallery3d/com.android.gallery3d.app.MovieActivity
com.whatsapp/com.whatsapp.QuickContactActivity
com.whatsapp/com.whatsapp.chatinfo.ContactInfoActivity
com.whatsapp/com.whatsapp.mediaview.MediaViewActivity
com.google.android.googlequicksearchbox/com.google.android.apps.search.googleapp.activity.GoogleAppActivity
com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.mediabrowser.PodcastsMediaBrowserService
com.google.android.googlequicksearchbox/com.google.android.apps.gsa.searchnow.SearchNowActivity
com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.opa.OpaActivity
#!/bin/sh
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash boot boot.img
fastboot flash logo logo.bin
fastboot flash recovery recovery.img
fastboot flash dsp adspso.bin
fastboot flash oem oem.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
<?xml version="1.0" ?>
<flashing>
<header>
<phone_model model="athene"/>
<software_version version="athene-user 6.0.1 MPJ24.139-48 48 release-keysM8952_70009.08.03.45R"/>
<subsidy_lock_config MD5="d41d8cd98f00b204e9800998ecf8427e" name="slcf_rev_d_default_v1.0.nvm"/>
<sparsing enabled="true" max-sparse-size="268435456"/>
<interfaces>
<interface name="AP"/>
</interfaces>
#!/bin/sh
apt update
apt upgrade -y
apt install git python -y
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
echo 'export PATH="$PATH:/root/depot_tools"' >> ~/.bashrc
source ~/.bashrc
mkdir ~/chromium && cd ~/chromium
fetch --nohooks --no-history android
cd src
#!/bin/bash
DEVICES=(harpia w5 athene potter d2spr osprey)
for i in "${DEVICES[@]}"
do
:
echo $i
cd ~/lineage
repo sync -c
source build/envsetup.sh
make clobber
@elisam98
elisam98 / updates.json
Last active August 6, 2017 21:11
KosherOS Updater
{
"id": null,
"result": [
{
"incremental": "7f96568932",
"api_level": 25,
"url": "http://safetelecom.net/kosheros/lineage-14.1-20170806-UNOFFICIAL-harpia.zip",
"timestamp": "1502051041",
"md5sum": "5ba05d401816263b24f2ac83f6a230f8",
"changes": "http://get.cm/get/jenkins/57124/CHANGES.txt",