Trying to make webos 3.0 (and less) work with rootmy.tv
mycop5 opened this issue · 0 comments
mycop5 commented
Hello!
As i understand ROOT method is based on GUI vulnerability + DownloadManager
webos 3.0 devices have this luna-app.
hovewer. When i try to do:
luna-send-pub -n 1 -f luna://com.webos.service.downloadmanager/download '{}'
i get:
{
"errorCode": -1
"returnValue": false
"errorText": "Unknown method "download" for category "/""
}
With "upload" same thing.
Also with rootmy.tv
"Sh" file dropped to default "download" folder...=(
It is possible to some fix your script to make friendly root at webos 3.0 ?
As i understand it can be done by few ways.
- Just find necessary arguments for this version downloadmanager.
- Change default download directory and repeat.
- Run Another LUNA-api based app by same way (rooted righ with webos priveleged GUI)
- Run another download app such as wget. by same way.
i understand it right or miss something? It is possible?
Can you help with this?