Re: Capturing "About Phone" Info to a File?

Liste des GroupesRevenir à cm android 
Sujet : Re: Capturing "About Phone" Info to a File?
De : marion (at) *nospam* facts.com (Marion)
Groupes : comp.mobile.android
Date : 19. May 2025, 08:09:00
Autres entêtes
Organisation : BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID : <100eleb$1hsc$1@nnrp.usenet.blueworldhosting.com>
References : 1 2 3 4
User-Agent : MacSOUP/2.8.5 (ea919cf118) (Mac OS 10.12.6)
On Mon, 19 May 2025 08:37:49 +0200, Arno Welzel wrote :


It's a complete waste of my energy to answer any of the OP's questions;
however for the others here who care to know the answers, it's easy to do.
 
While one can OCR for free with Irfanview on Windows it's probably easier
to use adb to spit out the "About Phone" information to a text on Windows.
 
  C:\> adb shell getprop > about_phone_info.txt
 
In addition: that requires a working setup of ADB on the host computer
and a connection via USB. The device also has to allow "USB debugging",
otherwise you can't do anything at all using ADB.
 
Also see: <https://developer.android.com/tools/adb?authuser=1&hl=en>

Thanks! That's a helpful and accurate addition to the new tutorial!
 *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>

You're absolutely right - a working ADB installation on the host computer
and enabling USB debugging on the Android device are prerequisites for
using any of the ADB commands I listed.

It's also great that you mentioned ADB over Wi-Fi as an alternative for
newer devices. That's a handy option for those who prefer a wireless
connection.

BTW, does anyone know why adb won't get the first file generated?
/storage/emulated/0/Android/data/com.finalwire.aida64\files\report-2025-05-18-22-26-59.txt

We should probably add your improvement to the concomitant XDA thread.
 *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/>
Note long titles are on purpose to help people find it in searches.

Check it out and let me know if I added the information correctly.
The advantage of XDA is that google searches find it so more people
can benefit from our combined effort to increase our tribal knowledge.

This is what I just now added to the XDA Developers thread...

Important Note: To use ADB (Android Debug Bridge), you need a working ADB
setup on your computer. This typically involves installing the Android SDK
Platform-Tools. Additionally, you need to connect your Android device to
your computer via USB, and enable "USB debugging" in the Developer Options
of your Android device. For newer devices, ADB can sometimes be used over
Wi-Fi, which requires knowing the device's IP address on the local network.
Without these prerequisites, the ADB commands below will not work. You can
find more information on setting up ADB here:
https://developer.android.com/tools/adb?authuser=1&hl=en

Date Sujet#  Auteur
18 May21:23 * Re: Capturing "About Phone" Info to a File?4Andy Burns
18 May22:46 `* Re: Capturing "About Phone" Info to a File?3Marion
19 May07:37  `* Re: Capturing "About Phone" Info to a File?2Arno Welzel
19 May08:09   `- Re: Capturing "About Phone" Info to a File?1Marion

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal