View Single Post
Old 06-15-2016, 08:20 PM   #2
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
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.

Last edited by geekmaster; 06-15-2016 at 08:54 PM.
geekmaster is offline   Reply With Quote