Skip to content Skip to sidebar Skip to footer
Showing posts with the label Shell

Using At Commands With An Android Phone

I'm writing a program that is able to send and receive data from the GSM modem in my Android ph… Read more Using At Commands With An Android Phone

How Can I Get Information From The Shell About Commands Available In Android Shell?

Can't find information on how to print out documentation on android shell commands while in the… Read more How Can I Get Information From The Shell About Commands Available In Android Shell?

Java Adb Shell Returns Nothing

I want to write a java program to find a device and list its contents. For that I first fire 'a… Read more Java Adb Shell Returns Nothing

How To Not Overwrite Previous Terminal Contents

I'm not sure if this is a duplicate, but I have no clue what to search for if it is, as I don&#… Read more How To Not Overwrite Previous Terminal Contents

How Can I Run Linux Commands On An Android Device?

On some Android devices, in the ADB shell, I can only run echo, cd, ls. When I run: tar -cvf //mnt/… Read more How Can I Run Linux Commands On An Android Device?

How To Make A Double Tap To Expand The Video Screen Using Android Adb Commands

I am trying to analyze a streaming video in my Android device. I want everything automated by scrip… Read more How To Make A Double Tap To Expand The Video Screen Using Android Adb Commands

Adb Command Fail To Execute If Path Contain Spaces

I am trying to delete the file using adb command. But the file contain spaces. So adb command throw… Read more Adb Command Fail To Execute If Path Contain Spaces

Get Result Code Of Adb Shell Command

How should I get $? of adb shell ? I would like to check the result of adb shell mkdir /xxx. I exec… Read more Get Result Code Of Adb Shell Command