Page 5 of 10

Re: Regarding PS TV whitelist bypass

Posted: Thu Sep 24, 2015 4:07 pm
by wildthing202
http://hackinformer.com/forum/thread-475.html

The method is finally out though I still can't get rebirth:1 to work. Let me know how to get this working.

Re: Regarding PS TV whitelist bypass

Posted: Thu Sep 24, 2015 4:31 pm
by mr.gas
just set the time by using Internet
it's in settings then date and time

Re: Regarding PS TV whitelist bypass

Posted: Thu Sep 24, 2015 4:47 pm
by Follow
hey @mr.gas i have same problem.

Game: hyperdimesion Neptunia Rebirth 1 (PCSE00443)
Current PSTV Firmware: 3.36

You need to write the exception of the game in some other .dat?

Thanks for release :)

Re: Regarding PS TV whitelist bypass

Posted: Thu Sep 24, 2015 4:50 pm
by mr.gas
the new games has another compatibility check in app.db

Re: Regarding PS TV whitelist bypass

Posted: Thu Sep 24, 2015 5:03 pm
by Follow
You can explain or indicate which app.db table? sorry I'm trying to learn ...

Re: Regarding PS TV whitelist bypass

Posted: Thu Sep 24, 2015 5:07 pm
by mr.gas
i really don't remember the key
but u can change the category of the game to gdb instead of gd or gdp
.
u will find it in tbl_appinfo

Re: Regarding PS TV whitelist bypass

Posted: Thu Sep 24, 2015 5:39 pm
by Follow
tried ... however it not worked.
the standard it was "gp" and was changing and sending pro PSTV, but none worked.
I do not know if could be related to the key or something I did wrong ...

Image

Re: Regarding PS TV whitelist bypass

Posted: Thu Sep 24, 2015 5:46 pm
by mr.gas
it's because the game is cartridge ..
what about other games?

Re: Regarding PS TV whitelist bypass

Posted: Thu Sep 24, 2015 5:49 pm
by tomtomdu80
The triggers to add are these :

Code: Select all

CREATE TRIGGER CHANGE_CATEGORY_GPC AFTER INSERT ON tbl_appinfo
WHEN new.val LIKE 'gpc'
BEGIN
UPDATE tbl_appinfo SET val='gdb' WHERE key='566916785' and titleid=new.titleid;
END;
CREATE TRIGGER CHANGE_CATEGORY_GP AFTER INSERT ON tbl_appinfo
WHEN new.val LIKE 'gp'
BEGIN
UPDATE tbl_appinfo SET val='gdb' WHERE key='566916785' and titleid=new.titleid;
END;
CREATE TRIGGER CHANGE_CATEGORY_GDC AFTER INSERT ON tbl_appinfo
WHEN new.val LIKE 'gdc'
BEGIN
UPDATE tbl_appinfo SET val='gdb' WHERE key='566916785' and titleid=new.titleid;
END;
CREATE TRIGGER CHANGE_CATEGORY_GD AFTER INSERT ON tbl_appinfo
WHEN new.val LIKE 'gd'
BEGIN
UPDATE tbl_appinfo SET val='gdb' WHERE key='566916785' and titleid=new.titleid;
END;
(commands from mr.gas)
Just execute the SQL commands through SQLite browser

Re: Regarding PS TV whitelist bypass

Posted: Thu Sep 24, 2015 5:53 pm
by Follow
cartridges do not work?
And other cartridges are running (before already worked), digital I have not tested.
I'm sorry if that's my mistake, I was hoping to run on TV.