Seite 1 von 1

Android + silent and flash sms

Verfasst: Di 19. Okt 2010, 18:14
von Gast
What happened to these functions? Won't android allow them?

Verfasst: Mi 20. Okt 2010, 15:09
von itwt-
I was wondering about this too..

Verfasst: Mi 20. Okt 2010, 18:11
von FJ
There was a hidden API up to Android 1.6 to send a raw PDU-Code. This hidden API was completly removed so for newer phones you can send only normal textmessages (if you connect a Android 1.6 phone you can still use Flas and Ping SMS)

Verfasst: Mi 20. Okt 2010, 22:24
von itwt-
Ah, so it seems that Google removed this deliberately?

Verfasst: Mi 20. Okt 2010, 22:36
von StefanGaller
Yes. I can confirm, that i still works on my x10 (android 1.6), but it seems to stop working on 2.1+!

Verfasst: Do 21. Okt 2010, 06:36
von minoccio
Is this why we can't see SMSC number?

Verfasst: Do 21. Okt 2010, 08:55
von itwt-
Technically speaking; do you know if it would be possible to add this API to a custom ROM on a rooted phone in that case?

Verfasst: Do 21. Okt 2010, 21:39
von FJ
I did not implement SMSC-Number cause i think this is not a important information. It would need only additional traffic
Technically speaking; do you know if it would be possible to add this API to a custom ROM on a rooted phone in that case?
Maybe it would be possible on a custom ROM but i'll make no adaptions for rooted phones cause using MyPhoneExplorer should not be a argument to root a phone.

Verfasst: Do 21. Okt 2010, 23:10
von itwt-
FJ hat geschrieben: Maybe it would be possible on a custom ROM but i'll make no adaptions for rooted phones cause using MyPhoneExplorer should not be a argument to root a phone.
Fair enough and I respect taht, but how about a control check whether the phone has the API required and show buttons/grey out depending on output?

Verfasst: Fr 22. Okt 2010, 00:04
von FJ
Currently MyPhoneExplorer decides by Android-Version which buttons should be shown in the GUI. Do you know if the API exists on rooted phone ? I do not and i also cannot root my phone cause i need a "normal" device for testing.

Verfasst: Fr 22. Okt 2010, 06:56
von minoccio
FJ hat geschrieben:I did not implement SMSC-Number cause i think this is not a important information. It would need only additional traffic
...
.
...for some italians is VERY IMPORTANT... :lol:
because some tariffs gives you credits when you receive sms, but only from determinate italians smsc...

Verfasst: Fr 22. Okt 2010, 08:33
von itwt-
FJ hat geschrieben:Currently MyPhoneExplorer decides by Android-Version which buttons should be shown in the GUI. Do you know if the API exists on rooted phone ? I do not and i also cannot root my phone cause i need a "normal" device for testing.
I'll check that out. Can you point me to the name of the actual API you used for this?

EDIT:

Regarding the class 0 sms API that Android supposedly removed, is it a part of this:

http://developer.android.com/reference/ ... ssage.html ?

as far as I can see there's a method called public static SmsMessage createFromPdu (byte[] pdu) , but I'm not sure about it all yet.

For the record, I'd be more than willing to test my phone with you regarding the issue seeing it as a nice feature, but also as my contribution to this project.

Verfasst: Fr 22. Okt 2010, 11:44
von FJ
createFromPdu never did the job. This is only for handling incoming messages. For pre-Eclair devices i use the hidden API sendRawPdu() of the Interface ISms. It would be even better to make it possible also for new unrooted phones, but i've found no solution. Maybe you have more luck

Verfasst: Fr 22. Okt 2010, 12:21
von itwt-
Thanks! I'll have a look at it. Is it okay that I mail you further regarding the issue?

Verfasst: Fr 22. Okt 2010, 13:19
von FJ
Yes, we can communicate also through email

Verfasst: Sa 28. Mai 2011, 21:54
von Gast
hello

i'm really interested in this topic too and so i want to ask if there is any progress? i got a rooted zte blade with cyanogen mod. is the demanded API there included?

gl

Verfasst: Sa 28. Mai 2011, 23:39
von FJ
There is no more progress.

MyPhoneExplorer Client does now inbetween detect automatically if this API does exist or not. So if you miss the buttons in the Toolbar of "New message" then the API is not reachable in your phone

HushSMS - Ping

Verfasst: Mo 27. Feb 2012, 19:03
von valmil
Hi,

For those interested here is the new program that makes Ping sms in android no sms class 0

HushSMS - Ping3
www.silentservices.de/HushSMS-Andro

Verfasst: Di 6. Mär 2012, 22:28
von FJ
I contacted the developer already, many thanks for the hint