This repository has been archived on 2026-04-17. You can view files and clone it, but cannot push or open issues or pull requests.
repo/depicts/flashback.html
2018-09-15 00:00:14 -06:00

120 lines
5.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>FlashBack</title>
<link rel="stylesheet" type="text/css" href="../css/style.css">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<script type="text/javascript" src="../js/thankssaurik.js"></script>
</head>
<body>
<panel>
<br>
<label>Requirements</label>
<fieldset>
<div>
<p><strong>iOS Version:</strong> 11 (Will likely work with lower iOS versions)</p><hr>
<p><strong>Depends:</strong> IconSupport, SSH/Terminal Application </p>
</div>
</fieldset>
<br>
<label>Information</label>
<fieldset>
<div>
<p>FlashBack is a script for easily switching between setups!</p>
<p>To use, simply run "FlashBack" as root over SSH or terminal.</p>
<hr><p><strong>Option 1:</strong> Backup current setup - this saves your wallpaper, icon layout, and tweak preferences (including themes and widgets)</p>
<p><strong>Option 2:</strong> Restore past setup - this also backs up your current setup in case you need to revert</p>
<p><strong>Option 3:</strong> Delete existing backups - type the name of the backup you wish to delete (this cannot be undone)</p>
<p><strong>Option 4:</strong> Delete AutoBackups - this deletes ALL AutoBackups</p>
<p><strong>Option 5:</strong> Package backup as DEB - this creates an installable DEB file for easily sharing your setups. With it, you can include required tweaks.</p>
</div>
</fieldset>
<br>
<label>FAQ</label>
<fieldset>
<div>
<p><strong>If a question you have isn't answered here, email me. I will answer you directly, and add it here if needed.</strong></p>
<hr><p><strong>Q:</strong> What exactly is backed up?</p>
<p><strong>A:</strong> Your backups contain Wallpapers, Icon Layouts, and tweak preferences. If you backup as a DEB, it can also help you restore installed tweaks.</p>
<hr><p><strong>Q:</strong> Why won't my wallpaper backup/restore???</p>
<p><strong>A:</strong> As of right now, FlashBack doesn't support system wallpapers. Why? I don't know. Otherwise, it would.</p>
<hr><p><strong>Q:</strong> Where are my backups stored in my filesystem?.</p>
<p><strong>A:</strong> You can find them in /Library/FlashBack/Backups/</p>
<hr><p><strong>Q:</strong> How do I share my setups with others?</p>
<p><strong>A:</strong> The best way to do this is to create a backup using option 1, then back it up to a DEB using option 5. Automatic mode is recomended for sharing setups. The best ways to share the DEB are my hosting your own YouRepo, or requesting that it be hosted on mine! Email me for more information.</p>
<hr><p><strong>Q:</strong> This is a work of art! How do I show my appreciation?</p>
<p><strong>A:</strong> Well, donating is always an option! It really helps me out, and is a great motivator!<sup>The link is at the bottom!</sup></p>
</div>
</fieldset>
<br>
<label>Changelog</label>
<fieldset>
<div>
<p><strong>LATEST</strong></p>
<p><strong>1.5</strong>: Fixed FlashBack not started becuse I left a few non-working lines of code in.</p><hr>
<p><strong>1.5</strong>: Thanks to the testing which was strongly upheld by NewD, Icon location and wallpaper restoring should in theory work. In addition, I've added a basic attempt at combatting possible overheating issues by killing the process if it runs in the background longer than 5 minutes.</p><hr>
<p><strong>1.4</strong>: Now you can actually see things! Added a fuller color scheme, hopefully to fix display issues on any terminal source.</p>
<p><strong>1.3</strong>: Implemented wallpaper backup, icon layout backup, fixed color scheme on SSH via macOS, and added a version check for safety measures.</p>
<p><strong>1.2</strong>: Added repo icon</p>
<p><strong>1.1</strong>: Big ol' rewrite. Thanks so much /u/LULShotz!</p>
<p><strong>1.0-beta3</strong>: Major fixes</p>
<p><strong>1.0-beta2</strong>: Minor fixes</p>
<p><strong>1.0-beta1</strong>: Inital Release</p>
</div>
</fieldset>
<br>
<fieldset>
<a>
<img class="icon" src="../images/logo.png">
<div>
<div>
<label>
<p>MPG13's Repo</p>
</label>
</div>
</div>
</a>
<a href="httpd://mpg13.github.io" class=" cytyle-in">
<img class="icon" src="../images/logo.png">
<div>
<div>
<label>
<p>My Homepage</p>
</label>
</div>
</div>
</a><a href="https://paypal.me/MicahGomez" class=" cytyle-in">
<img class="icon" src="../images/paypal.png">
<div>
<div>
<label>
<p>Donate</p>
</label>
</div>
</div>
</a>
</fieldset>
</panel>
<!-- Default Statcounter code for Mpg13.github.io Repo
http://mpg13.github.io/repo -->
<script type="text/javascript">
var sc_project=11785589;
var sc_invisible=1;
var sc_security="fd418960";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="free web stats"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/11785589/0/fd418960/1/" alt="free
web stats"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>