Skip to content

Instantly share code, notes, and snippets.

View dimasyudhatech's full-sized avatar
:octocat:

Dimas Yudha Pratama dimasyudhatech

:octocat:
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
allow recovery hidl_manager_hwservice:hwservice_manager { add };
allow recovery hidl_base_hwservice:hwservice_manager { add };
allow recovery hidl_token_hwservice:hwservice_manager { add };
allow recovery hal_gatekeeper_hwservice:hwservice_manager { find };
allow recovery hal_keymaster_hwservice:hwservice_manager { find };
allow recovery hal_gatekeeper_hwservice:hwservice_manager { add };
#!/system/bin/sh
SYSTEM_PATH="/system/etc"
ANX_PATH="/sdcard/.ANXCamera"
DEVICE_NAME=$(getprop ro.product.device)
rm -rf $ANX_PATH
mkdir -p $ANX_PATH/cheatcodes
cp -rf $SYSTEM_PATH/ANXCamera/cheatcodes/cheatcodes.json $ANX_PATH/cheatcodes