|
||||
Re: How do you change mcc and mnc FROYO BLAZIN
yeah i realize that.
thing is after hexediting android will not boot, just does animation over and over, lol. |
|
||||
Re: How do you change mcc and mnc FROYO BLAZIN
Well if you've gotten into it this far, I must applaud your skills. The generic RIL was GSM as it was written mostly before cdma/gsm world phone were out for android. There are a few now, but nobody has done much of anything big to the RIL since early last year according to the git. I haven't gotten much past where you are now as I don't understand code all that well, but if you feel ambitious, find a world phone RIL somewhere on the internet and start comparing. The only stipulation is that it must support both GSM and CDMA. If you find some things that can be altered for any amount of progress, post it up. Unfortunately, editing the mcc and mnc never did much for me either, but thats where I stopped.
__________________
My thanks button is sleeping. Do not disturb.
|
|
||||
Re: How do you change mcc and mnc FROYO BLAZIN
Quote:
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 |
|
|
|