webosbrew / emulator-hacking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rooting Guide for LG webOS Emulator

This guide is for the emulator, NOT for the real TV. To root a real webOS TV, see crashd method or rootmy.tv instead.

Prerequisites

Rooting

For webOS Emulator 1.2.0

Vulnerbility used: /home/root/mount-encrypted.sh can be used to execute arbitrary commands as root.

For webOS Emulator 2.0.0

Vulnerability used: /dev/hda4 is mounted without nosuid option. It will be mounted on /media/developer/.

For webOS Emulator 3.0.0

Vulnerability used: /dev/hda4 is mounted without nosuid option. It will be mounted on /mnt/lg/appstore/.

For webOS Emulator 4.0.0

Vulnerbility used: /dev/hda2 is mounted without nosuid option. It will be mounted on /.

About


Languages

Language:C 67.4%Language:Makefile 32.6%