Application error in motorola and samsung

hi all
I am creating an application in which i am using map image which is abut 85 kb its working fine in nokia 7370,nokia e60,nokia n72. but an application error is comming in motorola l7i and samsung u600.
i have worked alot in this application and i found that these devices are not accepting the size of png (85 kb) i dont know i am right or not . i want to know that is there any restriction for size of png in application . i have searched for this but couldn't find any about this.
can anybody help me out for this
thanks

hi guys I got the same error but i solved using Scaling the image. Since scaling is not possible directly in j2me i got some code from this forum. The code is like
package scaleImage;
import javax.microedition.lcdui.Image;
public class ScaleImage {
    public ScaleImage() {
    public static Image scale(Image src, int width, int height)
          long start = System.currentTimeMillis();
          int scanline = src.getWidth();
          int srcw = src.getWidth();
          int srch = src.getHeight();
          int buf[] = new int[srcw * srch];
          src.getRGB(buf, 0, scanline, 0, 0, srcw, srch);
          int buf2[] = new int[width*height];
          for (int y=0;y<height;y++)
               int c1 = y*width;
               int c2 = (y*srch/height)*scanline;
               for (int x=0;x<width;x++)
                    buf2[c1 + x] = buf[c2 + x*srcw/width];
          Image img = Image.createRGBImage(buf2, width, height, true);
          long end = System.currentTimeMillis();
          System.out.println("Scaled "+src.getWidth()+"x"+src.getHeight()+" in "+((end-start)/1000)+" seconds");
          return img;
}Its very clear in motorola that some models will not support the image bigger than the canvas and thus throws NullpointerExp. So to avoid that ,this scale method gets the image, canvas width and height as params. The image is scaled to that resoln. Hope this may help u

Similar Messages

  • RoboHelp 8 HTML application error...and CRASH

    I'm working on a project in RoboHelp HTML 8, and got this error message, which was followed by the application closing and losing my changs.
    Has anyone else experienced this?
    Message was edited by: Peter Grainge
    It referred to RH9, rather than RH8

    Does your computer meet the system requirements for CS4?
    If not, that might be the problem.
    Also, when you reinstalled CS4, did you restore anything from your old installation?
    If no, I would advice you to try and make a complete uninstall, delete all folders after uninstalling, then try to make a new and clean installation.
    If the problem still exists, can you please provide the full error message?
    Another thing is if you have a lot of programs and stuff running, that could be why you get this error message, try to restart your PC, then open up only CS4 after the restart, see if you get the error when only running CS4.

  • Every time I try to open Firefox, a "firefox.exe-application error" pops up and say the memory cannot be written. WHY?!

    stupid error. its annoying. i want mozilla, not IE.

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.<br />
    Don't remove personal data when uninstalling.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can initially skip the step to create a new profile, that may not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • How to catch SAP application errors in BPM.

    Hi,
    I have a IDOC to Soap Sync Scenario where I send the message to a Webservice. I have used a BPM since we need to catch the resposne of this message and map it to a RFC. For ex if I get a success resposne I need to map success if not than I need to catch the error and map it to the RFC. Now here in some cases like if the target system (webservice) is down than XI raises a sap application error:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Connection refused (errno:239)</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Normally XI stops the process in these cases and does not proceed to the next step but I need to catch this message and map the content in the AdditionalText to the target RFC. Can anyone let me know how to catch this SAP Application Error in BPM and map it to the RFC.
    Thanks,
    Bhargav

    Hi Gaurav,
    As I have mentioned I need to catch the application error in the BPM. If you see the discussion that is mentioned after the blog you have mentioned it is stated that the fault messages or the application error cannot be caught in BPM.
    In the blog that you stated we can catch the fault message and map it to a message structure but only to that extent after that it would stop the BPM process at that step but would not proceed further as shown in the screenshot given in the blog it would fail as "application error restart not possible".
    I need to proceed further and capture this error to an RFC Structure and call a proxy.
    Here after the error it does not proceed to the next step.
    Thanks,
    Bhargav

  • Iexplore.exe - Application error (0x0eedfade) Runtime error 217

    I have had error messages appear on my screen as I begin to shut it down. The first says: Iexplore.exe -Application error (0x0eedfade) 0x7c812a5b and the second says: Runtime error 217 at 0473F48E
    What do they mean?
    Yesterday my notebook shut down in the middle of me using it and then whenever I tried to re-start it again (even in safe mode) it shut down again before I got the chance. Today I've managed to restart the computer but I did have the same messages appear earlier today as I was shuting down the computer.

    Hi
    It looks like the Microsoft internet explorer has caused an error.
    I found somewhere an advice that this could happen after IE 7 update and Norton Antivir application.
    Did you remove the Norton antivirus???
    I have noticed that this software makes the notebook slower. I used this several months ago. Not Im using the Freeware tool called Antivir. Its great and for free!!!
    After Norton uninstalling please be sure that all files were removed!!!! The Norton Removal Tool can helps
    Download Norton Removal Tool

  • Error : WWWLSNR32.exe and F50WEB32.exe

    I have installed Web Server on Windows NT 4 ,Service Pack 4 with
    Oracle 8 RDBMS in a same machine. All the OAS Services are up
    manually.At first I can access the server through Internet
    Browser but suddenly I get this error when I try to access the
    server,
    An Application error has occured
    and an application error log is being generated
    WWWLSNR32.exe
    Exception (0xc0000025),Address:.....
    and then my Oracle Listener 'www' is DOWN by itself.
    and I also get this error:
    An Application error has occured
    and an application error log is being generated
    F50WEB32.exe
    Exception (0xc0000025),Address:.....
    and now I still can't implement these Oracle solution to my
    customer which they have paid.
    Please Oracle Experts,give me solution.
    Thanks for any help and I really appreciate.
    null

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates
    Under normal circumstances, an uninstall/reinstall doesn't touch your content. (That being said, it's still always a good idea to maintain a current backup at all times in case of disasters of any sort.)

  • Application Error while using database deign transformer

    Using the database deign transformer in Designer 6i I experienced the following dialog:
    "An application error has occured and an application error log is being generated. smi61.exe Exception: access violation (0x0000005), Address 0x01f6c325"
    This is a repeatable error. All the table have been created but I don't know if they have been left in a clean state.
    A would like to stop this happening in the future, I have done this generation successfully in the past will the same settings that are now failing (but different entities)
    Thank in advance for all help
    Hannah

    The last two days have been frustrating. The error above also appeared when I was trying to view one of the relationships in one of my entities.
    What seems to have been happening is Designer showed a relationship existing after it had been deleted. This seems to be a bug in Designer. These rouge links can be deleted in the RON (although if you try to look at their details the RON will crash with the error in original query). After this cleanup everything worked like clockwork.
    Hannah Fraser

  • I have connected my time capsule to motorola SG6580 modem via ethernet.  I have a wireless network on the motorola and a wireless network from the time capsule.  I get duplicate IPs error messages sometimes. How do I fix?

    I have connected my time capsule to motorola SG6580 modem via ethernet.  I have a wireless network on the motorola and a wireless network from the time capsule.  I get duplicate IPs error messages (no connection) sometimes when trying to connect devices to the wireless network. How do I fix? Sometimes devices cannot connect to the network because of conflicting IPs.  I look on the Motorola and every device has a unique IP assigned but occasionally a device has taken the IP of another device.  I have been writing down all the devices and the IPs they have been using.  It happens more with PCs than Macs, ipads or iPhones.

    If the Time Capsule is set up correctly in bridge mode, then it is the responsibility of the Motorola modem/router to provide the correct IP address assignments for all devices on the network.
    Check to insure that the Time Capsule is correctly set up to operate in bridge mode as follows:
    On your Mac, open AirPort Utility
    Finder > Applications > Utilities > AirPort Utility
    Click on the Time Capsule icon, then click Edit in the smaller window that appears
    Click the Network tab at the top of the next window
    Insure that the setting for Router Mode is configured to read "Off (Bridge Mode)"
    Once you have confirmed that the Time Capsule is configured correctly, everything else is the responsibility of the Motorola modem/router as far as network routing and IP address assignments for devices.
    If you continue to have IP address issues, then you should contact the Internet Service Provider (ISP) that provided the Motorola device to you and ask them to fix the issue.

  • HT201413 I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the sign that says this application has failed because MSVCR80.dll was not found.

    I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the banner that says this application has failed because MSVCR80.dll was not found. anyone have a fix suggestion? thanks

    Click here and follow the instructions.
    (98724)

  • What does firefox.exe-application error mean? Firefox wont even open it just says this, and then click okay to terminate the problem.

    When I go to open up Firefox, it does not open no matter what I try It just pops up this box that says Firefox.exe - application error.
    Then it says the Instruction at "0x798377a9" referenced memory at "0x798377a9". The memory could not be "written".
    Click on OK to termintate the program
    What does this mean? And why cant I use Firefox. I can still use internet explorer just fine.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Firefox will not start and I get firefox.exe Application Error with the code 0x00000000, I've tried reloading but always get the same error message!

    Firefox will not start, I've tried opening in safe mode, no joy. I get the firefox.exe application error 0x00000000
    == This happened ==
    Every time Firefox opened
    == Possibly after a windows update ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; YPC 3.2.0; .NET CLR 1.1.4322; InfoPath.1)

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Ever since I downloaded FF's v6, everytime I go to YouTube and open a video, I get an error message that says: "[Java Script Application] Error: Div is null" How do I fix this problem?

    If I go to YouTube, no matter what video I click on to watch, the error message "[Java Script Application] Error: Div is null" pops up. It started happening right after I updated to FF v6. I also have installed the latest version of Java. I submitted this question a few weeks ago, but never received a reply.
    Thanks for any help you can provide to fix this.
    Scott Cromwell
    [email protected]

    hello, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, maybe an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Fatal Error has occured and the application is being terminated

    It seems that Captivate is eating my projects.  I've started my second project (after completing my first without any errors) and I'm constintly getting corrupted files.  It set me back at least a few hours worth of work.  So I started creating backup files every 10mins, regardless of how much work i've done.  Everything was going fine, until I took an hour break and went to resume my work.
    When I try to open my file I get the following pop up message when trying to open my file: "Adobe Captivate - A fatal error has occured and the application is being terminated. Adobe Captivate has tried to save all your work in the respective project folder as .cpbackup files.  Please restart Adobe Captivate."
    I can click on the program workspace and not click ok on the error message to keep the file open.  I see my slides and objects, but all the text is missing.
    I'm using Captivate 5.5 and windows 7 64.  Within Captivate, I'm using standard objects with importing MP3 audio files and some Photoshop images.  I have a total of 4 slides with 1 being 3.5mins long and the rest are less than 1min.
    When I first started having this problem, I thought maybe the variable files were corrupte so I deleted the Users/name/appdata/local/adobe/Captivate5.5 directory to see if that was the issue.  That was before this last stint of errors.
    I tried opening a backup that was like 10 saves ago, but it displays the same message.
    I'm not sure what to do next.

    Failed to back up the data. A fatal error has occured and the application is being terminated.
    This question is Not Answered.(Mark as assumed answered)
    hi,
    I am working on a content development using captivate 5.5. all of sudden I am not able slide view I am not able to view the text captions in slide view but i am able to see the text caption in Filmstrip. and when I am selecting another side it throwing below error and application ends.
    Adobe Captivate
    A fatal error has occured and the application is being terminated. Adobe Captivate has tried to save all your work in the respective project folders as ".cpbackup" files.
    Please restart Adobe Captivate.
    OK 
    I have a deliverable by this weekend if some can help to resolve this issue will be appreciated.
    Note: when first time it crashed, I re-created the course again from scratch and its crashed again. I have multiple attempt to finish this course but no luck.
    Please help me out to deliver my work.
    Thanks
    CD

  • Failed to back up the data. A fatal error has occured and the application is being terminated.

    hi,
    I am working on a content development using captivate 5.5. all of sudden I am not able slide view I am not able to view the text captions in slide view but i am able to see the text caption in Filmstrip. and when I am selecting another side it throwing below error and application ends.
    Adobe Captivate
    A fatal error has occured and the application is being terminated. Adobe Captivate has tried to save all your work in the respective project folders as ".cpbackup" files.
    Please restart Adobe Captivate.
    OK  
    I have a deliverable by this weekend if some can help to resolve this issue will be appreciated.
    Note: when first time it crashed, I re-created the course again from scratch and its crashed again. I have multiple attempt to finish this course but no luck.
    Please help me out to deliver my work.
    Thanks
    CD

    We have the exact same problem.Renaming the backup file per this post http://forums.adobe.com/message/4055726 didn't work. I can open the file and see the text boxes even though they're now showing as empty. Is there any way to recover the file?
    Yes, we were using a network drive but now we've switched to locally stored content.

  • First I got a wrong password for the network and the application error after a while that I wanted to enter the correct password no longer have access to network settings

    First I got a wrong password for the network and the application error after a while that I wanted to enter the correct password no longerhave access to network settings

    Unfortunately, it says I can't delete anything without the missing password.

Maybe you are looking for

  • Is Acrobat Right Program for the Job?

    HI, I have a client who would like to do a number os sales sheets. The client has multiple locations around the country and wants to be able to send the sheets to each location. At each location they will put in their address/phone etc., and all loca

  • Where is JDeveloper 11g Patch Set 2 (11.1.1.3.0)

    From the download link below, it only shows JDeveloper 11g (11.1.1.2.0). http://www.oracle.com/technology/software/products/jdev/htdocs/soft11.html Where is the newer version 11.1.1.3? I thought it was there last week. Thanks, Jeffrey

  • Problem in creating party relationship

    Hi, Pls find the below code which throws error in creating party relationship p_relationship_rec.subject_id := 35413; p_relationship_rec.subject_type := 'ORGANIZATION'; p_relationship_rec.subject_table_name := 'HZ_PARTIES'; p_relationship_rec.object_

  • Survey on Number of RAW IMages in Aperture

    I would be interested in knowing how many RAW images people are loading into an Aperture catalog? Does anyone have 100,000 plus images? Does it handle this many photos without slowing down considerably? Any feedback on this subject matter is apprecia

  • Can't download music in Safari or Explorer

    I downloaded a song from myspace.com just a few days ago. Now, all of a sudden, I can't download songs from myspace using Safari or Explorer for that matter. I can download other things like pdfs and photos. I'm using Safari 1.0.3 and Explorer 5.2. I