I do not use wget for a long time in the plugin algorithm for downloading files from the Internet. There is used the "urllib2" python module, I mentioned it on Skype. Wget is only used to test SSL functionality in Enigma. There are sometimes problems with this SSL - especially in the case of your Enigma, which unfortunately uses the ordinary wget contained in BusyBox, which is a cropped version. This cropped wget has little or no support for SSL (HTTPS). SSL issues are already resolved in the plugin because I use two mirror servers even without SSL (i.e. HTTP mirror if HTTPS failed). As for downloading picon archives from drive.google, it should work as well (I don't have it verified because I don't own the OE 2.5+ core enigma). Unfortunately.
There was a different problem with device # 3 DM dm800hdse with OE 2.0. I mean the Green-Screen-Of-Death. There was a FONT problem right in the "configList" widget (a different config Screen class and its methods). Unfortunately, the new Enigma kernels - in your case, the new OE2.0 kernel in the NewEnigma2 image, cannot use the same font setup method as the old open-source OE 2.0 kernel. The problem was in detecting the kernel, but that should be resolved.
I think you have my code left in the plugin folder for testing. This is a mistake because it will not be overwritten by the new version from the Internet during the update. So even if you see the new version number of the plugin, you still have the source code of the older version and it takes precedence (the .pyo code is overwritten when you restart the Enigma with the .py source code). The solution is to delete the entire plugin or uninstall it. For sure, also delete the contents of the plugin folder. Then reinstall the plugin. I wrote to you on Skype today, but you didn't answer ... you probably have a lot of work to do :-/. Can you please send a new crash-log file? I'll be grateful. :) However, this will probably be the problem I just mentioned.
