SE-NSE Forums:

Jump to content

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

T-mobile Myfaves .. How To Add It To Regular Phones ? Rate Topic: -----

#1 User is offline   Tigerente Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 73
  • Joined: 12-June 06

Posted 22 November 2007 - 07:45 AM

After the good results in USA T-Mobile has started the MyFaves Service now in Germany. Well, I actually don't have a T-Mobile MyFaves contract (and SIM) but I was interested in the MyFaves menu, shown in the comercials.

http://www.myfaves.com/
http://www.myfaves.de/

Posted Image

Would it be possible to activate it also with non-MyFaves SIMs or maybe is it possible to add this menu to another phone.

At first I thought it might be a signed Java-applicaktion, but yesterday I got a K550i MyFaves phone for some research and made a backup of the filesystem.

Just two files for MyFaves ... :(

in Customize.xml is the following to find:

	<myfaves>
	  <settings reg-path="/apps/homescreen/myfaves">
		<client-only-mode type="bin">0x00</client-only-mode>
		<application-title type="wstr">MyFaves</application-title>
		<comscreen-email type="uint">1</comscreen-email>
		<servercom-smsc type="wstr">+491710760000</servercom-smsc>
		<servercom-primary-port type="uint">5580</servercom-primary-port>
		<servercom-secondary-port1 type="uint">5581</servercom-secondary-port1>
		<servercom-secondary-port2 type="uint">5582</servercom-secondary-port2>
		<servercom-sendaddress-sms type="wstr">72059</servercom-sendaddress-sms>
		<download-icons-url type="wstr">http://www.t-zones.de/myfaves</download-icons-url>
	  </settings>
	</myfaves>


and there's also a file myfaves-restore.xml which is used to restore the default settings. Well, it'S possible to change the valuesw, to have the configuration menu of the MyFaves menu activated, but that's all. No MyFaves on the desktop.
One problem is maybe the missing storage.dat in /apps/homescreen/myfaves .


<customization>
	<registry>
		<myfaves>
			<file-operations>
				<!-- Delete data file if master reset -->
				<master-reset-all parse-mask="a">
					<file-op op="delete" dest="/tpa/system/settings/homescreen/myfaves/storage.dat"/>
				</master-reset-all>
			</file-operations>
			<settings reg-path="/apps/homescreen/myfaves">
				<!-- Used by MyFavesClientModeHandler. Value 0x00 (ClientOnly deactivated, using server) -->
				<!-- or 0x01 (ClientOnly activated, no server) -->
				<client-only-mode type="bin">0x00</client-only-mode>

				<!-- Specifies version (US/Int/Generic). Value 0 (US), 1 (International) or 2 (Generic) -->
				<application-version type="uint">1</application-version>

				<!-- Name of application -->
				<application-title type="wstr">myFaves</application-title>

		<!-- Value for the icons-folder. 0 (hidden) or 1 (visible) -->
		<icons-folder-visible type="uint">0</icons-folder-visible>		

				<!-- Value for client on/off. Value 0 (off) or !0, for instance 1, (on) --> 
				<!-- The customized value will determine the behaviour at first startup -->
				<clientactivated type="uint">1</clientactivated>

				<!-- Value for UI mode. Value 0 (off), 1 (on) or 2 (minimize) -->
				<!-- The customized value will determine the behaviour at first startup -->
				<uimode type="uint">2</uimode>

				<!-- Value for reporting mode. Value 0 (off) or !0, for instance 1, (on) -->
				<!-- The customized value will determine the behaviour at first startup -->
				<reportingmode type="uint">1</reportingmode>

				<!-- Communication screen custumization support. Those set as !0, typically 1, -->
				<!-- will be included in the communication screen -->
				<comscreen-call type="uint">1</comscreen-call>
				<comscreen-text type="uint">1</comscreen-text>
				<comscreen-picture type="uint">1</comscreen-picture>
				<comscreen-voicenote type="uint">0</comscreen-voicenote>
				<comscreen-video type="uint">0</comscreen-video>
				<comscreen-email type="uint">1</comscreen-email>
				<comscreen-activitylog type="uint">1</comscreen-activitylog>
				
				<!-- What softkey-style to use in communication screen. Value 0 (all "select") -->
				<!-- or 1 (dynamic, dependant on action, for instance "make" call and "send" msg) -->
				<comscreen-skstyle type="uint">0</comscreen-skstyle>

				<!-- Server communication custumization support -->
				<servercom-primary-port type="uint">5580</servercom-primary-port>
				<servercom-secondary-port1 type="uint">5581</servercom-secondary-port1>
				<servercom-secondary-port2 type="uint">5582</servercom-secondary-port2>
				<servercom-smsc type="wstr">+491700750000</servercom-smsc>
				<servercom-mmsc type="wstr">not-specified</servercom-mmsc>
				<servercom-sendaddress-sms type="wstr">731552</servercom-sendaddress-sms>
				<servercom-sendaddress-mms type="wstr">not-specified</servercom-sendaddress-mms>
				<servercom-receiveaddress-mms type="wstr">not-specified</servercom-receiveaddress-mms>
				<servercom-application-id type="wstr">my5-application-id</servercom-application-id>	

				<!-- URL for icon downloads -->
				<download-icons-url type="wstr">wap.google.com</download-icons-url>

				<!-- Specification of what to display in myFaves settings menu -->
				<settings-show-uion type="uint">1</settings-show-uion>
				<settings-show-uioff type="uint">1</settings-show-uioff>
				<settings-show-uimin type="uint">1</settings-show-uimin>
				<settings-show-manual-sync type="uint">1</settings-show-manual-sync>
			</settings>
		</myfaves>
	</registry>
</customization>



I've placed the whole FS on rapidshare:
http://rapidshare.co...bileMyFaves.rar

PW: TigErEntE


Maybe someone has an idea. If MyFaves menu would be a part of the main firmware, it would be a problem.

						
						

This post has been edited by Tigerente: 22 November 2007 - 08:02 AM

0

SE-NSE

#2 User is offline   petera Icon

  • Se-nse-ible
  • PipPipPipPipPip
  • Group: Members
  • Posts: 590
  • Joined: 11-May 07
  • Location:Liverpool, UK
  • Mobile:W810i (R.I.P.), W880i (sold), and W960i :)

Posted 22 November 2007 - 10:30 PM

I've had a good look though and I'm pretty sure it's a java application.
The problem is there are no Java apps in the FS you uploaded, so I can't find out how it would work.

I doubt it would be in the main, the t-mobile site lists this application with a while bunch of mobiles, so the only sensible way of developing it would be with Java.
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