• kratoz29@lemm.ee
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    And there is me using a 2019 (dying) device which I heat up with a termux command to get it back in working state 😁

    For the curious the device is a Poco F2 Pro, known for IMEI and charging flex issues, the termux command I use to bring alive my IMEI, Wifi and USB data transfers is:

    for i in $(seq 1 32); do sh -c ‘while :; do a=$((a+1)); done’ & done; for i in $(seq 1 32); do yes > /dev/null & done

    This paired with fast charge will heat the SOC and make it work like the 1st day without an issue lol.