The Following User Says Thank You to fido888 For This Useful Post: | ||
![]() |
2011-09-02
, 09:50
|
Posts: 3 |
Thanked: 6 times |
Joined on May 2011
|
#132
|
Simore Platinum working solution.
I made a mod.post because I reflashed my N900 and this didn't work correctly due to security reasons ....
(you have to xterminal and root access)
I bought simore platinum for my N900, but it didn't work.
I was realli angry about the support, they replied an absolutely unuseable answer for my question.
My solution (my college helped me a lot)
Manual method:
1.
dial #11 to activate SIM1 (you got general error, no problem)
(or dial #22 for SIM2)
2. root shell and kill csd
(xterminal and sudo -s probably)
killall csd
After that N900 will ask your pin code (if is set) and register the new card. It takes some seconds.
Automatic mode:
1. edit a script: /usr/bin/changesim :
#!/bin/sh
/usr/bin/dbus-send --system --dest=com.nokia.csd.Call --type=method_call --print /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:"$1" uint32:0
sleep 1
/usr/bin/killall csd
#end script
2. run right for this script:
chmod 755 /usr/bin/changesim
3. Create icons to apllications:
edit a file in /usr/share/application/hildon/sim1.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=Company
Comment=Company SIM1
Exec=/usr/bin/sudo /usr/bin/changesim "#11"
Icon=general_synchronization
Terminal=true
Type=Application
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
4. edit a file in /usr/share/application/hildon/sim2.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=Home
Comment=Home SIM2
Exec=/usr/bin/sudo /usr/bin/changesim "#22"
Icon=general_synchronization
Terminal=true
Type=Application
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
5. Two icons appear among applications and you can "Add shortcut" them to the desktop.
6. Enjoy! :-)
I attached these files, you HAVE to rename them
-without .txt
-replace "_" to ".".
Cheers, fido
The Following 2 Users Say Thank You to fido888 For This Useful Post: | ||
![]() |
2011-09-03
, 20:55
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#133
|
![]() |
2011-09-07
, 09:28
|
Posts: 1 |
Thanked: 1 time |
Joined on Sep 2011
|
#134
|
The Following User Says Thank You to David93 For This Useful Post: | ||
![]() |
2011-10-11
, 18:29
|
Posts: 187 |
Thanked: 41 times |
Joined on May 2010
|
#135
|
Simore Platinum working solution.
I made a mod.post because I reflashed my N900 and this didn't work correctly due to security reasons ....
(you have to xterminal and root access)
I bought simore platinum for my N900, but it didn't work.
I was realli angry about the support, they replied an absolutely unuseable answer for my question.
My solution (my college helped me a lot)
Manual method:
1.
dial #11 to activate SIM1 (you got general error, no problem)
(or dial #22 for SIM2)
2. root shell and kill csd
(xterminal and sudo -s probably)
killall csd
After that N900 will ask your pin code (if is set) and register the new card. It takes some seconds.
Automatic mode:
1. edit a script: /usr/bin/changesim :
#!/bin/sh
/usr/bin/dbus-send --system --dest=com.nokia.csd.Call --type=method_call --print /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:"$1" uint32:0
sleep 1
/usr/bin/killall csd
#end script
2. run right for this script:
chmod 755 /usr/bin/changesim
3. Create icons to apllications:
edit a file in /usr/share/application/hildon/sim1.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=Company
Comment=Company SIM1
Exec=/usr/bin/sudo /usr/bin/changesim "#11"
Icon=general_synchronization
Terminal=true
Type=Application
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
4. edit a file in /usr/share/application/hildon/sim2.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=Home
Comment=Home SIM2
Exec=/usr/bin/sudo /usr/bin/changesim "#22"
Icon=general_synchronization
Terminal=true
Type=Application
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
5. Two icons appear among applications and you can "Add shortcut" them to the desktop.
6. Enjoy! :-)
I attached these files, you HAVE to rename them
-without .txt
-replace "_" to ".".
Cheers, fido
The Following User Says Thank You to colchaodemola For This Useful Post: | ||
![]() |
2012-04-03
, 12:32
|
Posts: 1,432 |
Thanked: 2,630 times |
Joined on Jan 2011
@ Touring
|
#136
|
The Following User Says Thank You to biketool For This Useful Post: | ||
Thank you for your mod, it's perfect.
I had problems about changing but not with 3g.
After 3-4 switches the screen was getting slower and slower, so at 6. swap I had to reboot N900.
I'm lazy too :-) but I didn't know DesktopCommandExecution Widget. Now I made personal icons with my firms and my logo ...
I will reply to my post, because I reinstall (reflash) my device, and this solvations didn't work due to sudo problems.
My phone is a secondhand phone and previous owner made or installed lot of programs and it wasn't so secure ....
Thanks, fido