Giter Club home page Giter Club logo

android-ble-monitor's Introduction

Android-BLE-Monitor

TravisCI GitHub last commit

Bluetooth Low Energy Monitor (BLEM) is an Android App which can be used to reverse engineer and analyze BLE Devices by using Android Snoop Logging and the Android BLE API. It is developed as part of a 2 Semester long Master Project at the University Reutlingen, Germany. The purpose of this app is to support the process of using not standardized BLE Devices (wearables) in a medical context.

Download

APK Download

Features

  • Scan for BLE Devices and retrieve advertised Informations
  • Connect to discovered GATT Servers
  • Retrieve Services, Characteristics and Descriptors
  • Identify standardized Services and Characteristics
  • Interact with Characteristics and Descriptors
  • HCI, L2CAP & ATT Log utilizing the Android Bluetooth Snoop Log

alt text

Requirements

  • Android Phone that supports BLE
  • Android 5.0 (API level 21)
  • To use the BLE Protocols (ATT, L2CAP, HCI) Log the Android Bluetooth Snoop Log needs to be supported

Dependencies

android-ble-monitor's People

Contributors

ge2thez avatar mx0c avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

android-ble-monitor's Issues

[CRASH] IndexOutOfBoundsException

during scan:

05-19 14:54:58.416  4642  5001 D BluetoothGatt: readRssi() - device: 21:9C:C5:A9:73:43
05-19 14:54:58.799  4642  4911 V BLEM_MAViewModel: checkTimeStamp: removed 26:CA:BE:2F:B6:FF because TTL was exceeded.
05-19 14:54:58.815  4642  4642 D AndroidRuntime: Shutting down VM
05-19 14:54:58.816  4642  4642 E AndroidRuntime: FATAL EXCEPTION: main
05-19 14:54:58.816  4642  4642 E AndroidRuntime: Process: com.huc.android_ble_monitor, PID: 4642
05-19 14:54:58.816  4642  4642 E AndroidRuntime: java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid item position 32(offset:32).state:33 androidx.recyclerview.widget.RecyclerView{4bcdf87 VFED..... .F....ID 0,0-720,1120 #7f090164 app:id/scan_result_recycler_view}, adapter:b.c.a.c.b@63bf5b8, layout:androidx.recyclerview.widget.LinearLayoutManager@b5df91, context:com.huc.android_ble_monitor.activities.MainActivity@ed739cf
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at androidx.recyclerview.widget.j0.k(:49)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at androidx.recyclerview.widget.D.c(:3)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at androidx.recyclerview.widget.LinearLayoutManager.B1()
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at androidx.recyclerview.widget.LinearLayoutManager.m1(:2)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at androidx.recyclerview.widget.LinearLayoutManager.A0(:22)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at androidx.recyclerview.widget.RecyclerView.v()
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at androidx.recyclerview.widget.RecyclerView.t()
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at androidx.recyclerview.widget.RecyclerView.onLayout()
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.View.layout(View.java:17641)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewGroup.layout(ViewGroup.java:5575)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at androidx.swiperefreshlayout.widget.SwipeRefreshLayout.onLayout()
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.View.layout(View.java:17641)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewGroup.layout(ViewGroup.java:5575)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1741)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1585)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.LinearLayout.onLayout(LinearLayout.java:1494)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.View.layout(View.java:17641)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewGroup.layout(ViewGroup.java:5575)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at androidx.drawerlayout.widget.DrawerLayout.onLayout()
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.View.layout(View.java:17641)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewGroup.layout(ViewGroup.java:5575)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.FrameLayout.layoutChildren(FrameLayout.java:323)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.FrameLayout.onLayout(FrameLayout.java:261)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.View.layout(View.java:17641)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewGroup.layout(ViewGroup.java:5575)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1741)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1585)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.LinearLayout.onLayout(LinearLayout.java:1494)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.View.layout(View.java:17641)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewGroup.layout(ViewGroup.java:5575)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.FrameLayout.layoutChildren(FrameLayout.java:323)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.FrameLayout.onLayout(FrameLayout.java:261)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.View.layout(View.java:17641)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewGroup.layout(ViewGroup.java:5575)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1741)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1585)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.LinearLayout.onLayout(LinearLayout.java:1494)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.View.layout(View.java:17641)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewGroup.layout(ViewGroup.java:5575)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.FrameLayout.layoutChildren(FrameLayout.java:323)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.widget.FrameLayout.onLayout(FrameLayout.java:261)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at com.android.internal.policy.DecorView.onLayout(DecorView.java:727)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.View.layout(View.java:17641)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewGroup.layout(ViewGroup.java:5575)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2346)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2068)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1254)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6344)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:874)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.Choreographer.doCallbacks(Choreographer.java:686)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.Choreographer.doFrame(Choreographer.java:621)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:860)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:751)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:95)
05-19 14:54:58.816  4642  4642 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:154)

APK download

just wondering: will you make the APK available here as well, now that your CI creates tags?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.