maybe you used the alternate installer on ps3xploit site. it places an icon on the XMB. the auto installer is hosted on my github (ps3addict).This was after attempting the Auto installer and manual installer a few times.

maybe you used the alternate installer on ps3xploit site. it places an icon on the XMB. the auto installer is hosted on my github (ps3addict).This was after attempting the Auto installer and manual installer a few times.
Package Manager only appears after enabling HEN. (There is no point having it when Hen is not Enabled)
Doesn't the Package Manager allow to install official PKG files?
e.g. If PSN packages are copied to /dev_hdd0/packages for offline installation
It would require to enable HEN only to install them. IMHO it would be better if this feature is optional.
Luan, how do you map vsh.self?For curiosity sake, if you remove the version number in ps3_updatelist.txt you can always re-download the current firmware version via system update, i'm using this in my CFW (vsh patched) and on HEN via webMAN MOD.
Luan, how do you map_path vsh.self?
I keep failing.
Here it is.where I download those pkg???? pls
Now you understand why I am ALWAYS among the last people to roll out updates, if not the last, I take an awful long time to test everything in every possible situations specifically to avoid this kind of issues and even then, as there are features I cannot test myself because of their requirements, such as specific models or whatever, bugs can still be found after release sometimes.Other report is, the new option uninstall hen uses the dev_hdd0/hen/restore folder, but no files were included in it lol
Doesn't the Package Manager allow to install official PKG files?
e.g. If PSN packages are copied to /dev_hdd0/packages for offline installation
It would require to enable HEN only to install them. IMHO it would be better if this feature is optional.
You can remove the question mark btw, the "inverted" icons of the trophies is confirmed to be caused by a mistmatch in the versions of explore_plugin.sprx. As well as that giant "ghost" icon that appears at bottom-right corner of the screen, luanteles mentioned his codename the other day, i dont remember right now, but is an icon intended to be displayed inside the "infobar" (the bar at top-right with the clock)... is just the XMB is displaying in giant size at bottom right cornerStatus
Trophies (explore_plugin.sprx) ?
"Fixed" by replacing the explore_plugin.spx w/ OFW one
Strange because the HEN payload code has been updated correctly and the hen_version.bin file on **ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new) also.Hi guy's I just updated to HEN 3.1.0 and when I enable it says Welcome to PS3 HEN 3.1.0 but then it says Latest PS3 HEN Available is 3.0.3 it's a small error but Irritating AF
...
system_call_1(8, SYSCALL8_OPCODE_HEN_REV); hen_version = (int)p1;
char henver[0x30];
sprintf(henver, "Welcome to PS3HEN %X.%X.%X", hen_version>>8, (hen_version & 0xF0)>>4, (hen_version&0xF));
show_msg((char *)henver);
...
// Get file hen/hen_version.bin on **ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new)
if(strstr(server_reply,"200 OK"))
{
latest_rev=*(uint16_t *)(server_reply+reply_len-2);
}
......
char msg[100];
sprintf(msg,"Latest PS3HEN available is %X.%X.%X",latest_rev>>8, (latest_rev & 0xF0)>>4, (latest_rev&0xF));
show_msg((char*)msg);
...
#define HEN_REV 0x0310
...
case SYSCALL8_OPCODE_HEN_REV:
return HEN_REV;
....
there are no extra icons in HFW. It has the same files as OFW, except some sprx files.Hmm, there was definitely an icon like that, because I clicked it. And when I did (the second time), it downloaded and installed HEN. I wish I had of taken a photo so I could show youThis was after attempting the Auto installer and manual installer a few times. The only other thing I did was put the .pkg on the root of my USB.
The HFW I installed was the one released @ https://www.psx-place.com/threads/hfw-4-89-1-hybrid-firmware-official-release.37319/ downloaded via the Mega link. The icon was not there obviously on OFW 4.89. I've not done anything since OFW 4.89 was installed other than what I said above. Unless I've forgotten that I flashed a different firmware :')
It has exactly the same "download" icon that the "Update PS3HEN" option in the firmware tools menu has.
this may be a webman issue? HEN doesnt use app_home for anythingUnrelated question, I think it's an error or something on my end. But every time I enable hen "/app_home/PS3_GAME/" pops up & causes issues trying to launch games from webman. It goes away if I switch local users/Reload Xmb
yeah, the themes will indeed need updatingBTW the hen themes PKG included in the hfw tools must be updated, people already started installing them and getting broken layouts.
this folder is empty on purpose. The Uninstall HEN option isnt implemented yet in code.Other report is, the new option uninstall hen uses the dev_hdd0/hen/restore folder, but no files were included in it lol
this is impossible if using official HEN release, as it reads the file http://**ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new)/hen/hen_version.bin, which has a value of 0310.Hi guy's I just updated to HEN 3.1.0 and when I enable it says Welcome to PS3 HEN 3.1.0 but then it says Latest PS3 HEN Available is 3.0.3 it's a small error but Irritating AF
this may be a webman issue? HEN doesnt use app_home for anything
Doesn't the Package Manager allow to install official PKG files?
e.g. If PSN packages are copied to /dev_hdd0/packages for offline installation
It would require to enable HEN only to install them. IMHO it would be better if this feature is optional.