Quote:
Originally Posted by dharvey4651
Has anyone been able to get the 3-sided full animations version to work on any of the new 3.xx ROMs? I am trying to build a ROM with an entire Black Vista theme but can't get this cube to work whatsoever... I've tried everything I know of but nothing has worked yet.
Please any help will be appreciated.
|
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\""
Thanks, just thought I would share the love! (that is all I was doing different dharvey...)