10 problems and questions about the 8220

Hiya,
I have come to a point where I am a bit more frustrated about my new phone than actually enjoying it, my previous phone was an XDA Orbit running on WM5, as such I guess I came to expect a lot more from the phone than is good for me...
I just got an upgrade from O2, and since the Bold was not in stock I was sent this one.
Anyway, here goes:
1. SMS Message-folders: Is there any way I can create folders for my messages? Say for example: "SAVED-Bob", "SAVED-Steve", etc? At the moment I only have one main SMS folder displaying everything and I really do not want to save messages in the same "Saved messages" folder under 'Applications'
2. Deleting multiple messages: According to the help, pressing the alt-button while rolling over the messages will select the messages I want, then pressing the menu button I would need to select "delete selected messages". Well, that doesn't seem to work. If I press the alt-button all I will achieve is the trackball going to the top or the bottom of the messages. Could anyone point me into the right direction?
3. Sent emails: Why is there no "sent" messages folder? I would have expected that with a blackberry (that is said to be an office-email-phone) I have some sort of Outbox and Sentbox?
4. Memory card: How can I use it? The only reasonable explanation I got from the phone that I had a memory card was when I took a picture and it told me that these would be stored on the MicroSD card. But how can I as a user access it? How can I create folders on there? How can I save items such as notes on there? And if I put up a folder on the memory card with a number of word documents, PDFs and text notes, how can I access these?
5. Security: How can I lock folders such as messages or email (say for the sake of the argument that I would be using the same password for both of them) so that whenever I want to access my SMS messages I need to enter a code?
6. Image-editing: How can I edit an image after I took it to get it to a smaller size? I was using TwitterBerry to upload an image I just took to my twitter account, but it just sat there uploading the image (which was a 1600x1200 image) for about 10 minutes (with WiFi connected) and did not do anything.
7. Message preview: I don't want to see the whole message on my phone! Is there no way I can just display the "New Message" icon with the sender, but not previewing the message on the outer screen when the phone is closed?
8. Trackball problems: the trackball does not seem to be sitting 100% in the middle of the recess, instead it is squinted a little to the right. It isn't a massive problem, but if I can see white light coming through on the left and not on the right I do not really think this is a "feature". It works and everything, but it just doesn't look properly / right
9. Hinge a bit wobbly? The hinge has a bit of movement when closed (not when opened), is a movement of 2mm normal?
10. Full phone backup: Can I make a full backup of my 8220 using any piece of software (the software that came with it hasn't been touched yet) to fully backup my phone and contacts for easy import into another Blackberry should I need to return this one for #8 ad #9?
Thank you all very much for your time and help on this, I would really like to enjoy the phone, but at the moment I just can't and I have already spent so much time importing my contacts properly that I really don't want to consider changing phones...
Alex
Solved!
Go to Solution.

Hi,
The good news! You should have doc's to go on your phone with device OS 4.6:
http://www.blackberry.com/btsc/search.do?cmd=displ​ayKC&docType=kc&externalId=KB15466&sliceId=SAL_Pub​...
The other news: as a BIS user you will not have the sent and received personal folder setup that you
do on Outlook. A BES phone maintains a connection to the MSexchange server that allows you to have full
function with the BB. On BIS however, You can save email messages to the saved folder, you can hide or display the sent messages in the main message queue, you can save sent emails. However the are saved in only one folder.
Thanks,
Please remember to resolve your thread. Put the check mark in the green box that contained your answer! Thanks  
Click Accept as Solution for posts that have solved your issue(s)!
Be sure to click Like! for those who have helped you.
Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

Similar Messages

  • Problems and Questions about JAX-WS!

    Hello guys ,
    Haven't come here for a long time , feeling so good backing here.
    so guys ,when i using the netbean6 to develop the web service ,i across the folling problems ,can somebody tell me ...thx!
    1 when i trying to build the web service client by the way os ,
    * ***static drag and pull the xxport to my code area(netbean6) ,here i haven't problems .
    ** static proxy @WebserviceRef (wsdlLocation="....?wsdl") xxxService it always notice me that can't find the class.
    **** dynamic proxy ,when i coding the web service ,using the
    @Webservice(Name="",targetNamespace="", wsdlLocation="http://localhost:8080/xx/xxService?wsdl") here i met the wsdlLocation errer,throws the finenofind exception .......
    2.questions :
    when do i need to use the JAXB ? and when i want to send the image or files do i need to using the SAAJ ?
    3 BTW, any URL to learn more about the WS?
    Many thx!

    Thx, nikos2008, i watch the link you recommanded , it really help ,
    but the point is i am using netbean6 to build the web service ,so i dont'
    need the wsimport or wsgen , isn't it ?
    ok ,so i will describe it more clearly ...example "SOA using Java web service "
    @WebService(name = "RequestOrderPort",
    41 targetNamespace = "http://www.example.com/req",
    42 __wsdlLocation = "http://localhost:8080/oms/RequestOrderService?wsdl")__*
    *"-----if i code the wsdlLocation ,i will throws the nullpointException "*
    43 public interface RequestOrderPort {
    44
    45 @WebMethod
    46 @WebResult(name = "Order", targetNamespace = "http://www.example.com/oms")
    47 @RequestWrapper(localName = "requestOrder",
    48 targetNamespace = "http://www.example.com/req",
    49 className = "com.example.req.RequestOrder")
    50 @ResponseWrapper(localName = "requestOrderResponse",
    51 targetNamespace = "http://www.example.com/req",
    52 className = "com.example.req.RequestOrderResponse")
    53 public OrderType requestOrder(
    54 @WebParam(name = "CUST_NO",
    55 targetNamespace = "http://www.example.com/req")
    56 String custNO,
    57 @WebParam(name = "PURCH_ORD_NO",
    58 targetNamespace = "http://www.example.com/req")
    59 String purchORDNO,
    60 @WebParam(name = "ccard", targetNamespace = "http://www.example.com/req")
    61 BUSOBJCCARD ccard,
    62 @WebParam(name = "item", targetNamespace = "http://www.example.com/req")
    63 List<BUSOBJITEM> item)
    64 throws InputFault
    65 ;
    67 }
    by "deploy and undeploy the web service " in netbean6 to deploy the web service to GlassFish.
    web service client
    1:
    If you are not running inside a container, you cannot use the @WebServiceRef
    for injection, but you can still make use of the generated service
    class RequestOrderService,
    RequestOrderService service = new RequestOrderService();
    64 RequestOrderPort port = service.getRequestOrderPort();
    65 (new Tester()).runTests(port);
    ----- what does it mean of "not inside a container "  but if i use this method ,i can success in using the WS
    2: You can use several methods to get a proxy instance. In this section, we
    look at three of them. The most elegant approach involves dependency
    injection specified by an annotation
    31 @WebServiceRef(RequestOrderService.class)
    32 public static RequestOrderPort port;
    it notice me can't find the RequestOrderPort
    3.you can construct a proxy instance for the SEI dynamically by
    configuring an instance of the javax.xml.ws.Service class at runtime.
    Creating a Proxy Instance Using a Dynamically Configured Service
    77 URL wsdlURL = new URL("http://"+hostName+":"+portVal+"/chap06-endpointendpoint-
    1.0/requestOrder?wsdl");
    78 QName serviceQName =
    79 new QName("http://www.example.com/req", "RequestOrderService");
    80 QName portQName =
    81 new QName("http://www.example.com/req", "RequestOrderPort");
    82 Service service = Service.create(wsdlURL, serviceQName);
    83 RequestOrderPort port =
    84 (RequestOrderPort) service.getPort(portQName, RequestOrderPort.class);
    85 (new Tester()).runTests(port);
    BTW,Is this the 3 ways to use the web service ?
    Thx, hope this time i make you understood it...

  • "Don't import duplicates" and question about the Last Import folder

    *THE CLIP IMPORTING (TO IMOVIE) PROCESS*
    Ever since the last time I uploaded clips and made movies with them, I have shot new footage. I never erased the clips that were in the Sanyo VPC-HD2000A.
    This morning I uploaded the clips to my iMovie '11, including image stabilization. (Bypassed iPhoto '11 completely, on purpose.)
    What caused me concern while the clips were uploading is that there were no prompts about +"only new clips, no duplicates"+ to be imported. There was one set of options saying "Importing checked, or Import checked," but the problem was that I saw nowhere that any of the clips in the box (I will call it the Sanyo Box) could be checked. Selected, yes, but checked, no. I tried to select all of the newly shot footage, but that was impossible. It was only possible to select one clip at a time.
    I did not interrupt the file transfer because I did so once last month and it caused me problems.
    I ended up with 36 files uploaded and imported.
    *THE EVENT LIBRARY LAST IMPORT FOLDER*
    _In the iMovie '11 Events Library, the Last Import folder contains clips that were uploaded last month to iMovie. If I am to understand the label, "Last Import" does not mean, "And also stuff from a previous import."_
    I realize that having duplicates of clips can be solved by deleting clips, but I really want to know what is going on and also what ought to be going on. Shouldn't the Last Import folder contain only those clips that are in the most recent upload?
    And why was there no prompt for all duplicates to be disregarded and not imported?
    Did I possibly bollix up the preferences in my Sanyo VPC-HD2000A and did I accidentally tell it not to ask whether or not I want to import duplicates?
    I can see that someone could say, "Make sure you delete all old clips before you shoot new footage," but that is an "of course." I need to know what happens when you keep clips in the camera and want to import only the new clips.
    -L

    No.
    In LR3 it would ALWAYS pick up the duplicates if I inserted a card I'd just imported.
    With no change to my workflow I'm now having instances of the same files being imported multiple times.

  • No visible cursor, and question about the help-file

    Right now I am using a temporary computer, as mine is being re-formated.
    When I opened Illustrator to change a text-line in a picture, there was no cursor when I clicked on a word. I could still make my change, but no blinking cursor to tell me where I was. Can somebody please tell me where that setting is? It feels like I am working blind...
    I looked for this in the help-file, and while doing that (and not finding the answer), I wondered, as so many times before, how they thought at Adobe when they constructed the help-file as it is now... If I open the help-file in Illustrator, select that I want an answer for Illustrator (the icon to the right of the search-box) WHY do I get answers for InDesign, Bridge and other programs???? WHY not just for Illustrator? I am NOT interested in those programs right now, I want an answer for Illustrator. Please tell me there's a setting or something to fix this, because this drives me crazy each time I want help with something.
    Lena
    Sweden

    Thanks for your answer. For some strange reason the problem is now fixed... I checked the second box in Settings/General that says something like "use exact cursors", restarted the program and no change. Then I went for a coffee break and now it works
    So how do I download the pdf help-file?
    Lena

  • Problems and Questions for the Macbook

    I have a core duo macbook and its great but there are a few problems that i have noticed and I just wanted to know if thry were normal.
    1. What to clean the screen with
    2. can I upgrade to a core 2 duo processsor
    3. will windows vista work with boot camp
    4. is 2 gb mem. worth it (how much faster)
    5. Problem: the screen is ofset by about a quarter of a cm. and it is very noticable. i went to a genius and he tightened some screws but that didnt help at all. Is there some way to fix that or will I just have to live with it.
    6. Problem: the screen fram is lose and from the side of the screen you can see through it
    7. If there are fixes for these things how much if any would they cost.
    8. Is there any way to make the speakers louder
    9. a good external hard drive recomendation
    macbook core duo 1 gb   Mac OS X (10.4.8)  

    Let's see -
    1) Absolutely nothing but a microfiber cloth and a little water applied directly to that cloth. Never EVER use any paper products as they are remarkably abrasive. Also, never apply liquid to the display. It will drip down to places that it could cause damage.
    2) No - not without selling this one and purchasing a new one. The CPU is soldered to the logic board and cannot be removed.
    3) Yes. I am using Vista regularly and it works fine. It is still Windows, but it works well enough for casual use. The full version of Boot Camp is supposed to come out with Leopard.
    4) Depends on what you will use your Mac for. If you are using the iLife suite and internet exclusively, then 1GB is probably enough. If you are using pro apps like Photoshop and other non-usiversal binary apps, you will want 2GB.
    5) Take it back in and tell them it was not fixed.
    6) Again, take it in.
    7) Take it in. It is still under warranty.
    8) No. You can get external speakers and they will give you much better sound, but the built-in speakers are a shortcoming of any portable computer.
    9) I use and love my Mercury Elite Pro drive from OWC. As mentioned, USB is slower than FireWire, but you can get a drive that uses both interfaces - which I recommend just in case. I would look for a drive that features the Oxford 911 chipset as it is much more reliable than the cheaper and more common Prolific chipset which has a spotty record when it comes to Macs and PCs alike.

  • MDM iView resultset problem and question about eventing

    Hi experts,
    I created a MDM iView resultset for my main table as search table (comparison is not supported). When I click on preview I get an empty table ("Found <Tablename>: 0 of 10", table contains 10 entries at the moment). I tried the same with a subtable and everything works fine (all entries have been in the preview table). Any ideas why I don't get a result?
    My 2nd question: can I choose the parameter name in eventing (EPCF) on my own? So if I have Vendor_Id as field can I use vendorid as parameter name? Do I have to define anything in the listener iView (e.g. in detail iView for an event from resultset iView)? Maybe you have a useful tutorial link (please not SAP help section)?
    Thanks for your answers.
    Regards, bd

    It is possible to retrieve the number of rows from a resultset --
    Statement stmt= con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
                                        ResultSet.CONCUR_READONLY);
    ResultSet rs= stmt.executeQuery("<your select query here>");
    int totalRows;
    if (rs.last()) // can it move to the last row?
       totalRows= rs.getRow(); // get its row number
    else
       totalRows= 0; // no rows in the resultset
    rs.first() // set the cursor back to the startNote that the resultset has to be scrollable (TYPE_SCROLL_INSENSITIVE).
    kind regards,
    Jos

  • Some problems and questions

    I have some problems and questions about my MSI MEGA PC 180 system...
    One problem is that MSI live monitor only works one time after every new installation then is just say "The URL is invalid" every other time I try to search for updates.
    One problem is that one of the fans  doesn't turn off when I turn of the computer and the only way to get i to turn off is to turn on the hifi mode and turn it off then the fan stops. And some times the fan can start after a while when the computer has been turned off.
    There are two fans for the cooling of the CPU but PCALERT only shows the speed of one of them.. why? according to the manual one of the is called CPU fan and the other one is called sysfan but only CPU fan showes i PCALERT.
    Are there no other way to control the Tv other than with the Home Teather system than I find way to slow if you use 1280x1024 resolution on the screen like I do. And are there no way to sort and remove channels in home teather? As i is now I can't move the channels in the order I want and I can't remover channels that the auto search thaught was channels but aren't?
    An other thing that I find annoying is that the fullscreen mode of home teather doens't cover all off the screen it doesn't hide the systray and leaves a small but annoying kolumn to the right that showes the backgrund and that is very annoying to watch tv if you have a light backgrund because the kolumn are so bright.

    Welcome Kabbo,
    I see you agree that MC III is far from perfect. Perhaps you can try the combination of Media Portal and Ir2Key. Just read some of the other posts including "WinIRX.ocx internals/usage" by ddookie.  Another possibility is to try Dscaler, but this program is only for watching TV.
    Regarding the processor fans: its normal that only one of the two shows up in PcAlert; when you look closely to both fans you'll see that one has only a two-wired connection.
    The problem of a fan not shutting down is new to me, I suppose you have checked the connections to your mobo?
    Greetz,
    JaDi

  • I see lots of people asking questions about the "white screen" app store update failure. I see no answers from Apple about this...What is the problem, and what is the solution?

    I see lots of people asking questions about the "white screen" app store update failure. I see no answers from Apple about this...What is the problem, and what is the solution?

    It's a problem that Apple is having with their App updating system.  The best solution is to be patient, and wait for Apple to solve their systemic problem.

  • I got an answer and I replied with a question about the answer, does no show in unanswered

    I got an answer and I replied with a question about the answer, does no show in unanswered questions. I guess replying was not the way to get another anwer, How do I do that?
    He said - Certain Firefox problems can be solved by performing a Clean reinstall. This means you remove Firefox program files and then reinstall Firefox.
    I want to know - Will I still have my bookmarks, history, addons, plugins, etc.? I do not know what plugins and such that I had. What about my pinned tabs and my tabs that where open.
    More information - When I try to start Firefox I keep getting the message that I need to restart my computer in order to complete a previous update attempt. I had Sweetpacks on my PC and I do not know where it came from, it took over my home page in Internet Explorer and Ithink caused the issue with Firefox.
    Should I do the clean install or try starting Firefox now.

    Could you please stay in the thread where you posted the question and reply there instead of opening a new thread?
    Locking this thread, so please continue here:
    *[[/questions/968194]]
    See also:
    *[[/questions/968222]]
    You won't lose bookmarks and other data in the Firefox profile folder as long as you do not remove personal data in case you uninstall Firefox.
    See also:
    *http://kb.mozillazine.org/Profile_backup
    *https://support.mozilla.org/kb/Backing+up+your+information
    You can open the Properties of the Firefox desktop shortcut via the right-click context menu and check the "Compatibility" tab.<br />
    Make sure that all items are deselected in the "Compatibility" tab of the Properties window.

  • Hi All, I have question about the iMac operating system. I have the last updated. The problem when I manage the place of the folder windows they are all mixing up. I mean they not on the place where I left them. how to set they stay on the same place. Tks

    Hi All, I have question about the iMac operating system. I have the last updated. The problem when I manage the place of the folder windows they are all mixing up. I mean they not on the place where I left them. how to set they stay on the same place? I know there are different possibilities to set.
    I tried but it not helped for me. What I can do? How and where can set this they stay on their place?
    Thanks.
    laci

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 
    Regards
    TD 

  • A few questions about the ka790gx and dka790gx

    i have a few questions about the ka790gx and dka790gx , how much better is the dka790gx compaired to the ka790gx ? . how much difference does the ACC function make to overclocking etc , i plan on getting a phenom II 940BE or 720BE . i already have the ka790gx so would it be worth building another system using the dka790gx mobo , or should i keep what i already have and just change the cpu ?

    It's largely irrelevant what other boards had VRM issues other than the KA790GX - the fact is it died at stock settings. Since there is little cost difference between the more robust DKA790GX (or Platinum if you really need 1394) why bother with the proven weakling? There are other examples around of the KA not having a robust power section.  There's no way I would use even a 95W TDP CPU in the KA and absolutely not O/C.....!
    As for the credentials of Custom PC, I have generally found their reviews accurate and balanced, and echo my own findings where applicable. If a little too infrequent.
    The fact that the KA has such a huge VRM heatsink leads me to my other comments on the Forum, particularly regarding the "fudge" aspect:
    """Henry is spot on - the notion that adding a heatsink to the top of the D2PAK or whatever MOSFETS is effective is virtually worthless. The device's die thermal junction is the tab on the device back - which is always against the PCB pad. The majority of heat is therefore dissipated in to the board, and the fact that the epoxy plastic encapsulation gets hot is simply due to the inability of the heat to be conducted away from the device die via the tab. Not sure when Epoxy become an effective conductor of heat.... Good practice is to increase the size of the PCB pad (or "land" in American) such that the enlarged PCB copper area acts as an adequate heatsink. This is still not as effective as clamping a power device tab to an actual piece of ali or copper, but since the devices used are SMD devices, this is not possible. However, the surface area required to provide sufficient PCB copper area to act as a heatsink for several devices isn't available in the current motherboard layouts. Where industrial SBC designs differ in this respect is to place the VRM MOSFETs on the back of the PCB on very enlarged PCB pads - where real estate for components is not an issue.
    Gigabyte's UD3 2oz copper mainboards sound like a good idea, on the face of it. However, without knowing how they have connected the device tabs to where and what remains a mystery. I suspect it is more hype than solution, although there will be some positive effect. From an electrical perspective, having lower resistance connecting whatever to whatever (probably just a 0V plane) is no bad thing.
    The way the likes of ASUS sort of get round the problem is to increase the sheer number of MOSFET devices and effectively spread the heat dissipation over a larger physical area. This works to a degree, there is the same amount of heat being dissipated, but over several more square inches. The other advantage of this is that each leg of the VRM circuit passes less current and therefore localised heat is reduced. Remember that as well as absolute peak operating temperature causing reduced component life, thermal cycling stresses the mechanical aspects of components (die wire bonds for example) as well as the solder joints on the board. Keeping components at a relatively constant temperature, even if this is high (but within operating temperature limits), is a means of promoting longevity.
    For myself, the first thing I do with a seperate VRM heatsink is take it off and use a quiet fan to blow air on to the VRM area of the PCB - this is where the heat is. This has the added benefit of actively cooling the inductors and capacitors too....
    Cooling the epoxy component body is a fudge. If the epoxy (and thus any heatsink plonked on top of it) is running at 60C, the component die is way above that.....
    It's better than nothing, but only just."""

  • 4 questions about the the top boxes - SD box and Home media DVR

    Hello. I am going to be getting Fios soon and I have some questions about the boxes. I will be getting the Home Media DVR and 4 SD boxes.
    1) Do these boxes have timers on them to set so the box can turn off at a certain time?
    2) Do these boxes have parental control and if so is it good enough to block things that I do not want my child to see?
    3) How many people can access the home media dvr at the same time to watch already recorded programs
    4) If the Home Media DVR is in the family room can a record be started from the bedroom over the SD set top box (even an hd show)?
    Thanks for any help.

    I have been using two Standard Set Top Boxes for about a year. I have Parental Controls on and all channels locked. When I want to watch a channel, I tune to that channel, note the LOCKED message, which tells me to press the OK button to enter ther Parental Controls PIN and unlock the channel for viewing.
    This has worked flawlessliy for the last year -- ON THE Standard STB's.
    I just ordered the Home Media DVR STB to replace one of my Standardt STB..
    On the Home Media DVR:
    I can set the Parentals Control PIN and lock the channels, in the exact same way I did o nthe Standard STB's. However, when  tuen to ANY channel, I still ge the LOCKED message and instructions to press OK to unlock the channel -- BUT no matter how I press the OK button, the Enter your Parental Conlrols PIN dialog box willl NOT open. Nothing happens -- you CAN NOT view any channel.
    Again, it is the EXACT setup as for the Standard STB, but the OK button will NOT unlock any of the channels.
    If you unlock all channels and LOCK the Ratings, the same problem recurs: OK buitton will never open the "enter your PIN" dialog box.
    I have received two replacement boxes and have spent hours on the phone with some very capable and helpful Techs -- no luck.
    Has anyone else had the same problem? Here's how to test your Home Media DVR:
    1. Menu-Settings-Parental Controls.
    2. You will be prompted to CREATE youre Parental Controls PIN
    3. Enter you PIN twice.
    4. Use the > button to scroll to Enable On/Off and set it on.
    5. scroll down to Control Channels
    6. Press > button to See Locked Channels
    7. Scroll down to Add/Remove Channels
    8. Scroll right to choose LOCK ALL
    9. Press OK and then scroll to YES to lock all channels
    10. Press EXIT to get out of settings.
    11. All channels are now locked.
    12. Go to any channel
    13. A black screen will appear with a lock silhouette with the word LOCKED below, followed by instructions to Press OK to enter PIN and unlock this channel. (plus how to change locks...).
    14.Press the OK button and, if it is working, you will see a dialog box at the bottom of the screen that is titled: UNLOCK, with the channel listed and the instructions to "Enter your PIN using your numeric pad on remote to naje this channel availabe for all users." THere's a PIN box, which shows asterisks for each number entered, with "Press Exit to Cancel" below.
    15. On the Standard STB, it works exactly as described in steps 1 thru 14. On the Media Center DVR, it works up to step `13, but in 14, no matter how you press the OK button, the UNLOCK dialog box never pops us. The Remote STB light flashes on the remove and the REMOTE yellow light flashes on the DVR,  but nothng happens.
    If you have a Home Media DVR, can you please try this and see if it works?
    Thanks,
    John

  • It's so annoying!! I have created a new Apple ID but after I click verify it just goes back to the previous page!!! It''s really frustrating I have tried for more than 4H, and the problem is not about the apple ID. I can download apps with the apple ID, w

    It's so annoying!! I have created a new Apple ID but after I click verify it just goes back to the previous page!!! It''s really frustrating I have tried for more than 4H, and the problem is not about the apple ID. I can download apps with the apple ID, which means IMessage is the problem! I restarted my iPad, I logged in and out of the apple ID in the store, AND YET IT STILL WON'T WORK, PLEASE HELP!

    Hi Vmanfromusa!
    It sounds like you are having an issue with activating your iMessage app on your iPad. An article outlining some troubleshooting steps for this issue can be found here:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/ts4268
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Some questions about the integration between BIEE and EBS

    Hi, dear,
    I'm a new bie of BIEE. In these days, have a look about BIEE architecture and the BIEE components. In the next project, there are some work about BIEE development based on EBS application. I have some questions about the integration :
    1) generally, is the BIEE database and application server decentralized with EBS database and application? Both BIEE 10g and 11g version can be integrated with EBS R12?
    2) In BIEE administrator tool, the first step is to create physical tables. if the source appliation is EBS, is it still needed to create the physical tables?
    3) if the physical tables creation is needed, how to complete the data transfer from the EBS source tables to BIEE physical tables? which ETL tool is prefer for most developers? warehouse builder or Oracle Data Integration?
    4) During data transfer phase, if there are many many large volume data needs to transfer, how to keep the completeness? for example, it needs to transfer 1 million rows from source database to BIEE physical tables, when 50%is completed, the users try to open the BIEE report, can they see the new 50% data on the reports? is there some transaction control in ETL phase?
    could anyone give some guide for me? I'm very appreciated if you can also give any other information.
    Thanks in advance.

    1) generally, is the BIEE database and application server decentralized with EBS database and application? Both BIEE 10g and 11g version can be integrated with EBS R12?You, shud consider OBI Application here which uses OBIEE as a reporting tool with different pre-built modules. Both 10g & 11g comes with different versions of BI apps which supports sources like Siebel CRM, EBS, Peoplesoft, JD Edwards etc..
    2) In BIEE administrator tool, the first step is to create physical tables. if the source appliation is EBS, is it still needed to create the physical tables?Its independent of any soure. This is OBIEE modeling to create RPD with all the layers. If you build it from scratch then you will require to create all the layers else if BI Apps is used then you will get pre-built RPD along with other pre-built components.
    3) if the physical tables creation is needed, how to complete the data transfer from the EBS source tables to BIEE physical tables? which ETL tool is prefer for most developers? warehouse builder or Oracle Data Integration?BI apps comes with pre-built ETL mapping to use with the tools majorly with Informatica. Only BI Apps 7.9.5.2 comes with ODI but oracle has plans to have only ODI for any further releases.
    4) During data transfer phase, if there are many many large volume data needs to transfer, how to keep the completeness? for example, it needs to transfer 1 million rows from source database to BIEE physical tables, when 50%is completed, the users try to open the BIEE report, can they see the new 50% data on the reports? is there some transaction control in ETL phase?User will still see old data because its good to turn on Cache and purge it after every load.
    Refer..http://www.oracle.com/us/solutions/ent-performance-bi/bi-applications-066544.html
    and many more docs on google
    Hope this helps

  • Question about the notification center (Mails and Reminders)

    Hello together,
    I just started using Mountain Lion and now I have some few questions about the notification center.
    1. Is it possible to show all reminds in the notification center? I have a lot of reminds without an date / time and they don't appear in the notification center.
    2. Is it possible to show the last five Mails in the notification center? I'm just seeing new incoming mails, but I would prefer it, if I could see the last five mails
         (no matter if readed or unreaded).
    Thank you very much for you help.
    Ratte1988       
    Hallo zusammen,
    ich habe gerade damit begonnen Mountain Lion zu verweden und habe einige Fragen zur Mitteilungszentrale.
    1. Ist es möglich alle Erinnerungen in der Zentrale anzuzeigen? Ich habe viele Erinnerungen, die ohne Datum / Uhrzeit sind und in der Mitteilungszentrale
         daher nicht auftauchen.
    2. Ist es möglich, sich die letzten fünf Mails in der Zentrale anzeigen zu lassen? Ich sehe nur neue ungelesene Mails, würde es aber vorziehen die letzten
         fünf Mails sehen zu können (egal ob gelesen oder ungelesen.)
    Danke für eure Hilfe.
    Ratte1988

    Only reminders with dates appear in the notification center - undated ones don't. Once an email has been read, it is removed from the notification center. Apple has a feedback center where you can offer suggestions.

Maybe you are looking for

  • Activation failed due to sructure generation error.-URGENT

    i tried to check in an activity but activation failed due to the foloowing error:PLEASE HELP VERY URGENT Development Component Build (2008-03-14 10:09:20)   Component name: tablist   Component vendor: worldbank.org   SC compartment: worldbank.org_GDB

  • Byte position of single character

    Hi, I am dealing with very big XML files and since I don't need all the information in them, I would like to have random access to the XML elements, to pick the ones I am interested in (without loading/searching the whole document every time). So, I

  • Unable to set up credit card account on apps

    I have a new iPad2. Unable to purchase from iTunes, British newspaper app, Kindle ect. Pages show Spanish? language and dollar sign. Error is" Your card not recognised by Columian Store". My details under General are, Language,British English and Are

  • Managing DNS-DHCP from Windows 7

    I had the DNS-DHCP Manager installed on my WinXP machine, but now I am running Win 7 (64bit) and I need to make changes to my DHCP range. I am moving the server behind a firewall which will use internal IPs and no longer be using a public range. I ne

  • Color transparent Button

    hi all i wanna create color transparent button.. can we do it in java? i search and try for few hours already but only can do the transparent.. i want have a soft color transparent in my button how to do that thx import java.awt.AlphaComposite; impor