View Single Post
Old 07-27-2012, 10:17 PM   #7
jmseight
Zealot
jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'
 
Posts: 130
Karma: 10000
Join Date: Mar 2012
Device: Kindle 3G, Kindle Touch 3G, iRiver Story HD, Sony Reader
Hi All,

I got it to work by changing the

/usr/share/webkit-1.0/pillow/javascripts/search_bar.js

using the same method as "[Kindle Touch] Turn store button on search bar to browser button" by aditya3098

Basically, I changed the system callback line for the store in the script to
nativeBridge.setIntLipcProperty('com.lab126.tts', 'TtsISpeed', TTS_SPEED);

and setting at the beginning of the file
const TTS_SPEED = 220;

Now the Store button changes TTS Speed to 220.

Thanks,
James
jmseight is offline   Reply With Quote