SE-NSE Forums:

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic
  • Bookmark

Make the Standby Watch Background Black Rate Topic: -----

#1 User is offline   xtr Icon

  • n00b
  • Group: Members
  • Posts: 13
  • Joined: 09-July 07

Posted 17 July 2007 - 06:37 AM

I put the customize_upgrade.xml on tpa\preset\custom, supposedly to change the original white background to black when you press the volume keys (when the screen is black) but it didn't work.

This are the contents of the .XML file:
<?xml version="1.0" encoding="UTF-8"?>
<customization>
	  <mmi>
		<activity-menu>
			<activity-menu-horizontalorientation>false</activity-menu-horizontalorientation>
			<activity-menu-horizontalorientation-setting>true</activity-menu-horizontalorientation-setting>
			<activity-menu-neweventstyle>true</activity-menu-neweventstyle>
			<activity-showbookmarks>true</activity-showbookmarks>
		</activity-menu>
	
	  </mmi>
<security>
		<certificate>
			<name>Halmer</name>
			<type>x509</type>
			<storage>java-3p</storage>
			<datafile>halmer.cer</datafile>
		</certificate>
	</security>
<settings>
		 <sleep-mode-clock>true</sleep-mode-clock>
	</settings>
<files>
		<delete dest="/tpa/system/bg_images/BG_IMAGE_STANDBY_USER_DEFINED" />
		<copy source="/usb/other/upload/BG_IMAGE_STANDBY_USER_DEFINED" dest="/tpa/system/bg_images/BG_IMAGE_STANDBY_USER_DEFINED" />
	</files>
</customization>


Doesn't work, any ideas how to make it work.

P.S. Activity menu does change with this customization, but not the display hour
0

#2 User is offline   bimasakti85 Icon

  • Makes Se-nse
  • PipPipPipPip
  • Group: Members
  • Posts: 438
  • Joined: 08-May 07
  • Gender:Male
  • Mobile:W810i

Posted 17 July 2007 - 07:17 AM

View Postxtr, on 2007-07-17 13:37, said:

I put the customize_upgrade.xml on tpa\preset\custom, supposedly to change the original white background to black when you press the volume keys (when the screen is black) but it didn't work.

This are the contents of the .XML file:
<?xml version="1.0" encoding="UTF-8"?>
<customization>
	  <mmi>
		<activity-menu>
			<activity-menu-horizontalorientation>false</activity-menu-horizontalorientation>
			<activity-menu-horizontalorientation-setting>true</activity-menu-horizontalorientation-setting>
			<activity-menu-neweventstyle>true</activity-menu-neweventstyle>
			<activity-showbookmarks>true</activity-showbookmarks>
		</activity-menu>
	
	  </mmi>
<security>
		<certificate>
			<name>Halmer</name>
			<type>x509</type>
			<storage>java-3p</storage>
			<datafile>halmer.cer</datafile>
		</certificate>
	</security>
<settings>
		 <sleep-mode-clock>true</sleep-mode-clock>
	</settings>
<files>
		<delete dest="/tpa/system/bg_images/BG_IMAGE_STANDBY_USER_DEFINED" />
		<copy source="/usb/other/upload/BG_IMAGE_STANDBY_USER_DEFINED" dest="/tpa/system/bg_images/BG_IMAGE_STANDBY_USER_DEFINED" />
	</files>
</customization>


Doesn't work, any ideas how to make it work.

P.S. Activity menu does change with this customization, but not the display hour


Wrong code pal. Suppose to be like this :

<?xml version="1.0" encoding="UTF-8"?>
<customization>
<mmi>
<activity-menu>
<activity-menu-horizontalorientation>false</activity-menu-horizontalorientation>
<activity-menu-horizontalorientation-setting>true</activity-menu-horizontalorientation-setting>
<activity-menu-neweventstyle>true</activity-menu-neweventstyle>
<activity-showbookmarks>true</activity-showbookmarks>
</activity-menu>
<settings>
<sleep-mode-clock>true</sleep-mode-clock>
</settings>
<security>
<certificate>
<name>Halmer</name>
<type>x509</type>
<storage>java-3p</storage>
<datafile>halmer.cer</datafile>
</certificate>
</security>
</mmi>
</customization>

Edit this using notepad. When "save as", use the encoding "UTF-8", not ANSI.
0

#3 User is offline   number1 Icon

  • scots Level SE-NSE Addict
  • PipPipPipPipPipPipPipPipPipPipPip
  • Group: Members.
  • Posts: 5,350
  • Joined: 06-May 07
  • Gender:Male
  • Location:Uk,Kent,Sittingbourne
  • Mobile:Sony Ericsson P1 & Nokia N97
  • Tutorials Submitted:2

Posted 17 July 2007 - 09:39 AM

looks intresting wot does it do wot screen does it change?
Posted Image

#4 User is offline   bimasakti85 Icon

  • Makes Se-nse
  • PipPipPipPip
  • Group: Members
  • Posts: 438
  • Joined: 08-May 07
  • Gender:Male
  • Mobile:W810i

Posted 17 July 2007 - 10:19 AM

It's for the sleep mode clock. In this mode, the background will be black and the clock will be white (the original was white background with black clock).
0

#5 User is offline   number1 Icon

  • scots Level SE-NSE Addict
  • PipPipPipPipPipPipPipPipPipPipPip
  • Group: Members.
  • Posts: 5,350
  • Joined: 06-May 07
  • Gender:Male
  • Location:Uk,Kent,Sittingbourne
  • Mobile:Sony Ericsson P1 & Nokia N97
  • Tutorials Submitted:2

Posted 17 July 2007 - 12:08 PM

kk sounds good
Posted Image

#6 User is offline   xtr Icon

  • n00b
  • Group: Members
  • Posts: 13
  • Joined: 09-July 07

Posted 17 July 2007 - 02:54 PM

Thanks bimasakti85 it worked now.

Now i have some questions:
1. What's for the file called "customize_upgrade.xml.@", originally I was instructed to put that file in tpa\preset\custom and the "customize_upgrade.xml" in tpa\user\other with the code I posted above. The activity menu changed but not the clock
2. Is is possible to display the clock in the background instead of having blank the screen? (like in K300)

This post has been edited by xtr: 17 July 2007 - 03:05 PM

0

#7 User is offline   taziz Icon

  • Non-se-nse
  • PipPipPip
  • Group: Banned
  • Posts: 223
  • Joined: 24-April 07

Posted 17 July 2007 - 04:39 PM

View Postxtr, on 2007-07-17 15:54, said:

Thanks bimasakti85 it worked now.

Now i have some questions:
1. What's for the file called "customize_upgrade.xml.@", originally I was instructed to put that file in tpa\preset\custom and the "customize_upgrade.xml" in tpa\user\other with the code I posted above. The activity menu changed but not the clock
2. Is is possible to display the clock in the background instead of having blank the screen? (like in K300)



customize_upgrade.xml.@ is a shortcut that points to /usb/other/customize_upgrade.xml which in turn allows you to "inject" or add code to customize.xml

i dunno what you mean about Q2 clock in bkground etc, if you mean on standby screen you can make or d/load flash wallpapers to make it look like this. plus you need to set your fone up to use flash standbys in the first place, you can find out >>HERE<< where nkls posted his amazing discovery about hacking flash content onto w810, its a carcking tutorial better discovery and its about the same skill level to get up and running as you have been doing with making the sleep clock inverted.
if thats not what you on about pleaser explain Q2 in more clear terms, :good:
regards
//sd,j;jkdfh

EDIT; ah think i know what you mean, like keep the sleep clock showing all the time instead of going off to sleep!. well i dunno if its been done but i know it will be possible, maybe need to wait till breakin to 810 flash is ready for us. soon i hear. but tbh i dont know for sure, would it not be kinda poinless running ure battery out for a clock thats in your pocket? just a thought, lol

This post has been edited by taziz: 17 July 2007 - 04:43 PM

wont be active here again, laterz all......//TariqAZIZ lol

#8 User is offline   bimasakti85 Icon

  • Makes Se-nse
  • PipPipPipPip
  • Group: Members
  • Posts: 438
  • Joined: 08-May 07
  • Gender:Male
  • Mobile:W810i

Posted 18 July 2007 - 02:55 AM

View Postxtr, on 2007-07-17 21:54, said:

Thanks bimasakti85 it worked now.

Now i have some questions:
1. What's for the file called "customize_upgrade.xml.@", originally I was instructed to put that file in tpa\preset\custom and the "customize_upgrade.xml" in tpa\user\other with the code I posted above. The activity menu changed but not the clock
2. Is is possible to display the clock in the background instead of having blank the screen? (like in K300)


If u want to transfer file to your phone FS, tradisionally we use XS++ and FAR, which consume more time and risk. With customize_upgrade.xml.@ putted in tpa/preset/custom, just put customize_upgrade.xml in folder "other" in your phone, with file u wish to copy into the phone, and it will be copied to the FS. Some files doesnt work with this method, e.g if u want to transfer customize_upgrade.xml to tpa/preset/custom, mostly it wont work.

That's not possible for right now. Maybe you want to do some research for it ? :confused:
0

#9 User is offline   pisanggoreng Icon

  • Se-nse-ible
  • PipPipPipPipPip
  • Group: Members
  • Posts: 577
  • Joined: 13-January 07
  • Location:Breda, Netherlands
  • Mobile:w810
  • Tutorials Submitted:1

Posted 20 July 2007 - 07:35 PM

basically, to have the inverted clock, create a file customize_upgrade.xml
<?xml version="1.0" encoding="UTF-8"?>
<customization>
  <mmi>
	<settings>
	  <sleep-mode-clock>true</sleep-mode-clock>
	</settings>
  </mmi>
</customization>


and place it in /tpa/preset/custom.

At bootup, the phone will process it and delete it and you have an inverted clock.


---------
you can speed up the process by using a shortcut:
instead of customize_upgrade.xml, create a file with the name customize_upgrade.xml.@
/ u s b / o t h e r / c u s t o m i z e _ u p g r a d e . x m l

* this file needs to be READ-ONLY, so with FAR you can set the attributes of the file (in-phone). *
Windows can do this too, but FAR resets that attribute everytime, yeah it's a bug..

Then u need to place your customize_upgrade.xml in the OTHER folder, that's it.
http://forums.se-nse...?showtopic=9711



@topicstarter: the sleepmode-clock tag, shoud be IN the mmi tag

This post has been edited by pisanggoreng: 20 July 2007 - 07:43 PM

0

#10 User is offline   xtr Icon

  • n00b
  • Group: Members
  • Posts: 13
  • Joined: 09-July 07

Posted 21 July 2007 - 01:32 AM

View Posttaziz, on 2007-07-17 11:39, said:

EDIT; ah think i know what you mean, like keep the sleep clock showing all the time instead of going off to sleep!. well i dunno if its been done but i know it will be possible, maybe need to wait till breakin to 810 flash is ready for us. soon i hear. but tbh i dont know for sure, would it not be kinda poinless running ure battery out for a clock thats in your pocket? just a thought, lol


Thanks for the tip on the .@ trick. I'm not interested in doing that since I don't plan to keep changing lots of things on my phone.
Your EDIT is right, I meant that the cell screen wouldn't go totally black, instead the clock will be shown with no backlight present (as I said in the early SE models K300, K750)

--

Noticed that when the clock is inverted, when you press any keys on the cel, the inverted clock would appear for a sec or less and then return to the main screen. Was this present with the original white background. I find it a little bit annoying, is it possible to avoid the clock showing up when any key is pressed (excluding the volume keys which of course serve you to check the hour)
0

#11 User is offline   blunden Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 91
  • Joined: 24-May 08
  • Location:Sweden
  • Mobile:K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme

Posted 06 September 2008 - 11:22 AM

View Postxtr, on 2007-07-21 02:32, said:

[...] Noticed that when the clock is inverted, when you press any keys on the cel, the inverted clock would appear for a sec or less and then return to the main screen. Was this present with the original white background. I find it a little bit annoying, is it possible to avoid the clock showing up when any key is pressed (excluding the volume keys which of course serve you to check the hour)
Any comments on this? Does it differ from the normal behaviour? (Yes, I know it's old but I found it interesting)

This post has been edited by blunden: 06 September 2008 - 11:22 AM

0

#12 User is offline   blunden Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 91
  • Joined: 24-May 08
  • Location:Sweden
  • Mobile:K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme

Posted 22 September 2008 - 05:15 PM

Has the behavior changed?
0

SE-NSE

#13 User is offline   wile.e Icon

  • Non-se-nse
  • PipPipPip
  • Group: Members
  • Posts: 161
  • Joined: 22-December 08

Posted 09 February 2009 - 07:17 AM

View Posttaziz, on 2007-07-17 17:47, said:

EDIT; ah think i know what you mean, like keep the sleep clock showing all the time instead of going off to sleep!. well i dunno if its been done but i know it will be possible, maybe need to wait till breakin to 810 flash is ready for us. soon i hear.

sound interesting... any news about it?
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic
  • Bookmark

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users