PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Titan (http://forum.ppcgeeks.com/forumdisplay.php?f=44)
-   -   Manually initiate EVDO on Mogul? (http://forum.ppcgeeks.com/showthread.php?t=10660)

Cicatrize 10-29-2007 01:41 PM

Manually initiate EVDO on Mogul?
 
I searched, but couldn't find anything on this topic. I like to use Picsel browser, but it sucks having to load something that activates the EVDO connection first. Is there some quick and easy way to manually initiate EVDO on the Mogul?

codyppc 10-29-2007 01:42 PM

settings/phone/services/internet... get settings ... start

Darkness231 10-29-2007 02:30 PM

I dont get it. But if you are using Mortscript here is the script that works for me

Piscel.mscr
Code:

Connect("sprint")
run( "\Windows\PicselBrowser.exe")


dcd 10-29-2007 03:10 PM

i wrote a similar script that i bind to my voice softkey. actually, my mortscript cab installs this script and binds the key :D



# dcd connection toggle.mscr - 9-9-07 r3
ShowWaitCursor
If ( NOT Connected() )
RegWriteDword("HKLM","\Comm\ConnMgr\Providers\{7C4 B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Sprint PCS","Enabled","1")
Vibrate(100)
Connect( "The Internet" )
Else
RegWriteDword("HKLM","\Comm\ConnMgr\Providers\{7C4 B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Sprint PCS","Enabled","0")
Vibrate(100)
Sleep(200)
Vibrate(100)
Disconnect
EndIf
HideWaitCursor

bigcg533 12-15-2008 09:46 PM

Re: Manually initiate EVDO on Mogul?
 
i know this is off topic but iam about to buy a htc mogul and i was wonder is there is anything anyone does like about the phonr and what are somethings that you like alot thanks.... and do you thing that phone is worth 250 used thanks

PdaOd 12-15-2008 10:30 PM

Re: Manually initiate EVDO on Mogul?
 
Take a look at Homescreen plusplus.


All times are GMT -4. The time now is 09:38 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0