Accessing mobile signal and battery info through j2me

Hi all,
I m working on an application which requires to display the battery power and network status and some other alerts like sms,tone alerts etc on the top of the application.Also I want to paint the screen in fullscreen mode. Is it possible into j2me to access these information dynamically and to display them?

m-commerce based application which requires
some informations of device like either SIM
card number or mobile number.java_at_core
See the solution to getting the phone number offerred by PeppeME in thread
http://forum.java.sun.com/thread.jspa?forumID=76&threadID=5201724
If this works for you, don't forget to give Peppe a share of the Dukes.
Darryl

Similar Messages

  • How to access mobile camera and address book using j2me?

    I m using sun java wireless toolkit 2.5 beta and jdk1.5
    how can i access my mobile camera using j2me ?
    please give some example codes and links .....
    reply as soon as possible.!!!!

    Try this. Hope it help
    try
    Player m_player;
    m_player = Manager.createPlayer("capture://video");
    m_player.realize();
    m_vc = (VideoControl)m_player.getControl("VideoControl");
    m_vc.initDisplayMode(VideoControl.USE_DIRECT_VIDEO, this);
    m_vc.setDisplayLocation(0, 0);
    m_vc.setDisplayFullScreen(true);
    m_player.start();
    m_vc.setVisible(true);
    catch ( IOException io )
    catch ( MediaException mx)
    Message was edited by:
    RiekeyLee

  • HT4528 About 30 minutes ago, my iphone 4 screen just went white. It still shows the time, signal and battery at the top, but everything else is white. I can't receive calls/text messages. My phone will not lock or turnoff,  but it will charge. HELP!!

    I don't know what to do. My iPhone 4 just all of a sudden had a blank white screen. It still shows the bar at the top with the signal, time, and battery life. But the rest of the screen is white. If I touch the screen it acts like it's selecting something and gives me the choice to "Copy". It will still charge when I plug it up, but i cannot turn it off or lock the screen. I tried leaving it alone for awhile to see if it will lock on its own, like it normally would, and all it does is dim the screen. I guess im going to try to just let it die, and then see what happens, but if anyone else has any suggestions (other than taking it in to be looked at or getting a new phone) I would greatly appreciate it!

    Any number of things could have caused the phone to do this. If after the reset you are experiencing additional problems, the next step in the troubleshooting process is a restore from a backup. Make sure you have one before you start the restore process. If that does not improve things, then you may have to restore as a new device. Remember, restoring as a new device will delete all data off the phone. Make sure all of your pictures are imported to the computer and all other data is synced to supported applications on the computer before restoring as new. See this support document about backups http://support.apple.com/kb/HT4946, and this about restoring the phone. http://support.apple.com/kb/HT1414

  • After iOS 8 update no mobile signal and keeps crashing

    My iPad 4 is about a year old and I recently updated it to ISO8  big mistake as it now has no mobile signal reception and keeps crashing.  restored to factory setting using iTunes and now won't activate, iTunes account won't accept it and the iPad keeps crashing every 2 to 3 mins
    help!!

    Hi Go to settings Email Accounts Delete Email Account then Re add acount back again If you have more than one Email Account do this with each one. Cheers Brian

  • Can't access my Username and forum info

    I have been using the same username for some years. I have logged into the forums using a certain email address and password. Over the years, i have had other Apple IDs, different ones for iTunes store, a different one for Mobile Me now. A different one for that disk thing that i haven't used yet.
    Two days ago i got an iPhone. Yesterday, I wanted to do a sync and i used the user name and password that i have written down for the ITunes store. This is different from my Discussion Forums login.
    Today, i needed to try to get some info on the forums and i decided to update my info to include the iPhone. For the first time ever, the forum would not let me log in with the login info i've always used. It told me it could send me an email to reset my password, so i did that, but the email it sent the password to is not the email that was my login email. Now, when i log in, it gives me a different user name or nickname than i had before, and it uses the different email address, and i have a point count of zero, whereas i previously had around 500+ (i had lost others when the forums went through a big format change around 2005). How can i get my user name and point count back? All my computer info was blank. It's like i'm a new user. I want my old account. The user name i had before was Judy444. Thanks

    Hi Judy or Judy444!
    Delete the browser's Apple Cookies, and clear the browser Cache.
    On the Discussions Sign In Page, do not enter any info in the text fields.
    Instead, under "Did you forget your password?", click on "Click here for assistance".
    On the page that opens, click on "Forget your Apple ID?".
    Enter the required info, and click Continue.
    When you have completed the process see if you can once again log in with the Judy444 ID.
    ali b

  • Is it possible with cDAQ to output PWM-Signal and Digital lines through same module?

    Hello
     I try to output a digital line and a PWM signal through one 9401 module. I use it for actuator control with PWm = speed and digital hig/low = direction.
    In LV, I set up cDAQ/_ctr1, then use channel property outport to set it to e.g. cDAQ/module9401/PFI0.
    But when I start a second task to use PFI1 as digital output on the same module, the vi fails with timeout error.
    Is simultaneous useage possible or will I have to use 2 modules
    Thanks for your insights.
    Michael

    Hi,
    you can upload your LV VI, because I suspect you make a mistake in you're program.
    Best regards
    Marko

  • Unable to show catalog,product and sku info through jsp.

    Hi All,
    I have created catalog items through ACC and with the help of categorylookup,productlookup and skulookup droplet I am trying to display catalog items .
    But I am getting blank page when hitting the jsps.
    In console I am not getting any error.
    Please tell me how to find out what is the cause of this?
    Regards,
    Vikas

    Hi Grando,
    Below are the jsp pages-
    store.jsp:-
    <dsp:droplet name="/atg/dynamo/droplet/ForEach">
            <dsp:param name="array" bean="Profile.catalog.allRootCategories" />
            <dsp:param name="elementName" value="category" />
            <dsp:oparam name="output">
                <br/>
                <dsp:a href="genericcategory.jsp">
                    <dsp:valueof param="category.displayName" />
                    <dsp:param name="categoryId" param="category.id" />
                </dsp:a>
            </dsp:oparam>
        </dsp:droplet>
    genericcategory.jsp:-
    <dsp:droplet name="/atg/commerce/catalog/CategoryLookup">
            <dsp:param name="id" param="categoryId" />
            <dsp:param name="elementName" value="category" />
            <dsp:oparam name="output">
              <dsp:droplet name="/atg/dynamo/droplet/ForEach">
                    <dsp:param name="array" param="category.childCategories" />
                    <dsp:param name="elementName" value="category" />
                    <dsp:oparam name="output">
                        <br />
                        <dsp:a href="categoryNavigation.jsp">
                            <dsp:valueof param="category.displayName" />
                            <dsp:param name="categoryId" param="category.id" />
                        </dsp:a>
                    </dsp:oparam>
                </dsp:droplet>
                <dsp:droplet name="/atg/dynamo/droplet/ForEach">
                    <dsp:param name="array" param="category.childProducts" />
                    <dsp:param name="elementName" value="childProduct" />
                    <dsp:oparam name="output">
                        <br /><dsp:a href="genericproduct.jsp">
                                       <dsp:param name="productId" param="childProduct.id" />
                                 </dsp:a>
                    </dsp:oparam>
                </dsp:droplet>
    genericproduct.jsp:-
    <dsp:droplet name="/atg/commerce/catalog/ProductLookup">
      <dsp:param param="itemId" name="id"/>
       <dsp:param name="elementName" value="product"/>
       <%-- id would also be a param here but it was passed in --%>
       <dsp:oparam name="output">
                        <span>
                        <dsp:valueof param="element.displayName">No name</dsp:valueof></span>
                        <br>
                        <b><dsp:valueof param="element.description"/></b></td>
                    <tr valign=top>
                      <td>
                        <dsp:droplet name="IsEmpty">
                          <dsp:param name="value" param="element.largeImage.url"/>
                          <dsp:oparam name="false">
             <dsp:getvalueof id="imageURL" param="element.largeImage.url" idtype="java.lang.String">
                            <dsp:img hspace="70" alt="Product image" src="<%=imageURL%>"/>
      </dsp:getvalueof>
                          </dsp:oparam>
                        </dsp:droplet>
                        <dsp:getvalueof id="pval0" param="element"><dsp:include page="skulist.jsp"><dsp:param name="product" value="<%=pval0%>"/></dsp:include></dsp:getvalueof>
                        <br>                            
                        <span>Product Description</span><br>
                        <span><dsp:valueof param="element.longDescription">No description</dsp:valueof>
                       </span>
                      </td>
                    </tr>
                    </table>
                  </td>
    </dsp:oparam>
    </dsp:droplet>
    Please tell me what I am missing!
    Thanks & Regards,
    Vikas

  • Twist - Resolved all driver, WiFi, touch screen, version and battery issues through Windows Refresh

    I would like to report that I also had many of the issues mentioned in several other posts and solved them all by doing a Windows Refresh.
    In particular, the following issues were resolved:
    - Missing driver for WAN miniport device
    - Intermittent connectivity on WiFi
    - Unresponsive touch screen (charm-swipe was not working anymore)
    - Version mismatch of Lenovo Settings
    The computer is now absolutely stable and faster than before. Furthermore, first impressions seem to indicate that the battery life has also been significantly increased by the refresh.
    What I did:
    - Performed Windows 8 Refresh
    - Installed all Windows updates (several rounds of updates and restarts)
    - Reinstalled all non-Windows 8 applications (Windows Refresh keeps/restores only your data and Windows 8 apps)
    - Performed disk cleanup (including system files) and disk optimization
    The whole process took me a good half day but was well worth it. Twist runs like a charm now, without any issues.

    Windows Refresh generates a detailed list of all desktop apps that were removed during refresh. That list includes links to the manufacturer of each app and makes it quite easy to reinstall them.

  • When checking mail. Signal, "E", time, and battery disappear?

    Hey everyone I installed the most recent update on my iPhone but when I go and check my mail I can no longer see that little bar on the top where it would display the time, signal, and battery. It just turns grayish silver and the information that would normally appear doesn't. Anyone else having the same issues?

    Yep, I'm experiencing the same issue and I've reported it to Apple via the iPhone Apple Feedback web site.

  • Signal, Time, and Battery bar not displaying?

    Hey everyone I installed the most recent on my iPhone but after doing so I can no longer see that little bar on the top where it would display the time, signal, and battery. Anyone else having the same issues?

    It comes back after turning off the iPhone and back on again.

  • Impossible to send SMS through J2ME with a HTC which OS is Windows Mobile

    Hello,
    I've developed a J2ME application with possibilty to send a SMS.
    This works fine on some mobiles like Nokia 6300, but doesn't work on a HTC equipped with Windows Mobile.
    Precisely, in the case of my HTC, the variable supportedSms below is allways null.
    Can someone tell me how to solve this matter please?
                String supportedSms = System.getProperty("wireless.messaging.sms.smsc"); 
                if(supportedSms == null){
                        //this means the mobile can't send a sms through j2me code
                }else{
                        //this means the mobile can send a sms through j2me code
                }Regards

    Sorry, for digging up this topic, but has anybody found a solution to the problem? My sms sending application seems to work on SE's, Nokias, Motorolas etc. but not on Windows Mobile. I am testing it on a HTC s710 with Windows Mobile v. 6.0.
    Regards
    Martin

  • I can't join mobile internet and am being told I am out of data when I'm not?

    I was hoping someone could help me. About a week ago I stopped being able to use roaming internet, sometimes the pages attempt to load for a long time before telling me there are connection problems and other times I am told that I am out of data and need to top up. I don't get why it would be either of these things as I've used the internet before in those locations and a signal is being picked up, and I just brought a new packet three days ago with 2gb of data which I've not been able to use because I can't access mobile internet and haven't come close to using the 2gb of data in any previous months. Any advice would be great, thank you.

    Hi ,
    What phone are you using?
    Have you tried to reset the phone and try again?
    Click here for phone and device support.
    Thanks.

  • External monitor loses signal to macbook pro through DVI cable and Mini DisplayPort Adapter

    Hello,
    So I had my external monitor connected to my MBP with a DVI cable and a Mini DisplayPort Adapter, for a while already. But sometimes, the monitor would lose signal from the laptop and gives me a white noise screen. Now, the monitor can't receive signal at all, even after I got a new Mini Displayport Adapter. When the monitor and the MBP is connected by the cable and the adapter, the monitor would say "no signal" and the MBP screen would flicker (I think it's trying to connect to the monitor, but can't). The new Mini Display Port Adapter also makes the screen flicker, so I'm not sure if it's the problem is at the adapter or the DVI cable. I'm pretty sure it's not the monitor.
    What do you think? Have you ever have a screen flickering problem when your MBP is connected to an external monitor?

    I have had the same problem.  By following your suggestions I got to arrangements.  I could not send them off to the side.  When I hit the mirro disply key everyting worked.  I got it solved by clicking in arrangements and setting displays to mirror display.
    I am still have a problem of no sound coming through my tv.
    Rolland

  • The email address assoc. with my iTunes account is no longer valid. can't access it. need to change it in  iTunes but can't access account. even my birthdate is incorrect in iTunes...so can't log in. any suggestions on how to log in and edit info???

    the email address assoc. with my iTunes account is no longer valid. can't access it. need to change it in  iTunes but can't access account. even my birthdate is incorrect in iTunes...so can't log in. any suggestions on how to log in and edit info???

    There is nothing that you can do to get rid of the balance on your own. Contact iTunes Store Support and seek their assistance. I believe that they can reset your balance for you.
    https://expresslane.apple.com/Issues.action

  • How to restrict users working on Windows 7 clients from accessing Windows Explorer and other systems in the network through Group Policy with a domain controller running on Windows Server 2008 r2

    Dear All,
    We are having an infrastructure setup of around 500 client computers managed through group policy.
    Recently the domain controllers have been migrated from Windows Server 2003 to Server 2008 R2.
    Since this account requires extremely strict environment, we need to figure the solution for restricting the users from access anything locally.
    It would be great if you can assist me with the following query.
    How to restrict users logged on Windows 7 clients from accessing Windows Explorer and browsing other systems in the network through Group Policy with a domain controller running on Windows Server 2008 r2 ?
    Can we disable Network Tab on the left hand pane ?
    explorer.exe is blocked already, but users are able to enter the Windows Explorer by clicking on the name which is visible on the Start Menu.

    >   * explorer.exe is blocked already, but users are able to enter the
    >     Windows Explorer by clicking on the name which is visible on the
    >     Start Menu.
    You cannot block explorer.exe when you do not replace the shell - the
    desktop you see effectively IS explorer.exe...
    Your requirement sounds like you need a custom shell:
    http://gpsearch.azurewebsites.net/#2812
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

Maybe you are looking for

  • Outgoing Payment - Payment Means - Check No becomes ZERO

    Hi All Experts, When I am adding outgoing payment, I am facing problem i.e. after selecting Check No in reference on outgoing payment, then i am going to enter payment means. I checked Manual then enter check no in check no column, then get amount by

  • How to print a PDF document from Labview?

    I am looking to create a paper copy of a PDF document.  Note: I do NOT want to create a PDF document. In other words I want to print a PDF document from Lab View or Visual Basic or C#.  The application is used in a production environment so I want a

  • Cannot print PDF from websites

    We have about 50 PCs. We regulalry download documents from websites and print them out. But on one PC we are having problems. We can download the document and view it on screen. The problem PC does not have a local printer. Instead it is connected to

  • Due Date in Invoice

    HI All, when i am adding an invoice with posting date - 03-03-2010 and due date - 03-04-2010 system is not allow to add it please tell me the solution. postinge period defined as: FY09-10 posting date : 01-04-09 to 31-03-2010 due date   : 01-04-09 to

  • Borderless Printing Issues

    Don't know if this is the appropriate place to ask this, but I just can't work out how to get a borderless print from Illustrator CS5.5 and my Epson 2100 on Mac OS X 10.7. I don't print a lot, but now I have a need to do so.  When I was using Windows