being amateur user, stick basic operations on tasker creating zooper widget , toggling settings, running ussd. thinking interacting output of ussd code, don't know if possible hope can clarify me on this.. run code ##4636## force wcdma through test menu, takes 2 clicks after dialing code, 1. tapping "phone information" first option. 2. scrolling down bit , opening list named "set preferred network type" can select wcdma only. can whole thing automated.
note: normal system settings selecting carrier mode or toggling through tasker doesn't work think phone automatically switches network edge enter room , must toggle manually through test menu(##4636##) if usual system settings it's in 3g. in advance..
to open hidden menu, use following intent:
action: android.intent.action.main
package: com.android.settings
class: com.android.settings.testingsettings
and clicking items highly recommend using autoinput, gives far more control built-in tasker functions. has user-friendly "easy setup", walks through (and) needs clicked, based on either coordinates, id, label or position :)
so in case of selecting "phone information" using autoinput:
- add new tasker
action - select
plug-in - select
autoinput - select
autoinput action - select
easy setupguided through, or inmanual setupenter following- action:
click - field type:
list - field position:
1
- action:
and next items :)
Comments
Post a Comment