Search results

  1. Blue

    Poking into the feasibility of DIY Remote Fitting Hearing Aids

    Very interesting... almost makes me want to proxy it Though the real problem imho, is the fact that I do not believe it is possible to initiate a RemoteCare session without an Oticon Pro Account (since the app uses Oticon's cloud services to perform RemoteCare) It is certainly interesting...
  2. Blue

    You should use Bernafon Oasis 26.2 - Not Bernafon Oasis 21.1

    Does 21.1 not have the ability to auto update to the last legacy one? Dang :/
  3. Blue

    Poking into the feasibility of DIY Remote Fitting Hearing Aids

    Note: I have heard of some remote fitting types requiring a home programmer (rly dumb imo) but personally I'll be focussing on mobile-powered remote fitting Specifically Phonak's protocol but it should be interchangeable My theory is that remote fitting uses the same protocol, or a limited...
  4. Blue

    Me when noble manufacturer data and android manufacturer data are reversed what the heck

    Me when noble manufacturer data and android manufacturer data are reversed what the heck
  5. Blue

    I'll probably write up the rest of this on GH tbh...

    I'll probably write up the rest of this on GH tbh...
  6. Blue

    Note that this is a bitmask, and since this code is decompiled, it shows as decimal, the RAW...

    Note that this is a bitmask, and since this code is decompiled, it shows as decimal, the RAW bitmask itself, however, would be: 1010000010 Or in hex: 0x282 Edit: my mistake, not a bitmask, but rather, the manufacturer ID must be 0x282
  7. Blue

    They are filtered through manufacturer data...

    They are filtered through manufacturer data: ,%20byte[])']https://developer.android.com/reference/android/bluetooth/le/ScanFilter.Builder#setManufacturerData(int, byte[], byte[]) new ScanFilter.Builder().setManufacturerData(642, new byte[0]).build()
  8. Blue

    Regarding HA BLE Scanning Sonova HAs are scanned in "scan mode 2" (aka: SCAN_MODE_LOW_LATENCY) -...

    Regarding HA BLE Scanning Sonova HAs are scanned in "scan mode 2" (aka: SCAN_MODE_LOW_LATENCY) - https://developer.android.com/reference/android/bluetooth/le/ScanSettings.Builder#setScanMode(int) new ScanSettings.Builder().setScanMode(2).build();
  9. Blue

    "sus" registerApp() - UUID=a77edf23-c5a0-4cee-b6b9-8fdce9b3d2b2

    "sus" registerApp() - UUID=a77edf23-c5a0-4cee-b6b9-8fdce9b3d2b2
  10. Blue

    App subscribes to: 43802b40-b2eb-11e5-b6c5-0002a5d5c51b 388706a0-b2eb-11e5-a790-0002a5d5c51b...

    App subscribes to: 43802b40-b2eb-11e5-b6c5-0002a5d5c51b 388706a0-b2eb-11e5-a790-0002a5d5c51b UUIDs, interesting
  11. Blue

    Ugh, yet another BTC BTLE implementation... Like many other companies, Sonova has opted to use...

    Ugh, yet another BTC BTLE implementation... Like many other companies, Sonova has opted to use a packet-response architecture despite using BTLE, which kind of defeats the purpose of BTLE in my opinion... still better than BT-Classic tho lol
  12. Blue

    This is a lot of spaghetti.... The app is very... compartmentalised... many subsections which...

    This is a lot of spaghetti.... The app is very... compartmentalised... many subsections which I'll need to look through lol I do know that com.sonova.mobilesdk seems to handle scanning for HAs
  13. Blue

    Blue thinks that it will be "trivial" to reverse engineer the MyPhonak (Junior) apps Is he...

    Blue thinks that it will be "trivial" to reverse engineer the MyPhonak (Junior) apps Is he wrong? let's find out
Back
Top