Transfer trophies between jailbroken PS4

  • Thread starter Thread starter fdl88
  • Start date Start date
  • Views Views 8,877
  • Replies Replies 14

fdl88

Member
Newcomer
Joined
Dec 12, 2022
Messages
8
Reaction score
4
Trophies
0
Age
38
XP
175
Country
Italy
Hi guys, I "stole" :D a 9.0 PS4 Pro and since a week I'm trying to transfer my entire account (account itself, trophies and save data) from the old PS4 to the new one.
So far I've only managed to activate the account (and then transfer the saves simply via pendrive) but i still haven't been able to find the way to transfer the trophies :glare:
Anyone know how to do it?
Thanks a lot in advance :bow:
 
Use FTP and copy these 2 folders:
user/trophy
user/home/xxxxxxxx/trophy

The user account on both PS4 must be the same.
e.g if you activated the account on the old PS4 you must activate the account on the new PS4 with the same with the same activation details you used on the old PS4.
 
Use FTP and copy these 2 folders:
user/trophy
user/home/xxxxxxxx/trophy

The user account on both PS4 must be the same.
e.g if you activated the account on the old PS4 you must activate the account on the new PS4 with the same with the same activation details you used on the old PS4.
The account ID is the same but i changed the name. Is it a problem?
 
Not sure. try it see if it works.
If not keep everything the same, transfer the trophies then change the name.
 
  • Like
Reactions: fdl88
It worked but the images of the games do not appear in the games list and there are no screenshots in the trophies either :unsure:
 
  • Like
Reactions: Leeful
It worked but the images of the games do not appear in the games list and there are no screenshots in the trophies either :unsure:
You can backup and restore your trophy screenshots as well.
I made a payload to do this a while ago but I cant find it at the moment but I'll have a look and update this post with the extra folders you need.......

here they are:
/user/av_contents/photo
/user/av_contents/thumbnails/photo
 
Last edited by Leeful,
You can backup and restore your trophy screenshots as well.
I made a payload to do this a while ago but I cant find it at the moment but I'll have a look and update this post with the extra folders you need.......

here they are:
/user/av_contents/photo
/user/av_contents/thumbnails/photo
It doesn't work :(
 
they are the only folders I've used in the past and they have always worked.

here is the code snippet from the payload:
JavaScript:
    sprintf(udir1, "/mnt/usb0/Trophy_Backup_With_Screenshots/%s/user/home/%x/trophy", getUserName(userIdList.userId[i]), userIdList.userId[i]);   
    sprintf(udir2, "/user/home/%x/trophy", userIdList.userId[i]);
    copy_dir(udir2, udir1);

    sprintf(udir, "/mnt/usb0/Trophy_Backup_With_Screenshots/%s/user/trophy/", getUserName(userIdList.userId[i]));
    copy_dir("/user/trophy", udir);

    sprintf(udir, "/mnt/usb0/Trophy_Backup_With_Screenshots/%s/user/av_contents/photo/", getUserName(userIdList.userId[i]));
    copy_dir("/user/av_contents/photo", udir);

    sprintf(udir, "/mnt/usb0/Trophy_Backup_With_Screenshots/%s/user/av_contents/thumbnails/photo/", getUserName(userIdList.userId[i]));
    copy_dir("/user/av_contents/thumbnails/photo", udir);
    
    sprintf(umsg, "Trophy Data Backup Completed  \nOn USB0 For User: %s", getUserName(userIdList.userId[i]));
    printf_notification(umsg);
 
You can backup and restore your trophy screenshots as well.
I made a payload to do this a while ago but I cant find it at the moment but I'll have a look and update this post with the extra folders you need.......

here they are:
/user/av_contents/photo
/user/av_contents/thumbnails/photo
Do you mean This payloaders? Is from your post.

...... Deleted!!
 
Last edited by oMaRcO,

Site & Scene News

Popular threads in this forum