Advertisement
Guest User

LG Crashd

a guest
Feb 10th, 2023
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. 1. Enable Developer Mode: https://webostv.developer.lge.com/develop/getting-started/developer-mode-app
  2. 2. Download Software:
  3. a. WebOS-Dev-Manager - https://github.com/webosbrew/dev-manager-desktop/releases
  4. b. PuTTY - https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
  5. c. Homebrew Channel 0.5.1 ipk - https://github.com/webosbrew/webos-homebrew-channel/releases
  6. 3. In WebOS-Dev-Manager perform these steps:
  7. a. Click "+ Add Device"
  8. b. Enter IP address of your TV in "Host Address" field
  9. c. Enter passphrase displayed on LG Developer Mode app in "Passphrase" field
  10. d. Keep other settings at default, click "Add"
  11. e. Click "Install" in the top right corner
  12. f. Execute this terminal command If you have rooted with Rootmy.tv before:
  13. rm /mnt/lg/cmn_data/var/lib/webosbrew/startup.sh /var/lib/webosbrew/startup.sh /mnt/lg/cmn_data/wam/extra_conf.sh
  14. g. Choose homebrew channel 0.5.1 ipk
  15. h. Validate Homebrew Channel 0.5.1 is installed on your TV
  16. i. Click on "terminal"
  17. j. Type this command into the blank space of the terminal then press enter
  18. touch /var/log/crashd/"x;telnetd -l sh"
  19. 4. In PuTTY perform these steps:
  20. a. type your TV's IP address in "Host Name" field
  21. b. Validate that "telnet" is selected under "Connection Type"
  22. c. Open the telnet connection to your TV
  23. d. Execute this to give root permissions to Homebrew Channel: /media/developer/apps/usr/palm/services/org.webosbrew.hbchannel.service/elevate-service
  24. e. Execute this command to ensure developer mode does not disable in 48 hours:
  25. rm -rf /var/luna/preferences/devmode_enabled && mkdir -p /var/luna/preferences/devmode_enabled
  26. 5. Uninstall developer mode app from TV home menu
  27. 6. Power off your tv, disable QuickStart+ first!
  28. IMPORTANT: Do NOT click "yes" to an "Install Homebrew Channel" prompt!
  29. 7. After restart, confirm that "Root Status" in Homebrew Channel is "ok"
  30. 8. Turn on SSH in Homebrew Channel and restart
  31. 9. Enjoy your rooted TV!
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement