[Q] Downloading files from Internet? - Galaxy S II Q&A, Help & Troubleshooting

Hi guys,
I'm curious why I cannot download any files from Internet on my S2 using the default browser. I tried a .zip and .rpm file link, both don't work. Is there a specific file restriction, or did I missed some setting? I'm trying to determine the real HSPA+ speed I get on Bell network and I think the best way is to simply download a 1MB file. I'm not familiar, do we have some sort of stats or details when we download a file?
I'm not interested to install some third party downloader.
Thanks for your help.

In cant download, do you mean it saves the file as a .htm file?
Sent from my GT-I9100 using xda premium

Get a different browser from the market.
CM7, Nightly. Captivate

bruflot said:
In cant download, do you mean it saves the file as a .htm file?
Click to expand...
Click to collapse
No, you download a .zip file from mediafire for example. If it can't download, why the Downloads app has a tab called Internet Downloads?
shadow65781 said:
Get a different browser from the market.
Click to expand...
Click to collapse
I'm not interested to download third party apps, I just want to know WHY the Internet Downloads are not enabled on S2 with the default browser, even if we have a system app that monitors this part.

Stock browser does not work with all files, just use downloadallfiles and it will download all files. Does not harm the system in any way and a useful tool.

nikzDHD said:
Stock browser does not work with all files, just use downloadallfiles and it will download all files. Does not harm the system in any way and a useful tool.
Click to expand...
Click to collapse
Sorry, I don't want to sound rude but... did you guys read my OP question?
I don't CARE about third apps, I just want to know WHY I cannot download files with stock apps and what file types I can download.
If anyone could let me know what files can be downloaded and managed by Downloads app, I would appreciate it. Thanks.

Download "ASTRO" manager from market.
open>
settings>
more>
preference>
-Enable browser download
.......chill

yqed said:
Sorry, I don't want to sound rude but... did you guys read my OP question?
I don't CARE about third apps, I just want to know WHY I cannot download files with stock apps and what file types I can download.
If anyone could let me know what files can be downloaded and managed by Downloads app, I would appreciate it. Thanks.
Click to expand...
Click to collapse
Well it's to do with android it'll only download files android recognizes and something to do with http.
Has always been the case hence all these download options are available.
Google is your friend mate.
Sent from my GT-I9100 using XDA App

avetny said:
Download "ASTRO" manager from market.
open>
settings>
more>
preference>
-Enable browser download
.......chill
Click to expand...
Click to collapse
Heh, you're a funny guy.
Whoever wonders what file types are handled by Android, here it is an example:
Code:
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="filename.{ZIP,PDF}"
Yes, the filename is case sensitive. Android does not use file extensions, so you need to supply an appropriate MIME type in your HTTP responses.
As a side note, I thought XDA is a developer forum where questions like the ones I asked are something normal.

If you haven't already understood, there are options you can enable to allow stock browser to download all file types, they have been mentioned now on this thread.

tonymy01 said:
If you haven't already understood, there are options you can enable to allow stock browser to download all file types, they have been mentioned now on this thread.
Click to expand...
Click to collapse
I understood very well, but let me quote you my OP question so you understand better.
yqed said:
I'm curious why I cannot download any files from Internet on my S2 using the default browser.
...
I'm not interested to install some third party downloader.
Click to expand...
Click to collapse

Ok, maybe you are French first language, let me explain this, you can patch the browser to download any file type with astro etc.very easy solution and you don't give up the stock browser!
Ie NOT a third party downloader, but a stock browser enabler.

I really have no idea what is so hard to understand what I asked.
For the Nth time, I wanted to know "WHY" I cannot make the Android browser download a .zip file (for example).
All you have to do is send the proper headers to your Android browser (that is the WHY part), it will work. I can upload a zip archive to one of my servers and create a php file with a header like that:
Code:
$file = 'mytestfile';
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename="' . $file . '.ZIP"');
I don't CARE there are programs, patches or dancing cowboys that can enable file downloads into my phone.
I simply wanted to know the "WHY" part. Man I'm exhausted...

Why is it worth worrying about when the fix is a piece of piss?
Without the fix, the phone can only download a minimal number of file types, with the fix, it can download all, what are you waiting for?

Related

[Q] Live Wallpaper's on NC ??

How do I make Live Wallpapers work on my NC ?
My NC
Rooted w/ adb working
Location Services Fix
Adhock Wifi Working
Zeam 2.6
Thibor69 said:
How do I make Live Wallpapers work on my NC ?
My NC
Rooted w/ adb working
Location Services Fix
Adhock Wifi Working
Zeam 2.6
Click to expand...
Click to collapse
http://nookdevs.com/NookColor_Enable_Live_Wallpapers
Is there a way to do this without adb, such as by flashing the zip file?
ADB frightens me.
timmyjoe42 said:
Is there a way to do this without adb, such as by flashing the zip file?
ADB frightens me.
Click to expand...
Click to collapse
Look at the Nook General page at "Work Around" issues. The OP his some tips. I believe #12 or 13 deals with live wallpaper manipulation with root explorer.
Thanks. The link to the file in #12 isn't working for me. Do you know what it was? (Was it the "LiveWallpapers_NC.zip" file?)
Edit: and do you know what the best program for the Root Explorer is? (Root Explorer was about $4. Is there something free out there?)
Doesn't Auto-Nooter 1.0.1 enable live wallpaper? It must, because I didn't do any ADBing or sideloading that I remember.
Cheers,
kev
timmyjoe42 said:
Thanks. The link to the file in #12 isn't working for me. Do you know what it was? (Was it the "LiveWallpapers_NC.zip" file?)
Edit: and do you know what the best program for the Root Explorer is? (Root Explorer was about $4. Is there something free out there?)
Click to expand...
Click to collapse
Try this link (I was able to download from there. Got the link from NookDevs, it should be valid). Root Explorer is the best way to work around adb most times. It is worth the investment. Just follow instructions in work around post.
http://www.multiupload.com/61YYJTKYTV
I am trying an app called "Super Manager" which is free.
I am confused at item #12, where it says to install "this" file. (I assume the zip file is what is being referred ti?)
Once I download the .zip file, How do I install it? Don't I have to flash it? (Am I only trying to install the LiveWallpapersPicker.apk, and moving the other 2 files into the correct directory in addition to setting the permissions?)
timmyjoe42 said:
I am trying an app called "Super Manager" which is free.
I am confused at item #12, where it says to install "this" file. (I assume the zip file is what is being referred ti?)
Once I download the .zip file, How do I install it? Don't I have to flash it? (Am I only trying to install the LiveWallpapersPicker.apk, and moving the other 2 files into the correct directory in addition to setting the permissions?)
Click to expand...
Click to collapse
I did not look at the zip file, sorry. I did notice that there were a couple of scripts with it that looks like the whole thing would be flashed in recovery. I found this stand alone apk for the app which I would feel more comfortable with. Install it per instructions. I got the download link from the attached thread that shares which wallpapers may be working. Good luck
http://www.mediafire.com/?oymijnnydnz
http://forum.xda-developers.com/showthread.php?t=891593

Flash 10.2

http://www.androidcentral.com/adobe-flash-player-102-leaks-out-running-honeycomb-and-gingerbread
i just installed it, so far so good
http://www.multiupload.com/5FOUMVZI32
The flash on market wasn't optimized for tegra, its this version?
Sent from my MB860 using XDA Premium App
jug6ernaut said:
The flash on market wasn't optimized for tegra, its this version?
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
10.2 is optimized for tegra 2 and such devices
The performance is definitely better with this version on the Atrix. I've attached a modded library that will allow you to view Hulu and other desktop-only sites. Unzip, push to phone, copy to /data/data/com.adobe.flashplayer/lib/libflashplayer.so. Use Dolphin HD, set user agent to Desktop, Plugins to Always. Enjoy.
Thanks pal
agentdr8 said:
The performance is definitely better with this version on the Atrix. I've attached a modded library that will allow you to view Hulu and other desktop-only sites. Unzip, push to phone, copy to /data/data/com.adobe.flashplayer/lib/libflashplayer.so. Use Dolphin HD, set user agent to Desktop, Plugins to Always. Enjoy.
Click to expand...
Click to collapse
Sent from my MB860 using XDA Premium App
agentdr8 said:
The performance is definitely better with this version on the Atrix. I've attached a modded library that will allow you to view Hulu and other desktop-only sites. Unzip, push to phone, copy to /data/data/com.adobe.flashplayer/lib/libflashplayer.so. Use Dolphin HD, set user agent to Desktop, Plugins to Always. Enjoy.
Click to expand...
Click to collapse
Thanks so much for this! HULU runs amazingly on the phone, controls are a little off, but video is awesome.
agentdr8 said:
The performance is definitely better with this version on the Atrix. I've attached a modded library that will allow you to view Hulu and other desktop-only sites. Unzip, push to phone, copy to /data/data/com.adobe.flashplayer/lib/libflashplayer.so. Use Dolphin HD, set user agent to Desktop, Plugins to Always. Enjoy.
Click to expand...
Click to collapse
Yes, hulu works great on Atrix but I tried naively to use your trick on my Galaxy Tab and obviously it didn't work.
agentdr8 said:
The performance is definitely better with this version on the Atrix. I've attached a modded library that will allow you to view Hulu and other desktop-only sites. Unzip, push to phone, copy to /data/data/com.adobe.flashplayer/lib/libflashplayer.so. Use Dolphin HD, set user agent to Desktop, Plugins to Always. Enjoy.
Click to expand...
Click to collapse
what you mean push to phone? then you say copy... same thing?
I got it!!
Thanks
aonavy said:
what you mean push to phone? then you say copy... same thing?
I got it!!
Thanks
Click to expand...
Click to collapse
push as in /adb push
push != copy
When you say copy too "libflashplayer.so", do you mean I overwrite that file? Because its not a folder. Im new too all this, so be nice, LOL.
Well I removed the original file and copyed the mod file over and it works now. This is so awesome!!
JayRolla said:
Well I removed the original file and copyed the mod file over and it works now. This is so awesome!!
Click to expand...
Click to collapse
so did you rename the mod file to what the stock file is named? I tried that and it told me I didn't have Flash installed so I went back to regular 10.2.
Marand55 said:
Yes, hulu works great on Atrix but I tried naively to use your trick on my Galaxy Tab and obviously it didn't work.
Click to expand...
Click to collapse
I posted a modified libflashplayer.so in the Galaxy Tab->Apps/Themes forum a while back. It's not 10.2, but it should be the latest non-tegra2 flash. Search for "hulu flash" and it should come up.
Mustang302LX said:
so did you rename the mod file to what the stock file is named? I tried that and it told me I didn't have Flash installed so I went back to regular 10.2.
Click to expand...
Click to collapse
Sorry, I should have put a bit more detail into my post.
1. Install the 10.2 Flash version from the OP.
2. Once you download the attachment and unzip it, you'll have a libflashplayer_tegra_mod.so file. The stock file is named libflashplayer.so. You can either rename it on your PC and then adb push it to your phone, or push it as is and rename it while in an adb shell. Either way, just make sure it's named libflashplayer.so and gets copied to /data/data/com.adobe.flashplayer/lib.
agentdr8 said:
I posted a modified libflashplayer.so in the Galaxy Tab->Apps/Themes forum a while back. It's not 10.2, but it should be the latest non-tegra2 flash. Search for "hulu flash" and it should come up.
Click to expand...
Click to collapse
Thanks AG.
agentdr8 said:
Sorry, I should have put a bit more detail into my post.
1. Install the 10.2 Flash version from the OP.
2. Once you download the attachment and unzip it, you'll have a libflashplayer_tegra_mod.so file. The stock file is named libflashplayer.so. You can either rename it on your PC and then adb push it to your phone, or push it as is and rename it while in an adb shell. Either way, just make sure it's named libflashplayer.so and gets copied to /data/data/com.adobe.flashplayer/lib.
Click to expand...
Click to collapse
Sounds good thanks!
agentdr8 said:
Sorry, I should have put a bit more detail into my post.
1. Install the 10.2 Flash version from the OP.
2. Once you download the attachment and unzip it, you'll have a libflashplayer_tegra_mod.so file. The stock file is named libflashplayer.so. You can either rename it on your PC and then adb push it to your phone, or push it as is and rename it while in an adb shell. Either way, just make sure it's named libflashplayer.so and gets copied to /data/data/com.adobe.flashplayer/lib.
Click to expand...
Click to collapse
Hey sorry, this may sound like a noobish question, but why can't i find the above path (/data/data/com.adobe.flashplayer/lib) I connected my phone, and browsed into MB860 directory, but i only find the data subfolder, but nothing inside it says the above path.
aquariuz23 said:
Hey sorry, this may sound like a noobish question, but why can't i find the above path (/data/data/com.adobe.flashplayer/lib) I connected my phone, and browsed into MB860 directory, but i only find the data subfolder, but nothing inside it says the above path.
Click to expand...
Click to collapse
You'll need either Root Explorer or use some other method such as a root shell via adb.
I did all the steps but hulu still says they dont support my platform
blaque72 said:
I did all the steps but hulu still says they dont support my platform
Click to expand...
Click to collapse
Doesn't work for me either
UPDATE: Nevermind, just needed to fix permissions

Multirar app?

Hi there everyone! I'm looking for an app, which would open multi-rar files such as .r00, .r01, ect. and extract one big file from them.
I've tried several apps found on Android market, but non of them did what I want to do. Any ideas?
Sent from my GT-I9100 using XDA App
Try AndroZip.
W0lfd said:
Try AndroZip.
Click to expand...
Click to collapse
That doesn't even work well with single file .RARs, it's unrar code is too old.
It couldn't extract any of mine, other apps could.
But yeah, there is no good .RAR app at all out there at the moment.
Did you try Unrar Pro (paid) or Unrar (free) ? Description for both of them reads that they can extract multi-part rar archives.
I tried UnRarPro, the free version adds delay loops into the extraction to make you buy the "full" version, and buying the full version.... I don't, paying to use code that is open source (unrar sources are open source!) I define as total rip-off.
So, both hardly quallify for me as "good" - but for the occasional unraring the delay-looped version might just work fine.
I'll do my own eventually, just need to find some time.
So there is actually no good .rar app in the whole Android market?
Try contacting Rarlabs Win rars owner .
jje

[MOD] Updated HOST File (Need Root)

**Disclaimer**
**I Take NO Responsibility in bricking your device**
For those of you who have a rooted device, ads suck, don't they?
Well here is the most up-to-date HOSTS file to help remove most ads (including ads in games/apps)
Needed:
Rooted Device
Root Explorer (Or another file manager that has /system/ directory access)
Attached hosts File
Step 1: Download and unpack hosts.zip
Step 2: Transfer hosts file to internal memory
Step 3: BACKUP Original hosts file (hosts.backup)
Step 4: Replace new hosts file from internal memory into directory /system/etc/
-Delete original (MAKE SURE THERE IS A BACKUP)
-Copy in new hosts
Step 5: Give full permissions to new hosts file
Step 6: Reboot
If there is any connectivity problems, replace the old hosts file
What this does:
Just like any other hosts file (on your PC), this tells the OS to route any website/ip that fall into a giant list of "ad" domains, to route back to 127.0.0.1 (you)... meaning, when an app/website asks for www.i_am_an_ad.com, instead of getting the ad, it gets a null response from yourself!
If you didn't understand the directions or what this is:
I DO NOT recommend customizing your Prime. I come from a Galaxy S, which you don't need balls to mess with, its nearly unbrickable.. this device..however is.. Do no attempt any messing with the /system/ folder without knowledge!
How does this differ than using an ad block app like Adfree?
Not trying to be a prick ... just curious.
Superguy said:
How does this differ than using an ad block app like Adfree?
Not trying to be a prick ... just curious.
Click to expand...
Click to collapse
no bloat. and can actually be incorporated into a ROM
also, this blocks ads at the source, i dont know how adfree blocks it, but i dont ever use ad-blocking programs, that means they the app can see your traffic..
ide rather some internal script doing the job it does with every bit of data in my phone than some external app.. we all should know about DOLPHIN logging user traffic...
Ad-away is the best app. It dies same thing, just installs a hosts file. Makes it in easy ui, and more noob proof. Also easier to update hosts file.
I like this way too, especially like you mentioned to be included in roms.
Sent from my Galaxy S2
There are multiple apps in the market that do exactly this...but easier.
RussianMenace said:
There are multiple apps in the market that do exactly this...but easier.
Click to expand...
Click to collapse
yes, but said aps, again, cannot be included in roms. this is mainly for custom roms.
personally, i would rather incorporate this into my roms before i flash, then download some app that does it
biggem001 said:
yes, but said aps, again, cannot be included in roms. this is mainly for custom roms.
personally, i would rather incorporate this into my roms before i flash, then download some app that does it
Click to expand...
Click to collapse
I'd rather use an app that updates the host file with the latest ad addresses as they become known rather replacing it manually. But that's just me
Charsher47 said:
I'd rather use an app that updates the host file with the latest ad addresses as they become known rather replacing it manually. But that's just me
Click to expand...
Click to collapse
again.. its for people making roms, mainly.
Ok, even if you bake it into a ROM, which is "what this is for" you would still have to manually update the host file to adapt to new Ad domains....yes?
I'm not trying to crap on your work here, just trying to understand the advantages this has over using a market app, which in itself can be baked into a ROM with developers permission.
yeah, but every release culd have it updated. I know most developers just don't put out one version of the rom and call it a day. Most update there roms at least 2-3 times a month if there is still a need for it.
doeboy1984 said:
yeah, but every release culd have it updated. I know most developers just don't put out one version of the rom and call it a day. Most update there roms at least 2-3 times a month if there is still a need for it.
Click to expand...
Click to collapse
agreed. this just reduces bullcrap 3rd party apps you don't need. roms are updated weekly at the latest, normally (at least in my galaxy s forum). throw in the host file every time and you are set. not some
biggem001 said:
**Disclaimer**
**I Take NO Responsibility in bricking your device**
For those of you who have a rooted device, ads suck, don't they?
Well here is the most up-to-date HOSTS file to help remove most ads (including ads in games/apps)
Needed:
Rooted Device
Root Explorer (Or another file manager that has /system/ directory access)
Attached hosts File
Step 1: Download and unpack hosts.zip
Step 2: Transfer hosts file to internal memory
Step 3: BACKUP Original hosts file (hosts.backup)
Step 4: Replace new hosts file from internal memory into directory /system/etc/
-Delete original (MAKE SURE THERE IS A BACKUP)
-Copy in new hosts
Step 5: Give full permissions to new hosts file
Step 6: Reboot
If there is any connectivity problems, replace the old hosts file
What this does:
Just like any other hosts file (on your PC), this tells the OS to route any website/ip that fall into a giant list of "ad" domains, to route back to 127.0.0.1 (you)... meaning, when an app/website asks for www.i_am_an_ad.com, instead of getting the ad, it gets a null response from yourself!
If you didn't understand the directions or what this is:
I DO NOT recommend customizing your Prime. I come from a Galaxy S, which you don't need balls to mess with, its nearly unbrickable.. this device..however is.. Do no attempt any messing with the /system/ folder without knowledge!
Click to expand...
Click to collapse
Well I thank you for your time and effort... I followed your directions and BAM my prime is adfree...
AdFree is one of the first root apps I downloaded. Just easier as a user and I love blocking ads!
Lock-N-Load said:
AdFree is one of the first root apps I downloaded. Just easier as a user and I love blocking ads!
Click to expand...
Click to collapse
Was just coming in here to say that. Way to beat me to it
Atleast upload a more recent one...
http://www.multiupload.com/SAQUI2FOBH
Lock-N-Load said:
AdFree is one of the first root apps I downloaded. Just easier as a user and I love blocking ads!
Click to expand...
Click to collapse
I use AdAway. There's an updated host almost every day.
Lock-N-Load said:
AdFree is one of the first root apps I downloaded. Just easier as a user and I love blocking ads!
Click to expand...
Click to collapse
Itaintrite said:
I use AdAway. There's an updated host almost every day.
Click to expand...
Click to collapse
yeah, they are great and everything, but that's just one more app you have to run in the background, taking up that much more system resources.
Swiftks said:
yeah, they are great and everything, but that's just one more app you have to run in the background, taking up that much more system resources.
Click to expand...
Click to collapse
i agree, when we start pushing roms out, it'll be much easier to just update the hosts files with the ROMS then installing that app every time you update the rom
biggem001 said:
i agree, when we start pushing roms out, it'll be much easier to just update the hosts files with the ROMS then installing that app every time you update the rom
Click to expand...
Click to collapse
I use adfree and I don't let it run in background and it still works, you only install app again if you update to different ROM, or you must swipe everything every time, but you have to install all of your apps again as well, install one more app won't make a dent to your finger, or you can use Titanium Backup
I'm surprised this hasn't been baked in CM7/8 or the upcoming CM9 yet.
Would be pretty easy to add it in the customize for most any ROM.
Sent from my DROID3 using Tapatalk

Zip into apk

How to install a file with *.zip extension as normal apk???????? Instruction says as to install file as normal apk but when i downloaded i could retrive a zip file format only Plzzzzzzzzzzz do help
Sathub4u said:
How to install a file with *.zip extension as normal apk???????? Instruction says as to install file as normal apk but when i downloaded i could retrive a zip file format only Plzzzzzzzzzzz do help
Click to expand...
Click to collapse
2 things can be happening. Either after you exctract the zip file with Winrar and it contains an apk file which you can transfer to your phone and using a file explorer just run it.
Or you have to go into CMW clockwork mode recovery (if you have it) and select flash a zip file.
Sathub4u said:
How to install a file with *.zip extension as normal apk???????? Instruction says as to install file as normal apk but when i downloaded i could retrive a zip file format only Plzzzzzzzzzzz do help
Click to expand...
Click to collapse
if the apk is signed as zip then open that zip with some editor like notepad++ and save it as "*.apk"
There is no apk inside zip file.Its like meta file and system..But its just an app,is it necessary to install via CWM!!!!!!!!!!! in thread it was given as instal file as normal apk!!!!!!!!!!!!!!!!
Sathub4u said:
There is no apk inside zip file.Its like meta file and system..But its just an app,is it necessary to install via CWM!!!!!!!!!!! in thread it was given as instal file as normal apk!!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
Search all the folders for a apk file
Sent from my Xperia Ray using Tapatalk 2
Just rename file's extension from .zip to .apk then. Depending on your OS configuration, you may have to edit 1 setting, if you can not change the extension. For that - Control Panel, Folder Options, View, untick Hide extensions for known file types.
Someguyfromhell said:
Just rename file's extension from .zip to .apk then. Depending on your OS configuration, you may have to edit 1 setting, if you can not change the extension. For that - Control Panel, Folder Options, View, untick Hide extensions for known file types.
Click to expand...
Click to collapse
:good: 1st on this thread who knows what about he talks :good:
bejunk said:
:good: 1st on this thread who knows what about he talks :good:
Click to expand...
Click to collapse
If u dont knw jst remain silent..Its clear..
Someguyfromhell said:
Just rename file's extension from .zip to .apk then. Depending on your OS configuration, you may have to edit 1 setting, if you can not change the extension. For that - Control Panel, Folder Options, View, untick Hide extensions for known file types.
Click to expand...
Click to collapse
Ya i have tried this bro,it works with certain apps..but few say problem in the package,could not install. tis is the download link http://d-h.st/mCp. it is downloaded as zip
How to install tis link
http://d-h.st/mCp tis link downloads a zip file..the thread says that it has to installed as normal apk..I tried renaming file extension into apk..Any help by Android lovers.................
Sathub4u said:
http://d-h.st/mCp tis link downloads a zip file..the thread says that it has to installed as normal apk..I tried renaming file extension into apk..Any help by Android lovers.................
Click to expand...
Click to collapse
got it as apk bro
btw what browser are you using
am using chromium(chrome)
smarthavoc said:
got it as apk bro
btw what browser are you using
am using chromium(chrome)
Click to expand...
Click to collapse
dear chrome user can u tell me if this browser gettting lags when openend many tabs i would likely use it but this happens on many browsers
bejunk said:
dear chrome user can u tell me if this browser gettting lags when openend many tabs i would likely use it but this happens on many browsers
Click to expand...
Click to collapse
nope it is better without lags and crashes
am on Ubuntu 13.10, i have issues with Firefox(some crashes), so i use chromium no lags at all for me
smarthavoc said:
nope it is better without lags and crashes
am on Ubuntu 13.10, i have issues with Firefox(some crashes), so i use chromium no lags at all for me
Click to expand...
Click to collapse
thank u for review.. hope it works same for me....
i only used stock browser until now bcuz like said after to many opened sites most browser get bad lag (oom)
bejunk said:
thank u for review.. hope it works same for me....
i only used stock browser until now bcuz like said after to many opened sites most browser get bad lag (oom)
Click to expand...
Click to collapse
guess it is not that memory problem, chrome&firefox renders on quality than speed, so most animations lag if more than 10-15 tabs(content also matters may be) are opened at once
anyway we were off the topic
did you got it @Sathub4u
smarthavoc said:
guess it is not that memory problem, chrome&firefox renders on quality than speed, so most animations lag if more than 10-15 tabs(content also matters may be) are opened at once
anyway we were off the topic
did you got it @Sathub4u
Click to expand...
Click to collapse
no from my brain, bro ;D i dont talk same as somebody else said :/ i get behind myself im pretty sure its oom, bcuz if i usng stock browser he holds 2 sites loaded, now when open more sites , he only holds the current one. so if i switch to other site he (re)load data. on it. memory usage is some higher but okay. now when i use some browser that usaally tries to holds all the data my memory decreases very hard until to some mb left, on early legacy xperia buils my phone restarted more often if i used other browser hard. i faced this issues on nearly all new browser's... sometimes even my device stops responding so must take off battery i never faced this on stock browser but more site-reloads.
i had seen this behaviour on several roms like stock ics and cm's JB. ...
ahh YES OFFTOPIC! sry ur right bro but thanks for help

Categories

Resources