Advertisement
Silicaly

HowTo Install UriCaller

Mar 1st, 2017
614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. Make a full-system backup, decrypt and extract with PSVImgTools
  2. Backup Manager > Unsign And Extract > SYSTEM Backup > Account Who Created The Backup > Your Backup > Extract
  3. (This tutorial uses the frontend it should be possible on CLI But, your on your own there)
  4.  
  5. Download SQLIteBrowser: http://sqlitebrowser.org/
  6.  
  7. Open App.db with SQLite Browser
  8. (ur0_shell/db/app.db)
  9.  
  10. Goto EXECUTE SQL Code
  11.  
  12. Copy and paste the following:
  13.  
  14. CREATE TRIGGER ALLOW_URIS AFTER INSERT ON tbl_uri
  15. WHEN new.flag LIKE 0
  16. BEGIN
  17. UPDATE tbl_uri SET flag = 1;
  18. END;
  19. UPDATE tbl_uri SET flag = 1;
  20.  
  21. Press the Play Button
  22.  
  23. Click Write Changes.
  24.  
  25. Re-pack the backup by going
  26. Backup Manager > Sign And Pack > Your Backup
  27. Refresh Database on QCMA
  28. and restore backpu Now all URI's are unlocked (except for psgm:, idk how to unlock that one)
  29.  
  30. Now to install the UriCaller App to acturally use them (well alot easier)
  31. download this: https://drive.google.com/open?id=0B8wXQbm9DD-6eDZvRnJ3WmNrOG8
  32. and extract it to <YOUR CMA BACKUPS DIRECTORY> /EXTRACTED/APP
  33.  
  34. Open psvimgtools-frontend and goto Backup Manager>Sign And Pack>URICALL00>The Account You Want To Restore It From
  35.  
  36. Refresh Database on QCMA and now restore that app from your PC
  37.  
  38. With both the mdoded app.db and the Uricaller app you should be able to call uris
  39.  
  40. however if you ever rebuild your databse, you have to do the app.db part again!
  41.  
  42.  
  43. also EasyInstaller comming soon in the next version of PSVImgtools-frontend.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement