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
{ | |
"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", |
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 | |
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 |
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 | |
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() { |
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/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 |
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
@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" |
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
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* |