Skip to content

Commit

Permalink
remove java RIL
Browse files Browse the repository at this point in the history
  • Loading branch information
vm03 committed Mar 6, 2015
1 parent bcbb55c commit 3395e5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions init/init_w5.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar
property_set("ro.build.description", "w5_global_com-user 4.4.2 KOT49I.A1398228431 1398228431 release-keys");
property_set("ro.build.fingerprint", "lge/w5_global_com/w5:4.4.2/KOT49I.A1398228431/1398228431:user/release-keys");
property_set("persist.radio.multisim.config", "");
property_set("ro.telephony.ril_class","LgeW7RIL");
property_set("telephony.lteOnCdmaDevice", "0");
} else if (strncmp(serial, "LGD325", 6) == 0) {
property_set("ro.product.device", "w5ds");
Expand All @@ -99,14 +98,12 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar
property_set("ro.build.fingerprint", "lge/w5ds_global_com-user/w5ds:4.4.2/KOT49I.D41510c/D41510c.1393916607:user/release-keys");
property_set("persist.radio.multisim.config", "dsds");
property_set("telephony.lteOnCdmaDevice", "0");
property_set("ro.telephony.ril_class","NotWorking");
} else if (strncmp(serial, "LGMS323", 7) == 0) {
property_set("ro.product.device", "w5");
property_set("ro.product.model", "LG-MS323");
property_set("ro.build.description", "w5_global_com-user 4.4.2 KOT49I.D41510c D41510c.1393916607 release-keys");
property_set("ro.build.fingerprint", "lge/w5_global_com-user/w5ds:4.4.2/KOT49I.D41510c/D41510c.1393916607:user/release-keys");
property_set("persist.radio.multisim.config", "");
property_set("ro.telephony.ril_class","LgeW7RIL");
property_set("telephony.lteOnCdmaDevice", "0");
} else {
/* XXX */
Expand Down

0 comments on commit 3395e5b

Please sign in to comment.