mercredi 18 décembre 2019

How to send a SMS with ADB SHELL

I have just read the following topic on Stackoverflow (click to view it) and I have made a test on my Samsung J6+ mobile phone and it works perfectly.

Here is the way to send a SMS through ADB SHELL (Android Debug Brigde) :
adb shell service call isms 7 i32 0 s16 "com.android.mms.service" s16 "+33122334455" s16 "null" s16 "Hey\ you\ !" s16 "null" s16 "null"
Wouldn't that be a good idea do have an PC application that uses this feature to send mass sms ?

vendredi 13 décembre 2019

How to set current date and time in a request in SoapUI ?

If you need to set the current date and time in a request while using SoapUI for testing a service (eg. a RESTful POST call), then you can click this link to get the basic info about how to do that very easily.

On the above link, the current date only is set, but here is the improvement needed to also have the current time in the request :

"${=def now = new Date();now.format("yyyy-MM-dd HH:mm:ss")}"

Here is a sample of a full resquest that includes the current date and time that is sent to the server in a RESTful POST request :

{
   "payments":[
   ],
   "date":"${=def now = new Date();now.format("yyyy-MM-dd HH:mm:ss")}",
   "depositPaymentMode":{
      "id":"2519386551735787230",
   },
   "bankAccountData":{
      "id":19,
   },
   "total":1954.08,
}



jeudi 12 décembre 2019

Règles de confidentialité PoneyVid Audio Recorder et Android Humoristes FR

PoneyVid Audio Recorder ne démarre l'enregistrement du microphone de l'Android uniquement sur la demande expresse de l'utilisateur.

Cette application permet d'enregistrer rapidement et discrètement une conversation.

L'enregistrement démarre quand l'utilisateur clique sur Start et s'arrête quand l'utilisateur clique sur Stop.

Après le démarrage d'un enregistrement, l'utilisateur peut sortir de l'application, et l'enregistrement continue de s'effectuer en tâche de fond même si le téléphone se vérouille.