|
![]() |
|
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. |
| |||||||
| Register | FAQ | Donate | Forum Rules | ★. iPhone Unlock .★ | -= JTAG BOOM =- | Search | Today's Posts | Mark Forums Read |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #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 |
|
| | #4 (permalink) |
| No Life Poster ![]() ![]() ![]() ![]() ![]() 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 ?!) |
|
| | #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 |
|
| | #8 (permalink) |
| No Life Poster ![]() ![]() ![]() ![]() ![]() 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: _
(_)
<___>
| |___________________________________________
| |`-._`-._ :| |: _.-'_.-'|
| |`-._`-._`-._ :| |: _.-'_.-'_.-'|
| | `-._`-._`-._ :| |: _.-'_.-'_.-' |
| | _ _ _ _`-._`-._`:| |:`_.-'_.-' _ _ _ _|
| |------------------ ------------------|
| | |
| |__________________ __________________|
| |- - - - -_.--_.--:| |:--._--._- - - - -|
| | _.-'_.-'_.-':| |:`-._`-._`-._ |
| | _.-'_.-'_.-' :| |: `-._`-._`-._ |
| |'_.-'_.-' :| |: `-._`-._`|
| |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| |
| |
| |
| |
| | |
|
| | #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. |
|
| | #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 |
|
| | #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:
| |
|
| | #13 (permalink) | |
| No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2004 Location: Italy Age: 38
Posts: 1,018
Member: 50673 Status: Offline Thanks: 0
Thanked 2 Times in 2 Posts
| Quote:
![]() @union jack: SUPERB! | |
|
| | #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. |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
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 |