Status Update
Comments
my...@gmail.com <my...@gmail.com> #2
It seemed huawei or google has not enable VoLTE(of Nexus 6p, both H1511 and H1512 variant) in certain carriers that VoLTE has been officially enabled.
cm...@google.com <cm...@google.com>
my...@gmail.com <my...@gmail.com> #3
So if i post here is there a chance they will in future software updates? Well it works on the nexus 5x so why google or Huawei disabled it on there premium offering the 6p? Currently using a phone without the ability to call because my network only uses lte no 2g or 3g network.
my...@gmail.com <my...@gmail.com> #4
Hi,
Can you provide the below requested information to better understand the issue:
Android bug report:
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
Can you provide the below requested information to better understand the issue:
Android bug report:
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
Description
AI-192.7142.36.36.6392135, JRE 1.8.0_212-release-1586-b04x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1200
AS: 3.6.3; Kotlin plugin: 1.3.72-release-Studio3.6-1; Android Gradle Plugin: 3.6.3; Gradle: 5.6.4; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
IMPORTANT: Please read
Something happened to AS ... first problem, the .idea/workspace.xml got messed up (unable to save setting please restart android studio). The when I tried to build my app I got a very strange error:
D:\...\app\build\generated\data_binding_base_class_source_out\paidRelease\out\com\unified\mywx\databinding\TrendFragmentBinding.java:9: error: cannot find symbol
import androidx.constraintlayout.widget.LinearLayout;
^
symbol: class LinearLayout
So the "TrendFragmentBinding.java" somehow got totally messed up!? I have tried to delete this file ... but it keeps re-building with this IMPORT error! And I do not know why there is a TrendFrangmentBinding anyway, since the <fragment>android:id="@+id/chartFrag" ...
definition has not existed in my project for days!? Extract of the file below:
// Generated by view binder compiler. Do not edit!
package com.unified.mywx.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.constraintlayout.widget.LinearLayout;
import androidx.fragment.app.FragmentContainerView;
import androidx.viewbinding.ViewBinding;
import com.unified.mywx.R;
import java.lang.NullPointerException;
import java.lang.Override;
import java.lang.String;
public final class TrendFragmentBinding implements ViewBinding {
@NonNull
private final LinearLayout rootView;
@NonNull
public final FragmentContainerView chartFrag;
private TrendFragmentBinding(@NonNull LinearLayout rootView,
@NonNull FragmentContainerView chartFrag) {
this.rootView = rootView;
this.chartFrag = chartFrag;
}