Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
I can attest that Yakju 4.1.2 update on stock Galaxy Nexus broke radio, bluetooth and wifi. The phone enters airplane mode on its own. The radio loses all telco signal (only recover after a 10 second airplane mode). Bluetooth pretends to connect but the headset is unusable. Wiifi that the same issue as bluetooth.
All in all, the phone connectivity is in a really poor state. Most people could not reach me today and I had to keep checking the phone the whole day to see if the radio/wifi was still working which it mostly wasn't.
All in all, the phone connectivity is in a really poor state. Most people could not reach me today and I had to keep checking the phone the whole day to see if the radio/wifi was still working which it mostly wasn't.
[Deleted User] <[Deleted User]> #3
[Comment deleted]
il...@google.com <il...@google.com> #4
Same on nexus S, wired tethering
Vert bad bug...
Vert bad bug...
il...@google.com <il...@google.com> #5
[Comment deleted]
[Deleted User] <[Deleted User]> #6
Same issue. Cannot tether. Wifi will connect and assign an IP. No throughput.
Version 4.1.2 Build JZO54K
Version 4.1.2 Build JZO54K
lo...@gmail.com <lo...@gmail.com> #7
Update, Bluetooth tether works. Wifi does not.
mu...@gmail.com <mu...@gmail.com> #8
same thing here. Want to get back to previous version :(
[Deleted User] <[Deleted User]> #9
[Comment deleted]
[Deleted User] <[Deleted User]> #10
I have the same issue. 4.1.2 broke wifi tethering
il...@google.com <il...@google.com> #11
I reverted back to 4.1.1, out of curiosity, what is everyone's frequency? i'm using 850/1900 HSPA. My theory is that 4.1.2 breaks tethering in some way.
[Deleted User] <[Deleted User]> #12
Same to me. Cannot tether. Wifi/usb will connect and assign an IP. No throughput.
h....@gmail.com <h....@gmail.com> #13
Same here on the nexus S.
Description
DETAILS:-
The destination home is an activity with a NavHostFragment (FirstFragment.kt) which initially navigates to the second destination (SecondActivity.kt), then immediately comes back to the FirstFragment, and then navigates to third destination (FirstPopupFragment.kt). (Navigation can be observed in the attached screen-record).
LOG:-
2018-05-27 20:39:52.794 3289-3289/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.cyrilnoah.navigationegapp, PID: 3289
java.lang.IllegalArgumentException: navigation destination com.example.cyrilnoah.navigationegapp:id/action_first_to_first_popup is unknown to this NavController
at androidx.navigation.NavController.navigate(NavController.java:605)
at androidx.navigation.NavController.navigate(NavController.java:565)
at androidx.navigation.NavController.navigate(NavController.java:553)
at com.example.cyrilnoah.navigationegapp.FirstFragment$onViewCreated$1.onClick(FirstFragment.kt:40)
at android.view.View.performClick(View.java:6579)
at android.view.View.performClickInternal(View.java:6556)
at android.view.View.access$3100(View.java:777)
at android.view.View$PerformClick.run(View.java:25660)
at android.os.Handler.handleCallback(Handler.java:819)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
Component used:
"android.arch.navigation:navigation-fragment-ktx:$nav_version"
"android.arch.navigation:navigation-ui-ktx:$nav_version"
Version used:
nav_version = '1.0.0-alpha01'
Devices/Android versions reproduced on:
Tested on Pixel 2 XL (emulator), and Xiaomi Mi Max 2 (real device). Probably crashes on all, not so sure.
- Sample project to trigger the issue.
(Project attached below)
- A screenrecord or screenshots showing the issue (if UI related).
(Screen-record attached below)