<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Abhishek Chandra</title>
    <description>The latest articles on DEV Community by Abhishek Chandra (@theabhishekchandra).</description>
    <link>https://dev.to/theabhishekchandra</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4098063%2F46fd257c-fa01-4aa6-999c-a1e8ff91731f.jpg</url>
      <title>DEV Community: Abhishek Chandra</title>
      <link>https://dev.to/theabhishekchandra</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/theabhishekchandra"/>
    <language>en</language>
    <item>
      <title>I Built 29 Android Hardware and Security Tools in One Open-Source App</title>
      <dc:creator>Abhishek Chandra</dc:creator>
      <pubDate>Thu, 27 Aug 2026 21:08:06 +0000</pubDate>
      <link>https://dev.to/theabhishekchandra/i-built-29-android-hardware-and-security-tools-in-one-open-source-app-3md5</link>
      <guid>https://dev.to/theabhishekchandra/i-built-29-android-hardware-and-security-tools-in-one-open-source-app-3md5</guid>
      <description>&lt;h2&gt;
  
  
  What is ZeroDroid?
&lt;/h2&gt;

&lt;p&gt;ZeroDroid is an open-source Android toolkit that exposes the radios,&lt;br&gt;
sensors and connected-device capabilities already present in a phone.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/theabhishekchandra/ZeroDroid" rel="noopener noreferrer"&gt;https://github.com/theabhishekchandra/ZeroDroid&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What problems does it address?
&lt;/h2&gt;

&lt;p&gt;The app contains 29 tools across five areas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Wireless: Wi-Fi, BLE, NFC, Bluetooth Classic and peer-to-peer connections&lt;/li&gt;
&lt;li&gt;RF and signals: IR, UWB, SDR-device detection and ultrasonic analysis&lt;/li&gt;
&lt;li&gt;Sensors: GPS/GNSS, QR analysis, device sensors and magnetic anomalies&lt;/li&gt;
&lt;li&gt;Network: USB inspection, cell-tower information and wardriving&lt;/li&gt;
&lt;li&gt;Security: tracker scanning, hidden-camera indicators, rogue-AP detection,
network scanning and deauthentication indicators&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Architecture
&lt;/h2&gt;

&lt;p&gt;ZeroDroid uses Kotlin, Jetpack Compose, Material 3, MVVM, StateFlow,&lt;br&gt;
Hilt and Room. Services are lazy-loaded, and scanning begins only when&lt;br&gt;
the user starts a tool.&lt;/p&gt;

&lt;h2&gt;
  
  
  Important limitations
&lt;/h2&gt;

&lt;p&gt;A smartphone cannot guarantee that it has found every camera, tracker,&lt;br&gt;
bug or network threat. Several detections are heuristic and may produce&lt;br&gt;
false positives or miss threats. Hardware availability also differs&lt;br&gt;
between Android devices.&lt;/p&gt;

&lt;p&gt;The project is intended only for education, defensive security and&lt;br&gt;
testing devices or networks you own or are authorized to assess.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback wanted
&lt;/h2&gt;

&lt;p&gt;I am looking for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Compatibility reports from different Android phones&lt;/li&gt;
&lt;li&gt;Feedback about permission handling&lt;/li&gt;
&lt;li&gt;False-positive reports&lt;/li&gt;
&lt;li&gt;Contributions, tests and documentation improvements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Repository:&lt;br&gt;
&lt;a href="https://github.com/theabhishekchandra/ZeroDroid" rel="noopener noreferrer"&gt;https://github.com/theabhishekchandra/ZeroDroid&lt;/a&gt;&lt;/p&gt;

</description>
      <category>android</category>
      <category>kotlin</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
