Posts by Claudio • 351 points
6 posts
-
1
votes2
answers209
viewsQ: Is there a way to filter contacts by "organization" in the agenda of Android contacts, when triggered through other activity?
In one app for Android, I intend to open the contacts agenda from another Activity via Intent, but I would like to see only contacts that bring a specific value in the "Organization" field. There is…
-
2
votes1
answer1333
viewsA: How to show the content of a received SMS on Android in a text dialog?
After several hours of searching and trying, I finally got the desired result, which really was based on the use of a BroadcastReceiver instantiated directly in my activity rather than declared way…
-
2
votes1
answer1333
viewsQ: How to show the content of a received SMS on Android in a text dialog?
I’m developing an Android app that sends an SMS request to a remote device and receives back a reply, also via SMS, which should be presented to the user. To receive the SMS I used the following…
-
16
votes1
answer1089
viewsQ: Why is the "@" symbol being translated to "¿" when sent via SMS from an Android 2.3 device?
I’m developing an application for Android that sends commands to a remote device via SMS. The commands used are all common text messages, and some of them are started with the prefix A@@. To test…
-
1
votes2
answers160
viewsA: How to get the IP address from the nmap XML output with a specific "vendor" using Elementtree? in Python
A simpler way to get the desired result would be the following expression, which resulted of this other answer on the site in English. I play it here on the site in Portuguese, as it may be useful…
-
1
votes2
answers160
viewsQ: How to get the IP address from the nmap XML output with a specific "vendor" using Elementtree? in Python
Using the XML output from nmap for reachable virtual machines running on the same host machine - obtained with nmap -oX output.xml -sP 192.168.2.*, would like to get the IP address of each machine…