Jump to content

Enabling internet sharing on startup with WM6?


Recommended Posts

Posted

Hi, first post,

I was wondering if there's anyway to enable ICS on startup with WM6 and in my case through BT pan. I'm using ICS in conjuction with a car pc and I'd like to have the connection always on instead of fumbling with the phone all the time. Any tips, tricks, reg hacks?

Thanks.

Guest JeepinCalifornia
Posted
Hi, first post,

I was wondering if there's anyway to enable ICS on startup with WM6 and in my case through BT pan. I'm using ICS in conjuction with a car pc and I'd like to have the connection always on instead of fumbling with the phone all the time. Any tips, tricks, reg hacks?

Thanks.

Can you simply make a shortcut to the ICS.EXE file and put in \Windows\Startup?

  • 2 weeks later...
Guest Menneisyys
Posted
That would run it, but not connect.

P

Yup. Hoowever, with an external keystroke emulator like MortScript (see my Opera Mini invoker scripts for some examples), this won't be a problem:

1, invoke ICS

2, simulate a left softkey press

3, minimize the app

  • 1 month later...
Guest famewolf
Posted
Yup. Hoowever, with an external keystroke emulator like MortScript (see my Opera Mini invoker scripts for some examples), this won't be a problem:

1, invoke ICS

2, simulate a left softkey press

3, minimize the app

Theoretically this should work...and continue to connect if disconnected until you close the internet sharing app however it will tell you it can't find the "Internet Sharing" window from the waitfor line which is what activetitle says the window IS.

Run( "\Windows\IntShrUI.exe" )

WaitFor( "Internet Sharing", 15) # Errors out with window not found.

SendLeftSoft ( "Internet Sharing" )

While ( wndExists( "Internet Sharing" ))

If regKeyEqualsDWord "HKLM", "\Comm\InternetSharing\Status", "Enabled", 0

SendLeftSoft ( "Internet Sharing" )

EndIf

EndWhile

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.