CERTIFICATE AND DEFAULT APPLICATION LOSTED!

I formatted my phone memory, and the default application such as EMAIL inside message menu and CALCULATOR inside organizer menu got removed. Apart from that, all my Java trusted certificate such as VERISIGN, THAWTE....... that are stored inside the authority certificate of the phone security settings got removed also. The painful part of it is that, I need this certificate for application signing. Pls, how can I recover the certificate and the default application?

Check this thread, I have the same problem and I hope the hints here help: http://discussions.apple.com/thread.jspa?messageID=5981050#5981050

Similar Messages

  • Files not supported and default applications?

    i have an imac G5 that is running Mac osx 10.4.11 my cousin gave it to me and it has a lot of files that seemingly don't work like the icon has a big red circle with a line through it and when i click it i get a popup saying ''you cannot open this application because it is not supported on this system im thinking of going down to the apple store and buying like whatever the newest os thingy is but will that work cuz i dont wanna spend money on something that wont help Plus i have some programs that when i open it its like ''there is no default application to open starcraft.exe any help? thanks

    An .exe application is for Windows so you can't use it on a Mac. Have you got the install discs? If so, try running Disk Utility from it and also, repair permissions in Disk Utility on the computer before you use the install disc. The best thing would be for you to perform an Archive and Install to clean things up.
    Let us know how you make out,

  • File extention and default application

    When i open a .doc file it's open the wrong application. How can i set the default application i want to open.
    thanks

    Click the file, click File>Get Info, then under "Open With", select the app you want .doc files to open with, and click "Change All".
    Good luck!
    P.S. Welcome to Discussions!
    Message was edited by: joshz

  • Windows 8.1 - Sysprep, CopyProfile and Default Applications

    Hello,
    I'm absolutely at the end of my rope with this one.
    My organization wants to deploy Windows 8.1 Professional to a small but not insignificant number of workstations. Due to a host of reasons beyond my control, higher ups have decided UAC needs to be off. I've got 8.1 Pro x64 installed on a Hyper-V VM, and
    I'm in audit mode working on creating an image.
    I remove all of the metro apps (do not work with UAC off), but the Photos app remains. Fine. So while in Audit Mode, I set the default image viewer to Windows Picture Viewer. I then customize the start screen, finish configurations and sysprep the computer
    with the sysprep file below.
    Once the process completes, the sysprep is successful and the machine reboots.
    Much to my dismay, it seems as though the CopyProfile doesn't work. The start screen reverts back to default with just 3 items (Metro IE, Explorer and Desktop) and that freaking stupid annoying unruly Photos app is the default picture viewer again.
    Please help! I've spent 3 weeks on technet and Google and just can't find anything.
    Thank you!
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="specialize">
    <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
    <Order>1</Order>
    <Path>net user administrator /active:yes</Path>
    </RunSynchronousCommand>
    </RunSynchronous>
    </component>
    <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipAutoActivation>true</SkipAutoActivation>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <CopyProfile>true</CopyProfile>
    <RegisteredOrganization></RegisteredOrganization>
    <RegisteredOwner>Windows User</RegisteredOwner>
    <TimeZone>Pacific Standard Time</TimeZone>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>en-us</InputLocale>
    <SystemLocale>en-us</SystemLocale>
    <UILanguage>en-us</UILanguage>
    <UserLocale>en-us</UserLocale>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AutoLogon>
    <Password>
    <Value>ADMIN PASSWORD</Value>
    <PlainText>false</PlainText>
    </Password>
    <Enabled>true</Enabled>
    <LogonCount>5</LogonCount>
    <Username>Administrator</Username>
    </AutoLogon>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Work</NetworkLocation>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideLocalAccountScreen>true</HideLocalAccountScreen>
    <ProtectYourPC>1</ProtectYourPC>
    </OOBE>
    <UserAccounts>
    <AdministratorPassword>
    <Value>ADMIN PASSWORD</Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>ADMIN PASSWORD</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>Local Administrator</Description>
    <DisplayName>Administrator</DisplayName>
    <Group>Administrators</Group>
    <Name>Administrator</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <RegisteredOrganization>MY ORGANIZATION</RegisteredOrganization>
    <RegisteredOwner>MY ORGANIZATION</RegisteredOwner>
    <TimeZone>Pacific Standard Time</TimeZone>
    </component>
    </settings>
    <settings pass="generalize">
    <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipRearm>1</SkipRearm>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim://wimimage.wim" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    After changing my search approach, I found a bit of a work around. Even though the CopyProfile doesn't seem to be working, I was able to eliminate the biggest problems by deleting the below registry keys, which removes Photos as the default App for pictures.
    reg delete HKCR\Microsoft.PhotoManager.imagetype /f
    reg delete HKCR\Microsoft.PhotoManager.panotype /f
    reg delete HKCR\Microsoft.PhotoManager.videotype /f
    That did it. Sure enough, all major picture filetypes now default to Picture Viewer.
    As for the metro IE icon that's created in the start screen for all new users, I created this batch file:
    :: Create Reg Entries
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /f
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v "WIN-81FIX" /t REG_SZ /d "C:\Windows\deploy\WIN-81FIX.bat" /f
    start /wait reg load HKU\temphive "C:\Users\default\ntuser.dat"
    reg add HKU\temphive\Software\Microsoft\Windows\CurrentVersion\Run /f
    reg add HKU\temphive\Software\Microsoft\Windows\CurrentVersion\Run /v "WIN-81FIX" /t REG_SZ /d "C:\Windows\deploy\WIN-81FIX.bat" /f
    start /wait reg unload hku\temphive
    :: Create Batch File
    Echo IF EXIST "%userprofile%\appdata\Roaming\Microsoft\Windows\Start Menu\Programs\Internet Explorer.lnk" ( > "C:\Windows\deploy\WIN-81FIX.bat"
    Echo del /q /f "%userprofile%\appdata\Roaming\Microsoft\Windows\Start Menu\Programs\Internet Explorer.lnk" ) >> "C:\Windows\deploy\WIN-81FIX.bat"
    Echo reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v WIN-81FIX /f >> "C:\Windows\deploy\WIN-81FIX.bat"
    Echo shutdown -r -t 0 -f >> "C:\Windows\deploy\TDS-81FIX.bat"
    This creates a batch file for each user that deletes the metro IE shortcut in that users profile, then restarts the computer.
    Bit of a flimsy work around, but does the trick.

  • Opening file in default application

    I know how to upload the file from client to DB, how to download file from DB to client using WebUtil in Forms 9i.
    But I don't know how to achiewe the following funcionality:
    When I click the button in form the file is downloadad automaticly from DB to client and default application (Win Word for .DOC, AcrobatReader for .DBF...) is opened with opened file inside.
    Where can I find some useful example ?
    Thank and regards
    Sašo Celarc

    Hi,
    after downloaded the file to the client, you can use the client_host command to start the application and open the file.
    Rainer

  • Hi,lost some of my iPad default application such as safari,camera,iTunes.how can i fix them. I didnt delete  them is gone by themself and i am not able to download it from apple store

    Hi,
    I lost some of my iPad default application such as safari,camera,iTunes.how can i fix them? I didnt delete  them is gone by them self and I am not able to download it from apple store or find them in any other like iTunes.
    Thank you

    Hi,thank you for your reply
    But i forgot my passcode to restriction around 6 months and i lost this 3 application just 1 week a go do you think is related to restriction, other wise i dont have passcode could you help me on it? Thanks againe

  • PDF opens in browser and not default application

    When i click on a pdf file in a document library, it opens in the same web page instead of Adobe reader. I've set the feature of open documents in default application but in vain.
    Any thoughts?
    Thanks a lot in advance

    Hi,
    From your description, I know you want to open SharePoint 2013 PDF files with default application.
    You could re-install your Adobe Reader, and then test this issue. Also, you can have test in another computer with Adobe Reader.
    If this issue is still exist, please refer to this article:
    https://social.technet.microsoft.com/Forums/lync/en-US/b6df4273-4769-4179-a831-ae5504b28f35/opening-pdfs-in-acrobat-9-pro-from-sharepoint-2013.
    Best Regards
    Vincent Han
    TechNet Community Support

  • I accidentally deleted an Application on my iphone 5 and with it lost important files. How do i get back these files. The last iphone backup sync was after this so I cant even access an older back up as I cannot find them. How do I get back my Lost files.

    I accidentally deleted an Application on my iphone 5 and with it lost important files. How do i get back these files. The last iphone backup sync was after this so I cant even access an older back up as I cannot find them. How do I get back my Lost files.

    On your iMac launch iTunes and at the top next to the Apple symbol click iTunes > Preferences > Devices and tell me what you see. You last sync should be there showing only a device name. If you have an older backup it will be there as well the difference is it will be the device name with a date and time stamp. Sync and backups are two different things and there is a chance iTunes made a backup the first time you hooked up your iPhone 5. 

  • 5.0.1 Firefox, application froze then crashed. Restarted it, but no 'restore session' and i've lost all my tabs. Help please?!?!

    Can anyone help please?
    5.0.1 Firefox, application froze then crashed. Restarted it, but no 'restore session' and i've lost all my tabs. Help please?!?!
    Done config:restoresession, and nothing.

    There shouldn't be any numbered sessionstore-##.js in the Firefox Profile Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    The presence of such files usually indicates that that was a problem with accessing the main sessionstore.js file that prevented Firefox from renaming the temp file with the number.<br />
    In this case you may be lucky that the file with the highest number may have that session.<br />
    You can try to rename the file sessionstore-3.js to sessionstore.js to see if that brings back the lost tabs.
    If you use the Time Machine then you can try to restore a copy of sessionstore.js from around the time that you lost that session.

  • IIS Issue:when trying to download code from AWS S3 and deploy in IIS server using Power Shell script while Windows startup Default Application pool is not started.

    Hi,
    I am trying to launch Amazon EC2 windows server 2008 R2 instance using AWS Auto Scaling feature. I have used cusmized AMI in Autoscaling Launch configuration to launch an instance.I have placed Power Shell script in AMI. 
    The responsibility of script is to download code from AWS S3 and deploy in IIS server while windows startup first time.
    When i check status, IIS is started succesfully. But default Application pool is not started.
    To resolve this issue i have written one scheduled script. It helps to start the application pool if any application pool is in stopped state.
    After this Application pool is started but i am not able to communicate with IIS server through browser.  
    Please help any one to resolve this issue.
    Thanks in advance

    Hi Vchreddy,
    For the IIS issue, we recommend you can post in IIS forum for more effective support:
    http://forums.iis.net/
    Thanks for your understanding.

  • Default Application for .cbr and .rar Files

    Okay, I know to change the default application used for opening a file you click on "Get Info", and then "Change All". A couple of weeks ago, the default for .rar files was UnRarX, and the default for .cbr was Jomic. I used Onyx to do some clean-up (repair permissions, etc), and the default program changed. Now whenever I change the default program for either .rar or .cbr, the other changes as well. I know that a cbr is technically a rar file, just for comic books, which is why I need it to open in a different program, I can't figure out how I got it to work before, can anyone help?

    Julia,
    Try Resetting Launch Services, by Dr. Smoke.
    ;~)

  • Cannot make firefox and acrobat default applications

    Help please. I have tried everything I know to force my MBP to use Acobat and Firefox as the default applications for web and PDF, but to no avail, after I shutdown and restart, all reverts to safari and preview. I tried to change the application in "get info", I tried "default apps", nothing seems to work. Is this a problem with leopard or my MBP?
    Thanks

    HI,
    Try repairing disk permissions and then do the Get Info window.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select FirstAid, then click: Repair Disk Permissions. Quit DU when it's finished and reboot.
    Opening PDF files within Firefox
    Carolyn

  • I can't open documents **.aspx. I get a message saying there is no default application specified to open and no opportunity to set an application!!

    I download a lot of medical documents. I use a Macpro laptop. However, when I go to a BWC website I have to download/open documents with an .aspx that I get a message on: There is ho default application specified to open the document DocumentView.aspx. They then just sit in the downloads list.
    When I use Safari they open find and allow conversion to Adobe.
    Now, when I use my desktop with Firefox they do open...

    amir002001 wrote:
    sorry meant softonic goole it
    I assume that you meant Google this time, is your spellchecker not working?
    Softonic has been caught 'adding' to the downloads, it's a malware delivery system.
    Do not recommend it to posters (and please try to get the names correct)

  • How to set Pages and Numbers to become default applications for attachment?

    I installed Leopard and have just installed iWork.
    I started noticing that the applications of .doc and .xls that come in file attachments in my mail do not use Pages and Numbers as their default application.
    .doc uses TextEdit
    I copied the file to the desktop, changed the default app to Pages, but it still doesn't work. All new mails with .doc still uses TextEdit as default app.
    How to change this?

    parkview84capt wrote:
    With the Lion update, microsoft office 2004 is no longer available to open my word and excel documents. I can open them with pages and numbers when I click "open with" but how do I set pages and numbers to be my default to open these documents. Thanks
    Use the info pane. command-i
    always open with,  set default

  • Pages somehow vanished off my computer. When trying to open a Pages document it says, "no default application" Any ideas where it went and how can I get it back?

    The Pages program seems to have vanished off my computer. I can't open any of my Pages documents. It says " no default application" I've tried to search ffor it and there's nothing. Is there an advanced search I could try or some other thing I can do to find it? Thanks for any help.

    Hi msmuffy,
    You can re-download it from the App Store: Open the App Store and make sure you are signed on with the Apple ID you used to purchase Pages originally. Click on the Purchases tab at the top of the screen. You should see Pages listed. If it says "Download" next to it, then you can re-download it. If it says "Installed" it means that it is somewhere on the Mac, so go to the Finder and do a Search from there.
    Cheers,
    GB

Maybe you are looking for

  • Fields missing in KM upload form

    Hi, the problem of today is that I can not upload files in KM. The form to upload it is incomplete because there are no fields "Name", "Description" and "File". I try too import the package with the files, but in "Pending Imports", "Running Imports"

  • Remove Header and footer from Word Docs

    Is it possible to remove the header/footer from Word docs? The html output from ctx_doc.markup gets the header/footer and (specialy)page numbers all messed up. []'s thanks

  • Gcc version on intel Mac Tiger OS

    Hello. when I install the oracle 10 over OS intel tiger the c*c++ check phase return error and I pass this error and the manager doesn't install only the db. It is a big problem? thanks.

  • Acrobat 9 Preflight Droplet Missing Overview Info from Results

    When I open a PDF with Acrobat 9 and run a preflight on it there is an "Overview" displayed in the results. Within this Overview section there is Pages > Page:1 > Page Information and here I can get page size (i.e. Media Box) information. However, wh

  • Lightroom (ACR 4) color management problems

    Lightroom (or ACR 4) has some color management problems. When I develop a DNG into Photoshop (sRGB) everything looks great. Then I proof colors for the web (monitor RGB) the reds become oversaturated. I don't see this problem when I develop the same