Skip to content

cm14-hdx/synaptics-dsx-v2.1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT: The process here is for apollo IMPORTANT: Use the thor firmware if you have that device

Requirements:

  1. synaptics_fw_updater
  2. Synaptics.3.B.apollo.img from the kernel source
  3. Reboot into recovery (twrp)

Method: (This works using linux)

  1. Push synaptics_fw_updater to /data
adb push synaptics_fw_updater /data
  1. Push firmware to /data
adb push Synaptics.3.B.apollo.img /data
  1. Change permissions of synaptics_fw_updater
adb shell
cd /data
chmod 777 synaptics_fw_updater
  1. Flash the firmware
./synaptics_fw_updater -v -f -b Synaptics.3.B.apollo.img
  1. Reboot and voila touchscreen should be good.

About

Synaptics DSX v2.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 93.9%
  • Makefile 6.1%