IBN live app download link for C6-01?

Anyone from INDIA who can give of a download link for IBNlive mobile app link? It had been installed by default and I accidentally removed it. Visiting Nokia store does not have this app anymore. I did visit m.IBNlive.com/app . This directs me to Nokia store which in turn states the app is currently not available. The problem seems to be with belle. It is wellknown that the said app works well with belle, but it has been removed from store for belle. If you select Anna as your OS it available download. Can Anyone provide me an external link for this app?
In Love With My C6-01:Now running on Nokia Belle!
Solved!
Go to Solution.

Upon N8 Belle it only works in "Portrait mode" and you have to longpress upon Menu key to reveal open applications to close as "Exit" button doesn't work, which maybe sufficient reason to warrant not being made available to Symbian Belle devices!
Happy to have helped forum with a Support Ratio = 42.5

Similar Messages

  • Alternative Download Links For Creative Live! Central 3

    Below are three alternative download links for the Creative Live! Central 3 software released on 4 February 2014.
    The file name is LC3_PCAPP_L17_3_01_28.exe
    The links are here:
    Link 1
    Link 2
    Link 3

    I was trying everything I could think of on my end to download the InDesign trial from this link:
    http://prodesigntools.com/trials2/AdobeProducts/IDSN/8/win32/InDesign_8_LS16.exe
    I must have tried it a hundred times using every browser, download manager, login, logout, whatever.  At one point the server sent me a 1.2 MB file that was corrupt, but on all other attempts it just errored out.  The current response entity is:
    Access Denied
    You don't have permission to access "http://trials2.adobe.com/AdobeProducts/IDSN/8/win32/InDesign_8_LS16.exe?" on this server.
    Reference #18.6daeacd.1343153129.1c78627
    When I switched to the 7zip file and after many more attempts it finally downloaded.  The exe link never worked.
    I don't know if this is a security thing or a failed server but it is not a good way to distribute software either way.

  • HT5444 why does finding the download link for mavericks have to be a scavenger hunt. why can't they simply have a downloads tab like any normal site. I love MAC, BUT WHO EVER IS MAKING THE WEB SITE IS A CREEP.

    can sombody tell me where to find the download link for the mavericks upgrade?

    Odd.... I read complaints ALL THE TIME that it's in the way of everything...
    Its in the App Store. (Mac HD/Applications/AppStore)
    Right on the front page. CAN'T MISS IT.

  • Download link for CS 6

    I'm a creative cloud member and I need to remove CS 6 from an XP machine and re-install on a Win 7 virtual box (running XP). Where do I find a download link for CS 6? I have to have CS 6 with XP so I can print to my ancient imagesetter using appletalk and postscript level 2.

    I have the CC apps installed in win 7 64 bit and I found what your blog said to do. Idon't want to install on the win 7 ; but, I need to install in the virtual box (XP) which is like a separate computer. Your link won't let me do the install to the XP virtual box as I don't have the app manager in XP. I'm downloading CS 6 design Standard from Download CS6 products in the virtual box (XP0. Hopefully, I can install & sign-in.

  • Is there a downloadable link for the previous version of iWork?

    My hard drive failed and I lost the previous version of iWork. I can't download pages etc now because I am running 10.7.4.
    When I go to purchases then try to download pages it requires 10.9.
    - I am living in the middle of nowhere and I have a very bad unreliable internet connection and I am worried about the risk of corruption if I upgrade to mavericks and that some of my other apps will no longer work.
    - I don't have a time machine back up of apps
    - I don't have it on another computer
    Could you point me in the direction of a downloadable link for the previous verision.. It has to be there somewhere!
    Help!

    Go to the Mac App Store main page, click on Support under Quick Links, contact Apple, and see what they say.
    (103020)

  • Re: Problem providing download link for BLOB data in apex report

    Hi Don,
    Your solution below worked but in the download option i only see save but not open for PDf file in the blob. Please let me know if you have any suggestion to achieve it
    Thanks
    Jo
    Problem providing download link for BLOB data in apex report 
    591953 Nov 19, 2008 1:55 PM (in response to 660436)
    Currently Being Moderated
    Good morning,
    Here is how I have solved this problem.
    1. The select statement in the sql for the report should not include the BLOB column. I decided to select only 2 columns, the column that has the key and the column with the filename.
    2. On the first column ( the primary key ) I put in the format statement that was simply DOWNLOAD:TABLENAME:BLOB_COLUMN:PRIMARY_KEY
    This works. I believe that the Oracle error I was getting was because I was trying to apply this format statement to the actual BLOB column.
    So, it appears that you can use any of the columns in the report to hold the DOWNLOAD format statement since in the format statement, you are defining the BLOB table, BLOB column and the primary key into that column.
    Hope this helps,
    Don.

    Branched out from a years old thread.
    user3003326 Don't post to old threads, please.

  • Problem providing download link for BLOB data in apex report

    Hi,
    I am trying to create a report on a table with BLOB data so that the report displays a "download" link for the BLOB data. I am trying to give users the ability to download files from a website.
    I have been following the instructions in OBE "Defining and Viewing BLOB Data in Oracle Application Express 3.1".
    In the report, for the BLOB column, I have specified values for the following fields in Report Attributes->Column Formatting->Number/Date Format->BLOB Download Format Mask:
    BLOB Table
    BLOB Column
    Primary Key Column 1
    MIME Type Column
    Filename Column
    BLOB Last Updated Column
    However, when I run the report, I get the following error, even thought there is data loaded into the table:
    report error:
    ORA-01403: no data found
    When I remove the BLOB Download Format Mask information for the BLOB column, then the data displays in the report, but without the "download" link for the BLOB data (which is expected):
    E.g.
    Title Author Created BLOB_CONTENT
    Siebel & RAC Best Practices     Erik.Peterson     17-SEP-08     [datatype]
    Siebel Grid Case Studies     Mark.MacDonald     17-SEP-08     [datatype]
    Siebel CRM Applications protected by Oracle Clusterware     Kelly.Tan     17-SEP-08 [datatype]
    Oracle Grid: The Optimal Platform for Siebel Solutions Mark.MacDonald 17-SEP-08     [datatype]
    Any ideas why I'm seeing the ORA_01403 when I specify the BLOB Download Format Mask?
    Edited by: user716599 on Sep 18, 2008 12:31 AM

    Good morning,
    Here is how I have solved this problem.
    1. The select statement in the sql for the report should not include the BLOB column. I decided to select only 2 columns, the column that has the key and the column with the filename.
    2. On the first column ( the primary key ) I put in the format statement that was simply DOWNLOAD:TABLENAME:BLOB_COLUMN:PRIMARY_KEY
    This works. I believe that the Oracle error I was getting was because I was trying to apply this format statement to the actual BLOB column.
    So, it appears that you can use any of the columns in the report to hold the DOWNLOAD format statement since in the format statement, you are defining the BLOB table, BLOB column and the primary key into that column.
    Hope this helps,
    Don.

  • Problem with download link for a BLOB Column in a "Classic report"

    I am having a problem where I cannot make a download link for a blob column function in a "classic" (non-interactive) report. I went through the tutorial on this topic and it was great help it working out the minor bugs, but I get a 404 error (apex_util.get_BLOB not found). For testing purposes I went ahead and created a an identical report on the same page that is an "Interactive report" and it works like a charm. Same query, same BLOB formatting Mask, pulling data from the same table. So, it really doesn't seem like an issue with the grants, since both reports should be executing as the same user.
    I know it sounds like the obvious answer is to just go with the interactive report and my problem is solved, but the rest of this site uses classic reports, and I don't need the sort features of an interactive report, and the slightly different style of the the report really stands out even if I turn off all the bells and whistles. I don't want to change the css to make them look identical, I just want a regular report to work.

    I eventually found another post: APEX_UTIL.GET_BLOB was not found on this server
    In this post there is the suggestion of putting "dbms_lob.getlength("var")" after the date field in your select. So I changed my query to have it at the end, and now my format mask (DOWNLOAD:table_name:ATTACHED_FILE:FILE_ID::FILE_MIME_TYPE:FILE_NAME:::attachment:Download) works like a charm, in a classic report.

  • Funtional download link for Creative Suite Standard CS6 Mac Os

    Please provide me with a function download linke for Creative Suite Design Standard 6. The provided download link from this site https://helpx.adobe.com/de/x-productkb/policy-pricing/cs6-product-downloads.html does not work. I always get a "permission denied" error when I try to download the install file for mac.

    You don't have permission to access "http://trials2.adobe.com/AdobeProducts/DSGN/CS6/osx10/DesignStandard_CS6_LS16.dmg?" on this server.
    Reference #18.a7d81002.1425211646.439bcb13
    Unfortunately the same thing

  • Need download link for Adobe Acrobat X pro for mac

    Need download link for Adobe Acrobat X pro for mac

    You can download some of the older versions of Adobe software directly from the Adobe website. See the following links for details.
    Accessible from these pages:
    Download and installation help
    Adobe Downloads - other downloads
    Downloads available:
    CS6 | CS5.5 | CS4 | CS3
    Acrobat XI, X | 9,8
    Premiere Elements 11, 10
    Photoshop Elements 11, 10

  • Where can I find the download link for Acrobat Standard v. 8.1 ?

    where can I find the download link for Acrobat Standard v. 8.1 ?
    Thanks

    See if anything in here helps: https://helpx.adobe.com/creative-suite/kb/find-download-link.html

  • Where can I find the download link for Adobe Acrobat Installer DC? We bought the product as a program and not as a subscription. Thanks'

    Where can I find the download link for Adobe Acrobat Installer DC? We bought the product as a program and not as a subscription. Thanks'

    I forgot to get back to you. Thank you very much for your prompt reply.
    Your suggestion helped!
    Pamela Oettel
    *Oh by the way, referrals to your friends are the heart of my business! If
    you know of someone who is buying or selling a home, please give me a call.*
    cell: 510-703-8636
    [email protected] <[email protected]>
    Hablo espanol tambien
    *Check out my Latest Facebook Post
    <https://www.facebook.com/pameastbayrealtor>*
    *Check out *What They Say About Me
    <http://www.zillow.com/profile/Pamela-Oettel/Reviews/?my=y>
    *BHG Mason McDuffie *
    2095 Rose Street, Suite 100, Berkeley, CA 94709
    BRE Lic No. 01761212
    On Tue, May 27, 2014 at 2:29 AM, GautamBahl <[email protected]>

  • Where can I find the download link for Photoshop Elements 6 for Macintosh?

    Hard disk crashed, need to reinstall all software including Photoshop Elements 6 for Mac.  The download link has been removed from Adobe site and support is saying I have to purchase a new license.  I already have a licensed version of this product and this version is sufficient for my needs.  Where can I find the download link? 

    Hi jsachen
    I don't think Download Link for Photoshop Elements 6 is available.
    The download links are available from Photoshop Elements 7
    Download Photoshop Elements products | 9, 8, 7

  • Download link for only some rows

    Hi,
    I have 2 tables. One contains records for products, and the other contains images for only some of the products. The images have been uploaded through the application and therefore are in a 'upload_data' table.
    The tables are linked by product_id.
    I would like to display a report that shows all the column from the products table and a download link for only those products that have an image.
    So far the query only returns those rows that have an image.
    Thanks
    Edited by: user12970007 on 20-Apr-2010 17:59

    What does this query look like?

  • Need download link for Adobe X Standard

    I purchased scanner which came with Adobe Acrobat X Standard on DVD.  I have no DVD player - need download link.  Thanks

    Direct Download Links for Adobe Software
    Mylenium

Maybe you are looking for

  • My iPhone5 no longer detects my HP OfficeJet Pro 8600 Pro ePrinter after I updated to IOS7

    My iPhone5 no longer detects my HP OfficeJet Pro 8600 Pro ePrinter after I updated to IOS7. Is anyone else experiencing this? I was able to print from my iPhone up until I updated to IOS7.  Is there a fix for this?  Thanks!

  • How do i put firefox on a flash drive

    How do i put fire fox on a flash drive so that i can install it on a PC that has a corrupted IE

  • SO Close Issue

    Hi SAP Gurus... While i am trying to close SO i am getting the below error.. Subsequent function 'Purchase requisition from sales document' not possible due to a credit block How do go for this... Thanks Shri

  • DBA_SA_LABELS QUERY

    Hi, Can someone explain why when I do a select * from dba_sa_labels; that I get data to return but when I do almost the same query with a where clause it returns 'no rows selected' using some information generated by the first query. select label_tag

  • Duplicate and unknown places?

    Who can I fix this? I'm using iPhoto 8.1.1 (419) When I select "view places as a list or on a map" (bottom button with 4 gray squares), I'm presented with four areas for Country/State/City/Location. Under one For United States/Utah/Bryce Canyon there