Can't visit internet for third party applications

I have an unlocked Blackberry 8900, now I am using Chinese Mobile SIM card in China.
Now I am confused that sometimes it can't visit internet (I am using edge data plan of China mobile) with other third party applications (I mean the application is not from RIM, like UC browser, gmail). Most of time these third parrty applications work well, but sometimes, these third party applications can't visit internet via edge, but Blackberry browser is working well. I have to take out battery and reboot the device.
My OS verison is v5.0.0.822, bundle 1385, platform 5.2.0.76
Today I saw below message when application could't not use  edge.
Reason
net.rim.device.api.io.connection
closedException: stream closed.
How can I solve the problem?

Yes - you can do it via Terminal or do as I do - use TRIM Enabler.
Just be aware that each time you update your System software (from 10.8.1 to 10.8.2, for example) you'll have to enable TRIM all over again. Not such a big deal.
Clinton

Similar Messages

  • Progress bar for third party applications

    i invoke the third party application from a java program, maybe using runtime class.
    what are the other ways to do invoke third party applications/programs.
    how do i know how much work the third party application has finished.

    What kind of a third party application is it?

  • Can we make proxies for third party

    hey guys
    i m just a bit confused between adapters and proxies,is it possible to create proxies for any third party system(e.g. Oracle),if not then do proxies come into play only for SAP WAS 6.0 and higher or there is some other place too where we can use proxies?
    thanx
    aamir

    hi,
    There are 2 kinds of proxies.
    1. ABAP
    2. JAVA
    ABAP proxies are used to integrate an SAP system with WAS > 6.20.
    Java proxies are used to integrate XI with a J2EE or J2SE application.
    Take a look at this for java proxies,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab
    Regards,
    Bhavesh

  • WVC54G setup for third party applications and also firmware query.

    I have resurrected someone's old WVC54G and installed it to work initially wirelessly to my netwark and then my Windows 7 64-bit laptop. I did an initial reset, then set up the ip address etc. to the system here, and everything seems to  work even though the viewer and recorder software installer gave a Windows error message.
    I'd like to be able to look at the camera via the VLC viewer application, and I see from another posting here that this should work.  Is there a guide anywhere showing how to do this? Ideally I'd like to understand how to interface the camera so that I can test various third party camera applications.
    Also, the Linksys setup software says the firmware version is V5.10, Feb 21, 2005, which seems a much higher number than it should be. Is this right?

    Try downloading the viewer and recorder utility from the linksys website under the download section which is pretty user friendly.
    To view it in VLC player, you can use the option 'open url' in file menu and type in http://your camera's IP
    The latest FW for wvc54g is ver. 2.11. The version you have mentioned might be software version.

  • Proxy support for third party applications

    Hi all.
    I have seen many posts by users saying that some applications cannot access the internet, while connected to a network with proxy authentication.
    Ultimately, the problem lies in iOS not supporting system-wide proxy settings. We are therefore stuck with applications where the developer has not included their own proxy authentication methods. This is really pathetic in my opinion, seeing as the iPad, although primarily focused on a media and leisure based market, is actually used by a lot of people in the enterprise world.
    There has not been any official announcement by Apple about this issue on other threads, or any announcement as to when support for this will be added. As a university student, I am forced to bring both my MacBook and iPad to campus, simply because I cannot access certain online services, such as DropBox, from my iPad. It actually makes me question what the point in getting the device was in the first place, as my primary intended usage is to eliminate the need for my MacBook to come with me to university.
    I would like Apple to please give any response on this, especially seeing as these devices are bought by many people with the intention of using it on many different networks on the move. Please, don't get me wrong - with the applications that work, and the usage I have with my iPad as is, I really enjoy the device, and it is great in many aspects, but simple functions such as internet access for applications under proxy authentication should be a given feature.
    With that all said, I have not had a chance to update to 4.3.1 yet, and I am not aware if it has been fixed yet or not - the change log says nothing about it though. Has anyone found a solution to this yet? Are some of you also experiencing it?
    MrP.
    EDIT: I notice that in the change log of 4.3.1, it says: "Resolves an issue authenticating with some enterprise web services". Can anyone confirm if this has fixed the issue?
    Message was edited by: Padie

    Yes same here, Ipad and Iphone 4S all iOS 5.1.1 behind a proxy....Safari works but pretty much none of my other Apps. proxy acceptance will be a critical blow in the war for the Enterprise market. I need access to Apps I now rely on and they simply do not work.
    With MS Surface only weeks away once people start using this with 100% success through a proxy, ( not to mention real Office that works with macros and all formatting..Oh and stylus friendly too!) a lot of apple devices may start to gather dust.
    Common Apple, lets move on from Toys and get serious about work too. I am guessing there are a lot of us out there trying to make ipads work at work...help us out!

  • How to clear documents and data for third party applications

    Anyone can help me how to clear the documents and data for apps like facebook , i tried to delete the app and re-install but there is no change , please advise ,
    thank you.

    Manage the data on the device via iTunes.

  • UCCX SQL access for third party application

    We have a requirement from customer to allow read access to UCCX database. This account would be used to query the UCCX database and it will use as a service account for another system.
    Please let me know how create DB account on UCCX.
    UCCX version:7.1
    UCCX database: MSDE

    Here you go:
    Open the command line on your UCCX server and do the following:
    List the available sql instances you can connect to (and their syntax)
    osql -L
    From that list you should see one that looks like:
    SERVERNAME\CRSSQL
    Connect to MSDE using your Windows local admin account (has admin rights in SQL)
    osql -E -S SERVERNAME\CRSSQL
    List the current logins in SQL
    exec sp_helplogins
    go
    Create a user account and grant access to db_cra database:
    use db_cra
    go
    exec sp_addlogin 'username','password'
    go
    exec sp_grantdbaccess 'username'
    go
    exec sp_addrolemember 'db_wallboard_read','username'
    go
    * Sorry, I don't have a 7x system anymore and cannot tell you what the role name is for admin rights.  You could issue the following to get a list of other roles:
    exec sp_helprole
    go
    Enabling Mixed Mode
    Stop the Node Manager
    Open Regedit and navigate to:
    HKLM\Software\Microsoft\Microsoft SQL Server\CRSSQL\MSSQLServer\
    Change LoginMode from 1 to 2
    Start the Node Manager
    *Remember to fix all HRC clients to support mixed mode (this is a manual task).  See here for help on that: https://supportforums.cisco.com/message/3116762

  • How can I set up printing to queues on a Windows 2008 server directly from the iPad apps and not from third-party applications without using AppleTalk or Bonjour?

    We have a Windows 2003/2008 server-based network with a dedicated print server which we would like to be able to print to over Wi-Fi.  How can I set up the printers on the iPad without downloading a third party application such as Print Central or Print N Share?  I want to just click the arrow and "Print" then choose the printer, which doesnt show up.  I want to be able to use the existing TCP/IP-based network that we have to reach these queues, not having to install Bonjour or AppleTalk to reach them.
    Thanks,
    KMQ7

    This would really be the "Holy Grail"   right now.  I think this a feature that every large organization requires. AirPrint works on a small scale, but is not really an enterprise class application.  In addition it uses the Bonjour discovery process which is difficult in a large LAN WAN environment.  For those that would remind me, I am aware of the enhancement link 

  • How can I set a third party application to access my organizations intranet through my organizations network

    how can I set a third party application to access my organizations intranet through my organizations network  . I am using blackberry bold 9700 OS 6

    Hi deepajithesh
    This feature is not available. Applications access the BlackBerry Network using the connection to BIS.
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • ITunes cant sync music. Third party applications can.

    So i posted a discussion ages ago about iTunes not being able to sync my music. I have tried 5 PC's with different Windows OS's and even some Mac Machines. Before iOS7 it worked fine, then the beta was used and it did not work since even having wiped the phone and used the public release.
    Anything that could narrow down the issue would be nice. It just syncs and sits on 'waiting for items to copy' and then just times out. Phone loses the whirling arrows and then iTunes gets stuck in 'Cancelling Sync' which it never does and needs force closing. Same exact issue on all PC's.
    MediaMonkey - Same music, same PC, same cable and same phone... Works fine. All 3800 songs.
    So my question to you all is, why can iTunes no longer sync my music yet third party applications can...? (they use the iTunes mobile device drivers)
    Trying to contact apple when outside of warranty is near impossible without paying. This was broken before my warranty expired but didnt have the time to go down. They also just removed my question for some reason so posting it again.

    ragerber wrote:
    Now that I've read all the documentation,
    Which people normally do before they do something but hey ho off we go
    I see that there is only one copy of backup data saved (for what possible reason????)
    Because the considered view is that you will be keeping regular backups of your computer in general which would keep these 'last backups' that way. Thats what Time Machine on the Mac does.
    So I'm hosed. iTunes not only deleted my apps (presumably an iTunes bug)
    Its not a bug - you deleted the content of the phone presumably.
    but I read on one forum where someone had re-synced and got his apps back.
    Correct, by following the instructions which instruct you to disable automatic synce before restoring to stop the autosync overwriting the last backup.
    I tried that and in the process it automatically deleted my good backup I guess.
    No, you didnt do it correctly, but don't panic. All free Apps can be downloaded again as can all purchased Apps as long as you log in with your original iTunes account. They will all come back just fine.
    This seems really like a really dumb way to do it, Apple.
    Not really - the instructions are quite explicit but reading them after the event or not at all is even dumber.
    Get downloading those Apps again

  • UCCX 9.01 Database Access For a Third Party Application

    Hello Folks,
    I'm starting with Cisco UCCX (and Cisco Collaboration too) soo an old customer ask me for help in develop an Web Application to collect specific data from queues, agents... in the Cisco UCCX, until now everything is OK, no problem. This request was based because our customer has not adapted with the format of the data submitted for monitoring queues and agents presented by UCCX.  When we tried to collect those data from UCCX Server, we seen that UCCX have an internal Database and for collect data from this one is not possible by default by a Third Party Application. For this kind of solution, we'll need our UCCX server connecting directly with external Database (Like SQL, Oracle..) and a specific license is needed (Unified IP IVR or Unified CCX Premium). Then, our Application would collect data from this DB.
    is that right?
    Please feel free to share any suggestion and experience about.
    Best Regards,
    Rodolpho Pereira

    Hi Rodolpho,
    You need a PREMIUM license, in case you wish to integrate to an external DB (SQL, Oracle, etc). This is used in case of reading values from an external DB or writing values to the same using the DB Read and DB write steps.
    From my understanding, your customer needs to have a reporting capability through their third party application. This is generally termed as Wallboard.
    For more information on how to how to configure Wallboard, please check the Administrator guide for UCCX:
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_9_0/configuration/guide/UCCX_BK_U767AC77_00_uccx-admin-guide.pdf
    Basically, the UCCX has a uccxwallboard user whose password can be changed from the UCCX admin page to be used to integrate with the third party software. This user has access to the Real Time Statistics tables on the UCCX and can be used to pull out the necessary data.
    Hope this helps!
    Regards,
    Arundeep

  • Third party application for C7 images

    How can i use a third party application to read the exif data of a C7 image stored on my computer? How to get the suitable third party application in the first place?

    You can access EXIF data upon your C7-00 using Resco Photo Viewer, which is not however what you were asking for.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Integrate 'External non-SAP Purchasing Application' with SAP SD for third party purchasing/ drop shipping?

    What is the best way to integrate 'External non-SAP Purchasing Application' with SAP SD for third party purchasing/ drop shipping?
    Details about expected process Flow.
    Receive PO from customer into SAP > SAP SD creates Sales Order > ?? SAP Integrate with External non-SAP Purchasing Application to trigger purchasing > External non-SAP Purchasing Application creates PO, Ships Material to Customer Ship to address (drop ship), Sends Shipping confirmation (FCR) & Invoices to SAP> ??Receive FCR and Invoice in SAP > ?? Initiate SAP Accounts Payable (Vendor Payments) and Accounts Receivable (Customer Invoice) > ?? Update SAP SD Sales Order with shipping status>
    Questions we need to answer;
      - How to achieve '??' steps from above process.
      - What type of Master Data we will need to configure (Say Materials Item Category, Type etc.)
      - Any standards options to configure SAP SD (Type of Sales Order)
      - We certainly don’t want to trigger SAP MM Purchasing (i.e. PR, PO etc.). How can we bypass it.
      - How to make statistical receipts against sales order line items so that SO status will be updated.
      - How to receive Invoice and FCR from External non-SAP app to trigger AP and AR transactions.
      - Are there any SAP standard configurations/ BAPIs/ BADIs available to achieve this integration.
    Any inputs on above questions are appreciable.
    Anand.

    This question is resolved. We ended up activating purchasing module and used purchasing documents PR/ PO to integrate with third party purchasing system.
    Anand.

  • Third party application is disrupting my ios operating system for my ipad 2 . i believe it's a virus or malware.

    third party application i mistakenly downloaded is disrupting my ios operating system . It is asking me for the serial number to my ipad 2 and to call a 800 number . What should i do ? My Ipad is messaging me to do this to solve the issue. I think it's some kind of virus or malware.

    It's a Safari phishing scam. Just ignore it. Don't click on any links or call any telephone numbers. Quit Safari.

  • Third Party Applications for Frontrow.

    Hi Guys,
    Will Frontrow run RMVB files or MKV's ( For HD stuff and foreign language films ) Will a Mac play an SRT or SAA subtitle file or any other non-DVD subtitle file? Is there a VOB sub equvilent for the Mac?
    Are there any third party applications available for the Mac and Frontrow such as.. www.mymovies.dk for media center? Allowing you to view the DVD cover art, read profiles of the actors in the movies, find other movies in your collection with them starring in, watch trailers of the movies, sort by Genre, year, by whether you have watched it yet or not, by anything you want basically.
    Thanks for your help guys,

    Are there any third party applications available for the Mac and Frontrow...
    Apple has not released a "SDK" for Front Row (Software Development Kit). So, only Apple knows how to tie-in to the Front Row interface. This is a user-to-user forum, so none of us really know, but I doubt Apple will open Front Row for third party developers directly.
    There are other options for media players. You might take a look at .
    Allowing you to view the DVD cover art...
    Standard warning: It's against the Terms of Use of the Apple Discussions to post about ripping DVDs to your hard drive. With that said, the current version of Front Row will play VIDEO_TS folders if they live in your user's "Movies" folder (or there's an alias to their location inside your "Movies" folder). If you include a file called "preview.jpg" inside the VIDEO_TS folder, this image will be used by Front Row as the preview image.
    -Doug

Maybe you are looking for

  • Creating dynamic internal table with deep structure

    Hi all, I need to create an internal table with deep structure dynamically. I've already created tables with method 'create_dynamic_table' but I'm struggling with the deep structure. I would need an internal table with the following structure: DATA:

  • Script to generate awr and e-mail to the user

    Hi , Can someone help me with the script to generate AWR report and e-mail to customer on a daily basis? OS:AIX 6.1 DB:11.2.0.2

  • HT4864 Can't set up iCloud in Outlook 2013

    I have Windows 7 and Outlook 2013. I am unable to set up iCloud account in Outlook. Get error message that default profile is not set in Outlook. The Apple support site for Outlook configuration does NOT address this problem. Please help. I would lik

  • Activating MS Office on windows 8.1

    Hi!Bought HP laptop about a month ago. It has pre-installed office in it(dono which version, guess its-office 365). But when I try to open, it asks me to enter the product activation key. Where do I find the product activation key?Thanks in advance..

  • Help : Parallel query Syntax

    We have this huge table called CIFINV, with about 10 million records. I need to move a bunch of data to another table like below INSERT INTO CIF_VN_TEST( COL1, COL2 ) SELECT REPLACE(DSLTN,'-',''), STRIP_LAST_TOKN( KEY_VAL ) FROM CIFINV A WHERE A.TRAC