View Single Post
  #11 (permalink)  
Old 07-01-2008, 01:52 PM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: need help with oems

Quote:
Originally Posted by Yay 4 Juggs View Post
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.
__________________
If this post was helpfull, let me know by clicking Thanks!

Reply With Quote