The method is finally out though I still can't get rebirth:1 to work. Let me know how to get this working.
Regarding PS TV whitelist bypass
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Forum rule Nº 15 is strictly enforced in this subforum.
-
wildthing202
- Posts: 4
- Joined: Tue Jul 07, 2015 10:03 am
Re: Regarding PS TV whitelist bypass
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.
The method is finally out though I still can't get rebirth:1 to work. Let me know how to get this working.
Advertising
Re: Regarding PS TV whitelist bypass
just set the time by using Internet
it's in settings then date and time
it's in settings then date and time
Advertising
Re: Regarding PS TV whitelist bypass
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
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
the new games has another compatibility check in app.db
Re: Regarding PS TV whitelist bypass
You can explain or indicate which app.db table? sorry I'm trying to learn ...
Re: Regarding PS TV whitelist bypass
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
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
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 ...
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 ...
Re: Regarding PS TV whitelist bypass
it's because the game is cartridge ..
what about other games?
what about other games?
- tomtomdu80
- Buffer Overflow
- Posts: 113
- Joined: Tue Nov 20, 2012 6:39 pm
- Location: France
Re: Regarding PS TV whitelist bypass
The triggers to add are these :
(commands from mr.gas)
Just execute the SQL commands through SQLite browser
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;Just execute the SQL commands through SQLite browser
Re: Regarding PS TV whitelist bypass
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.
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.
