View Full Version : STOLEN! Yes its been stolen!!
bigmac
10-11-2007, 04:04 PM
Not to rant and rave, but its gone! I was curious to know, if someone picks up my phone, swaps out the sim, can they use it? I did have the lock enabled, so I am hoping that helps... Im now out $400 until my AMEX insurance kicks in...:angry:
Youngbinks
10-11-2007, 04:14 PM
Oh no! Sorry to hear about the theft. Where was it taken from? I'm not sure if they would be able to use the phone without an unlock being done on it first, but I could be wrong.
iPhoneIT
10-11-2007, 05:16 PM
You can try asking to block your AT&T contract..
Not to rant and rave, but its gone! I was curious to know, if someone picks up my phone, swaps out the sim, can they use it? I did have the lock enabled, so I am hoping that helps... Im now out $400 until my AMEX insurance kicks in...:angry:
How unfortunate, that really sucks for you, I'm sorry, good luck.
james275
10-12-2007, 11:45 AM
Not to rant and rave, but its gone! I was curious to know, if someone picks up my phone, swaps out the sim, can they use it? I did have the lock enabled, so I am hoping that helps... Im now out $400 until my AMEX insurance kicks in...:angry:
i was concerned about my iphone getting stolen, so i set up a cron job that runs a script every 10 mins & hits a webserver that i control. so if anyone ever steals my iphone, i'll be able to track them down. ;-)
james275
10-12-2007, 12:13 PM
ooooook buddy
ill go ahead and raise the BS flag on this one...
o rly? then i'll go ahead and raise the How's that sound??
Last login: Thu Oct 11 13:06:23 2007 from 192.168.0.103
/etc/profile:6: can't find terminal definition for Term-vt100
# ls
Library Media notes
# pwd
/var/root
# crontab -l
0,10,20,30,40,50 * * * * /usr/local/bin/phone_home
# cat /usr/local/bin/phone_home
#!/opt/iphone/bin/perl
$URL="<EDITED>";
$query_string='?a=1';
## Determine hostname
$hostname=`hostname`;
chomp $hostname;
$hostname=str_encode($hostname);
$query_string .= '&hostname=' . $hostname;
## Hit the remote server
$my_url= $URL . $query_string;
$output=`curl '$my_url' 2>&1 `;
##
## SUBROUTINES
##
sub str_encode(){
my $str=shift @_;
$str=~s/([^A-Za-z0-9])/sprintf("%%%02X", ord($1))/seg;
return $str;
}
sub str_decode(){
my $str=shift @_;
$str =~ s/\%([A-Fa-f0-9]{2})/pack('C', hex($1))/seg;
return $str;
}
Maahu
10-12-2007, 12:58 PM
Hah! This is absolutely great. I love tracking things!
Check this out:
(Nevermind, it doesn't work here)
Anyway, that's a pretty damn cool thing. Your own lojack!
scandalex
10-12-2007, 01:10 PM
Not to rant and rave, but its gone! I was curious to know, if someone picks up my phone, swaps out the sim, can they use it? I did have the lock enabled, so I am hoping that helps... Im now out $400 until my AMEX insurance kicks in...:angry:
Sorry this happened to you.
bigmac
10-12-2007, 02:04 PM
Does anyone know if you can remove the sim card, and reactivate?
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by
vBSEO 3.3.0