General :: Samsung Galaxy Ace GT-S5380i Stocking Browser HTML
Apr 6, 2013
I've a Samsung galaxy ace GT-S5830i and I'm using a simplisity custom Rom. The dev has replaced the 'stock Internet Browser HTML' with 'Voda phone opera mini' and I've been searching for the stock version for days now.
View 1 Replies
Nov 7, 2010
Question is there a way to play html and swf files offline? I have successfully updated my SGS to Froyo and flash works okay, but I would like to play html / swf files while not connected to the Internet. When I point my browser to local file, say file://sdcard/game.swf I get a message file not found. Anyone know a way how to do this?
View 7 Replies
View Related
Feb 27, 2012
For whatever reason every browser I try reloads tabs when I leave the browser. It's REALLY annoying - I'm stuck on edge most of the time, and finding out that my tabs suddenly reload just because I switched to twitter for a second.
I tried to pretty much disable the LMK, and it still did this...
I tried Chrome, Browser Plus, stock ICS browser, Dolphin and Opera (which does this slightly less often) Last time I had this problem was on my old tablet with only 256 MB of RAM. (Which still did this less often than the Note on ICS)
Every time this happened, I had at least 120 MB of ram free. Seriously, the note has a full gigabyte of ram, and yet this happens.
This doesn't happen to me on GB.
Is there anything I can do to make browsing normal again? Like, exclude a browser from getting killed, or something? I'm using a Galaxy Note..
View 9 Replies
View Related
Dec 19, 2013
Verizon Galaxy Note 3, up-to-date, stock ROM, not rooted.
I have a 64gb MicroSD card installed, and put a copy of my photography website on it. I find I am unable to figure out a way to open it in Google Chrome.
I used ES File Explorer's FTP function to begin with, to copy files from my website to the card, and this worked beautifully. When I click on the index.html file on the card, the only options offered are HTML Viewer and some text editors. Chrome is not an option (Chrome is the default browser for my phone). I can try "Open as" and choose Chrome, but get the same error message as below.
If I long-press the file, and select Properties, I can copy the (full) Path for the file, but when I paste this into Chrome's URL bar, it won't open:
Access to the file was denied "The file at file:///storage/extSdCard/PhotoWebsite/index.html is not readable. It may have been removed, moved, or file permissions may be preventing access"
I have searched quite a bit, and tried various addresses, including localhost, localhost/mnt, content:, etc., etc., but nothing seems to work.
Ultimately I want to have a Bookmark in Chrome where I can view my website offline when necessary, but this seems to be more complex than would appear necessary.
View 1 Replies
View Related
May 20, 2010
We have one html page whose backgroud is an image(1024px*600px) with no-repeat. We displayed it in Browser rightly on 1.6 HVGA(160) and WVGA(240) emulator and scrollbar displaed on both sides. But we got different result when testing on 2.1 HVGA(160) and WVGA(240) emulator. On 2.1 HVGA(160), the background image is scaled smaller and we saw large wide margin on the right. On 2.1WVGA (240), There are two margins on right and bottom sides. There is no scrollbar displayed on 2.1. And we put few small element in our html page.
View 2 Replies
View Related
Mar 9, 2010
I know there is no app for the slingbox. For those of u that have the slingbox can u watch it via a web browser log in. I am thinking of getting one but really want to watch it via the droid.
View 5 Replies
View Related
Jan 19, 2009
How to load simple html file present in sd mmc card from web browser. It is mentioned in the net that due to security reasons this is not allowed. Is there any way to access the file from sdcard? Tried modifying private String homeUrl =
"file:///sdcard/index.html";
in BrowserSettings.java file but browser throws an error "could not be loaded".
View 4 Replies
View Related
Jul 30, 2010
Like the title says, I am thinking about developing my own browser for Android devices.
My first thought is to know what kind of possibilities I have, before I begin creating my software architecture. Are there any (open?) Browser Engines you could include into your library and reuse them?
(There are some unknown browsers in the Android Market and I can't imagine they implemented the parsing).
Furthermore: If there IS something like I've described before, is it possible to modify (or "fine tune") the render methods? This is one of the most interesting points I guess.
And to end this question and catch the else-case: What would be the alternative way to begin?
[I guess this is not only interesting to know for mobile developers, also for desktop software developers]
Abbreviated version of this question: I want to develop my own Android Browser. How to begin?
View 2 Replies
View Related
Aug 31, 2009
My open source application needs to browse local HTML files on the SD card, and WebView is not enough because I need history and bookmarks. I wrote the following code. It correctly opens the browser, but fails to reach catalog.html and in fact it just opens whatever page was last browsed:
Uri uri = Uri.parse("content://com.android.htmlfileprovider/sdcard/ myapp/catalog.html");
Intent intent = new Intent(); intent.setData(uri); intent.setClassName("com.android.browser", "com.android.browser.BrowserActivity"); startActivity(intent);
View 2 Replies
View Related
Nov 20, 2009
I wanted to be able to use my Google bookmarks on my Droid. I found a program that imports them to the phone, but it replaces everything and I didn't want all those bookmarks in my browser. I exported my Google bookmarks to a HTML file and stored it on my SD card in the download folder and named it bookmarks.htm. I then went into the Droid browser and typed the following URL: content://com.android.htmlfileprovider/sdcard/download/bookmarks.htm
I then created a bookmark of the link.
Now, I open my browser, click on the bookmark, and all my Google Bookmark sites are displayed as links in order listed under their categories.
View 1 Replies
View Related
Apr 7, 2010
The company I work for produces allot of video and we want to target as many devices as possible, but the question came up of what does the Android do? I personally own an Android based phone running 2.1, but I can't seem to get the HTML 5 tag to work. Even when I can trigger the browser to playback the video it just throws a notification error that it can't.Are there guidelines to producing Android/HTML 5 compatible videos? Is it truly supported?
View 2 Replies
View Related
Apr 9, 2010
I have a bunch of pages that render normally on the Android 1.6 native browser as well as on the iphone Safari browser, but are heavily zoomed out and small by default on the Android 2.1 native browser.The pages are zoomed out by about 4x making them appear very small.Of course I can manually zoom in, but I dont want the users to have to deal with that.Anyone else face this issue, and is there a fix for this that doesn't break how it works on other browsers?
View 2 Replies
View Related
Oct 21, 2010
With the Dolphin browser, is there a way to "force" a website to load as a FULL/normal/regular html website rather than as an m.site.com mobile website?
For example, when I try to navigate to eBay - New & used electronics, cars, apparel, collectibles, sporting goods & more at low prices I am ALWAYS redirected to m.ebay.com
Is this a setting within the Dolphin Browser or is this controlled by the website itself??
I looked through the settings and could not find a preference to chose between mobile and "full html" site options
View 2 Replies
View Related
Nov 28, 2010
My stock internet browser has stopped working I've installed Opera to see if that works and it does but the stock browser wont work anymore, I just get the "web page unavailable" page. I'm using firmware 2.2 and all other apps can connect to the internet ok.
View 1 Replies
View Related
Nov 27, 2010
I'm new to the Android world and my question is how can i disable the Flash Player on the default browser? does this browser have any settings at all?
View 1 Replies
View Related
Aug 23, 2010
I noticed something is wrong with my phone. when i enter the browser after switching from 3G to wifi, the screen will flicker... anyone know any fix for this? or the reason the screen flickers?
View 4 Replies
View Related
Apr 3, 2013
What is your preferred general method for instituting animated GIF support in browsers that don't have it? I use the Animated GIF Player app for GIF files, but even the Galaxy S3 failed to play a humorous North Korean GIF the other day when I browsed to the URL on my friends phone trying to show it to him.
View 1 Replies
View Related
Jan 12, 2012
i bought a new galaxy s2 and if i was browsing a video on a full site such as ( youtube on (desktop version ) or in any site with a full desktop version when i click on the flash video it freezes and crashes . tried all brwser apps in the market and it does the same thing expect firefox but it lags like hell around 5 fps, cus iv seen alot of problems with the same galaxy users
View 8 Replies
View Related
Apr 2, 2013
My device is a Galaxy Y, and has no official support from both the CM7 or the MIUi teams. There is CM7 build by a developer here on the XDA device thread, but it isn't completely stable due to lack of closed source drivers from Qualcomm.
Since MIUi is only available on MDPI and above devices, I have resorted to taking files from other ports for LDPI devices.
I was very successful in booting a release of MIUi I had made the previous day, but the browser kept encountering FC errors. There is already a port of MIUi available on my device forum, and that has the same problem too. I have taken a logcat, but I am completely lost as to why it keeps FCing.
Here is a segment of the logcat that is relevant to the issue at hand.
D/dalvikvm( 2352): GC_CONCURRENT freed 2516K, 65% free 1826K/5123K, external 0K/0K, paused 1ms+3ms
I/BrowserSettings( 2352): Selected search engine: OpenSearchSearchEngine{SearchEngineInfo{[Google, google.com, http://www.google.com/favicon.ico, http://www.google.com/m?hl=en-US&ie=UTF-8&source=android-browser&q={searchTerms}, UTF-8, http://www.google.com/complete/search?hl=en-US&json=true&q={searchTerms}]}}
D/dalvikvm( 2352): GC_EXTERNAL_ALLOC freed 516K, 63% free 1944K/5123K, external 0K/0K, paused 31ms
[Code] .....
View 4 Replies
View Related
Feb 18, 2014
In almost all browsers (except chrome) I can't use file browsers. For example, if I wanted to attach a picture to this post I can't. I can click manage attachments, but when I choose "choose fie", nothing opens.
It used to work, so I think it's something to do with 4.4?
I have a galaxy note 3, 4.4 kitkat
Omega rom (which has always worked, but hasn't since 4.4, even on stock rom)
Is it because it's changed to emulated0?
View 2 Replies
View Related
Nov 1, 2010
I have heavily edited the original text and instead of the how question I am posting the code that produces the effect I wanted, namely a floating menu on top that stays fixed as I scroll whatever is in the middle with a lower menu at the bottom of the screen. Ain't life sweet - Might even work on the iPhone as well.
Why I posted was like I said in the original question. I'm fiddling with creating the initial lay out for a "mobile" application for the disabled, have tonnes of data, dictionary files, icons for the purpose etc. I want to have the app running as HTML to make it as portable as possible, i.e. make it runnable on Android, Iphone, Maemo... whatever.
I got some hints by looking at the example at http://www.quackit.com/css/codes/css_floating_menu.cfm as well as a lot of trial and error and finally minor edits by a paid freelancer.
Below you can find some crude (to put it mildly) HTML/CSS (cut the CSS part and load a style instead in the HTML's you create for cleaner code) but for now, let's look at the prototype concept.
CODE:...........
You can see the working example on your Android device or in your Android emulator http://globability.org/webapp/aaa.html
Need to get the sound working though - but nearly there :)Links to the different web based version and thoughts behind application can be found on:
The project this application springs from can be found on [url] - Look under prototypes (it is the top one under the heading protypes).
View 1 Replies
View Related
May 13, 2010
I;ve been trying to create a custom button in android using this tutorial - http://www.gersic.com/blog.php?id=56
It works well but it doesn't say how to change the font size or weighting. Any ideas?
There was another question on here and the only answer was to use html styling but you can't change a font size in html without using css (or the deprecated font tag). There must be a better way of setting the pixel size of the font used on buttons?
View 1 Replies
View Related
Sep 28, 2010
On my i*hone, Exchange Mail provided full HTML support. Gmail provides HTML support. Why does the built-in Email client not provide HTML?
I don't want to use Touchdown or something like it - is there an Email client I can use that can provide this? I am using Appriver for Exchange which I thought was 2007
View 2 Replies
View Related
Aug 16, 2010
As of Andriod 2.1, does the default email app display HTML email? If so how? Also, does it allow you to create HTML email? If so, how?I am reading mixed messages that seem to be different for each phone (obviously, I have a Samsung Captivate). If any of your responses require that I root or somehow modify the phone outside of the app store, could you please clarify if you are suggesting to do so?
View 8 Replies
View Related
Jul 4, 2012
I used Titanium Backup to backup my apps with data and system files. How do I restore those bookmarks and saved pages?
View 2 Replies
View Related
Sep 4, 2013
rooting Samsung Galaxy Fame Duos S6812?
I've tried all the methods I could find including Motochopper,SRS root, Oneclick root, Framaroot,etc. to no avail
I even tried flashing SuperSU through Stock Recovery ( Yes! I was that desperate)
There are no custom kernels or CWM for my device.
View 5 Replies
View Related
Mar 27, 2012
S2 i777...a friend of mine bought it for me from us and i unlocked it using the code purchased from ebay..my problem is that i rooted my device to remove bloatware from the device and accidently removed samsung stock weather app(accuweather)completely..after that i unrooted my phone to stock stage as it was at the time my friend bought it but the weather app is no where to be found on my device....i tried to find for a solution to reinstall that app..i found the apk from here but when i try to install it gives me an error "Application not installed".
View 1 Replies
View Related
Nov 5, 2010
When connecting my Galaxy-S to the Samsung Kies software, my telephone shows up with an incorrect telephone number. I did change the sim-card (and subsequent number) since first using it, but I never logged intio Kies with the old sim-card.The phone is rooted.How do I get Kies (or my Samsung phone) to show my current telephone number?In the phone properties (Menu, Settings, About, Status) the same wrong number is shown.When calling, the receiver sees the correct telephone number. So the issue is not operator related but telephone related.
View 2 Replies
View Related
Jan 17, 2010
I recently switched from a Treo to the Moment. Generally quite pleased, but the Moxier email client doesn't seem to be displaying html links at all.
Exchange mail on the Treo still shows links, so unlike some of the other posts, the problem is not with the corporate exchange server stripping out html.
Is there a setting in Moxier to enable links within email messages?
View 2 Replies
View Related
Sep 20, 2010
Samsung should stop promoting the Galaxy Tab and fix the Galaxy S phones.Tab is running 2.2 and most likely has a fixed GPS.While the rest of us who paid for a product still have not gotten our money's worth.
View 19 Replies
View Related