HT1918 Hi i want some help

hi...i want some help

If you would like help from these user-to-user forums then you will need to say what the problem is.

Similar Messages

  • I want some help i do reset all content and setting and when i do it my ipad show mw a cercle an it do loading what i can do  ?

    i want some help i do reset all content and setting and when i do it my ipad show mw a cercle an it do loading what i can do  ?

    Have you tried connecting the iPad to your computer and using iTunes to restore to factory settings? These are the basic steps.
    You can read more here.
    http://support.apple.com/kb/HT1414
    Do not restore from a backup at the end if you want to restore as new.
    Connect your device to your computer.
    Select your iPhone, iPad, or iPod touch when it appears in iTunes under Devices. Select the Summary tab, and click the Restore button.
    Click Restore

  • New Zynq SoC Porting Guide is like a "Bridge Over Troubled Software." Want some help porting that code?

    So you have an embedded design all coded up for one microprocessor architecture and you’d love to take advantage of the significant additional processing power of the dual-core ARM Cortex-A9 MPCore processor/programmable logic combination available with the Xilinx Zynq SoC? Want some help porting that code?
    Help is available with the new “Zynq-7000 All Programmable SoC Architecture Porting Guide,” UG1181. Following a quick overview of the ARM Cortex-A9 processor features found in the Zynq PS (Processor System), the guide gives the following handy table highlighting the differences among five processor architectures including the ARMv7 architecture, PowerPC, MIPS, Renesas-SH, and x86:
    The document also includes a comparison of function-calling conventions, interrupt models, memory maps, register sets, and pointers to the ARM Web pages that provide detailed help in porting from these other processor architectures.

    Are you using the latest version of Silverkeeper? - v.2.0.2 is stated to be compatible with Snow Leopard.
    http://www.lacie.com/silverkeeper/
    If it's messing things up you could try asking LaCie Support for assistance.

  • Total Noob wanting some help

    Hi guys I just got new job and they use CF over here. My
    first small project is thowing me for a loop just because I've
    never really worked databases before. I'm looking for some starting
    help. We have this intranet site that everyone here uses to place
    orders and stuff, they all use bunches of databases. And what my
    boss is wanting me to do is find a way to put a count of all the
    items in a database that match a certian criteria on the main page.
    So what I need is a way to count database items. Help would be
    helpful. Like I said I'm a total n00b and forgive me if you can't
    make heads or tails of this. I'd be glad to explain more in depth
    for help. Thanks guys
    Kevin

    Well, let says that you want to get a count of everything in
    your ITEMS table that has a QUANTITY of at least 3 and a PRICE of
    greater than $5.00 (assuming that QUANTITY and PRICE and columns
    within the ITEM table)
    A real simple way of handling this app would be to first do
    the query and then out put the result. Your entire application
    would be:
    <cfquery name="qGetItemCount"
    datasource="datasourceName">
    SELECT Count(*) AS itemCount
    FROM items
    WHERE quantity >= 3
    AND price > 5
    </cfquery>
    <cfoutput>#qGetItemCount.itemCount#</cfoutput>
    And that is it. It only gets more complicated from there, and
    you need to strongly consider some learning resources if you want
    to excel at ColdFusion. It is an easy language to learn and use,
    but, like any other language, it should not be fuddled through.
    Note: You'll need to get your datasourceName from your
    administrator.

  • Update date approaching want some help before going into store

    Hi my renew date is approaching (22nd of this month) I currently have 3 phones on my family plan 1 of which I do not want to have removed and have my current plan downgraded as I wont need as many minutes should this create any problems when I go to renew the other 2 lines on the phone? Thanks for any help just dont want to go to the store and look like an idiot in 3 weeks.

    karkz31 wrote:
    Well you answered part which I kinda new but I'm I able to cancel my that 1 line at the same time which would be the 20th month of the 2 year contract
    You cannot cancel the 2 year contract without an Early Termination Fee (ETF) until after the end of 24 months.  Typical ETF's at the 20th month mark are $75 0r $150 depending on the type of phone purchased with the original upgrade.  It will probably be cheaper to maintain the line throught he 24th month.

  • Hi i want some help

    i  have laptop (hp pavilion 13-a002ej) his have a problem in windows and i instelled new version and i want the beats audio control panel how i have to do it
    This question was solved.
    View Solution.

    Hi,
    Download and install the Realtek HD Audio software package on the following link - this should also provide the Beats gui.
    http://ftp.hp.com/pub/softpaq/sp66001-66500/sp66250.exe
    When the installation has completed, restart the notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Wants Some Help About Package Spec

    Hi Friends,
    I developed one package spec in my Report.
    It has around 40 Ref Cursors.
    I created 40 Functions for those Ref Cursors.
    Right now all are in my Report at client end.
    At present the performance is very slow.
    Can i maintain these Package spec & Functions
    in data base side? If possible how ?
    If i maintain like that my performance is
    increases or not?

    You should be able to move those to the server. Read Chapter 6 in Oracle Report Documentation. Just click on topic "Documentation" on your left to find documentation on report.

  • I want some help to install a product I just paid for - upgraded trial verion and can't use

    What do I have to do to get my product to ork - you;ve got my money

    Hi Kartikay
    The issue was I mistook what I was buying – I may not have bought the product had I known the real cost – I had to buy the basic version  to upgrade to pro – that was very deceptive – in the trial that wasn’t made clear
    Anyway – you got an extra $191 out of me so you guys win
    Mike Sewell
    0400 647 840

  • I want some help for the layout of MuCow widget

    Hii
    I was browsing the musethemes.com website and I saw that they used two column layout for most of their widget, so my question is how to achieve that..
    Thanks..

    This "ability" is really not an ability at all... it's set up automatically in the background. If you put all of your bool (checkmark) items together, and if the labels for them are of so-many characters, then they will automatically display in two columns. The ability to format the flyout panel is something we're all hoping for someday! :-)  Until then, if you rearrange your bool parameters, then you may condense the flyout panel just a bit. Good luck!

  • I want some help pls...

    can anyone find me the mistakes on this small programs..
    They are from past papers exams ..
    1) class Test {
    int x;
    class ArrayTest1 {
    public static void main(String args[]) {
    int i;
    Test TestArray[] = new Test[100];
    for (i = 0; i < 100; i ++) {
    TestArray[ i ].x = i;
    System.out.println("We made it!");
    2) class TestSomething {
    public static void main (String[] args) {
    int[][] a = new int[7][9];
    int i,k,b=0,c=0;
    for (i=0; i<a.length; i++)
    for (k=0; k<a[0].length; k++) {
    a[i][k] = i * k % 10;
    if (b<a[i][k]) b=a[i][k];
    c++;
    System.out.println("Final value of b is: "+b);
    System.out.println("Number of places is: "+c);
    }

    In the first one you must fill the TestArray with Test objects otherwise you will get a null pointer exception.

  • Hi friends i want some project Title in J2EE

    hi iam doing my final year B.E and my wish is to do a better projet in J2EE(i know J2EE) and i want some help from u. That is if u found any projet ideas and titles in J2EE and if u feel that it was good to me please send to me
    My email is [email protected]
    thank u
    urs senthilnathan

    hi ,
    the title " hostel management project " this is the best data manegement project
    using java in this u can use photo also

  • Some help for a simple condition statement...

    Hello! I wanted some help this condition statement...
    There are 2 tweens called "mc_sun" and "mc_welcome" I want to
    run when someone clicks on a button called "btn_home", but I don't
    know exactly how to write the code because I've already tried these
    2 modes and noone work at all!
    THANKS FOR THE HELP!!!!

    I think I know what you're after here ... but I could be
    wrong ;) but try this:

  • I'm having trouble loading photos on my I phone 4s and I pod.  I don't see the photos tab in Itunes?? Prob user error but wanted to get some help.

    I'm having trouble loading photos on my I phone 4s and I pod.  I don't see the photos tab in I-tunes? I'm sure its user error but wanted to get some help.

    What's the origin of this external drive? It sounds very much like it's a Windows-formatted (NTFS) drive which Macs can't write to. If you can, copy the files off the drive, reformat it as Mac format (using Disk Utility) and copy the files back. If you need to continue writing to it from a Windows PC, you should format it ExFAT in Disk Utility.
    Matt

  • I have an ipad mini 1st gen 64 gb (wifi only) and i have problem with some of my apps. These apps have lags when you play with them for a few seconds the apps are having lags are call of duty strike team, gta San Andreas and nfs most wanted.pleas help me

    I have an ipad mini 1st gen 64 gb (wifi only) and i have problem with some of my apps. These apps have lags when you play with them for a few seconds the apps are having lags are call of duty strike team, gta San Andreas and nfs most wanted.pleas help me

    I'm going to guess videos buffer for a while also...
    Two possibilities, one is you should close apps on the iPad, the other is your internet speed is not able to handle the demands of a high speed device.
    To close apps:   Double click home button, swipe up to close the apps.
    To solve internet problem, contact your provider.   Basic internet is not enough for video games and movies.   Your router may be old and slow.

  • Need some help in saving video message from viber to my Iphone. I disabled the thing that would save photos and videos automatically then, there comes a video I want to save. After loading and watching it, I press the "save to gallery"

    Need some help in saving video message from viber to my Iphone 5S with new ios 8's program . I disabled the thing that would save photos and videos automatically then, there comes a video I want to save. After loading and watching it, I press the "save to gallery" thing but it doesn't save in gallery. I tried all, restarting my phone, rebooting then turning on the save automatically thing and when I watch it again, it still wouldn't save.

    Probably a good question to ask Viber or look at their support site.

Maybe you are looking for

  • Wireless won't work in 10.4.6 - 10.4.10...MacBook about to be Windows only

    Hi. A while ago, month or so, I started having the wireless problems runnning rampant in the 10.4.10 release. It started with dropped connections to my linksys router, then spotty connections to University WPA. This drove me nuts and I tried every po

  • Java Nio and http proxy

    Hello, I would send a http request through a http proxy with a Nio Client. So I wrote by hand the http request : buffer.append("HTTP/1.1\n"); buffer.append("Content-type: text/xml\n"); Then I send this request with a Nio Client but the request doesn'

  • Temporary Addrss Updation

    Dear Gurus, I have a requirement to trigger a mail whenver the temporary address of the business partner is updated. We are using CRM 7.0. In CRM Portal the user is changing the temporary address of business partner. Now i need to trigger a mail to c

  • Quartz Composer not responding on OSX 10.9.2. what to do?

    I am having issues whith Quartz Composer on Mavericks 10.9.2 It doesn't even open it just says (Not Responding) I Use Quartz Composer at work on a mac retina that run Mountaint Lion 10.8.5 and works fine. What should I do? I dont want to roll back to

  • Formate of an exe generated by the java application

    I want to read an .exe file generated by a java application through C++ but i don't know the formate of that file. when i open the file in text editor i can't see anything but the symbols. Can anyone out there tell me what will be the file formate of