J2MEWTK 1.0.3: i85s model is wrong

Does anybody know why the i85s emulator model that ships with v1.0.3 of the WTK features 256 color grayscale, when the real device only has 4 color grayscale. Also, the real device is 111x100, whereas the emulator version is 105x78.
Is there any way to change this to make it right, ie a device editor or something to change the parameters?
Thx,
Fred

you can change the phone property by modifying it's "Motorola_i85s.properties" file under the folder "C:\j2mewtk\wtklib\devices\Motorola_i85s". Besides, if you need to change the screen size, you may have to resize the phone image, otherwise it may shows a little bit strange when you using it.

Similar Messages

  • In "about this mac" on my macbook air the model is wrong...

    In the UI "about this mac" on my MacBook Air (middle 2011) the model is wrong, it's appear MacBook Pro. Does anyone knows why??? It was the same with the first update of Lion (10.7.1) and now with the upgrade ML too...

    I don't think this...it's a mba of july 2011 (it came out with the new OS X Lion last year). Here's the overview:
    Hardware Overview:
      Model Name:          MacBook Air
      Model Identifier:          MacBookAir4,1
      Processor Name:          Intel Core i7
      Processor Speed:          1.8 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          4 MB
      Memory:          4 GB
      Boot ROM Version:          MBA41.0077.B0F
      SMC Version (system):          1.74f3
    Do you have any ideas?

  • Model uses wrong logical source for aggregation

    Hi all,
    i faced with problem when my model uses the wrong logical source to display pre-aggregated data. I have 5 logical sources with pre-aggregtaed data for my fact table and use two dimensions for mapping these sources:
    Dimension "Geography": Country->State
    Dimension "Periods": Year->Quarter->Month->Day
    source 1 (most derailed) - mapped to levels: DAY, STATE
    source 2 - mapped to DAY, COUNTRY
    source 3 - mapped to MONTH, STATE
    source 4 - mapped to MONTH (only this level)
    source 5 - mapped to MONTH, COUNTRY
    When i run my request - measure by DAY - it uses source 2, instead of using source 1 as i supposed. Can anybody explain me why?
    BR,
    Alex

    What am i understanding from here is BI server decided on the best way to get the job done. You are having day at source 1 and source 2. But source 2 is aggregated at higher level than the source 1 with respect to region dimension. So as a matter of fact the best source for day is source 2.

  • BD64 Model View - Wrong Maintenance System

    Hello.
    We refreshed our QA system from Production.  Production is in a different CUA than our test systems.  The QA system still thinks that it is in the production model view n BD64 and I cannot get it to accept the new distribution model from the CUA for our test systems.  Furthermore, the entries in BD64 in the QA system are grayed out and cannot be deleted locally.  The production CUA doesn't recognize the new system at all either.
    How can I get the QA system to point to the right maintenance system in BD64?
    Thank you.

    Nevermind.  I deleted the DM and redistributed.

  • Adaptive RFC 2 Model generates wrong Dictionary Type - Exception

    Hi Experts,
    We use CE7.1 EHP1 SP3 Pat0000. When generating a Webdynpro Model for a Bapi which uses a Attribute Domain based on a CHAR1 type the Java Datatype choosen is always a "boolean". At runtime this causes a "com.sap.tc.cm.base.exception.BaseModelRuntimeException: Class 'java.lang.String' of new attribute value is not assignment compatible for attribute 'Fltype' of type 'boolean' in model ... ".
    This happens during unmarshalling from JCo Record and i haven't found a workaround yet (except changing the BAPI datatype which is not possible in this case). In our opinion this is a bug in RFC2 model generation because every ABAP Domain based on a CHAR1 field leads to a Java Attribute of type Boolean (even with a specified valueset, so that this attribute is not meant to be a kind of boolean).
    Generating an "old style" RFC Model (which is now deprecated) works fine and the generated Java datatype is String with the correct valueset from the Abap dictionary metadata.
    You can test this behaviour with the well known Bapi_Sflight_Getdetail flight example.
    Any ideas for a workaround or if this is a bug when it gets fixed?
    Regards
    Michael

    Hi Michael
    If your Issue is still not solved;
    I actually have the same problem within a migration from arfc1 to arfc2.
    After some tests and many times of troubleshooting, I created the whole
    model again and reimported in into each public part and recreated nearly
    the whole context (because of the structure-usage) - but it doesn't help!
    Even after a redeployment and a restart of the j2ee, the model doesn't work propery!
    I tried to get some information out of sap Note: 1310216
    But nothing realy helpful was in there...
    >I'm using a sap-standard structure (HRP1001) because of that, i can't edit the structure very easy..
    Has someone else the same problem?
    Best Regards
    Marco
    Some further informations: [BAPI_EQUI_GETDETAIL issue|BAPI_EQUI_GETDETAIL issue]

  • Toplink  model generates wrong Data Control type in JDev

    I have a model project using Toplink in JDev, and I create Data Control by right clicking on the Java class. The problem is the created <DataControl> in DataControls.dcx used to be
    SubType="DCTopLink",
    but now it became
    SubType="DCJavaBean"
    I don't know how to make it to become SubType="DCTopLink" rather than manually change the DataControls.dcx file.
    Anyone has any idea?

    No luck with new projects. I created a new workspace - selected JSP, Struts, ADF. Created one App Mod in the Model. Created One ViewObject based on a simple select query. Added the ViewObject to the AppMod. Opened the struts-config.xml under the ViewController project. Dragged a DataPage from the component palette. Double clicked the new page. Completed the wizard with default selections. Opened the new JSP in design view. My Data Control Palette shows the app mod with the view under it. I try to drag the View onto the page, and the circle-slash icon appears and does not allow it to be dropped on the page. I can't drag out the attributes, operations, or anything at all from the Data Control Palette. I don't see any text printed on the Java console run from jdev.exe.

  • J2mewtk: emulator error

    Hi,
    I am trying to generate and deploy an example MIDP application. I installed j2mewtk and MIDP4Palm and this is going wrong:
    emulator -classpath \ /usr/lib/j2mewtk/lib/midpapi.zip:/usr/lib/java/jre/lib/rt.jar \ -Xdescriptor:gmr-1.4.jad
    starts the emulator of j2mewtk, but when I trie to start the application, the error occurs:
    Unable to create MIDlet Start
    java.lang.ClassNotFoundException: Start
    at com.sun.midp.midlet.Selector.commandAction(+47)
    at javax.microedition.lcdui.List.keyPressed(+71)
    at javax.microedition.lcdui.Display$DisplayAccessor.keyEvent(+147)
    at com.sun.kvem.midp.lcdui.EmulEventHandler$EventLoop.run(+275)
    (similar error occurs for the MIDP4Palm example Worm.jad/.jar):
    These are my .jad and MANIFEST.MF files:
    --------------------------gmr-1.4.jad
    --------------------------MANIFEST.MF

    --------------------------gmr-1.4.jad
    MIDlet-Name: GMR
    MIDlet-Version: 1.4
    MIDlet-Vendor: Gerrit Leder
    MIDlet-Description: Sample application GMR for MIDP
    MicroEdition-Profile: MIDP-1.0
    MicroEdition-Configuration: CLDC-1.0
    MIDlet-1: GMR,gmr.png,Start
    MIDlet-Icon: gmr.png
    MIDlet-Jar-URL: gmr-1.4.jar
    MIDlet-Jar-Size: 25001
    Manifest-Version: 1.0
    Main-Class: Start
    Created-By: Gerrit Leder
    MIDlet-Name: GMR
    MIDlet-Version: 1.4
    MIDlet-Vendor: Gerrit Leder
    MIDlet-Description: Sample application GMR for MIDP
    MicroEdition-Profile: MIDP-1.0
    MicroEdition-Configuration: CLDC-1.0
    MIDlet-1: GMR,gmr.png,Start
    --------------------------MANIFEST.MF

  • Error propagation

    Hi,
    I'm having a bit of an odd problem in Forms10g with the propagation of an error. I'll describe what happens:
    I rightclick on an item, and select an action from a menu-item. In the code there is a call to a database package function where it is possible an application_error is raised (multiple values are possible, i'll use -20061 as example).
    The menu-item code has an 'exception when others' clause, which obviously traps this error.
    However...
    (note: We have forms6 versions of our forms, who then are converted to a 10g version. The problem does not come from this conversion, i only mention this because the problem occurs differently for both)
    In *6i*, the error is shown, though not correctly. The title of the alert would show the ora-number, but the message was also an ora-number, and not the expected message as was defined in the application_error. We then worked around this by trapping the code and message in a variable, using dbms_error_code and dbms_error_text, and showed these in an alert, faking the default behaviour.
    In *10g* however, no dice. dbms_error_code is 0, and error_text is empty, resulting in a neat empty alert. Without faking the behaviour, it seems as there occured no problems to a user (no alert).
    - i propagate errors trapped in 'when others' with RAISE
    - Removing the 'when others' clause results in normal behaviour, in both 6i and 10g, showing the correct oracode and message.
    - There was 1 more begin-exception when others-end block inside the main begin-end, i tried trapping the code/message there: no luck. Commenting out the 'when others': no luck.
    - I then put a begin-exception when others-end around the call to the DB-function. In the 'when other' i trapped the code and message: correct values! When doing this, the values are propagated further and the main exception when others then shows my own alert with the correct values (dbms_error_text and code then suddenly can trap the values...). Only by trapping the values into a dummy var (or outputting them) maintains their value it seems.
    I'm a bit bewildered:
    - Do i really need to go ahead and put a begin-end around each of my calls to this db-function, and trap the error_text once, to correctly propagate the error thrown there? I'd just like to shed some light on this.
    - How come a 'when others' blocks the correct working of the default alert?
    Thanks.

    Maybe can you tell me some usefull patterns?There's not much of a pattern here except for your (correct) MVC pattern.
    Imagine this: something in the Model goes wrong. You don't want this
    to pass by unnoticed. Your Model has no other way then throw an Exception.
    Your GUI is way too stupid to handle business logic (as it should be).
    So your Controller (the 'Logic') must handle the Exception, make the GUI
    display a nice retry/cancel dialog (that's what it's good at) and make the
    Controller try to solve the problem.
    kind regards,
    Jos

  • Analysis Authorization Migration Question

    Analysis Authorization Migration Question
    This is detail Question
    1)     I am testing Analysis Authorization Migration in NW2004s SP9 and have applied all OSS notes that are relevant to SP09 and are coming in SP10.
    2)     We have 2 Info object flagged as Authorization relevant 0COMP_CODE and 0COSTCENTER
    3)     We have Object level security set-up in BW 3.x system and for a role we have specified values like 0COMP_CODE has value 1000, 1800. “:”. In the same role we have specified 0COSTCENTER value 130001 to 180001, “:”  and hierarchy node.
    4)     When we migrate to Analysis Authorizations, using RSEC_MIGRATION, this program creates 2 Authorizations ZCOCODE00 & ZCOSTCTRH00. Both of them have 0COMP_CODE and 0COST_CENTER Objects.
    5)     ZCOCODE00 authorization gets value 0COMP_CODE values 1000, 1800. “:” and 0COSTCENTER Value “:”.
    6)     On the same line ZCOSTCTRH00 gets value 130001 to 180001, “:”  and 0COMP_CODE “:”.
    1st Question:
    1)     Why does it create 2 Authorizations?
    2)     During Checking it does not pass the authorizations, because it seems to me that it fails in Optimization process.
    3)     I manually merge the authorizations in “ONE” object then authorization check passes.  In other word if I combine ZCOSTCTRH00 & ZCOCODE00 then Query authorization check passes.
    Any one is struggling on this.
    Please note, I am doing Migration so that it updates existing Profiles (Roles now from SP9).
    Any comments will be very help full.
    Pankaj Gupta

    Hello Pankaj
    There are some basic misunderstandings on your side.
    Let me try to clarify:
    First we should distinguish between migration of authorizations and of what a query does with them.
    You had 2 auth objects before migration (in 3.x).
    Of course, they must be migrated to 2 new analysis auths.
    There is no general possibility to combine authorizations to a single one as the may appear in different roles and users. Moreover this would kill performance and finally, nobody would recognize the origin.
    Only in very restricted cases one could think of a combination of auths which come out of migration. But, then people loose overview about what goes on.
    Before the corrections in note "Migration IV" the : had not been inserted but now it is for good reasons.
    Now, accept for the moment that you receive 2 auths.
    Then, you cannnot (must not) combine the 2 resulting authorizations!
    <b>Authorization 1</b>
    COMP_CODE : 1000, 1300, “:”
    Cost Center : “:”
    <b>Authorizations 2</b>
    Comp_Code “:”
    Cost Center : 3100001-31999999; “:” plus a Hierarchy Node.
    This means that e.g. combination
    COMP_CODE 1000
    COST_CENTER 3100001-31999999
    <u>is not allowed!!!</u> Therefore, they must not be combined!
    Also, the query and its optimization is comepletely independent of the migration. And here, during query run time the auths cannot be combined. It is no failure!
    Moreover, the merging optimization is just a performance optimizaiton and has nothing to do with whether the query result is authorized or not.
    If you combine them manually you have authorized different combinations.
    Well, now you may wonder why you get 2 auths at all which leads to a "no auth" result in the query execution.
    The reason is, that in 3.x where you got a result with your 2 auth objects the modeling was wrong.
    If you want to authorize any combination of characteristic values, you should combine these characteritics together in one auth object, not in 2!
    (In BI7.0 it works like that but not in 3.x)
    But you defined 2 which may be valid even in several other InfoProviders independently and not even at the same time. Moreover, the auth objects may come from different roles and may be assigend to different users which then have completely different auth content. In general it is not possible to combine different auth objects or to find out those special situations which nevertheless allow for such optimizations. If you re-do a migration with more objects and users you could even receive different results which is also not satisfying.
    Therefore, instead, the mechanism was introduced to insert a : auth to those characteristics that are auth relevant (and checked now with 7.0) but not in the currently processed auth object.
    In you special case it may have made sense to combine them but not in general. And a migration can only try to work as general as possible.
    For your application you may combine the 2 auths manually if you want to allow also the crossover combinations
    COMP_CODE 1000
    COST_CENTER 3100001-31999999
    Best regards
    Peter John
    BI Development

  • I have an ipad that I purchased in Australia and my iTunes account is Australian, but when I try and watch Australian TV shows on Australian websites it says that the content is not available because I am not in Australia.

    Please help! I have an ipad that I purchased in Australia and my iTunes account is Australian, but when I try and watch Australian TV shows on Australian websites it says that the content is not available because I am not in Australia. How can I fix this?

    Are you using a proxy server to access the net?
    Or another cause could be that your router thinks it's in its home country (probably china)
    I just don't know how to fix it. There's a way but I don't know enough to advise.
    You could try googling your router model and 'wrong country' or keywords like that and see if something comes up.

  • Which recovery dvd to get for my HP 2000 laptop with Windows 8

    Hello again.  I recently posted re: an HP 2000 laptop that is really bad off.  It appears to be full of viruses, and is missing so much that I cannot even do a refresh.   If I try it states unable to complete, etc. as files missing.  Also, the program 24x7 help seems to have taken over, but if I try to remove it, it states it is no longer there.   Let's just say I may be a newbie at a lot of this, but I have been able to get other machines back to normal, and this no.  Needless to say I contacted HP and it is no longer under warranty.  They stated for 99.00 for I believe 1-2 hours that a tech would help me out over the phone, or for something like 14.99/month I could sign up for tech support.  I just want a restore dvd/thumb drive, and I asked, but NEVER offered.  I really believe I can get this machine working properly again, but will have to look elsewhere for restore media.  Some of you may scoff at this, but I have found numerous HP restore dvd's on Ebay.   The machine has Windows 8 64 bit, but a lot of the HP dvd's I have found are Windows 8 Pro 64 bit.  The HP 2000 does not state anywhere if it has Pro, etc. on it, so will one of these dvd's help me get this thing back to square one?  I realize all personal stuff, etc. will be wiped out, but it is a no go as it sits anyway.  Also, when I have tried to find the drivers on this site for the specific model/product number or this HP 2000 I am trying to fix I get nowhere.  An suggestions there?   Thank you very much in advance for any help/advice.  FYI, I am not going to call HP support again, so I need other options.   Thanks.

    Hello Paul.  Thank you for the information.  I must have typed the the model number wrong last time.  I tried again, and got to the page you mentioned.  It does not state anywhere if I can request as a dvd, or thumb drive.  Do you know if there is a way to specify?  I would prefer in thumb drive format myself.  It's $31.00, but if it gets the machine up and running well worth it.  Thanks again!

  • How to pick a HDD ?

    Hi, I am looking for a hard disk for a 2005 Toshiba Satellite laptop which I bought in Singapore.
    Model : Satellite M50-P330Satellite M50-P330
    Part number: PSM51L-001001
    I checked http://www.toshibadirect.com but could not find the precise model number.
    Any analogous model ? What specs should i look for ? what is the max compatible capacity ?
    further details of the laptop are here
    http://pc.toshiba-asia.com/Laine/public/pressDetails.action?a=pressDetails&id=22367&currentTab=press...
    i would appreciate any suggestions ..
    ss
    Maryland
    Solved!
    Go to Solution.

    Any of the notebook drives that are not SATA and not cable-select should work just fine. I wouldn't exceed 120 GB because that computer's BIOS may not recognize 48-bit LBA. There are plenty of those.
    Model : Satellite M50-P330Sate50-P330
    Part number: PSM51L-001001
    You have either the wrong model or wrong part number. They should be as follows.
       Satellite M50-P330 (PSM50L-023003)
       Satellite M50-P345 (PSM51L-001001)
    See this Asian Satellite M50 spec sheet.
    -Jerry

  • Filter in Bex Reports - Very Urgent, Please help!

    Hi,
    I have a report based on CRM transaction which has both header row and item row, the report also has filters like status and product, the status is the header level and product is at the item level, in which case the header row would not have the product details and item row would not have the Status Details. the records would be something like shown below
    Transaction Number       Status         Product
    1111111                        Open
    1111111                                          Product1
    In which case the filter applied on status and product would not return the expected result for ex if filter "Status = Open" is specified then we would just get only the header row and if Filter "Product = Product1" is specified we would just get the detail row, if both the filters are applied we would not get any rows.
    Is there any way to get both the header and item row if filters are specified, how such cases are implemented in Bex reports.
    Thanks
    Akila.R

    Akila,
    please state your query result properly...
    Transaction Number Status Product
    1111111 Open
    1111111 Product1
    would look like
    Transaction Number | Status | Product
    11111111 | Open | #
    11111111 | # | Product 1
    22222222 | Closed | #
    22222222 | # | Product 2
    The issue being that you want say... Open transactions then the the result should be
    Transaction Number | Status | Product
    11111111 | Open | #
    11111111 | # | Product 1
    whereas you are getting
    Transaction Number | Status | Product
    11111111 | Open | #
    and similarly for Product column as well....
    Options :
    1. It could be possible that your model is wrong -
    2. Have the filter include # as well.... include # into the filter by default - ask the users to do the same
    Arun
    Hope it helps...

  • Query takes time to execute. Review this query and give me a possible quere

    SELECT DISTINCT A.REFERENCE_NUMBER
    FROM A,B,C
    WHERE DF_N_GET_CONTRACT_STATUS (A.REFERENCE_NUMBER, TRUNC (SYSDATE)) = 1
    AND ( B.CHQ_RTN_INDICATOR IS NULL AND B.CHALLAN_NUMBER IS NULL
    AND C.INSTRUMENT_TYPE IN (1, 2) AND C.MODULE_CODE = 5 )
    AND ( A.HEADER_KEY = B.HEADER_KEY AND C.HEADER_KEY = B.HEADER_KEY);
    This query takes 3 minutes to execute. I want to improve the performance so that it can execute with in seconds.
    Table A has 10 lakhs record.
    Table B has 3.7 lakhs record.
    Table C has 5.3 lakhs record. Consider DF_N_GET_CONTRACT_STATUS as function. REFERENCE_NUMBER is the type of Varchar2(20).
    Plz give me a correct logical and fastest execution query for the same.
    Thanks in advance.

    I would agree with the post from Santosh above that you should review the guidelines for posting a tuning request. This is VERY important. It is impossile to come up with any useful suggestions without the proper information.
    In the case of your query, I would probably focus my attention on the function that you have defined. What happens if the condition using the DF_N_GET_CONTRACT_STATUS function is removed? Does it still take 3 minutes?
    SELECT reference_number
    from (
      SELECT DISTINCT A.REFERENCE_NUMBER
      FROM A,B,C
      WHERE ( B.CHQ_RTN_INDICATOR IS NULL AND B.CHALLAN_NUMBER IS NULL
      AND C.INSTRUMENT_TYPE IN (1, 2) AND C.MODULE_CODE = 5 )
      AND ( A.HEADER_KEY = B.HEADER_KEY AND C.HEADER_KEY = B.HEADER_KEY)
    where DF_N_GET_CONTRACT_STATUS(reference_number, trunc(sysdate)) = 1;Of course, the query above really depends on the cardinality of the returned data..... which is impossible to know without following the posting guidelines. This query could return anywhere between 0 rows and 2x10^17 rows. And in the latter case evaluating the function at the end wouldn't make any difference.
    Also, do you really need the distinct? Does it make any difference? Most of the time that I see distinct, to me it either means the query is wrong or the data model is wrong.

  • Displaying XML using XPath expressions

    Hi. I have a XML file which looks something like this:
    <?xml version="1.0"?>
    <SAQ>
    <question id="1">
    What does UML stand for?
    <answer id="1" correct="yes">
    Unified Modelling Language
    <explanation>
    Explanation
    </explanation>
    </answer>
    <answer id="2" correct="no">
    United Modelling Language
    <explanation>
    Wrong
    </explanation>
    </answer>
    </question>
    I want to just display the Question, not the child Answer and Explantion nodes under it, but when I use:
    <c:set var="temp" value="1" />
    <x:out select="$doc//SAQ//question[@id = $temp]" />
    it displays:
    What does UML stand for? Unified Modelling Language Explanation United Modelling Language Wrong
    How do I just display the parent question node and not its child answer and explanation nodes?
    Thanks!

    use the text() xpath function it should work:
    <x:out select="$doc//SAQ//question[@id = $temp]/text()" />

Maybe you are looking for

  • ITunes Error 7, (windows error 1114) runtime library error R6034

    Need help, update failed, iTunes Error 7, (Windows error 1114) runtime library error R6034, lost iTune library.

  • Problem with uwl overview

    I wanted to display an summary of the UWL in the portal first page so I add the uwl iview and choose "overview" in the property "UWL Navigation Style" but when I display it in the browser some of the times I get the number of new tasks (Tasks  (11 Ne

  • ITunes sync after iCloud restore

    So after retoring from an iCloud backup, I found that I can't sync apps with my computer without deleting all of them from my iPhone? Anyone find a worksround to this?

  • Speech recognition of Address Book help

    When you turn on Address Book, in Speech, you can click on configure, and there are only a couple names. Is there a way to expand the list or edit the names? (I don't really care, even if it means to alter system files and stuff)

  • Importing 30 tables into one SQL Table (Help Required)

    Dear Experts, I am new in SQL server, actually i need to gather 30 different excel file in one sql server table and i have imported all excel file in different databases, all tables have 186 different columns and datatypes. I couldnt change data type