melianmiko / ZeppPlayer

Unofficial ZeppOS emulator
https://melianmiko.ru/zepp_player/
GNU General Public License v3.0
41 stars 3 forks source link

hmFS.stat, hmFS.stat_asset and hmFS.open, hmFS.open_asset confusion. #3

Closed bbComputerdd closed 1 year ago

bbComputerdd commented 1 year ago

In the simulator, hmFS.stat and hmFS.stat_asset have the same function. So do hmFS.open and hmFS.open_asset. Which is not match the situation of the physical machine(Mi Band 7). Actually, they read or open files from different directories.

Is there any possibility to introduce real features related to /data. Or display a warning message in the console when using hmFS.stat and hmFS.open?

melianmiko commented 1 year ago

Hi,

Looks like you're using very old version of ZeppPlayer, this behavior was already fixed since version 1.6.10.

bbComputerdd commented 1 year ago

Oh, I just notice that the auto update was disabled. Problem solved after updating. Thanks a lot.