Skip to content

Instantly share code, notes, and snippets.

@t-
Last active December 11, 2022 16:16
Show Gist options
  • Save t-/6041755 to your computer and use it in GitHub Desktop.
Save t-/6041755 to your computer and use it in GitHub Desktop.
Flash Firmware on Geeksphone Peak - Linux
Connect Device to Linux:
install android adb and android fastboot
edit as root:
sudo vi /etc/udev/rules.d/51-android.rules
add vendor line
SUBSYSTEM==”usb”, ATTR{idVendor}==”05c6”, MODE=”0666”, GROUP=”plugdev”
change file permissions:
chmod a+r /etc/udev/rules.d/51-android.rules
restart udev rules
sudo service udev restart
plug in phone via USB and enable remote debugging in the developer menu on the phone
download peal firmware image from geeksphone:
http://downloads.geeksphone.com/
unpack the archive and run flash.sh or execute commands one by one
sudo ./flash.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment