P3nguin-M

Results 14 comments of P3nguin-M

Same issue here, would like to help on this although i can't send you a phone. Telegram @toxicbyte The actual failure is when its trying to itterate through sock object:...

Connection is opening and connecting: Under class SocketDataIterator return the received socket data is being held up. have tried different chunk sizes, etc. The AT commands are sending to the...

> @P3nguin-M Good job with the debugging. Can you also sniff the commands using [this trick](https://github.com/TheWeirdDev/Bluetooth_Headset_Battery_Level/issues/16#issuecomment-626850818) and send me the capture file? Include your logcat as well. [btsnoop_hci.log](https://github.com/TheWeirdDev/Bluetooth_Headset_Battery_Level/files/8024670/btsnoop_hci.log) I just...

> This script is written only with battery level in mind. The commands which are being sent to the device might be wrong, and the device stops answering back. You...

What mode is this bluetooth device supposed to be in? When i issue MAC.2 -> "Connected for calls" is shown. MAC.4 -> "Connected (Selected) Message Access". When i try MAC.3...

Pulled apart the bluetooth apk on this S10 i have and found the commands it will take: ``` sock = RFCOMMSocket() sock.connect(self._bt_settings) print(f'Socket connected..') sock.send(b"AT+CSQ") sock.send(b"AT+CGMI") sock.send(b"AT+CGMM") sock.send(b"AT+SSVOICE=1") # Iterate...

Hi, I know it's been 7 years, but Heimdall is still being used and updated. Any updates on that multiple heimdall handling and usbdk support? Let me know please! Anyone...

If the devices secure bootloader is unlocked, most likely will work I would think as long as Magisk is compatible. If OEM locked, no it's going to fail checksum and...

Same exact issue on a G7. Have went through the same steps and cloned steadxfaster's lglaf. Dmesg shows activity and I can ctrl a reset, poweroff, etc. Anyone working on...

I cannot READ/WRTE from MISC partition or using commands. Please help!! Model: LG G Vista (D631) python3 lglaf.py --debug --rawshell -cr -c 'MISC READ' LGLAF.py: DEBUG: product id in CR...