Changes between Version 1 and Version 2 of libril
- Timestamp:
- 11/18/10 10:26:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libril
v1 v2 7 7 2. Copy the attached libril.so to the root of the SD-card 8 8 9 3. In a shell copy thelibril.so to /system/lib and restart rild and com.android.phone9 3. 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 10 10 11 11 From a command line: … … 17 17 su 18 18 mount -o remount,rw /dev/block/mmcblk0p25 /system 19 cp /system/lib/libril.so /sdcard/libril.so.ori 19 20 cp /sdcard/libril.so /system/lib/ 20 21 killall rild … … 30 31 The 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 32 33 === Remark === 34 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. 35