adonespitogo / AdoBot

Open-source android spyware
MIT License
823 stars 312 forks source link

Create wallpaper #47

Closed Botsailer closed 1 year ago

Botsailer commented 1 year ago

on server side encode image data like below and pass the encoded data through socket.io or websocket or any preffered

var imgdata = fs.readFileSync('lol.jpg') const base64Data = imgdata.toString('base64');

set your wallpaper triggering logic accordingly just when calling the function pass encoded data to it

adonespitogo commented 1 year ago

Thanks for the PR. I'll merge this for now I think it will be usefull.