Git Product home page Git Product logo

Comments (4)

kholk avatar kholk commented on September 15, 2024

First of all, use the latest 3.10 kernel: the PLATFORM_YUKON config option was available only in 3.4: that driver was buggy as hell, as well as the whole kernel.

First of all, a good disclaimer:
******* THIS IS A DANGEROUS PROCEDURE THAT MAY MAKE YOUR HARDWARE UNUSABLE. IF YOU DECIDE TO DO THIS, YOU ARE DOING THIS AT YOUR OWN RISK. NEITHER ME, SONY OR ANYONE WILL BE RESPONSIBLE FOR YOUR ACTIONS. THIS IS NOT A RECOMMENDED PROCEDURE AND HAS BEEN GUESSED (AND TESTED IN THE PAST) BY ME AND ONLY ME. **********

Then, we may proceed.

Enable the configuration option CONFIG_TOUCHSCREEN_CYPRESS_CYTTSP4_BINARY_FW_UPGRADE in the kernel, recompile and flash.

  • ALL THE OPERATIONS FROM NOW ON HAS TO BE DONE FROM A PHONE ROOT SHELL -

Put the firmware for CYTTSP4 (I took the one from Tianchi to recover my Seagull) in /system/etc/firmware. The firmware file has to be named "cyttsp4_loader.main_ttsp_core".
Write "1" to "manual_upgrade", found in cyttsp4 sysfs path.
Write "1" to "upgrade_now", found in the same path.
Check the upgrade by reading "upgrade_step", found in the same path.

If your touchscreen still doesn't work, then it's not a firmware problem: it's either a HW problem or you screwed up your CYTTSP4 TTCONFIG. To upgrade the configuration, you will need to first get a known good conf FOR YOUR SPECIFIC DEVICE, then you will need to enable the CONFIG_TOUCHSCREEN_CYPRESS_CYTTSP4_MANUAL_TTCONFIG_UPGRADE and you will need to:

  • Feed the new conf to the sysfs "config_data" (dd if=seagull_config of=/sys/xxxxxxxxx/config_data)
  • Start the configuration upgrade by writing "1" to "config_loading" (same sysfs path).

By the way, messing with the touchscreen firmware is stupid!

Good luck!
-- Angelo G. Del Regno

from kernel.

 avatar commented on September 15, 2024

kernel 3.10 and android 4.4 bootloop((

from kernel.

jerpelea avatar jerpelea commented on September 15, 2024

please flash the latest Sony official software instead of cross flashing the TS firmware

from kernel.

 avatar commented on September 15, 2024

please flash the latest Sony official software
latest Sony official software it's android 4.4.4
To flash many times, it did not help

from kernel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.