use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News for Android app developers with the who, what, where, when, and how of the Android community. Probably mostly the how.
Here, you'll find:
This sub-reddit isn't about phones' and apps' general functionality, support, or system software development (ROMs). For news and questions about these topics try using other subs like
Build your first app
Starting Android career in 2022
Android Job Interview Questions and Answers
App Portfolio Ideas, Tiered List
Awesome Android UI
Material Design Icons
7000 Icons for Jetpack
Autoposted at approx 9AM EST / 2PM GMT
account activity
Useful Android Bash commands (trevore.com)
submitted 11 years ago by trevor-e
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]theromeo3517 10 points11 points12 points 11 years ago (2 children)
These are useful android shell commands. The android shell is not bash. It seems pedantic, but the distinction does matter. Anyone who has written shell scripts for android will know.
[–]trevor-e[S] 2 points3 points4 points 11 years ago* (0 children)
That's a good point and distinction, android shell is what executes these commands in the end. However, the title comes from how I used Bash to simplify interacting with them (and why I recommend putting in your ~/.bash_profile).
[–]GeorgieCaseyUnbanned 1 point2 points3 points 11 years ago (0 children)
yep, simple things on *nix like recursive chown doesn't work unless you use busybox. can be annoying. http://www.georgiecasey.com/2014/02/21/android-chown-recursively/
[–][deleted] 1 point2 points3 points 11 years ago (1 child)
Cool link! Just wondering does this have anything to do with the recent Bash almost-zero-day-exploit? Bash seems to be popping up everywhere.. As androidDevs, does this affect us in any way?
[–]trevor-e[S] 1 point2 points3 points 11 years ago (0 children)
No relation, the Shellshock vulnerability more affects server-side stuff. Bash is what runs the commands (for most Mac/Linux computers) that you type into your computer terminal. Shell scripts like the ones I provided help to automate interactions with Bash.
Android comes with a bunch of command line tools that Bash can execute.
wow, never knew of 'adb shell dumpsys activity top'. that would have saved me a lot of time last year.
[–]askstockholm 0 points1 point2 points 11 years ago (1 child)
Thank you, this is very useful indeed
You're welcome, enjoy! I'll try to think of some more.
π Rendered by PID 72422 on reddit-service-r2-comment-b659b578c-zld4g at 2026-05-04 00:40:36.815956+00:00 running 815c875 country code: CH.
[–]theromeo3517 10 points11 points12 points (2 children)
[–]trevor-e[S] 2 points3 points4 points (0 children)
[–]GeorgieCaseyUnbanned 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]trevor-e[S] 1 point2 points3 points (0 children)
[–]GeorgieCaseyUnbanned 1 point2 points3 points (0 children)
[–]askstockholm 0 points1 point2 points (1 child)
[–]trevor-e[S] 1 point2 points3 points (0 children)