Automated push of new libhtcgeneric-ril.so build based on the following commit(s)...
android-htc-ril commit 26b4a00
Author: Bryan Stine
Fix PIN unlock, possibly enable PIN change
We were looking for a CPIN reponse when entering SIM PIN. It appears
that we actually get a CREG reply, searching for network, immediately:
D/RILJ ( 1250): [0022]> ENTER_SIM_PIN
D/RIL ( 1169): onRequest: ENTER_SIM_PIN
D/AT ( 1169): AT> AT+CPIN="xxxx"
D/AT ( 1169): AT< +CREG: 2
D/RILJ ( 1250): [UNSL]< UNSOL_RESPONSE_NETWORK_STATE_CHANGED
D/RILJ ( 1250): [0023]> OPERATOR
D/AT ( 1169): AT< +CGREG: 2
D/AT ( 1169): AT< OK
Update PIN handling to reflect that. Tried enabling PIN change as well,
but have not tested. Please review.