WAI
Status Update
Comments
fl...@obfusk.net <fl...@obfusk.net> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Android build
Which Android build are you using? (e.g. PPP5.180610.010)
Device used -- Device Make, Model, Android OS Version
Which device did you use to reproduce this issue? Are you also using 2 phones: Pixel 4 with Android 10 and Sony Xperia L3?
Steps to reproduce
What steps are needed to reproduce this issue?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Screen record of the issue, if possible
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue.
Note: Please avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to android-bugreport@google.com, then share the link here.
Android build
Which Android build are you using? (e.g. PPP5.180610.010)
Device used -- Device Make, Model, Android OS Version
Which device did you use to reproduce this issue? Are you also using 2 phones: Pixel 4 with Android 10 and Sony Xperia L3?
Steps to reproduce
What steps are needed to reproduce this issue?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Screen record of the issue, if possible
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue.
Note: Please avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to android-bugreport@google.com, then share the link here.
fl...@obfusk.net <fl...@obfusk.net> #3
It's bug in you Bluetooth stack. It's not depend on any build system. I point exact line in code where bug happen. Please stop use blueprint response.
This problem happened even in system applications.
Current happened on Pixel 6 device whit last march update. Also this bug present in gabeldorsche Bluetooth stack
fl...@obfusk.net <fl...@obfusk.net> #4
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
sh...@google.com <sh...@google.com>
je...@google.com <je...@google.com>
lu...@google.com <lu...@google.com> #6
Can anyone give on update on this bug ?
fl...@obfusk.net <fl...@obfusk.net> #7
Could the assignee of the ticket update us on the status. This is an useful feature to a number of users as well as developers. It being inoperable for such a long time since its release casts a shadow on the reliability of Pixel phones and demonstrates certain lack of support.
lu...@google.com <lu...@google.com> #8
Hi, is there any update on this ticket?
Description
While trying to make a reproducible build, we could not reliably build reproducible apks.
Test-System: Fdroid-Buildserver
Local System(s): Kubuntu 20.04, Windows 10
When building a signed release-apk with
minifyEnabled true
shrinkResources true
targetSdkVersion 33 (also tested 34)
the output apk might differ. Some xml-files are empty tags: <x />
It is always the same set of files that show issues.
The f-droid-ci server always produces files that are not broken. The image-attachmend is supposed to look like stat_sys_warning.
I really dont have a clue why this would be the case and why the broken files are reproducible on my systems, but not on others.
STEPS TO REPRODUCE:
1. build a release apk
2. Open apk as zip and analyze .xml and .png files
3. Find empty pngs and xmls
------------------
IMPORTANT: Please read
all required information.
------------------
Studio Build:
Version of Gradle Plugin: 8.0.1 (Also tested 7.2.2;7.4.2)
Version of Gradle: 8.0
Version of Java: openjdk 11.0.19
OS: Kubuntu 20.04, Windows 10
Kotlin: 1.7.20
Additional Notes:
Discussion on f-droid:
and