Join Today
+ Reply to Thread
Page 5 of 5 FirstFirst 12345
Results 41 to 45 of 45
  1. #41

    Default Re: [A780] J2ME file access (read and write)

    anyone nice enough to get SDK 4.3 on an alternate hosting site, post it up here, or refer some where else (w/ no reg req)?
    I'm not registered with MotoCoder

    much thanks

  2. #42

    Default Re: [A780] J2ME file access (read and write)

    Motorola does not allow to put the files elsewhere. Just register and download it if you need it. You do not have to pay for it.

    It's hard work to develop software, so we should respect their terms of distribution even if we like opensource/freeware.

  3. #43

    Default Re: [A780] J2ME file access (read and write)

    @all
    this thread has long waiting for java expert. I'm not a java expert. but I was try J2ME file access before. with J2ME we only can access /phone and /SD not /ezxlocal.

    but with J2ME + linscript we can access all files and folders in phone. we can do this by

    * use linscript to mount --bind ezxlocal into diska before start J2ME app.

    mkdir /diska/ezxlocal
    mount --bind /diska/ezxlocal /ezxlocal

    after this we can access ezxlocal in diska/ezxlocal

    but ezxlocal is an important folder may we should hide it by mount it to /diska/.system instead. coz user can't see it.

    * and we can use linscript to start java app like LeoMsg.

    #!/bin/bash

    /home/native/.profile

    JARFILE=/diska/.system/java/DownloadApps/MIDlet00504/Files/MotoDict.jar

    /usr/SYSjava/kvm -classpath $JARFILE Dict

    MIDlet is MotoDict.jar
    Main class is Dict

    But It's confuse when installation application.

  4. #44

    Default Re: [A780] J2ME file access (read and write)

    That's great. I tried a Softlink, but FAT does not support it. So I thought mounting will also not be possible. I have to try it.
    So I can write a Text-Editor in Java to edit ALL files

  5. #45
    Join Date
    Jun 2006
    Posts
    9

    Default Re: [A780] J2ME file access (read and write)

    Will the permfile.txt for the A780 also work with the A768?


 
+ Reply to Thread
Page 5 of 5 FirstFirst 12345

Similar Threads

  1. Replies: 30
    Last Post: 02-07-2007, 03:30 PM
  2. Motorola read write USM pendrive???
    By Aditya_g8 in forum Bounty Projects
    Replies: 1
    Last Post: 12-10-2006, 11:39 AM
  3. Motorola read write USM pendrive
    By Aditya_g8 in forum -The Lounge-
    Replies: 0
    Last Post: 12-09-2006, 08:49 PM
  4. telnet, kernel and flash read/write
    By blk-majik in forum A1200 General Chat
    Replies: 3
    Last Post: 05-09-2006, 02:41 AM
  5. Read / Write without reflash?
    By XWolf in forum A780 General Chat
    Replies: 0
    Last Post: 12-14-2005, 06:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1