(XAP) TANGO Wlan static ip & Export contacts to SIM-People v1.0

Search This thread

pdaimatejam

Inactive Recognized Developer
Mar 7, 2009
690
1,768
Sinop/Boyabat
www.ctrlpda.com
The program features:
-Export contacts to SIM-People (People-Settings)
-Wlan static ip (Settings-WLAN)

[HKEY_LOCAL_MACHINE\Comm\Connectivity\WiFiSplashUX]
"EnableStaticIP"=dword:1

[HKEY_LOCAL_MACHINE\Software\Microsoft\Contacts\Sim]
"EnableSIMAddressBookAndExport"=dword:1
[HKEY_LOCAL_MACHINE\Software\Microsoft\Contacts\Me]
"DisableCheckin"=dword:1

attachment.php
attachment.php
attachment.php


Download:
http://htcfanboys.com/download/pdaimatejam/?action=view&file=4417
password:12

The SDK was used WP7RootTools
Heathcliff74 and fiinix thank you very much
 
Last edited:

luckydog98

Senior Member
Mar 20, 2011
102
13
I like the whole idea of the app but i'm having one problem with it. It added the static ip to WIFI but it did not add the export to sim in people. I'm running a custom tango rom on a HTC HD7. Any ideas?
 

weide43

Member
Dec 4, 2011
40
3
Nice, Now I gonna test it.
WP7 has no option to export contacts to sim

EDIT= Me too
+ I must restart the phone again and again.
I could only choose the setup button
 
Last edited:

pvt_nemesis

Senior Member
Dec 23, 2010
240
21
Christchurch
Nice, Now I gonna test it.
WP7 has no option to export contacts to sim

EDIT= Me too
+ I must restart the phone again and again.
I could only choose the setup button

That part of the programme IS only the setup!
Go to People/Settings or Settings/System/Wifi

(PS Doesnt work with pdaimatejam v7.5 but then it IS Mango not Tango!)
 
Last edited:

marek1

Senior Member
Jun 1, 2007
544
20
Usti nad Labem
Hi,

Nice job Pdaimatejam !!!
I prayed for app which can change IP address for static and now I got in WIFI settings.

Very, very nice.


Pdaimatejam what about IE Sync with skydrive, VPN settings or sending PDF from phone ?
 
Last edited:
  • Like
Reactions: pdaimatejam

tslany

Senior Member
Feb 5, 2007
73
41
Why did you create an app, that change just two registy entries?
Code:
[HKLM\Comm\Connectivity\WiFiSplashUX]
 "EnableStaticIP" = dword:1
[HKML\Software\Microsoft\Contacts\SIM]
 "EnableSIMAddressBookAndExport" = dword:1
 
  • Like
Reactions: ilboy and Siki78

weide43

Member
Dec 4, 2011
40
3
Why did you create an app, that change just two registy entries?
Code:
[HKLM\Comm\Connectivity\WiFiSplashUX]
 "EnableStaticIP" = dword:1
[HKML\Software\Microsoft\Contacts\SIM]
 "EnableSIMAddressBookAndExport" = dword:1

I don't have this registry key!
[HKML\Software\Microsoft\Contacts\SIM]
"EnableSIMAddressBookAndExport" = dword:1
 

tslany

Senior Member
Feb 5, 2007
73
41
Create that key and reboot device, it seems like this app doesn't create it correctly (I think it's somethinkg like HKML\Contacts\SIM, so that's why it isn't working)
 

luckydog98

Senior Member
Mar 20, 2011
102
13
When adding this in manually on my HTC HD7 and rebooting it works flawlessly! Thanks!

Sent from my HD7 using XDA Windows Phone 7 App
 

iky10

Senior Member
Sep 8, 2005
306
1
works for me too on HD7 custom rom, adding it manually does the job.

great stuff
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    The program features:
    -Export contacts to SIM-People (People-Settings)
    -Wlan static ip (Settings-WLAN)

    [HKEY_LOCAL_MACHINE\Comm\Connectivity\WiFiSplashUX]
    "EnableStaticIP"=dword:1

    [HKEY_LOCAL_MACHINE\Software\Microsoft\Contacts\Sim]
    "EnableSIMAddressBookAndExport"=dword:1
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Contacts\Me]
    "DisableCheckin"=dword:1

    attachment.php
    attachment.php
    attachment.php


    Download:
    http://htcfanboys.com/download/pdaimatejam/?action=view&file=4417
    password:12

    The SDK was used WP7RootTools
    Heathcliff74 and fiinix thank you very much
    2
    Why did you create an app, that change just two registy entries?
    Code:
    [HKLM\Comm\Connectivity\WiFiSplashUX]
     "EnableStaticIP" = dword:1
    [HKML\Software\Microsoft\Contacts\SIM]
     "EnableSIMAddressBookAndExport" = dword:1
    1
    Hi,

    Nice job Pdaimatejam !!!
    I prayed for app which can change IP address for static and now I got in WIFI settings.

    Very, very nice.


    Pdaimatejam what about IE Sync with skydrive, VPN settings or sending PDF from phone ?
    1
    @pamianalytical

    Edit the following registry key and you will have the same features:
    Code:
    [HKEY_LOCAL_MACHINE\Comm\Connectivity\WiFiSplashUX]
    	"EnableStaticIP"=dword:1
    
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Contacts\Me]
    	"DisableCheckin"=dword:0
    
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Contacts\Sim]
    	"EnableSIMAddressBookAndExport"=dword:1