All Projects → iternull → Secure If

iternull / Secure If

Android USB Control app

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Secure If

Node Elgato Stream Deck
A Node.js library for interfacing with the Elgato Stream Deck.
Stars: ✭ 359 (+427.94%)
Mutual labels:  usb, interface
Mern Stack Authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
Stars: ✭ 60 (-11.76%)
Mutual labels:  secure
Cryptocat
Secure chat software for your computer.
Stars: ✭ 1,011 (+1386.76%)
Mutual labels:  secure
Node Hid
Access USB & Bluetooth HID devices through Node.js
Stars: ✭ 1,064 (+1464.71%)
Mutual labels:  usb
16soundsusb
16 Synchronized Inputs USB (UAC2) Sound Card Based on XMOS xCORE-200
Stars: ✭ 45 (-33.82%)
Mutual labels:  usb
Android Toy
不积跬步 无以至千里
Stars: ✭ 54 (-20.59%)
Mutual labels:  secure
X Cube Usb Pd
USB-C Power Delivery Firmware for STM32 microcontroller (ARM Cortex M0 & M4)
Stars: ✭ 41 (-39.71%)
Mutual labels:  usb
Toboot
Bootloader for the EFM32HG Tomu Board
Stars: ✭ 65 (-4.41%)
Mutual labels:  usb
Apple Family
A simple framework that brings Apple devices together - like a family
Stars: ✭ 59 (-13.24%)
Mutual labels:  usb
Random compat
PHP 5.x support for random_bytes() and random_int()
Stars: ✭ 7,950 (+11591.18%)
Mutual labels:  secure
Multibootusb
Create multiboot live Linux on a USB disk...
Stars: ✭ 1,042 (+1432.35%)
Mutual labels:  usb
Sgdigittextfield
Elegant and Simplest Digit UITextField
Stars: ✭ 47 (-30.88%)
Mutual labels:  secure
Embedpy
Allows the kdb+ interpreter to call Python functions
Stars: ✭ 55 (-19.12%)
Mutual labels:  interface
Dotenv Webpack
A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.
Stars: ✭ 1,022 (+1402.94%)
Mutual labels:  secure
Test demo
Testing Using Python Demo. 使用Python测试脚本demo。
Stars: ✭ 60 (-11.76%)
Mutual labels:  interface
Usb Keystroke Injector
☠️ An Arduino-based USB keyboard simulator which injects keystrokes via Bluetooth protocol or predefined payloads in a SD card.
Stars: ✭ 42 (-38.24%)
Mutual labels:  usb
Usb4java Javax
javax.usb extension for usb4java
Stars: ✭ 47 (-30.88%)
Mutual labels:  usb
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-20.59%)
Mutual labels:  interface
Adafruit circuitpython hid
USB Human Interface Device drivers.
Stars: ✭ 65 (-4.41%)
Mutual labels:  usb
Ip Kvm Interface
DIY IP-KVM for Remote Desktop Access
Stars: ✭ 62 (-8.82%)
Mutual labels:  interface

Secure I/F

Secure I/F This application is used to control the Charge Connection and Data Connection of the Android USB interface.

This application can prevent unauthorized devices from connecting to your phone via USB to implant malicious viruses, can protect the charging safety in public places.

This application requires Root.

中文说明

How is work

Control the USB function switch by modifying the kernel parameter parameters.

USB Charge

su -c 'echo 0 > /sys/class/power_supply/battery/charging_enabled'    // Disable USB Charge
su -c 'echo 1 > /sys/class/power_supply/battery/charging_enabled'    // Enable USB Charge

Not all Android phones are this path, so this feature only supports some phones.

USB Data Connections

su -c 'echo 0 > /sys/devices/virtual/android_usb/android0/enable'    // Disable USB Connections
su -c 'echo 1 > /sys/devices/virtual/android_usb/android0/enable'    // Enable USB Connections

Develop

This project is developed using Android Studio.

Also provided a Shell Script, Used for command line interface.

Download

Download the latest release.

License

This is a private project.

℉ūck yōūr ōpéń $ōūrcé līcéń$é


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].