@aldostools something strange is happening with my scripts
I have boot_init.txt
Code:
/delete.ps3/dev_hdd0/tmp/explore/nsx
/delete.ps3/dev_hdd0/tmp/explore/xil2
wait 9
/delete_ps3/dev_hdd0/theme/CD_*.p3t
wait 2
/install.ps3/dev_flash/vsh/resource/theme/01.p3t
/move.ps3/dev_hdd0/boot_init_swap.txt|/dev_hdd0/boot_init.txt
wait 1
popup PS3™ Pro Lite
beep3
/browser.ps3?http://localhost/dev_hdd0/game/PS34KPROL/USRDIR/toolbox/htmls/welcome.html
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=12&pos=0x30
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x377
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x249
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x157
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x147
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x40
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x25E
map /dev_flash/vsh/resource/software_update_plugin.rco=/dev_flash/vsh/resource/AAA/software_update_plugin.rco
and boot_init_swap.txt
Code:
/delete.ps3/dev_hdd0/tmp/explore/nsx
/delete.ps3/dev_hdd0/tmp/explore/xil2
wait 9
wait 7
popup PS3™ Pro Lite
beep3
wait 1
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=12&pos=0x30
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x377
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x249
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x157
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x147
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x40
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x25E
map /dev_flash/vsh/resource/software_update_plugin.rco=/dev_flash/vsh/resource/AAA/software_update_plugin.rco
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_friend.xml,/dev_blind/vsh/resource/explore/xmb/category_friend.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_game.xml,/dev_blind/vsh/resource/explore/xmb/category_game.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_game_tool2.xml,/dev_blind/vsh/resource/explore/xmb/category_game_tool2.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_music.xml,/dev_blind/vsh/resource/explore/xmb/category_music.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_network.xml,/dev_blind/vsh/resource/explore/xmb/category_network.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_network_tool2.xml,/dev_blind/vsh/resource/explore/xmb/category_network_tool2.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_photo.xml,/dev_blind/vsh/resource/explore/xmb/category_photo.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_psn.xml,/dev_blind/vsh/resource/explore/xmb/category_psn.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_tv.xml,/dev_blind/vsh/resource/explore/xmb/category_tv.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_user.xml,/dev_blind/vsh/resource/explore/xmb/category_user.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_user_login.xml,/dev_blind/vsh/resource/explore/xmb/category_user_login.xml
copy /dev_hdd0/game/PS34KPROL/USRDIR/toolbox/patches/game_column_fix/cfw/category_video.xml,/dev_blind/vsh/resource/explore/xmb/category_video.xml
Works fine, no issues, boot_init_swap.txt is renamed to boot_init.txt just fine, but the weird happens in the uninstall process, i set other boot_ini.txt and boot_init_swap.txt with the following commands:
boot_init.txt
Code:
wait 1
/delete_ps3/dev_hdd0/theme/CD_*.p3t
/move.ps3/dev_hdd0/boot_init_swap.txt|/dev_hdd0/boot_init.txt
and the boot_init_swap.txt is empty, the new boot init.txt runs as it should, but for some reason in the move operation instead of being empty (boot_init_swap.txt) it becomes the first boot_init.txt that shouldn't exist anymore.
it becomes the following:
Code:
/delete.ps3/dev_hdd0/tmp/explore/nsx
/delete.ps3/dev_hdd0/tmp/explore/xil2
wait 9
/delete_ps3/dev_hdd0/theme/CD_*.p3t
wait 2
/install.ps3/dev_flash/vsh/resource/theme/01.p3t
/move.ps3/dev_hdd0/boot_init_swap.txt|/dev_hdd0/boot_init.txt
wait 1
popup PS3™ Pro Lite
beep3
/browser.ps3?http://localhost/dev_hdd0/game/PS34KPROL/USRDIR/toolbox/htmls/welcome.html
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=12&pos=0x30
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x377
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x249
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x157
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x147
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x40
/write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x25E
map /dev_flash/vsh/resource/software_update_plugin.rco=/dev_flash/vsh/resource/AAA/software_update_plugin.rco
but how? it was replaced in the first time in the installation process

. To make sure i placed the right files i disabled webman before uninstalling the PS3 Pro and in multiman i checked that the new boot_init.txt and empty boot_init.swap are there as they should, but somehow webman replaces the boot_init.txt after the execution with the old and non-existent one.
EDIT:
wait 1
/delete_ps3/dev_hdd0/theme/CD_*.p3t
/delete_ps3/dev_hdd0/boot_init.txt
Now I'm using delete instead of moving, it worked better but I'm still confused by what was going on.