Closed bbComputerdd closed 1 year ago
Hi,
Looks like you're using very old version of ZeppPlayer, this behavior was already fixed since version 1.6.10.
Oh, I just notice that the auto update was disabled. Problem solved after updating. Thanks a lot.
In the simulator,
hmFS.stat
andhmFS.stat_asset
have the same function. So dohmFS.open
andhmFS.open_asset
. Which is not match the situation of the physical machine(Mi Band 7). Actually, they read or open files from different directories.hmFS.stat
andhmFS.open
point tojs_watchfaces/data/(appid)
orjs_apps/data/(appid)
directory.hmFS.stat_asset
andhmFS.open_asset
point tojs_watchfaces/(appid)/asset
orjs_apps/data(appid)/asset
directory.Is there any possibility to introduce real features related to
/data
. Or display a warning message in the console when usinghmFS.stat
andhmFS.open
?