1
0
mirror of https://github.com/danog/mklwp.git synced 2024-12-04 10:38:00 +01:00
mklwp/index.html

88 lines
3.1 KiB
HTML
Raw Normal View History

2015-12-30 19:21:33 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640">
<link rel="stylesheet" href="stylesheets/core.css" media="screen">
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>Mklwp by danog</title>
</head>
<body>
<a id="forkme_banner" href="https://github.com/danog/mklwp">View on GitHub</a>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Mklwp</h1>
<h2>Live wallpaper creator for Android</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<section id="downloads">
<span class="inner">
<a href="https://github.com/danog/mklwp/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/danog/mklwp/tarball/master" class="tgz"><em>download</em> .TGZ</a>
</span>
</section>
<span class="banner-fix"></span>
<section id="main_content">
<h1>
<a id="custom-lwp-30" class="anchor" href="#custom-lwp-30" aria-hidden="true"><span class="octicon octicon-link"></span></a>Custom LWP 3.0</h1>
<p>Thanks : andrew121 for the app this script modifies<br>
Thanks : olivvv59 for the added # of images<br>
Thanks : danogentili for linux version (<a href="http://daniil.it">http://daniil.it</a>) </p>
<p>This repository contains a live wallpaper creator for android (windows and linux version).<br>
To start, clone this repo or download it as zip, cd to it and execute the run.sh file </p>
<div class="highlight highlight-source-shell"><pre>./run.sh</pre></div>
<p>if you're on linux or Mac OS X, and the Run.bat file if you're on windoez. </p>
<pre><code>run.bat
</code></pre>
<p>You will need java installed on your system.</p>
<p>Based on <a href="http://forum.xda-developers.com/showthread.php?t=739512">http://forum.xda-developers.com/showthread.php?t=739512</a></p>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>this project by <a href="https://github.com/danog">danog</a> can be found on <a href="https://github.com/danog/mklwp">GitHub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<p>Generated with <a href="https://pages.github.com">GitHub Pages</a> using Merlot</p>
<span class="octocat"></span>
</footer>
</div>
</body>
</html>