Ok, i post because i'm a noob programing in android
but i got a idea to fix the problem with the ussd codes in gsm networks.
so far i achieved see USSD codes via Log.
so i use this line in adb shell or terminal emulator
so i try to make a app we can dialing a ussd code and filter that log to show only the ussd response.
but i got a idea to fix the problem with the ussd codes in gsm networks.
so far i achieved see USSD codes via Log.
so i use this line in adb shell or terminal emulator
if you run a ussd code, you can view the response of the ussd code.logcat -b radio -s RIL-MX | grep "Read Ch0"
so i try to make a app we can dialing a ussd code and filter that log to show only the ussd response.