issue #1
Fix weather icon issue - using openweather's one 1. Support unread message notification on widjet
This commit is contained in:
@@ -1425,10 +1425,11 @@ HotelTV.hcap = (function() {
|
||||
console.log("onSuccess");
|
||||
hcap.system.getScreenCaptureImage({
|
||||
"onSuccess": function(s) {
|
||||
var _fileName = (new Date()).toISOString().slice(0, 19).replace(/[-:]/g, "").replace("T", "_");
|
||||
console.log("onSuccess : uri = " + s.uri);
|
||||
hcap.file.downloadFileToUsb({
|
||||
"uri": s.uri,
|
||||
"path": "/tmp/usb/sda/sda1/youtube_s3.png",
|
||||
"path": "/tmp/usb/sda/sda1/" + _fileName + ".png",
|
||||
"onSuccess": function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user