View Single Post
Posts: 165 | Thanked: 78 times | Joined on Jun 2010
#374
Originally Posted by moepda View Post
for ua changer my id are this ;

android id14
iphone id15
n900 id16
null id17

but not sure how im editing the command ? i did this but correct ?

for android used in order to replace ids as id14 id15 id16 id17

for iphone used in order to replace ids as id15 id16 id17 id14

for n900 used in order to replace ids as id16 id17 id14 id15

for null used in order to replace ids as id17 id14 id15 id16

cheers , moepda
Hi moepda

I'm afraid your substitution will not work.

In my case i have:

id2 is UA-N900
id3 is UA-Iphone
id4 is UA-Null
id5 is UA-Droid

in your case you have:

id16 is UA-N900
id15 is UA-Iphone
id17 is UA-Null
id14 is UA-Droid

so please try to edit all UA-xxx qbw instance commands replacing:

id2 with id16
id3 with id15
id4 with id17
id5 with id14

for instance for UA-N900 after edit you shall have:

instanceTitle=UA-N900
instanceCmd=run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwid16 oh.no.more.qbw.set_param_string string:"snippetExtBgRGB" string:"#ffff00000000" string:"update_layout";run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwid15 oh.no.more.qbw.set_param_string string:"snippetExtBgRGB" string:"#000000000000" string:"update_layout";run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwid17 oh.no.more.qbw.set_param_string string:"snippetExtBgRGB" string:"#000000000000" string:"update_layout";run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbwid14 oh.no.more.qbw.set_param_string string:"snippetExtBgRGB" string:"#000000000000" string:"update_layout";cp /home/user/MyDocs/.images/queen_beecon_dir/user.n900 /home/user/.mozilla/microb/user.js ; pkill -f browserui

Hope i was clear enough.

Please report if it works as expected.
 

The Following User Says Thank You to sacal For This Useful Post: