mayureshw

Results 18 comments of mayureshw

I closed issue #63 as a duplicate of this, but just want to record a workaround. If adb tcp interface is enabled, I can launch am commands over it. On...

@jasonspiro Yes. I am actually using Terminal IDE by Spartacus Rex where native binaries work. Key applications for me are bash, ssh, vim and git, all of which work on...

Thanks. I think you meant PULSE_SERVER=tcp:localhost:4712 Also other two commands don't seem to be necessary if you just want to play audio from terminal.

I find that this works for a while and then mysteriously stops working. Then you have to stop and restart xsdl, then it starts working again. Also get this error...

Regarding "stopping working". If I play something continuously or with a few seconds gap it did not stop for me. If I stop using it and return to it after...

Definitely scary, particularly for not so skilled users. I do installations for users who are not so technically skilled. I already saw them accidentally hitting create fs. Just hoping that...

It is an http:// URL. Would that matter. I tried some https:// URLs and those are working.

http vs https is a separate topic. How would that matter to a tool that just needs to download a file from a given URL? For example, wget, curl still...

> Hello, > > My name is Mark Harfouche. I am not affiliated with Xilinx in any way. Over the years of using QDMA, I've been wanted better community organization....

If this could help, strace shows use of writev, which returns with EINVAL error when the write size touches 8191. Below 8191 it makes use of write() which succeeds. `...