App TRK

I'm trying to install the application TRK to be able to install N-Gage games. But when i try, i get the message "Unable to install. Component is built-in." I've been looking for the app everywhere in my phone, trying to find it but it's just not there.
The thing is i have had it, but i lost everything in my phone (including games and TRK) and i now try to re-install the games. First time i downloaded the app TRK i had no problem.
What can i do about this? How can i get my games back?
Thanks!

25-Nov-2008 04:28 PM
_alix_ wrote:
I'm trying to install the application TRK to be able to install N-Gage games. But when i try, i get the message "Unable to install. Component is built-in." I've been looking for the app everywhere in my phone, trying to find it but it's just not there.
The thing is i have had it, but i lost everything in my phone (including games and TRK) and i now try to re-install the games. First time i downloaded the app TRK i had no problem.
What can i do about this? How can i get my games back?
Thanks!
Can I know how have you lost everything including the TRK in your phone? Have you hard reset it?

Similar Messages

  • Deploying Qt 4.7 app for Symbian to N8 - Bollucks

    I'm a bit aggravated, I'll try to take this step by step
    I wrote an app.  A Qt Mobile 4.7.1 based app.  I got it signed and certed for some N8 phone testing, but have yet to test it on a real phone.  The problem begins here, so let's start at the beginning:
    I was using the Qt Creator stock download, but at the suggestion of this article: http://labs.qt.nokia.com/2010/10/18/qt-4-7-for-symbian3-developer-version-available/, I am now using the open-source version of Qt Creator for the Windows platform.  It's nicer, at least so far.
    Things I'm angry about 1:  I use a Mac; Macs are awesome (laptop). The Mac Qt Creator "Qt Simulator" crashes every time I run the app.  From what I read, this has something to do with a fight over video card memory.  I also use VMWare.  VMWare only recognizes the N8 phone as a camera, but fails to go past that.  Bollucks.  
    I proceed to write my app.  I run the "Qt Simulator", and my app (eventually) works.  
    Things I'm angry about 2:  I love Android.  I love the blogs about it (not the documentation), I love it's native kinetic scrolling and pinch-zoom; but mostly, I love it's get-up-and-go attitude.  Droid really does Do.  When I Google questions regarding Qt, I get blog posts from 2005!  If I hadn't discovered Qt Labs, I would be angrier.  
    My app now needs to be phone tested.  I want to see it working on a phone, damn it.  I give the Mac SDK another chance, - I'm tired of coding in VMWare.
    Things I'm angry about 3:  Unless I'm mistaken, you can't deploy an app to an N8 from the Mac Qt Creator SDK.  Why can't I find any documentation on this?  Why is there an SDK if if doesn't work and doesn't deploy?  Beta or not, bollucks.
    I am home for the holidays, and now using my parent's laptop (dear God, let Windows die).  I install all the necessary components, and plug the N8 in.  It installs everything itself (really!  happy happy joy joy), and all the Ovi junk it needs to.  I follow one of the many (kidding) tutorials about installing TRK, Qt, and Qt Mobility to the N8; these allow me to deploy code ot the phone (this should just be installed already, Nokia...hint hint) TRK installs fine.  Qt Mobility installs fine.  Qt does not. I get that PIPS error.   I realize (or at least I think I realize) that the N8 comes with Qt 4.6.something.  My realization doesn't help me get the app working.
    I try to install a stock Qt Creator app (a very ugly, but use-case TreeView based app).  It works.  Great.  Let's try mine.  I get about 5 bazillion errors.   I then followed the link (way up top) tutorial, but now I'm just getting missing file errors and out-of-memory errors (the former due to a probable directory placement issue).  
    Where I'm going with this:  Why can't I install my app to the damned phone?!  Why is documentation so scattered around?  Oh, the humanity.  (ok, that was mostly for dramatic effect).

    It is not a matter of uninstalling. It is a matter of Nokia getting it right! See Posts #3 and #4. Qt 4.7.2 is the only Qt I know that will not crash my apps.
    And Qt 4.6.3 certificates have already expired and some component dependecies that installed in Qt 4.7.2 cannot be overwritten by Qt 4.6.3.
    So do I say, I get rid of these apps? I don't think any sane person would kill essentials apps and downgrade to a Qt version that is old and not usable for their purpose. 
    Hence, your solution to uninstall/overwrite is kind of insane. Do you want to uninstall/overwrite everytime you need to install something? Or do you want Nokia to push a Smart Installer that will work with their latest versions of Qt that they have been pushing?
    If Nokia wants to live, they need to get Qt right.
    So please... since they are pushing Qt out to these 3rd party developers, and more and more Qt apps are showing up at the Ovi Store, they have to make sure their support system, including Smart Installer that does all the installation is 100% fool proof, not 100% fools!
    Thanks for your comments and suggestions. They don't work but kudos for trying. The solution is not to have a temporary "mickey mouse" solution but a correct one from Nokia!
    chanchan05 wrote:
    Sorry. Didn't see that part. Anyway, even if you can't uninstall it, I don't see why you cant try overwriting it. Install it again.

  • Captivate 5.5 to Android and/or iPhone App

    Can someone please tell me of any tutorials about how to get an App to Android/iPhone via Captivate 5.5? I don't know the first thing about apps, at the moment, but often use Captivate to make nice applications etc. I would essentially like to know how can I design something in Captivate and then transform it into an app which I can then advertise as such for Android/iPhone users to download.
    Your help is much appreciated!
    Paul.

    By coincidence I just saw a post on this in the LinkedIn Captivate forum:
    http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers=&discussionID=59420012&gid=683 507&readyToAnswer=true&trk=disc_comment
    Michael Hinze has started a discussion: Deploying Captivate demos on Android Devices
    "After the recent discussion about converting Captivate demos to iPad/iPhone apps, I wondered if it is possible to deploy Captivate demos on Android devices as well. Android-powered phones and tablets are rapidly becoming more popular. After some research and testing, I succeeded in installing a Captivate demo on my Samsung Galaxy II Android phone. The conversion process is not very intuitive and required the use of Adobe’s AIR application (included with Flash CS5 and 5.5), but does allow you to convert a Captivate file to an Android app. The basic steps of the conversion are as follows: 1. Publish your Captivate project as a .swf file 2. Create a self-signed certificate (the easiest way to do this is through the AIR for Android settings screen in Flash CS 5.5) 3. Create the required XML-based manifest file that includes application description and permissions 4. From a command line, run the ‘adt’ command (see Flash CS5 help files for details) to compile the swf file into an Android app (.apk) 5. From a command line, run the ‘adb’ command (see Flash CS5 help files for details) to install the app package on your Android device. This is yet another option to re-use Captivate demos!"

  • My phone wont let me download apps

    I tried updating apps on my iphone. When I click update all it acts like it's going to download. Then it tells me there's an error. I put in my billing information but it still won't download them. I don't know what to do.

    What is the error?

  • Looking for Daily Calendar At-a-Glance App

    I'd love to find an app that will post an alert to my iPhone each morning listing out my day's calendar events. Anyone know of one? For what it's worth, I have 4 active calendars in Calendar app.

    I don't know of any apps like the one you want; however, there is probably something out there that will do the job. I did want to suggest Google Calendar, which will send you email and SMS reminders about events and things you have put on your calendar. You might already be aware of this, so if you are, just disregard. I just wanted to suggest it in case you weren't aware of it. I use it all the time, and it's very handy. 

  • Use one account for apps and other for itunes match

    Hello everybody
    My question today is quite simple. I use one account for apps and tv shows, but inwant to use a different itunes account for purchasing itunes match. How can I use them both on my devices? Will it be asking for my user-pass each time i play a song? What other thing should i consider?
    Thank you in advance

    I would strongly recommend you not do this.  You will regret it.
    I have played with this issue a lot.  You have to remain signed into match in order for it to show up on your phone. If you sign out to purchase an app or redownload one from your appstore id you use then match will be removed from your phone and when you go into your music app the icloud will not be there.  You then have to go sign back out of the store id you used for your app purchase and then sign back into match and everything will have to go though the download to your device process again.  This really is not what you want to do.
    Sign up to match with the apple id that you know you will use the most or has the most purchased items and use that for all purchases, i.e. books, apps, movies, and music.  You don't want to go though the other process.
    Plus apple will start not letting you sign into match because you signed out and back in, in to short a period of time.
    all store purchases on an iphone are linked to the store id.  if you sign out of your match id on the appstore and sign into another account to purchase an app then itunes match will sign out in the music app.  You can't have two store id's signed into your iphone at the same time.  They are all linked together.

  • Brand new IPOD Touch Apps no longer work after upgrading software

    I got a Ipod touch for my wife Today at Wal-Mart. I brought it home, connected to wifi and downloaded some apps and also payed for some. They all worked fine. Then I connected to computer to transfer songs. It told me to upgrade the Ipod software so i Did. After it restarted none of the downloaded apps work anymore. I have read MANY MANY MANY discussions on this and there is no fix. I am not wiping out all the songs and reload everything all over again. It will take forever. My wifes BD is Friday and this is making me so mad after I just dropped $300 on this thing. APPLE!!! Where is the fix? I deleted the apps and reinstalled they still don't work. Anybody got this figured out? I am getting ready to get my money back and tell everyone to avoid buying ipod until they get this upgrade bug fixed.
    Message was edited by: 2009 IPOD TOUCH

    I have the same problem. Brand new two days ago. I synched the touch with Itunes but wasn't hooked up to the internet at the time so didn't do the software upgrade right away. Then I downloaded about a dozen apps (free and paid) with wifi directly to the touch. They all worked fine. Then I plugged it back in to Itunes and had it upgrade it to 3.1.2. It locked up Itunes several times since then and the downloaded apps no longer work (they start to open then disappear).
    The problem is, no one is listening to this problem (including Anna above)! Everyone says "just do a hard reboot, or restore to factory settings, reload the apps, etc." I've tried all the standard troubleshooting but none of it fixes this. It sure seems to me this is a problem with 3.1.2 but Apple isn't helping out here. Where are you APPLE? Use some of those outrageous profits you're making to fix the problem you have created. Here's $300 of my hard earned dollars pretty much down the drain.
    Message was edited by: IPatronius

  • Download error in (osx) adobe desktop app (corrupted download link).

    Here is a discription of the problem. Please consider that some of the wording might not be correct, as I do have to translate the error message from German into English.
    Using OSX 10.9.2, when clicking inside the adobe desktop app (top of the screen bar) on the tap "apps", the following screen (screenshot) appears, which states, translated from top to bottom:
    download error
    download error. Please contact support.
    (link) contact support
    (link/button) download creative cloud -> This button unfortunatly leads to the following error page "http://www.adobe.com/special/errorpages/404.html"
    All apps, like Bridge, Photoshop, Lightroom, etc. are installed and work just fine. So no problem here. I seem however unable to redownload the desktop app (in order to reinstall). As stated above the provided link inside the desktop app itself is coruppted and within the (online) web-based download centre (user logged in) I am only adviced to use the desktop app. This is a dead end and I do not know what to make of this error, let alone solving it. Please help!

    I am sorry Romsinha but this doesn't really help.
    I already restarted the desktop app and while I am obviously online and connected the problem (error message) remains the same. Information within the "home" tap is recieved/loaded  (little blue spinning wheel) stating that various apps recently have been updated. Yet the same loading wheel within the "apps" tap results in an error. My best guess is that some internal link within the app is corrupted, leading to a source on a server that can not be reached.
    UPDATE
    I clean uninstalled adobe creative cloud as discribed in the article you provided (using the cleaner tool) and even uninstalled the browser plugin. After downloading and reinstalling creative cloud the problem however remains the same. "Apps" tap still shows the same problem. "Home" tap now displays the following:

  • Adobe Cloud App Problems

    Cannot sign into adobe cloud app. Will sign in and then kick me right out. I can on the web but the app will not work. Ive tried uninstalling it and installing it again but still nothing has worked. Any help will be appreciated thank you .

    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    -and 'looping' https://forums.adobe.com/thread/1504792
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • App-V 5 SP1 Creative Cloud Enterprise Illustrator 213:19 Error

    Hello, I'm currently working on creating an App-V 5 sequence for Adobe Creative Cloud Enterprise. Firstly I'm trying to create a sequence for CC Illustrator, however I'm running into what appear to be licensing errors.
    From what I understand in Adobe Create Cloud Enterprise, the licensing restrictions which tie the license to the machine have now been removed so that packages can be created with serial numbers included for deployment and imaging purposes.
    I've created a package for Illustrator using the Creative Cloud Packager and included the serial number and then sequenced this in App-V 5.
    When I deploy this app-v sequence, Illustrator loads but I end up with a 213:19 error. Looking in the amt3.log the full error is
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | error deleting bad mkey:
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | Could not load machine key
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | License store synchronization took 14.6 ms and return "License Store Access Failure: Machine key cannot be deleted (213:19)".
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _time_: (func: ALM_License_SilentValidate, duration: 0.078 sec)
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
    09/24/13 16:58:35:539 | [ERROR] |  |  |  | ALMService |  |  | 5624 | ERROR: License_Check error 213:19. (Errno = 2)
    I've also tried creating a package using a trial licence and then using the adobe_prtk.exe tool to serialize the product at launch with no success.
    I've read the support statemnt at http://helpx.adobe.com/creative-suite/kb/technical-support-boundaries-virtualized-or.html, but would appreciate direction from adobe as to what would be causing the above error.

    Hello, thanks for the reply.
    I have read those articles (multiple times :-)) I've installed the required c++ redistributables on the sequencer and also on the test machines.
    I'm not getting any errors being reported in the App-V eventlogs.
    I initially used the adobe_prtk.exe tool to serialize the app-v application at launch via startprocess in the userconfig file as shown. This runs but it doesn't work around this issue.
    <UserScripts>
          <StartProcess  RunInVirtualEnvironment="true">
            <Path>[{AppVPackageRoot}]\..\Scripts\adobe_prtk.exe</Path>
            <Arguments>--tool=VolumeSerialize --provfile=[{AppVPackageRoot}]\..\Scripts\prov.xml</Arguments>
            <Wait RollbackOnError="true"/>
     <ApplicationId>[{AppVPackageRoot}]\Support Files\Contents\Windows\Illustrator.exe</ApplicationId>
          </StartProcess>
        </UserScripts>
    Following that I read that AAMEE 3.1 removed the (http://blogs.adobe.com/oobe/2012/09/aamee-3-1or-why-puffer-fish-is-a-delicacy.html) machine to license issue
    therefore allowing packages to be created using serial numbers and to be included within build images.
    As I'm packaging Creative Cloud (not CS6), I'm assuming this has been carried into the Creative Cloud Packager for Enterprise which now must be used.
    Any other ideas appreciated.

  • App-V 5 Adobe Creative Cloud (CC) Enterprise Licensing Error 213:19

    Hello, I've posted this on Adobe forums but also posting here to see if anyone else has experienced/overcome this issue.
    I'm attempting to create an App-V 5 sequence for Adobe Creative Cloud Enterprise software, but I appear to be getting licensing errors when launching the App-V sequence.
    From what I understand in Adobe Create Cloud Enterprise, the licensing restrictions which tie the license to the machine have now been removed so that the base packages can be created with serial numbers and can be included within build images etc as opposed
    to creating a trial package and then using a serialization file at install/launch time.
    To start with I've created a package using the Adobe Creative Cloud Packager tool (CCP) for just the Illustrator CC application which includes the serial number. I've  then sequenced this package using App-V 5 SP1.
    When I run this app-v sequence on a test machine , Illustrator loads but I end up with a 213:19 error. Looking in the amt3.log the full error is 
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | error deleting bad mkey:
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | Could not load machine key
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | License store synchronization took 14.6 ms and return "License Store Access Failure: Machine key cannot be deleted (213:19)".
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _time_: (func: ALM_License_SilentValidate, duration: 0.078 sec)
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
    09/24/13 16:58:35:539 | [ERROR] |  |  |  | ALMService |  |  | 5624 | ERROR: License_Check error 213:19. (Errno = 2)
    I've tested out modifying permissions on the following folders within the app-v package under root but this has no effect.
    C:\Program Files\Common Files\Adobe\Adobe PCD\
    C:\ProgramData\Adobe\SLStore
    I've also tried creating a package using a trial licence and then using the adobe_prtk.exe tool to serialize the product at launch (startprocess event in userconfig file) with no success.
    Anyone tried this or have any ideas?

    Hello, thanks for the reply.
    I have read those articles (multiple times :-)) I've installed the required c++ redistributables on the sequencer and also on the test machines.
    I'm not getting any errors being reported in the App-V eventlogs.
    I initially used the adobe_prtk.exe tool to serialize the app-v application at launch via startprocess in the userconfig file as shown. This runs but it doesn't work around this issue.
    <UserScripts>
          <StartProcess  RunInVirtualEnvironment="true">
            <Path>[{AppVPackageRoot}]\..\Scripts\adobe_prtk.exe</Path>
            <Arguments>--tool=VolumeSerialize --provfile=[{AppVPackageRoot}]\..\Scripts\prov.xml</Arguments>
            <Wait RollbackOnError="true"/>
     <ApplicationId>[{AppVPackageRoot}]\Support Files\Contents\Windows\Illustrator.exe</ApplicationId>
          </StartProcess>
        </UserScripts>
    Following that I read that AAMEE 3.1 removed the (http://blogs.adobe.com/oobe/2012/09/aamee-3-1or-why-puffer-fish-is-a-delicacy.html) machine to license issue
    therefore allowing packages to be created using serial numbers and to be included within build images.
    As I'm packaging Creative Cloud (not CS6), I'm assuming this has been carried into the Creative Cloud Packager for Enterprise which now must be used.
    Any other ideas appreciated.

  • Cannot send email from the Mail App?

    I've had an izymail subscription for 1 year and just renewed it last week. I could never send an email from my Mail App without a window popping up stating "izymail cannot connect to the server" and the sending bar (along the bottom of the screen) just freezes and will not send.
    I've a Hotmail account linked up to izymail. Anyone know how to fix this problem?

    I fixed my problem - I deleted my email account on my iPhone, then tried to setup a new account. I had a few problems setting it up. It wouldn't recognize the incoming or outgoing servers and I lost my email altogether for a few hours. Then I changed every setting possible and finally figured out that I had 2-3 "Other SMTP Servers" as well as my "Primary Server". Once I deleted the Other SMTP Servers, my email worked and i'm able to send emails now!
    I also think changing the "Server Port" number helped solve my problem also, and making sure "Use SSL" was turned off.

  • Battery , time , signal strength bar is not getting displayed in home screen , these will be displayed only when i click on any app. Can u let me know the setting change ?

    Battery , time , signal strength bar is not getting displayed in home screen , these will be displayed only when i click on any app. Can u let me know the setting change ?

    Did you check the Zoom setting?
    Have you tried a reset (reboot)? Hold HOME and SLEEP until an Apple logo appears.
    If it isn't Zoom and a reboot doesn't help try Settings/General/Reset - Reset all settings

  • ALL MY DESKTOP APPS CONVERTED TO PDF FILES.

    After sending an urgent email attachment in Adobe PDF to Government Offcom, all my Desktop applications in windows 7 64 bit have been converted to PDF files and cannot be opened.   The attachment used was sent to me by my Secretary remotely using an old MAC.
    I can return my laptop to normal operation by un installing my Adobe Reader 11 app, but the problem returns when I re Download Adobe Reader
    11 again.     After discussing this with Adobe Technical in London they advised me to raise this issue with your Adjudicators in this Forum. 
    Please assist asap as this is very urgent right now for several genuine reasons.
    Many thanks.   Derek Horder.

    See if anything in here helps: https://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html

  • IPhone 6 Voice Memos App Not Working

    I love my new iPhone 6 (with current iOS 8) but one of the standard apps I always use is Voice Memos.  The Voice Memo app launches but does not allow me to record anything.  When I press the red record button, it simply moves back and forth like I've entered a bad password.  To resolve, I've stopped and restarted the application multiple times, restarted my iPhone, etc but nothing seems to work.  Any ideas or suggestions on how to resolve?  Thanks.

    I have several apps that no longer work. I contacted a few of them and only one responded so far to tell me they are working on an upgrade so that it will work with ios4. It seems silly to me that Apple did not make it so your current apps would work with the new software. The upgrade is cool, but there is also no explanation of how some new features work, and having trouble with apps that I have already paid for does not make me very happy. Hopefully the updates don't take too long....

Maybe you are looking for