wiki:libril

Version 3 (modified by anonymous, 13 years ago) (diff)

--

libril.so

The purpose of this modified libril.so is to enable more debug output and to bring back the SIM unlock dialog for another unlock attempt.

Howto:

  1. temp-root the phone using Visionary from the AppStore or permroot the phone
  1. Copy the attached libril.so to the root of the SD-card
  1. In a shell malke a backup of the original libril.so, copy the modified libril.so to /system/lib and restart rild and com.android.phone

From a command line:

adb shell

In the shell

su
mount -o remount,rw /dev/block/mmcblk0p25 /system
cp /system/lib/libril.so /sdcard/libril.so.ori
cp /sdcard/libril.so /system/lib/
killall rild
killall com.android.phone

About 2 seconds after killing the com.android.phone the SIM network unlock PIN dialog should appear.

Before killing the rild start a logcat in a second terminal:

adb logcat -b radio > lc_libril.txt

The unlock attempt will fail and will increase the @LOCK_TIME lock counter so don't this if you don't know what you are doing.

Remark

If you leave the modified libril.so in place the unlock sreen will come back every time you switch back from flight mode to normal.

Attachments (2)

Download all attachments as: .zip