Commit graph

  • 24cda3bc56
    Merge 121f8923d6 into 7eeac45d22 kebianizao 2022-09-11 01:21:12 +0200
  • 121f8923d6 Reset usb before connection. Raúl Sánchez Siles 2022-09-11 01:15:12 +0200
  • da8c87a1de
    Merge 8de1df8818 into 7eeac45d22 y0va 2021-11-05 00:53:04 +0100
  • 8de1df8818
    bricked two d855 y0va 2021-11-05 00:03:31 +0100
  • 78322017c8
    Merge c20f752cd5 into 7eeac45d22 OpenMinded 2020-09-19 02:35:21 +0200
  • c20f752cd5
    Update 42-usb-lglaf.rules OpenMinded 2020-09-11 16:31:39 +0200
  • f1c87aec9a
    Merge 256b4cf0d2 into 7eeac45d22 Jeovane Santos 2020-04-19 16:09:36 -0300
  • 256b4cf0d2
    Update lglaf.py Jeovane Santos 2020-04-19 16:08:22 -0300
  • a52e4f00cd fix method 'def detect_serial_path():' on windows 10: - changed line 399 to: if name.startswith(r'\DEVICE\LG') and (name.endswith('G1') or name.endwith('G2')): - this condition prevented the script from finding my lg k10 250ds device that has the name in the registry \Device\LGSIDIAG1 JunioJsv 2020-04-19 15:28:50 -0300
  • c1ad83cdd5
    Merge 0ab6c61879 into 7eeac45d22 ๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage 2019-02-18 18:54:48 +0000
  • 0ab6c61879 Merge branch 'master' of https://github.com/kenkit/lglaf Comet 2019-02-18 21:44:54 +0300
  • aa664b60a1 Had to fix this for windows Comet 2019-02-18 21:43:26 +0300
  • f4cf4f32fb
    Update README.md ๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage 2019-02-17 20:12:08 +0300
  • 6d7e86dbe7
    Merge 358595c430 into 7eeac45d22 Matthias Urlichs 2019-01-13 17:53:47 +0000
  • 358595c430 re-indent Matthias Urlichs 2019-01-13 18:48:48 +0100
  • 1172e23235 Raise error on last attempt Matthias Urlichs 2019-01-13 18:48:22 +0100
  • 59ee6c11a1 Merge branch 'master' into retry Matthias Urlichs 2019-01-13 18:43:22 +0100
  • 5319018fed Error handling for overflow and timeouts Mathnerd314 2016-04-08 19:28:36 -0600
  • 5c9702863a Add resume to dumping Matthias Urlichs 2019-01-13 18:39:05 +0100
  • c797bb8246
    Merge c23f7d6b14 into 7eeac45d22 Kelly 2018-03-25 18:45:01 +0000
  • d61fcf09da
    Merge 5d7efa2951 into 7eeac45d22 Erik Smit 2018-03-23 17:44:34 +0000
  • 841b73d156
    Merge e2a941e522 into 7eeac45d22 Dórian C. Langbeck 2018-03-19 16:19:10 +0000
  • e6f3311564
    Merge d79b07f50c into 7eeac45d22 David Manouchehri 2018-03-18 12:31:20 +0000
  • 7eeac45d22
    Merge pull request #44 from tuxuser/fix/laf_crypto master Peter Wu 2018-03-17 12:36:44 +0100
  • a8b4514bbb Add note about origin of LG Mobile Windows driver tuxuser 2018-03-17 12:06:12 +0100
  • d459dfe719 Suggested fix by @Lekensteyn tuxuser 2018-03-17 11:31:44 +0100
  • b5692d385a README: Add link to cryptography lib, update Windows LG USB driver link tuxuser 2018-03-12 22:38:41 +0100
  • eb25f61760 More descriptive error msg when laf_crypto fails to import, py2 compat, pytest for crypto tuxuser 2018-02-05 15:50:51 +0100
  • bb1f22d09e
    Merge pull request #47 from GijsTimmers/master Peter Wu 2018-02-13 23:59:29 +0100
  • 2d5ad70278 LG K10 2017 (M250N) support GijsTimmers 2018-02-13 23:53:48 +0100
  • cef3647a87
    Merge pull request #40 from steadfasterX/hotfix/partsize Peter Wu 2018-01-10 21:10:14 +0100
  • 6def07a75f
    fix: wrong part_size calculation (misses 1 sector) steadfasterX 2017-12-21 19:11:03 +0100
  • b9ade65d48
    Merge pull request #34 from steadfasterX/hotfix/extractpartitions-typos Peter Wu 2017-12-13 01:14:44 +0000
  • a4ffe3aa5f fix: typos steadfasterX 2017-12-07 12:23:24 +0100
  • 05564d5ffe dump-file.py: allow skipping part of a file Peter Wu 2017-12-01 03:57:11 +0000
  • 39c9872ca0 dump-file.py: allow custom size Peter Wu 2017-12-01 03:46:44 +0000
  • d79b07f50c
    Added Vagrantfile. David Manouchehri 2017-11-30 21:38:12 -0500
  • 257e0f62b3
    Added Dockerfile. David Manouchehri 2017-11-30 21:37:50 -0500
  • 69ba8fb578
    Merge pull request #30 from anarcat/lg-g3-d852 Peter Wu 2017-11-29 03:47:54 +0000
  • ecf4c597a3
    add USB dump for LG G3 D852 Antoine Beaupré 2017-11-28 21:26:35 -0500
  • 8f02dfc4be
    add support for g3 d852 Antoine Beaupré 2017-11-27 16:54:14 -0500
  • 9d4921f490 Merge f3a18fd3c7 into 427a397d2b stay steadfast 2017-11-27 21:22:33 +0000
  • 427a397d2b
    Merge pull request #27 from tuxuser/update/omit_shellcmd_parse_gpt Peter Wu 2017-11-27 21:21:42 +0000
  • 69d5459e73 Merge 87505d6fb6 into 8a5b0b9cbc snoremaster3000 2017-11-26 02:46:24 +0000
  • dd2fc9d54c Add KILO challenge/response tuxuser 2017-11-25 23:59:25 +0100
  • 87ec43709a partitions: Read and parse info from GPT rather than executing shell commands, which is restricted on recent devices tuxuser 2017-11-25 23:49:17 +0100
  • 47b3f41f5d dump_file: Switch from "stat" to "ls" for getting filesize - recent firmware prevents using "stat", "ls" however is supported on old and new firmware. tuxuser 2017-11-25 23:43:22 +0100
  • 8a5b0b9cbc
    Merge pull request #29 from tuxuser/task/documentation Peter Wu 2017-11-25 22:29:15 +0000
  • 272531aed5 Added rudimentary description to some *new* commands tuxuser 2017-11-25 22:59:11 +0100
  • af67dbde3f
    Merge pull request #28 from tuxuser/feature/rawshell Peter Wu 2017-11-25 20:55:38 +0000
  • 89be7edab6 Update protocol.md Rena Kunisaki 2017-07-25 14:53:02 -0400
  • 1ef1741bff Printing stderr-redirection warning to user via --help for rawshell argument tuxuser 2017-11-25 21:14:28 +0100
  • 61e59e2a27 Add rawshell switch, not prepending anything to sent command tuxuser 2017-11-22 02:48:40 +0100
  • 06e97d2ec9 Merge 2117454ea6 into 8dc96c2178 stay steadfast 2017-10-27 07:54:57 +0000
  • 2117454ea6 fix: Expected arrow in ls output steadfasterX 2017-10-27 09:45:04 +0200
  • a2b5dba966 Merge 5a6957dae9 into 8dc96c2178 kirill9617 2017-10-15 18:18:11 +0000
  • 554e1e7ae8 Merge 85167b8fb2 into 8dc96c2178 Rena Kunisaki 2017-10-15 18:18:11 +0000
  • 08a86b843e Add support for LS996 support-ls996 Peter Wu 2017-10-15 18:55:47 +0100
  • 8dc96c2178 Merge pull request #21 from steadfasterX/pr_skiphello Peter Wu 2017-10-15 18:54:03 +0100
  • 5af4d393a1 new: added skip-hello to partition handlers steadfasterX 2017-10-05 17:19:27 +0200
  • 253b7a17fb Merge pull request #16 from RenaKunisaki/master Peter Wu 2017-09-21 00:57:04 +0100
  • f3a18fd3c7 fix: print chall/response without --debug steadfasterX 2017-09-04 16:17:27 +0200
  • da3ebaaeb7 added FWUL link steadfasterX 2017-08-21 18:42:16 +0200
  • 34ac79bd24 add challenge/response steadfasterX 2017-08-21 18:30:15 +0200
  • 85167b8fb2 Update protocol.md Rena Kunisaki 2017-07-25 14:53:02 -0400
  • 734c650cc4 fix some error codes RenaKunisaki 2017-07-20 15:53:13 -0400
  • 0c7bdf2fa9 add error code descriptions RenaKunisaki 2017-07-20 15:48:51 -0400
  • 62bb05679f Compatibility with Wireshark 2.3.x Peter Wu 2017-03-17 12:15:06 +0100
  • c23f7d6b14 add LS990 (Spring LG G3) to udev rules Kelly 2017-01-30 07:25:49 -0900
  • 87505d6fb6 added challenge response snoremaster3000 2017-01-22 02:02:46 -0600
  • 5d7efa2951 fix unwanted CRLF conversion on windows erik.smit 2016-12-15 16:42:11 +0100
  • 5a6957dae9 Update protocol.md kirill9617 2016-11-14 19:50:08 +0300
  • 56f71bcb97 Update protocol.md kirill9617 2016-11-14 19:09:38 +0300
  • 034e751d0b Merge pull request #8 from ehem/master Peter Wu 2016-05-19 23:24:34 +0200
  • 114f2b3cd8 Reading is a lossed art, be more consistent with existing stuff Elliott Mitchell 2016-05-19 14:20:24 -0700
  • 14df5335c3 Fix download mode instructions in README.md Elliott Mitchell 2016-05-19 11:40:19 -0700
  • 81998e1dde Add one varient of the LG V10 to the usb.rules file Elliott Mitchell 2016-05-19 11:35:21 -0700
  • 2363adc9ed Error handling for overflow and timeouts Mathnerd314 2016-04-08 19:28:36 -0600
  • ddc843d377 Change to proper path for my device Mathnerd314 2016-04-06 11:24:40 -0600
  • 688e0f3d17 lglaf.py: Fix "Resource busy" error ep-matching Peter Wu 2016-03-15 22:24:49 +0100
  • f2792e6374 lglaf.py: dynamically query for endpoint numbers Peter Wu 2016-03-13 18:43:28 +0100
  • d12798f69f Add lsusb for D805 Peter Wu 2016-03-13 18:41:46 +0100
  • e2a941e522 add: argparse and python3 support; minor changes Dórian C. Langbeck 2016-02-27 22:54:39 -0300
  • 3b81e2424f Script to copy files to phone Dórian Langbeck 2016-02-21 22:03:56 -0300
  • 6aa18f3c8e partitions.py: rename --load to --restore Peter Wu 2016-01-04 23:03:01 +0100
  • 396409d3fa Make shell execution a bit more reliable Peter Wu 2016-01-04 13:03:30 +0100
  • 7ef3448209 lglaf.py: fix default read timeout Peter Wu 2016-01-03 22:46:15 +0100
  • 6c1f8e78c9 dump-file.py: added Peter Wu 2016-01-03 22:22:38 +0100
  • 90d89bbe5f Add full LG4 (VS986) support Peter Wu 2015-12-30 10:34:23 +0100
  • 2d79e1565e Attempt to LG G4 compatibility Peter Wu 2015-12-29 18:43:22 +0100
  • e71375d6cc lglaf.py: do not hang forever on reads Peter Wu 2015-12-29 18:40:46 +0100
  • fe75d2108f Compatibility with LG G4 Peter Wu 2015-12-29 18:26:07 +0100
  • 94c0dc5ac2 parse-props.py: fix assert failure Peter Wu 2015-12-29 13:24:07 +0100
  • a1208e6723 Improve INFO GPRO field Peter Wu 2015-12-29 13:17:44 +0100
  • d26f0717a9 Add support for VS985 and others Peter Wu 2015-12-29 11:38:38 +0100
  • e7e9036fb9 protocol.md: Fix display of table Peter Wu 2015-12-29 00:59:17 +0100
  • f2137c1092 partitions.py: implement TRIM (--wipe) Peter Wu 2015-12-29 00:27:13 +0100
  • 6e2089a12a protocol.md: poweroff Peter Wu 2015-12-29 00:25:50 +0100
  • ab642bd7c0 protocol.md: update erase, read, exec Peter Wu 2015-12-28 23:59:21 +0100
  • 01efff446d protocol: Document Unlink Peter Wu 2015-12-27 18:45:31 +0100