Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > FAR plugin for internal file system access using DCU-60!

Previous  123 ... 686970 ... 757677  Next
Author FAR plugin for internal file system access using DCU-60!
bbjuju
W800
Joined: Mar 20, 2006
Posts: 81
PM
Posted: 2006-08-31 07:27
Reply with quoteEdit/Delete This PostPrint this post
Okay. I have a question/problem.

I have removed the SE links from all the video, sound, theme folders according to the instructions given in this thread briefly described here: remove all the files/folders in custmenu then, the respective .itm files in custom folder. Now, the SE links disappear.

BUT at the same time, the PLAYNOW menu icon in the main menu has changed to another sony ericsson icon (not seen anywhere before) and it had a label "Sony Ericsson" first. I guess it's just a link to SE. But peculiar thing is that after I have loaded the data comm. and internet settings to the phone, the icon's label changed to "Video World". I have no idea what that means. I dont' want to try because it seems to take me to somewhere via internet and I haven't subscribed to any data plan and I don't want to pay for any per byte fees just to see what that "Video World" leads me to.

So, it seems that I removed the SE links and then created another yet annoying and useless menu icon.

My question is: (i) any way to get back the PlayNow icon and link (the same useless but at least it doesn't look as stupid as having a "Video World" menu on a cell phone.
(ii) any way to change that useless menu icon to something useful such as say "multimedia files", "memory stick drive" or "opera mini" etc?

Any pointers/advice will be very much appreciated. I am tempted to revert back to the SE links thing....

Below is the screenshot of that "Video World" icon (top left hand one, originally PlayNow button). Note I did NOT touch the menu.ml or the main menu. And I have NO access to internet. It's in the phone already when I removed the SE links.




Edit: Okay. I found out how to retrieve that useless PlayNow icon and link. I put the Content_hook folder and the relevant .itm file back to the original place and it's back there.


[ This Message was edited by: bbjuju on 2006-08-31 10:40 ]
pandaen
T68 gold
Joined: Aug 31, 2006
Posts: 1
PM
Posted: 2006-08-31 16:54
Reply with quoteEdit/Delete This PostPrint this post
I have a problem using this thing.

Everything works out just fine till i am connected, but then, the FS folder is empty!?

I think i tried about everything :S

Have a look at my screenshot:
www.killa04.dk/Tomfs.JPG
bbjuju
W800
Joined: Mar 20, 2006
Posts: 81
PM
Posted: 2006-08-31 18:52
Reply with quoteEdit/Delete This PostPrint this post
Update: I successfully changed the useless PlayNow button to something more "useful". I have wanted to link the icon to my Pictures folder but I couldn't get the correct link name after several attempts. So, I link it to my Applications. At least, better than PlayNow, imo.

It seems that what we see from FAR about the internal file system is not all in the phone. I still find something missing. E.g. I cannot locate the link source "internal" in menu.ml. Maybe some have already been compiled and not in "code" language or it's hardcoded in the hardware? Sorry for my naivete. I am not a programmer of any sort. This is just my wild guess.

Here is the screenshot of my replaced "PlayNow" icon linking to Applications (top lefthand one) in the main menu. Yeah, I changed some of the menu icons to iCandy Junior ones .


[ This Message was edited by: bbjuju on 2006-08-31 18:01 ]
max_wedge
Xperia Neo Black
Joined: Aug 29, 2004
Posts: > 500
From: Australia
PM, WWW
Posted: 2006-08-31 23:45
Reply with quoteEdit/Delete This PostPrint this post
internal refers to tags in the main flash. You can't edit them via fs, and would need to be a programmer to patch main firmware.

Perhaps you can find them as text strings using a hexeditor, I haven't tried.
vegetaleb
Xperia X10 White
Joined: May 03, 2002
Posts: > 500
From: Lebanon
PM
Posted: 2006-09-02 00:29
Reply with quoteEdit/Delete This PostPrint this post
Is it compatible with k800 or not yet?
max_wedge
Xperia Neo Black
Joined: Aug 29, 2004
Posts: > 500
From: Australia
PM, WWW
Posted: 2006-09-02 10:39
Reply with quoteEdit/Delete This PostPrint this post
nope.
scorpio
P990
Joined: Jun 12, 2006
Posts: 48
PM
Posted: 2006-09-02 11:42
Reply with quoteEdit/Delete This PostPrint this post
Hi all !

If i patch my K750 with patchs provided with FAR/plugin, is it possible to undo the changes? How to proceed?

I've seen a patch gdfs to fix battery problem ? Which problem?

What about the Radio without handsfree ? Did signal sensitivity decrease?

The patch to get the java folder unprotected, does it move the location of the folder to the mem card? Will i loose all my app.?

Martin1981
T68 gold
Joined: Sep 02, 2006
Posts: 1
PM
Posted: 2006-09-02 22:43
Reply with quoteEdit/Delete This PostPrint this post
Hi there

I have a W800 and i just want to change the MMS maximum size limit from 100 kb till 300 kb. Everybody says they have done it but I've read all the 69 pages in this thread and all I can find is how to increase the SMS memory.

Please help me!
max_wedge
Xperia Neo Black
Joined: Aug 29, 2004
Posts: > 500
From: Australia
PM, WWW
Posted: 2006-09-03 02:31
Reply with quoteEdit/Delete This PostPrint this post
Quote:

On 2006-09-02 22:43:20, Martin1981 wrote:
Hi there

I have a W800 and i just want to change the MMS maximum size limit from 100 kb till 300 kb. Everybody says they have done it but I've read all the 69 pages in this thread and all I can find is how to increase the SMS memory.

Please help me!


Even if you increase it, if the operator limits the size it just means you will end up with the mms sitting in the outbox for then failing because the size is too big for the operator.

Usually the handset is limited by operator customisation to whatever the operator allows, to avoid the issue of unsent mms messages.

If you are sure youer operator allows 300Kb, then you can change the limit in customize.xml, then do master reset.

Change this code to whatever your operator supports:
Code:

<mms>
<message-max-size>600</message-max-size>
<message-server>http://(EDIT: put your mms server address here)/</message-server>
<wap-profile>Optus MMS</wap-profile>
</mms>



_________________
File System Tweaks for the K750 K750 Tricks

[ This Message was edited by: max_wedge on 2006-09-03 01:36 ]

[ This Message was edited by: max_wedge on 2006-09-03 01:38 ]
Xema
W800
Joined: Dec 27, 2005
Posts: 108
From: Barcelona
PM
Posted: 2006-09-03 15:42
Reply with quoteEdit/Delete This PostPrint this post
Quote:

On 2006-09-02 22:43:20, Martin1981 wrote:
Hi there

I have a W800 and i just want to change the MMS maximum size limit from 100 kb till 300 kb. Everybody says they have done it but I've read all the 69 pages in this thread and all I can find is how to increase the SMS memory.

Please help me!



In my case changing mms_sett in tpa/system/messaging/mms and in tpa/preset/default to 300 did work perfectly without having to do a master reset, only reboot your phone and enjoy!
max_wedge
Xperia Neo Black
Joined: Aug 29, 2004
Posts: > 500
From: Australia
PM, WWW
Posted: 2006-09-04 01:31
Reply with quoteEdit/Delete This PostPrint this post
Quote:

On 2006-09-03 15:42:43, Xema wrote:
Quote:

On 2006-09-02 22:43:20, Martin1981 wrote:
Hi there

I have a W800 and i just want to change the MMS maximum size limit from 100 kb till 300 kb. Everybody says they have done it but I've read all the 69 pages in this thread and all I can find is how to increase the SMS memory.

Please help me!



In my case changing mms_sett in tpa/system/messaging/mms and in tpa/preset/default to 300 did work perfectly without having to do a master reset, only reboot your phone and enjoy!


An even better solution
duxxyuk
W800
Joined: Feb 23, 2005
Posts: 65
From: France
PM
Posted: 2006-09-04 09:12
Reply with quoteEdit/Delete This PostPrint this post
Kaare1979,
I think that one can use FAR+SE plugin to delete system sounds.
I used it to wipe the camera sounds as these were getting on my nerves and making me miss pictures (the click sounds before the pic is taken would you believe!).

I used FAR to delete these sounds. There might be a sound for the beep but I cannot be sure as I didn't look out for that.

Once connected to your phone using FAR (http://forums.se-nse.net/index.php?showtopic=3666)
have a look in FS/tpa/preset/system/sound


mnazam
K750
Joined: Jun 25, 2006
Posts: 4
PM
Posted: 2006-09-04 16:25
Reply with quoteEdit/Delete This PostPrint this post
martin1981 please refer my post at page 38 for details how to change the setting. as for me, in malaysia I managed to send huge size mms; pictures and videos (video was disabled by default) without fail or extra charges. maybe in some cases, other countries or operators the message charged by size, so in case of 300kb, 3 mms count, instead of one.
Alfons
T68 gold
Joined: Nov 20, 2004
Posts: 4
PM
Posted: 2006-09-04 18:12
Reply with quoteEdit/Delete This PostPrint this post
Hi Guys,

Great post and Hurray for FARmanager! great job guys!

I am trying to find a way how to set the Keypad auto lock time. As it is now it switches on in approx. 15sec. I would like to extend it to lets say 60sec instead.

Anyone that found out where that can be done?
inselaffe
K800 Black
Joined: Aug 17, 2006
Posts: 27
PM, WWW
Posted: 2006-09-04 23:31
Reply with quoteEdit/Delete This PostPrint this post
Quote:

On 2006-09-02 00:29:38, vegetaleb wrote:
Is it compatible with k800 or not yet?


Anyone have any "insider information" as to when it will be?
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 686970 ... 757677  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic