RootMyTV / RootMyTV.github.io

RootMyTV is a user-friendly exploit for rooting/jailbreaking LG webOS smart TVs.
https://RootMy.TV
MIT License
2.15k stars 64 forks source link

Trying to make webos 3.0 (and less) work with rootmy.tv #114

Open mycop5 opened 1 year ago

mycop5 commented 1 year ago

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.

  1. Just find necessary arguments for this version downloadmanager.
  2. Change default download directory and repeat.
  3. Run Another LUNA-api based app by same way (rooted righ with webos priveleged GUI)
  4. 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?