Jaký SW na obnovu fotek v mobilu?
Moderátor: Moderátoři
Jaký SW na obnovu fotek v mobilu?
Mám Cubot H3 s Androidem v.7.
- MetrickyZavit
- Příspěvky: 30
- Registrován: 24 pro 2021, 00:00
- Bydliště: Západ.SK
A kutilmile - nelituju tě
Kód: Vybrat vše
phone:/ # uname -a
Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 #1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox
phone:/ # dd --help
Toybox 0.8.9-android multicall binary (see toybox --help)
usage: dd [if|of=FILE] [ibs|obs|bs|count|seek|skip=N] [conv|status|iflag|oflag=FLAG[,FLAG...]]
Copy/convert blocks of data from input to output, with the following
keyword=value modifiers (and their default values):
if=FILE Read FILE (stdin) of=FILE Write to FILE (stdout)
bs=N Block size in bytes (512) count=N Stop after copying N blocks
ibs=N Input block size (bs=) obs=N Output block size (bs=)
skip=N Skip N input blocks (0) seek=N Skip N output blocks (0)
Each =N value accepts the normal unit suffixes (see toybox --help).
These modifiers take a comma separated list of potential options:
iflag=count_bytes,skip_bytes count=N or skip=N is in bytes not blocks
oflag=seek_bytes,append seek=N is in bytes, append output to file
status=noxfer,none don't show transfer rate, no summary info
conv=
notrunc Don't truncate output noerror Continue after read errors
sync Zero pad short reads fsync Flush output to disk at end
sparse Seek past zeroed output excl Fail if output file exists
nocreat Fail if of=FILE missing
phone:/ #
Ale pokud byl datový oddíl šifrovaný (defaultně bývá), pak pochybuji, že z něho půjdou fotky vyčíst.