Last active
May 14, 2026 14:14
-
-
Save rogergcc/7dfce7ba7c97f04254dff885adf51f39 to your computer and use it in GitHub Desktop.
Comandos Git Adb
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
| git reflog show <branch_name> | |
| Sample | |
| git reflog show issue/honor15 | |
| 5ad0c5f (HEAD -> issue/honor15, origin/issue/honor15) issue/honor15@{0}: commit: + admin: progress adding Temporar Logs Error Table what happend in Android 15 Honor ( resolve https://don | |
| tkillmyapp.com/huawei | |
| 607f84e (origin/develop, develop) issue/honor15@{1}: branch: Created from develop^0 |
Author
Author
lista lo archivos de preferences que hay en sharedpreferences folder, que preferences existen
adb shell "run-as com.rogergcc.workplaycontacts.debug ls shared_prefs"
Author
leer los datos de un archivo preferencee especifico
ejemplo caso archivo nombre_archivo_sharedprefencec dentro del folder shared_pref
adb shell "run-as com.rogergcc.workplaycontacts.debug cat shared_prefs/nombre_archivo_sharedprefencec.xml"
Author
lista lo que se encuentra en sharedpreferences folder
que preferences existe
adb shell "run-as com.rogergcc.workplaycontacts.debug ls shared_prefs"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
adb shell "run-as com.sample.paquete cat shared_prefs/nombre_archivo_sharedprefencec.xml"