Help needed on J2ME project

hey,
i'm trying to built a j2me browser that can access internet from a computer via bluetooth. So does anyone know a decent open source browser where I can modify its default connectivity mode(eg., gprs), so that i can create an interface which helps to connect to a computer through bluetooth and send the web pages back!!

specifying access point is not at possible in J2ME. Search for GnuBox which was the symbian OS application. It was possible to create bluetooth access point using that software.

Similar Messages

  • Urgent help needed - deadline - iDVD project suddenly gone corrupt?

    Ive literally finished and ironed out the problems Ive had with a big Dual Layer project Ive been working on for 2 weeks.
    Yesterday I successfully burned a project to DVD - and I had not been having any problems.
    Then suddenly I tried another burn later in the day - and after all the encoding - iDVD ejected the blank DVD (before burning it) and appeared to freeze. The burn status bar remained complete saying project status: done. However iDVD was frozen like this - and the DVD is blank. I had to force quit as it would not respond.
    I calmly tried again - same thing happened - it ejects the blank CD after encoding and freezes.
    I decided to open a slightly different version of the iDVD project file I had also saved - and had the same problem....
    So I tried to save a disc image instead - this time when I came back iDVD was gone - it had crashed and disappeared leaving no disc image.
    I did some searching in this forum and I made some drive space and trashed my .plist files and repaired disc permissions.
    I did another test burn this morning....SAME ISSUE - IDVD FROZE AND EJECTED THE BLANK DISC AFTER ENCODING....help! I have no idea what happened or what made it start behaving like this - I cant think of anything that changed on my system...and after all this work this bug has happened at the last hurdle....
    Thanks in advance...

    ok - so after all the above tinkering and OSX update, plist trashing and permission repairing as well as shifting assets to an internal drive - I set the iDVD project (which had previously burned ok) to burn again - and lo and behold - after the encoding - the same thing happened again...
    The project encoded - and then right at the end - it just ejected the blank CD and stopped...
    here is a picture of the resulting iDVD screen.
    As you can see - it just says 'done'. And the CD is sitting ejected and blank. The media is a fresh disc Verbatim +R DL. If I close the player nothing happens.
    If I press the 'cancel' button iDVD says 'cleaning up' and just sits there doing nothing. It does not register as 'not responding' in the 'force quit application menu' - but nothing happens.
    This is a real mystery to me. So frustrating I have the project finished! Something weird has happened...
    Hi Rich...this project is a regular 4:3 PAL format.
    I did try making a new project similar to the one Im trying to burn - and got the same result. Ditto with older versions of the project...
    I have just run the Disc 1 hardware test - 'no trouble' result.
    I am re-installing 'bundled software' from disc 1. Then I need to sleep and try burning again tomorrow...
    cheers

  • Help needed for changing Project Facets

    Hi,
    I am facing a problem in publishing a dynamic web project on workshop for weblogic 9.2. i have set the java compiler settings to 1.3. the error displayed is "Java compiler level does not match the version of the installed Java project facet. at ...<web project name goes here>"
    I checked the project facet settings as Java 5.0. this however is not editable. Is building an Ant script the way forward and if it is, what is the tag specific to project facet settings?
    Thanks in advance.

    You can also use a LSMW.
    You are lucky, this is exactly the eg taken in SAP help :
    http://help.sap.com/saphelp_erp2005/helpdata/en/e1/c6d30210e6cf4eac7b054a73f8fb1d/frameset.htm
    Hope this helps,
    Erwan

  • Help needed for new project

    Dear members
    I am looking for a developer who can help me (rebuild) and
    administrative back-end based on an existing MS SQL database in
    either PHP or ASP classic.
    I am pretty much a novice, more a designer than a programmer
    but know my way around DW and some ASP code, I am new to PHP. I do
    have experience with building databases, not much however with
    building databases for e-commerce purposes.
    I purchased WebAssist E-Commerce Suite if someone knows what
    it is and work with DW MX 2004 on a Windows XP Professional SP2 m
    achine.
    I am not asking for free help but help me get the job done.
    There is a time frame and the money I can spent on help is not
    unlimited.
    Pref. someone in Europe who I can keep in contact with via
    MSN Messenger and/or Skype.
    I can build myself the insert, update and delete pages on
    various tables.
    However certain things are unclear to me wether they are
    absolutely a nescessity or can be done without.
    Please if you have the time and not looking for a fast buck..
    contact me.
    Yours sincerely
    Anthony

    Hi,
    I did a project on jsp and EJB called Dataminig implemented in Online shopping. Dataminig is an upcomming technology for Customer Relationship management. You can also do some kinda project like online patient monitering. In this project you can even see how to communicate through COM port.

  • Help needed In developing project in Java

    Hi guys I am Developing a project in Java.
    This program test processor performance.
    Of system.
    Please tell me which packages to use and what will be basic logic required.
    basically Test, counter, and help will be used I think.

    Note: This thread was originally posted in the [Java Programming|http://forums.sun.com/forum.jspa?forumID=31] forum, but moved to this forum for closer topic alignment.

  • Help Needed for Java Project

    I have to do a project in my final year Computer Engineering. Can someone give me any ideas about project(to be done in Java)? If anyone can help me with any idea, please do so. Thank You!!

    Hi,
    I did a project on jsp and EJB called Dataminig implemented in Online shopping. Dataminig is an upcomming technology for Customer Relationship management. You can also do some kinda project like online patient monitering. In this project you can even see how to communicate through COM port.

  • Netbeans editor help needed - with J2ME

    Been usinf the Sun J2ME CE editor but decided to have a look at Netbeans (3.5.1). Impressed but one major niggle: I downloaded the Wireless toolkit modules to develop midlets. The editor puts a cross (error) against areas that are midlet specific for example:
    error - javax.microedition.midlet package not found. The strange thing is that the class paths must all be fine because it will compile fine.
    Help appreciated.
    Wayne

    After doing some research:
    In the midlet classes there are error glyphs showing in the annotations gutter. These classes are compiling so there shouldn't be any errors.
    Wayne

  • Help needed for HSC project, urgent.

    Hi,
    I am having further troubles. In my storybook on the first page all the buttons are appearing, I do not want this. How do I code to fix that, the only button I want on the first page is "page1_btn"
    will paste my coding into here, and could you please tell me what to do to fix this ?
    page2_btn.visible= false;
    p3_first_btn.visible= false;
    page1_btn.addEventListener(MouseEvent.CLICK,turnpage2);
    function turnpage2 (evt:MouseEvent):void {
      screen_movie.gotoAndPlay ("page2");
      page1_btn.visible = false;
    page2_btn.visible= true; 
    page2_btn.addEventListener(MouseEvent.CLICK,turnpage3);
    function turnpage3 (evt:MouseEvent):void {
    screen_movie.gotoAndPlay ("page3");
    page2_btn.visible= false;
    p3_first_btn.visible= true;
    p3_first_btn.addEventListener(MouseEvent.CLICK,turnpage3a);
    function turnpage3a (evt:MouseEvent):void {
    screen_movie.gotoAndPlay ("page3a");
    p3_first_btn.visible= false;
    And, also the reason why I am setting the buttons to visible= true; at the start and visible= false; at the end is because I can only have one button for each page.
    Please help someone,
    Regards,
    Adam

    In your code you are:
    1. setting page2_btn and p3_first_btn to visible false, then you set an event listener and function for page1_btn.
    2. setting page2_btn to be visible true and setting an event listener and function for that button.
    3. setting p2_first_btn to be visible true and setting an event listener and function for that button.
    If all of this code is in the same frame, then you are turning all of the buttons' visible properties to true.
    If you only want one of those buttons to be visible at any one time then set the visible property for page2_btn to true at the end of the function turnpage2 and do the same for p2_first_btn.
    Something like this:
    page2_btn.visible= false;
    p3_first_btn.visible= false;
    page1_btn.addEventListener(MouseEvent.CLICK,turnpage2);
    function turnpage2 (evt:MouseEvent):void {
      screen_movie.gotoAndPlay ("page2");
      page1_btn.visible = false;
      page2_btn.visible= true; 
    page2_btn.addEventListener(MouseEvent.CLICK,turnpage3);
    function turnpage3 (evt:MouseEvent):void {
    screen_movie.gotoAndPlay ("page3");
    page2_btn.visible= false;
    p3_first_btn.visible= true;
    p3_first_btn.addEventListener(MouseEvent.CLICK,turnpage3a);
    function turnpage3a (evt:MouseEvent):void {
    screen_movie.gotoAndPlay ("page3a");
    p3_first_btn.visible= false;
    You may have to make more changes, I'm guessing at what is going on in your movie.

  • Help needed in J2ME GUI...

    I used Canvas to display shapes in an EMulator. In the output, i got the list of MIDlets to execute and then i selected the canvas MIDlet(the MIDlet that i created using CAnvas), then the shapes ( REctangles) are drawn over the First SCreen (SCreen with the list of MIDlets ). So my output is overlaps the first MIDlet selection screen..
    What do i do now..?
    Is there any method, by which i can clear the screen.?
    Please Help..
    Thank You.

    Thank you,
    But Its not possible to access the abstract method [paint(Graphics)] of the superclass 'Canvas'.
    Iam getting an error " abstract method paint(javax.microedition.lcdui.Graphics) in javax.microedition.lcdui.Canvas cannot be accessed directly"
    Could you please help me with that..
    I am using NetBeans IDE version 6.

  • Help needed for J2ME

    SomeOne please tell me does Pocket PC support J2ME if yes how can I install J2ME on Pocket PC ?
    Thanks in advance
    Vicky

    Come on, did you even try searching for an answer...
    Here is a list I found in just under 5 seconds: http://www.comp.lancs.ac.uk/computing/users/fittond/ppcjava.html

  • Oracle ADF project help needed

    Hi all,
    Looking for some guys to help out on a project for about 7 weeks. Start early March. On site. Oracle ADF with Java. Good pay rates!
    Thanks a lot, please contact me!

    Hi,
    very nice to talking with you through oracle forums. what kinds of help you needed.
    You are looking for java with oracle ADF, Toplink developer....or anyother
    can you make it clear.
    regards,
    abu
    Message was edited by:
    asufian

  • Some J2ME midlets doubts!! help needed urgently!!!

    Hi,
    I am currently working in a company where it does wireless technology like WAP and I am assigned a task of creating a screensaver midlet. I have some doubts on the midlets.
    1) How do i use a midlet suites? From what I heard from my colleagues & friends, a servlet is needed for midlets to interact with one another. is it true?
    2) How do I get the startin midlet to take note the phone is idling so that the screen saver midlet can be called?
    Help needed urgently... if there is any source codes for me to refer to would be better... Thanks...
    Leonard

    indicates that MIDlet suites are isolated (on purpose) from each other, so you can't write over another one's address space.
    Also, I believe (at least on cell phones) that you have to specifically enter the Java Apps mode; unless you do the app won't execute. If you are in Java apps mode and a call comes in, the cell's OS puts the Java app currently executing on "Pause" mode and switches back to phone mode.
    Not sure if you will be able to have a Java app do that automatically.
    BTW why do you need a screensaver on an LCD display? Is it really intended to show an advertisement?
    Download and real all the docs you can from Sun, once you get over the generic Java deficiencies MIDlet's aren't that hard.

  • First J2ME Project

    Hi,
    I am quite new to J2ME.
    I am about to do my first J2ME project and need all possible help from you'll.
    The project is about Property Management - Conditional Survey.
    The Managing Agent would visit the property site and do a survey of the property.
    The Agent would be having a mobile device using which he should be able to connect to the database located at his Head Office(HO).
    Using the User Interface displayed on his/her mobile device he should be able to retrieve information, Add/Update/Delete information about his property survey which would update the database located at the HO.
    This is all the information that I have regarding the functional requirements.
    Regarding the tools as off now this is the info I have :
    1) The database would be Oracle
    2) Eclipse IDE.
    3) What is a suitable Mobile Device / Emulator for such a project ?
    4) What other tools would I need ?
    If anyone has worked on a similar requirement before please point me to suitable links for more information and similar sample projects.
    Please share your experience and difficulties that you might have faced while doing the project.
    Your help would be much appreciated. Thanks in advance
    Regards,
    Paresh

    Take a look at jsr--179
    http://mobilezoo.biz/jsr/179/index.html
    Note that this is an optional API.
    Do you have a background of core java / j2se / j2ee?
    If not, start with something much simpler and work up.
    :D

  • Help needed in PS module on CJ9ECP/CJ20N for revaluating CCR??

    help needed in PS module on CJ9ECP/CJ20N for revaluating CCR??
    How to handle method on_costing_component_to_outtab which belongs to badi gui_itemization_ck. This is to revaluate CCR in CJ20N.
    From sale transaction(va01/va02) i need to call cj20n/cj9ecp for revaluating cost estimates. Can anyone say how to proceed with this thing.
    Can any one say how to handle pop up window in CJ20N/CJ9ECP when clicked edit ecp button. Later how to revaluate cost estimates. For this should i need to go for call transaction or is there any method available. If so how to handle method for revaluating cost estimates for ECP of WBS elements

    Thanks Amol for the advice.
    My friend doesn't belong to an engineering background and had not worked in a manufacturing environment.
    He holds an MBA degree specialised in systems and has worked in software companies supporting software projects and the functions(like HR,Procurement in the same setup) as a software quality guy.
    Moreover the modules mentioned by you requires engineering background with manufacturing exposure.
    He had enquired for the course at siemens and they said that he may not be suitable for any of the modules offered by them as per the above reasons.They also mentioned that they have to check with SAP Labs for expert opinion.
    Please provide your inputs.
    regards,
    Zubair.

  • Help needed for using BASIC authentication through JDBCRealm

    Help needed.
    Hello,
    I am doing a degree project, so far it works fine in my local machine, I need to try it on my virtual hosting (as it is a live server).
    My project requires JDBCRealm, that is BASIC authentication loading access data from mysql database. Normally this setup can be done in Server.xml file, because my Tomcat hosting is a virtual one, I only have permission to access the web.xml file.
    My question is: is it possible to get it done in an alternative way? In web.xml? Some properties file maybe?
    Thank you very much.

    You can set this up for your context using META-INF/context.xml instead of working with server.xml.
    Make a directory called META-INF under your webapp ( it'll be at the same level as WEB-INF ). Under this, add a context.xml with all your context specific configuration including the realm. A sample is below
    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/myApp" reloadable="true">
        <Realm
            className="org.apache.catalina.realm.JDBCRealm"            
            driverName="com.microsoft.jdbc.sqlserver.SQLServerDriver"         
            connectionURL="jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=myDB;SelectMethod=Cursor;"
            connectionName="username" connectionPassword="password"
            digest="MD5" userTable="users" userNameCol="userid" userCredCol="userpassword"
            userRoleTable="user_roles" roleNameCol="rolename"
        />
    </Context>Hope this helps.
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    ----------------------------------------------------------------

Maybe you are looking for