replicant
replicant copied to clipboard
A REPL for the Android Debug Bridge (ADB)
I don't have any experience with ruby, but I think is a bug. Stacktrace below. ``` $ replicant /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': /var/lib/gems/1.9.1/gems/replicant-adb-1.0.1/lib/replicant/log_muncher.rb:39: syntax error, unexpected keyword_do_block, expecting keyword_end (SyntaxError) transform_line(line).each do...
When I run `replicant` in my zsh, it just output error messages in below: ``` bash /Library/Ruby/Gems/2.0.0/gems/replicant-adb-1.0.1/lib/replicant/log_muncher.rb:38:in `private': nil is not a symbol (TypeError) from /Library/Ruby/Gems/2.0.0/gems/replicant-adb-1.0.1/lib/replicant/log_muncher.rb:38:in `' from /Library/Ruby/Gems/2.0.0/gems/replicant-adb-1.0.1/lib/replicant/log_muncher.rb:1:in `'...
Adds the possibility to append an [application id suffix](http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Types) to the current application id. The suffix must start with a '.' character, in order to reflect the way it is...
I currently have a shell script to quickly query the database: ``` #!/bin/sh DEVICE=$1 QUERY=$2 adb $DEVICE shell "echo \"$QUERY\" | sqlite3 /data/data/com.soundcloud.android/databases/SoundCloud" ``` I would like to have a...
One of the commands I use most is `adb shell am force-stop `. It would be nice to have an alias for this command.
steers log output -!log d tag switches on debug logging for given tag
kills the current process of the selected package
I would like to be able to install an apk from the project directory. I'm using AndroidStudio and starting replicant from the module directly. The apk file would be in...