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.
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
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 }; |
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
#!/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 |
NewerOlder