Archivi tag: android

Android 11: inviare SMS con ADB

Per poter inviare un SMS tramite ADB da un cellulare Android 11, si deve prima di tutto abilitare le opzioni sviluppatore e poi in queste abilitare il “Debug USB” e “disabilitare il monitoraggio autorizzazione”.

Fatto questo si può eseguire il comando:

adb shell service call isms 5 i32 1 s16 “com.android.mms.service” s16 “null” s16 “+39numero” s16 “null” s16 “hello\ world\ ” s16 “null” s16 “null” i32 1 i32 0

Per ulteriori informazioni consiglio la lettura del mio gist

Talk with GrandPa on Android

Ultimo aggiornamento: 05-02-2014

I ported Talk with GrandPa from html5 to android, you can find it on Amazon and on Google Play.

I would remember to you that: this app is useful to communicate with people having hearing problems like grandparent or with deaf people, but also it useful to people having speech problems. The app uses the default TTS language, so it could speak every language supported by your speach engine.