Skip to content

Releases: OfficialAhmed/Iconit-PS4

Iconit v5.13

08 Jul 15:25
Compare
Choose a tag to compare

ADDED:

  • Revert all icons to default
  • Support Multi-language Arabic, Spanish, German
  • Shifting/Resizing masks

FIXED:

  • Reading mask specifications may freeze the application

ENHANCED:

  • Warning before every upload to PS4
  • Issues will be visible to user as dialog & stored in "Logs.txt"

Iconit v5.12

17 Jun 16:46
Compare
Choose a tag to compare

HOW TO APPLY MASKS - NEW FEATURE

Applying styled masks on a set of icons requires a mask download free from here

  1. Create a set of icons (groups)

    1. Select Icons mode on the main window
    2. Select Menu (Top-left-hand-corner)
    3. Select Set Icon Group
    4. Click SET/UPDATE DEFAULT GROUP NOTE: Make sure all icons are normal without any edits nor masks

    All icons on the PS4 will be in the default group. To make a custom group:

    1. Click SET CUSTOM GROUP
    2. Pick the games for this group, type in the title for the group
    3. Click SAVE
  2. Apply Mask

    1. Click Mask Maker on Icons mode
    2. Click Mask... and choose the mask .Zip
    3. Click Group... and choose the group to apply the mask
    4. Click BAKE ICONS to apply the mask on all icons of the selected group
    5. Click UPLOAD BAKED ICONS to send the icons to the PS4

    If something went wrong while uploading, rerun the application but this time click on Continue it will redo the uploading process for the remaining icons

Iconit v5.06 (BETA)

30 Jan 06:11
Compare
Choose a tag to compare
Iconit v5.06 (BETA) Pre-release
Pre-release
Unattached pygame

Iconit v4.91

05 Sep 19:00
Compare
Choose a tag to compare

v4.91 Changelog

  • Mask maker has been implemented (Make styled icons)

  • Folder location will be cached, will reset on app restart, Change the default path in the settings otherwise.

  • IP & Port will be cached.

  • Fixed related Errno 2 issues

Error Type: [Errno 2] No such file or directory: 'Iconit-PS4\Data\prxUserMeta...`

Iconit v4.72

07 Feb 21:05
Compare
Choose a tag to compare

Added Features:

  • Ability to change any Homebrew (All homebrews will be detected format:LAPYxxxxx 4-letter prefix followed by 5-number suffix)

  • Ability to change System icons (ATTENTION: This will require extra permissions. Make sure to run FTP with Full R/W mode, Lapy Xplorer offer an option to allow FTP in "Danger mode" => Full R/W permissions by pressing (L2+Triangle). SomeTimes Xplorer seem to be allowing Full R/W but its not for some reason, try removing game data for Xplorer and retry)

  • Auto backup changed icons (stored in "Your Backup" folder)

Improvements:

  • Game/Pic fully compatible with "GoldHen FTP" (The whole process rely on one connection now)

  • More accurate Game Titles (Less abbreviations shown as the Game title)

  • Overall performance ++ (Implemented low-level Threading/multiprocessing)

  • Better caching performance (used to Write/Read some data from/to Hard Disk now uses the RAM instead)

  • Progress bar now shows realtime progression (used to be static and hard coded)

  • Caching size reduced significantly

  • Brand new User interface when connecting to PS4 (Modern design less memory usage)

  • Games are now listed in Alphabetical order

Fixed:

  • Fixed major bug with caching (used to overwrite the cache meaning old cache is useless. Note: first time running the application might take awhile and may freeze wait for it. The 2nd time you run it would be ~99% faster)

  • Fixed when using AvatarChange Error (No such file or directory: Pref.ini)

  • Fixed noob algorithms to approach different problems (now the code is waaaaay much easier to read)

Critical bug fix:

  • Fixed when renaming PSN activated account Deactivates it (Recommended to use it on offline accounts. Use it on online accounts on your own risk this might need more attention as I don't have PSN activated accounts I can't test it, so I can't guarantee for activated accounts SORRY!)
  • Offline Game Title generator (DefaultDNB DB) (Caching performance)

Iconit v4.65

06 Dec 16:49
4757028
Compare
Choose a tag to compare

Added features:

  • Added Pic change (you can now change background of any game, that show up when a game launches) => full hd up to 2k dimensions only
  • Avatar change now works for both (Offline & Activated accounts)
  • Avatar change works on 64-bit and 32-bit using only "32-bit ImageMagic" (used to yield 550 error for 64-bit windows)
  • Added legit png to dds convertion for accurate icons (Dxt1 compression)
  • Added more functions under Settings (default IP, restore default settings)
  • Added shortcut key (Enter/Return) to Select a game title
  • Added Tooltips to better understand each section of the application
  • Added numbering along the game title in the Games List
  • Added Renaming accounts (used to be visible only on application now will be visible on PS4 system)
  • Added more homebrew compatibles with prefix (PKGI, FLTZ, BORC, NPXS, NPXX, PNES)

Critical bugs:

  • Fixed Avatar change (505 error. On open percentage stuck at approx. 50%)
  • Fixed Renaming account through avatar change (causes PS4 to revert the original username)

Other fixes & improvements:

  • Improved accuracy of the loading percentages (used to be fixed from one stage to another, now more dynamic and precise. Note: still not 100% accurate)
  • Improved performance of icon change when scrolling through the icons (It used to check image dimensions on each icon change when next/previous buttons are pressed, which is useless since they all should be correct because reading from PS4 system already in requred size)
  • Now compatible with any ImageMagic version later than (6.9.10-84-Q16-x64-dll it used to only work with this version)
  • Tons of Code organization and simplifications resulting in a faster and much effecient algorithms (Some repeated code, some newbie implementations, inconvenient func. & var. naming, reduced for-loops, reduced writing amount on HDD)
  • Fixed some buttons can be clicked more than once without disabling it after-use
  • Fixed many Typos

To Do List:

  • [End-user]: Rename the Game titles manually (exp: YT => Youtube, Grand theft auto => My Fav game ) (fully customizable)
  • [End-user]: Add incompatible homebrew-prefix manually like (LAPYXXXX, CUSABXXXX)
  • [End-user]: Ability to delete cache anytime
  • [End-user]: Change system/system-app icons (browser, folder, music etc.)
  • [Dev]: Multiprocess cacheing (cache while user able to use the application)
  • [Dev]: Independent implementation (no need to rely on MagicImage) convertion-method