File: android-deltas-sync/_etc/examples/x-1.2-export-example/_etc/windows-fwp-fix-results.txt

=====================================================================================
NEW/CURRENT SCHEME DOCS:

**UPDATE, OCT-2022**

The original 1.2 Windows longpaths fix was later recoded to prefix paths 
_before_ shutil.rmtree like Mergeall, instead of trying to correct them in 
the shutil.rmtree error handler.  The handler worked for basic deletions,
but failed for folders, because shutil.rmtree calls it for longpath errors
in os.scandir, with no way for the error handler to recover and resume.  

Hence, neither the original docs ahead nor their example output apply 
anymore, and longpath items in folders will generally be deleted without
messages (a bonus for basic files too).  When there are deletion messages, 
they will either reflect a loop waiting for pending deletions to finish 
("...retrying rmdir"), or one of the following depending on how critical
the delete is, and how well the user follows directions (the errors here
were triggered by setting read-only permissions in Properties):


----When a folder is prefixed and deleted successfully (no messages)---

START: Unzipping deltas on phone
Press enter/return to continue
Removing prior content on phone (DELTAS)
Proceed with removal (y or n)? y
    Runtime: 0m, 0.026s
Starting unzip
    Runtime: 0m, 0.242s
Zip extract summary:
    Extract finished: files=135, folders=7, symlinks=0, unknowns=0.


----When a folder delete fails, but is not crucial----

Removing deltas folder from phone
System error - cannot delete folder "C:\Users\lutz\Desktop\temp\DELTAS"

Exception info: [WinError 5] Access is denied: '\\\\?\\C:\\Users\\lutz\\Desktop\\temp\\DELTAS\\pathhhhhhhhhhhh\\pathhhhhhhhhhhhhhhhhhhhhh\\patttttttttttttttttttttttttttttttttttttttth\\temux-widget-10sec-issue-post-sep22\\temux-widget-10sec-issue-post-sep22.txt'

Please delete manually at your discretion.


----When a crucial folder delete fails, and the user removes it----

START: Unzipping deltas on phone
Press enter/return to continue
Removing prior content on phone (DELTAS)
Proceed with removal (y or n)? y
System error - cannot delete folder "C:\Users\lutz\Desktop\temp\DELTAS"

Exception info: [WinError 5] Access is denied: '\\\\?\\C:\\Users\\lutz\\Desktop\\temp\\DELTAS\\pathhhhhhhhhhhh\\pathhhhhhhhhhhhhhhhhhhhhh\\patttttttttttttttttttttttttttttttttttttttth\\temux-widget-10sec-issue-post-sep22\\temux-widget-10sec-issue-post-sep22.txt'

Please delete manually, and press enter/return here when finished...
    Runtime: 0m, 25.787s
Starting unzip
    Runtime: 0m, 0.241s
Zip extract summary:
    Extract finished: files=135, folders=7, symlinks=0, unknowns=0.


----When the folder delete is crucial, and the user does not remove it----

START: Unzipping deltas on phone
Press enter/return to continue
Removing prior content on phone (DELTAS)
Proceed with removal (y or n)? y
System error - cannot delete folder "C:\Users\lutz\Desktop\temp\DELTAS"

Exception info: [WinError 5] Access is denied: '\\\\?\\C:\\Users\\lutz\\Desktop\\temp\\DELTAS\\pathhhhhhhhhhhh\\pathhhhhhhhhhhhhhhhhhhhhh\\patttttttttttttttttttttttttttttttttttttttth\\temux-widget-10sec-issue-post-sep22\\temux-widget-10sec-issue-post-sep22.txt'

Please delete manually, and press enter/return here when finished...
Sorry - cannot continue with folder not empty; exiting.




=====================================================================================
ORIGINAL SCHEME DOCS:

The following is from the original 1.2 coding, which has been replaced 
per above.  Its output is defunct and no longer appears, but its docs 
give some additional background info.


#------------------------------------------------------------------------------------
# Results of the 1.2 Oct-22 fix for too-long paths on Windows.
#
# Before the fix, paths longer than Windows' default limit aborted deltas 
# scripts with exception messages during folder deletions, on Windows PCs 
# not configured to support long paths.  With the fix, Windows' path-length
# limits are removed on all PCs, and scripts' deletions work correctly.
# Roughly, the fix involves making paths absolute if needed, and prefixing 
# them with "\\?\" to invoke alternative Windows APIs that allow long paths.
#
# This cropped up because ziptools, used as a nested tool here, has always
# prefixed paths on Windows to allow items to be saved at long paths, even
# without special configurations on the PC.  Hence, when the scripts here 
# get around to deleting an unzip folder created earlier by ziptools, they
# must allow for such longer paths.  In other words, Android Deltas Sync
# must be clever, because ziptools already is.
#
# Mergeall and its diffall and cpall tools similarly allow Windows long 
# paths in content, both for generality, and to match ziptools' flexibility.
# While ziptools folders were the impetus, long-path support could also be
# required when other tools store files in folders to be removed here.
# Testing of this fix also unearthed a rare Mergeall path-normalization 
# bug, which was fixed separately, and is outside the deltas scripts' scope.
#------------------------------------------------------------------------------------


C:\Users\lutz\Downloads\android-deltas-sync>py -3 sync-changes-part2-phone.py
Android Deltas Sync 1.2

Syncing:
from C:\Users\lutz\Desktop\temp\DELTAS.zip
to   C:\Users\lutz\Desktop\MY-STUFF
logs C:\Users\lutz\Downloads\deltas-logs

Manually copy or move DELTAS.zip
    from the root of the USB drive
    to   C:\Users\lutz\Desktop\temp
using any Android file-explorer app with suitable storage permissions.

Press enter/return here when the copy is finished...

START: Unzipping deltas on phone
Press enter/return to continue
Removing prior content on phone (DELTAS)
Proceed with removal (y or n)? y
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\193307321-682b6d3e-6750-4eca-a6f5-c16e09393ea6.jpg
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\193307443-28ac7ecc-b2ab-4d66-a4dd-f6285364494f.jpg
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\193307652-deda5814-38b9-4b14-b194-aa0cbd5ca02c.jpg
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_behaviors_batch-deferred-content_ts.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_behaviors_commenting_edit_ts-app_as.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_behaviors_keyboard-shortcuts-helper.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_command-palette_items_help-item_ts-.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_sticky-scroll-into-view_ts-6483ace6.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_updatable-content_ts-62df1309213c.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\issue-to-discussion-conversions-0546ff4c6c18.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\notifications-global-e71e7f99b10d.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_delegated-events_dist_index_js-node_modu.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_delegated-events_dist_index_js-node__002.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_fzy_js_index_js-node_modules_github_mark.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_alive-client_dist_index_js-node_m.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_auto-complete-element_dist_index_.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_clipboard-copy-element_dist_index.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_file-attachment-element_dist_inde.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_filter-input-element_dist_index_j.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_mini-throttle_dist_decorators_js-.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_mini-throttle_dist_index_js-node_.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_mini-throttle_dist_index_js-n_002.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_paste-markdown_dist_index_esm_js-.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_remote-form_dist_index_js-node_mo.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_time-elements_dist_index_js-74b4e.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_lit-html_lit-html_js-e954e8c01c93.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_manuelpuyol_turbo_dist_turbo_es2017-esm_.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_optimizely_optimizely-sdk_dist_optimizel.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_selector-observer_dist_index_esm_js-6503.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_stacktrace-parser_dist_stack-trace-parse.js
    Runtime: 0m, 0.176s
Starting unzip
    Runtime: 0m, 0.510s
Zip extract summary:
    Extract finished: files=164, folders=40, symlinks=0, unknowns=0.

START: Applying deltas to phone
Press enter/return to continue
    Runtime: 0m, 0.286s
Mergeall summary:
    -------------------------------------------------------------------------------
    *Summary
    Compared    => files: 163, folders: 40, symlinks: 0
    Differences => samefile: 0, uniqueto: n/a, uniquefrom: 0, mixedmode: 0
    Changed:
    files   => created: 0, deleted: 0, replaced: 0
    folders => created: 0, deleted: 0, replaced: 0
    -------------------------------------------------------------------------------
    Finished.
Removing deltas folder from phone
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\193307321-682b6d3e-6750-4eca-a6f5-c16e09393ea6.jpg
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\193307443-28ac7ecc-b2ab-4d66-a4dd-f6285364494f.jpg
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\193307652-deda5814-38b9-4b14-b194-aa0cbd5ca02c.jpg
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_behaviors_batch-deferred-content_ts.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_behaviors_commenting_edit_ts-app_as.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_behaviors_keyboard-shortcuts-helper.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_command-palette_items_help-item_ts-.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_sticky-scroll-into-view_ts-6483ace6.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\app_assets_modules_github_updatable-content_ts-62df1309213c.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\issue-to-discussion-conversions-0546ff4c6c18.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\notifications-global-e71e7f99b10d.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_delegated-events_dist_index_js-node_modu.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_delegated-events_dist_index_js-node__002.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_fzy_js_index_js-node_modules_github_mark.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_alive-client_dist_index_js-node_m.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_auto-complete-element_dist_index_.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_clipboard-copy-element_dist_index.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_file-attachment-element_dist_inde.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_filter-input-element_dist_index_j.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_mini-throttle_dist_decorators_js-.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_mini-throttle_dist_index_js-node_.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_mini-throttle_dist_index_js-n_002.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_paste-markdown_dist_index_esm_js-.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_remote-form_dist_index_js-node_mo.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_github_time-elements_dist_index_js-74b4e.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_lit-html_lit-html_js-e954e8c01c93.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_manuelpuyol_turbo_dist_turbo_es2017-esm_.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_optimizely_optimizely-sdk_dist_optimizel.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_selector-observer_dist_index_esm_js-6503.js
...fixed with Windows longpath \\?\C:\Users\lutz\Desktop\temp\DELTAS\Code\fold3-vs-deltas\_private\temux-widget-10sec-issue-post-sep22\termux-wake-lock and termux-wake-unlock take ~10 seconds in widgets on Android 12L · Issue #88 · termux_termux-widget_files\vendors-node_modules_stacktrace-parser_dist_stack-trace-parse.js
    Runtime: 0m, 0.167s
Removing deltas zip from phone (remove manually from proxy as needed)
    Runtime: 0m, 0.009s

Running postcopy hooks

Finished - total elapsed time (h:m:s) = 0:0:11
See logs in "C:\Users\lutz\Downloads\deltas-logs".


#------------------------------------------------------------------------------------
# Verify that the folder and zip are now gone
#------------------------------------------------------------------------------------

C:\Users\lutz\Downloads\android-deltas-sync>dir \Users\lutz\Desktop\temp\DELTAS
 Volume in drive C is OS
 Volume Serial Number is E6F9-AE6D

 Directory of C:\Users\lutz\Desktop\temp

File Not Found

C:\Users\lutz\Downloads\android-deltas-sync>dir \Users\lutz\Desktop\temp\DELTAS.zip
 Volume in drive C is OS
 Volume Serial Number is E6F9-AE6D

 Directory of C:\Users\lutz\Desktop\temp

File Not Found

C:\Users\lutz\Downloads\android-deltas-sync>



[Home page] Books Code Blog Python Author Train Find ©M.Lutz