Care Unlock  
Your online unlock store
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   GSM-Forum > GSM Mobile / Tablets Brands -Software Area- > Various > Siemens-Benq > Siemens-Benq Flash Patching > x4x, x5x Flashpatching

Reply
 
LinkBack Thread Tools Display Modes
Old 05-14-2006, 14:02   #1 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks: 0
Thanked 1 Time in 1 Post
Java Navigator?

Is there a Java-midlet that works like a navigator or start-menu?

I'm searching for something like this:

We start the JAVA-midlet
and it opens a list of my favourite Java-programms. I navigate through the list and if I press the left button the selected programm will run.

Thank you
  Reply With Quote
Old 05-14-2006, 20:08   #2 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 38
Posts: 980
Member: 27745
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
You can do this with the card-explorer... ;-)
  Reply With Quote
Old 05-14-2006, 20:31   #3 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks: 0
Thanked 1 Time in 1 Post
LOL

Are you Private Joker?
  Reply With Quote
Old 05-14-2006, 20:52   #4 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 38
Posts: 980
Member: 27745
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
Why ?

Does the program "know" what your favourite Java programs are ?
-> No. You have to create a list manually.

In this time you can do it with card explorer, too.

(Oder verstehe ich deine Frage nicht richtig ? Klar, was ich meine musst du am PC erstellen und dann ins Root Verzeichnis der MMC schreiben, aber dann hast du doch eine Liste deiner Lieblingsprogramme wenn du den Card Explorer öffnest ?!)
  Reply With Quote
Old 05-14-2006, 20:57   #5 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks: 0
Thanked 1 Time in 1 Post
German Sorry for english-speaking people but this thread is not really important

Nö... ich kanns natürlich per Unterverzeichnisse machen aber das gefällt mir nicht so. Ich wollte mehr oder weniger ein Favouriten-Ladeprogramm. Also wie du schon sagtest, daß ich die Liste selber zusammenstellen sollte und dann ein JavaProgramm das per FAV oder was weiß ich übernimmt

Ist aber nicht soooo wichtig. Dachte daß es da schon was gibt
  Reply With Quote
Old 05-14-2006, 21:03   #6 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 38
Posts: 980
Member: 27745
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
Wär eine gute Sache, bisher hab ich sowas leider noch nicht gesehen. :-(

GERMAN MODE OFF
  Reply With Quote
Old 05-14-2006, 21:13   #7 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks: 0
Thanked 1 Time in 1 Post
@trustkill

Do you think we can draw the Union Jack as ASCII-art?
  Reply With Quote
Old 05-14-2006, 22:00   #8 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 38
Posts: 980
Member: 27745
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
I think we are too much OT now

Code:
      _
     (_) 
    <___>
     | |___________________________________________
     | |`-._`-._         :|    |:         _.-'_.-'|
     | |`-._`-._`-._     :|    |:     _.-'_.-'_.-'|
     | |    `-._`-._`-._ :|    |: _.-'_.-'_.-'    |
     | | _ _ _ _`-._`-._`:|    |:`_.-'_.-' _ _ _ _|
     | |------------------      ------------------|
     | |                                          |
     | |__________________      __________________|
     | |- - - - -_.--_.--:|    |:--._--._- - - - -|
     | |     _.-'_.-'_.-':|    |:`-._`-._`-._     |
     | | _.-'_.-'_.-'    :|    |:    `-._`-._`-._ |
     | |'_.-'_.-'        :|    |:        `-._`-._`|
     | |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | |
     | |
     | |
     | |
     | |
     | |
  Reply With Quote
Old 05-14-2006, 22:06   #9 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
Hm, where's the problem? You can use the Java explorer for this task. I have every often used MIDlet in Java top level. That means, a MIDlet folder is located in \java\jam folder and contains .jar & .jad files.
Disadvantage is the long loading time because SL45 checks every folder for a MIDlet. The faster (but more complex way) is to use card explorer. You have to create a .jad file in root-directory for each favourite MIDlet and the .jad file must contain the correct path to your .jar file in MMC in . It's more effort to configure but faster to call.

@union jack: You forgot the color!

Last edited by rc-flitzer; 05-14-2006 at 22:28.
  Reply With Quote
Old 05-15-2006, 09:48   #10 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks: 0
Thanked 1 Time in 1 Post
You're right! I've currently 150 midlets on MMC. And it takes a lot of time to load them all. Surly we can make shortcuts in root dir.... But now I've a new idea. Is theres a patch that opens specific directory in card-explorer?
So we create directory "MyJava" and set there our jad files in and if we call the patch it suddenly opens the folder "MyJava" and we just select the midlet we JAD-File we want.

Annother question. Can a Javamidlet call annother one? (That's the main idea of the JavaNavigator)

@union jack
That was only a joke Well done trustkill
  Reply With Quote
Old 05-15-2006, 10:14   #11 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
Hm... I see this from a lazy programmer's view: we need no patch, and the "myJava"-folder has to be named with a dot before: ".MyJava". Then it's positioned as first entry, and you have to click only once more (right arrow or right softkey) after starting CardEx - and no patch is needed.

Call a midlet from another one? Maybe possible, but only with tricks (firmware calls). But whereto? The card explorer does it alright. Maybe a configuring tool to create the .jad-files would be great.
Quote:
I've currently 150 midlets on MMC. And it takes a lot of time to load them all.
I have put only the most used MIDlets in top level folder. All other midlets are sorted in subdirectories like "Office" or "Actiongames". The loading time for Java Explorer depends only on number of top level directories (one second per 10 directories).
  Reply With Quote
Old 05-15-2006, 11:42   #12 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks: 0
Thanked 1 Time in 1 Post
1:0 for you If I've time I'll sort my Java Apps
  Reply With Quote
Old 05-16-2006, 01:13   #13 (permalink)
No Life Poster
 
lalo.lerry's Avatar
 
Join Date: Jan 2004
Location: Italy
Age: 38
Posts: 1,018
Member: 50673
Status: Offline
Thanks: 0
Thanked 2 Times in 2 Posts
Quote:
Originally Posted by cyperghost
.. But now I've a new idea. Is theres a patch that opens specific directory in card-explorer?
Es besteht nicht, aber es kann sehr leicht getan werden


@union jack:
SUPERB!
  Reply With Quote
Old 05-16-2006, 02:22   #14 (permalink)
Freak Poster
 
Join Date: Apr 2005
Age: 13
Posts: 237
Member: 137411
Status: Offline
Thanks: 0
Thanked 1 Time in 1 Post
@cyperghost:
About calling a midlet from another one, perhaps we can learn from the Java midlet for recording, DictRec.jar. Just use UltraEdit to change the entrypoints as below:

00000020h: D4 F3 14 0A 00 19 00 1C 0A 00 08 00 1D 07 00 1E
That is the following Java code:
{
Gateway.call(0xd4f314);
destroyApp(true);
return;
}
About to enter any directory on MMC directly, we have such BIN files attached (I've published it on my another thread), click it to go to specified directory directly, or put its EP (using Ebin) on certain key for shortcut.
Edit its last line on UltraEdit for specified directory!
00000030h: 41 64 64 72 65 73 73 20 62 6F 6F 6B 00 ; Address book.
The attached bin files is for SL45v5508. You have to port it to v56 before using.
Attached Files
File Type: rar directory_Bin.rar (1.2 KB, 22 views)
  Reply With Quote
Old 05-20-2006, 20:49   #15 (permalink)
Led
Junior Member
 
Join Date: May 2006
Posts: 2
Member: 279735
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
Can anybody port bin files to v56? Please...
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
thread Thread Starter Forum Replies Last Post
Nec-java-nec-java-nec-java... montego NEC 31 06-03-2011 08:18
F030 GPS NAVIGATION WIFI JAVA Analog TV DUAL SIM Greek language? malefas Chinese Models & Cloned Phones 18 01-13-2010 16:13
Can Navigator 6 maps be used on Navigator 5? irtirat GPS devices , Navigators & Maps 0 10-14-2008 20:29
Java S A M S U N G Java dsigual77 Java, iOS, Android, Symbian development 3 08-18-2003 13:32
Java java unlocker macce Siemens-Benq RingTones and WallPapers 4 03-23-2003 10:44


All times are GMT +1. The time now is 22:49.



Powered by Searchlight © 2013 Axivo Inc.
- GSM Hosting Ltd. - 1999-2013 -
Page generated in 0.40966 seconds with 12 queries

SEO by vBSEO