https://stackoverflow.com/questions/18404272/running-ssh-agent-when-starting-git-bash-on-windows
I needed this to launch the ssh agent on my windows git bash sessions.
edit or create .profile and add:
env=~/.ssh/agent.env
| # One liner | |
| wget --recursive --page-requisites --adjust-extension --span-hosts --convert-links --restrict-file-names=windows --domains yoursite.com --no-parent yoursite.com | |
| # Explained | |
| wget \ | |
| --recursive \ # Download the whole site. | |
| --page-requisites \ # Get all assets/elements (CSS/JS/images). | |
| --adjust-extension \ # Save files with .html on the end. | |
| --span-hosts \ # Include necessary assets from offsite as well. | |
| --convert-links \ # Update links to still work in the static version. |
https://stackoverflow.com/questions/18404272/running-ssh-agent-when-starting-git-bash-on-windows
I needed this to launch the ssh agent on my windows git bash sessions.
edit or create .profile and add:
env=~/.ssh/agent.env
Let's say you want to access the application shared preferences in /data/data/com.mypackage.
You could try to run adb shell and then run-as com.mypackage
( or adb shell run-as com.mypackge ls /data/data/com.mypackage/shared_prefs),
but on a production release app downloaded from an app store you're most likely to see:
run-as: Package 'com.mypackage' is not debuggable