LCD-show icon indicating copy to clipboard operation
LCD-show copied to clipboard

How to uninstall?

Open JsBergbau opened this issue 6 years ago • 5 comments

After installing each time is asked for pressing enter after boot, thats ridiciolous. How can the whole thing removed that it is the same before without the display?

JsBergbau avatar Apr 14 '18 21:04 JsBergbau

I'm only learning myself, but all I did was ssh into the pi and run "sudo ./LCD-hdmi"... everything back the way it was and hdmi working perfectly

treefitty avatar May 25 '18 23:05 treefitty

We encountered the same problem before. It wasn't related to the display though, something got corrupted on the sdcard. The solution in our case was to check the drive for errors:

mount -o remount,ro /
fsck /

Then answer yes to all (unless you don't agree). Shortcut:

mount -o remount,ro /
yes | fsck /

Don't forget to reboot afterwards!

jagij avatar Jul 10 '18 08:07 jagij

The install seems to write a system_restore.sh file which you can run to uninstall.

tonb avatar Aug 31 '20 17:08 tonb

I'm confused why is there not an uninstall exe. Whats going on guys?

tyler-canton avatar Jun 22 '21 04:06 tyler-canton

I'm only learning myself, but all I did was ssh into the pi and run "sudo ./LCD-hdmi"... everything back the way it was and hdmi working perfectly

work for me

MartinRGB avatar Sep 30 '23 12:09 MartinRGB