smspdu | send raw PDU SMS from your computer | Hacking library
kandi X-RAY | smspdu Summary
kandi X-RAY | smspdu Summary
send raw PDU SMS from your computer using a HTC Android phone (download precompiled APK: [smspdu.apk] This tool is for research purposes since it is hard to send raw PDU SMS from cell phones these days. The tool uses the hidden method sendRawPdu that is present in HTC devices. smspdu listens on port tcp/2323 on your phone, it expects one line of HEX encoded SMS in PDU submit format. The PDU is directly passed to sendRawPdu. After the message is send the connection is closed.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Main loop
- Converts a hexadecimal string to binary data
- Methods to send the PendingIntent
- Initializes the PDU service
- Log object
- Add log to log
smspdu Key Features
smspdu Examples and Code Snippets
Community Discussions
Trending Discussions on smspdu
QUESTION
I use SIM-900 in my device.
I need to get a balance from sim card.
I use this command and get this result.
...ANSWER
Answered 2019-Sep-06 at 23:2006270639062A...
is 0627 0639 062A ...
.
0627
is hex for Unicode character ا
(ARABIC LETTER ALEF)
0639
is hex for Unicode character ع
(ARABIC LETTER AIN)
062A
is hex for Unicode character ت
(ARABIC LETTER TEH)
and so on...
So, grap hex digits in blocks of 4, parse as hex and assign to char
(since char
is UTF-16 aka UCS2
, like this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install smspdu
You can use smspdu like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the smspdu component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page