VitaSmith
627cea57e2
Add DLC refresh + restore license from Sqlite DB
...
DLC from ux0:addcont/ is now installed during refresh, provided there exists an sce_sys/package/
directory containing: body.bin, head.bin, inst.bin stat.bin, tail.bin, temp.bin and work.bin.
Apart from work.bin, all of these files can be be restored from the official PKG downloads, as
demonstrated by pkg_dec.
Moreover, this patch adds the ability to restore one's RIFs from an ux0:/license/licenses.db
SQLite database with the schema described hereafter (the RIF column being the uncompressed
512-byte binary license):
CREATE TABLE `Licenses` (
`CONTENT_ID` TEXT NOT NULL UNIQUE,
`RIF` BLOB NOT NULL,
PRIMARY KEY(`CONTENT_ID`)
);
With both these feature and provided that one's personal licenses have been backed up in
ux0:/license/licenses.db, Vita users can conveniently restore or reinstall their legally
owned content, straight from Sony's PKG files.
2017-10-26 22:52:22 +01:00
TheFloW
dae62124a2
Cosmetic changes
2017-10-13 12:42:36 +02:00
TheFloW
5a376ca464
Update v1.75
2017-10-02 11:14:15 +02:00
TheFloW
09ec466110
Disable server verify for QR download
2017-09-17 22:59:38 +02:00
cxziaho
f90ffa53e2
Added QR Code scanner and file downloader
2017-09-16 21:18:56 +12:00
TheFloW
476e99fb45
Updated to newest SDK
2017-09-15 22:10:42 +02:00
TheFloW
66bfdadfd5
Removed molecularShell related stuff
2017-06-23 00:21:00 +02:00
TheFloW
6835672a1e
Added videoexport
2017-06-23 00:09:31 +02:00
TheFloW
16e2e1eeaf
Update v1.61
2017-03-18 10:56:46 +01:00
TheFloW
daf6b30b46
Update v1.60
2017-03-17 22:48:36 +01:00
TheFloW
cdd77f6559
Inherit file statistics
2017-03-05 18:31:21 +01:00
TheFloW
8120486639
Improved some stuff
2017-03-05 15:27:16 +01:00
TheFloW
8678f74b56
Finished refresh feature
2017-02-28 19:35:01 +01:00
TheFloW
8d78ef3e6a
Added WIP refresh feature
2017-02-27 21:53:38 +01:00
TheFloW
86a4de0271
Added user proxy module
2017-02-26 22:02:29 +01:00
TheFloW
a14cc7f365
Improvements
2017-02-25 10:27:52 +01:00
TheFloW
6904cb267f
Refactored some code
2017-02-13 21:07:09 +01:00
TheFloW
5d823f5f21
Fixed restart bug
2017-02-13 16:53:53 +01:00
TheFloW
5d63685414
Added uma0: mounting
2017-02-13 11:06:23 +01:00
TheFloW
50700c39a1
General improvement
2017-02-12 16:27:43 +01:00
TheFloW
8d9bfbc708
Update v1.51
2017-01-13 17:41:04 +01:00
TheFloW
c6328a552d
Release VitaShell 1.5
2017-01-12 17:45:52 +01:00
TheFloW
ea3a193528
Improved stuff
2016-12-19 22:54:53 +01:00
TheFloW
762c28614a
Add support for custom pgf
2016-12-12 19:56:02 +01:00
TheFloW
7f687d1c61
HENkaku config reload, default version 3.63
2016-11-26 18:03:59 +01:00
thhoang99
ad28f4a30f
added res to theme.c
2016-10-18 19:35:35 +07:00
TheFloW
136ed9ec43
Changed some stuff and added unsafe fself checking for all files.
2016-10-15 11:53:10 +02:00
thhoang99
c52f6cd357
UI2
2016-10-04 12:10:15 +07:00
littlebalup
7ca413410e
Added WI-FI icon
2016-09-25 01:00:52 +02:00
littlebalup
dd4a15d166
Added ability to load custom pgf font file
2016-09-21 18:52:59 +02:00
TheFloW
a5a12502ac
Delete VitaShell updater after updating.
2016-09-20 16:18:24 +02:00
TheFloW
371bcdd568
Added photo/music export feature.
2016-09-14 11:33:52 +02:00
TheFloW
cbe96a16b7
Release v1.00
2016-09-12 22:34:03 +02:00
TheFloW
57349554cc
Fixed bug where fast forward/rewind didn't work when the song is paused. Changed audio icons to smaller ones.
2016-09-12 17:19:33 +02:00
TheFloW
da2e11f0a1
Finished audio player. Added OGG playback.
2016-09-12 15:49:51 +02:00
TheFloW
7cc84caf9c
Add mp3player POC.
2016-09-11 16:59:31 +02:00
TheFloW
77d067db5f
Added lastdir feature.
2016-09-10 12:58:22 +02:00
TheFloW
2948660412
Added changelog text to VitaShell bubble.
2016-09-10 09:44:20 +02:00
TheFloW
43f13c049b
WIP network update
2016-09-04 10:44:48 +02:00
littlebalup
d33fc9097b
Added text file icon
2016-09-04 00:08:22 +02:00
littlebalup
db86470e93
Added audio (mp3) and SFO file icons
2016-09-03 23:35:34 +02:00
TheFloW
6783b874a8
Fixed some stuff.
2016-09-03 22:14:07 +02:00
TheFloW
d7cec52e03
Manually merged ribbid987's battery charging code.
2016-09-03 21:24:37 +02:00
littlebalup
8b128f0077
Added Folder & file icons
...
Used default gnome icons. Dedicated icons for archives (VPK and zip) and
images
2016-09-03 21:04:38 +02:00
TheFloW
89170e3249
Align y position in dialog box.
2016-08-29 19:27:14 +02:00
TheFloW
7903f04675
Fixed INSTALL_WARNING text crash. Added default files creating.
2016-08-29 19:07:12 +02:00
TheFloW
1b3584604d
Update 0.85
2016-08-28 16:36:27 +02:00
TheFloW
68c2b07589
Added power tick thread to disable autosuspend
2016-08-23 17:38:31 +02:00
TheFloW
4ba8f5ee52
Fixed 12h time conversion. Fixed music folder access.
2016-08-18 18:13:18 +02:00
ribbid987
6e3ff191c0
Add audio player screen
2016-08-12 12:36:55 -07:00