Your link shows
ixtab's older method
:
PHP Code:
lipc-set-prop com.lab126.pillow configureChrome '{"appId":"com.lab126.booklet.home","titleBar":{"clientParams":{"secondary":"Hello World","useDefaultPrimary":false}}}'
I recently tried the method in
Branch Delay's
jb, and it worked for me on newer firmware:
PHP Code:
lipc-set-prop com.lab126.pillow configureChrome "{\"titleBar\":{\"clientParams\":{\"secondary\":\"Hello World\",\"useDefaultPrimary\":false}}}"
I see that Branch Delay escaped the inner quotes, rather than a mixture of single and double quotes, so he could pass in a parameter.
The important difference here is that he removed "appId:com.lab126.booklet.home"
[does it really need those extra quotes?] from the older method.
Try it and report back.