|
2015-10-28
, 09:52
|
Posts: 1,293 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#2
|
Hello all,
Moving on to a new provider, I need to find out the ICC ID of my SIM card in order to be able to use the same phone number with my new provider.
I have searched the forum but could not find anything relevant. Is there a way to find out, either by terminal or something else?
I do not have alternative phone OS's available, like Android and such, and because I am travelling I do not carry a USB cable around either.
So the question is: Am I stuck or is there some way?
kind regards,
anthonie
The Following User Says Thank You to nieldk For This Useful Post: | ||
|
2015-10-28
, 10:16
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#3
|
|
2015-10-28
, 11:06
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#4
|
|
2015-10-28
, 12:36
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#5
|
|
2015-10-28
, 14:33
|
|
Posts: 70 |
Thanked: 338 times |
Joined on Jan 2013
|
#6
|
Something that's possible on an iPhone and Android but not on our N900 or N9's?
That's simply horrific and should not be allowed.
* Meh *
dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SSC /com/nokia/phone/SSC com.nokia.phone.SSC.get_iccid|awk -F "\"" '/g/ {print $2}'
|
2015-10-28
, 15:38
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#7
|
|
2015-10-29
, 08:10
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#8
|
It does seem to be possible on the N900:
https://wiki.maemo.org/Phone_control#Get_ICCIDCode:dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SSC /com/nokia/phone/SSC com.nokia.phone.SSC.get_iccid|awk -F "\"" '/g/ {print $2}'
Edit: Actually, after testing this on an N900 and an N9, the N9 returned the correct number.
The Following 4 Users Say Thank You to anthonie For This Useful Post: | ||
Moving on to a new provider, I need to find out the ICC ID of my SIM card in order to be able to use the same phone number with my new provider.
I have searched the forum but could not find anything relevant. Is there a way to find out, either by terminal or something else?
I do not have alternative phone OS's available, like Android and such, and because I am travelling I do not carry a USB cable around either.
So the question is: Am I stuck or is there some way?
kind regards,
anthonie
EDIT: Solved, thanks to DA5, use the code below
download free linux books
online linux guides
download n900: service manual level 1-4
Last edited by anthonie; 2015-10-29 at 08:13.