Changes between Initial Version and Version 1 of libril


Ignore:
Timestamp:
11/14/10 00:05:47 (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libril

    v1 v1  
     1= libril.so =
     2The purpose of this modified libril.so is to enable more debug output and to bring back the SIM unlock dialog for another unlock attempt.
     3
     4== Howto: ==
     51. temp-root the phone using Visionary from the AppStore or permroot the phone
     6
     72. Copy the attached libril.so to the root of the SD-card
     8
     93. In a shell copy the libril.so to /system/lib and restart rild and com.android.phone
     10
     11From a command line:
     12{{{
     13adb shell
     14}}}
     15In the shell
     16{{{
     17su
     18mount -o remount,rw /dev/block/mmcblk0p25 /system
     19cp /sdcard/libril.so /system/lib/
     20killall rild
     21killall com.android.phone
     22}}}
     23About 2 seconds after killing the com.android.phone the SIM network unlock PIN dialog should appear.
     24
     25Before killing the rild start a logcat in a second terminal:
     26{{{
     27adb logcat -b radio > lc_libril.txt
     28}}}
     29
     30The unlock attempt will fail an will increase the lock counter so don't so this if you don't know what you are doing.
     31