Quote:
Originally Posted by Yay 4 Juggs
can you recommend a kitchen guy to send to?
|
The problem is with the registry entries that have multiple strings. I'm not sure who is the expert. I can fix the ones that have two, but inside the RGU file it has 2-3 instances of 3 strings in them. I don't have my laptop, but a good way to attack it is to export the values in the RGU file out of the devices registry and fix the ones in the RGU to look like the export. It's the ones like out of the the VistaCube2.0:
Quote:
Originally Posted by rstoyguy
I thought I would chime in and let everyone know what I found when creating an OEM for the cubes found here. The problem usually arises from the "Param" key.
When you create an OEM, it translates:
On device:
"Param"="-service SMS"
OEM creators translate it to:
"Param"="-service """SMS" ;(Bad! will cause Kitchen to puke!)
OEM change to this so the kitchen can translate it!!:
"Param"="-service \" \SMS\"" ;(Correct way!)
Depending on your cube, there are 2-3 entries like this. Here is another found in the 3-sided cube...
"Param"="-service \" \ActiveSync\""
|
I'll revisit tonight to see if I can't learn more about these and see exactly how they are nested.