<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>adb Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/adb/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/adb/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Thu, 09 Oct 2025 14:26:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>ADB Cheat Sheet</title>
		<link>https://creatronix.de/adb-cheat-sheet/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Wed, 07 Jul 2021 09:50:01 +0000</pubDate>
				<category><![CDATA[Android & iOS development]]></category>
		<category><![CDATA[adb]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=3653</guid>

					<description><![CDATA[<p>Get Device Info The device command gives you info about connected well devices $adb devices -l List of devices attached LGD8559ea73a60 device product:g3_global_com model:LG_D855 device:g3 transport_id:2 Shell $ adb shell Services shell@g3:/ $ service list Found 132 services: 0 AtCmdFwd: [com.qualcomm.atfwd.IAtCmdFwd] ... &#160; Device Properties shell@g3:/ $ getprop [DEVICE_PROVISIONED]: [1] ... Get CPU information shell@g3:/&#8230;</p>
<p>The post <a href="https://creatronix.de/adb-cheat-sheet/">ADB Cheat Sheet</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Get Device Info</h2>
<p>The device command gives you info about connected well devices</p>
<pre>$adb devices -l
List of devices attached
LGD8559ea73a60 device product:g3_global_com model:LG_D855 device:g3 transport_id:2

</pre>
<h2>Shell</h2>
<pre>$ adb shell</pre>
<h3>Services</h3>
<pre>shell@g3:/ $ service list
Found 132 services:
0 AtCmdFwd: [com.qualcomm.atfwd.IAtCmdFwd]
...</pre>
<p>&nbsp;</p>
<h3>Device Properties</h3>
<pre>shell@g3:/ $ getprop
[DEVICE_PROVISIONED]: [1]
... 
</pre>
<h3>Get CPU information</h3>
<pre>shell@g3:/ $ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 1 (v7l)
processor : 0
BogoMIPS : 38.40
processor : 1
BogoMIPS : 38.40

processor : 2
BogoMIPS : 38.40

processor : 3
BogoMIPS : 38.40

Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0x2
CPU part : 0x06f
CPU revision : 1

Hardware : Qualcomm MSM8974PRO-AC
Revision : 000a
Serial : 0000000000000000</pre>
<h3>Get Camera Info</h3>
<pre>shell@g3:/ $ dumpsys media.camera
Camera module HAL API version: 0x100
Camera module API version: 0x100
Camera module name: QCamera Module
Camera module author: Qualcomm Innovation Center Inc
Number of camera devices: 2</pre>
<h3>Screen Resolution</h3>
<pre>shell@g3:/ $ wm size
Physical size: 1440x2560</pre>
<h3>Memory Info</h3>
<pre>shell@g3:/ $ cat /proc/meminfo
MemTotal: 1885184 kB
MemFree: 118380 kB</pre>
<p>The post <a href="https://creatronix.de/adb-cheat-sheet/">ADB Cheat Sheet</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
