Can POSReady 7 run a 3rd party DNS server?

Hi everyone,
Long story short, we'd like to install a lightweight, 3rd party DNS server onto one of our POSReady machines.  I'm not very familiar with the architecture of the OS, so I'm not sure if this is possible...  
Is there a way to install an application that supports 'All versions of Windows 7' onto a POSReady machine?  Would I need to application white-list somehow, or is this a dead end?  
Thanks!

POSReady 7 is Windows 7 with some extra lockdown features. You can install applications just like Windows 7. Per the license agreement: Full Office is not allowed, but parts of office are allowed for use with your system.
The only way to know if the application will work is to try it out.
www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

Similar Messages

  • Unable to use any 3rd party DNS servers

    Hi
    I've recently signed up to BT Infinity.  I've noticed that I'm unable to configure any of my devices with a 3rd party DNS server (e.g. Google DNS, Open DNS etc...) as I get blocked by BT's parental controls:
    See here, I'm using Googles DNS servers (8.8.8.8 and 8.8.4.4):
    When I try to access any URL's I get the following error:
    Note that I have turned off Parental Controls:
    This is something that is happening on all my devices (tablet, PS4 and PC).  I'm fairly certain this worked a few weeks ago.
    Can anyone help?
    Solved!
    Go to Solution.

    You will need to delete the Parental Controls, then wait a couple of hours.
    BT Parental Controls do not allow themselves to be bypassed by people using other DNS servers.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • How can I use a 3rd party XML parser such as xerces with OC4J ?

    Hi all tech experts,
    I am using Oracle Application Server 10g Release 2 (10.1.2) and i have
    installed Portal and Wireless and OracleAS Infrastructure on the same
    computer.
    i tried all the solutions on this thread
    Use of Xerces Parser in out application with Oracle App Server 9.0.4
    but still fighting.
    I have also posted this query on OTN on following thread
    How can I use a 3rd party XML parser such as xerces with OC4J?
    but no reply....
    Please help me on this issue.
    Since OC4J is preconfigured to use the Oracle XML parser which is xmlparserv2.jar.
    i have read the following article which states that
    OC4J is preconfigured to use the Oracle XML parser. The Oracle XML parser is fully JAXP 1.1 compatible and will serve the needs of applications which require JAXP functionality. This approach does not require the download, installation, and configuration of additional XML parsers.
    The Oracle XML parser (xmlparserv2.jar) is configured to load as a system level library of OC4J through it's inclusion as an entry in the Class-Path entry of the oc4j.jar Manifest.mf file. This results in the Oracle XML parser being used for all common deployment and packaging situations. You are not permitted to modify the Manifest.mf file of oc4j.jar.
    It must be noted that configuring OC4J to run with any additional XML parser or JDBC library is not a supported configuration. We do know customers who have managed to successfully replace the system level XML parser and the Oracle JDBC drivers that ship with the product, but we do not support this type of configuration due to the possibility of unexpected system behavior and system errors that might occur from replacing the tested and certified libraries.
    If you absolutely must use an additional XML parser such as xerces, then you have to start OC4J such that the xerces.jar file is loaded at a level above the OC4J system classpath. This can be accomplished using the -Xbootclasspath flag of the JRE.
    i have also run the following command
    java -Xbootclasspath/a:d:\xerces\xerces.jar -jar oc4j.jar
    but no success.
    How could i utilize my jar's like xerces.jar and xalan.jar for parsing instead of OC4J in-built parser ?
    All reply will be highly appreciated.
    Thnx in advance to all.
    Neeraj Sidhaye
    try_catch_finally @ Y !

    Hi Neeraj Sidhaye,
    I am trying to deploy a sample xform application to the Oracle Application Server (10.1.3). However, I encountered the class loader issue that is similar to your stuation. I tried all the three solutions but the application is still use the Oracle xml paser class. I am wondering if you have any insight about this?
    Thanks for your help.
    Xingsheng Qian
    iPass Inc.
    Here is the error message I got.
    Message:
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
    Stack Trace:
    org.chiba.xml.xforms.exception.XFormsException: java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
         at org.chiba.xml.xforms.Container.dispatch(Unknown Source)
         at org.chiba.xml.xforms.Container.dispatch(Unknown Source)
         at org.chiba.xml.xforms.Container.initModels(Unknown Source)
         at org.chiba.xml.xforms.Container.init(Unknown Source)
         at org.chiba.xml.xforms.ChibaBean.init(Unknown Source)
         at org.chiba.adapter.servlet.ServletAdapter.init(ServletAdapter.java:153)
         at org.chiba.adapter.servlet.ChibaServlet.doGet(ChibaServlet.java:303)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
         at org.chiba.xml.xforms.Instance.iterateModelItems(Unknown Source)
         at org.chiba.xml.xforms.Bind.initializeModelItems(Unknown Source)
         at org.chiba.xml.xforms.Bind.init(Unknown Source)
         at org.chiba.xml.xforms.Initializer.initializeBindElements(Unknown Source)
         at org.chiba.xml.xforms.Model.modelConstruct(Unknown Source)
         at org.chiba.xml.xforms.Model.performDefault(Unknown Source)
         at org.chiba.xml.xforms.XFormsDocument.performDefault(Unknown Source)
         at org.chiba.xml.xforms.XFormsDocument.dispatchEvent(Unknown Source)
         at org.apache.xerces.dom.NodeImpl.dispatchEvent(Unknown Source)
         ... 18 more

  • IPhone MobileMe Incoming & 3rd Party Outgoing Server Help!

    Okay this is my first post and any help on this would be greatly appreciated. I have a MobileMe account and I setup my account on my iPhone and that works great. However since most people do not know my @me.com address I want to use a 3rd party outgoing server (hosted by GoDaddy.com) and the server needs to use port 80 and SSL off. I have not been able to get SSL turned off, I can set it to off but it instantly goes back to ON and I am unable to send e-mail using my outgoing mail server with SSL turned on. I have setup Mail on my MBP with using the incoming server as MobileMe and the outgoing server as my godaddy.com account (with SSL off and using port 80) and it works perfect. On my laptop I am able to send e-mails using my MobileMe account but instead of showing it coming from MobileMe it shows coming from my own domain. And all e-mails sent to my domain get forwarded to my MobileMe account and all of this works perfect on my laptop but I cannot get it working on my iPhone. Incoming e-mail on the iPhone is not a problem as I can receive everything since my domain is forwarding all e-mail to MobileMe. It's just sending e-mail I cannot get it to send using my outgoing server from godaddy. Thanks for your time in this matter.
    Regards,
    Jeff

    I see what you're saying, but actually I was trying this with my iPhone connected via Wi-Fi to my home network (connected to Rogers). So although what you said makes sense, it doesn't apply to my case, I don't think. I have set it up to authenticate my user name on Rogers to permit outside access.
    I still think it has to do with not being able to re-name my e-mail address to @Rogers.com, not @me.com. If this field could be edited, like on my iMac, then I'm pretty sure it would work. I don't know what the work-around is. If I try to add Rogers as a new account and have my mail sent from there, then my sent messages won't appear under my Me account on my iPhone, and it'll be a mess. I'd really like to keep everything inside one account.

  • Can i use a 3rd party superdrive with my Macbook Air?

    Hi,
    As my title says, Can i use a 3rd party superdrive with my Macbook Air rather than the Apple drive?
    Thanks.

    Mark Thornton wrote:
    Hi,
    As my title says, Can i use a 3rd party superdrive with my Macbook Air rather than the Apple drive?
    Thanks.
    This one works just awesome:
    http://www.newegg.com/Product/Product.aspx?Item=N82E16827136201&cmre=external_dvd_burner_usb-_-27-136-201--Product

  • 3rd party ssh server in SMF

    3rd Party SSH Server:
    =================
    I am using a 3rd party ssh application. I did add this to the startup through SMF and I got this error in my console.
    I copied the ssh.xml and revised some lines from manifest(ssh.xml) and revised particularly the below entries
    *1. [Since this ssh server has no config (as I knew). I removed this entry so that it won't look for such config entry related]*
    <dependency name='config_data'
    grouping='require_all'
    restart_on='restart'
    type='path'>
    <service_fmri
    value='file://localhost/etc/ssh/sshd_config' />
    </dependency>
    *2. [I point the exec where the executable file resides]*
    exec='/usr/local/sbin/sshd start' <== modified
    exec='/lib/svc/method/sshd start' <== default config
    *3. [I point the exec where the executable file resides]*
    exec='/usr/local/sbin/sshd restart' <== modified
    exec='/lib/svc/method/sshd restart' <== default config
    I rebooted the machine and here is the aftermath.
    Jul xx 18:33:11 svc.startd[7]: svc:/network/ssh:default: Method "/usr/local/sbin
    /sshd start" failed with exit status 255.
    Jul xx 18:33:12 netrat1 sshd[299]: FATAL ERROR: Extra arguments in command line
    Jul xx 18:33:12 netrat1 sshd[319]: FATAL ERROR: Extra arguments in command line
    Jul xx 18:33:12 netrat1 svc.startd[7]: network/ssh:default failed: transitioned
    to maintenance (see 'svcs -xv' for details)
    I would really appreciate your help for this.

    See those posts:
    content repository with web center
    Re: How to Integrate  Webcenter and MS Sharepoint

  • Running a 3rd Party Program

    All,
    I want to be able to launch and run a 3rd party program via LabView.
    Launching the program via "System Exe.vi" is simple enough.
    But now I want to programatically make all the button pushes. So instead of the user having to navigate the 3rd Party GUI, it would be done via Labview.
    It sounds like I would need a dll and know the entry points but if I only had the exe is it still possible?
    thanks
    Solved!
    Go to Solution.

    If you know the keyboard shortcuts, you could try using send keys:
    http://forums.ni.com/t5/LabVIEW/Anybody-knows-how-​to-do-send-key-function/td-p/348011
    Charles Chickering
    Architecture is art with rules.
    ...and the rules are more like guidelines

  • Can you run Dreamweaver on a Terminal Server?

    can you run Dreamweaver on a Terminal Server?

    Please see my reply to this thread -
    http://forums.adobe.com/message/2117005#2117005
    PZ

  • Inconsistent rendering on 3rd party hosting server

    Originally, I had uploaded my Muse site to my 3rd party hosting server and none of the formatting or images displayed. I re-uploaded the whole site and now some pages are fine and some are not. For example, I compared the source code for http://spiderinkdesign.com/test/about.html (which displays fine) with the source code for http://spiderinkdesign.com/test/exhibitions.html (which is a mess). The code seems the same and the menu for each is practically the same, the only difference is that "exhibitions" in the submenu should show up as active on the exhibitions page.
    Additionally, other pages display ok but the portfolio function does funky things where the thumbnail images disappear arbitrarily. See http://spiderinkdesign.com/test/etchings.html. The first thumbnail disappears when others are clicked. This happens on all the portfolio pages. Other pages are just missing images.
    So, I've tried uploading the site again incase there was a glitch in the file transfer process with no luck. The site works beautifully on Adobe's business catalyst server http://spiderinkstudio.businesscatalyst.com/about.html. This does not help me as I want to stick with my old hosting setup.
    These issues are not related to ftp permissions problems as Adobe's tech support suggested. So, what am I to do?

    Interesting .... your third party one has completely different coding?
    <meta name="Generator" content="Cocoa HTML Writer">
    Looks like you brought it into another editor first?
    Edit: Although I need admit I have yet to try a third party host because it just makes more sense to me to use BC.
    Message was edited by: Brad Lawryk

  • What is the difference between Outlook features using exchage server and using 3rd party mail server ?

    Hi~ I'd like to know what the difference is between Outlook features using exchage server and using 3rd party mail server.
    If I use 3rd party mail server with Outlook, Outlook features are the same as Exchange Server ?
    I want to use all Outlook features..

    The basic features (and many advanced features) are identical in all accounts. With pop3, your mail, calendar, contacts, tasks, notes are stored in a pst and are only on the computer. IMAP accounts only sync email back to the server, not calendar,
    contacts, and tasks. Outlook.com EAS accounts (aka Hotmail) syncs calendar and contacts back to the server. Exchange mailboxes stores everything on the server - mail, calendar, contacts, custom views, rules - and if you open the mailbox in outlook on
    any other computer, the mailbox is identical. Because everything is on the server, you'll have much better syncing with smartphones and tablets with Exchange mailboxes.
    Calendar sharing, open other users folder, and retention policies are Exchange-only. Mail Tips and apps (linked under the reading pane header in Outlook 2013) are Exchange-only.
    Diane Poremsky [MVP - Outlook]
    Outlook & Exchange Solutions Center
    Outlook Tips
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • ICal server and external invitations via 3rd party mail server

    Hi everyone,
    OS 10.6.5 Server:
    Services running
    AFP
    DNS
    iCal
    Open Directory
    Push Notification
    We are currently testing iCal server and have configured it to send out invites via our mail server (which is running on a different server) by creating the com.apple.calendarserver user on our mail server.
    Email notifications are then configured under the Enable Email Invitations tab in the iCal service of Server Admin as follows:
    IMAP
    Email address: [email protected]
    Incoming server: mail.mytest.com
    Port: 143 (not using SSL)
    Username: com.apple.calendarserver
    Password: secret
    SMTP: mail.mytest.com
    Port: 25 (not using SSL)
    Server requires authentication
    Username: com.apple.calendarserver
    Password: secret
    My test OD users are able to send out invites both internally to other iCal users and externally via email.
    So for example, I invite someone to a meeting and enter their gmail address ([email protected]), the invitation goes out correctly - when I log into gmail I see the invitation.
    When responding to the invitation (clicking Yes), the mail server receives the response from gmail and the iCal server collects the message via IMAP.
    However, the iCal server doesn't seem to parse the received email correctly as I get the following error in the iCal error logs:
    [twistedcaldav.extensions#info] Cannot authenticate proxy user 'com.apple.calendarserver' without X-Authorize-As header
    2011-03-03 17:44:03+1100 [-] [mailgateway] 2011-03-03 17:44:03+1100 [AuthorizedHTTPGetter,client] [twistedcaldav.mail#error] Mail gateway failed to inject message <[email protected]> (Reason: 400 Bad Request)
    2011-03-03 17:44:03+1100 [-] [mailgateway] 2011-03-03 17:44:03+1100 [AuthorizedHTTPGetter,client] [twistedcaldav.mail#debug] Failed calendar body: BEGIN:VCALENDAR
    2011-03-03 17:44:03+1100 [-] [mailgateway] VERSION:2.0
    2011-03-03 17:44:03+1100 [-] [mailgateway] CALSCALE:GREGORIAN
    2011-03-03 17:44:03+1100 [-] [mailgateway] METHOD:REPLY
    2011-03-03 17:44:03+1100 [-] [mailgateway] PRODID:-//Google Inc//Google Calendar 70.9054//EN
    2011-03-03 17:44:03+1100 [-] [mailgateway] BEGIN:VEVENT
    2011-03-03 17:44:03+1100 [-] [mailgateway] UID:43121576-1183-40C8-82D8-A052754AD1CE
    2011-03-03 17:44:03+1100 [-] [mailgateway] DTSTART:20110406T080000Z
    2011-03-03 17:44:03+1100 [-] [mailgateway] DTEND:20110406T090000Z
    2011-03-03 17:44:03+1100 [-] [mailgateway] ATTENDEE;[email protected];CUTYPE=INDIVIDUAL;PARTSTAT=DECLINED;RO
    2011-03-03 17:44:03+1100 [-] [mailgateway] LE=REQ-PARTICIPANT;X-NUM-GUESTS=0:mailto:[email protected]
    2011-03-03 17:44:03+1100 [-] [mailgateway] CREATED:20110303T062518Z
    2011-03-03 17:44:03+1100 [-] [mailgateway] DESCRIPTION:
    2011-03-03 17:44:03+1100 [-] [mailgateway] DTSTAMP:20110303T064335Z
    2011-03-03 17:44:03+1100 [-] [mailgateway] LAST-MODIFIED:20110303T064335Z
    2011-03-03 17:44:03+1100 [-] [mailgateway] LOCATION:
    2011-03-03 17:44:03+1100 [-] [mailgateway] ORGANIZER;CN=com.apple.calendarserver+07b1c044-9d98-4cdc-afe3-48139218ee35
    2011-03-03 17:44:03+1100 [-] [mailgateway] @mytest.com:urn:uuid:B72794FB-3242-48D7-AC22-A584D279B9F9
    2011-03-03 17:44:03+1100 [-] [mailgateway] SEQUENCE:3
    2011-03-03 17:44:03+1100 [-] [mailgateway] STATUS:CONFIRMED
    2011-03-03 17:44:03+1100 [-] [mailgateway] SUMMARY:one more test
    2011-03-03 17:44:03+1100 [-] [mailgateway] TRANSP:OPAQUE
    2011-03-03 17:44:03+1100 [-] [mailgateway] END:VEVENT
    2011-03-03 17:44:03+1100 [-] [mailgateway] END:VCALENDAR
    2011-03-03 17:44:03+1100 [-] [mailgateway]
    I have set a rule on our mail server to bypass any spam filtering for all messages sent to the [email protected] address, but this doesn't seem to make any difference.
    Does anyone else have this working ? Any ideas ?
    Many thanks
    Message was edited by: gen_bunty
    null

    The issue is not "user authorization". The issue is that the 3rd-party service does not accept all incoming relay requests unless there is authentication with a registered account (which we have). This protects the 3rd-party service from becoming the relaying host for the universe's spoofed and anonymous spam. My deduction is that there is no mechanism in UTL_MAIL to designate not only the 3rd-party ip-address:port (by-passing the local sendmail server) but also providing the username:password for the account there for authentication.
    Plan A: I have attempted to follow directions for client-side SMTP Authentication for Relaying on the sendmail.org site.
    I have not been successful in completing a simple mailx interactive test, much less completing a UTL_MAIL configuration.
    I am scouring the user universe for someone who has put all the pieces together successfully and can advise. . . .
    Edited by: StevenInTallyFl on Mar 26, 2010 3:50 PM
    to clarify that I cannot get from UTL_MAIL to 3rd-party IP directly

  • NON 3rd party offsite server backup solutions....?

    Can anyone recommend a method of an off-site server backup solution that doesn't involve a 3rd party company?
    I'm new to server admin and the company I work for is sitting on tons of really, really confidential and sensitive data that we ardently protect on-site, but with all the inclemental weather we've been getting lately (and horror stories from other local businesses regarding their server rooms flooding and such) we've been considering options for offsite backups, but don't want an outside source to have any access to our server contents/data/info in way way shape or form (as in: our backups would be on one of their servers---we don't want to go that route).
    Right now we CCC everything everyday to an on-site external drive and then CCCing the server backups onto another external hard drive which then gets taken off-site to the admin's home and brought back in when a backup is going to be made (about once a week for that one).
    Any thoughts?
    We're absolutely not above buying a second server and running it out of somebody's house for this purpose...but the details of how to configure it as a backup server aren't very clear to me.
    Any help is appreciated!
    Thanks!
    Is there a better way to do this?

    ssh/rsync works well for me at home -- local server with a backup copy plus a copy on my brother's server nearly 3000 miles away. Of course, I recommend shipping physical media containing an initial backup to the offsite backup location first to save on bandwidth and time. (Depending on your connection.)
    My script is basically:
    {quote}
    backup()
        src=$1
        dst=$2
        rsync -abz --delete --delete-excluded $src $dst
        echo "Backup starts: `/bin/date`"
        echo ""
        backup /Volumes/backup/Backups.backupdb/computername/Latest/ \
            onsite_server:computername
        backup /Volumes/backup/Backups.backupdb/computername/Latest/ \
            offsite_server:computername
        echo ""
        echo "Backup ends: `/bin/date`"
    } > backup.log
    rsync -abqz backup.log offsite_server:backup.log
    ssh offsite_server "~/bin/backup-complete.sh"
    {quote}
    backup-complete.sh just emails me using the contents of backup.log as the email body. I used keys for authentication.

  • Can't get my 3rd Party Sales Order to create the PO automatically...

    I'm trying to get the 3rd Party Sales Order process to work and I would like it to create the PO automatically (it is already creating the requisition without issue). I have:
    i) Set the Auto PO on the Item Category
    ii) Set the ALE paramenters asociated with the Sales Org definition
    iii) Set the Auto PO on the Vendor Master
    iv) Set the Auto PO flag on the Purchasing tab of my NLAG material
    v) Created a Vendor Info record
    BUT I still don't get a PO being created automatically .... can anyone see where the problem may be?
    Thanks.

    Hi Dennis - I really appreciate the feedback but I started this thread with ....
    I'm trying to get the 3rd Party Sales Order process to work and I would like it to create the PO automatically (it is already creating the requisition without issue). I have:
    i) Set the Auto PO on the Item Category
    ii) Set the ALE paramenters asociated with the Sales Org definition
    iii) Set the Auto PO on the Vendor Master
    iv) Set the Auto PO flag on the Purchasing tab of my NLAG material
    v) Created a Vendor Info record
    BUT I still don't get a PO being created automatically .... can anyone see where the problem may be?
    I have since confirmed that I can trigger a PO creation by running ME59N BUT the PO is not created automatically when I save the sales order despite what the help text on the item category implies.
    I think I have already done every you have suggested and even a little more, or maybe I'm missing something? Do I need to do something with ALE - turn something on perhaps? Have you actiually seen this functionality working? I'd love to hear from someone who has.
    Regards.
    Patrick

  • BE6K on 3rd Party HP server

    Can I load BE6K on a 3rd party HP UC supported Vmware server?

    Yes, from a technical point of view, you can use the 6K OVAs (I'm assuming it meets the HW reqs), BUT, we won't call it a 6K, nor we support it if you do that. If he HW meets the requirements from virtualization wiki, and you use OVAs approved for non 6K, or 6K AND non 6K deployments, then we would support it, but as a regular install.
    If this is for a production environment, that's a huge no.
    You can reach pre-sales if you're a partner, or a Cisco Gold partner for info of the current options for a 6K, but it's a bundle, HW + SW + licenses, right now we have medium density (4 app + prime) and HD (8 apps + prime), not sure about the server models we're currently selling with each.

  • I can no longer install 3rd party apps to my ipod touch

    When I try to install a 3rd party app, it begins the download, the new icon appears on the screen for about 1.5 seconds, and then the icon disappears and no download occurs. This happens 100% of the time.
    My Apple ID on the iPod Touch is the same as the one for my iPhone. I can download apps for the iPhone no problem.
    This iPod is running iOS4.2.1.

    Have you tried resetting your iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.

Maybe you are looking for

  • Multiprovider

    Dear Experts, I have a requirement as follows: I have most of the document Data in an DSO and some of the required data/fields are in Cube 1 and the ramining fields are in cube2. The join condition i want to use is Document Number. DSO Doc no   10000

  • IPhone 5 stays on 4G and battery drain

    I performed the latest iPhone 5 update last night (to 6.1 10B143) and now my phone stays on 4G after calls rather than switching back to LTE as the phone did prior to the update.  Also, the phone is now draining the battery very rapidly.  Before I wo

  • Lumia 620 Storage error

    Hi. My phone restarted and gave me an error message. My mail accounts tiles are missing from homescreen. Just disappeared. Tried to setup email again in settings. it wont. I tap and it just reverts back. Some other tiles doesnt work either. Like phot

  • Delims for StringTokenizer

    I need to add " to the Tokenizer as a delim I used to know how to do this but it seems to be slipping my mind. Currently this is what my statment looks like: String delimvar = "<> "; This is using the < > and whitespace as my seperators. and I want t

  • How to consolidate conutry specific forms in to a single form

    Hello, I have a requirement where I have to consolidate the country specific forms into a single form. Have country specific forms like France has its own form and US has its own form. How to consolidate these forms into a single form? What is the pr