Author |
What I believe to be the "Activity Menu" of W800 |
mrwoll Joined: Sep 14, 2005 Posts: 173 PM |
Nah not tried to change it because I wouldnt have any clue what the tags would be + I dont think you can link it unless the activity menu is already active in the files else where. We need to find out where the menu is actually stored in the K750i and how it works in correspondence with the FM. |
|
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
I think you are right there. My feeling actual activity menu code (as opposed to the weak shortcuts menu of the W800) is probably only included in the main flash of K750 firmware.
Vodafone Live handsets have an ACTIVITY_BUTTON_HOOK which points to vodafone live. When you delete that hook from /tpa/preset/system/custmenu, and set action-button-activates to to "true" in the customize.xml (then do a master reset), the activity button returns to normal:
Code:
|
<activity-menu>
<activity-menu-neweventstyle>false</activity-menu-neweventstyle>
<action-button-activates>true</action-button-activates>
</activity-menu>
|
|
So it may be possible to use vodafone's trick to make the middle button bring up the shortcut menu (still not activity button but close), but I'm not sure what link string you would use in activity_button_hook.xml to bring up the shortcuts menu.
Also, the trick may not work on non-vodafone firmware.
|
charlie42 Joined: Jun 17, 2006 Posts: 8 From: czech republic PM |
did somebody try this trick? |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
I couldn't get it to work. But we are missing tag info. If I knew what string points to activity menu - it might be able to call it up - for example use right_softkey_hook to make the right softkey pull up the full activity menu (that would eb better than nothing)
|
Hockert Joined: Jun 19, 2006 Posts: 5 PM |
Tell me if you need any file from k750 to watch. |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
i need the files form the main flash - we don't have those yet. I have all the FS contents for most K750 firmwares though, and nothing in them helps with this issue.
If you can get those main flash files though..
|
dairin Joined: Apr 08, 2002 Posts: 69 From: My home PM |
Quote:
|
On 2006-07-02 06:02:26, max_wedge wrote:
I have all the FS contents for most K750 firmwares though
|
|
do u have the full content of FS for R1CA021 software ??
if have can u share with me ??
|
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
no, I only have the raw file, sefstool2 will not extract the FS. Not sure why...
It's not like it's cid49? (it's cid36)
_________________
Get free themes from my themes site
[ This Message was edited by: max_wedge on 2006-07-02 07:24 ] |
jhfredrik Joined: Jun 29, 2006 Posts: 4 PM |
the hook is ACTIVITY_BUTTON_HOOK |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
tried - but we don't have the correct format to call up the activity menu. So all you can do is assign websites to the middle button.
|
charlie42 Joined: Jun 17, 2006 Posts: 8 From: czech republic PM |
on w800 you can assign website on middle button? so it shouldn't be problem to assign activity menu i hope.. what about to use internal link, or whatever? |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
okay then, if so easy you tell us the internal link to use?
That's the problem....we don't know what link to use, or even if the activity menu exists at all in the W800 firmware.
|
|