-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
103 lines (81 loc) · 4.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Openlgtv.github.io : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Openlgtv.github.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/openlgtv">View on GitHub</a>
<h1 id="project_title">Openlgtv.github.io</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="welcome-to-openlgtv-project" class="anchor" href="#welcome-to-openlgtv-project" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to openlgtv project.</h3>
<p>OpenLGTV is a collective, non-commercial project for legal reverse engineering and research of LG (Smart and non Smart) TVs firmware, which is partially Open Source.<br>
The main goal of the project is to improve the functionality of the TVs by adding new features, fixing bugs and providing new software.<br>
<br>
<strong>NOTE: We're not affiliated with LG in any way. Logos and trademarks are property of their respective owners</strong>
<br>
Feel free to explore the repos and contribute to the project.<br>
Currently we have the following active repos:</p>
<dl>
<dt>epk2extract</dt><dd>multi purpose extraction tool</dd>
<dt>lgmod_s6</dt><dd>custom rootfs for Saturn S6 TVs</dd>
<dt>lgmod_s7</dt><dd>custom rootfs for Saturn S7 TVs</dd>
<dt>s6_s7_modules</dt><dd>providing extra kernel modules for Mstar S6 and S7 TVs</dd>
<dt>lgmod_bcm</dt><dd>custom rootfs for Broadcom TVs (2010 and 2011 models)</dd>
<dt>nsu_emu</dt><dd>local firmware upgrade servers for Smart TV televisions</dd>
<dt>WebOSbrew</dt><dd>openlgtv team for everything WebOS</dd>
<dt>homebrew-channel</dt><dd>homebrew installer for WebOS TVs</dd>
<dt>RootMyTv</dt><dd>Rooting solution for WebOS TVs</dd>
</dl>
<h3>
<a id="how-i-can-contribute" class="anchor" href="#how-i-can-contribute" aria-hidden="true"><span class="octicon octicon-link"></span></a>How can I contribute?</h3>
<p>You can contribute by making pull requests to our current projects.<br>
However, before undertaking any major modification, you should contact us (see contact us below, Discord preferred), so we can discuss your proposed changes.
We're open to ideas and people willing to contribute.</p>
If you think you can help us, contact us on Discord (see below) and ask for Smx or lprot.</p>
<p>You can also join this chatroom:</p>
<a href="https://discord.gg/xWqRVEm"><img src="https://img.shields.io/badge/discord-chat-blue" /></a>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>Thanks to the original authors of the project, the original lgmod developers and all the contributors and testers. Contributors list (in alphabetical order):</p>
<ul>
<li>hawkeye -> owner of the openlgtv website, lgmod developer</li>
<li>
<a href="https://github.com/jenya" class="user-mention">@jenya</a> -> openrelease developer</li>
<li>
<a href="https://github.com/lprot" class="user-mention">@lprot</a> -> epk2extract and lgmod developer</li>
<li>
<a href="https://github.com/mmm4m5m" class="user-mention">@mmm4m5m</a> -> lgmod developer</li>
<li>
<a href="https://github.com/rtokarev" class="user-mention">@rtokarev</a> -> epk2extract and openrelease developer</li>
<li>
<a href="https://github.com/sirius-jam" class="user-mention">@sirius-jam</a> -> original epk2extract author</li>
<li>
<a href="https://github.com/smx-smx" class="user-mention">@smx-smx</a> -> epk2extract developer</li>
<li>xeros -> lgmod BCM developer</li>
</ul>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>You can find us on Discord, or on <a href="https://github.com/OpenLGTV">GitHub</a> <br></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>