59 Commits

Author SHA1 Message Date
Nick Chan
91ab9a804d docs: support 18.3 2025-02-06 10:58:17 +08:00
Nick Chan
57c5d7eaa3 Update documentation
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
2024-12-23 11:23:35 +08:00
Nick Chan
eb5e7060cc Remove forced verbose boot 2024-11-14 13:37:55 +08:00
Nick Chan
2fbb899c60 Update checkra1n to 0.1337.3 2024-09-20 10:38:35 +08:00
Nick Chan
8d401680dd Update documentation 2024-07-24 12:20:19 +08:00
Nick Chan
a099e321c0 a 2024-07-16 18:38:33 +08:00
Nick Chan
34bc646439 docs: Update wording 2024-07-12 01:31:17 +08:00
hg13bs
3a2ff433ed
fix mistaken version (#423) 2024-06-01 11:02:16 -07:00
Nick Chan
eea9dd2435 mentions USB-C 2024-04-18 10:50:13 +08:00
Nick Chan
d36693c1d8 support starting telnetd if requested 2024-04-09 16:00:51 +08:00
Nick Chan
c840c226de Update documentation 2024-04-06 23:24:15 +08:00
Nick Chan
3ea406da58 p1ctl documentation 2024-04-06 23:03:52 +08:00
Nick Chan
1bcee6f320 Update bridgeOS SSH information 2024-03-31 17:00:06 +08:00
Nick Chan
8bd67de770 Update documentation 2024-03-30 00:10:57 +08:00
Nick Chan
3a57693458 Update supported versions 2024-03-23 13:13:15 +08:00
Nick Chan
6a5741a540 Revert "docs: do not mention options that does not appear in help menu"
This reverts commit 52d20c8e5bbd2dd6b6be9007a8b6d6c3c6b1de86.
2024-03-23 13:12:07 +08:00
Nick Chan
91c5de6408 docs: s/17.0/17.1/ 2023-10-26 10:33:14 +08:00
samara
06a93e697b
chore: minor spelling mistake 2023-10-02 16:41:51 -07:00
Nick Chan
ffad44ce10 docs/palera1n.1: minor formatting and version fixes 2023-10-02 23:02:55 +08:00
Nick Chan
b5db51c1ac docs: s/16.5/16.5.1/g 2023-07-08 18:35:46 +08:00
Nick Chan
03a0a5db6b paleinfo v2 2023-07-08 03:53:55 +08:00
Nick Chan
52d20c8e5b docs: do not mention options that does not appear in help menu 2023-07-02 03:56:55 +08:00
Nick Chan
30d8241e2d s/16.4.1/16.5 2023-05-20 00:59:04 +08:00
Nick Chan
f59ef6dcee 0xallie
[palera1n/palera1n] New comment on commit 1ca25ce
usedqq
2023-05-01 01:31:05 +08:00
Nick Chan
1ca25ceca8 clarify about clean fakefs and /var 2023-05-01 01:28:59 +08:00
Nick Chan
0a0410d506 -C, --clean-fakefs 2023-05-01 01:20:11 +08:00
ねむい
388ae6f296 update palera1n.1: PongoOS url 2023-04-27 15:57:42 +09:00
Nick Chan
2912dfd8c0 update palera1n.1 2023-04-25 00:11:18 +08:00
Nick Chan
869f0fc070 s/16.4/16.4.1/ 2023-04-18 19:21:46 +08:00
Nick Chan
5ce2196268 docs: mention another bug 2023-04-09 16:01:38 +08:00
Nick Chan
2637758372 s/16\.3\.1/16.4/g 2023-03-30 07:01:17 +08:00
Nick Chan
5e1291d7c4 add long only option in synposis 2023-03-29 18:52:02 +08:00
Nick Chan
a29a279693 remove ohio 2023-03-22 12:11:04 +08:00
Nick Chan
4572ed5984 more doc fixes 2023-03-21 00:10:34 +08:00
Nick Chan
e81a06513a update docs/palera1n.1 2023-03-20 23:47:21 +08:00
Nick Chan
c17107da40 Add -S, --no-colors 2023-03-15 16:43:25 +08:00
Nick Chan
f5cc175adc s/16\.3/16.3.1/g 2023-03-08 18:10:17 +08:00
Nick Chan
da21a56783 we do not crash on no usb ports anymore 2023-02-25 03:54:27 +08:00
Nick Chan
21786017b0 support 15.0-16.3 2023-02-20 15:39:22 +08:00
alexia
7f68777418 Fix dfuhelper arg name in help and man page 2023-02-15 16:21:35 +08:00
Nick Chan
0aec2f123d fix pythonplayer moments 2023-02-15 12:46:15 +08:00
Nebula
025baf4d74
🇫🇷 2023-02-14 21:09:19 -05:00
Nebula
49f0f74338
add --device-info to palera1n.1 2023-02-14 21:05:13 -05:00
Nick Chan
4043f8534f more usage examples 2023-02-14 07:30:39 +08:00
Nick Chan
d07875981a Add -B, remove -C 2023-02-13 02:22:12 +08:00
Nick Chan
70d71f20e8 flower requested changes 2023-02-10 18:08:29 +08:00
junepark678
b2f8c26282
Change from Makefile to CMake (#4)
* add "build" into .gitignore for future out-of-source compilation

* help me this is a break point not to be committed

* help me this is a break point not to be committed again

* Fix many major problems
1. Fix deps so that a script can download the deps instead of some special
 actions build.yml runner step
2. Fix CMakeLists.txt so that it (partially) works
   It is still **NOT** recommended to use cmake for the build as it is currently not functional
3. Add to gitignore so that git doesn't track a bunch of generated files

* fix deps

* change the dep_root population into git submodules. I succeeded in finding git repos for all.

* fix all issues and fix ftp settings

* change all to cmake

* fix CMakeLists.txt so that it doesn't suck as much

* switch from ftp to artifacts

* fix more issues in src/CMakeLists.txt

* fix more issues in src/CMakeLists.txt again

* fix more issues in src/CMakeLists.txt again again

* add passcode info for A11

* better description formatting

* add the 3s wait

* dfuhelper: lowercase steps except for first letter

* i cant spell

* made C99 compliant

* turn into valid c99

* fix more issues in src/CMakeLists.txt again again again

* Use xcode instead of makefiles

* fix deps again

* fix deps again again

* fix deps again again again

* add "build" into .gitignore for future out-of-source compilation

* help me this is a break point not to be committed

* help me this is a break point not to be committed again

* Fix many major problems
1. Fix deps so that a script can download the deps instead of some special
 actions build.yml runner step
2. Fix CMakeLists.txt so that it (partially) works
   It is still **NOT** recommended to use cmake for the build as it is currently not functional
3. Add to gitignore so that git doesn't track a bunch of generated files

* change the dep_root population into git submodules. I succeeded in finding git repos for all.

* fix all issues and fix ftp settings

* change all to cmake

* fix CMakeLists.txt so that it doesn't suck as much

* switch from ftp to artifacts

* fix more issues in src/CMakeLists.txt

* fix more issues in src/CMakeLists.txt again

* fix more issues in src/CMakeLists.txt again again

* made C99 compliant

* turn into valid c99

* fix more issues in src/CMakeLists.txt again again again

* Use xcode instead of makefiles

* fix deps again again again

* make more fixes

* help me

* Revert "help me"

This reverts commit 866d3669d8aa90bcd7eda0412aea8cb05f42389c.

* fix most issues with compiling hopefully

* make more fixes again

* make more fixes again

* make more fixes again

* make more fixes again

* add gpm

* fix gpm patches

* go back to automake popt

* help me

* make popt hopefully listen

* make popt hopefully listen

* FUCK NEWT

* idk

* add CMAKE_BUILD_TYPE work

* fix checkra1n xxd issues

* fix binary locations

* fix binary locations again

* fix binary locations again

* try ftp again

* try to fix ftp bugs

* try to fix ftp bugs again

* Update build.yml

* try to fix ftp bugs again

* try to find where final executable is

* fix all the issues (hopefully)

* fix all the issues (hopefully) again

* fix all the issues (hopefully) again again

* finalize build.yml

* finalize build.yml v2

* finalize build.yml v2

* finalize build.yml v4

* finalize build.yml v5

* finalize build.yml v6

* finalize build.yml v7

* finalize build.yml v8

* finalize build.yml v9

* finalize build.yml v10

* finalize build.yml v10

* finalize build.yml v12

* finalize build.yml v13
fuck off amfi

* finalize build.yml v14
fuck off amfi

* finalize build.yml v15
fuck you macos build times

* finalize build.yml v16
fuck you macos build times

* finalize build.yml v17
fuck you macos build times

* finalize build.yml v17
fuck you macos build times

* finalize build.yml v19
fuck you macos build times

* finalize build.yml v20
fuck you macos build times
FUCK AMFI

* finalize build.yml v21
fuck you macos build times
FUCK AMFI

fix so that it downloads build time not configure time

* finalize build.yml v23
fuck you macos build times
FUCK AMFI

fix so that libs aren't broken

* finalize build.yml v23
fuck you macos build times
FUCK AMFI

fix so that libs aren't broken

* finalize build.yml v25
fuck you macos build times
FUCK AMFI

fix so that libs aren't broken

* finalize build.yml v25
well pagure just fucked up everything

* finalize build.yml v26
find pls work

* finalize build.yml v26
now, remove submodules because of pagure

* finalize build.yml v27

HELPPPPPPPPP

* finalize build.yml v27

fix linux

* finalize build.yml v27

fix linux again

* finalize build.yml v27

fix linux again again

* finalize build.yml v27

fix mac again

* finalize build.yml v27

fix mac again again

* finalize build.yml v30

fix mac again again again

* finalize build.yml v32

fix mac again again again again

* finalize build.yml v32

fix mac again again again again again

* finalize build.yml v32

fix mac again again again again again again

* finalize build.yml v32

fix mac again again again again again again again

* add lto

* fix some library issues

* fix more issues

* fix more issues

* add lto to deps

* try dynamic code finding with cmake and find_library.

* fix more issues ( make static build )

* fix more issues ( make static build )

* fix more issues ( make static build )

* fix more issues ( make static build )

* fuck libusb

* fuck cmake add_executable only once

* fuck version change

* fuck version change

* fuck version change

* fuck version change

* fix more stuff

* rename usbmuxd to libusbmuxd

* fix linking issues

* remove static on MacOS

* add binary artifacts on MacOS

* Revert "add binary artifacts on MacOS"

This reverts commit 43799af8134609cbce7bdd231db6c4e16fe019ee.

* remove -D lines

* move to C99

* remove submodules

* various changes
1. remove submodules
2. fix build.yml
3. add trailing spaces
4. add TSAN

---------

Co-authored-by: Nick Chan <towinchenmi@gmail.com>
Co-authored-by: Tom E <guacaplushy@icloud.com>
Co-authored-by: Nebula <github@itsnebula.net>
2023-02-10 15:56:58 +08:00
Nick Chan
8b7b199384 add test1 and test2 flag support 2023-02-09 09:21:37 +08:00
Nick Chan
47a5a9443d i cant spell 2023-02-07 09:18:44 +08:00
Nick Chan
09f63da485 better description formatting 2023-02-07 00:05:22 +08:00