projectbtle
projectbtle
Does the APK definitely have browsable activities that call the vulnerable web views? (the activity must match the signature given in `MANIFESTPARAMS`)
Unfortunately, I don't have vulnerable apps that can be shared. There have been some code changes recently. Can you try with the updated code?
I tried to convert the attached APK to smali (to analyse it), but apktool says it isn't readable. Could you please re-attach the APK, as generated by Android Studio?
Could you let the code run fully (in debug mode) and post the entire trace here?
Attached `logcat` and `dmesg` outputs for Nougat (where Bluetooth works) and Pie (where Bluetooth doesn't work). [logcat_nougat.txt](https://github.com/android-x86/android-x86.github.io/files/5090122/logcat_nougat.txt) [dmesg_nougat.txt](https://github.com/android-x86/android-x86.github.io/files/5090165/dmesg_nougat.txt) [logcat_pie.txt](https://github.com/android-x86/android-x86.github.io/files/5090124/logcat_pie.txt) [dmesg_pie.txt](https://github.com/android-x86/android-x86.github.io/files/5090166/dmesg_pie.txt)
I'm not sure what you mean. Do you mean a template that will check the presence of the `onCreate` call for a browsable Activity?