UC Browser 8.9
The UC Browser has been updated to version 8.9.
This release incudes the following enhancements and fixes:
Incognito Browsing: For your convenience and privacy, when you activate Incognito Browsing your browsing history will not be recorded while it’s active.
Improved Search Bar: The search bar is now better than ever, with tabbed search engines and a drop-down menu offering your previously search terms as you type your query into the search box. This allows you to quickly switch between different search engines for different content, like between YouTube and IMDB, and get more relevant search suggestions.
Select and Copy: The Select and Copy function has been enhanced, allowing you to see how many characters you are selecting in real time. This can help with sharing content where character limits are an issue, such as on Twitter and when sending an SMS.
Optimized Text Input: Better support for inputting non-English text and for inputting text via Java phones with QWERTY and virtual keypads.
Fixed bugs:
1 The “next” botton no response when find in page on touch phone.
2 Can’t save picture in some cases.
3 Some Web sites open error.(e.g. : m.youtube.com, m.google.com)
4 User Interface problems in night mode.
5 Download list disappeared.
P.S. The Open button on download page doesn’t works in some cases.(We have checked the problem. It is a bug of UC server and will be solved as soon as possible)
Type: Freeware
Author: UC Browser Product Page, Forum
Data Connection Required: Yes
Minimum Java ME profile: MIDP 2.0
Screen Size: All
Touch support: Yes
iDEN Compatible: (tested on i776): No (out of memory error while installing)
Boost CDMA Compatible: (tested on Motorola Rambler): Yes
Supported Boost phones: All CDMA (Incognito, Rambler, Seek, Rant, Mirro, Juno, etc.)
Reported Working On: Motorola Rambler, Motorola Theory
Reported Not Working On: Motorola i776, Sanyo Juno
The app “UC Browser” (441 KB) is ready to download or send to your phone as filename: “UC89”.
Downloading uses paid data. Downloads are for Java ME phones only.
To download and install click here: DOWNLOAD (jad)
Nokia 2700c disconnect every time internet in uc 8.9 .
Plz help
Try changing the phone’s packet data setting:
Setting > connectivity >packet data > packet data conn “when available” That should keep it connected always.
If that doesn’t work turn on Keep-alive in the UC Browser settings.
is that for all files? ive gotten 906 errors on other sites too… can i just fix it like that then upload them somewhere and redownload?
It doesn’t matter which site. Rumkin and the Universal App Loader can fix some 906 errors, the ones caused by spaces in continued lines in the jad file.
I get same error using Rumkin,or if use Jadmaker and sendJad to my phone(I saw no extra lines or spaces using Word or Notepad).I can email you the Jad if you want to look at it.
Rumkin and the Universal Uploader on this site both handle continued lines correctly without extra spaces. Jadmaker does not. If the Rumkin processed file doesn’t work I can’t fix it.
Great I will try this on some non Boostapps apps that didnt work.for me
Thanks Minuet works now.Is it an easy fix cause I get this same error a lot
The problem is occurs when the .jad file has lines that start with a space. I think this is caused by some Java development tool that breaks up long lines in the .jad by inserting a newline and a space every 72 characters.
Most phones can handle the spaces without error but Boost and Sprint phones except for Motorolas can’t. The solution is to edit the .jad file and take the spaces and newlines out of the continued lines so that they are one long line. Here’s an example:
Broken:
MIDlet-Version: 1.3
MIDlet-Permissions-Opt: javax.microedition.io.Connector.socket,javax.m
icroedition.io.Connector.bluetooth.client,javax.microedition.location
.Location
Created-By: 1.5.0_04 (Sun Microsystems Inc.)
Fixed:
MIDlet-Version: 1.3
MIDlet-Permissions-Opt: javax.microedition.io.Connector.socket,javax.microedition.io.Connector.bluetooth.client,javax.microedition.location.Location
Created-By: 1.5.0_04 (Sun Microsystems Inc.)
(WordPress wraps and truncates lines so it’s hard to see, but the text starting with “MIDlet-Permissions-Opt:” and ending with “javax.microedition.location.Location” is actually all there and on a single line in the fixed version)
I learned about this issue in Dec, 2010 and any app posted after Dec. 8, 2010 should be OK.
This is only one possible cause of 906 errors and the only one I know how to fix. If you are getting a 906 error on an app posted before Dec. 8, 2010 let me know in a comment on that app’s page and I will take a look at it and fix it if I can.