Sujet : Re: Tutorial: How to output Android system information to a text/pdf/html file
De : marion (at) *nospam* facts.com (Marion)
Groupes : comp.mobile.androidDate : 19. May 2025, 21:04:45
Autres entêtes
Organisation : BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID : <100g2ss$1f7j$1@nnrp.usenet.blueworldhosting.com>
References : 1
User-Agent : MacSOUP/2.8.5 (ea919cf118) (Mac OS 10.12.6)
On Mon, 19 May 2025 06:28:53 -0000 (UTC), Marion wrote :
ADB, of course, can report your system information to a file, e.g.,
C:\> adb shell getprop > about_phone_info.txt
For specific keywords, one can grep for the desired strings:
C:\> adb shell getprop | findstr version.release
C:\> adb shell getprop | findstr ro.product.model
C:\> adb shell getprop | gsm.version.baseband
etc.
But the information isn't always in easily understood format.
While this is the Usenet thread asking for helpful input
*Tutorial: How to output Android system information to a text/pdf/html file*
<
https://www.novabbs.com/computers/article-flat.php?id=59032&group=comp.mobile.android#59032>
In the XDA thread on this topic, two people posted added value.
*Tutorial: How to output Android system information to a text/pdf/html file*
<
https://xdaforums.com/t/tutorial-how-to-output-android-system-information-to-a-text-pdf-html-file.4737418/>
One helpful person posted the adb command to get even more information
C:\> adb shell dumpsys > phone_system_dump.txt
Another contributor is a developer who suggested we use his app:
"My app doers a lot on the device, displays it on a scrollable
& expandable window, save the results to a history file
OR a copy onto your sdcard. Is free & add-free, allows
almost all code access, and does a whole lot more."
<
https://xdaforums.com/t/tutorial-how-to-output-android-system-information-to-a-text-pdf-html-file.4737418/post-90104315>
*[APP][TOOL] TeMeFI comprehensive system Administration*
<
https://xdaforums.com/t/app-tool-temefi-comprehensive-system-administration.3806260/>
"This app provides/returns a bucket load of information
regarding your device and the currently running ROM,
and much, much more. And hence the name "TeMeFI";
as its Too Much F????? Information. The F stands for
whatever your comfortable with."
Download: TeMeFI-v1.2.06.apk
MD5: 573C3807D3BE08C0DC1A283846AD14D5
<
https://2ly.link/23hAY>
"You can use it without root, but you will be HEAVILY limited
in what you can do. If you are unrooted, have a read of the
following post, regarding a recently added feature for
non-root users"
<
https://xdaforums.com/t/app-tool-te...-administration.3806260/page-38#post-84803685>
As always, if you have more value to add to the topic,
please do, so that everyone benefits from all your efforts.