[Q] last caller image via tasker - Zooper Widget General

Hi,
I want to get the last outgoing call's image in my zooper widget.
I am trying to use tasker for that:
Code:
Caller (45)
A1: Test Phone [ Type:Contact Photo URI Data:%CONUM Store Result In:%called ]
A2: Load Image [ Source:%called Max Width Or Height:0 Respect EXIF Orientation:eek:ff ]
A3: Zooper Widget Pro Variable [ Configuration:#TCaller# = %called Package:org.zooper.zwpro Name:Zooper Widget Pro Variable Timeout (Seconds):0 ]
and in zooper, I have done:
Code:
bitmap->advanced->#TCaller#
which shows value:
Code:
content://com.android.contacts/display_photo/574
But this is not showing anything, but the default "open file" image.
Kindly help

Barud said:
Hi,
I want to get the last outgoing call's image in my zooper widget.
I am trying to use tasker for that:
Code:
Caller (45)
A1: Test Phone [ Type:Contact Photo URI Data:%CONUM Store Result In:%called ]
A2: Load Image [ Source:%called Max Width Or Height:0 Respect EXIF Orientation:eek:ff ]
A3: Zooper Widget Pro Variable [ Configuration:#TCaller# = %called Package:org.zooper.zwpro Name:Zooper Widget Pro Variable Timeout (Seconds):0 ]
and in zooper, I have done:
Code:
bitmap->advanced->#TCaller#
which shows value:
Code:
content://com.android.contacts/display_photo/574
But this is not showing anything, but the default "open file" image.
Kindly help
Click to expand...
Click to collapse
One thing, make sure your variable is passing into zooper, forget the image and just get text. Once I tried and couldn't get it to work, forgot that my profile was time dependant and I didn't run the task... Run your task if you haven't already...

Thanks for your reply.
If I only want the text, its working absolutely fine. only its the image which is not coming.

Related

[Q] zooper html code

Hello
I try ti make meteo wiget using zooper and tasker
I read an HTML pace and extract something like this
pioggia e schiarite
And i want show in wiget
Pioggia e schiarite
Can zooper recognize the HTML code?
Thanks
Mauro
I'm guessing by what you have written there that you want to get some content off of a webpage and put it into a Zooper widget?
It's easier to show:
https://www.youtube.com/watch?v=nLuoOhXuCvA
The splitting part may become somewhat involved.
Good Luck!
I and thanks for tour answer
I don't undestand if in tour video there is a solution for my problemi bit my english is not good
This is what i make with tasker
Sampeyre (48)
A1: HTTP Get [ Serverort:****************/meteo_italia_localita_valori.php?lid=7301&nome=Torino Path: Attributes: Cookies: Timeout:10 Mime Type:text/html Output File:wallapper/cerca2.html Continue Task After Errorn ]
A2: Read File [ File:wallapper/cerca2.html To Var:%Tempoora ]
A3: Variable Split [ Name:%Tempoora Splitter:alt=" Delete Baseff ]
A4: Variable Split [ Name:%Tempoora4 Splitter:" Delete Baseff ]
And the result is this
%Tempoora41 nubi sparse
If i pur it in zooper with tasker in the wiget show
nubi sparse
I want to show
nubi sparse
Can zooper make it?
Or ther is another way?
Thanks
Mauro

min and max functions do not work

Has anyone gotten the min and max functions to work? They seem to have some major problems. Here are some examples:
$(min(5,10))$ = 5.1 [ where does the ".1" come from? ]
$(min(5.,10.))$ = 5 [ correct! ]
$(min(10,5))$ = 10.5 [ wrong, and where does the ".5" come from? ]
$(min(10.,5.))$ = 10 [ wrong ]
$(max(5,10))$ = 5.1 [ wrong, and where does the ".1" come from? ]
$(max(5.,10.))$ = 5 [ wrong ]
$(max(10.,5.))$ = 10 [ correct, but see previous. trustworthy? ]
$(max(10,5))$ = 10.5 [ where does the ".5" come from? ]
Am I missing something? Has anyone gotten these to work?
Jeff
jsjansen said:
Has anyone gotten the min and max functions to work? They seem to have some major problems. Here are some examples:
$(min(5,10))$ = 5.1 [ where does the ".1" come from? ]
$(min(5.,10.))$ = 5 [ correct! ]
$(min(10,5))$ = 10.5 [ wrong, and where does the ".5" come from? ]
$(min(10.,5.))$ = 10 [ wrong ]
$(max(5,10))$ = 5.1 [ wrong, and where does the ".1" come from? ]
$(max(5.,10.))$ = 5 [ wrong ]
$(max(10.,5.))$ = 10 [ correct, but see previous. trustworthy? ]
$(max(10,5))$ = 10.5 [ where does the ".5" come from? ]
Am I missing something? Has anyone gotten these to work?
Jeff
Click to expand...
Click to collapse
Use a semicolon instead of a comma between each argument.
Edit: Different countries use commas and periods differently when it comes to numbers so I believe the app treats commas as equivalent to a decimal point.
RESOLVED
jr67 said:
Use a semicolon instead of a comma between each argument.
Edit: Different countries use commas and periods differently when it comes to numbers so I believe the app treats commas as equivalent to a decimal point.
Click to expand...
Click to collapse
YES! That does the trick. Thank you!

[TEST] Ubuntu Touch on Xperia Z1 Compact

Hi, after some ideas in my mind about true Ubuntu server on my phone I have done full changes to the kernel needed for Ubuntu touch but never tried Ubuntu touch on my phone, only have tried Ubuntu server which I want to use for my home environment, I have done only kernel so if somebody need kernel you can try this one from here! Curently everyhing is patched and enabled needed for latest Ubuntu touch (vivid) except CONFIG_ARM_UNWIND since android display stop working if I disable these configuration, everything other is enabled as you see in this:
Checking config file for Ubuntu Touch specific config options.
CONFIG_IKCONFIG is already set
CONFIG_IKCONFIG_PROC is already set
CONFIG_SYSVIPC is already set
CONFIG_CGROUP_FREEZER is already set
CONFIG_NAMESPACES is already set
CONFIG_UTS_NS is already set
CONFIG_IPC_NS is already set
CONFIG_USER_NS is already set
CONFIG_PID_NS is already set
CONFIG_NET_NS is already set
CONFIG_AUDIT is already set
CONFIG_AUDITSYSCALL is already set
CONFIG_AUDIT_TREE is already set
CONFIG_AUDIT_WATCH is already set
CONFIG_CC_STACKPROTECTOR is already set
CONFIG_DEBUG_RODATA is already set
CONFIG_DEVTMPFS is already set
CONFIG_DEVTMPFS_MOUNT is already set
CONFIG_DEVPTS_MULTIPLE_INSTANCES is already set
CONFIG_ECRYPT_FS is already set
CONFIG_ECRYPT_FS_MESSAGING is already set
CONFIG_ENCRYPTED_KEYS is already set
CONFIG_EXT4_FS_POSIX_ACL is already set
CONFIG_EXT4_FS_SECURITY is already set
CONFIG_FSNOTIFY is already set
CONFIG_DNOTIFY is already set
CONFIG_INOTIFY_USER is already set
CONFIG_FANOTIFY is already set
CONFIG_FANOTIFY_ACCESS_PERMISSIONS is already set
CONFIG_KEYS is already set
CONFIG_SWAP is already set
CONFIG_VT is already set
CONFIG_VT_CONSOLE is already set
CONFIG_SECCOMP is already set
CONFIG_SECURITY is already set
CONFIG_SECURITYFS is already set
CONFIG_SECURITY_NETWORK is already set
CONFIG_NETLABEL is already set
CONFIG_SECURITY_PATH is already set
CONFIG_SECURITY_SELINUX is already set
CONFIG_SECURITY_SELINUX_BOOTPARAM is already set
CONFIG_SECURITY_SELINUX_DISABLE is already set
CONFIG_SECURITY_SELINUX_DEVELOP is already set
CONFIG_SECURITY_SELINUX_AVC_STATS is already set
CONFIG_SECURITY_SMACK is already set
CONFIG_SECURITY_TOMOYO is already set
CONFIG_DEFAULT_SECURITY_APPARMOR is already set
CONFIG_SECURITY_APPARMOR is already set
CONFIG_SECURITY_APPARMOR_HASH is already set
CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT is already set
CONFIG_SECURITY_YAMA is already set
CONFIG_SECURITY_YAMA_STACKED is already set
CONFIG_STRICT_DEVMEM is already set
CONFIG_SYN_COOKIES is already set
CONFIG_BT is already set
CONFIG_BT_RFCOMM is already set
CONFIG_BT_RFCOMM_TTY is already set
CONFIG_BT_BNEP is already set
CONFIG_BT_BNEP_MC_FILTER is already set
CONFIG_BT_BNEP_PROTO_FILTER is already set
CONFIG_BT_HIDP is already set
CONFIG_XFRM_USER is already set
CONFIG_NET_KEY is already set
CONFIG_INET is already set
CONFIG_IP_ADVANCED_ROUTER is already set
CONFIG_IP_MULTIPLE_TABLES is already set
CONFIG_INET_AH is already set
CONFIG_INET_ESP is already set
CONFIG_INET_IPCOMP is already set
CONFIG_INET_XFRM_MODE_TRANSPORT is already set
CONFIG_INET_XFRM_MODE_TUNNEL is already set
CONFIG_INET_XFRM_MODE_BEET is already set
CONFIG_IPV6 is already set
CONFIG_INET6_AH is already set
CONFIG_INET6_ESP is already set
CONFIG_INET6_IPCOMP is already set
CONFIG_INET6_XFRM_MODE_TRANSPORT is already set
CONFIG_INET6_XFRM_MODE_TUNNEL is already set
CONFIG_INET6_XFRM_MODE_BEET is already set
CONFIG_IPV6_MULTIPLE_TABLES is already set
CONFIG_NETFILTER is already set
CONFIG_NETFILTER_ADVANCED is already set
CONFIG_NETFILTER_NETLINK is already set
CONFIG_NETFILTER_NETLINK_ACCT is already set
CONFIG_NETFILTER_NETLINK_LOG is already set
CONFIG_NETFILTER_NETLINK_QUEUE is already set
CONFIG_NETFILTER_TPROXY is already set
CONFIG_NETFILTER_XTABLES is already set
CONFIG_NETFILTER_XT_CONNMARK is already set
CONFIG_NETFILTER_XT_MARK is already set
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is already set
CONFIG_NETFILTER_XT_MATCH_CLUSTER is already set
CONFIG_NETFILTER_XT_MATCH_COMMENT is already set
CONFIG_NETFILTER_XT_MATCH_CONNBYTES is already set
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is already set
CONFIG_NETFILTER_XT_MATCH_CONNMARK is already set
CONFIG_NETFILTER_XT_MATCH_CONNTRACK is already set
CONFIG_NETFILTER_XT_MATCH_CPU is already set
CONFIG_NETFILTER_XT_MATCH_DCCP is already set
CONFIG_NETFILTER_XT_MATCH_DEVGROUP is already set
CONFIG_NETFILTER_XT_MATCH_DSCP is already set
CONFIG_NETFILTER_XT_MATCH_ECN is already set
CONFIG_NETFILTER_XT_MATCH_ESP is already set
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is already set
CONFIG_NETFILTER_XT_MATCH_HELPER is already set
CONFIG_NETFILTER_XT_MATCH_HL is already set
CONFIG_NETFILTER_XT_MATCH_IPRANGE is already set
CONFIG_NETFILTER_XT_MATCH_LENGTH is already set
CONFIG_NETFILTER_XT_MATCH_LIMIT is already set
CONFIG_NETFILTER_XT_MATCH_MAC is already set
CONFIG_NETFILTER_XT_MATCH_MARK is already set
CONFIG_NETFILTER_XT_MATCH_MULTIPORT is already set
CONFIG_NETFILTER_XT_MATCH_NFACCT is already set
CONFIG_NETFILTER_XT_MATCH_OSF is already set
CONFIG_NETFILTER_XT_MATCH_OWNER is already set
CONFIG_NETFILTER_XT_MATCH_PKTTYPE is already set
CONFIG_NETFILTER_XT_MATCH_POLICY is already set
CONFIG_NETFILTER_XT_MATCH_QUOTA is already set
CONFIG_NETFILTER_XT_MATCH_QUOTA2 is already set
CONFIG_NETFILTER_XT_MATCH_RATEEST is already set
CONFIG_NETFILTER_XT_MATCH_REALM is already set
CONFIG_NETFILTER_XT_MATCH_RECENT is already set
CONFIG_NETFILTER_XT_MATCH_SCTP is already set
CONFIG_NETFILTER_XT_MATCH_SOCKET is already set
CONFIG_NETFILTER_XT_MATCH_STATE is already set
CONFIG_NETFILTER_XT_MATCH_STATISTIC is already set
CONFIG_NETFILTER_XT_MATCH_STRING is already set
CONFIG_NETFILTER_XT_MATCH_TCPMSS is already set
CONFIG_NETFILTER_XT_MATCH_TIME is already set
CONFIG_NETFILTER_XT_MATCH_U32 is already set
CONFIG_NETFILTER_XT_TARGET_AUDIT is already set
CONFIG_NETFILTER_XT_TARGET_CHECKSUM is already set
CONFIG_NETFILTER_XT_TARGET_CLASSIFY is already set
CONFIG_NETFILTER_XT_TARGET_CONNMARK is already set
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK is already set
CONFIG_NETFILTER_XT_TARGET_CT is already set
CONFIG_NETFILTER_XT_TARGET_DSCP is already set
CONFIG_NETFILTER_XT_TARGET_HL is already set
CONFIG_NETFILTER_XT_TARGET_IDLETIMER is already set
CONFIG_NETFILTER_XT_TARGET_LED is already set
CONFIG_NETFILTER_XT_TARGET_LOG is already set
CONFIG_NETFILTER_XT_TARGET_MARK is already set
CONFIG_NETFILTER_XT_TARGET_NFLOG is already set
CONFIG_NETFILTER_XT_TARGET_NFQUEUE is already set
CONFIG_NETFILTER_XT_TARGET_NOTRACK is already set
CONFIG_NETFILTER_XT_TARGET_RATEEST is already set
CONFIG_NETFILTER_XT_TARGET_SECMARK is already set
CONFIG_NETFILTER_XT_TARGET_TCPMSS is already set
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is already set
CONFIG_NETFILTER_XT_TARGET_TEE is already set
CONFIG_NETFILTER_XT_TARGET_TPROXY is already set
CONFIG_NETFILTER_XT_TARGET_TRACE is already set
CONFIG_NF_CONNTRACK_ZONES is already set
CONFIG_IP6_NF_FILTER is already set
CONFIG_IP6_NF_IPTABLES is already set
CONFIG_IP6_NF_MANGLE is already set
CONFIG_IP6_NF_MATCH_AH is already set
CONFIG_IP6_NF_MATCH_EUI64 is already set
CONFIG_IP6_NF_MATCH_FRAG is already set
CONFIG_IP6_NF_MATCH_HL is already set
CONFIG_IP6_NF_MATCH_IPV6HEADER is already set
CONFIG_IP6_NF_MATCH_MH is already set
CONFIG_IP6_NF_MATCH_OPTS is already set
CONFIG_IP6_NF_MATCH_RPFILTER is already set
CONFIG_IP6_NF_MATCH_RT is already set
CONFIG_IP6_NF_QUEUE is already set
CONFIG_IP6_NF_RAW is already set
CONFIG_IP6_NF_SECURITY is already set
CONFIG_IP6_NF_TARGET_HL is already set
CONFIG_IP6_NF_TARGET_REJECT is already set
CONFIG_IP6_NF_TARGET_REJECT_SKERR is already set
CONFIG_DNS_RESOLVER is already set
CONFIG_IOSCHED_DEADLINE is already set
CONFIG_SUSPEND_TIME is already set
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is already set
CONFIG_CONSOLE_TRANSLATIONS is already set
CONFIG_EVM is already set
CONFIG_INTEGRITY_SIGNATURE is already set
CONFIG_FHANDLE is already set
CONFIG_DEFAULT_SECURITY="apparmor" is already set
CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 is already set
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 is already set
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 is already set
CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048 is already set
CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024 is already set
CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init" is already set
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init" is already set
CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 is already set
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 is already set
CONFIG_DEFAULT_IOSCHED="deadline" is already set
CONFIG_EVM_HMAC_VERSION=2 is already set
CONFIG_ANDROID_PARANOID_NETWORK is already unset
CONFIG_DEFAULT_SECURITY_DAC is already unset
CONFIG_DEFAULT_SECURITY_SELINUX is already unset
CONFIG_DEFAULT_SECURITY_TOMOYO is already unset
CONFIG_DEFAULT_SECURITY_YAMA is already unset
CONFIG_DEFAULT_SECURITY_SMACK is already unset
CONFIG_SECURITY_APPARMOR_STATS is already unset
CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is already unset
CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is already unset
CONFIG_BT_HCIBTUSB is already unset
CONFIG_BT_HCIBTSDIO is already unset
CONFIG_BT_HCIUART is already unset
CONFIG_BT_HCIBCM203X is already unset
CONFIG_BT_HCIBPA10X is already unset
CONFIG_BT_HCIBFUSB is already unset
CONFIG_BT_HCIVHCI is already unset
CONFIG_BT_MRVL is already unset
CONFIG_AF_RXRPC is already unset
CONFIG_KEYS_DEBUG_PROC_KEYS is already unset
CONFIG_XFRM_MIGRATE is already unset
CONFIG_XFRM_STATISTICS is already unset
CONFIG_XFRM_SUB_POLICY is already unset
CONFIG_COMPAT_BRK is already unset
CONFIG_DEVKMEM is already unset
CONFIG_NETFILTER_DEBUG is already unset
CONFIG_IP_SET is already unset
CONFIG_IP_VS is already unset
CONFIG_RT_GROUP_SCHED is already unset
CONFIG_ARM_UNWIND is set, unset it
CONFIG_VT_HW_CONSOLE_BINDING is already unset
CONFIG_FRAMEBUFFER_CONSOLE is already unset
CONFIG_SPEAKUP is already unset
CONFIG_CIFS_UPCALL is already unset
CONFIG_CIFS_DFS_UPCALL is already unset
CONFIG_KGDB is already unset
Config file checked, found 1 errors that I did not fix.
Click to expand...
Click to collapse
I going to share kernel and kernel modules with you in hope you get something usefull from all of them, at least hope somebody get Ubuntu touch working on our device, I never tried and probably will not try until somebody get initial port. Things coming without ramdisk so only kernel and modules! Enjoy!
Curent kernel have fully ported latest Apparmor version 3, so before you going to try Ubuntu touch you can disable apparmor by adding apparmor=0 parameter to the kernel cmdline inside boot.img since if something is not configured coreclty in your Ubuntu port related to the apparmor it will not boot, so disable apparmor until you get initial port of the Ubuntu working.
Base kernel source code: https://github.com/sonyxperiadev/kernel-copyleft/tree/14.4.A.0.xxx
Patches in attachment!
Complete things related to kernel for Ubuntu touch you can download from here -> http://forum.xda-developers.com/showpost.php?p=59159143&postcount=8
You can post here everything related to Ubuntu Touch since our thread is not DEV thread so everytbody can post here!
Have you tried doing this with unified kernel? Maybe it's a caf kernel problem so let's use a version with a newer caf tag
I tried nothing! Only backported newer apparmor and other dependent things, than enabled all needed builtin modules needed for Ubuntu. Our kernel is from stock source...
Only which I have tried is chroot of the latest ubuntu but it was not Touch one, have installed gnome desktop environment and vncserver for remote connection, must say its running realy solid on our device Thinking to try real ubuntu without desktop environment and without android stufs but for that I will need to setup everything before make new ramdisk which will start everything, startup services, networking... etc, do not know if it is possible by now since our phone reguire some things on boot like TAD and friends (maybe not need since maybe I can modify recovery ramdisk and use them in combination with ubuntu ramdisk)... but it will be realy great having real ubuntu server on an small phone, just idea
Allso will be great having ubuntu touch, at least initial port
Anybody know is any open source dispaly driver exist for arm? I had seen them in htc hd2 forum, it was ported to the htc hd2 sucesfully and it was open source, but I have no luck finding these posts, maybe somebody help me finding these source code?
Edit:
found another https://freedreno.github.io/ seems interesting
Edit 2:
Freedreno is not working
xorg log:
[ 7019.636] (II) LoadModule: "freedreno"
[ 7019.637] (II) Loading /usr/lib/xorg/modules/drivers/freedreno_drv.so
[ 7019.645] (II) Module freedreno: vendor="X.Org Foundation"
[ 7019.645] compiled for 1.14.1, module version = 0.0.1
[ 7019.645] ABI class: X.Org Video Driver, version 14.1
[ 7019.645] (EE) module ABI major version (14) doesn't match the server's version (18)
[ 7019.645] (II) UnloadModule: "freedreno"
[ 7019.645] (II) Unloading freedreno
[ 7019.645] (EE) Failed to load module "freedreno" (module requirement mismatch, 0)
Click to expand...
Click to collapse
Edit 3:
Seems fb0 will work:
[ 7465.346] (II) Module evdev: vendor="X.Org Foundation"
[ 7465.346] compiled for 1.16.0, module version = 2.9.0
[ 7465.346] Module class: X.Org XInput Driver
[ 7465.346] ABI class: X.Org XInput driver, version 21.0
[ 7465.346] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7465.346] (II) FBDEV: driver for framebuffer: fbdev
[ 7465.347] (--) using VT number 1
[ 7465.347] (WW) Falling back to old probe method for modesetting
[ 7465.347] (EE) open /dev/dri/card0: No such file or directory
[ 7465.347] (WW) Falling back to old probe method for fbdev
[ 7465.347] (II) Loading sub module "fbdevhw"
[ 7465.347] (II) LoadModule: "fbdevhw"
[ 7465.347] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 7465.348] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 7465.348] compiled for 1.16.0, module version = 0.0.2
[ 7465.348] ABI class: X.Org Video Driver, version 18.0
[ 7465.348] (II) FBDEV(0): using default device
[ 7465.348] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 7465.348] (II) FBDEV(0): Creating default Display subsection in Screen section
"Screen" for depth/fbbpp 24/32
[ 7465.348] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[ 7465.348] (==) FBDEV(0): RGB weight 888
[ 7465.348] (==) FBDEV(0): Default visual is TrueColor
[ 7465.348] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 7465.348] (II) FBDEV(0): hardware: mdssfb_90000 (video memory: 8192kB)
[ 7465.348] (II) FBDEV(0): checking modes against framebuffer device...
[ 7465.348] (II) FBDEV(0): checking modes against monitor...
[ 7465.348] (--) FBDEV(0): Virtual size is 720x1280 (pitch 720)
[ 7465.348] (**) FBDEV(0): Built-in mode "current": 2.3 MHz, 2.7 kHz, 2.0 Hz
[ 7465.348] (II) FBDEV(0): Modeline "current"x0.0 2.34 720 768 816 864 1280 1312 1344 1376 -hsync -vsync -csync (2.7 kHz b)
[ 7465.348] (==) FBDEV(0): DPI set to (96, 96)
[ 7465.348] (II) Loading sub module "fb"
[ 7465.348] (II) LoadModule: "fb"
[ 7465.349] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 7465.357] (II) Module fb: vendor="X.Org Foundation"
[ 7465.357] compiled for 1.16.0, module version = 1.0.0
[ 7465.357] ABI class: X.Org ANSI C Emulation, version 0.4
[ 7465.357] (**) FBDEV(0): using shadow framebuffer
[ 7465.357] (II) Loading sub module "shadow"
[ 7465.357] (II) LoadModule: "shadow"
[ 7465.357] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 7465.359] (II) Module shadow: vendor="X.Org Foundation"
[ 7465.359] compiled for 1.16.0, module version = 1.1.0
[ 7465.359] ABI class: X.Org ANSI C Emulation, version 0.4
[ 7465.359] (II) UnloadModule: "modesetting"
[ 7465.359] (II) Unloading modesetting
[ 7465.359] (==) Depth 24 pixmap format is 32 bpp
[ 7465.628] (==) FBDEV(0): Backing store enabled
[ 7465.630] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 7465.630] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 7465.630] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 7465.631] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 7465.631] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 7465.631] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 7465.631] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 7465.631] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 7465.632] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 7465.632] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
Click to expand...
Click to collapse
Edit 4:
We can compile byself lol http://dri.freedesktop.org/libdrm/
In case somebody need abi file which is missing, I have made small php script which will convert Module.symvers into for example abi-3.4.0-perf-g200b2e0
Code:
<?php
$aa = file('Module.symvers');
$bb = fopen("abi-3.4.0-perf-g200b2e0", "wb");
$patterns = array("/\s+/", "/\s([?.!])/");
$replacer = array(" ", "$1");
for ($i=0; $i < count($aa); $i++) {
$aa[$i] = preg_replace($patterns, $replacer, trim($aa[$i]));
list($a, $b, $c, $d) = explode(' ', $aa[$i]);
$aa[$i] = "$b $d $a $c";
}
$array_lowercase = array_map('strtolower', $aa);
array_multisort($array_lowercase, SORT_ASC, SORT_STRING, $aa);
for ($i=0; $i < count($aa); $i++) {
list($a, $b, $c, $d) = explode(' ', $aa[$i]);
fwrite($bb, "$b $d $c $a\n");
}
fclose($bb);
echo "file <b style='color: red'>abi-3.4.0-perf-g200b2e0</b> created.";
?>
And here is a complete boot deb package of the curent kernel + abi file (put them into boot folder) needed for Ubuntu touch, you can use them for building from UT repo.
for_boot_img.zip (zImahe and dtb) is files needed for boot.img
What is need for building Ubuntu touch? You need:
1. Ubuntu machive, I sugesting Utopic 14.04 or 14.10
2. you need gcc 4.8 since you will get error at start of compilation, so install gcc 4.8 first:
Code:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.8
3. update the rest:
Code:
sudo apt-get install git gnupg flex bison gperf build-essential \
zip bzr curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
libgl1-mesa-dev g++-multilib mingw32 tofrodos \
python-markdown libxml2-utils xsltproc zlib1g-dev:i386 schedtool g++-4.8-multilib
4. sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && apt-get update
5. sudo apt-get install ubuntu-device-flash
6. sudo apt-get install phablet-tools
7. download main repository:
Code:
mkdir -p /path/to/phablet; cd /path/to/phablet
repo init -u https://code-review.phablet.ubuntu.com/p/aosp/platform/manifest.git -b phablet-4.4.2_r1
repo sync -j 8
after this go to devices/lge/mako and look what need to be implemented or removed
8. since our device never had ubuntu touch port we probably can use things from nexus 4 (mako) which is very similar to our phone
9. modify mako source and add/remove all things needed for our device (of corse using and comparing working device tree source code from AOSP for our phone)
10. build
I tried but only tried, nothing more, to build mako and it was sucesfully built! I am lazy to start doing modification for z1c but hope somebody do this and make things initialy ported and booted, after that I will try to get more, I am lazy by now sorry
munjeni said:
8. since our device never had ubuntu touch port we probably can use things from nexus 4 (mako) which is very similar to our phone
Click to expand...
Click to collapse
Isn't it easier to use nexus 5 (hammerhead) sources? It has same CPU and GPU.
Casserole said:
Isn't it easier to use nexus 5 (hammerhead) sources? It has same CPU and GPU.
Click to expand...
Click to collapse
Probably yes, but not sure about screen resolution. If we use mako Ubuntu touch prebuilt, it have the same screen resolution. I don't know realy what is a best choice
munjeni said:
it have the same screen resolution
Click to expand...
Click to collapse
Nope. Z1c has 720x1280 rersolution and nexus 4 has 768x1280.
Are there any chances for us to get an Ubuntu Touch build with working cellular-Parts?
In short, if you expect that from me than no since I have no free time and I am lazy to start working on device tree based on mako, if you realy want ubuntu touch you must do an initial port and I will continue on your initial port, by now I don't see interesents for ubuntu touch here. Maybe I am wrong but I think here nobody is interesting for ubuntu?
0090
munjeni said:
In short, if you expect that from me than no since I have no free time and I am lazy to start working on device tree based on mako, if you realy want ubuntu touch you must do an initial port and I will continue on your initial port, by now I don't see interesents for ubuntu touch here. Maybe I am wrong but I think here nobody is interesting for ubuntu?
Click to expand...
Click to collapse
this thread already have 900 views. I think there's interest in ubuntu touch, but the real thing is that aren't much developers in this community except for u and OmarEinea as i can tell. i really like ur work and i'm very grateful for it, so i hope that u can keep contributing to this community. :good: :highfive: (i'm not asking for anything)
Greetings from Chile.
Thats realy sad. I lost my will on everything on this device and I am now totaly lazy for everything probably I will buy ubuntu phone like old nexus 4 Not only z1c, booth z2 and z3 line have low development and team development activity, stil have no idea why its happening. Today I have played with kernel, wanted to enable framebufer console, enabled them and was not suprised, it was not working. Googled and found that there is nothing about mdss_fb device related to sucesfully enabled framebufer console, seems mdss devices have no luck getting them working. So my idea for having native ubuntu on our device disapointed me since I don't know how to debug initial port when it won't boot. Having working framebufer console and realtime dmesg on screen will be of main help in making initial port, without them I no want to waste my time, so if anybody realy want to contribute and help than I am here and waiting
Definitely something strange happening on fb0, I can blank them but can not display anything on screen by writing to fb0, seems an wakelock happening here?
Testing "cat /dev/urandom > /dev/graphics/fb0" on android not working, but in recovery mode its working sometimes
munjeni said:
Testing "cat /dev/urandom > /dev/graphics/fb0" on android not working, but in recovery mode its working sometimes
Click to expand...
Click to collapse
Why are you writing random to the framebuffer? Lol.
Rekoil said:
Why are you writing random to the framebuffer? Lol.
Click to expand...
Click to collapse
I am using urandom, not random, just for seeing random data on screen, its working now and I want to let you know guys that I have done initial port built from source code!
Screenshoots:

Calling all tasker, kingroot, and supersume users!

Ok, so I'm new to tasker. I was wondering if anyone has came up with a setup that you auto install kingroot run it, gain root, run xposed and or any other root apps, then runs supersume. Then soft reboots! Pretty much wanna get the whole process automated! I've Googled the topic using different key phrases. And all i could come up with was a post by ice twig that seems dead now. Was just wondering if anyone has successfully done this and would like to share a step-by-step to help people new to tasker and wants to learn to do it manually and get a better understanding of running more difficult task! Or if it hasn't fully been pulled off by someone maybe we can put our heads together and get this process on auto pilot! Any help or advice would be greatly appreciated pertaining to the matter :] thank you for taking the time to read! <3
So I figured out the plug inns for tasker autoinput and autovoice been playing around with it. Figured out how to assign task in tasker into auto input. Got in 9 inputs. But when testing it failed on the first one! Gonna play around some more! If I can get this working and figured out I'll post the results! Hopefully if this works well we can have an auto temp root! Any suggestions would be great! Thanks!
vsn4 said:
So I figured out the plug inns for tasker autoinput and autovoice been playing around with it. Figured out how to assign task in tasker into auto input. Got in 9 inputs. But when testing it failed on the first one! Gonna play around some more! If I can get this working and figured out I'll post the results! Hopefully if this works well we can have an auto temp root! Any suggestions would be great! Thanks!
Click to expand...
Click to collapse
Here is a profile
Thank you @IceTwig! I tried using your profile before the post but keep getting errors. First I imported the zip and even the extracted folder and get error must match pxj.xml when your profile is pxf.xml. I even tried to rename it then import but get the error " import of device _boot.pxj.xml failed: no %1$s found"..... sorry for not using your thread but I thought it was dead since no one has replied recently! And didn't wanna get flamed lol but I'd really appreciate your help if able :]
What version of Tasker are you using?
4.7u3
IceTwig said:
What version of Tasker are you using?
Click to expand...
Click to collapse
What version worked for you?
4.7u3m
---------- Post added at 04:19 PM ---------- Previous post was at 04:17 PM ----------
Let me see if I can export it a different way
I'd appreciate that thank you @IceTwig :]
vsn4 said:
I'd appreciate that thank you @IceTwig :]
Click to expand...
Click to collapse
OK, it looks like I nca only do the XML in EMAIL, Clipboard to paste here or SD copy. Also I can copy the entire description to clipboard and paste here, other than that, it saves the same file I uploaded before.
Question... have you put the pxf.xml file in your tasker profile folder and then tried to import it?
IceTwig said:
OK, it looks like I nca only do the XML in EMAIL, Clipboard to paste here or SD copy. Also I can copy the entire description to clipboard and paste here, other than that, it saves the same file I uploaded before.
Question... have you put the pxf.xml file in your tasker profile folder and then tried to import it?
Click to expand...
Click to collapse
Yeah I just tried putting it into the folder like you said, still some error.
So from the options, which would you prefer?
Description and post here please :]
Profile: Root On Boot (44)
Event: Device Boot
Enter: Root (52)
A1: Perform Task [ Name:Screen On Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stopff ]
A2: Open File [ Fileownload/KingRootTrunk4-1_xda.apk Mime Type: ]
A3: AutoInput Action [ Configuration:Type: Text
Value: Next
Action : Click
Unlock Screen: true Package:com.joaomgcd.autoinput Name:AutoInput Action Timeout (Seconds):20 Continue Task After Errorn ]
A4: AutoInput Action [ Configuration:Type: Text
Value: Install
Action : Click Package:com.joaomgcd.autoinput Name:AutoInput Action Timeout (Seconds):20 Continue Task After Errorn ]
A5: AutoInput Action [ Configuration:Type: Text
Value: Open
Action : Click Package:com.joaomgcd.autoinput Name:AutoInput Action Timeout (Seconds):20 ]
A6: [X] AutoInput Action [ Configuration:Type: Text
Value: START ROOT
Action : Click
Unlock Screen: true Package:com.joaomgcd.autoinput Name:AutoInput Action Timeout (Seconds):20 ]
A7: AutoInput UI Query [ Configuration:App Package: com.kingroot.RushRoot
Unlock Screen: true
Text: START ROOT
Variables: sroot Package:com.joaomgcd.autoinput Name:AutoInput UI Query Timeout (Seconds):20 ]
A8: Wait [ MS:0 Seconds:40 Minutes:0 Hours:0 Days:0 ]
A9: Perform Task [ Name:Screen Off Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stopff ]
IceTwig said:
Profile: Root On Boot (44)
Event: Device Boot
Enter: Root (52)
A1: Perform Task [ Name:Screen On Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stopff ]
A2: Open File [ Fileownload/KingRootTrunk4-1_xda.apk Mime Type: ]
A3: AutoInput Action [ Configuration:Type: Text
Value: Next
Action : Click
Unlock Screen: true Package:com.joaomgcd.autoinput Name:AutoInput Action Timeout (Seconds):20 Continue Task After Errorn ]
A4: AutoInput Action [ Configuration:Type: Text
Value: Install
Action : Click Package:com.joaomgcd.autoinput Name:AutoInput Action Timeout (Seconds):20 Continue Task After Errorn ]
A5: AutoInput Action [ Configuration:Type: Text
Value: Open
Action : Click Package:com.joaomgcd.autoinput Name:AutoInput Action Timeout (Seconds):20 ]
A6: [X] AutoInput Action [ Configuration:Type: Text
Value: START ROOT
Action : Click
Unlock Screen: true Package:com.joaomgcd.autoinput Name:AutoInput Action Timeout (Seconds):20 ]
A7: AutoInput UI Query [ Configuration:App Package: com.kingroot.RushRoot
Unlock Screen: true
Text: START ROOT
Variables: sroot Package:com.joaomgcd.autoinput Name:AutoInput UI Query Timeout (Seconds):20 ]
A8: Wait [ MS:0 Seconds:40 Minutes:0 Hours:0 Days:0 ]
A9: Perform Task [ Name:Screen Off Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stopff ]
Click to expand...
Click to collapse
Awesome! Followed your description and it worked! Thank you so much icetwig! Gonna use your layout and get xposed and supersume working I'll post back!
Great news!
can you add please a video tutorial how did you do it !
thanks
Hello,
I rooted my LG G3 using Kingroot.
TitaniumBackup acknowledges the root.
On the same time Tasker does not. I tried to create a profile that requires root (picture attached).
What can be done?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my LG-D855 using Tapatalk

Help w/ Tasker for faster eSIM/SIM switching

Hi all, here's my scoop:
First, rooted and using Magisk. I'm looking for a way to quickly switch between my eSIM (Fi) and SIM card (T-Mobile data-only) without having to navigate the menu. I believe I found the correct intent (android.telephony.action.CARRIER_CONFIG_CHANGED, flag=0x5000010) but Android stopped allowing background broadcasts in Oreo. So, when I try to run it as a broadcast
Code:
am broadcast -a android.telephony.action.CARRIER_CONFIG_CHANGED
I get
Code:
BroadcastQueue: Background execution not allowed: receiving Intent
in logcat. Does anyone have a suggestion on how to change the syntax to run this as an
Code:
am start
command? Thanks!
NOTE:If you're wondering why I am even doing this: I have a $10 2GB data-only plan with T-Mobile. This data-only plan includes Music Freedom, which means I can listen to all the music I want, and still take FI phone calls and texts over Hangouts.
I use FiSwitch from the Play Store, it works great especially with root as it automates switching for you. It also has wigets and QS tiles for quick access. :good:
Edit: I apologize as I didn't directly answer your question. I've not tried to use Tasker with switching.
Bologner said:
Hi all, here's my scoop:
First, rooted and using Magisk. I'm looking for a way to quickly switch between my eSIM (Fi) and SIM card (T-Mobile data-only) without having to navigate the menu. I believe I found the correct intent (android.telephony.action.CARRIER_CONFIG_CHANGED, flag=0x5000010) but Android stopped allowing background broadcasts in Oreo. So, when I try to run it as a broadcast
Code:
am broadcast -a android.telephony.action.CARRIER_CONFIG_CHANGED
I get
Code:
BroadcastQueue: Background execution not allowed: receiving Intent
in logcat. Does anyone have a suggestion on how to change the syntax to run this as an
Code:
am start
command? Thanks!
NOTE:If you're wondering why I am even doing this: I have a $10 2GB data-only plan with T-Mobile. This data-only plan includes Music Freedom, which means I can listen to all the music I want, and still take FI phone calls and texts over Hangouts.
Click to expand...
Click to collapse
Did you find a way to solve this?
I'm outside USA, so I can't use FiSwitch, but here in Spain we've got two mobile networks with eSim support, so I'm currently using my Pixel 3 with an eSim and I've got also a physical SIM, and I'd like to automate card switching. Same thing as you.
I've tried the new "Custom Setting" Tasker feature, and I've found some variable changes when you switch the SIM:
multi_sim_sms
multi_sim_voice_call
multi_sim_data_call
They all are set to 2 with eSIM, and 3 with physical SIM... I've tried manually changing those system variables using that "Custom Setting" Tasker feature, but it does nothing... I guess there's something more to be done to activate the change... but no idea what at the moment.
Thanks a lot.
The guy above mentioned FiSwitch, but I'm not sure it was clear that it has a widget that can do exactly this. (I do the same thing as you, but with Fi and mint mobile)
https://drive.google.com/file/d/1ErREmtX8UfzXSrOOhGpv_z2pJ7ZW7qYm/view?usp=drivesdk
In my previous post I didn't mention that the fiswitch solution didn't work for my device (pixel 4). When googling for a way to switch SIMs without going through a hundred menus, this post is one of the first that always came up. My previous post had some issues, which I hope are cleaned up. If there are other ways to accomplish this, someone please reply and let me know where.
Disclaimer: I'm not a tasker expert. Just an old guy that enjoys making shtuff work. The tasker stuff is after the green text (if you just want to scroll).
I have Google fi and at&t. All I wanted was a quick tile to switch from one sim to the other and back. For my setup I primarily use Fi for phone and sms. I switch between Fi and at&t data depending on who's fastest.
Fi has 3 cellular providers, TMobile, Sprint and US cellular.
There are 9 options for providers in Android global settings:
mobile_data1, mobile_data2, ... mobile_data9 (might also be a mobile_data (with out a numerical suffix), can't remember lol).
Your sim will use one for each provider. So I would have 3 providers for Fi and 1 for at&t. You will need to figure out which of the 9 you are using. Easy way would be to use autotools and read the values of these settings then just "flash" the value on the screen. If you have a computer and can use adb, that works too. You can use fiswitch to change Fi providers, then use the flash method to figure out the provider number.
In my case it was mobile_data4 (TMobile), mobile_data5 (Sprint), mobile_data6 (US cellular), and mobile_data8 (at&t).
When switching SIMs the active sim has all of its providers disabled. The providers for the new sim are then enabled. After that you update a setting (multi_sim_data_call) to tell Android which provider to use for data. You will want to disable data, update this setting, then enable data. You will also need to stop and start ril-daemon using a shell command (toggling air plane mode works too, but I think restarting ril is faster).
Note: because I use the Fi sim for phone, I use the multi_sim_voice_call setting to figure out which provider (ex 4,5,6) to use when switching data to fi.
I used autotools to set the globals because that's where I started (it's working great so I don't want to mess with it). There are probably several ways to do it.
Here's what I did in tasker:
SIM Swap Example (18)
<get current data provider>
A1: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: multi_sim_data_call
Input Type: String
Read Setting: true Timeout (Seconds):60 ]
<get current phone provider>
A2: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: multi_sim_voice_call
Input Type: String
Read Setting: true Timeout (Seconds):60 ]
A3: [X] Flash [ Textata: %multi_sim_data_call Voice: %multi_sim_voice_call Longff ]
<if att>
A4: If [ %multi_sim_data_call ~ 8 ]
<disable att>
A5: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: mobile_data8
Input Type: Int
Value: 0 Timeout (Seconds):60 ]
<enable TMobile>
A6: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: mobile_data4
Input Type: Int
Value: 1 Timeout (Seconds):60 ]
<enable sprint>
A7: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: mobile_data5
Input Type: Int
Value: 1 Timeout (Seconds):60 ]
<enable us cellular>
A8: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: mobile_data6
Input Type: Int
Value: 1 Timeout (Seconds):60 ]
<set data to fi phone provider>
A9: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: multi_sim_data_call
Input Type: String
Value: %multi_sim_voice_call Timeout (Seconds):60 ]
A10: Mobile Data [ Setff ]
<stop ril-daemon>
A11: Run Shell [ Command:stop ril-daemon Timeout (Seconds):0 Use Rootn Store Output In: Store Errors In: Store Result In: ]
<else fi selected>
A12: Else
<disable Fi (TMobile)>
A13: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: mobile_data4
Input Type: Int
Value: 0 Timeout (Seconds):60 ]
<disable Sprint>
A14: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: mobile_data5
Input Type: Int
Value: 0 Timeout (Seconds):60 ]
<disable us cellular>
A15: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: mobile_data6
Input Type: Int
Value: 0 Timeout (Seconds):60 ]
<enable at&t>
A16: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: mobile_data8
Input Type: Int
Value: 1 Timeout (Seconds):60 ]
<set data to at&t>
A17: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: multi_sim_data_call
Input Type: String
Value: 8 Timeout (Seconds):60 ]
A18: Mobile Data [ Setff ]
<stop ril-daemon>
A19: Run Shell [ Command:stop ril-daemon Timeout (Seconds):0 Use Rootn Store Output In: Store Errors In: Store Result In: ]
A20: End If
A21: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
<start ril-daemon>
A22: Run Shell [ Command:start ril-daemon Timeout (Seconds):0 Use Rootn Store Output In: Store Errors In: Store Result In: ]
A23: Mobile Data [ Setn ]
A24: [X] AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: multi_sim_data_call
Input Type: String
Read Setting: true Timeout (Seconds):60 ]
A25: [X] Flash [ Textata: %multi_sim_data_call Voice: %multi_sim_voice_call Longff ]
Hope this helps someone. You all have a great Christmas and New year!
I know this is old, but I was able to automate sim switching by disabling mobile data, then changing the multi_sim_data_call setting, then turning mobile data back on. In my case, my sim numbers are 4 and 8.
SIM Swap
A1: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: multi_sim_data_call
Input Type: String
Read Setting: true Timeout (Seconds):60 ]
A2: [X] Flash [ Text:%multi_sim_data_call Longff ]
A3: Mobile Data [ Setff ]
A4: If [ %multi_sim_data_call ~ 8 ]
A5: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: multi_sim_data_call
Input Type: String
Value: 4 Timeout (Seconds):60 ]
A6: Else
A7: AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: multi_sim_data_call
Input Type: String
Value: 8 Timeout (Seconds):60 ]
A8: End If
A9: Mobile Data [ Setn ]
A10: [X] AutoTools Secure Settings [ Configuration:Setting Type: Global
Name: multi_sim_data_call
Input Type: String
Read Setting: true Timeout (Seconds):60 ]
A11: [X] Flash [ Text:%multi_sim_data_call Longff ]

Categories

Resources