Skip to content

A collection of useful scripts for modding and tweaking the AI Pin.

Notifications You must be signed in to change notification settings

openaipin/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Installation and Usage

Clone the repo and ensure you have adb installed and your AI Pin is connected. (Interposer)

git clone https://github.com/openaipin/scripts.git
cd scripts/scripts

Push scripts to the device (/data/local/tmp/openPin-scripts) and set execute permissions

adb push . /data/local/tmp/openPin-scripts
adb shell chmod +x /data/local/tmp/openPin-scripts/*.sh

To run a script:

adb shell
cd /data/local/tmp/openPin-scripts
./<script-name>.sh

Available Scripts

Enable Disable Description
always_on_display_enable.sh always_on_display_disable.sh Enables always-on display for debugging purposes, useful if you want to scrcpy without the need to hold your hand out. This can cause the Ai Pin to overheat.
touch_indicator_enable.sh touch_indicator_disable.sh Displays touch (click) indicators on-screen.

Contributing:

Submit issues, ideas, or contributions through GitHub issues or pull requests.

About

A collection of useful scripts for modding and tweaking the AI Pin.

Resources

Stars

Watchers

Forks

Languages