Unity Plugin: fixing your __//TODO: fix perf on this call. for CoordinateMapperView depthBuffer.SetData(depthPoints); by using GetDepthFrameToCameraSpaceTable

Hey guys! Brian Chasalow here. Checkin in from a brief hiatus here- I've downloaded the latest SDK version and I'm happy to discover its performance is much improved from previous iterations. However in looking at the GreenScreen sample, I did discover the
following gem that I want to work with you guys to fix:
CoordinateMapperView:
//TODO: fix perf on this call.
depthBuffer.SetData(depthPoints);
This is slow because you're using MapColorFrameToDepthSpaceUsingIntPtr and passing that giant 1920x1080x2 buffer to a DX11 shader. IIRC, you should instead be able to get the color texture, the depth texture, and the
GetDepthFrameToCameraSpaceTable buffer, and write a shader that does the color to depth mapping yourself. I'm not trying to project a 3d point cloud in this case- just to improve the basic 2d depth-based-greenscreening effect. You'll only need to pass
in the buffer once, because it doesn't change. Here's my trouble- I need the code to do the alignment in the shader. Here's my pseudocode, please tell me if what I'm doing is correct. I think the offsetCoords line is a little bit incorrect. Halp!
//edit: this code is very wrong, see lower below for more sane code-
float4 color = float4(0, 0, 0, 0);
float depthAtThisPixelPosition = tex2D(_DepthTex, i.tex.xy).r;
float2 offsetCoords = depthAtThisPixelPosition * DepthFrameToCameraSpaceTableComputeBuffer[i.tex.xy].xy;
if(offsetCoords.x > 0 && offsetCoords.x < 1.0 && offsetCoords.y > 0.0 && offsetCoords.y < 1.0){
color = tex2D(_MainTex, offsetCoords);
}//edit: this code is very wrong-----------
return color;
Much thanks. 

While that has a lot of useful info, it doesn't use the DepthFrameToCameraSpaceTable at all.
Let's start with some known-to-be-valid shader code, for projecting vertices in 3d at the proper positions:
vDepth = texture( uDepth, ciTexCoord0 ).r;
pos.xy = vDepth * texture( uDepthToCameraSpace, ciTexCoord0 ).rg; //or texelFetch
pos.z = vDepth;
This says that
line 1)in a vertex shader, you can fetch the depth position,
line 2) adjust the x/y vertex positions to be the depth * the DepthToCameraSpaceTable (or sampled from a texture that contains the same table, as shown above)
line 3) project the z vertex to the depth as usual
Now, I want to do something similar in a pixel shader in 2d for the greenscreen effect. Logic would dictate that I would need to adjust the X/Y UV coords instead of the vertex positions. How to get there from the DepthToCameraSpaceTable is what I'm having
trouble nailing down exactly.
So, more succinctly: Are the values returned from vDepth*DepthToCameraSpaceTable[i].xy ==  the depth returned from _pCoordinateMapper.MapColorFrameToDepthSpaceUsingIntPtr and pDepthCoordinatesData
I think the answer is no, because the DepthToCameraSpaceTable iirc is 512x424x2, and pDepthCoordinatesData is 1920x1080x2. Perhaps I need to do something along the lines of : 
int colorWidth = (int)(i.tex.x * (float)512); //this was 1920 in the original code
int colorHeight = (int)(i.tex.y * (float)424); //this was 1080 in the original code
int colorIndex = (int)(colorWidth + colorHeight * (float)512); //this was 1920 in the original code
float vDepth = _DepthTexture.Sample(SampleType, i.tex).r; //new code
float2 depthCoordinates = vDepth * DepthToCameraTableBuffer[colorIndex].xy; //new code
o = float4(0, 1, 0, 1);
if ((!isinf(depthCoordinates[colorIndex].x) && !isnan(depthCoordinates[colorIndex].x) && depthCoordinates[colorIndex].x != 0) ||
!isinf(depthCoordinates[colorIndex].y) && !isnan(depthCoordinates[colorIndex].y) && depthCoordinates[colorIndex].y != 0)
// We have valid depth data coordinates from our coordinate mapper. Find player mask from corresponding depth points.
float player = bodyIndexBuffer[(int)depthCoordinates[colorIndex].x + (int)(depthCoordinates[colorIndex].y * 512)]; //this was unchanged from the original code
if (player != 255)
o = _MainTex.Sample(SampleType, i.tex);
Hope this was clear.
Brian

Similar Messages

  • HT204204 got message Warning IOS Crash Report Due to a thirdp party application in your phone IOS is crashed...call for immediate support 16473604777  no i cannot get into Safari. Please help

    Hi,
    I was working on my New Ipad Mini in Safari when I received error Message Warning IOS Crash Report Due to a third party application in your phone. IOS crashed contact Support for immediate FIX 16473604447.  What do I do i called that number and wasn't goint to pay someone other than applie to fix this error.  I bought insurance, these people said Apple would not be able to help me.
    please i need this ipad for a trip im taking in a couple of days.
    I can't get into Safari the above error message keeps on popping up blocking me from getting in.

    Double tap the Home button, then swipe upwards on the Safari preview.
    Go to Settings - Safari - Clear History
    Restart Safari.
    And nd never, ever call any number presented.

  • Oops, something is not right... Flash Plug-In Warning Explanation: You do not have the Flash player installed on your browser. How to Fix the Problem: This game requires the Flash plug-in. Download the latest Flash player now.

    When I try to play certain games on pogo, I get this: Oops, something is not right...
    Flash Plug-In Warning
    Explanation:
    You do not have the Flash player installed on your browser.
    How to Fix the Problem:
    This game requires the Flash plug-in.
    Download the latest Flash player now.
    So I download latest still get error message

    It is best to go to the source, Adobe, to get their software and updates. Sometimes malware can infect sites with messages that appear legitimate, but will, instead, install malware/virus/trojan on your system. Read the following carefully to install and/or update Adobe Flash.
    There are 2 versions of Adobe Flash; an '''ActiveX version''' for IE only and a '''Plugin version''' for most other browsers including Firefox. On a Windows system, you should always update both individually. '''''You do not have Adobe Flash (aka "Shockwave Flash" in Add-ons > Plugins) installed.'''''
    #'''Using Firefox''', go to the following direct download link and SAVE the download to your desktop so you can find it later: http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe
    #When the download is finished, close Firefox (File > Exit '''''OR''''' Firefox button > Exit)
    #Click or double-click on the file you just saved to your desktop
    #*In the installation window that appears, click the box to the left of "I have read and...." to place a check mark in the box
    #*The "Install" button in the lower right corner will now be highlighted, click it.
    #*The installation is quick.
    #Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    #Direct link ActiveX version for IE '''''only''''': http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"?

    How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"? When I plugged in my iPad this popped up!

    Hi csreddy, 
    If you are receiving a message to contact an Apple Retail Store or Authorized Service Provider for help updating from iOS 3, click on the link below to initiate that support:
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support
    http://support.apple.com/en-us/HT204204
    Update your device using iTunes
    If you can’t update wirelessly, or if you want to update with iTunes, follow these steps:
    Install the latest version of iTunes on your computer.
    Plug in your device to your computer.
    In iTunes, select your device.
    In the Summary pane, click Check for Update. 
    Click Download and Update.
    If you don't have enough free space to update using iTunes, you'll need to delete content manually from your device.
    Find out what to do if you get other error messages while updating your device.
    Last Modified: Jan 12, 2015
    Apple - Find Locations
    https://locate.apple.com
    Contact Apple for support and service - Apple Support
    http://support.apple.com/en-us/HT201232
    Regards,
    - Judy

  • When i pluged in my ipod,computer start scanning,it says"your computer is no more authorized for  app that are installed in"yadav ipod",would you like to authorizes this computer for item purchased from itune" what should i do to fix this problem,,,

    when i pluged in my ipod,computer start scanning,without finishing scan,it says"your computer is no more authorized for  app that are installed in"yadav ipod",would you like to authorizes this computer for item purchased from itune" what should i do to fix this problem,,,

    What the message says.  In iTunes g the the Store tab in ther upper part of the screen and then clink on Authorize this computer.

  • Hi, I upgraded my iphone 4 to iso 5 beta 6, but now it shows "No Service" at top left, and unable to complete your activation. Also tels that this device is not registered as part of the iphone developer programme. How could I fix this problem? Please..?

    Hi, I upgraded my iphone 4 (4.3.3) to iso 5 beta 6, but now it shows "No Service" at top left, and unable to complete your activation. Also tells that "this device is not registered as part of the iphone developer programme." How could I fix this problem? Please help me...,

    I had a similar occurrence with my just activated iPhone 4.
    I had been using the phone for three days when an odd occurrence with voice mail caused me to call tech support. After some discussion they decided to push the activation to my phone (even though I had been using it for three days). When I went to power it back up again I repeatedly got the "no service" notification. I got tech support on a land line and we tried hard reboots and so on. No joy. They told me to take it in to the point of sale and either the SIM card or the phone needed (or both) needed replacing.
    I tried one last hard reboot after dinner and the phone came up with service, but I took it in to the point of sale in the morning and they swapped the SIM card out and I went to a Genius Bar appointment to get the phone checked out. It is supposedly OK, but I am still having some problems when syncing it so I will have to visit the Genius Bar again tomorrow about that. At least I have not experienced the "no service" problem in the roughly 24 hours since the SIM card was replaced. (Fingers crossed)

  • Hello, I am a user of the iPhone is not the place for bi çıkıcak turkey apple brand products and product support and equipment does not work as it used to fix and send back waiting for your help. Please support me in this regard quit

    Hello, I am a user of the iPhone is not the place for bi çıkıcak turkey apple brand products and product support and equipment does not work as it used to fix and send back waiting for your help. Please support me in this regard quit

    We are all iphone users just like you.
    Do you have a question for fellow iphone users?

  • TS3140 I tried to order a book on iPhoto but got the following message from apple :  the file contains text with drop shadows. As a result, Apple is unable to process your order"  Does anyone know what this means and how to fix it?   Thanks!!

    I tried to order a book on iphoto but got the following message from Apple  : "the file contains text with drop shadows.  As a result Apple is unable to process your order"  Does anyone know what this means and how to fix it?  Thanks!! 

    Hello Katiebell62
    Check out the troubleshooting steps to try and resolve your issue with purchasing a book through iPhoto.
    iPhoto: Difficulty submitting a book, card, or calendar order
    http://support.apple.com/kb/TS2516
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • How do I fix this? Photo Booth encountered an error when trying to save your photos. Your photos cannot be saved at this time.

    Photo Booth encountered an error when trying to save your photos. Your photos cannot be saved at this time.
    How do i fix this?

    I had the same issue, as suggested by others on similar question I checked my permissions and they were fine.
    This worked for me
    1) First saved the photos from my current Photo Booth library
    2) Deleted the photo booth library folder
    3) Created a new admin user
    4) Copy the photo booth library from the new user and paste it in your user (where the previous photo booth library was)
    5) You can then delete the new user you created.
    *this is my first  attempt  here, so my bad if its not up to scratch*

  • HT3552 I am billed 3 times for a same item. How can I get the problem fixed? Thanks a lot for your help.

    I am billed 3 times for a same item. How can I get the problem fixed? Thanks a lot for yur help. nhuttan448

    Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store.
    Regards.

  • Vital webOS limitation​s Palm must fix and my "wish list" for software developers

    I have now updated following many many times, in my free Best Buy guide - Vantage Technology Magazine - so it's time to post an update here... Just as I done in PreCentral ;-)
    WebOS is now the clearly best alternative, for most people - but the Personal Information Management functionality, got a lot worse since the "old" Palm OS and that is a huge problem, because a really smart PIM suite with excellent ToDo and calender functions, can really improve your life and that make it the most valuable part of a smartphone, if it work great... And if Palm finally begin to fix this limitations, can they also advertise "We make the best mobile OS even better" each time they update and not just use the updates as bug fixes...
    Then do I live in Sweden and we don't got the Palm Pre yet - so I could not test anything myself and that mean that some details below might be wrong or already fixed... So please email me - [email protected] - if something need adjustment... And that also mean that I maybe missed some more problems, that was very hard or impossible to see in screen shots and reviews... And I will actually not buy any device with webOS before most of the first 8 limitations below, are fixed either by Palm or someone else - because I simply don't want to pay for clearly worse functionality, than I already have with my "old" lovely Palm Treo 680!!
    I read that many share my views, about following problems - but PLEASE comment this post anyhow, if you feel the same about ANY part... So Palm finally wake up, understand that people actually are very different (with dramatically different needs) and simply give us the vital options / settings, that only will make webOS dramatically better for heavy users and absolutely NOT make anything less fancy, if they simply let the current "look" be the default setting... Type Palm will only win, if they make "the best mobile OS" even better!!
    01) There is still no complete desktop sync for every important Personal Information Management part, as ToDo lists with categories... Except if you are connected to an Exchange server... You can only back up automatically to Palm's servers, but without any option to edit your own text from your notebook... So complete desktop sync should actually be included in the box, as an alternative and offer sync through both USB and Wifi, plus maybe Bluetooth... And naturally include some kind of desktop application, so you can save and edit the calendar and tasks in your notebook... Now must you first buy MS Outlook (if you not have that) and a third party sync program, that not even handle ToDo lists... But palm have at least a migration tool, that help you move all your data (one way only) from an old Palm device and Palm desktop (or MS Outlook) to a new pre...
    02) There is a lot of "elegant" waste of screen space and very BIG fonts, in almost every basic view... That should naturally be an option, because and absolutely not a default setting, you can't even change... Because most people need just 33% more space, to max 50% more if you have huge finger tips, for accurate finger navigation (compared to a stylus) and NOT more than twice the space, to show the same text info... They should at least offer two extra alternative settings - that show two or three times as much info (at every view that now use huge fonts) and that would anyhow be easy to navigate with your fingertips... Yes, the events have now small text in the calender (that not should get smaller) and many may love the new spacious design, with a lot of empty space and huge fonts... But there should naturally be some alternative setting - for everyone that have normal finger tips, a lot of info in the smartphone and don't want to scroll like crazy.... And it's especially very easy to miss vital info, if you can't see it directly, as in Tasks and Contacts... So I sincerely hope it soon will be possible to "tighten" up all the new empty space between text lines and at least select smaller fonts (naturally together with less empty space around the letters) in the settings... And the absolute best would be if you can select that options separately for the tasks, contacts, email, calendar and messaging... And then choose between four text sizes, with the current as 4 with a bit bigger text for calendar events and "modern" or roman fonts... Because if some tightening NOT is possible, will the the bigger screen only be useful for web browsing and that would be very very sad... Yes, you can now only see HALF the info in Tasks (without scrolling or missing vital stuff) even if the screen is much bigger, than I can see directly in my "old" Palm Treo 680 and that vital missing option, would make Palm Pre practically useless for me!!
    03) The included Task application seems to be almost worthless, because of five big usability limitations... -1- You can't see if there is an "extra note page" connected to the task... -2- It don't show the priority either... -3- You can now only select 3 priority levels (just as in Windows mobile and Symbian) even if it was 5 levels before... -4- The huge fonts and plenty of empty space around the text, make it only possible to view 6 task without scrolling, instead of the 11 task that I can view on the much smaller Treo 680 screen and that is almost insane, when a simple setting / option could allow 12 task in Pre, with clearly more empty space around the text (for easy finger navigation) than before... -5- Then will task only sync with Exchange servers (if you have that) but not with Google, as example... But the lousy task management, can of course be fixed soon by Palm or in good time, with extra programs... And it support at least "multiple todo lists" as categories, so it work slightly better than simple Nokia smartphones... Then can you anyhow use the old PalmOS task application (that not have any of this limitations) with help of the amazing "Classic" emulator, instead of the crippled webOS version!!
    04) The last BIG problem I found, was the fact that webOS not support any categories (as friends, biz, service and shops) in the contacts application any more - which are very bad news, if you have about 200 contacts and extremely inconvenient for people with a lot more than 600 contacts... Note that otherwise is webOS contact application clearly more advanced than before... And I expect there will be some even more advanced contact applications, with category functionality, pretty soon - even if that naturally should be included by Palm, from the start... Then can you actually use the old PalmOS contact application (that not have this limitation) with help of the amazing "Classic" emulator, instead of the otherwise great webOS version!!
    05) In the calendar should you also be able to remove the fancy "empty time holder" completely, to free up even more space for real calender info!!
    06) The "date picker" that help you select another day for an entry in the calendar, should naturally show a mini calendar (with dated and weekdays) as it was before and not just let you select days from a list, guessing what weekday that might be!!
    07) The "universal" search don't search in the Calendar, any documents, in the message part of emails or Tasks* and that is very strange - it should at least be a two step search, with a "Search deeper in Pre" option, before Pre offer you to search in Google... Or even get a finer possibility, to select where the Pre normally should search... * But you can search Task, if you are inside.
    08) There is no longer any "scroll bar" that show where you are, not even as an option and it should be a slim transparent indicator, that also show how big the actual view is of the total page.
    09) Then do I also want the magnificent "floating event" functionality (at least in a third party application) that I now have in DateBk6 so you can show vital events that should be done today, in the calender and get them automatically moved to next day, every new day... But before you get this in a webOS application, can you use DateBk6 (made for the old PalmOS) that have this great functionality, with help of the amazing "Classic" emulator!!
    10) The pretty "Memo" application is pointless (just as before) when you anyhow have Task and Calender... And it is not possible to sync, so what you really need is a good plain text editor - that is easy to back up and open from your notebook, rock solid, ultra fast, has smart search & replace and handle minimum 144 huge text documents, in 12 folders... Including at least txt, html and hopefully some other file types... I sincerely hope (and guess) that someone will make a fine text editor, because a true Word document editor IS a lot more clumsy and slower to use, in a smartphone... But you can probably use the excellent old PalmOS application CardTXT that have the text functionality you may need and more, with help of the amazing "Classic" emulator!!
    11) There is no multiple email management, so you have to delete or move each email separately and that should naturally be fixed... Even if you (maybe) can do that in Google email or outlook, instead? * And you can now "delete all" in the trash folder!
    12) You can't change the alert sound for texts and emails!
    13) Then is the new program launcher, rather limited... You get only three windows, without any helpful category names - like main, games, web favo, friends, settings and extra - you get only a simple I to III style indicator at bottom... But you will probably be able to buy a more advanced launcher, soon... And you can temporary put your 12 main programs (that not is on the quick bar) on the first page, web favo's plus settings on the second and everything else on the last page... But there is now a free "patch" at www.precentral.net that add extra pages and two more, that show 4 or 5 icons on each row... And you can in addition use the old PalmOS application manager (that not have this limitations) for any excellent "old" programs, with help of the amazing "Classic" emulator!
    14) Pre shuts down the phone, when you connect it as a USB drive and you have to enter your PIN to get back online.... Yes, that is one thing that even iPhone handle better.
    15) You use right or left swiping to view another day and the same method to view another week, in that view... But you must swipe up and down in month view and that's just dumb!!
    16) Some part of the ultra smart "Synergy" integration give you also trouble, because if you include your Facebook account will everyone you "know" there (you can't just select a few) be saved as contacts and that may result in ton's of contacts, you don't want in your smartphone - but it will probably come some extra program that "filter" that later and the other new "Synergy" contacts functionality, work like magic.
    17) Then does copy & paste not work in IM or SMS messages, but that should be very easy to fix... ** But copy & paste (of text) work now in both emails and web pages, plus many many other places!
    18) You can't change how many "message lines" you can see in the email preview.
    19) Pre work normally very fast, but there is a delay when you open new programs and no "hourglass" so you might sometimes wonder if something happen, the first times you open a heavy program... But I don't know if that really need a fix or just some getting use to?!
    20) Then might the ring signal be too quiet, but only according to 1 of 9 reviewers and another one say it's loud enough... And the alarm clock use now the ringtone volume, so it should be fine... Even if the alarm clock naturally have a separate volume!!
    This replace naturally my old version, that I did post here over one year ago!

    One alternative to the Tasks application is Outline Tracker which has knobs to open items with content text, and multiple projects, which should fill your need for multiple to-do lists.   It does not currently have priorities, though.

  • When spanning new tabs (firefox) my users are asked to re-authenticate with pages already signed into. Can you tell me how to fix this issue for firefox users?

    With some research I found regedit setting called “TabProcGrowth” that allows tabs to span without re-authenticating with certain browsers. Can you tell me how to fix this issue for my Mozilla Firefox users? Our current version of Mozilla Firefox is: 24.5.0 (x86 en-US). This was first noticed with a product called Confluence that we use in our Tech Support area. Users are having to reenter their password every time they click on a new link in confluence. Any help would be appreciated.
    Thank you,

    Hi Bernie:
    As long as you are accessing your internal server on http:// or https:// then I would expect the normal rules to apply. To see whether some external requests are being blocked, you might try using Firefox's Web Console, Network tab.
    You can open the console in the lower part of a tab using either:
    * Ctrl+Shift+k
    * "3-bar" menu button > Developer > Web Console
    * (menu bar) Tools menu > Web Developer > Web Console
    Click "Network" on the top bar of the Web Console.
    Then use the address bar or a bookmark to launch Confluence in the same tab. Each request made by Firefox should be displayed along with the result. You can click a row for more details.
    When I look up "TabProcGrowth" it seems related to the Protected Mode feature of IE8 and newer, which is not (yet) applicable to Firefox. http://blogs.msdn.com/b/askie/archive/2009/03/09/opening-a-new-tab-may-launch-a-new-process-with-internet-explorer-8-0.aspx
    However, if Confluence is heavily reliant on plugins such as Flash or Java, that could be a factor because plugins are run out-of-process in Firefox. In that case I suggest checking with Confluence for suggestions.

  • [svn:fx-3.x] 11086: Fixing Safari 4.x support for url change detection.

    Revision: 11086
    Author:   [email protected]
    Date:     2009-10-22 11:42:17 -0700 (Thu, 22 Oct 2009)
    Log Message:
    Fixing Safari 4.x support for url change detection.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22483
    Reviewer: Alex
    Tests run: Manual browser test.
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22483
    Modified Paths:
        flex/sdk/branches/3.x/templates/html-templates/client-side-detection-with-history/history /history.js
        flex/sdk/branches/3.x/templates/html-templates/express-installation-with-history/history/ history.js
        flex/sdk/branches/3.x/templates/html-templates/no-player-detection-with-history/history/h istory.js

    HI,
    Go to ~Library/Internet Plugins. You should see: Glims
    "/Library/InputManagers/Glims/Glims.bundle/Contents/MacOS/Glims"
    Delete Glims from the system and restart your Mac.
    If you need help uninstalling Glims go here.
    Safari 4: May unexpectedly quit with "Glims for Safari" Read where you see: Resolution.
    Carolyn
    Message was edited by: Carolyn Samit

  • My ipod wont let me buy apps etc... keeps saying this is the first time this device has been used and to sign in and answer security questions. I have had this account for years but cant remember the answer to the security questions. How can i fix it?

    My iPod touch wont let me buy anything, i've beem using this account for a couple of years and now it says that this is the first ime this id has been used on my device... it's not.... and to sign in and answer security questions. i cant remember the answers to the questions. How can i fix this without making a new account and losing all my stuff???

    From a Kappy  post
    The Three Best Alternatives for Security Questions and Rescue Mail
       1. Use Apple's Express Lane.
    Go to https://expresslane.apple.com ; click 'See all products and services' at the
    bottom of the page. In the next page click 'More Products and Services, then
    'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
    ID security questions' and click 'Continue'. Please be patient waiting for the return
    phone call. It will come in time depending on how heavily the servers are being hit.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • My iphone 4S wont allow me to restore a bckup of icloud it has just rebooted the os and for over 24 hours i have been trying to fix it i use this phone for my job so i need help

    My iphone 4S wont allow me to restore a bckup of icloud it has just rebooted the os and for over 24 hours i have been trying to fix it i use this phone for my job so i need help. when i try to restore it says "Your iphone could not be activated becuase the activation server is unavailable, If the problom presests goto apple.com/support"   It has done this for 27 hours now PLEASE HELP!!!!!!!!!

    - Connect the iPod to the computer and see if iTunes sees it. If it sees it try to get the photos off the iPod.
    - Next let the battery fully drain. It will likely take days. After charging for at least an hour try again
    - Last, make an appointment at the Genius Bar of an Apple store.

Maybe you are looking for