Centering HTML in mobile phone environment

I am working on an Android application that will draw HTML from the CF server and display it within the app.
The issue I have is that under some occassions the HTML we serve to the app will not fill the whole screen of the phone, other times it will and the user can scroll through the content.
What I want to try and do is vertically center the HTML within the mobile screen. There will be multiple devices, from phones to tablets that could potentially see this content, so I can't just set up a TD down the side with a fixed height, because it will be ok in one device and not in another. This might have to be something programmed into the application itself, but I'm just wondering if anybody has ever had to do anything similar and have some sort of solution?
After posting this thread it looks like I have a solution that works in Android, found here
http://tom.me.uk/html-to-css/center-vertically.html
using <table height=100%>
Thanks
Mark

You need to ensure everything is deployed externally for the Lync Mobile App to work. So the quick check list is:
1. Are you publishing your external web services via TMG/Reverse Proxy
2. Is that publishing doing the 443 to 4443 redirect
3. Do you have a record for lyncdiscover.domain.com externally and is it also published in your reverse proxy.
You can find everything here:
http://technet.microsoft.com/en-us/library/hh690023.aspx
Thanks,
Richard
Richard Brynteson, Lync MVP | http://masteringlync.com | http://lyncvalidator.com

Similar Messages

  • Purchase Order Approval through Mobile Phone

    Hi,
    Our EBS environment is with version 11.5.10.2 and database 11gR2.
    We got a requirement of configuring Purchase Order Approval through Mobile Phone / BlackBerry
    Could anyone send few docs related to this.
    Regards,
    Mahesh

    Please see these docs/links.
    Is It Possible To Approve Purchase Orders , Requisitions Via Blackberry, Smart Phone, or PDA? [ID 338874.1]
    Unable to Approve Purchase Orders via Blackberry [ID 444122.1]
    Blackberry Displays the Emails with HTML Tags in the Email Body [ID 802225.1]
    Troubleshooting Inbound Email Notifications [ID 1184846.1]
    Email Notification Approvals Are Discarded [ID 471423.1]
    Missing Html Buttons To Approve, Foward, Reject In Email Notification [ID 395986.1]
    Using Mobile Devices with Oracle E-Business Suite
    http://blogs.oracle.com/stevenChan/entry/mobile_devices_ebs
    Hands-On with Oracle's iPhone Apps
    http://blogs.oracle.com/stevenChan/entry/handson_with_oracles_iphone_apps
    Thanks,
    Hussein

  • Mobile menu works on pc but not on mobile phone

    If I test the link, below, on my PC (it is my mobile phone menu), it works fine.
    If I test it on my Galaxy S5, however, it seems to cycle back to menu without displaying the link.
    Can anyone help me with this?
    Glenn's Photographs
    Thanks,
    Glenn
    Here is the actual code:
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Photographs and Paintings">
    <meta name="keywords" content="photographs, creative photographs, art, painting, paintingst">
    <meta name="author" content="Glenn Abelson">
    <title>Glenn's Photographs</title>
    <link href="../../boilerplate.css" rel="stylesheet" type="text/css">
    <link href="../../index.css" rel="stylesheet" type="text/css">
    <!-- Redirect for mobile phone -->
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script type="text/javascript">
      <!--
      if (screen.width <= 600) {
        document.location = "index_mobile.html";
      //-->
    </script>
    <script type="text/javascript">
    <!--
    <!-- Specifically for iphones -->
    if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
       location.replace("index_mobile.html");
    </script>
    <script src="../../respond.min.js"></script>
    <style type="text/css">
    -->
    body {
        background-color: #3b424d;
        background-image: url();
    body {
        background-color: #3b424d;
    #apDiv1 {
        position: relative;
        width: 200px;
        height: 115px;
        z-index: 1;
        left: auto;
        top: 1px;
    #bkgrnd {
        position: absolute;
        width: 326px;
        height: 637px;
        z-index: 1;
        left: 4px;
        top: 12px;
    a:link {
        color: #9FF;
    a:visited {
        color: #FF9933;
    a:hover {
        color: #FFC;
    #apDiv2 {
        position: relative;
        width: 289px;
        height: 84px;
        z-index: 2;
        left: auto;
        top: 233px;
        color: #FFF;
    </style>
    </head>
    <body><!--<div class="gridContainer clearfix"> --><img src="images/index_mobile2.fw.png" alt="Glenn Abelson Photographs" usemap="#Map" longdesc="http://www.abelson.com">
    <map name="Map">
      <area shape="rect" coords="16,8,50,29" href="../../index_mobile.html">
      <area shape="rect" coords="30,247,211,271" href="creative_part1/index.html">
      <area shape="rect" coords="30,277,213,293" href="creative_part2/index.html">
      <area shape="rect" coords="32,323,111,345" href="landmarks/index.html">
      <area shape="rect" coords="27,296,109,320" href="animals/index.html">
    <area shape="rect" coords="32,351,112,368" href="landscapes/index.html">
      <area shape="rect" coords="32,422,98,444" href="people/index.html">
      <area shape="rect" coords="32,444,118,465" href="perspectives/index.html">
      <area shape="rect" coords="30,471,123,495" href="street_scenes/index.html">
    </map>
    <!--</div>-->
    </body>
    </html>

    All the menus are image maps. Three out of four work.
    My div text menu on  top of an image gave me similar problems.

  • Purchase Order Approval through Mobile Phone / BlackBerry

    Dear fellows i am interested in Purchase Order Approval through Mobile Phone / BlackBerry. I have seen MSCA Mobile Supply Chain Application Guide but that is for telnet only devices and specific to supply chain. What are setup requirements to make PO approve though "Web App" or "Mobile App" as show in below image URL. We need to work it primarly on BlackBerry.
    http://www.exforsys.com/images/OracleApps/t10_files/image010.gif
    That will require logging in to EBS through Mobile and Making EBS available on Public IP !?! If this all fuss needs to be done then is there some Notification Alert type mechanism which sends email, but here a user could also reply that email with keywords to Approve or Reject that PO !?!
    Thank you.

    Dear Hussein, ur links are iPhone specific and also BPEL Connector specific ("Oracle Buisness Approvals for Managers" BPEL Connector). The links for Blackberry assume that i am atleast already getting emails on blackberry through EBS. Our env is through MS Exchange Server. Where as i believe from ur suggected docs that the EBS needs to have its own direct setup with blackberry
    In our current env we are using Oracle Alerts to Just send an email to user that PO for approval is waiting. We are NOT using "Oracle WorkFlow Notification Mailer". For blackberry will we be locked to use Workflow Mailer (i see patch 6802716 pre req also)!?! or we can still use simple Alerts!?!
    following thread says type "approve" in reply whereas metalink guides tell a URL to click in email. will it be a ...
    href="mailto:[email protected]?body=approve"
    type URL!?!
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/po-approval-through-mail-3077383
    ===============================================================
    There are a couple of steps that need to be complete before this will work.
    Pre- Req's
    1. Associate all apps users / approvers with email addresses
    2. sync apps users with workflow
    3. Check workflow users to make sure email is set to HTML.
    4. Configure and enable workflow mailer. You will need configuration information for the email service being used and a mailbox on the email service.
    5. Send a test message from workflow mailer to an apps user.
    If this is successful, then email based approval will work. If the user tries to approve using a smart phone (blackberry, etc.) they will have to hit reply and type approve as the message for approval to work.
    this guy also points to this idea.
    http://secure.meetingexpectations.com/oaug/eLearning/elSchedule.aspx?DayOfWeek=3&mtd=8/1/2007
    ===============================================================
    August 21, 2007
    Session 2
    August 21, 2007 12:00 PM U.S. Eastern (New York) Time
    Approving Requisitions/PO’s in Oracle E-Business Using Blackberry Devices
    Presentation of a solution using Blackberry Devices to approve requisitions and purchase orders in Oracle E-Business Suite. This solution required creating a text message to send to Blackberry users, and modifying the Workflow Java Mailer to be able to correctly read the default messages being sent back from blackberry devices. In addition, profile options were created that allowed simple key strokes to be translated into Approve or Reject options recognized by Oracle Workflow Java Mailer.
    Session Closed
    Presenter, Company: Bolton Carroll, The Revere Group
    this one too...
    =========
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/iexpense-approval-via-blackberry-and-iphones-3047841
    This one is DIFFERENT!
    METALINK: List Of Certified Devices For Mobile Field Services and Field Service Wireless [ID 793392.1]
    ========================================================
    Also, recently we have developed something called 'MiniWireless Server', which is a light weight server replacement of Oracle Wireless Server and can be run along with Mobile Server of Oracle Lite. Please refer Metalink note 758680.1 for more details. You may want to communicate this to customer if they are planning for fresh implementation.

  • Accessing a file in a mobile phone

    Hi ,
    Is it possible to access and read the contents of a text file in a mobile phone using JSP. The regular file select component in JSP is not workin on the phone. when i click on the browse file button it says unable to view this file.
    This is the code of the page, i got it from the internet only. This seems to work properly if it runs on a PC, but when i try it on a mobile it is not able to select the file.
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>JSP Page</title>
    </head>
    <body>
    <form ENCTYPE="multipart/form-data" action="single_upload_page.jsp" method="POST">
    <input type="file" name="selection" value="" />
    <input type="submit" value="submit" />
    </form>
    </body>
    </html>
    ------ > single_upload.jsp
    <%--
    Document : show
    Created on : Nov 26, 2008, 3:25:30 PM
    Author : root
    --%>
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page import="java.io.*,java.io.File, org.apache. commons. io. *" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>JSP Page</title>
    </head>
    <body>
    <%
         //to get the content type information from JSP Request Header
         String contentType = request.getContentType();
         if ((contentType != null) && (contentType.indexOf("multipart/form-data") >= 0)) {
              DataInputStream in = new DataInputStream(request.getInputStream());
              //we are taking the length of Content type data
              int formDataLength = request.getContentLength();
              byte dataBytes[] = new byte[formDataLength];
              int byteRead = 0;
              int totalBytesRead = 0;
              //this loop converting the uploaded file into byte code
              while (totalBytesRead < formDataLength) {
                   byteRead = in.read(dataBytes, totalBytesRead, formDataLength);
                   totalBytesRead += byteRead;
    String file = new String(dataBytes);
    out.print(file);
              //for saving the file name
              String saveFile = file.substring(file.indexOf("filename=\"") + 10);
              saveFile = saveFile.substring(0, saveFile.indexOf("\n"));
              saveFile = saveFile.substring(saveFile.lastIndexOf("\\") + 1,saveFile.indexOf("\""));
              int lastIndex = contentType.lastIndexOf("=");
              String boundary = contentType.substring(lastIndex + 1,contentType.length());
              int pos;
              //extracting the index of file
              pos = file.indexOf("filename=\"");
              pos = file.indexOf("\n", pos) + 1;
              pos = file.indexOf("\n", pos) + 1;
              pos = file.indexOf("\n", pos) + 1;
              int boundaryLocation = file.indexOf(boundary, pos) - 4;
              int startPos = ((file.substring(0, pos)).getBytes()).length;
              int endPos = ((file.substring(0, boundaryLocation)).getBytes()).length;
              // creating a new file with the same name and writing the content in new file
              FileOutputStream fileOut = new FileOutputStream("/root/Desktop/"+saveFile);
              fileOut.write(dataBytes, startPos, (endPos - startPos));
              fileOut.flush();
              fileOut.close();
              %><Br><table border="2"><tr><td><b>contents of the file:</b>
              <% out.println(saveFile); %></td></tr></table> <%
    %>
    </body>
    </html>

    Disclaimer: your code is unformatted and thus hard to read, so I have't read it thoroughly.
    In the future please use tags to post the code in. You can get them by pressing the CODE button in the toolbar of the message editor toolbar.
    ram.west wrote:
    Is it possible to access and read the contents of a text file in a mobile phone using JSP. The regular file select component in JSP is not workin on the phone. when i click on the browse file button it says unable to view this file.So this error message immediately pops up when you press the 'browse' button? What's the exact error message? Have you tried another mobile webbrowsers as well?
    This is the code of the page, i got it from the internet only. I highly recommend you to use the thoroughly developed, tested and maintained library Apache Commons FileUpload. Here is its homepage: [http://commons.apache.org/fileupload]. Checkout the 'User Guide' and 'Frequently Asked Questions' sections for code samples and a lot of tricks.
    This seems to work properly if it runs on a PC, but when i try it on a mobile it is not able to select the file.You need to exclude either the client side or the server side from being suspect. Answer the questions I asked before.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I have an Ipad2 and my daughter has Iphone 4s and I would like to have all SMS and IMessages duplicated on the IPAD2 I was told I could do this by typing in the mobile phone number into the IPAD2 some where in the settings.

    I have an Ipad2 and my daughter has Iphone 4s and I would like to have all SMS and IMessages duplicated on the IPAD2 I was told I could do this by typing in the mobile phone number into the IPAD2 some where in the settings.

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • Check if mobile phone got turned off using j2me application

    hello
    Is there any way to know if the mobile phone got turned off from my j2me application.
    this is really urgent please help me out.

    alyaitani wrote:
    hello
    Is there any way to know if the mobile phone got turned off from my j2me application.No. Why do you think you need to detect this?
    this is really urgent please help me out.[http://catb.org/~esr/faqs/smart-questions.html#urgent]
    db

  • Connecting up a mobile phone to a computer (via bluetooth?)

    Hi,
    I'm looking for the best way to connect up a mobile phone to a nearby computer (wirelessly) so that they are able to communicate with each other.
    Would bluetooth be the best way?
    Would it be as simple as buying a bluetooth dongle for the computer, and writing a java application on the computer which accepts connections, and then writing a j2me application for the phone which connects to the computer? How would you find out what address the mobile phone needed to connect to?
    Also, is there a better way of doing this without the need for a j2me application on the phone, such as a phones built in web browser? If I did this how would the computer be able to send information over to the phone telling it what to display? Would it be a case of creating an index.html on the computer and the phone would be able to display that?
    Thanks for the help

    {color:#000080}Bluetooth looks good for your purpose. At the phone end, you would need a MIDlet to access an inbuilt bluetooth serial port using the btspp: protocol. At the PC end, your software will connect to the serial port corresponding to your bluetooth dongle. The two can communicate using a client-server relationship.
    That is, of course, the bare-bones outline of quite a lot of stuff. Device pairing has to be done manually, since there is no method to do this in j2me. On many handsets, BT has to be launched before running a MIDlet that requires its services. All bluetooth dongles are not created equal, neither are all bluetooth managers. So you will have to deal with a number of specifics as you progress. I am not sure on this, but I think there are a few phone models that do have bluetooth but no serial port profile, so that's another point to check out.
    AFAIK, the browser on a mobile phone cannot open local files nor access content via bluetooth -- html pages can only be viewed via the internet.
    You will need to use the javax.bluetooth and, possibly, javax.obex packages.{color}
    http://java.sun.com/javame/reference/apis/jsr082/index.html?index-all.html{color:#000080}
    If you have further queries regarding the j2me part of your endeavour, you might get better response in the CLDC and MIDP forum{color}
    http://forum.java.sun.com/forum.jspa?forumID=76{color:#000080}
    db{color}

  • Mobile phone directory

    Hi all,
    I have a corporate directory for our internal numbers (Extensions) which is working fine.
    I have CCM 4.1 integrated with AD.
    Now I would like to create a similar corporate directory for Mobile phones numbers, is there any way that I can easily accomplish that.
    Is it possible to write a simple xml file for this?
    Thanks

    I'm writing a simple web service to provide this in my last UC deployment. It will be a matter of weeks, and I'll publish it as freeware.
    If you can't wait for it, here's a simple explanation :
    You should create a web application (the server-side language it's on you) that returns to the client (ip phone) not HTML but the Cisco subset of XML (http://www.cisco.com/univercd/cc/td/doc/product/voice/vpdd/cdd/5_0/5_0_1/ipphsv/ip503ch2.htm)
    Your web app should ask on the first page the name of the contact to look for, make an ldap query, and then return the XML with the contact's data.
    Hope this helps,
    Alberto

  • The new mobile phone directory

    I was watching the news program on tv where the idea of a Mobile phone directory was imminent. I was given the following to opt out
    08001386263 and all I get is the opening times of the 118 services. 
     I was also given the txt to send txt E and then 008800 the send, It comes back as a red X , 
    How can we opt out of the new scheme.

    I'm writing a simple web service to provide this in my last UC deployment. It will be a matter of weeks, and I'll publish it as freeware.
    If you can't wait for it, here's a simple explanation :
    You should create a web application (the server-side language it's on you) that returns to the client (ip phone) not HTML but the Cisco subset of XML (http://www.cisco.com/univercd/cc/td/doc/product/voice/vpdd/cdd/5_0/5_0_1/ipphsv/ip503ch2.htm)
    Your web app should ask on the first page the name of the contact to look for, make an ldap query, and then return the XML with the contact's data.
    Hope this helps,
    Alberto

  • Mobile-Phone(Mobility) ?????

    I will like to develope a mobility/mobile phone/Gps/smart device application is there a tutorials for that in JDeveloper ?
    Thanks

    Hi,
    Check these links out:
    http://www.oracle.com/technology/products/jdev/viewlets/10g/jweJ2me_viewlet_swf.html
    http://www.oracle.com/technology/tech/wireless/tools/index.html
    http://www.oracle.com/technology/products/jdev/viewlets/10g/jweMultiChannelApp_viewlet_swf.html
    Regards,
    Luis.

  • Device Channel Rules for All mobile phones and Tablets?

    I am developing master pages for different devices, my target is to develop different master page for Desktop, Mobile phones and Tablet.
    Default device channel works for desktops, “$FallbackMobileUserAgent" works for both mobile phones and tablets but I want to design different master
    page for all tablets.
    Is there any fall back rule that targets all tablets? and any rule that targets mobile phones only?
    Update: I found "ipad" and "iphone" inclusion rule works across all apple devices.

    Hi,
    According to your post, my understanding is that you want to create rule that targets mobile phones or tablets only.
    Per my knowledge, channels control which master page is used to show your site on for example iPhone or iPad. Channels are bound to master pages, and channels are bound to user agent string of device in use (phone, tablet or PC).
    You need to supply different user agent substrings and order of device channels.
    For more information, you can refer to:
    http://msdn.microsoft.com/en-us/library/office/jj862343(v=office.15).aspx
    http://sp2013.blogspot.com/2012/07/channels-in-sharepoint-2013.html
    http://jussionsharepoint.com/targeting-multiple-browsers-and-devices-in-sharepoint-2013-using-device-channels/
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Wireless Security Camera for mobile phone

    hi everyone,
    i would like to know can we provide wireless security camera for mobile phones. is there any service providers for that.
    please clarify me.
    thanks in advance

    I asked because we do not want to recommend any cams that may confuse you even more.  The more details we have on why you are confused the better.
    Check out this website which may offer some suggestions:  www.ralphjohns.co.uk/EZJim/EZJimpage1.html.  EZJim's site mostly deals w/iSight and various other video methods.  He actually hangs out in the iSight forums which is where you can possibly post to him.  He's there quite regularly.  He's the most likely person here who can perhaps offer you many suggestions.
    Over in the QuickTime forums there is QuickTimeKirk, another video expert.
    Good luck!

  • Need to install eprint on my printer for my mobile phone

    need to install eprint on my printer for my mobile phone printing

    Hey HMccoo,
    Here are the instructions for how to setup ePrint from your mobile phone.
    http://h71028.www7.hp.com/hho/us/en/ep/articles/setting-up-mobile-printing.html
    HP ePrint Setup Steps
    1. Enable Web (Cloud) Services on your ePrint enabled HP printer.
    a. For assistance navigate to www.hp.com/support and enter your printer’s model number.
    2. When the printer connects to the ePrint servers, shortly after, a HP ePrint Mobile Printing page will
    print.
    a. A Product Update may be needed in order to continue to enable Web Services.
    3. Bring the ePrint page mentioned in step 2 to a Web connected computer.
    4. Open an Internet Browser on the Internet connected computer.
    5. Navigate to www.eprintcenter.com in the Internet Browser.
    6. Select the Blue button that reads “Sign In” on the Home Page at ePrintcenter.com.
    7. After selecting “Sign In” a window will open. Select “Sign Up” in Blue letters at the top of the window.
    8. After selecting “Sign Up” a window will open allowing you to enter information to create an account.
    9. When your account has been created successfully, the account owner will be prompted to “Add
    Printer”.
    10. On the ePrint Page, from step 2, you will find a Printer Code just right of the Blue number 2. Use this
    Printer Code to “Add Printer”.
    11. Once the Printer has been added successfully you will be given the option to setup.
    12. In the Setup options you have the option to enter a Custom email address.
    a. Erase the original Printer code from the custom email address field and enter the customized
    email address of your choice.
    b. You will not have to enter the domain, @hpeprint.com.
    c. Example: [email protected]
    d. Click “Check” to confirm that the custom email address is available for use.
    13. In the Setup options you can select a security type: Allow Everyone or Authorized users only.
    a. Note: No ePrint jobs will print on your printer unless you give the customized email address to
    someone. Allowing everyone simply allows whomever you give the printer email address to
    send ePrint jobs to your printer.
    14. At the top of your home page confirm that your printer name is displayed and there are green check
    marks beside “Connected” & “Ready”.
    15. Congratulations you have done an Outstanding Job! Now you should be able to send ePrint jobs to
    your printer!
    Although I am an HP employee, I am speaking for myself and not for HP.
    If I have resolved your issue, feel free to provide Kudos and make sure you mark this thread as solution provided.

  • Cisco 3905 failed but outgoing call still ringing on mobile phone

    Dear all,
    We setup Cisco Call Manager 10 with Cisco Voice gateway 2911 ( E1 port) and 3905. All outgoing call & incoming call are ok. But we meet a small issue as below:
    -Using 3905 do outgoing call to mobile number. Mobile number ringing.
    -3905 failed without power but the call still ringing on mobile phone.
    Anyway to fix that ?
    Thank you & regards,
    ThànhNT

    Hello,
    So, your config looks good.
    Pelase, can you explain what you mean when you say:
    "-3905 failed without power but the call still ringing on mobile phone."
    You can try a "debug isdn q931" on your gateway and see if the disconnect is ok. Use the documentation bellow to understand the debug:
    http://www.cisco.com/c/en/us/td/docs/ios/12_2/debug/command/reference/122debug/dbfipx.html#wp1018126
    If the disconnection is good, you will need to understand your call flow.
    Phone -> CUCM -> Gateway -> PSTN -> Called Party
    The final disconnection point is provided by your telco, and it can send the disconnect late.
    Please, let me know the result of the debug.
    best regards.

Maybe you are looking for

  • ITunes doesn't launch when iPod is connected

    It used to but suddenly stopped.  It does show up on the device list.  The option box is checked.  I've turned the iPod off and even restarted my Mac.  It launches iPhoto, but not iTunes.  I've got the latest version of iTunes.

  • Oracle EBS R12 implementation scenarios

    Dear All, We have below 3 different scenarios, please give your comments/suggestions; keep in mind client wants cheeper solution. HP DL580 G5 servers will be used with 64bit Redhat Linux 5.0 on all scenarios. Scenario 1:) Oracle EBS R-12 implementati

  • Capturing data from a dynamic table that span multiple pages

    I created a PDF form that contained a dynamic table that can span across multiple pages. Additional rows in the table can be created by the person filling the form as and when needed. The PDF form is distributed to the receipient using Adobe LiveCycl

  • POSITION OF IMAGE IN TEMPLATE OPTIONAL REGION

    Hi, I am new to Dreamweaver and have designed a template with a table on my page. Each of 4 template areas are either editable or optional regions. In one optional region I have an image. I have defined the table to be aligned to the top of the table

  • SAPbouicom value change

    Hi Experts, I would like to know how to find out the sapbouicom (GUI) value changes for a field in SAP B1. E.g. project field in the doc header --> tab accounting and order number in the document header --> tab accounting. - in old version (2007 belo