Advertising (This ad goes away for registered users. You can Login or Register)

How to install UriCaller on 3.63

Post here your guides, tips, how-to, etc...
Locked
SilicaAndPina
Posts: 99
Joined: Sun Aug 14, 2016 9:12 am

How to install UriCaller on 3.63

Post by SilicaAndPina »

Make a full-system backup, decrypt and extract with PSVImgTools
Backup Manager > Unsign And Extract > SYSTEM Backup > Account Who Created The Backup > Your Backup > Extract
(This tutorial uses the frontend it should be possible on CLI But, your on your own there)

Download SQLIteBrowser: http://sqlitebrowser.org/

Open App.db with SQLite Browser
(ur0_shell/db/app.db)

Goto EXECUTE SQL Code

Copy and paste the following:

CREATE TRIGGER ALLOW_URIS AFTER INSERT ON tbl_uri
WHEN new.flag LIKE 0
BEGIN
UPDATE tbl_uri SET flag = 1;
END;
UPDATE tbl_uri SET flag = 1;

Press the Play Button

Click Write Changes.

Re-pack the backup by going
Backup Manager > Sign And Pack > Your Backup
Refresh Database on QCMA
and restore backpu Now all URI's are unlocked (except for psgm:, idk how to unlock that one)

Now to install the UriCaller App to acturally use them (well alot easier)
download this: https://drive.google.com/open?id=0B8wXQ ... nJ3WmNrOG8
and extract it to <YOUR CMA BACKUPS DIRECTORY> /EXTRACTED/APP

Open psvimgtools-frontend and goto Backup Manager>Sign And Pack>URICALL00>The Account You Want To Restore It From

Refresh Database on QCMA and now restore that app from your PC

With both the mdoded app.db and the Uricaller app you should be able to call uris

however if you ever rebuild your databse, you have to do the app.db part again!


also EasyInstaller comming soon in the next version of PSVImgtools-frontend. :P
Advertising
Locked

Return to “Tutorials”