Deutsch   English   Français   Italiano  
<100el38$1gh4$1@nnrp.usenet.blueworldhosting.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!tncsrv06.tnetconsulting.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!nnrp.usenet.blueworldhosting.com!.POSTED!not-for-mail
From: Marion <marion@facts.com>
Newsgroups: comp.mobile.android
Subject: Re: Tutorial: How to output Android system information to a text/pdf/html file
Date: Mon, 19 May 2025 07:03:05 -0000 (UTC)
Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID: <100el38$1gh4$1@nnrp.usenet.blueworldhosting.com>
References: <100ej34$u63$1@nnrp.usenet.blueworldhosting.com> <m9022tFoppuU2@mid.individual.net>
Injection-Date: Mon, 19 May 2025 07:03:05 -0000 (UTC)
Injection-Info: nnrp.usenet.blueworldhosting.com;
	logging-data="49700"; mail-complaints-to="usenet@blueworldhosting.com"
User-Agent: MacSOUP/2.8.5 (ea919cf118) (Mac OS 10.12.6)
Cancel-Lock: sha1:j837NSacleT62GJ1hVArPVZu4Dc= sha256:2ydY60h/kYDmFYx8VnbxsftK7bTctAr8YaJG/RZBm/0=
	sha1:+tJ5WBrxPm+hrqD1pNi+yCvy7i8= sha256:+cjSV5VVXeuwdXrQiZaT+O+8gvehXtzpvXJ8rSX0CR4=
Bytes: 3385
Lines: 42

On Mon, 19 May 2025 08:40:35 +0200, Arno Welzel wrote :

> My addition here: to use ADB you need a working setup of ADB on the host
> computer and a connection via USB (newer devices also support ADB via
> WiFi which requires to know the IP address of the device in the local
> network). The device also has to allow "USB debugging" which can be
> enabled in the developer options of the device, 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 tutorial!

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/>

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