Quote:
Originally Posted by steveholtam
ACL, or another, I want to test the new libhtcgeneric.so file for the RIL, but I am not sure the best way to swap the new file with the old file. Could someone point me towards some instructions? I tried swapping the file using 7-zip, but that did not seem to work. Should it have?
|
If you are using the new full NAND build, the best way is to create a tgz named androidupdate.tgz with the folder structure as it is on the NAND. For libhtcgeneric-ril.so, the folder structure inside the tgz should be /system/lib/libhtcgeneric-ril.so
Put that in your andboot folder, reboot, and use replimenu or a custom install-seq.sh to apply it. I've removed replimenu from mine and added an androidupdate.tgz installer to init if it finds it, but I'm not sure if we want to commit that or not.