Thread: Registry
View Single Post
  #2 (permalink)  
Old 10-27-2010, 10:50 PM
mwalt2's Avatar
mwalt2
VIP Member
Offline
 
Join Date: Apr 2007
Posts: 1,759
Reputation: 5415
mwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Registry

Quote:
Originally Posted by elesbb View Post
I am just wondering if there is any registry entry that signifies if you are in cell phone coverage or not. Also i am wondering if there is a registry entry that signifies if there is a text message being sent or recieved. What i mean is i know there is a reg entry int the HKLM\SOFTWARE...isPhoneActive i am wondering if there is any reg entry like that for the coverage and sending/recieving a text message.

THANKS GUYS!!
I found a few below which probably tell if you are in cell phone coverage or not. I bolded on that sounds promising. I am not sure on sending a txt message, though it may be there. It happens quickly, so it would be hard to do a before/during comparison of the registry (but could probably be done if you could export the keys quick enough).

Code:
[HKEY_LOCAL_MACHINE\System\State\Phone]
"Signal Strength Raw"=dword:00000064
"Cellular System Connected"=dword:00000000
"Status"=dword:888000A0
"Signal Strength"=dword:00000064
"Extended Status"=dword:00000000
"Cellular System Available"=dword:00000004
"Current Operator Name"="Sprint"
Reply With Quote