Fixed
Status Update
Comments
ch...@google.com <ch...@google.com>
so...@gmail.com <so...@gmail.com> #2
Any updates?
re...@gmail.com <re...@gmail.com> #3
updates?
[Deleted User] <[Deleted User]> #4
Any update?
te...@gmail.com <te...@gmail.com> #5
any updates on how to do this?
tr...@gmail.com <tr...@gmail.com> #6
Any updates? Are we going to add this in lib?
[Deleted User] <[Deleted User]> #7
I'm not sure if this is going to be added in the library. In the meantime you can find my implementation here.
https://gist.github.com/fbarthelery/ad0062a88875b46e0065137ff03807a0
[Deleted User] <[Deleted User]> #8
It would truly be nice if the new tool for fixing navigation (which btw is fantastic) on the platform would support all of the standard top tier UI components. Looking forward to seeing how this goes.
tr...@gmail.com <tr...@gmail.com> #9
Dialog fragments are now used in all modern applications and this is the last missing piece of puzzle to really switch everything to Navigation component.
Hope to see support for this soon enough.
Hope to see support for this soon enough.
iv...@gmail.com <iv...@gmail.com> #10
Please, any update on this?
sa...@gmail.com <sa...@gmail.com> #11
Sometime, there's need to display the previous fragment along with new fragment which is more of like a dialog. Therefore, it will be nice to have this feature in the next update.
wa...@gmail.com <wa...@gmail.com> #12
This would be really useful, especially since Modal Bottom Sheets need to be implemented as BottomSheetDialogFragments. It would be great to get all of our navigation into the navigation graph.
[Deleted User] <[Deleted User]> #13
Project: platform/frameworks/support
Branch: androidx-master-dev
commit eec025be7822df951131cc0766b928383f58789e
Author: Ian Lake <ilake@google.com>
Date: Mon Apr 22 14:51:05 2019
Add support for <dialog> destinations
Add support for using a DialogFragment as
a destination in your navigation graph via
the <dialog> tag.
Test: added tests, tested in testapp
BUG: 80267254
Change-Id: I82daaa7bde4efe782095eee7b3932092e9086adb
M navigation/fragment/api/2.1.0-alpha03.txt
M navigation/fragment/api/current.txt
M navigation/fragment/ktx/api/2.1.0-alpha03.txt
M navigation/fragment/ktx/api/current.txt
A navigation/fragment/ktx/src/androidTest/java/androidx/navigation/fragment/DialogFragmentNavigatorDestinationBuilderTest.kt
A navigation/fragment/ktx/src/main/java/androidx/navigation/fragment/DialogFragmentNavigatorDestinationBuilder.kt
A navigation/fragment/src/main/java/androidx/navigation/fragment/DialogFragmentNavigator.java
M navigation/fragment/src/main/java/androidx/navigation/fragment/NavHostFragment.java
M navigation/fragment/src/main/res/values/attrs.xml
A navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/LearnMoreDialogFragment.kt
M navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/MainFragment.kt
M navigation/integration-tests/testapp/src/main/res/layout/main_fragment.xml
M navigation/integration-tests/testapp/src/main/res/navigation/nav_main.xml
M navigation/integration-tests/testapp/src/main/res/values/strings.xml
https://android-review.googlesource.com/949238
https://goto.google.com/android-sha1/eec025be7822df951131cc0766b928383f58789e
Branch: androidx-master-dev
commit eec025be7822df951131cc0766b928383f58789e
Author: Ian Lake <ilake@google.com>
Date: Mon Apr 22 14:51:05 2019
Add support for <dialog> destinations
Add support for using a DialogFragment as
a destination in your navigation graph via
the <dialog> tag.
Test: added tests, tested in testapp
BUG: 80267254
Change-Id: I82daaa7bde4efe782095eee7b3932092e9086adb
M navigation/fragment/api/2.1.0-alpha03.txt
M navigation/fragment/api/current.txt
M navigation/fragment/ktx/api/2.1.0-alpha03.txt
M navigation/fragment/ktx/api/current.txt
A navigation/fragment/ktx/src/androidTest/java/androidx/navigation/fragment/DialogFragmentNavigatorDestinationBuilderTest.kt
A navigation/fragment/ktx/src/main/java/androidx/navigation/fragment/DialogFragmentNavigatorDestinationBuilder.kt
A navigation/fragment/src/main/java/androidx/navigation/fragment/DialogFragmentNavigator.java
M navigation/fragment/src/main/java/androidx/navigation/fragment/NavHostFragment.java
M navigation/fragment/src/main/res/values/attrs.xml
A navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/LearnMoreDialogFragment.kt
M navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/MainFragment.kt
M navigation/integration-tests/testapp/src/main/res/layout/main_fragment.xml
M navigation/integration-tests/testapp/src/main/res/navigation/nav_main.xml
M navigation/integration-tests/testapp/src/main/res/values/strings.xml
[Deleted User] <[Deleted User]> #14
We've added support for dialog destinations internally, it'll be available in Navigation 2.1.0-alpha03
am...@gmail.com <am...@gmail.com> #15
Awesome! Cheers guys
ea...@google.com <ea...@google.com>
ra...@gmail.com <ra...@gmail.com> #16
Are there any public test/demo applications one could use for reference?
Because the integration tests seem to be non public
Because the integration tests seem to be non public
[Deleted User] <[Deleted User]> #17
i have tried using dialog as destination it work's fine but when i navigate from dialog to fragment/dialog i am getting runtime error as NavController is missing.
i am using 2.1.0-alpha05
sa...@gmail.com <sa...@gmail.com> #18
Very useful, fixed also.Cheers!
tc...@gmail.com <tc...@gmail.com> #19
Having the same issue on Mac OS Sierra 10.12.4, Android Studio 2.3.0, JBL Charge 3.
pa...@gmail.com <pa...@gmail.com> #20
the same here. Music quality drop off!
au...@gmail.com <au...@gmail.com> #21
Workaround: Go to System Preferences -> Sound -> Input -> select Internal Microphone
[Deleted User] <[Deleted User]> #22
+1 Please fix :)
ol...@gmail.com <ol...@gmail.com> #23
Please fix this, it makes me want to not use the emulator
po...@gmail.com <po...@gmail.com> #24
+1
fl...@gmail.com <fl...@gmail.com> #25
+1
ri...@gmail.com <ri...@gmail.com> #26
+1
ni...@gmail.com <ni...@gmail.com> #27
Ditto #21. Simply change your system's input source back to Internal Microphone. This is a macOS/Bluetooth issue, not an emulator issue. The emulator triggers the behavior because it connects to the system's selected sound input source, which will be the bluetooth headset if you haven't changed it.
ga...@gmail.com <ga...@gmail.com> #28
Genymotion doesn't have this issue though. Only the Google emulator.
lu...@gmail.com <lu...@gmail.com> #29
#21, #27 - "Simply change your system's input source back to Internal Microphone."
Does not work for me. Sound remains broken. Only fix is to disable blue tooth, disconnect my device, and reconnect.
Does not work for me. Sound remains broken. Only fix is to disable blue tooth, disconnect my device, and reconnect.
lf...@google.com <lf...@google.com> #31
This should be fixed in the latest stable/canary versions. We have disallowed the emulator from using bluetooth audio input.
ga...@gmail.com <ga...@gmail.com> #32
This is back in Mojave. Of note is that launching the emulator brings up an "Android Studio is requesting to use the microphone" permissions dialog.
za...@gmail.com <za...@gmail.com> #34
Possibly related: https://youtrack.jetbrains.com/issue/IDEA-198250
On Sep 26, 2018 at 11:49 AM, buganizer-system@google.com wrote:
Replying to this email means your email address will be shared with the
team that works on this product.
https://issuetracker.google.com/issues/37070892
*Changed*
status: Fixed → Assigned
*lf...@google.com <lf...@google.com> added comment #33
<https://issuetracker.google.com/issues/37070892#comment33 >:*
Thanks, will look into it.
_______________________________
*Reference Info: 37070892 <37070892> Launching Emulator makes Bluetooth
Audio Drop*
component: Android Public Tracker > App Development > Android Studio >
Emulator
status: Assigned
reporter: jo...@optimizely.com
assignee: lf...@google.com
cc: ea...@google.com, ja...@google.com, jo...@google.com, and 3 more
type: Bug P1 S3
hotlist: Migrated-Tools-emulator
<https://issuetracker.google.com/hotlists/468435 >, [AOSP] assigned
<https://issuetracker.google.com/hotlists/468531 >, [AOSP] mac
<https://issuetracker.google.com/hotlists/468547 >
AOSP ID: 194507
ReportedBy: Developer
Generated by Google IssueTracker notification system
You're receiving this email because you are subscribed to updates on Google
IssueTracker issue 37070892
<https://issuetracker.google.com/issues/37070892 > where you have the role:
starred.
On Sep 26, 2018 at 11:49 AM, buganizer-system@google.com wrote:
Replying to this email means your email address will be shared with the
team that works on this product.
*Changed*
status: Fixed → Assigned
*lf...@google.com <lf...@google.com> added
<
Thanks, will look into it.
_______________________________
*Reference Info: 37070892 <37070892> Launching Emulator makes Bluetooth
Audio Drop*
component: Android Public Tracker > App Development > Android Studio >
Emulator
status: Assigned
reporter: jo...@optimizely.com
assignee: lf...@google.com
cc: ea...@google.com, ja...@google.com, jo...@google.com, and 3 more
type: Bug P1 S3
hotlist: Migrated-Tools-emulator
<
<
<
AOSP ID: 194507
ReportedBy: Developer
Generated by Google IssueTracker notification system
You're receiving this email because you are subscribed to updates on Google
IssueTracker
<
starred.
lf...@google.com <lf...@google.com> #35
Informal poll: What if the emulator simply skipped bluetooth audio devices altogether? Does anyone require the emulator's audio to be played through bluetooth headphones?
[Deleted User] <[Deleted User]> #36
@ #35 - Nope.
ga...@gmail.com <ga...@gmail.com> #37
#35 That would not be an adequate solution if you use bluetooth headphones as your primary/only speakers which I imagine is most people in this thread.
lf...@google.com <lf...@google.com> #38
#37: Is that most people then? I realize that if you're on a Mac Pro you might have BT headphones as your only speaker, and that's unfortunate. Indeed, this solution is not optimal. But would we want to make bluetooth audio bad for sure though (by trying to use those devices)?
(Until the "proper" solution, which would likely involve replacing the macOS audio backend for the emulator and would entail a lot of work).
(Until the "proper" solution, which would likely involve replacing the macOS audio backend for the emulator and would entail a lot of work).
ga...@gmail.com <ga...@gmail.com> #39
#37, this was fixed prior to Mojave. Did something fundamental change in Mojave?
Also, disconnecting and reconnecting the headphones restores the audio quality (a few seconds after it reconnects).
Also, disconnecting and reconnecting the headphones restores the audio quality (a few seconds after it reconnects).
lf...@google.com <lf...@google.com> #40
#37: Yes, something changed in Mojave so that if a BT headset is used only as an _output_ device, the BT microphone gets auto activated even if the (for macbook) built-in internal microphone is selected by the emulator.
ga...@gmail.com <ga...@gmail.com> #41
Is it possible to disable the microphone on an emulator?
Also, why does it seems to fix itself if you disconnect and reconnect your headphones?
Also, why does it seems to fix itself if you disconnect and reconnect your headphones?
ga...@gmail.com <ga...@gmail.com> #43
This is still happening to me on emulator 30.7.5 macOS 11.4 and Arctic Fox.
ma...@gmail.com <ma...@gmail.com> #44
Same problem with macos 12.3.
The bluetooth device seems to switch profil : A2DP to HFP.
The bluetooth device seems to switch profil : A2DP to HFP.
ak...@gmail.com <ak...@gmail.com> #45
Hi, having this issue. None of the suggested actions on this article worked: https://blog.mmckenna.me/android-emulators-vs-bluetooth-headphones
Android Studio Bumblebee | 2021.1.1 Patch 3
Build #AI-211.7628.21.2111.8309675, built on March 16, 2022
Runtime version: 11.0.11+0-b60-7772763 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.3
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Registry: external.system.auto.import.disabled=true, ide.balloon.shadow.size=0
Non-Bundled Plugins: Key Promoter X (2021.1.1), com.dubreuia (2.2.0), com.intellij.marketplace (211.7628.36), String Manipulation (9.4.0), com.intellij.jira (3.5.0), com.mallowigi (36.0), detekt (1.19.0), ignaciotcrespo.github.com.vector-drawable-thumbnails (1.0.5), io.github.xiaopihai7256 (0.4.0), mobi.hsz.idea.gitignore (4.1.0), com.github.copilot (1.1.16.1219), wu.seal.tool.jsontokotlin (3.7.3), org.jetbrains.kotlin (211-1.6.21-release-334-AS7442.40), zielu.gittoolbox (203.8.9), com.chrisrm.idea.MaterialThemeUI (6.7.2), com.suusan2go.kotlin-fill-class (1.0.11), izhangzhihao.rainbow.brackets (6.21)
Android Studio Bumblebee | 2021.1.1 Patch 3
Build #AI-211.7628.21.2111.8309675, built on March 16, 2022
Runtime version: 11.0.11+0-b60-7772763 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.3
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Registry: external.system.auto.import.disabled=true, ide.balloon.shadow.size=0
Non-Bundled Plugins: Key Promoter X (2021.1.1), com.dubreuia (2.2.0), com.intellij.marketplace (211.7628.36), String Manipulation (9.4.0), com.intellij.jira (3.5.0), com.mallowigi (36.0), detekt (1.19.0), ignaciotcrespo.github.com.vector-drawable-thumbnails (1.0.5), io.github.xiaopihai7256 (0.4.0), mobi.hsz.idea.gitignore (4.1.0), com.github.copilot (1.1.16.1219), wu.seal.tool.jsontokotlin (3.7.3), org.jetbrains.kotlin (211-1.6.21-release-334-AS7442.40), zielu.gittoolbox (203.8.9), com.chrisrm.idea.MaterialThemeUI (6.7.2), com.suusan2go.kotlin-fill-class (1.0.11), izhangzhihao.rainbow.brackets (6.21)
sh...@gmail.com <sh...@gmail.com> #46
Same problem here...
Build: AI-212.5712.43.2112.8512546, 202204281627,
AI-212.5712.43.2112.8512546, JRE 11.0.12+0-b1504.28-7817840x64 JetBrains s.r.o., OS Mac OS X(x86_64) v12.3.1, screens 2880.0x1800.0; Retina
AS: Chipmunk | 2021.2.1; Kotlin plugin: 212-1.7.10-release-333-AS5457.46; Android Gradle Plugin: 7.2.1; Gradle: 7.4.2; Gradle JDK: version 11.0.12; 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)Source: send_feedback_icon
Build: AI-212.5712.43.2112.8512546, 202204281627,
AI-212.5712.43.2112.8512546, JRE 11.0.12+0-b1504.28-7817840x64 JetBrains s.r.o., OS Mac OS X(x86_64) v12.3.1, screens 2880.0x1800.0; Retina
AS: Chipmunk | 2021.2.1; Kotlin plugin: 212-1.7.10-release-333-AS5457.46; Android Gradle Plugin: 7.2.1; Gradle: 7.4.2; Gradle JDK: version 11.0.12; 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)Source: send_feedback_icon
Description
Emulator Version (Emulator--> Extended Controls--> Emulator Version): Emulator64-x86 Nexus_5_API_22_x86
Android SDK Tools:Android Studio SDK Tools 24.4.1, Platform-Tools 23.0.1
Host Operating System: Mac OS Yosemite
Steps to Reproduce Bug:
1. Play music on bluetooth headphones (I'm using Sony MDR-XB950BT)
2. Launch emulator for android tests
3. music quality dips
Expected Behavior: Launching Android emulator should not affect Music Quality
Observed Behavior: