XPost: comp.mobile.android, alt.comp.microsoft.windows
How to take long Android screenshots from Windows without touching buttons
(and without resorting to unnecessary editing efforts such as stitching).
1. I operate my Android phone from the PC mouse/keyboard/monitor/speaker.
2. All day I use FOSS scrcpy over Wi-Fi to mirror Android onto the PC.
3. My phone can be anywhere in the house as long as it's on the LAN.
4. So I can't screenshot by touching any hardware buttons on the phone.
5. But even if I had the phone in front of me, the whole point is not
to ever need to touch the phone while still using the phone fully.
6. Luckily I can screenshot from Windows without touching the phone.
a. Irfanview:Options > Capture screenshot > fname=$U(%d%m%Y_%H%M%S)_###
b. C:\> adb exec-out screencap -p > C:\tmp\screenshot.png
c. C:\> adb shell screencap -p %phone% && adb pull %phone% %pc%\.
7. But today I needed a _long_ screenshot without touching the phone!
a. This need occurs when you want to screenshot long web pages
b. And when you want to screenshot long folder app shortcuts
c. And when you want to screenshot settings that scroll off screen
I tried to see if adb could take long screenshots but after hacking out
a screenshot batch file "ss.bat", I still couldn't figure out the syntax
to get adb to scroll before taking the shot & bringing it to Windows.
So I used the App Finder to find a scrolling screenshot app for Android.
<
https://play.google.com/store/apps/details?id=scadica.aq>
Using the keywords "screenshot capture long" & filtering out payware,
adware and in-app payware and setting the number of downloads & ratings.
Which found the following free/adfree/inappfree long-scrolling apps
in the following order (which was set to sort by relevance & downloads).
*Screenshot Tile [No root]* by cuzi
free,adfree,inappfree,4.0 star 2.42K reviews 100K+ Downloads
<
https://play.google.com/store/apps/details?id=com.github.cvzi.screenshottile>
*Screenshot Capture, Easy Touch* by Elvia Coleman
free,adfree,inappfree,4.2 star 87 reviews 10K+ Downloads
<
https://play.google.com/store/apps/details?id=com.akashelviacolm.screenshotcapture>
*Long screenshot: Longshot* by Lucent Creation
free,adfree,inappfree,10K+ Downloads
<
https://play.google.com/store/apps/details?id=com.ckt.long_screenshot_longshot_longscreenshot_fullscreen>
*Screenshot Long Scrolling App* by Ujo Soft Tech Apps
free,adfree,inappfree,100+ Downloads
<
https://play.google.com/store/apps/details?id=com.screenshot.easy.scrolling.app>
*Screen Recorder - Longshot App* by TABATECH
free,adfree,inappfree,10+ Downloads
<
https://play.google.com/store/apps/details?id=com.screen.shot.manual.scroll.captureauto>
After trying them all, I opted for the first in the list above.
*Screenshot Tile [No root]* by cuzi
It has a bajillion settings so I'll simply summarize that I set it to
use the native screenshotting method (there were plenty to choose from)
& to delay 5 seconds (so I can set up a shot) & to count it down.
Optionally I set a floating button with an [x] to close it when done.
This allows me to take a few scrolling screenshots without having to
re-pull down the quick settings tile to initiate the action again.
When it snaps the shot, it gives me the option to scroll by tapping.
And I opted for system storage \Internal storage\DCIM\Screenshots\.
When I'm done for the session, I hit the floating [x] and it disappears
from sight (to be brought back from the quick settings tiles when needed).
--
The whole point of Usenet is to find people who know more than you do.
And to contribute to the overall tribal knowledge value of the newsgroup.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)