roleoroleo / yi-hack-MStar.gdrive

Google drive loader for yi smart ip camera (MStar based)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to stop the service again ?

mimes123 opened this issue · comments

hi is there a command over ssh I can use if I want to stop uploading to gdrive anymore ?

hi is there a command over ssh I can use if I want to stop uploading to gdrive anymore ?

You can edit file /tmp/sd/yi-hack/startup.sh via vi /tmp/sd/yi-hack/startup.sh

  • find the lines containing GDriveUploader or GDriveAutoremover and remove them. Usually, they are located at the end of the file.
  • save the file
  • reboot your camera

⚠️ Be careful when editing that file, make sure you don't mess up other lines in the file.

do you have an example I can see ?

do you have an example I can see ?

My /tmp/sd/yi-hack/startup.sh only contains those 2 lines, i guess yours will be the same.

sh /tmp/sd/yi-hack/gdrive/GDriveUploader
sh /tmp/sd/yi-hack/gdrive/GDriveAutoremover

image

then exit ssh, and reboot your camera manually.