Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.mobile.android > #148505
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Arno Welzel <usenet@arnowelzel.de> |
| Newsgroups | comp.mobile.android |
| Subject | Re: Capturing "About Phone" Info to a File? |
| Date | Mon, 19 May 2025 08:37:49 +0200 |
| Lines | 32 |
| Message-ID | <m901tmFoppuU1@mid.individual.net> (permalink) |
| References | <0dek2k12m645nr3rmnmiqr1babqgnij8pl@4ax.com> <m8utu5Fjc19U1@mid.individual.net> <100dkfe$1sh2$1@nnrp.usenet.blueworldhosting.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net rtP8Gd+D1I2BS8qQICRIrg9cvEUGurzqbL7rKvk+waG0QtwJ7m |
| Cancel-Lock | sha1:FD8DZJzyfkeUEjB5XhIhIIaMAwU= sha256:pRlIoHrZDADfYFQomuNR0VO9E2ty0Z2JAL9Q1KpSpO0= |
| Content-Language | en-US, de-DE |
| In-Reply-To | <100dkfe$1sh2$1@nnrp.usenet.blueworldhosting.com> |
| Xref | csiph.com comp.mobile.android:148505 |
Show key headers only | View raw
Marion, 2025-05-18 23:46: > On Sun, 18 May 2025 21:23:24 +0100, Andy Burns wrote : > > >>> Is there a way to capture the "About Phone" info to a file that I can send >>> as eMail? Screenshots can only get it in bits. >> Are you sure your phone's screenshot utility doesn't have the ability to >> grow or shrink the captured area after the initial shot is taken? >> >> On mine you take the screenshot in the usual way (PWR and VOL-) then >> there's an icon with arrows at the bottom next to the sharing and edit >> icons. > > 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> -- Arno Welzel https://arnowelzel.de
Back to comp.mobile.android | Previous | Next — Previous in thread | Next in thread | Find similar
Capturing "About Phone" Info to a File? croy <croy@spam.invalid.net> - 2025-05-18 12:50 -0700
Re: Capturing "About Phone" Info to a File? Andy Burns <usenet@andyburns.uk> - 2025-05-18 21:23 +0100
Re: Capturing "About Phone" Info to a File? Marion <marion@facts.com> - 2025-05-18 21:46 +0000
Re: Capturing "About Phone" Info to a File? Arno Welzel <usenet@arnowelzel.de> - 2025-05-19 08:37 +0200
Re: Capturing "About Phone" Info to a File? Marion <marion@facts.com> - 2025-05-19 07:09 +0000
csiph-web