09-29-2010, 09:53 PM
|
|
VIP Member
Offline
Location: Waynesville, NC
|
|
Join Date: Feb 2009
Posts: 3,612
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
|
|
Re: [Kitchen] WVGA Touch Pro 2 Collaboration
Quote:
Originally Posted by programatix
Hi guys,
One more tweak. If you want to see your carrier, edit this file,
14394200_manila
- Delete the following line
Code:
require("cril_svc")
RilWrapper = TwinRilWrapper()
- Replace
Code:
RilWrapper.OnGSMNetworkRegisteComplete:connect(OnGSMChanged)
RilWrapper.OnCDMANetworkRegisteComplete:connect(OnCDMAChanged)
with
Code:
_application.OnBroadcastMessageChanged:connect(UpdateCarrierNetwork)
- Replace
with
Code:
UpdateCarrierNetwork()
- You can safely delete CRILService.dll from Home package and it's registry value
|
Anyone got this file already modified that they can post?
__________________
Current Device:
Verizon HTC One M9
|