View Single Post
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#17
Originally Posted by reinob View Post
@sinha,

Haven't you read the thread your're answering to?

while(! get_it) {
THE N900 CANNOT BE LOCKED!
}
make it

while(! get_it) {
THE N900 CANNOT BE LOCKED!
if(still_dont_get_it == 10){
exit();
}
still_dont_get_it++;
}
 

The Following 2 Users Say Thank You to Radicalz38 For This Useful Post: