View Single Post
  #14 (permalink)  
Old 02-28-2011, 11:15 PM
muziling's Avatar
muziling
PPCGeeks Regular
Offline
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How do you change mcc and mnc FROYO BLAZIN

Quote:
Originally Posted by snmp View Post
yeah i realize that.
thing is after hexediting android will not boot, just does animation over and over, lol.
oops,~need to modify souce code, and compile.
I had change this ,then it works for me.

File htcgeneric-ril.c:
response[0]=erisystem;
response[1]="Android";
response[2]="310995";//first need to modify

asprintf(&imsi, "310995000000000"); //Fake opID //second,imsi must be 15 bytes length
Reply With Quote