Guest eh? Posted June 18, 2008 Report Posted June 18, 2008 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 June 19, 2008 Report Posted June 19, 2008 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?
Guest Paul (MVP) Posted June 20, 2008 Report Posted June 20, 2008 That would run it, but not connect. P
Guest Menneisyys Posted June 28, 2008 Report Posted June 28, 2008 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
Guest famewolf Posted August 14, 2008 Report Posted August 14, 2008 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now