When I asked about implement at command on rooted android and get the result the answer I get is a program called atinout: http://atinout.sourceforge.net/ I downloaded the folder which include c program.

The problem is that I failed in getting the apk file.

the one how write the answer told me "To compile normally you just run make". but this didn't get me the apk file. it got me an executable file.

What shall I do to get apk file?

有帮助吗?

解决方案

I think you have to port this program to android-java. This program is only for Linux-distri's. Maybe you can use the c-code in a android app, but that is a little bit tricky, and you have to compile it for every cpu.

[Edit] If you try it like this:

https://android.stackexchange.com/questions/51131/how-to-use-android-modem-without-using-pc

you run the program on your pc and you use your android as modem.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top