Quote:
Originally Posted by mr_fosi
- Dialog contents "Modifying" gave error "Unable to open file", which I OKed.
|
I will have to track this down... maybe add a couple of error handling routines to display exactly where the issue is. Any information as to exactly which modifying is causing it would help track it down in the meantime.
Quote:
Originally Posted by mr_fosi
- Not all ancillary files were cleaned up. Two files remained: 1) IMEI.fix, a plain txt file containing the correct code to insert the generated IMEI and 2)adb.exe which could not be removed because it was still running the devices server. Running "adb kill-server" in the java\jre6\bin directory allowed me to remove adb.exe.
|
1) is by intent... that is how the program knows if you have generated it previously. That is the one file I don't have the program clean up behind itself.
2) will be fixed in the next beta. I haven't seen that and wonder if it is related to above error.... in any event I will include routine to kill adb server.
Quote:
Originally Posted by mr_fosi
- A check of the modified smali showed only one instance of "getDeviceId" indicating that the smali had not been modified to add the code to spoof the IMEI.
|
Again.. wonder if due to above error. Was the one line that was there "getDeviceID()" or "getDeviceID2()"?
The routine for creating the IMEI.fix also includes the code to append the same lines to ".\out\android\telephony\TelephonyManager.smal i"
Quote:
Originally Posted by mr_fosi
- I would also not have been able to eject my NC, had I tried, until I killed the adb server. Looks like one more line of code to add before cleanup. 
|
Thank you for your testing and input and information... It is posts like your's that will get the program where it should be.
NOTE: the space in TelephonyManager.smali above is not a typo... it is added by the forum software for some reason. I could code tag it, but didn't see the need.
Always remember...
YCGIYWG
(You Can't Get... If You Won't Give)
The Dizzy One
My humble contributions:
IMEI Generator
Customizing ROMs thread
To have devices added to IMEI Generator
IMEIme bug report thread
|