You need to compile libreelec with my stuff.
But yesterday I was thinking to move all this to addon. Then it would be little easier to manage... Maybe one day 
You need to compile libreelec with my stuff.
But yesterday I was thinking to move all this to addon. Then it would be little easier to manage... Maybe one day 
Do you see new Kodi share in windows explorer?
Do you see new kodi share in windows explorer? If only hidden files are problem then you need to enable to see them somewhere in windows explorer.
Addon you found does nothing itself - it is part of my tslib solution to manage touchsreen. But for this you need special image with this included. In the past I build images from time to time but I don't do that anymore for a different reasons.
You could of saved time by just saying there isnt any.
You want tutorial? In this case you are out of luck. Mostly because no one is taking time to make a wiki note. As usually it is mostly take actions and not giving back 
There is OE wiki entry and also this. But outdated.
Just start looking how other addons are made and start working on yours. If this is to hard then I assume whole addon idea is to hard for you also.
stuCONNERS, look how one existent addon is made and then make yours based on others.
I dont think there should be any issues.
I think there is no MBR anymore. But it boots because syslinux is actually installed on first partittion. Just guessing but I'm still glad you solve the issue.
No, it copies first partititon of USB stick to HDD and then copies it back as whole disk. Meaning you lost MBR, partitions table, second partition.
I think if you would delete EFI folder on a USB stick then stick doesn't have any EFI boot capability.
such a small distribution (as is OpenELEC)
Small in what way? As file size or user base?
Known problem and we are working on it.
So it is harmless then 
But phpMyAdmin is working or not? I mean can you edit databases? Or you are just looking for warnings? 
There is no need of autostart.sh. Instead edit file /storage/.config/ts/ts_env.sh and uncomment and set TSLIB_RES_X and TSLIB_RES_Y. Everything else is done automatically.
Also calibration should be done from Kodi itself with calibration addon. If for some reason it fails then running from console could help.
Any ideas on fixing these issues
It would be very helpful if you would write where/when you get this.
You have no commands after if (only comments). You need to use character : on one line in this case like
if /usr/bin/systemctl list-jobs | /bin/egrep -q 'reboot.target.*start' > /dev/null; then
: # must use this line
# reboot
# wget -q 'http://192.168.1.203/MainZone/index.put.asp?cmd0=PutZone_OnOff%2FOFF';
else
# shutdown
wget -q 'http://192.168.1.42/cgi-bin/system_mgr.cgi?cmd=cgi_shutdown' ;
wget -q 'http://192.168.1.203/MainZone/index.put.asp?cmd0=PutZone_OnOff%2FOFF';
fi