URGENT!Can anyone tell me how to completely delete all data of an app from an Apple ID?

I am really stuck here.My brother needs help deleting ALL traces of some inappropriate apps that he wasnt supposed to download from his Apple ID.Now our mom is very angry and stressed out and I really hate it when she is angry,so can anyone help me?

That is going to depend on where the application is stored...
If it's Bloatware (e.g. Verizon Navigator, Bing, etc...) you will need Root permission on your phone to remove it.
If it's something you installed from the Google Play Store, then all you will need to do is open the Play store, select the Menu button, select "My Apps" and then open the app.  This should give you the "Uninstall" button.
Hope this helps
Chief

Similar Messages

  • Can anyone tell me how i go about downloading the free dock app for the ipod touch?

    hi,can anyone tell me how to go about downloading the free dock app for the ipod touch gen 4?

    What "free dock app"?

  • How to completly delete all AC 5.2 content from NW?

    Dear all,
    We have just undeployed all 5.2 components in order to install version 5.3 (SP5). When deploying the new SCA files we get errors and it ends that just one out of four gets files deployed (AE), JSPM alterts that some objects already exists:
    Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Feb 2, 2009 4:16:12 PM   Info: Begin of log messages of the target system:
    09/02/02 16:16:08 -  ***********************************************************
    09/02/02 16:16:09 -  Start updating EAR file...
    09/02/02 16:16:09 -  start-up mode is lazy
    09/02/02 16:16:09 -  EAR file updated successfully for 45ms.
    09/02/02 16:16:09 -  Start deploying ...
    09/02/02 16:16:11 -  EAR file uploaded to server for 819ms.
    09/02/02 16:16:12 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/grc~ccume..
                         Reason: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='UME actions for application sap.com/grcccume couldn't be deployed: Scaning file "permission_files/sap.com_grcccume.xml" failed!: Service "com.virsa.cc" already exists!', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME actions for application sap.com/grcccume couldn't be deployed: Scaning file "permission_files/sap.com_grcccume.xml" failed!: Service "com.virsa.cc" already exists!; nested exception is:
                              com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='UME actions for application sap.com/grcccume couldn't be deployed: Scaning file "permission_files/sap.com_grcccume.xml" failed!: Service "com.virsa.cc" already exists!'
    The easiest soluiton is probably to re-install NW. But is there any way completly delete all old 5.2 content?
    Thx,
    Vit

    Vit,
    Unless you just really want a completely clean system to start on, reinstalling Netweaver is unnecessary.  You just need to follow these steps to clear out all 5.2 data:
    1) Undeploy all GRC 5.2 applications using the SDM tool
    2) Remove any remaining GRC applications from the Visual Administrator tool --> Server Node --> Deploy --> Applications --> Remove button
    3) Use the following database cleaning script:
    SPOOL C:\DATA_CLEANUP.TXT
    prompt Delete system specific rules in Action Rule Table
    delete from <SCHEMA>.VIRSA_CC_ACTRULE
    where vsyskey = '&1';
    prompt Delete all System specific Alert details
    delete from <SCHEMA>.VIRSA_CC_ALLASTRUN
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_ALLISTDTL
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_ALTCDLOG
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_AUTHMAP
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Action Rule Table
    delete from <SCHEMA>.virsa_cc_cract
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_cractt
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Permission Rule Table
    delete from <SCHEMA>.virsa_cc_crprm
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Profile Table
    delete from <SCHEMA>.virsa_cc_crprof
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_crproft
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Role Table
    delete from <SCHEMA>.virsa_cc_crrole
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_crrolet
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_dataexd
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_fldmap
    where vsyskey = '&1';
    prompt Delete system specific rules in Function Action Table
    delete from <SCHEMA>.virsa_cc_funcact
    where vsyskey = '&1';
    prompt Delete system specific rules in Function Permission Table
    delete from <SCHEMA>.virsa_cc_funcprm
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_funcsys
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_lastrun
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_lsysgrp
    where vsyskey = '&1';
    prompt Delete system specific rules in Org User Mapping Table
    delete from <SCHEMA>.virsa_cc_orgusers
    where vsyskey = '&1';
    prompt Delete system specific rules in Permission Rule Table
    delete from <SCHEMA>.virsa_cc_prmrule
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_supp_det
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_supp_hdr
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_supp_text
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_syscract
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_syshmap
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_sysrule
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_syssapobj
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_sysusr
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_textkey
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_usrmap
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_xsrulemap
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_xsysgrp
    where vsyskey = '&1';
    prompt Delete System details
    delete from <SCHEMA>.virsa_cc_system
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_systemc
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_systemt
    where vsyskey = '&1';
    commit;
    prompt Truncating VIRSA_CC_GENOBJ Table
    truncate table <SCHEMA>.virsa_cc_genobj DROP STORAGE;
    prompt Truncating VIRSA_CC_GENOBJT Table
    truncate table <SCHEMA>.virsa_cc_genobj DROP STORAGE;
    prompt Truncating VIRSA_CC_GENUSR Table
    truncate table <SCHEMA>.virsa_cc_genusr DROP STORAGE;
    prompt Truncating VIRSA_CC_GENACT Table
    truncate table <SCHEMA>.virsa_cc_genact DROP STORAGE;
    prompt Truncating VIRSA_CC_GENPRM Table
    truncate table <SCHEMA>.virsa_cc_genprm DROP STORAGE;
    prompt Truncating VIRSA_CC_GPRMLIST Table
    truncate table <SCHEMA>.virsa_cc_genobj DROP STORAGE;
    prompt Truncating VIRSA_CC_SYSUSR Table
    truncate table <SCHEMA>.virsa_cc_sysusr DROP STORAGE;
    prompt Truncating VIRSA_CC_ACTVL Table
    truncate table <SCHEMA>.virsa_cc_ACTVL DROP STORAGE;
    prompt Truncating VIRSA_CC_PRMVL Table
    truncate table <SCHEMA>.virsa_cc_PRMVL DROP STORAGE;
    prompt Truncating VIRSA_CC_CRACTVL Table
    truncate table <SCHEMA>.virsa_cc_CRACTVL DROP STORAGE;
    prompt Truncating VIRSA_CC_CRPRMVL Table
    truncate table <SCHEMA>.virsa_cc_CRPRMVL DROP STORAGE;
    prompt Truncating VIRSA_CC_ROLEVL Table
    truncate table <SCHEMA>.virsa_cc_ROLEVL DROP STORAGE;
    prompt Truncating VIRSA_CC_CRROLEVL Table
    truncate table <SCHEMA>.virsa_cc_CRROLEVL DROP STORAGE;
    prompt Truncating Management Tables
    truncate table <SCHEMA>.virsa_cc_MGALERTS DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGCRTR DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGMTBU DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGMTTOT DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGRISKD DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGRISKS DROP STORAGE;
    SPOOL OFF
    Then try reinstalling GRC AC 5.3 through the JSPM tool.  You shouldn't get this error any longer.

  • How do I delete all or multiple synced apps from iTunes where the app has already been removed from iPad?

    I have recently purchased the latest iPad and been trying lots of apps.  These apps are synced with iTunes on a regular basis.  I want to delete synced apps from my iTunes backup that I have removed from my iPad.
    I am aware of a manual way of removing apps from the iTunes backup but it is far too painful and cumbersome.  You have to select the iPad under devices, click the apps tab up the top, and then see which items are not ticked (which runs very slow I might add, but it is a big list).  After noting them down, I then visit the apps section under library on the left, highlight all the unwanted apps, right click and delete.
    Unless there is some special way of doing this that I am un aware of, it would be really helpful if the libary application view had a column which informed me which ones were still on my iPad.  I could then sort by that column, and then delete all the removed apps.

    Yes, delete all the apps currently in iTunes, then transfer all the apps currently on the iPad back into iTunes. Of course it will take some time to sync the apps back into iTunes, but it satisfies your desire to remove all apps from iTunes that are not on your iPad without the need to laboriously note what is and is not there. In fact as a bonus after removing all the apps from iTunes you could open the ..\iTunes Media\Mobile Applications folder and delete any remaining orphaned files that might still be there, before you transfer purchases.
    tt2

  • I am trying to export a video from Premiere Pro.  I have both audio and video checked and the sequence is active but only the audio exports.  There is no video at all.  Can anyone tell me how to get the video to export.  It was working fine until today.

    Premiere Pro CC has been working fine until today.  I have completed my sequence and it is active.  I have both audio and video checked when I am exporting using H.264 with Match Source Hi bitrate.  I am choosing entire sequence.  The audio exports but the video and title does not.  Can anyone tell me how to troubleshoot this so I can complete this project?  Please!

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • Can anyone tell me how I keep everything I had in my old photoshop, now I've updated to Photoshop CC 2014.  It did give me the option to transport over all my presets, but because I didn't have internet access at the time, it couldn't do it.  Now I'm not

    Can anyone tell me how I keep everything I had in my old photoshop, now I've updated to Photoshop CC 2014.  It did give me the option to transport over all my presets, but because I didn't have internet access at the time, it couldn't do it.  Now I'm not getting the option.  Please help.

    Migrating Presets does not require a network connection and you can still migrate your cc presets if you still have CC installed.  Use Photoshop menu Edit>Presets>Migrate Presets...  Migrating presets only migrates presets.  It does not migrate Plugins, settings, extensions and scripts.  CC 2014 is also not completely backwards compatible with CC.  Support for Flash Panels and Oil Painter filter have been removed.  So extensions like mini bridge no longer work in CC 2014

  • I started to download a free app but it's too big to load without connecting to wifi. I want to delete it. Can anyone tell me how to do it please?

    I tried to download a free app. It came up with an error message saying it was too big to download and that I need to connect to WiFi. The icon is still displayed and I can't delete it (I've decided I don't want it. Can anyone tell me how to delete it - there's no x displayed on the icon. Thanks

    Hi stripers
    You will either a) need to connect to WiFi and complete the download or b) dock your iPad and remove it from the apps list once synced (your iTunes will more then likely want to complete the download first also, which you may be able to cancel in the downloads section).
    Regards
    Damon

  • HT204382 Can anyone tell me how to open files in the format 'radio.ram' ?

    Can anyone tell me how to play files in radio.ram' format, as an add-on to QuickTime or whatever?

    Wow, that's a name from the past, Real Player. 
    And it worked.
    It's a product that I'd completely forgotten about going back to my days struggling with Windows on IBM clones and shows that I haven't tried listening to streaming Internet radio in a long, long time!
    Thank you very much, Varjak, for your help.
    Michael Young

  • I just got iPad minni I want to delete a app I downloaded and it is still in purchased section. Can anyone tell me how to get rid ofit

    I just got a iPad mini and I want to delete a app I downloaded and it is still in purchased section because oficloud Can anyone tell me how to get rid ofit

    22Kayekaye wrote:
    ..I want to delete a app I downloaded and it is still in purchased section .
    You cannot completely Delete... but you can hide...
    >   http://support.apple.com/kb/HT4919

  • Can anyone tell me how to correct error code 108 in power point

    Can anyone tell me how to correct error code 108 in power point?
    It appears that a PP presentation has completely disappeared, giving only the error that the file has been deleted or moved (which it hadn't). Is there a way to retrieve it.
    It is visible in 'All my Files' but when clicked says that PP cannot be opened
    Thanks for your help.

    You might try looking/posting here.
    Microsoft Support – Office for Mac
    Microsoft Support – Office for Mac (2)

  • HT1918 Hi, Can anyone tell me how to go about finding out why i am having to change my Apple ID password everytime i want to download an app ?

    Hi,
    Can anyone tell me how to go about finding out why i am having to change my Apple ID password everytime i want to download an app ?
    Regards

    That page is not meant to be filled in.  It is only to provide guidance.
    To find the page that must be completed, you need to go here:
    http://support.apple.com/kb/ht1574
    Once you have provided your Apple ID, and entered the site, you must them click on reset security questions and follow instructions.

  • Can anyone tell me how to get rid of ASK browsers and install Google instead?

    Can anyone tell me how to delete ASK as my browser and install Google instead?
    Thank you.

    Uninstall Ask Toolbar from Windows and Max OS X - Virus ...
    How do I get rid of the Ask toolbar completely? - MakeUseOf
    Uninstall Browser
    The Safe Mac » Search Results » adware removal

  • I purchased icloud and now i want toU request for a refund. Can anyone tell me how? Thnx

    I purchased icloud and now i want toU request for a refund. Can anyone tell me how? Thnx

    22Kayekaye wrote:
    ..I want to delete a app I downloaded and it is still in purchased section .
    You cannot completely Delete... but you can hide...
    >   http://support.apple.com/kb/HT4919

  • I've used Firefox for years. 2 days ago it wouldn't open. I uninstalled it using Revo uninstaller and put it back. Its still the same. Can anyone tell me how 2 fix this or change my mail settings for I Explorer. thx

    and now it just wont open can anyone tell me how 2 change my mail going 2 firefox and start going 2 i explorer please

    For gmail there are no settings to change, you can access gmail from any browser just by going to the gmail site and logging in.
    The [[Firefox will not start]] article should help with the problem you are having with Firefox.

  • I am new to Mac Pro but am purchasing one online.  can anyone tell me how to get the information from my Toshiba onto the Mac.  there are no stores in the state I live in.  Do I need to find a location and will they do a transfer from my I Tunes etc?

    I am new to Mac Pro and am purchasing one online  tonight.  Can anyone tell me how to get my information - Itunes, photos, and videos transferred onto the Mac from my Toshiba.  the state I live in doesn't have an Apple store but I could take it to Minneapolis when I go.  Any ideas where to begin?

    You might profit from a visit to a Minneapolis Apple store. With a brand new Mac, I think they will be most helpful - not just with transferring files, but with other advice as well. And I strongly recommend you invest in a back up drive. The Apple folk can help with that as well.

Maybe you are looking for

  • Required Oracle FND tables for Discoverer Install (Oracle App user)

    Hi does anyone know of set documentation or, via SQL Trace, which existing tables Discoverer looks for when setting up an EUL? For instance, our install requires you select the Oracle Apps User Schema and put in the password for that schema where you

  • G5 randomly shuts down

    lately my computer has randomly shut down. i just moved from boston to nebraska. i moved my computer in its original box and thought it was pretty safe. everything seems to be working fine except for this. the computer can be on for hours or not even

  • Shuffle Problems - Now Laptop Hosed Up

    My Shuffle quit on me a couple of weeks ago. Got the flashing green and amber lights. Called support, and they shipped me a new one. But, in the course of trying all the stuff recommended in the user guide and the online help (5 things to check), I s

  • Is there a way to customize scale quantize?

    Is there a way to customize scale quantize? In other words, is there a way I can create my own constraining scales?

  • Data Merge - Change Text/Cell Characteristics based on Data Value

    I am working on a letter that is sent to our diabetic patients during their birthday month...the letter will contain the last known test results and date for several measures and then recommend action based on those results. The data comes from a tex