<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sudoroom.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tlalexander</id>
	<title>Sudo Room - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://sudoroom.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tlalexander"/>
	<link rel="alternate" type="text/html" href="https://sudoroom.org/wiki/Special:Contributions/Tlalexander"/>
	<updated>2026-04-15T02:17:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=Tablets&amp;diff=11675</id>
		<title>Tablets</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Tablets&amp;diff=11675"/>
		<updated>2020-02-26T06:00:39Z</updated>

		<summary type="html">&lt;p&gt;Tlalexander: /* Tablet Factory Reset */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;fixing mystery android &amp;quot;tablet pc&amp;quot; tablets that are locked out for some weird previous purpose.&lt;br /&gt;
&lt;br /&gt;
https://gist.github.com/substack/1935262a09d2bf4542e5&lt;br /&gt;
&lt;br /&gt;
here is the firefox APK file so you can have a decent browser on there:&lt;br /&gt;
&lt;br /&gt;
https://ftp.mozilla.org/pub/mobile/releases/latest/android-api-11/multi/fennec-42.0.1.multi.android-arm.apk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tablet Factory Reset ==&lt;br /&gt;
&lt;br /&gt;
As an alternative to the above instructions, you may just want to start with a factory reset.&lt;br /&gt;
&lt;br /&gt;
Install ADB: &lt;br /&gt;
&lt;br /&gt;
$ sudo apt-get install android-tools-adb&lt;br /&gt;
&lt;br /&gt;
Now check that the tablet shows up: &lt;br /&gt;
&lt;br /&gt;
$ adb devices&lt;br /&gt;
&lt;br /&gt;
That should return something like:&lt;br /&gt;
 &lt;br /&gt;
List of devices attached &lt;br /&gt;
&lt;br /&gt;
20080411413fc082	device &lt;br /&gt;
&lt;br /&gt;
If the tablet shows up, run this command to perform a factory reset: &lt;br /&gt;
 &lt;br /&gt;
$ adb shell  &amp;quot;su -c 'am broadcast -a android.intent.action.MASTER_CLEAR'&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This will reboot the tablet, and when it boots back up it will be ready to use.&lt;/div&gt;</summary>
		<author><name>Tlalexander</name></author>
	</entry>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=Tablets&amp;diff=11674</id>
		<title>Tablets</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Tablets&amp;diff=11674"/>
		<updated>2020-02-26T05:59:34Z</updated>

		<summary type="html">&lt;p&gt;Tlalexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;fixing mystery android &amp;quot;tablet pc&amp;quot; tablets that are locked out for some weird previous purpose.&lt;br /&gt;
&lt;br /&gt;
https://gist.github.com/substack/1935262a09d2bf4542e5&lt;br /&gt;
&lt;br /&gt;
here is the firefox APK file so you can have a decent browser on there:&lt;br /&gt;
&lt;br /&gt;
https://ftp.mozilla.org/pub/mobile/releases/latest/android-api-11/multi/fennec-42.0.1.multi.android-arm.apk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tablet Factory Reset ==&lt;br /&gt;
&lt;br /&gt;
As an alternative to the above instructions, you may just want to start with a factory reset.&lt;br /&gt;
&lt;br /&gt;
Install ADB: &lt;br /&gt;
&lt;br /&gt;
$ sudo apt-get install android-tools-adb&lt;br /&gt;
&lt;br /&gt;
Now check that the tablet shows up: &lt;br /&gt;
&lt;br /&gt;
$ adb devices&lt;br /&gt;
&lt;br /&gt;
That should return something like:&lt;br /&gt;
 &lt;br /&gt;
List of devices attached &lt;br /&gt;
&lt;br /&gt;
20080411413fc082	device &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the tablet shows up, run this command to perform a factory reset: &lt;br /&gt;
 &lt;br /&gt;
$ adb shell  &amp;quot;su -c 'am broadcast -a android.intent.action.MASTER_CLEAR'&amp;quot;&lt;/div&gt;</summary>
		<author><name>Tlalexander</name></author>
	</entry>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=Tablets&amp;diff=11673</id>
		<title>Tablets</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Tablets&amp;diff=11673"/>
		<updated>2020-02-26T05:59:01Z</updated>

		<summary type="html">&lt;p&gt;Tlalexander: Added details on how to quickly perform a factory reset.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;fixing mystery android &amp;quot;tablet pc&amp;quot; tablets that are locked out for some weird previous purpose.&lt;br /&gt;
&lt;br /&gt;
https://gist.github.com/substack/1935262a09d2bf4542e5&lt;br /&gt;
&lt;br /&gt;
here is the firefox APK file so you can have a decent browser on there:&lt;br /&gt;
&lt;br /&gt;
https://ftp.mozilla.org/pub/mobile/releases/latest/android-api-11/multi/fennec-42.0.1.multi.android-arm.apk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tablet Factory Reset ==&lt;br /&gt;
&lt;br /&gt;
As an alternative to the above instructions, you may just want to start with a factory reset.&lt;br /&gt;
&lt;br /&gt;
Install ADB:&lt;br /&gt;
$ sudo apt-get install android-tools-adb&lt;br /&gt;
&lt;br /&gt;
Now check that the tablet shows up:&lt;br /&gt;
$ adb devices&lt;br /&gt;
&lt;br /&gt;
That should return something like:&lt;br /&gt;
List of devices attached&lt;br /&gt;
20080411413fc082	device&lt;br /&gt;
&lt;br /&gt;
If the tablet shows up, run this command to perform a factory reset:&lt;br /&gt;
$ adb shell  &amp;quot;su -c 'am broadcast -a android.intent.action.MASTER_CLEAR'&amp;quot;&lt;/div&gt;</summary>
		<author><name>Tlalexander</name></author>
	</entry>
</feed>