문제

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