Skip to content

Instantly share code, notes, and snippets.

View argraur's full-sized avatar
🔥
Studying

Arseniy Graur argraur

🔥
Studying
View GitHub Profile
PixelROM March Update
Changelog:
- Updated AOSP to version 11.0.0 r32 (RQ2A.210305.006)
- Updated Google Mobile Services stack to RQ2A.210305.006 of redfin
- Mask device as Pixel 5 (redfin)
- Inlined UICC NFC configs with crosshatch (dipper & polaris)
- Added Extreme Battery Saver support
- Added display low-power mode support
- Unified brightness configurations for all devices*
@echo off
set winsd=%~dp0
set winsd=%winsd:~0,-1%
echo %winsd%
:: BatchGotAdmin
:-------------------------------------
REM --> Check for permissions
IF "%PROCESSOR_ARCHITECTURE%" EQU "amd64" (
>nul 2>&1 "%SYSTEMROOT%\SysWOW64\cacls.exe" "%SYSTEMROOT%\SysWOW64\config\system"
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.6.2 Kernel Configuration
#
#
# Compiler: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=70500
#!/bin/bash
set -e
# Never allow running as user
if test "$(whoami)" != "root"; then echo "Run as root!"; exit 1; fi
export ARCH_ROOT=/archlinux
export ARCH_CHROOT=${ARCH_ROOT}/usr/bin/arch-chroot
function mount_drives() {
#!/bin/bash
if test -z $1
then
echo "Usage: prop <mode> <file> <prop> [value]"
echo "mode = get / set"
echo "file = your .prop file"
echo "prop = something like ro.build.blah"
echo "value = only if using set, define value there."
exit 1
fi
@argraur
argraur / ota.json
Last active December 24, 2016 14:01
OTA Update API file for bullhead
{
"device": "bullhead",
"updates": [
{
"channel": "stable",
"name": "pixelrom_bullhead-6.0.1-20161224-STABLE",
"version": "6.0.1",
"build": "20161224",
"size": 212722634,
"url": "http://forum.xda-developers.com/devdb/project/dl/?id=11361",