<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tbpindustries.com/index.php?action=history&amp;feed=atom&amp;title=Android</id>
	<title>Android - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tbpindustries.com/index.php?action=history&amp;feed=atom&amp;title=Android"/>
	<link rel="alternate" type="text/html" href="https://wiki.tbpindustries.com/index.php?title=Android&amp;action=history"/>
	<updated>2026-05-14T04:13:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.tbpindustries.com/index.php?title=Android&amp;diff=341&amp;oldid=prev</id>
		<title>Goldbolt: Created page with &quot;{{DISPLAYTITLE:Android}} The awk utility shall execute programs written in the awk programming language, which is specialized for textual data manipulation. An awk program is...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tbpindustries.com/index.php?title=Android&amp;diff=341&amp;oldid=prev"/>
		<updated>2023-04-10T14:21:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{DISPLAYTITLE:Android}} The awk utility shall execute programs written in the awk programming language, which is specialized for textual data manipulation. An awk program is...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{DISPLAYTITLE:Android}}&lt;br /&gt;
The awk utility shall execute programs written in the awk programming language, which is specialized for textual data manipulation. An awk program is a sequence of patterns and corresponding actions. When input is read that matches a pattern, the action associated with that pattern is carried out.&lt;br /&gt;
&lt;br /&gt;
Input shall be interpreted as a sequence of records. By default, a record is a line, less its terminating &amp;lt;newline&amp;gt;, but this can be changed by using the RS built-in variable. Each record of input shall be matched in turn against each pattern in the program. For each pattern matched, the associated action shall be executed.&lt;br /&gt;
&lt;br /&gt;
The awk utility shall interpret each input record as a sequence of fields where, by default, a field is a string of non-&amp;lt;blank&amp;gt; non-&amp;lt;newline&amp;gt; characters. This default &amp;lt;blank&amp;gt; and &amp;lt;newline&amp;gt; field delimiter can be changed by using the FS built-in variable or the −F sepstring option. The awk utility shall denote the first field in a record $1, the second $2, and so on. The symbol $0 shall refer to the entire record; setting any other field causes the re-evaluation of $0. Assigning to $0 shall reset the values of all other fields and the NF built-in variable.&lt;br /&gt;
&lt;br /&gt;
=Magisk=&lt;br /&gt;
The following will remove all Magisk modules in case there is a bootloop after installing and enabling a new module. This assumes Magisk is already installed and ADB is enabled. Reboot the phone, plug it into your PC and run the following and wait.&lt;br /&gt;
&lt;br /&gt;
    adb wait-for-device shell magisk --remove-modules&lt;/div&gt;</summary>
		<author><name>Goldbolt</name></author>
		
	</entry>
</feed>