0
votes
0answers
18 views

if this linux command applicable for android WIFI DIRECT? [duplicate]

i found resources talk about Wifi direct commands in linux at this link. i am wondered if these commands are applicable for android WIFI DIRECT ??? i need to access WIFI direct from terminal using ...
0
votes
1answer
682 views

Why can't I get root access from shell?

> adb shell sh-4.1$ su Permission denied I have rooted my phone successfully. I know this because I'm able to install apps on SD card and I have a program called SD Maid that is able to operate ...
3
votes
1answer
211 views

Why do linux commands not work properly on android?

> adb shell sh-4.1$ ls -F -F: No such file or directory -F switch works fine on my Ubuntu. Why doesn't it work on android? Is there a way to make it work?
3
votes
1answer
295 views

FFMpeg stream to FFServer from Back Camera

I'm looking for a way to stream my camera video from my Android phone to an FFServer, like I would with FFMpeg from the command line in Linux: ffmpeg -f video4linux2 -i /dev/video0 ...
0
votes
1answer
110 views

execute linux commands on android froyo [duplicate]

Possible Duplicate: How can I use shell commands and interact with the Linux system underneath? I want execute linux commands on my android (Froyo). How can i do it? any idea? Should I ...
7
votes
5answers
1k views

Can you run Linux command line apps on Android?

I'm brand new to Android; in fact I've never owned one. But I'm traveling all this summer, and I'm very interested in doing some programming while I'm on the run. QUESTION: Is it possible to run a ...