1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 21:21:50 +00:00
Commit graph

23 commits

Author SHA1 Message Date
suchmememanyskill
ec64658a6a reee copy printing 2021-01-11 21:37:09 +01:00
suchmememanyskill
86db030bda small fixes
- On a switch lite, the home and cap buttons do weird things, so we should disable m
- File deletions should wait a bit
2021-01-11 21:22:24 +01:00
suchmememanyskill
3f80693d9e Save bytes, add screenshots into main and more
- Also run script on bootup if a script called startup.te is found on the root of the sd
- Saved bytes by just disabling making exfat partitions, lol
2021-01-10 00:10:28 +01:00
suchmememanyskill
e98a3bba68 don't pause script on exit except on error 2021-01-04 23:42:26 +01:00
suchmememanyskill
12136d9289 [Script] add last bits
Fixed: Scripts should free at the end
Added: ncaGetType, saveSign
Modified: pathCombine can now take 2+ args to combine
2021-01-04 16:57:47 +01:00
suchmememanyskill
c9fdb650c3 [script] Make equivalent to tsV1
Fixed: functions in functions
Added functions: version, menu, pathCombine, pathEscFolder, fileMove, fileCopy, fileDel, mmcConnect, mmcMount, mkdir, dirRead, dirCopy, dirDel, mmcDump, mmcRestore
2021-01-04 01:55:58 +01:00
suchmememanyskill
e1f292fe0d [script] vector slicing, basic file functions
new operators:
vector(int, byte) - int -> works like py's list[0:-int]
vector(int, byte) : int -> works like py's list[int:]

new functions:
fileRead, fileWrite, fileExists, bytesToStr
2021-01-01 18:30:51 +01:00
suchmememanyskill
cd6bf6ad9d add partition flashing 2020-12-31 12:55:26 +01:00
suchmememanyskill
48ddc6ea60 add old bad hexview 2020-12-29 17:12:58 +01:00
suchmememanyskill
dfc02f9f81 Add keyboard, create folder, rename folder/file 2020-12-29 16:51:47 +01:00
suchmememanyskill
5898c861ec Add Folder copy/move/delete
Also implement the current folder menu
2020-12-29 01:05:33 +01:00
suchmememanyskill
b0dd71bd4f implement TScript v2.5 2020-12-28 14:51:59 +01:00
suchmememanyskill
513bd804b1 Add fw dumping
- also fatfs is stupid
- also close files properly on a failed copy
- also check for errors during folder readouts
- also make sure holding vol- doesn't dump the keys anyway
2020-12-28 02:29:58 +01:00
suchmememanyskill
859ad2cc4c Show EMMC/EMUMMC GPT 2020-12-27 23:33:23 +01:00
SuchMemeManySkill
ab5c5e799e Add file copy/move 2020-12-26 01:05:33 +01:00
SuchMemeManySkill
a74a8814e1 Safety first (for deletions) 2020-12-25 23:10:23 +01:00
SuchMemeManySkill
9c47d11843 Add some options to FileMenu
!Warning, there is no confirmation yet on deletions
2020-12-25 22:19:04 +01:00
SuchMemeManySkill
9588ffb89a Add exceptions, start file menu 2020-12-25 21:16:24 +01:00
SuchMemeManySkill
1a931b0256 Add errors
and prepare for file menu more
and fix that you can't go left right when going up down
2020-12-25 00:20:30 +01:00
SuchMemeManySkill
b97bab3661 Mess with the design a bit, prep for folder menu 2020-12-24 17:06:21 +01:00
SuchMemeManySkill
5190469e9c file list should fill the screen 2020-12-24 00:51:27 +01:00
SuchMemeManySkill
0c0ccac855 misc fixes. Add Page/Count view. 2020-12-24 00:31:17 +01:00
SuchMemeManySkill
d6c4204027 Start of rewrite
Based on lockpick_rcm 1.9.0
2020-12-23 17:39:22 +01:00