android - How to go through menu items and tap actions in tasker -


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:

  1. add new tasker action
  2. select plug-in
  3. select autoinput
  4. select autoinput action
  5. select easy setup guided through, or in manual setup enter following
    • action: click
    • field type: list
    • field position: 1

and next items :)


Comments