Updated from 0.98 to 1.0.2. RPi Touchscreen issues
I just updated my RPi Image from 0.98 to 1.0.2, and my home screen after reboot shows almost all the gadgets. No WebCam, and the new Change Filiment is just words, no Icon. But the worst is when I click any button, such as settings, I can no longer get back to the HOME screen. (The HOME Button on the left) only shows me Move and Files. I have to reboot the RPi to get the previous home screen.
My Remote control still works on my phone and PC.. but not the TouchUI. (Official RPi 7" Touchscreen using the Display Port.
My Remote control still works on my phone and PC.. but not the TouchUI. (Official RPi 7" Touchscreen using the Display Port.
Comments
Just tested with fresh sd card fro image and it worked. Only thing I noticed was that printer icon causes a problem when you have no printers configured. Adding a printer made that page also work again.
As long as you have no users defined you can also get the interface on your browser with this link:
http://192.168.1.131:3344/modules/front2/app/app.html/
Adjust ip of course. Please try if it works eventually reload while developer tools in browser are open (right click inspect element). And go to console or network after a reload while dev tools were active to see if you failed loading a file or got an error.
I also checked the sha1sums in /usr/local/Repetier-Server/www/modules/front2/app folder
These are what make the interface. You can verify if you have same checksums or if there was a defect so they got modified.
Hrmm.. trying to figure out how to call that page from onboard the Pi, It's embedded into my CNC Mill control box. (And it is protected from external access on port 3344)
I will need to take my rig apart to get to the USB for keyboard and mouse.
My checksums seem ok
Hrmm.. Hard to debug when nothing is tried?
The Pi in Kiosk mode doesn't have a refresh. Maybe the new version on a fresh image updates other components that help with the KIOSK Browser?
chromium-browser is being kept back, I assume
by design of the image?
In older images it started /modules/front2/www/app.html but no wit should start /modules/front2/app/app.html
The starting line in autostart should now look like this:
chromium-browser --force-device-scale-factor=1 --disable-features=TranslateUI --app-auto-launched --disable-pinch --incognito --noerrdialogs --disable-suggestions-service --disable-translate --disable-save-password-bubble --disable-session-crashed-bubble --disable-infobars --touch-events=disabled --disable-gesture-typing --kiosk --check-for-update-interval=31536000 --app=http://127.0.0.1:3344/modules/front2/app/app.html &
Maybe that difference is causing the problems, also in my test I get it redirected to the correct app folder.
If you try to install new image, you can make a backup with Repetier-Server Monitor, see
https://www.repetier-server.com/knowledgebase/backup-restore/
so you won't loose any configs.
pi@Repetier-Server:~$ cat /home/pi/.config/openbox/autostart
Meh, rebuild time I guess :-D
Went into settings on the touch screen, and back out. Works.
Manually created my printer only from screenshots. (Marlin, 250000 Baud) and walked through the wizard.
Rebooted and it came up into my printer as it usually does. Went into settings, then hit the HOME button again, broken 2 item menu.
Bummer. I be broken on the touch screen. My iPhone as a pendant works. I can move my Mill around the spoilboard. Looks like something is not happy with the Printer once one is defined.
Ideas?