Quote:
Originally Posted by tubeboggan
hmm can't seem to find system folder. is it hidden?
|
If you're looking in WinMo you won't find it
.
That reference is to a location in Android... system.ext2 gets mounted as /system in Android.
So pull an old RIL, and bind mount it in /system/lib. Some have reported success, maybe it'll help you?
Grab this attached file. Unzip it. Put it at the root of your SD card - if you want it in a folder, modify the command below:
Code:
mount --bind /sdcard/libhtcgeneric-ril.so /system/lib/libhtcgeneric-ril.so
Put that in the CustomCommands section near the bottom of the froyo.user.conf file (which is in the conf folder). Make sure it's on its own line, between the { }.