qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.05k stars 193 forks source link

SMS send issue #56

Open doryashar opened 7 years ago

doryashar commented 7 years ago

why does qpython smsSend throws an exception but qpython3 doesn't ? is there a workaround to fix this issue?

my script is simple: from androidhelper import Android droid = Android() droid.smsSend('432432432','Test')

mrjoso commented 5 years ago

Recently with the new android phone, I have the smsSend issue with qpython3 also. java.lang.NullPointerException: throw with null exception

Android 8.0.0 Sony Xperia XA2, model H3113 kernel 4.4.78-perf+

fernandogl commented 5 years ago

Same here. With qpython3 it works fine.

kunzhipeng commented 5 years ago

Same also. java.lang.NullPointerException: throw with null exception

eltonbin commented 4 years ago

java.lang.NullPointerException: throw with null exception. The same problem. How to resolve?

Saidov2005 commented 2 years ago

java.lang.NullPointerException: throw with null exception. The same problem. How to resolve?

Just open app permission and turn all ON. Qpython needs to have permission for working with sms