The Following 3 Users Say Thank You to xes For This Useful Post: | ||
|
2015-03-22
, 13:47
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#72
|
One problem:
Today while cheking my sim data, i checked the ICCID and i discovered that cellnet-info fails reading it in a "funny" way. It swaps every pair of numbers!
Example:
iccid printed on the sim: 1234567890
cellnet-info reported iccid: 2143658709
if you plan to make a number portability request and you need the iccid....pay attention!
dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SSC /com/nokia/phone/SSC com.nokia.phone.SSC.get_iccid
The Following 3 Users Say Thank You to ade For This Useful Post: | ||
|
2015-03-22
, 14:16
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#73
|
The Following 4 Users Say Thank You to xes For This Useful Post: | ||
|
2015-03-22
, 14:28
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#74
|
@ade
Thanks! Nah, a good sim that i'm using without problems since 8 years.
Anyway it seems that also dbus-send request produces the same wrong result.
Then, AT+CCID gives only ERROR... No idea if there are other ways.
Sorry, for my previous post, it's clear that is not a problem with your app.
Anyway, it could be a warning for others to doublecheck the info returned by the N900.
The Following 3 Users Say Thank You to ade For This Useful Post: | ||
|
2015-03-22
, 14:50
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#75
|
The Following 3 Users Say Thank You to xes For This Useful Post: | ||
|
2015-03-22
, 17:40
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#76
|
The Following 4 Users Say Thank You to peterleinchen For This Useful Post: | ||
|
2015-03-22
, 18:28
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#77
|
The Following User Says Thank You to ade For This Useful Post: | ||
|
2015-03-22
, 18:30
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#78
|
|
2015-03-22
, 20:35
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#80
|
The Following 4 Users Say Thank You to ade For This Useful Post: | ||
Today while cheking my sim data, i checked the ICCID and i discovered that cellnet-info fails reading it in a "funny" way. It swaps every pair of numbers!
Example:
iccid printed on the sim: 1234567890
cellnet-info reported iccid: 2143658709
if you plan to make a number portability request and you need the iccid....pay attention!