Update prefs

This commit is contained in:
Christian Nieves
2022-05-09 16:34:38 +00:00
parent 79c012a08a
commit 0101a69b56

View File

@ -55,6 +55,10 @@ sl_gms() {
sl integ GmsCore_prodnext_xxhdpi_debug sl integ GmsCore_prodnext_xxhdpi_debug
} }
build_gms() {
blaze build --config gmscore_arm64 //java/com/google/android/gmscore/integ:GmsCore_prodnext_xxhdpi_debug
}
cdm() { cdm() {
adb shell am start -n com.google.android.gms/.chimera.debug.ChimeraDebugActivity adb shell am start -n com.google.android.gms/.chimera.debug.ChimeraDebugActivity
} }
@ -84,6 +88,14 @@ get_current_activity() {
adb shell dumpsys window | grep -E 'mCurrentFocus' adb shell dumpsys window | grep -E 'mCurrentFocus'
} }
cl_search() {
hg whatsout | xargs -i sh -c "echo {} && rg $1 {}"
}
cl_replace() {
hg whatsout | xargs -i sh -c "sed -i '$1' {}"
}
restart_gms() { restart_gms() {
adb shell am force-stop com.google.android.gms adb shell am force-stop com.google.android.gms
adb shell am broadcast -a com.google.android.gms.INITIALIZE adb shell am broadcast -a com.google.android.gms.INITIALIZE