Skip to content

Instantly share code, notes, and snippets.

View Fire7ly's full-sized avatar

FireFly Fire7ly

  • Student
  • New Delhi
View GitHub Profile
@Fire7ly
Fire7ly / FlashTools-Installer.sh
Last active May 15, 2024 11:51 — forked from nullrndtx/FlashTools-Installer.sh
SP Flash Tool on Linux? Why not? -)
#!/bin/bash
# check root user
if [ "$(id -u)" != 0 ]; then
echo "ERROR! Run this script with root user!"
exit 1
fi
#var
tool="SPflashtools"
@Fire7ly
Fire7ly / youtube-to-bootanimation.sh
Last active November 12, 2023 19:58 — forked from jaredrummler/youtube-to-bootanimation.sh
Create an Android bootanimation from a Any link or local video file
#!/bin/bash
#
# youtube-to-bootanimation.sh - Download & create Android boot animations from YouTube videos
#
# author: Jared Rummler <jared@jrummyapps.com>
#
# define veriable where the bootanimation will be created
tmp=~/Desktop/temp
out=~/Desktop/temp/temp.mp4