PDA

View Full Version : Cingular HSDPA_Wirelss_Modem_Stall


kogir
18th November 2006, 10:23 PM
Hi,

I was poking around in my Extended ROM and ran across C_HSDPA_Wirelss_Modem_Stall.cab

It contains an xml file setting a registry key:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Drivers\BuiltIn\sc2440usbfn" translation="filesystem">
<parm name="SetInPktRdy" datatype="integer" value="1" />
</characteristic>
</characteristic>
</wap-provisioningdoc>

Can anyone tell me what the value of that registry key is on other phones? I'm wondering if Cingular set the HSDPA modem to sub-optimal values on purpose. (The name of the cab includes "stall").

pof
18th November 2006, 10:42 PM
I have HKLM\Drivers\BuiltIn\sc2440usbfn\ on my registry, but there is no such key named "SetInPktRdy".

I guess you'll have to digg through sc2440usbfn.dll if you really want to understand what this key does. This has something to do with the samsung sc244x processor, GSM/3G data goes through USB host (AT@go_usb) in RIL.

kogir
19th November 2006, 02:53 PM
Removing it *appears* to have no effect. I wonder why they put it in at all? Perhaps I will dig into the DLL.

Arktronic
31st January 2007, 12:57 AM
Did anyone ever figure out what this actually does?

wayneuroda
19th February 2007, 08:22 AM
I have HKLM\Drivers\BuiltIn\sc2440usbfn\ on my registry, but there is no such key named "SetInPktRdy".

I guess you'll have to digg through sc2440usbfn.dll if you really want to understand what this key does. This has something to do with the samsung sc244x processor, GSM/3G data goes through USB host (AT@go_usb) in RIL.
pof, can you tell me what you mean by digging through sc2440usbfn.dll? I am interested in looking here in order to control the usb charging or usb detection. Do you know of any tools which may help me?