Storm Network Acceleration Disables Dual WiFi - Asking to Wait for Beta - ASUS ROG Phone II Questions & Answers

ROG II Owners,
In Armoury Crate - There is an option to connect to two WiFi networks at the same time.
It's enabled at boot, But after connecting to a WiFi, the option gets disabled saying it's still in beta.
(In Chinese : 陬 Fi 当 前 内 测 中 , 敬 请 期 待 。)
Any idea on how to keep it running?
I have attached screenshots of the feature for exact details.
Furthermore I think I may have found the file that controls this feature.
In Data/Data/com.asus.gamecenter/shared_prefs/pref_storm_network.xml
The file contents when it is enabled
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<int name="user_dual_wifi_new" value="-1" />
<int name="last_power_dualwifi_enable" value="-1" />
<int name="user_storm_network_new" value="-1" />
<int name="last_power_stormnetwork_enable" value="-1" />
<int name="last_backend_stormnetwork_enable" value="1" />
<int name="last_backend_dualwifi_enable" value="1" />
</map>
The file contents after it gets disabled
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<int name="last_power_stormnetwork_enable" value="-1" />
<int name="backend_version_dualwifi" value="45" />
<int name="user_dual_wifi_new" value="1" />
<int name="last_power_dualwifi_enable" value="-1" />
<int name="user_storm_network_new" value="-1" />
<int name="poweruser_config_version" value="2" />
<int name="last_backend_dualwifi_enable" value="0" />
<string name="desc_storm_network_power"></string>
<int name="last_backend_stormnetwork_enable" value="1" />
<string name="desc_storm_network">由于加速服务维护中,暂时需要关闭您的Storm网络。</string>
<string name="desc_dual_wifi">双Wi-Fi当前内测中,敬请期待。</string>
<string name="desc_dual_wifi_power">双Wi-Fi当前内测中,敬请期待。</string>
<int name="backend_version_storm" value="45" />
</map>

I use this method. It's kinda worked.
https://forum.xda-developers.com/rog-phone-2/how-to/change-languge-armoury-crate-device-t3958699

rwonderz said:
I use this method. It's kinda worked.
https://forum.xda-developers.com/rog-phone-2/how-to/change-languge-armoury-crate-device-t3958699
Click to expand...
Click to collapse
Thanks a lot!

JazonX said:
ROG II Owners,
In Armoury Crate - There is an option to connect to two WiFi networks at the same time.
It's enabled at boot, But after connecting to a WiFi, the option gets disabled saying it's still in beta.
(In Chinese : 陬 Fi 当 前 内 测
Click to expand...
Click to collapse

dungnghien said:
In Armoury Crate - There is an option to connect to two WiFi networks at the same time.
It's enabled at boot, But after connecting to a WiFi, the option gets disabled saying it's still in beta.
(In Chinese : 陬 Fi 当 前 内 测
Click to expand...
Click to collapse
I found the location already, Thanks.
Do you know how to keep it permanently enabled?

In CN Rom, download setedit and set same picture, change 0 to 1. Reboot.

Does this only work for CN rom or is it available on WW rom?

Related

[howto] instamapper GPS tracker - disabling conspicuous mode without long runtime

The newer updates to Instamapper GPS tracker create a notification when you boot or whenever the tracker is started, even remotely. For me, this completely kills the ability for tracking a stolen phone. The app allows for you to disable conspicuous mode, but only after it's been up for a long time.
To get around this, I looked at the file /data/data/com.instamapper.gpstracker/shared_prefs/GPSTracker.xml and saw that there is a value for the runtime. It seems that the app updates this file when it exists and reads it when it starts. So , I increased the runtime value until it let me disable conspicuous mode, at which I saved the settings and saw a new line added to the file which disables conspicuous mode. Here is the end result:
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<int name="bufferSize" value="10" />
<long name="deviceId" value="123456789" />
<boolean name="autoStart" value="false" />
<int name="trackerId" value="1" />
<boolean name="conspicuousMode" value="false" />
<int name="runtime" value="1000888949" />
<float name="minAccuracy" value="304.87805" />
<boolean name="remoteActivation" value="true" />
<int name="sendInterval" value="5" />
<int name="units" value="0" />
</map>
So, if you're rooted, you can edit this file and disable conspicuous mode without having to have a huge runtime (at least not an honest one).
Thanks for this information - I've just updated my file
worked great here
The runtime change made effect here, but I had to give it an even bigger value: 10000888949. The strangest part was that in an other smartphone, the .xml file was not created at all! So how could i possibly change it?

Text/Picture Messaging Not Downloading/Sending - AOSP Messaging

FYI - I was having issues with Text/Picture Messaging Not Downloading/Sending with AOSP ROMS.
After some heavy duty Googleing and putting the pieces together from numerous posts across different sites this is what I came up with...
Go to: Settings --> Mobile Networks --> Preferred Network Type
Select: CDMA+LTE/EVOD instead of Global and reboot. (I think AOSP ROMS are set to Global for the purpose of being used worldwide.)
Since I did this my picture messaging works perfectly! Be sure to check this each time you change ROMS or update your current installed ROM.
Hope this helps some folks...
aszelinski said:
FYI - I was having issues with Text/Picture Messaging Not Downloading/Sending with AOSP ROMS.
After some heavy duty Googleing and putting the pieces together from numerous posts across different sites this is what I came up with...
Go to: Settings --> Mobile Networks --> Preferred Network Type
Select: CDMA+LTE/EVOD instead of Global and reboot. (I think AOSP ROMS are set to Global for the purpose of being used worldwide.)
Since I did this my picture messaging works perfectly! Be sure to check this each time you change ROMS or update your current installed ROM.
Hope this helps some folks...
Click to expand...
Click to collapse
I've tried to do this on CM11 and it did not help. I even tried to pull the APN list from the stock ROM and slap that in to the CM11 build, but it always just kept flashing "No APN Network" or something similar. I haven't tried SlimKat MMS yet.
I've heard using another messaging app for MMS works, such as the Verizon Messenger App.
Sleepybear84 said:
I've tried to do this on CM11 and it did not help. I even tried to pull the APN list from the stock ROM and slap that in to the CM11 build, but it always just kept flashing "No APN Network" or something similar. I haven't tried SlimKat MMS yet.
I've heard using another messaging app for MMS works, such as the Verizon Messenger App.
Click to expand...
Click to collapse
I tried the APN thing and totally FUBARed my ROM and had to do a reflash...
I might try the Verizon Messenger App next time...
This worked for me! I'm using Stargo's CM11 (2014-02-12 nightly) and now I can send MMS using Go SMS Pro. I'd imagine Handcent works too. Thank you!
I'm gonna chime in.
From what I've found, modifying the APN settings is always a temporary fix or, if anything, a "placebo effect" of sorts. I'd like to consider myself a bit of a power user when it comes to my phone, so I tend to document and take notice of every bug that comes up, and I've found that the MMS issue is prevalent across every ROM for the Droid 4 - and it only ever happens with the AOSP Messaging app. MMS messaging, at least for the AOSP Messaging app, is always a hit-or-miss; when you reboot the phone, try to send an MMS message on the AOSP Messaging app. If it goes through, great! It works. If it doesn't go through, you'll need to reboot the phone until it works. The methods that I've found to "work" for others - erasing database files in the phone's filesystem, changing APN settings, et cetera - are always a hit-or-miss solution; correlation does not equal causation, and I've found that, regardless of the steps taken to fix the problem, it always comes down to the luck of the reboot. It's a snake oil fix, basically, and has nothing to do with fixing the problem, save for the fact that rebooting the phone has a chance to temporarily fix it, regardless of whether or not you changed APN settings or deleted a file or did whatever. In other words, rebooting the phone can either disable MMS for the remainder of its uptime, or enable it for the remainder of its uptime; it's always random.
I don't know why the AOSP Messenger app is the only SMS/MMS app that has this happen to it. I've heard that GoSMS, Handcent, and Verizon Messenger always work, but I'd rather not use a third-party texting app.
Tl;dr Until the bug is officially fixed in a future ROM build, the only way to temporarily "fix" the problem is to reboot the phone until MMS works. A good way to test if MMS Send/Receive works is to try to send an MMS message to somebody.
I use Textra to send MMS. I have my Droid 4 flashed over to Cricket Wireless tho....
Jishkah - After more use of the installed ROM I did indeed run into the problem again as you said I would with reboots... I have tried a few more things and believe I have over come the issue.
I booted into my Stock ROM and got the actual APN settings form the Stock ROM. I then booted into my SlimKat ROM and set up a APN using the settings from the stock ROM and set it as default. That has seemed to work through multiple reboots unless I have just been lucky.
aszelinski said:
Jishkah - After more use of the installed ROM I did indeed run into the problem again as you said I would with reboots... I have tried a few more things and believe I have over come the issue.
I booted into my Stock ROM and got the actual APN settings form the Stock ROM. I then booted into my SlimKat ROM and set up a APN using the settings from the stock ROM and set it as default. That has seemed to work through multiple reboots unless I have just been lucky.
Click to expand...
Click to collapse
Well, then, I certainly wish you luck. I've just never had any success with it, personally. Maybe you'll have more luck. For me, the MMS issue is something that, at times, rarely pops up, even after multiple reboots... at other times, it happens every time and takes me about a half hour to finally get a reboot that has MMS working. :x
Hi, my problem is only for downloading mms.
when I open MMS in app it show me error "item file_name.jpeg can't be delivered"
But text is normally shown.
Sending problem I fixed editing MsgSettings.xml file:
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<boolean name="MmsContentDispositionSupport" value="true" />
<boolean name="MmsVZWIPv6Enabled" value="false" />
<boolean name="SmsToMmsConvertEnabled" value="true" />
<boolean name="ContactPickerEnabled" value="false" />
<int name="MmsRMMaximumMessageSize" value="307200" />
<boolean name="ErrorCodesEnable" value="false" />
<boolean name="sms_pref_key_to_email" value="false" />
<string name="mms_user_agent">smartfon</string>
<boolean name="MmsOnlineAlbumSMSAllowed" value="false" />
<int name="MmsFromFormat" value="0" />
<string name="MmsMimeTypeBlackList"></string>
<string name="encoding_hun_HUN">0, true, true, false, false</string>
<boolean name="ForceCanonicalAddressUpdate" value="false" />
<string name="encoding_ces_CZE">0, true, true, false, false</string>
<int name="MmsSlideshowMaxImageWidth" value="1024" />
<string name="encoding_nld_NLD">1, true, true, false, false</string>
<boolean name="GroupMessageTypeEnabled" value="true" />
<int name="MmsMinNumOfMediasOnSlideshow" value="3" />
<int name="sms_mms_threshold" value="5" />
<int name="MmsMicrocellMessageSize" value="0" />
<boolean name="SignatureEnable" value="false" />
<boolean name="MmsMicrocellPictureResizeEnabled" value="false" />
<string name="encoding_slv_SVN">1, true, true, false, false</string>
<boolean name="VibrateDefaultPref" value="true" />
<int name="MmsAbortProgressLimit" value="90" />
<int name="OutgoingMessageTypeDefaultPref" value="1" />
<string name="encoding_slk_SVK">0, true, true, false, false</string>
<boolean name="LocationVcardWarningEnabled" value="false" />
<boolean name="RoamingAutoRetrieveEnabled" value="true" />
<string name="encoding_ron_ROU">0, true, true, false, false</string>
<string name="encoding_heb_ISR">1, true, true, false, false</string>
<boolean name="MmsDisableRetryAfterServerTimeout" value="false" />
<boolean name="PriorityEnable" value="false" />
<string name="encoding_fra_FRA">0, true, true, false, false</string>
<boolean name="CallbackNumDefaultPref" value="true" />
<int name="DefaultEncodingMethod" value="1" />
<string name="encoding_srp_BIH">0, true, true, false, false</string>
<boolean name="MmsRestrictionModeEnabled" value="false" />
<boolean name="SmsEmailConvertToMmsOnMultipleSegmentsEnabled" value="true" />
<string name="encoding_eng_CAN">1, true, true, false, false</string>
<boolean name="SmsToMmsAutoConvert" value="true" />
<boolean name="sms_mms_show_network_timestamp" value="false" />
<string name="encoding_default">1, true, true, false, false</string>
<string name="MmsVersion">mms_version_1_2</string>
<string name="encoding_nob_NOR">0, true, false, false, false</string>
<boolean name="SmsEmailConvertToMmsOnNon7BitEncodingEnabled" value="true" />
<int name="MmsConnectionTimeout" value="30000" />
<int name="MmsNoProgressTimeout" value="180000" />
<boolean name="DeliveryReportEnable" value="true" />
<boolean name="CopyMessageToSimEnabled" value="false" />
<boolean name="MmsNotifyServerError" value="false" />
<boolean name="MmsSubjectEnable" value="true" />
<string name="encoding_zho_TWN">1, true, true, false, false</string>
<boolean name="SmsMmsEmotIconInKeypadEnabled" value="false" />
<string name="PreferencesVersionSettings">msg-stab-02-jb.2</string>
<boolean name="MaxNumRecipientsEnable" value="true" />
<string name="MmsAcceptHeader">*/*, application/vnd.wap.mms-message, application/vnd.wap.sic</string>
<boolean name="GroupRequiresMmsByDefault" value="true" />
<int name="InServiceWaitTimeout" value="20000" />
<boolean name="CallbackNumEnable" value="false" />
<string name="encoding_swe_SWE">0, true, false, false, false</string>
<boolean name="MmsNumberPlusPrefixEnabled" value="false" />
<boolean name="HistoryForSuggestionsEnabled" value="false" />
<string name="encoding_dan_DNK">0, true, false, false, false</string>
<int name="SmsCharsRemainTilCounter" value="159" />
<string name="encoding_jpn_JPN">1, true, true, false, false</string>
<int name="mms_max_image_height" value="2448" />
<string name="encoding_tha_THA">1, true, true, false, false</string>
<boolean name="MmsVideoResizeEnabled" value="true" />
<boolean name="SmsMmsEnableAlias" value="false" />
<int name="MmsMaxVideoRecordingSeconds" value="60" />
<string name="mms_online_album"></string>
<string name="encoding_eng_USA">1, true, true, false, false</string>
<boolean name="mms_non_ascii_file_name_support" value="false" />
<int name="MmsTransferTimeout" value="240000" />
<int name="MmsSlideshowMaxImageHeight" value="728" />
[B]<int name="mms_maximum_message_size" value="307200" />[/B]
<string name="UaprofTagName">x-wap-profile</string>
<int name="MaxNumRecipients" value="20" />
<string name="encoding_hrv_HRV">0, true, true, false, false</string>
<string name="encoding_ita_ITA">1, true, true, false, false</string>
<boolean name="MmsAdjustImageOrientation" value="true" />
<string name="MmsUserAgentFormat"></string>
<string name="encoding_rus_RUS">1, true, true, false, false</string>
<string name="mms_country_code">1</string>
<string name="encoding_srp_SRB">1, true, true, false, false</string>
<boolean name="WapRejectEnable" value="true" />
<string name="encoding_por_BRA">1, true, true, false, false</string>
<boolean name="MmsConvertIcalToVcalEnabled" value="false" />
<int name="mms_max_image_width" value="3264" />
<boolean name="ExtraAddressCharactersEnabled" value="false" />
<boolean name="SmsMmsSortByUnreadConversations" value="false" />
<string name="encoding_spa_USA">1, true, true, false, false</string>
<string name="MmsDefaultApnName"></string>
<boolean name="SecondaryMmscSupport" value="false" />
<string name="StaticVersionSettings">msg-stab-02-jb.23</string>
<boolean name="SendBlankSmsEnabled" value="false" />
<boolean name="MmsUseCCForRecipients" value="false" />
<boolean name="MTMemoryFullEnable" value="false" />
<boolean name="SmsOneRRCConnection" value="false" />
<string name="sms_pref_key_email_gateway_num"></string>
<boolean name="MmsEncodingUTF8" value="false" />
<string name="MmsUaprofFormat">$product</string>
<int name="MmsRMMaxImageHeight" value="1200" />
<boolean name="MsgDetailsEnable" value="true" />
<string name="encoding_bul_BGR">1, true, true, false, false</string>
<string name="encoding_fin_FIN">0, true, false, false, false</string>
<string name="encoding_ara_EGY">1, true, true, false, false</string>
<boolean name="EmailGatewayFromSimCard" value="false" />
<string name="MmsMicrocellOperatorName"></string>
<string name="encoding_vie_VNM">1, true, true, false, false</string>
<int name="ConnectivityWaitTimeout" value="45000" />
<boolean name="ShortCodeDetectionEnabled" value="false" />
<string name="MmsMaxVideoResolution">QVGA</string>
<string name="encoding_kor_KOR">1, true, true, false, false</string>
<string name="encoding_ell_GRC">0, true, true, false, false</string>
<string name="encoding_fra_CAN">1, true, true, false, false</string>
<string name="encoding_lit_LTU">1, true, true, false, false</string>
<boolean name="RetrievalRoamingDefaultPref" value="true" />
[B]<int name="MmsMaxPictureSizeForRetry" value="307200" />[/B]
<string name="ProprietaryHttpHeader"></string>
<int name="mms_retry_timeout2" value="300000" />
<int name="mms_retry_timeout3" value="600000" />
<int name="mms_retry_timeout4" value="1800000" />
<boolean name="MmsCommonVideoResolutionsOnlyEnabled" value="false" />
<string name="encoding_pol_POL">0, true, true, false, false</string>
<int name="mms_retry_timeout1" value="60000" />
<boolean name="AutoRetrievalDefaultPref" value="true" />
<boolean name="NotifyWapMmscEnable" value="false" />
<string name="encoding_tur_TUR">2, false, false, true, true</string>
<string name="encoding_cat_ESP">1, true, true, false, false</string>
<int name="MmsRMMaxImageWidth" value="1600" />
<int name="MmsNoResponseTimeout" value="120000" />
<string name="encoding_por_PRT">0, true, true, true, true</string>
<string name="encoding_deu_DEU">1, true, true, false, false</string>
<boolean name="ShowMessageGroupTypeWarningAvailable" value="false" />
<int name="SMSUCS2CharacterLimit" value="0" />
<boolean name="TransIdEnable" value="false" />
<boolean name="AutoRetrievalEnabled" value="true" />
<string name="encoding_zho_CHN">1, true, true, false, false</string>
<boolean name="GenerateUserAgent" value="false" />
<int name="MmsTransferTimeoutForVoiceCall" value="0" />
<string name="encoding_spa_ESP">0, true, true, true, false</string>
<boolean name="PlayAudioAsSlideshow" value="false" />
<string name="encoding_ukr_UKR">1, true, true, false, false</string>
<boolean name="MmsOnlineAlbumEnabled" value="false" />
<boolean name="IsLocationVCardMandatory" value="false" />
<string name="encoding_lav_LVA">1, true, true, false, false</string>
<int name="MmsSubjectSizeLimit" value="80" />
</map>
I can change something in this file to fix downloading problem ?

[Question] Toggle tunnelbear vpn conection

I want to be able to connect to tunnelbear vpn via adb command. Can anybody help me find a command to connect and disconnect tunnelbear vpn?
This is the manifest of tunnelbear:
HTML:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:"http://schemas.android.com/apk/res/android" android:versionCode="137" android:versionName="v137" android:installLocation="internalOnly" package="com.tunnelbear.android" platformBuildVersionCode="24" platformBuildVersionName="7.0">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="com.android.vending.BILLING" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-feature android:glEsVersion="20000" android:required="true" />
<application android:label="0x7f070025" android:icon="0x7f0200b0" android:name="com.tunnelbear.android.TunnelBear" android:allowBackup="false" android:hardwareAccelerated="true" android:supportsRtl="true">
<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyDmT5Qzsz2p8C3JigTu5QVKgDNgj_oNWhc" />
<meta-data android:name="com.google.android.gms.version" android:value="0x7f0c0000" />
<activity android:theme="0x7f0d000a" android:name="com.tunnelbear.android.TbearMainActivity" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="0x7f0d0004" android:name="com.tunnelbear.android.TbearSplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:theme="0x7f0d000c" android:name="com.tunnelbear.android.wizard.WizardActivity" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="30" />
<activity android:theme="0x7f0d0006" android:name="com.tunnelbear.android.AchievementActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="0x7f0d000c" android:name="com.tunnelbear.android.RegistrationActivity" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="30" />
<activity android:theme="0x7f0d0008" android:name="com.tunnelbear.android.purchase.PurchaseActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="0x7f0d0008" android:name="com.tunnelbear.android.options.OptionsActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="0x7f0d0008" android:name="com.tunnelbear.android.freedata.FreeDataActivity" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="10" />
<activity android:theme="0x7f0d0008" android:name="com.tunnelbear.android.DowngradeActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="0x7f0d000c" android:name="com.tunnelbear.android.TunError" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="0x7f0d0008" android:name="com.tunnelbear.android.bugreport.BugReportActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="0x7f0d0008" android:name="com.tunnelbear.android.CountrySelectActivity" android:exported="true" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="0x7f0d000d" android:name="com.tunnelbear.android.CaptivePortalActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<service android:name="de.blinkt.openvpn.OpenVpnService" android:permission="android.permission.BIND_VPN_SERVICE">
<intent-filter>
<action android:name="android.net.VpnService" />
</intent-filter>
</service>
<service android:label="0x7f070025" android:icon="0x7f0200e9" android:name="com.tunnelbear.android.TBQuickSettingsTileService" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
<meta-data android:name="android.service.quicksettings.ACTIVE_TILE" android:value="true" />
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
</service>
<activity android:theme="0x7f0d0009" android:label="0x7f070127" android:name="de.blinkt.openvpn.LaunchVPN" android:taskAffinity="" android:excludeFromRecents="true" android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<receiver android:name="com.tunnelbear.android.widget.TunnelBearWidgetProvider">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="0x7f050002" />
</receiver>
<receiver android:name="com.tunnelbear.android.network.StartNetworkServiceReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>
<receiver android:name="com.tunnelbear.android.PackageReceiver">
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<action android:name="android.intent.action.PACKAGE_ADDED" />
<data android:scheme="package" />
</intent-filter>
</receiver>
<service android:name="com.tunnelbear.android.Registration" />
<service android:name="com.tunnelbear.android.network.NetworkService" />
<activity android:theme="@*android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
</application>
</manifest>
I tried something like:
am start com.tunnelbear.android/de.blinkt.openvpn.LaunchVPN
but it didn't work.
BTW, i'm rooted if it helps...
You can use the AutoInput plugin to "press" the connect and disconnect buttons.
Vagelis1608 said:
You can use the AutoInput plugin to "press" the connect and disconnect buttons.
Click to expand...
Click to collapse
I'd rather to do that from a command line and not within tasker

Finding and using intent from manifest.xml

I am trying to understand intents better and have spent several hours trying to figure them out. I have been able to get several to work, but I am stuck on trying to activate the screensaver from the stock Clock app. Long pressing the app shows a "start screensaver" shortcut, but I can't seem to activate it by intent. Nova Launcher shortcuts don't list it. The manifest.xml file for the clock app has these two sections (excerpts below) that I assume should have the answer, but I can't seem to make any of these intents work.
<service
android:name=".Screensaver"
android:label="@string/app_label"
androidermission="android.permission.BIND_DREAM_SERVICE">
<intent-filter>
<action android:name="android.service.dreams.DreamService" />
<action android:name="android.app.action.NEXT_ALARM_CLOCK_CHANGED" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data
android:name="android.service.dream"
android:resource="@xml/screensaver_info" />
</service>
Click to expand...
Click to collapse
<receiver
android:name="com.android.alarmclock.DigitalAppWidgetProvider"
android:label="@string/digital_gadget">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.app.action.NEXT_ALARM_CLOCK_CHANGED" />
<action android:name="android.intent.action.DATE_CHANGED" />
<action android:name="android.intent.action.LOCALE_CHANGED" />
<action android:name="android.intent.action.SCREEN_ON" />
<action android:name="android.intent.action.TIME_SET" />
<action android:name="android.intent.action.TIMEZONE_CHANGED" />
<action android:name="com.android.deskclock.ALARM_CHANGED" />
<action android:name="com.android.deskclock.ON_DAY_CHANGE" />
<action android:name="com.android.deskclock.WORLD_CITIES_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/digital_appwidget" />
</receiver>
Click to expand...
Click to collapse
Is it possible to launch the screensaver by send intent on Tasker based on the information above? If so, could someone point me in the right direction?
The entire manifest.xml is online, but I don't have enough posts to share the link.
I don't think the clock app launches the screensaver. I think that's done via the screensaver (daydream). I think the intent in the clock app is to bind the clock screensaver to the daydream app. You may realize, the screen saver only functions when idle and charging or docked. The screen has to time out by itself, not by a power button press.
"Good judgment comes from experience, and a lot of that comes from bad judgment." - Will Rogers

Call Screening - Outside US & Canada

Hi All,
Got my Pixel 4 XL yesterday and I am rooted, just wondering how to go about activating call screening for us users outside of US ?
Is it the same as what we did last year on Pixel 3 ?
Here is the contents of dialer_phenotype_flags.xml , not quite sure what should be changed:
Code:
<boolean name="G__allow_in_app_spam_write" value="true" />
<boolean name="G__enable_simplified_emergency_ui" value="true" />
<long name="G__ramping_ringer_dialer_vibration_duration" value="5000" />
<boolean name="G__call_screen_audio_listener_enabled" value="false" />
<boolean name="G__force_disable_enriched_call" value="false" />
<boolean name="G__enable_glide_photo" value="true" />
<boolean name="G__show_blocked_number_migration_card" value="false" />
<boolean name="G__voicemail_transcription_donation_available" value="true" />
<long name="Voip__data_calls_create_hangout_id_timeout_millis_network_type_HSUPA" value="5000" />
<boolean name="G__enable_atlas" value="false" />
<boolean name="G__assisted_dialing_enabled" value="true" />
<boolean name="G__enable_lightbringer_video_upgrade" value="true" />
<boolean name="G__speak_easy_bypass_locale_check" value="false" />
<boolean name="G__enable_zero_suggest" value="true" />
<boolean name="G__vvm_carrier_flag_comcast_vzw_disable" value="false" />
<boolean name="G__enable_after_call_spam_blocking_promo" value="false" />
<boolean name="G__speak_easy_enable_listen_in_button" value="false" />
<long name="Scooby__same_prefix_matching_ignore_length" value="7" />
<boolean name="G__enable_spam_blocking_promo" value="false" />
<boolean name="G__show_duo_disclosure" value="true" />
<boolean name="G__enable_rbv_fields_logging" value="false" />
<boolean name="Voip__wifi_network_optimizing_handoff_allowed" value="false" />
<boolean name="G__vvm_o2_uk_allows_transcription" value="false" />
<boolean name="G__ramping_ringer_dialer_enabled" value="true" />
<boolean name="G__allow_gcore_spam_read" value="true" />
<boolean name="G__config_caller_id_enabled" value="false" />
<boolean name="G__enable_feedback_module" value="true" />
<long name="G__video_share_timeout_millis" value="2147483647" />
<long name="G__postcall_call_duration_threshold" value="7000" />
<boolean name="G__use_job_scheduler_for_superpacks" value="false" />
<long name="Voip__stun_ping_latency_millis_network_type_HSPAP" value="300" />
<boolean name="G__enable_choose_optimal_camera_preview_size" value="true" />
<boolean name="G__enable_phone_number_classification_spam" value="false" />
<boolean name="G__enable_return_to_call_bubble_v2" value="true" />
<boolean name="G__enable_primes_crash_metric" value="false" />
<boolean name="G__enable_primes_tracing" value="false" />
<boolean name="G__tachystick_enabled" value="false" />
<string name="Voip__remapped_phone_numbers_carrier_311580">611=+18443907631</string>
<boolean name="G__force_enable_duo_video_calls" value="false" />
<boolean name="G__vvm_carrier_flag_swisscom_ch" value="false" />
<boolean name="Voip__activity_handoff_allowed" value="false" />
<boolean name="Scooby__enable_same_prefix_logging" value="false" />
<boolean name="G__enable_ramping_ringer_setting" value="true" />
<boolean name="G__vvm_comcast_vzw_us_allows_transcription" value="true" />
<boolean name="G__enable_enhanced_search_ui" value="true" />
<boolean name="G__hide_duplicated_numbers_in_incall_ui" value="false" />
<boolean name="G__is_call_log_item_anim_null" value="true" />
<string name="G__assisted_dialing_csv_country_codes">CA,GB,JP,US,IN,ES</string>
<string name="Voip__wifi_calling_mode_default_value">wifi_calling_mode_value_cell_preferred</string>
<boolean name="Voip__should_request_call_feedback_default_value" value="false" />
<boolean name="G__vvm_carrier_flag_302220" value="true" />
<boolean name="G__enable_duo_kit" value="false" />
<long name="Voip__data_calls_create_hangout_id_timeout_millis_network_type_LTE" value="3000" />
<boolean name="G__enable_video_share" value="false" />
<boolean name="G__vvm_carrier_flag_20820" value="true" />
<boolean name="G__enable_speak_easy_is_spam_survey" value="false" />
<long name="G__frequents_time_of_day_weight_fraction_pct" value="50" />
<long name="Voip__data_calls_create_hangout_id_timeout_millis_network_type_HSPA" value="5000" />
<boolean name="Voip__handoff_on_cell_loss_allowed" value="false" />
<boolean name="G__call_audio_manager_enabled" value="true" />
<boolean name="G__japanese_emergency_location_share_warning_toast_enabled" value="false" />
<boolean name="G__vvm_tracfone_tmo_us_allows_transcription" value="false" />
<boolean name="G__enable_speakeasy_details" value="false" />
<boolean name="G__vvm_carrier_flag_visible_vzw_enable" value="true" />
<boolean name="Voip__roaming_handoff_allowed" value="false" />
<boolean name="G__enable_call_log_duo_invite_button" value="false" />
<boolean name="G__new_voicemail_fragment_enabled" value="false" />
<boolean name="G__duo_telecom_handover_enabled" value="false" />
<long name="G__maximum_revelio_voicemail_duration_in_seconds" value="45" />
<string name="Scooby__spam_server_host">telephonyspamprotect-pa.googleapis.com</string>
<boolean name="G__answer_proximity_sensor_enabled" value="false" />
<boolean name="G__enable_client_error_logging" value="false" />
<long name="Voip__stun_ping_latency_millis_network_type_LTE" value="200" />
<boolean name="G__enable_post_call_prod" value="true" />
<long name="Voip__data_calls_create_hangout_id_timeout_millis_network_type_HSDPA" value="5000" />
<boolean name="G__enable_dark_mode_setting" value="true" />
<boolean name="G__enable_after_call_notification" value="true" />
<boolean name="G__enable_return_to_call_bubble" value="false" />
<boolean name="G__allow_in_app_spam_read" value="true" />
<boolean name="G__enable_dual_alphabets_on_t9" value="true" />
<long name="Scooby__spam_interval_for_wifi_job_milliseconds" value="3600000" />
<boolean name="G__enable_conversation_history" value="true" />
<boolean name="G__assisted_dialing_default_precall_state" value="true" />
<boolean name="G__enable_enhanced_search" value="false" />
<boolean name="G__use_carrier_config_voip_support" value="true" />
<boolean name="G__androidx_settings_enabled" value="false" />
<boolean name="G__enable_zero_suggestions_in_favorites" value="true" />
<boolean name="G__enable_call_log_install_duo_button" value="false" />
<boolean name="G__enable_standard_example" value="false" />
<boolean name="G__frequents_enable_time_of_day_effect" value="false" />
<boolean name="G__allow_embedding_spam_write" value="false" />
<boolean name="G__enable_primes_network_metric" value="false" />
<long name="G__frequents_recency_decay" value="50" />
<boolean name="G__enable_growthkit" value="true" />
<boolean name="G__voicemail_change_greeting_enabled" value="false" />
<boolean name="G__vvm_carrier_flag_tracfone_usa_tmo" value="true" />
<boolean name="G__answer_false_touch_detection_enabled" value="false" />
<long name="G__cp2_extended_directory_phone_lookup_timout_millis" value="7000" />
<boolean name="G__defer_cp2_to_render_time" value="true" />
<boolean name="G__vvm_tmobile_us_allows_transcription" value="true" />
<boolean name="G__vvm_carrier_flag_charter_vzw_disable" value="false" />
<boolean name="G__vvm_carrier_flag_charter_vzw_enable" value="true" />
<boolean name="Voip__is_request_call_feedback_allowed" value="false" />
<boolean name="G__enable_composite_spam" value="true" />
<boolean name="G__show_phone_number_when_cnap_available" value="false" />
<boolean name="G__log_spam_report_in_composite_spam" value="false" />
<boolean name="G__enable_new_favorites_tab" value="true" />
<long name="G__primes_timer_sample_rate_per_second" value="10" />
<boolean name="G__vvm_carrier_flag_comcast_vzw_enable" value="true" />
<boolean name="G__new_call_log_fragment_enabled" value="true" />
<boolean name="G__is_nui_shortcut_enabled" value="false" />
<boolean name="G__last_tab_enabled" value="true" />
<boolean name="G__always_enable_new_call_log_framework_and_fragment" value="false" />
<long name="Voip__stun_ping_latency_millis_network_type_HSUPA" value="300" />
<boolean name="G__vvm_carrier_flag_o2_uk" value="false" />
<long name="G__incallactivity_jank_record_duration_millis" value="3000" />
<boolean name="G__enable_call_log_activate_duo_button" value="false" />
<boolean name="G__vvm_carrier_freedom_ca" value="false" />
<long name="G__smart_dial_default_last_update_millis" value="1517472000000" />
<long name="Voip__stun_ping_latency_millis_network_type_HSPA" value="300" />
<boolean name="G__vvm_charter_vzw_us_allows_transcription" value="false" />
<boolean name="G__vvm_tracfone_vzw_us_allows_transcription" value="false" />
<boolean name="G__enable_spam_blocking_for_fi" value="true" />
<boolean name="G__vvm_carrier_flag_visible_vzw_disable" value="false" />
<boolean name="G__allow_gcore_spam_write" value="false" />
<boolean name="G__enable_primes_jank_metric" value="false" />
<boolean name="Voip__handoff_on_wifi_loss_allowed" value="false" />
<boolean name="G__allow_read_callee_id" value="true" />
<long name="Scooby__scooby_experiment_id" value="230342" />
<boolean name="G__vvm_carrier_flag_tracfone_usa_vzw" value="true" />
<boolean name="G__disable_cnap_for_outgoing_call" value="false" />
<boolean name="G__fi_greetings_enabled" value="true" />
<long name="Voip__data_calls_create_hangout_id_timeout_millis_network_type_HSPAP" value="5000" />
<boolean name="G__enable_primes_memory_metric" value="false" />
<boolean name="G__frequents_enable_missed_call_effect" value="false" />
<boolean name="G__enable_caller_id_and_spam" value="true" />
<boolean name="G__enable_call_screen_saving_audio" value="false" />
<boolean name="G__cequint_requires_caller_id_settings" value="false" />
<boolean name="Scooby__are_spam_jobs_enabled" value="true" />
<boolean name="G__enable_primes_timer_metric" value="false" />
<boolean name="G__speak_easy_enabled" value="false" />
<long name="__phenotype_configuration_version" value="1572028800" />
<boolean name="G__enable_primes" value="false" />
<boolean name="G__enable_contacts_insert_flow_in_conversation_history" value="true" />
<boolean name="G__speakeasy_show_privacy_tour" value="true" />
<string name="__phenotype_server_token">CAESiQEA8otIfPSP2gkf-9N_2lkmt2wOYwg3mpu38u1aHP9xHb4T5vcdTmxyHG6hdqsihznw7Wa2LcXVX2X0Jfqno7ArwEkaUH47rpfIOIu94E4SnZxpHAozAbN5WNXgVhiFN1FmilVu4PFTpmesQJdQVLkOeCfWcERDb0PEKgXaBGsY-sirfEtGdPD14A</string>
<boolean name="G__enable_zero_suggestions_in_search" value="true" />
<boolean name="G__enable_oslo_integration" value="true" />
<long name="G__experiment_for_alternative_spam_word" value="230150" />
<long name="Scooby__spam_interval_for_any_network_job_milliseconds" value="28800000" />
<long name="Voip__stun_ping_latency_millis_network_type_HSDPA" value="300" />
<boolean name="G__vvm_visible_vzw_us_allows_transcription" value="false" />
<boolean name="G__enable_main_fab_bound_increase" value="false" />
<boolean name="G__voicemail_transcription_available" value="true" />
<boolean name="G__donation_based_intro_message_enabled" value="false" />
<boolean name="G__enable_contacts_suggestions_integration" value="true" />
<boolean name="G__p13n_ranker_should_enable" value="false" />
<string name="__phenotype_snapshot_token"> com.google.android.dialer 4674516 6 1639462994 com.google.android.dialer 1639462994 1</string>
<boolean name="G__disable_phone_number_formatting" value="false" />
<boolean name="G__enable_duo_reachability_query" value="true" />
<long name="G__emergency_callback_window_millis" value="300000" />
<string name="G__device_list_override_mute_qualcomm_check"></string>
<boolean name="G__allow_gcore_sync" value="false" />
<boolean name="G__wrong_number_chip_enabled" value="true" />
<boolean name="G__enable_new_search_fragment" value="true" />
<boolean name="G__enable_primes_battery_metric" value="false" />
<long name="G__percentage_of_spam_notifications_to_show" value="100" />
<boolean name="Voip__cell_network_optimizing_handoff_allowed" value="false" />
<boolean name="G__audio_framework_fatal_error_enabled" value="false" />
<boolean name="G__enable_feedback_log_upload" value="false" />
<boolean name="G__speakeasy_postcall_survey_enabled" value="false" />
<boolean name="G__enable_calleeid_in_phonelookupdatasource" value="false" />
<boolean name="G__enable_dialer_gateway_call_info_lookup_service_phone_lookup" value="true" />
<boolean name="G__vvm_carrier_att" value="false" />
<string name="G__enable_lib_phone_number_classification_check_type">is_valid</string>
<long name="G__percentage_of_non_spam_notifications_to_show" value="20" />
<boolean name="G__vvm_carrier_flag_tracfone_usa" value="true" />
<boolean name="G__vvm_carrier_flag_tracfone_usa_tmo_disable" value="true" />
<string name="G__phone_number_variations_json">
{
"54": [
"+%1$d 9 %2$s %3$s",
"0 %2$s 15 %3$s",
"%2$s %3$s",
"0 %2$s %3$s",
"%3$s",
"15 %3$s"
],
"52": [
"+%1$d 1 %2$s %3$s"
]
}
</string>
<long name="G__embeddings_experiment_id" value="230908" />
<long name="G__ramping_ringer_dialer_duration" value="10000" />
<string name="Voip__remapped_phone_numbers">611=+14049788610/!US,+18448255234=+14049788610/!US</string>
<long name="G__people_api_phone_lookup_timout_millis" value="7000" />
<boolean name="G__enable_spam_blocking_for_non_fi" value="true" />
<boolean name="G__report_to_scooby_when_blocking_spam" value="true" />
<long name="G__reverse_lookup_min_version_enabled" value="1" />
I've successfully got Call Screen working on Pixel 4 outside the US, I'm in Taiwan by the way.
I modified these things below to "true"
G__call_screen_audio_listener_enabled
G__speakeasy_show_privacy_tour
G__speakeasy_postcall_survey_enabled
G__speak_easy_bypass_locale_check
G__speak_easy_enable_listen_in_button
G__enable_speak_easy_is_spam_survey
G__enable_speakeasy_details
G__speak_easy_enabled
Change those parameters to "true" then you can use call screen outside the US.
But I'm still wondering if I should set "G__enable_call_screen_saving_audio" to "true"
Where is that file?
CyberpodS2 said:
Where is that file?
Click to expand...
Click to collapse
/data/data/com.google.android.dialer/shared_prefs/dialer_phenotype_flags.xml
Anyone know if it would be possible to make an edxposed or magisk module to make this change? Never worked with xposed that much, and not sure if it's possible to have magisk write to /data instead of /system, but figured I'd ask...
Update: tried enabling by editing the file directly, then clearing force closing and clearing data for the dialer app - still no call screening available. In the UK, device language UK English, dialer beta updates enabled.
This has been discussed to death on Reddit and xda...
virtyx said:
This has been discussed to death on Reddit and xda...
Click to expand...
Click to collapse
Sure it's been discussed a lot, but is there actually a method that works reliably? Because every post I've seen points to the same flags in the same preferences file, and no one seems to have confirmed it working on a Pixel 4 on the stock rom yet.
Weird... I factory reset my phone yesterday and I found it working on older version of Phone app 34.0.261218393 but not working on the latest version 41.0.277149592.
Update:
40.0.274600228 works.
40.0.275948326 works.
I almost confirm that version above 41 won't work.
jasonlee0315 said:
Weird... I factory reset my phone yesterday and I found it working on older version of Phone app 34.0.261218393 but not working on the latest version 41.0.277149592.
Update:
40.0.274600228 works.
40.0.275948326 works.
I almost confirm that version above 41 won't work.
Click to expand...
Click to collapse
Can confirm that after uninstalling updates, grabbing version 40.0.274600228 from apkmirror, editing the prefs file, and force closing the app, I'm able to use call screening in the UK! The only thing that doesn't work is trying to select the alternate voice option - I just get an error message on that and it doesn't play so I don't even know what it would sound like.
tardis_42 said:
Can confirm that after uninstalling updates, grabbing version 40.0.274600228 from apkmirror, editing the prefs file, and force closing the app, I'm able to use call screening in the UK! The only thing that doesn't work is trying to select the alternate voice option - I just get an error message on that and it doesn't play so I don't even know what it would sound like.
Click to expand...
Click to collapse
You can see this. I made a screen recording of these two voices demo.
Guess Google fix this "trick" after version 41
Is it possible to install a modded apk? without root?
how did you get the xml to open on your phone? any file explorer i use doesn't open the file. i have root access.
---------- Post added at 04:17 PM ---------- Previous post was at 04:01 PM ----------
jasonlee0315 said:
I've successfully got Call Screen working on Pixel 4 outside the US, I'm in Taiwan by the way.
I modified these things below to "true"
G__call_screen_audio_listener_enabled
G__speakeasy_show_privacy_tour
G__speakeasy_postcall_survey_enabled
G__speak_easy_bypass_locale_check
G__speak_easy_enable_listen_in_button
G__enable_speak_easy_is_spam_survey
G__enable_speakeasy_details
G__speak_easy_enabled
Change those parameters to "true" then you can use call screen outside the US.
But I'm still wondering if I should set "G__enable_call_screen_saving_audio" to "true"
Click to expand...
Click to collapse
did you try setting it to true? what happened?
vlskh said:
how did you get the xml to open on your phone? any file explorer i use doesn't open the file. i have root access.
did you try setting it to true? what happened?
Click to expand...
Click to collapse
Just pull the file to PC and open it with any text editor.
sorry for the late update. got it to work with FX file explorer. uninstall all updates on the phone app and disable auto update( if it updates it stops working and even if you edit after that it won't work. works for me now in India.
Did anyone get success in enabling call screening , I tried method here on 43 version and it didn't worked ?
---------- Post added at 05:00 PM ---------- Previous post was at 04:59 PM ----------
vlskh said:
sorry for the late update. got it to work with FX file explorer. uninstall all updates on the phone app and disable auto update( if it updates it stops working and even if you edit after that it won't work. works for me now in India.
Click to expand...
Click to collapse
Could you please post method here, I am at dialler version 43, how do I go back to a version to enable call screening.
I'm pretty sure since Google moved the Call Screening stuff from the phone app to the google assistant app, you have no chance of making it available anymore.
rahulsh said:
Did anyone get success in enabling call screening , I tried method here on 43 version and it didn't worked
---------- Post added at 05:00 PM ---------- Previous post was at 04:59 PM ----------
Could you please post method here, I am at dialler version 43, how do I go back to a version to enable call screening.
Click to expand...
Click to collapse
works on 43 but not latest..use some other method
Activated it in India. And it's working
sam1374 said:
Activated it in India. And it's working
Click to expand...
Click to collapse
Hi, are you on dialler 43? How did you activate? Kindly post the method. Thanks.
rahulsh said:
Hi, are you on dialler 43? How did you activate? Kindly post the method. Thanks.
Click to expand...
Click to collapse
New version doesn't work for call screening outside US. Download this version from Google.
And later use method 2 from this post to edit the files using explorer.
Once u see the call screening option in the diaper settings, it will use wifi and download around 70mb file for the voice options.

Categories

Resources