paulo-correia / ZTE_API_and_Hack

ZTE Modem API and Hack
103 stars 28 forks source link

Sending SMS Always Showing success #3

Open marufhasan1 opened 3 years ago

marufhasan1 commented 3 years ago

When I send an SMS using this API it's always successful even the phone number is invalid like "0000" still it's showing success no failure message.

paulo-correia commented 2 years ago

I don't check if phone is invalid or if SMS is arrived on other side. If you know how to check if SMS arrived on other side, please report.

valposv commented 6 months ago

@paulo-correia hey!

On my mobile hotspot web page there was an "Open Source Notice" link from ZTE: https://opensource.ztedevices.com/

I was able to download the source code for MF79U, and you can use grep to find specific text, maybe it will be helpful to get their API specs. For example grep -Rl "DELETE_SMS" .. There is a web interface file under zte_sdk/applications/zte_apps/zte_topsw_goahead/zte_web/zte_web_interface.h and some others