Talk:Life with PlayStation: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (moved to registory.xml page)
 
Line 21: Line 21:
  15:25 eussNL /setting/net/autoDlTime
  15:25 eussNL /setting/net/autoDlTime
  15:29 eussNL it thus overrides the sleep/poweroff settings, as it replaces the screensaver</nowiki>
  15:29 eussNL it thus overrides the sleep/poweroff settings, as it replaces the screensaver</nowiki>
=Changes in registory.xml=
'''dev_flash/vsh/resource/explore/xmb/registory.xml'''
Under attribute table "fixed_items" it was removed the line:
<Pair key="psh"><String>xmb://localhost/%flash/xmb/category_psn.xml#seg_home</String></Pair>
This is the only change in registory.xml between firmwares 4.46 and 4.75


----
----
Another change in previous firmwares (unknwon when it was removed, previous to 4.46)
See [[registory.xml]]
rquery=root.fixed_items.fah
This is a query from one of the XMBML files to xregistry.sys searching in the table "fixed_items" for:
<Pair key="fah">...

Latest revision as of 18:43, 3 September 2015

http://deu01.ps3.download.playstation.net/download/ps3/eu/lwp/lwp.pkg

http://dus01.ps3.download.playstation.net/download/ps3/us/lwp/lwp.pkg

From online chat resume, not necessary and directly related to Life but interesting enough.

15:18   eussNL	you can set the time after inactivity the application must be started - aka Screensaver
15:19	eussNL	Turn off is not a screensaver
15:19	eussNL	but it is handled by the inactivity check
15:21	eussNL	all screensaver and poweroff configuration is handled by XRegistry.sys [1]
15:22	eussNL	/setting/power/sleep
15:22	eussNL	/setting/premo/powerOffTime
15:22	eussNL	/setting/pad/autoPowerOff
15:22	eussNL	/setting/system/autoPowerOffDebug
15:23	eussNL	/setting/system/autoPowerOff
15:23	eussNL	/setting/system/autoPowerOffEx
15:23	eussNL	/setting/system/powerOnReset
15:23	eussNL	/setting/system/powerOnDiscBoot
15:24	eussNL	/setting/display/screenSaver/startTime
15:24	eussNL	/setting/autoboot/startTime
15:25	eussNL	/setting/net/autoDlTime
15:29	eussNL	it thus overrides the sleep/poweroff settings, as it replaces the screensaver</nowiki>

See registory.xml