Status Update
Comments
st...@gmail.com <st...@gmail.com> #2
cc...@gmail.com <cc...@gmail.com> #3
fi...@googlemail.com <fi...@googlemail.com> #4
Project: platform/frameworks/support
Branch: androidx-main
Author: Chris Craik <
Link:
Deprecate runWithTimingDisabled in favor of runWithMeasurementDisabled
Expand for full commit details
Deprecate runWithTimingDisabled in favor of runWithMeasurementDisabled
Bug: 389149423
Fixes: 149979716
Test: Existing / presubmit
Opens up MicrobenchmarkScope since that's necessary to expose
runWithMeasurementDisabled properly. Inline functions of a restricted
superclass cannot be exposed by a subclass.
Relnote: "Deprecate runWithTimingDisabled in favor of runWithMeasurementDisabled, which more clearly describes the behavior - all metrics are paused. Additionally, expose the MicrobenchmarkScope superclass since redeclaring the runWithMeasurementDisabled function to open access isn't possible, since it's inline."
Change-Id: I9e23b0dfcff18f162ca0d2517734f3038870b59c
Files:
- M
benchmark/benchmark-common/api/current.txt
- M
benchmark/benchmark-common/api/restricted_current.txt
- M
benchmark/benchmark-common/src/main/java/androidx/benchmark/Microbenchmark.kt
- M
benchmark/benchmark-common/src/main/java/androidx/benchmark/MicrobenchmarkPhase.kt
- M
benchmark/benchmark-junit4/api/current.txt
- M
benchmark/benchmark-junit4/api/restricted_current.txt
- M
benchmark/benchmark-junit4/src/main/java/androidx/benchmark/junit4/BenchmarkRule.kt
- M
benchmark/benchmark-junit4/src/main/java/androidx/benchmark/junit4/BenchmarkRuleLegacy.kt
- M
benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/CpuEventCounterBenchmark.kt
- M
benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/PerfettoOverheadBenchmark.kt
- M
benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/PerfettoSdkOverheadBenchmark.kt
- M
benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/SampleCustomBenchmark.kt
- M
benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/SleepyBenchmark.kt
- M
benchmark/samples/src/main/java/androidx/benchmark/samples/BenchmarkRuleSample.kt
- M
compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/BenchmarkFirstExtensions.kt
- M
compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/BenchmarksExtensions.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/ScrollerBenchmark.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/focusable/FocusableInLazyListBenchmark.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/lazy/LazyBenchmarkCommon.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/lazy/LazySwitchingStatesBenchmark.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/lazy/ReuseBenchmark.kt
- M
compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/empirical/baselines/StaticLayoutBaseline.kt
- M
compose/integration-tests/macrobenchmark/src/main/java/androidx/compose/integration/macrobenchmark/TrivialStartupBenchmark.kt
- M
compose/material/material-ripple/benchmark/src/androidTest/java/androidx/compose/material/ripple/benchmark/RippleBenchmark.kt
- M
compose/material/material/benchmark/src/androidTest/java/androidx/compose/material/benchmark/view/AndroidTextViewBenchmark.kt
- M
compose/material3/benchmark/src/androidTest/java/androidx/compose/material3/benchmark/MaterialBenchmarkExtensions.kt
- M
compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/ComposeBenchmarkBase.kt
- M
compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/KotlinCoroutinesBenchmark.kt
- M
compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/SnapshotStateObserverBenchmark.kt
- M
compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/collection/MutableVectorBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/FrameworkTextLayoutBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/NonLinearFontScalingBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/ParagraphBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/ParagraphWithLineHeightBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/font/PlatformFontLookup.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/input/EditProcessorBenchmark.kt
- M
compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/input/GapBufferBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/BenchmarkModifierExtensions.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/LifecycleAwareWindowRecomposerBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/NestedScrollingBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/accessibility/TextAccessibilityBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/accessibility/TextFieldAccessibilityBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/focus/ParameterizedFocusBenchmark.kt
- M
compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/spatial/RectListBenchmark.kt
- M
datastore/datastore-benchmark/src/androidTest/java/androidx/datastore/core/MultiProcessDataStoreTest.kt
- M
datastore/datastore-benchmark/src/androidTest/java/androidx/datastore/core/SingleProcessDatastoreTest.kt
- M
emoji2/emoji2-benchmark/src/androidTest/java/androidx/emoji2/benchmark/text/CachedEmojiCompatInitBenchmark.kt
- M
emoji2/emoji2-benchmark/src/androidTest/java/androidx/emoji2/benchmark/text/EmojiProcessBenchmark.kt
- M
profileinstaller/profileinstaller-benchmark/src/androidTest/java/androidx/profileinstaller/benchmark/ProfileInstallerTranscodeBenchmark.kt
- M
room/benchmark/src/androidTest/java/androidx/room/benchmark/AmbiguousColumnResolverBenchmark.kt
- M
wear/compose/compose-foundation/benchmark/src/androidTest/java/androidx/wear/compose/foundation/benchmark/ScalingLazyColumnBenchmark.kt
- M
wear/compose/compose-material/benchmark/src/androidTest/java/androidx/wear/compose/material/benchmark/PositionIndicatorBenchmark.kt
- M
wear/compose/compose-material/benchmark/src/androidTest/java/androidx/wear/compose/material/benchmark/SLCBasedBenchmarkHelper.kt
- M
work/work-benchmark/src/androidTest/java/androidx/work/benchmark/InitializeBenchmark.kt
Hash: f95ae3f3d30cb7486c27a0857856dbfd15920c3a
Date: Wed Jan 22 16:04:15 2025
cc...@gmail.com <cc...@gmail.com> #5
Note that we didn't mark the block as crossinline since it breaks a few reasonable patterns like this, where a caller passes a (non-crossinline) inline function:
We didn't see a good reason to restrict the inline function to local returns.
[Deleted User] <[Deleted User]> #6
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.benchmark:benchmark-common:1.4.0-alpha08
androidx.benchmark:benchmark-junit4:1.4.0-alpha08
su...@gmail.com <su...@gmail.com> #7
Browser?
cc...@gmail.com <cc...@gmail.com> #8
ha...@gmail.com <ha...@gmail.com> #10
to...@gmail.com <to...@gmail.com> #11
MMS with animated GIFs. And this GIFs should be looped endlessly, not just repeated
onces.
mk...@gmail.com <mk...@gmail.com> #12
are animated gifs and they display just fine.
Curious to me why the browser can't display them then...
ri...@gmail.com <ri...@gmail.com> #13
le...@gmail.com <le...@gmail.com> #14
fundamental basic phone features.
fi...@googlemail.com <fi...@googlemail.com> #15
cc...@gmail.com <cc...@gmail.com> #16
al...@gmail.com <al...@gmail.com> #17
return this to Verizon and go with something else?
ma...@gmail.com <ma...@gmail.com> #18
my new Droid 2.0. I can see maybe not having Flash support day one (well, actually,
no I can't) but animated GIFs not working? My crappy 4 year old Treo was better than
this. But ooh the Droid has touch screen -- so did my old Treo. But the Droid has
Google maps -- so did my old Treo. Hmmmm, come to think of it, maybe I should go
back to my Treo and wait for Verizon to get the Palm Pre (what I really wanted before
Droid hit the market). What a big let down.
co...@gmail.com <co...@gmail.com> #19
"Radar Now!"
Animated radar, full screen pan and zoom.
-John Coryat
he...@gmail.com <he...@gmail.com> #20
My subscription to weathertap will not animated any radars or satellite views!
ch...@gmail.com <ch...@gmail.com> #21
browsers for 10 years already.
This issue has been outstanding for a long time.
Is this really so hard to do? None of the the other webkit browsers have this problem.
je...@gmail.com <je...@gmail.com> #22
this.
st...@gmail.com <st...@gmail.com> #23
gif in it and I had to send it to my email address and use my computer to watch it.
My old junk flip phone played animated gifs in texts and in its micro browser. I
can't imagine that the OS that runs the "genius" phone doesn't have animated gif support.
st...@gmail.com <st...@gmail.com> #24
should be top priority issue. We are talking about animated gifs not some new format
that is just hitting the scene.
do...@gmail.com <do...@gmail.com> #25
referring to the animated .gif files. only opens the first pic. Does anyone know if
this will be addressed on the "maybe December 11th will fix that" day?
co...@gmail.com <co...@gmail.com> #26
There are always ways to get around the ancient method of displaying images called
animated gif. I can see why they left it out. It's one of those nearly useless items
that simply won't die.
do...@gmail.com <do...@gmail.com> #27
like them. As pathetic as it may sound, I will return the droid if it doesnt play
them. I wont use half of the stuff it actually can do anyway. Cant understand how
they sell something with "known defects". You mentioned ways to get around the
ancient method of displaying?
op...@gmail.com <op...@gmail.com> #28
p.o.s. phone does, play animated gifs and be able to send and receive pics and audio
files in a text. The Droid is a battery killer too. I have the display all the way
down in brightness and nothing running. Battery at best last 6 hrs. Hopefully the new
update on dec. 11th resolves many or all of these issues.
Joe
cd...@gmail.com <cd...@gmail.com> #29
because the gif did not animate. Everyone else was laughing while I was left in the
dust. :(
he...@gmail.com <he...@gmail.com> #30
(byte) method of adding dynamic visual content to a mobile web site. I mean, you
really want me to plunk in a streaming movie just to flash a "new message waiting!" icon?
I don't particularly care about the animated gif format per se, I'd be happy to
settle for *.apng instead ;)
PS You had time to support <marquee> ? Seriously?
cp...@gmail.com <cp...@gmail.com> #32
returning it.If I can't see animations there is no need to keep the phone. I will go
back to my Dare that I was very happy with.
cd...@gmail.com <cd...@gmail.com> #33
Be patient! Droid is an awesome phone all around. It's also my first smartphone. Yes
it is silly that animated gifs are not yet supported. Another thing to remind Google
about is Wikipedia makes heavy use of animated gifs to illustrate concepts.
do...@gmail.com <do...@gmail.com> #34
the OS, and it has great potential, but not supporting animated GIFs, that are
heavily used in weather radar pictures etc. really takes away from the experience.
The same goes for not being able to search contacts by all fields, and watch .avi
video files, and other very basic needs.
sw...@gmail.com <sw...@gmail.com> #35
weather. A friend of mine uses weather radar a lot and says he is considering
returning his new Droid unless he knows it will be updated soon.
co...@gmail.com <co...@gmail.com> #36
market, look under "News & Weather" it's currently # 14.
-John Coryat, USNaviguide LLC
ab...@gmail.com <ab...@gmail.com> #37
if this samsung moment doesnt get it fixed. its a must to have, when sending and
receiving mms. android is supposed to be the best, ok. first fix the gif's and if
you have time throw in the avi support for my movies that would be great. WHEN (not
if) you fix that issue... i will proudly call it my little iphone killer. Until then
im just disappointed with it. Being a mobile communication device gif support is law
when making a new OS for phones. C'mon google get with it...
cl...@gmail.com <cl...@gmail.com> #38
looked at the animated radar it wasn't moving. I get a lot of mms messages from my
friends that have animated Gifs. Wow this sucks since all my phones over the last few
years supported this. My wife's freebie Lg phone supports it. I know my Droid does a
lot but I am going to return it before my 30 days are up and look at something else.
Maybe will take another look at the Droid in the future when they get all the stuff
working.
bi...@gmail.com <bi...@gmail.com> #39
sh...@gmail.com <sh...@gmail.com> #40
format since the mid 1990s, and you *still* don't support it?
It's not a vital feature for most users, but it *is* a deeply embarrassing omission
for the entire platform.
nj...@gmail.com <nj...@gmail.com> #41
cc...@gmail.com <cc...@gmail.com> #42
managing what little it has. The implementation in WebKit for GIF support allocates a 32 bpp bitmap for each
frame, which can chew through memory very quickly. The bitmap allocator is backed by ashmem, but when the
kernel detects low memory, it tends to kill the process rather than giving it a chance to back off.
If you have expertise in this area, we'd gladly accept your help in fixing this.
nj...@gmail.com <nj...@gmail.com> #43
supporting 2.0 would be powerful enough to run a GIF.
ch...@gmail.com <ch...@gmail.com> #44
I guess the only explanation is that the iPhone is a better platform.
_Am
ja...@gmail.com <ja...@gmail.com> #45
multitasking while the iPhone doesn't. This means that the RAM needed for animated
GIFs is not there in Android, at least this is true the first generation devices that
only have ~100 MB of usable RAM for the whole system - so there's even less for the
applications to use. This explanation seems kind of reasonable to me, although I
don't know the real amount of memory that would be needed for an average animated
GIF. Maybe a better solution would be to display animated GIFs in case some RAM is
available or to allow the user to see the animation by touching the image or
something like this.
da...@gmail.com <da...@gmail.com> #46
ge...@gmail.com <ge...@gmail.com> #47
regard. but I really need animated gif support on my phone.
da...@gmail.com <da...@gmail.com> #48
affected memory constraints if idle apps are sleeping. Even the windoze mobo with
it's horrible memory management can do animated gifs. I just don't buy the RAM
excuse.
cl...@gmail.com <cl...@gmail.com> #49
sent to me through MMS because lack of memory? As much as I like my Droid this is a
real let down. I get 4 or 5 of them a day and can not view them and then get hammered
by my friends when asked if I seen their last MMS message and I got to tell them yep
but I can play it. :(
ge...@gmail.com <ge...@gmail.com> #50
lack of available RAM also. All I see is Uploads Disabled. I feel like we're part
of some beta testing social experiment. GIVE US GIF'S AND FILE UPLOADING IN THE
BROWSER... outside of that crappy Opera browser at least.
[Deleted User] <[Deleted User]> #51
manager.
sp...@gmail.com <sp...@gmail.com> #52
allowing numbers to be input with a doble click of the alt button instead of having
to ckick alt first for wach number entered?
tj...@gmail.com <tj...@gmail.com> #53
This thread is about animated GIF not working, nothing else.
te...@gmail.com <te...@gmail.com> #54
blackberry for me. I wanted to use my G1 at the gym.. but this proves futile.
It was either $130 for a pers. trainer or a G1. The G1 does a lot more useful
things. I can't carry a trainer w/ me everywhere. haha
Thanks,
DD
sk...@gmail.com <sk...@gmail.com> #55
the "dumb" functionality. I could view animated radar pages on my two year old
Verizon/LG phone in it's barely functional mobile browser.
xx...@gmail.com <xx...@gmail.com> #56
bo...@gmail.com <bo...@gmail.com> #57
latest animated radar image. I had it set to my homepage so I could get there as
quickly as possible. When I found that Android 1.5 (now also 1.6) couldn't perform
this basic task, I thought there must have been something wrong with the site. Low &
behold it's this "high tech" phone. Wow. FAIL
cd...@gmail.com <cd...@gmail.com> #58
wi...@gmail.com <wi...@gmail.com> #59
noticed that The Weather Channel mobile site has a very nice animated radar now that
works real well on my Moto Droid (2.0.1). Weather underground is still not working,
but at least Weather channel has a nice pannable, zoomable window that seems to work
very nicely on my phone. The size of the display is larger than others, and covers a
larger area that the radar now app.
See this website on your handset:
Hopefully this will be a good workaround until someone fixes the animated gif problem.
mk...@gmail.com <mk...@gmail.com> #60
tj...@gmail.com <tj...@gmail.com> #61
issue.
Adding comments like "its stupid google doenst has this" or "i want this" is not really
helping this issue.
I think you only comment if you have some different view of this, or if you have so
technical comments.
I am sure google is working on this, so please be patient.
ch...@gmail.com <ch...@gmail.com> #62
adopter, I expected a certain number of issues like this. I expected to be
frustrated at missing basic features. But, that was years ago.
Now, Android is marketed and sold as a full featured phone. It's marketed heavily,
not towards early adopters, but every day common people who have high expectations.
You know, expectations that things are actually going to work.
Expectations that basic web functionality is going to work. Expectations that
standards that were written in 1984 would be implemented.
If being a pain in the ass user is the only way to express dissatisfaction, then I
guess that's all we can do. A year and a half of Staring issues and following
threads hasn't done shit.
Google? You're pissing off your users because you're not taking issues seriously.
It's time to fix this bug.
tj...@gmail.com <tj...@gmail.com> #63
Just complaining does not HELP this issue. Staring it does: it makes this issue bubble up
higher in the priority list which makes it more important for google to fix.
So yes: i agree, this should be fixed. But i'm getting six of all the repeating non valuable
comments that are being posted here.
br...@gmail.com <br...@gmail.com> #64
qu...@gmail.com <qu...@gmail.com> #65
Dec update still nope. COME ON! MY FREAKIN BLACKBERRY AND IT'S PATHETIC, WORTHLESS BROWSER
COULD DO IT 3 YEARS AGO.
Is there at least some workaround? Can I see radar loops in Opera or Steel?
Is there a firm date for this feature yet?
My extended patience for this seemingly basic, DOS-era feature is turning to bitterness. If videos can
be played, how is it possible a few GIFs can't fit in RAM.
co...@gmail.com <co...@gmail.com> #66
exactly what I've suspected all along. The Android team lack the necessary skills to
build a phone worthy of comparison to the iPhone.
mp...@gmail.com <mp...@gmail.com> #67
exactly what I've suspected all along. The Android team lack the necessary skills to
build a phone worthy of comparison to the iPhone."
^^ They aren't trying to make it as good as the iPhone, they are trying to make it
better. The first priority was obviously multitasking, something the iphone doesn't
do. Once they got that straight, all the other little bugs associated with it needed
to be ironed out... such as this GIF issue.
Apparently this has been fixed in Android 2.1, as I've read from several sources that
the Nexus One supports animated GIF files. Soon you'll no doubt be able to upgrade
older android devices to 2.1 and the problem will be a thing of the past.
co...@gmail.com <co...@gmail.com> #68
>^^ They aren't trying to make it as good as the iPhone, they are
>trying to make it better.
Really, I hadn't noticed! But seriously, when shall well expect an Android OS and
iPhone killer app? When? I really want to know.
>The first priority was obviously multitasking, something the iphone
>doesn't do.
Wrong and wrong. Sorry, you just lost credibility.
#1 the iPhone does multi-task! It just doesn't allow it on downloaded apps (without
jail breaking).
#2 The Android began with a Linux kernal (open source code) which natively supports
multi-tasking (the Android team didn't work hard on this - relatively speaking!)
#3 A good multi-tasking OS is also supported by good memory management. Android has
had two years to solve this problem and still nothing!
>Once they got that straight, all the other little bugs associated with it
>needed to be ironed out... such as this GIF issue.
Nonsense! This has been a problem for over a year and relatively easy to solve.
Android team: If you want this solved (and other issues), contact me.... I will
dedicate four of my best programmers to this project and have a solution in two months.
Still, other elementary issues are not solved in 2.1, such as connecting to hidden
SSID WPA2, oh just look at the thousands of issues.
ri...@gmail.com <ri...@gmail.com> #69
mp...@gmail.com <mp...@gmail.com> #70
Seriously.
Meanwhile I'm here on my friend's Nexus One, with 6 cpu intensive sites open in their
own tabs simultaneously in the browser with almost zero lag... while streaming
Pandora in the background. My iPhone will be on ebay tomorrow if anybody wants
one... t-mobile here I come...
co...@gmail.com <co...@gmail.com> #71
Seriously, there is no need for name calling. I am sorry to appear so antagonistic
but I have good reason. I entered the Android market in April (09), full of hope...
to launch some of our successful apps in the Android store, only to eventually learn
that most of the promises (made by my service provider and Android) have never come
to fruition. Such as: The Android team have little control over OS versions (among
the different hardware and service providers), there are too many bugs in version 1.5
that are being carried over to OS 2.x (e.g. hidden SSID on WPA2), serious memory
management issues on many levels, after more than a year there is still no resolution
to the huge number of countries restricted from the Android market (seriously, this
is NOT a difficult problem to solve!).
Anyhow, go drop your iPhone (which I doubt you own) and get that 'superphone' Android
Nexus. Is it better? I guess that depends on what you value the most. In the
meantime, I am going to wait until I see multi-touch, vastly improved memory
management, better battery life, wifi as good as other non-android phones, a proper
desktop application for syncing, backup, and Market browsing, one click apps updates,
and full Market access to other countries such as Canada, etc.
If you were permanently stuck on Android OS 1.5 (yes I know I have the option of
rooting) like I am, you might understand that my user experience truly sucks!
tj...@gmail.com <tj...@gmail.com> #72
browser
>>The first priority was obviously multitasking, something the iphone
>>doesn't do.
>Wrong and wrong. Sorry, you just lost credibility.
>#1 the iPhone does multi-task! It just doesn't allow it on downloaded apps (without
jail breaking).
So from a developer and user point of view it doenst right?
>#2 The Android began with a Linux kernal (open source code) which natively
>supports
>multi-tasking (the Android team didn't work hard on this - relatively speaking!)
You really dont know what you're talking about.
A big part of the Android API is about making multitasking work:
Activity life cycle management, intent filters, memory management, background
services, battery live.
This is really a big effort. You're right linux support multitasking but thats for
desktop, where talking phones here.
I think they even rewrote some linux multitasking part: there is for example the BFS
scheduler: Brain Fuck Scheduler.
>#3 A good multi-tasking OS is also supported by good memory management.
>Android has
>had two years to solve this problem and still nothing!
That is exactly where android is a top notch Star: killing the iphone in all features.
>>Once they got that straight, all the other little bugs associated with it
>>needed to be ironed out... such as this GIF issue.
>Nonsense! This has been a problem for over a year and relatively easy to solve.
I agree that this issue should be solved. However you must understand the
complexity.
>Android team: If you want this solved (and other issues), contact me.... I will
>dedicate four of my best programmers to this project and have a solution in two
>months.
Again: you dont know what youre talking about.
Maybe they already have a solution but are reluctant to implement it because of
contracts with phone manufacturers.
>Still, other elementary issues are not solved in 2.1, such as connecting to hidden
>SSID WPA2, oh just look at the thousands of issues.
You're a troll, definitly.
This is
da...@gmail.com <da...@gmail.com> #73
for animated radars, satellite loops, etc. Can't believe this phone doesn't support
such items when so many older and less advanced phones. do. I hope that someone will
find a fix soon, whether it's a different browser that can be downloaded, or a plugin
for the existing browser, and that they'll report here. I've tried some of the
weather/radar apps, but none are as good as what you should be able to access through
a premium mobile browser. Would also be interested if anyone can find out whether the
2.1 upgrade, if and when it happens will support animation ... Also, does anyone know
of a high-quality flash weather radar on the web, and whether it works with existing
OS on the Droid Eris with a flash plugin (is there a flash plugin that can be
downloaded from the market?... what about a plugin to play java loops?... anything?)
da...@gmail.com <da...@gmail.com> #74
else that someone tried a hacked version of 2.1 and it *did not* resolve the problem.
So would be interested if anyone can investigate for clarification/confirmation
either way.
cd...@gmail.com <cd...@gmail.com> #75
Google. You guys hire the best of the best engineers, and go through all this work of
setting up a public site for bug tracking and user feedback, and you still fail. :(
Don't get me wrong I love most of what Google does but this issue has become an
embarrassment for them. I guess it happens to all companies when they get large enough.
co...@gmail.com <co...@gmail.com> #76
I am not sure if fundamental changes are required to Dalvik (I am NOT a fan of VMs in
this context!)-(This is likely why iPhone apps run so much faster than equivalent
apps on Android)
Without actually understanding the true nature of the problem, I am certain that it
should not be that complicated (at least with smaller animated GIFs). Someone said it
was a licensing issue BUT the patent expired a few years ago! SILLY!
Come-on, nearly every browser enabled phone I have ever owned in the past five years
could display animated GIFs. The Android team stating that they are running into
technical limitations, that prevents animated GIFs, seems to indicate some
fundamental problems with the OS or more specifically.
If the Android team really-truly needs help on this issue and the many other critical
issues, why not completely open up source development to the community. If this is
already the case, someone please point out were the source code (and source control
reports) are located.
ja...@gmail.com <ja...@gmail.com> #77
I'd settle for saving the GIF to the SD card and using an app that converts it
before it shows it. Heck, upload it, convert it, download it and show me (clap Card
by Raymond Rulin uses an animated format of some kind). It would at least be
something.
I'm no hacker, but it soulds to me like this could use an approach like audio
formats use. Just an idea.
Yeah, no matter how pretty your tux is, if you've got ketchup on your shirt, forget
it. Go to the restroom guys. Next time keep a shout wipe in your pocket. Devs
need to develop, and pick environments with unforeseen issues in mind.
So why can't the webkit be updated? I'm sorry, but if I miss a call from a
prospective employer becuase my phone didn't work, I can't blame it on the phone.
It's a package deal. Own it, and work with the people who make the tools, but don't
blame it on the tools.
It also helps angry, impatient people to see progress, step by step, even if it
isn't huge leaps.
ta...@gmail.com <ta...@gmail.com> #78
any news with the animated gif problem?
cc...@gmail.com <cc...@gmail.com> #79
All relevant code is open source -- feel free to propose a solution.
For the technical challenges, see
da...@gmail.com <da...@gmail.com> #80
more specific questio of the android team. Is it true or not true that android 2.1
solves this problem? And if so, does that mean some of the earlier phones (like htc
droid eris, for example) will be getting upgraded to 2.1 and thus will have this
problem addressed? Also, what can you say about the prospect for other forms of
animation like java or flash. Or will we just have to wait until a firefox comes out
with an android browser (which i imagine would likely support animated gif, java,
flash, etc?)?
le...@gmail.com <le...@gmail.com> #81
wish google would start adding features people want rather than stuff they know
reviewers will wet themselves over.
fi...@googlemail.com <fi...@googlemail.com> #82
dz...@gmail.com <dz...@gmail.com> #83
qu...@gmail.com <qu...@gmail.com> #84
doesn't seem like it should be that hard. Maybe it's just a low priority for some
reason.
th...@gmail.com <th...@gmail.com> #85
everything they want it to and more *except* playing an obsolete animated weather radar gif, or a
dancing kitten they were sent in an mms. Not to bash ppl for being frustrated, but look at the phone!
Androids are pretty sweet. And animated gifs will be here soon enough.
-Posted from my HTC Hero.
da...@gmail.com <da...@gmail.com> #86
disappointment it doesn't allow for accessing some very basic features of many
websites while at the same time many other phones (and older and less advanced ones
at that) have no problem handling the same items. What's annoying is that some people
here seem to be taking shots at the Google/Android team, or at commenters, rather
than seeking out or reporting on workarounds. Surely there must be someone out there
who has found a workaround (be it an app or plug-in or something else that's doesn't
require much technical expertise to implement), or can offer clarification as to
whether Android 2.1 will solve this problem (and if and when phones such as the HTC
Droid Eris will be updated to 2.1). On notes related to animation or lack there of,
does anyone know prospects for flash, silverlight and other plug-ins with regard to
both old and new Android phones?
co...@gmail.com <co...@gmail.com> #87
BUT remember because of Google's failure to prevent OS version and feature
fragmentation, user experience varies greatly among all the different phones and carriers.
I am on a HTC Magic (OS 1.5) and my user experience is very bad. Animated GIFs? I
don't care that much about this missing ability. However, all the other more serious
problems make using this phone a very frustrating experience (for both me and those
trying to contact me). So much so, that my wife is annoyed that I bought this phone!
Dropped calls, call quality (can't hear the other party [not low volume - NOTHING!]
even when I have a perfect signal, non reacquired signal, forced close on dialer,
etc... some of the many problems with my HTC Magic.
For more of my issues, see:
where-going-new-post.html
qu...@gmail.com <qu...@gmail.com> #88
Some people don't like the current temperature in the status bar, but I love it. It's
a great app that filled that nagging hole. I got used to a radar loop on my blackberry
for 2 years, then "upgraded" to no radar loop. The Droid *IS* a great phone, but
weather *IS* a very important part of a smartphone. The droid GPS and turn-by-turn is
AWESOME. It has a lot of great stuff, not to mention a great screen, but Android still
needs the animated GIFs.
tj...@gmail.com <tj...@gmail.com> #89
GIFS, its not about 'java loops' (comment 86), dropping calls (comment 87) or a specific
app like weatherbug (comment 88). So please stick at the issue at hand.
bl...@gmail.com <bl...@gmail.com> #90
(
is a problem with available memory caused by the way WebKit converts the animated
GIFs into 32 bits-per-pixel bitmaps. I want to call total BS on this. Here's why:
The Android platform is capable of displaying 480p VIDEO!!!!
They can't honestly be serious that the Android software is capable of decoding
720x480 h264 video at 30 frames per second, but can't decode and display a measely
animated gif that is 768x496 and 9 frames long? Let's do the math:
VIDEO:
720 * 480 * 24bpp (video doesn't have alpha channel info) * 30fps = 248832000bps =
30,275 KILOBYTES per second
ANIMATED GIF:
768 * 496 * 32bpp * 3fps (I'm estimating) = 36569088bps = 4,464 KILOBYTES per second
So an animated gif is taking up rougly 1/8 of the memory requirements of something
Android is already capable of doing (at least on the Motorola Droid). Now, to be
fair, it's not a totally fair comparison because the web browser has a lot of other
objects in memory. But at the same time, the media player is both decoding video AND
audio at an incredible speed compared to an animated gif. So, I am definitely not
buying into this excuse. At the very least, animated GIFs should be possible in MMS
messages, since you're not displaying an entire webpage, just a simple animated graphic!
At the very least, the device should be able to decode two frames of the animated GIF
at a time. That way, one frame is displayed while the other is being decoded. When
the 2nd frame is ready to be displayed, display it, dump the info about frame #1 and
begin decoding frame #3. Etc etc. (Anyone ever heard of OpenGL? That how
double-buffering works!) I'm sure everyone in this discussion group would MUCH rather
have animated GIFs at 1 frame every 5 seconds (just a silly example) than no
animation at all!
So anyways, sorry for the long post everyone! But it angers me that the Android team
is making such an excuse for the lack of such an archaic feature. It'd be like saying
your Chevy pickup truck is fine pulling an 18-wheeler out of a ditch, but towing your
lawn-mower is just too much to ask of the truck!! Come on!!
by...@gmail.com <by...@gmail.com> #91
480p video requires enough memory to hold a few frames of video and an audio buffer. As soon as a frame
has been displayed, that memory can be reused for a new frame. The framerate doesn't matter here - a
higher framerate will require a beefier CPU, but not more memory. In other words, the memory usage should
be:
720 * 480 * 24bpp * frames_of_buffer = about 1MB per frame of buffer
As comment 42 mentioned, a limitation in their current graphics engine decodes each frame of the GIF into its
own 32bpp image. Presumably, all of these frames are kept resident - the GIF is not decoded multiple times.
As a result, the memory usage of a GIF image should be:
768 * 496 * 32bpp * frames_in_entire_gif_animation = about 1.5MB per frame of animation
Let's say that the typical weather loop uses the dimensions that you gave, and is about 10 frames in length.
This means that you need about 15 MB just to decode the entire GIF. That's a lot of RAM on any mobile
device, but especially on Android.
Now, GIFs are indexed images. This means that they are actually only 8bpp, so it should be possible for each
frame to be about 1/3 as big as it currently is. However, while that would decrease the memory usage, it
could make it more expensive to copy the image to the display. This would keep the CPU busy, and would
hurt battery life.
Of course, smaller GIFs present less of a problem. You're right, GIFs in MMS could probably work.
It may be true that other mobile platforms are capable of displaying animated GIFs in the browser, but that's
just because they made different trade-offs.
dj...@yahoo.com <dj...@yahoo.com> #92
dj...@yahoo.com <dj...@yahoo.com> #93
HTC HD2 COMES OUT AND YOU HAVE THAT STINKING PROBLEM !!!THAT REALLY STINKS!!!!! COME
ON GET THAT FIXED YOU FREAKEN
WIMPSSSS >:-(
ja...@gmail.com <ja...@gmail.com> #94
but a workaround I've found would be to download the GIF and then display it using
the picture viewer, through Albums, at least on my Eris. It only plays one sequence
at a time though and the only size is to fit the screen.
So the obvious question would be why does it work in the Viewer, and not the Browser?
Even though I'm multitasking and have both open as the same time.
tc...@gmail.com <tc...@gmail.com> #95
ge...@gmail.com <ge...@gmail.com> #96
weather, handcent sms has animated mms support(for their own picturres only) and now
android 2.1 has animated wallpaper, but we're still not getting animated gif files? How
does this make sense? Please make your "superphone" actually super.
aj...@gmail.com <aj...@gmail.com> #97
sw...@gmail.com <sw...@gmail.com> #98
app known as Handcent SMS has the ability to play my gifs?
His implementation opened the MMS message in a separate window, instead of trying to
display the animation in the thread/conversation view of the text messaging app.
When in the conversation/thread view, it just shows thefirst frame of the image, with
a play button on it, to open it and fully play everything on its own screen/window.
This way you don't have to store the animation in the main conversation/thread
window. I think this is the best way to conserve memory while keeping the original
style of the text messaging application in Android.
For the browser, well maybe you can try some downscaling and not playing animation
while scrolling? Ultimately, why don't you just bring out phones with more RAM? I'm
tired of powerful portable devices being handicapped by a tiny bit of RAM just to get
things done.
I've got a Motorola Droid, this thing has enough RAM to keep some apps in memory and
multitask, so if it can do that, surely you could temporarily close some background
stuff while playing the animations, as a last resort.
I really look forward to this. An alternative for those wanting animated gifs in
messages, download Handcent SMS (its free) and use that to send and view animated
gifs in messages. Something you could be waiting years for on an update from Google.
As far as the gallery and the browser, I don't think there are any alternative
solutions at present, although "Imagine Multitouch Gallery" (in the market) is
suppose to add animated gif support in the future. Its going to be a shame if we get
these features from small developers before Google can chip them in.
no...@gmail.com <no...@gmail.com> #99
GIFs. In android browser go to:
Works for NWS radar loops:
Uses javascript css php imagemagick voodoo to kinda mimic the animated gif. Its not
perfect, but works for me. Open to suggestions. Thanks!
mp...@gmail.com <mp...@gmail.com> #100
Now just create a browser plugin so that I can touch and hold a gif file in the
browser and get prompted to "Display image with
co...@gmail.com <co...@gmail.com> #101
still very bothersome to me. I saw a poster say that the handscent app allows these
images to play. I also have handscent installed but I don't get any animations
still. It shows the play button in a seperate window and I can hear the sound... but
no animations. Can anyone who uses this work around explain how to get these gifs
working? Thanx!!
di...@gmail.com <di...@gmail.com> #102
"The bitmap allocator is backed by ashmem, but when the kernel detects low memory, it
tends to kill the process rather than giving it a chance to back off."
I looked up ashmem to get a better idea of what it was in the Android Developer
Reference Guide, and it mentions this:
"MemoryFile is a wrapper for the Linux ashmem driver. MemoryFiles are backed by
shared memory, which can be optionally set to be purgeable. Purgeable files may have
their contents reclaimed by the kernel in low memory conditions (only if allowPurging
is set to true). After a file is purged, attempts to read or write the file will
cause an IOException to be thrown."
"synchronized boolean allowPurging(boolean allowPurging)
Enables or disables purging of the memory file."
Is it possible to set that flag to disable purging of the files used by the bitmap
allocator in ashmem to force it to stay alive while it plays the GIF, then maybe
manually purge it after the GIF is no longer in use? Again, I'm not a programmer, so
I have no idea what's possible; just trying to help things along.
cc...@gmail.com <cc...@gmail.com> #103
when the browser uses too much memory using any mechanism, it is killed. Further, there is no mechanism to
know beforehand if an allocation can succeed. There's no simple solution for this.
di...@gmail.com <di...@gmail.com> #104
despite it being in the foreground (and therefore the highest "importance")?
br...@gmail.com <br...@gmail.com> #105
CPU and memory than almost any animated GIF processing, so you would think that an
option to launch an external program from the browser (or anywhere else for that
matter) similar to the way youtube is stubbed within webpages now would be an
appropriate way to handle playing animated GIFs from the browser. I've read some
discussion of a demo app somewhere which plays animated GIFs as movies, so this seems
like a reasonable project for someone motivated enough to undertake.
la...@gmail.com <la...@gmail.com> #106
(25mhz, 4 meg of ram, 256k video ram) can show motion gifs
embarassed yet?
jo...@gmail.com <jo...@gmail.com> #107
Does the Technical Project Manager assigned to fix this problem have a plan to fix
this? Is there anyone working on this problem or have we heard the last from the google
team?
cc...@gmail.com <cc...@gmail.com> #108
bugs and requesting features. I can't comment about the status of Android engineering or our deployment
schedule.
ge...@gmail.com <ge...@gmail.com> #109
implement this feature. This has been an issue since day 1. Where is the "beta" label for
my droid? It needs one.
ke...@gmail.com <ke...@gmail.com> #110
nothing. I'm sure it's obvious to the dev team that this is an easy fix and a silly
thing to have overlooked. Kinda depressing, hope it gets fixed.
rp...@gmail.com <rp...@gmail.com> #111
Eris. How could a basic feature like animated gifs not be included in this device?
What a disapointment!
mr...@gmail.com <mr...@gmail.com> #112
animate. I hopped on the web and realized none of them were playing..how was this
missed?
im...@gmail.com <im...@gmail.com> #113
open my streaming webcam site, see animiated radar on
see an animiated .GIF that was sent to me through MMS. Now I know this is still being
worked on.
ba...@gmail.com <ba...@gmail.com> #114
it doesnt do .gif files. It got returned to Verizon that same day. Yes and
scumbags charged me 30 or 35.00 to return it. Also i tried out the new DEVOUR
today at Best Buy and guess what???? It doesnt support the .gif files either.
Cannot believe Google/Motorola/Verizon/Android would release such nice products
that are crippled right from the start with something as basic as animated
pictures. What a shame you have to stick to Verizon's crap menus but at least their
phones support animated pic messaging.
l....@gmail.com <l....@gmail.com> #115
play them.
an...@gmail.com <an...@gmail.com> #116
PS TEXT IS IN CAPS ON PURPOSE >-0
ja...@gmail.com <ja...@gmail.com> #117
problem or put a link or email for people who would like to help with this problem so we can help you
guys on this? This is a basic and needed function
rb...@gmail.com <rb...@gmail.com> #118
gifs and also for playing all video formats? All weather radar sites use animated
gifs and to intentionally leave it out of the operating system gives you an idea on
the priorities of the Engineers that have been developing the operating system. The
excuses of well this is the beginning of the Android operating system so there will
be errors is ridiculous! What's so odd about the animation is that Verizon store
reps have no idea why animated radar won't play on 1.5, 1.6, 2.0 or 2.1. Someone
should educate them on the Operating system and it's defects. Please someone write
software to allow animated gifs. I depend heavily on radar animation.
ke...@gmail.com <ke...@gmail.com> #119
Droid does not support animated gifs. Amazing. SOOOOO disappointed!!!
di...@gmail.com <di...@gmail.com> #120
rb...@gmail.com <rb...@gmail.com> #121
been addressed as a priority so who knows if anyone is going to write a solution in
the updates. I have the HTC Eris and I would think HTC would write an app for
animated gifs before Google or the developers get around to it. Eris is a nice unit
as are other Android phones, but the planning for the OS is terrible. Gifs and a
multi formatted video player are in dire need for users. Also, they need a refresh
selection in the menu area when browsing rather than having to hold down your finger
on the screen until the refresh option appears. Some websites don't have enough
blank space to press your finger down on without it clicking on an item. You'll
notice they have Refresh in the email menu, but not in the browser menu. Dumb
planning.
ga...@gmail.com <ga...@gmail.com> #122
My SE P910 was, ummm - IS, far better in supporting media than my G2 Magic and my new
Nexus One.
It's embarrassing.
I can play Quake3 but not a gif?
lm...@gmail.com <lm...@gmail.com> #123
till this basic feature is included. Before my Samsung Moment I had the Motorola
Hint from Cricket and as Crappy as the service was they supported animated Gifs. I
mean come on now that's really embarassing for a phone thats suppose to be
revolutionary.
sw...@gmail.com <sw...@gmail.com> #124
phones can do it then so can smart android
phones. My old razor phone could do it... So that
is no excuse.
ge...@gmail.com <ge...@gmail.com> #125
are your priorities? Obviously prioritizing the animated gif is not important, lets
put more eyecandy. what made google successful is how plain your searchbox on the
homepage is, and the services you provided... not eyecandy. DONT BE EVIL. Is that
your motto? Well evil people would allow this gif issue to remain.
sp...@gmail.com <sp...@gmail.com> #126
GIF's dis phone doesnt a big waste of $300 man n florida all of metro pcs phones
play GIF's i recieve all these cool GIF's n have 2 transfer it 2 a real computer 2
see it 2 much work giv me my money bak lol
tw...@gmail.com <tw...@gmail.com> #127
superiors updates about the continued interest in this issue, and that (s)he's not lying when (s)he says
that it is a priority and they're working on it. It's also highly probable that they're not overstating the
difficulty or complexity of the issue. There's no motive to do so. If it were a low or zero priority issue,
c... would simply say so and be done with it. I'm also certain that it would be c...'s pleasure to close this
thread as solved, so give them a break, but keep voting on this so they keep seeing the attention it's
getting.
ge...@gmail.com <ge...@gmail.com> #128
plenty of memory. Maybe earlier android phones had memory issues, but the droid and
nexus one definitely have enough. Handcent sms can play animated gifs in android, so why
can't anyone else just make an imageviewer that works like theirs. They have to work with
a data cap of 1mb for sms files, but can't google just make something like this so we can
view animated gifs? Maybe not in the browser, but in some kind of viewing program...
ANYTHING!? This is my only complaint about the operating system, but its really
aggrivating nonetheless.
mc...@gmail.com <mc...@gmail.com> #129
has been a known issue for the past year? There is a workaround, see post 99.
sc...@gmail.com <sc...@gmail.com> #130
always the off chance I might be able to help a little ;)
Seriously though... it seems like the Android folks made a serious flaw when
implementing GIFs in the first place, by making the 32bpp. Yes, I'm sure it's more
efficient when drawing to the screen if you don't have to translate from 8pp to 32bpp
for every frame... but when you realized a year ago that this completely prevented
you from doing multi-frame GIF files (which are a basic building block of a VAST
percentage of websites, including some of the most popular and highest used like
Facebook) you should have re-designed THEN rather than back-burnering it and hoping
someone would come up with better hardware or more memory or some other way of
dealing with the problem.
Sounds like the simplest solution (from a design standpoint, not coding) would be to
load GIFs internally in their native 8bpp format, and do the translation at display
time. Might be choppy on GIFs that attempt to show mini-videos with rapid updates,
but it DOES make coding a little easier in the sense that you can take advantage of
the multiple GIF packages out there that already do this (and already implement the
myriad of GIF extentions) rather than recoding it all in 32bpp yourself.
That would at least give you a stop-gap solution that could go into 2.1 and give SOME
support to the literally 100's of 1000's of websites that rely on animated GIFs to
deliver content that's been standard for the last 10 years...
sc...@gmail.com <sc...@gmail.com> #131
animation effect, to reduce CPU and battery load. Disable it by default, and put a
warning on the setting selection that says "WARNING: Can cause high battery and CPU use"
Then you have something that people can use, and the onus of managing battery use is
on the user... until a better solution can be made.
da...@gmail.com <da...@gmail.com> #132
cupcake so yeah, no gif support). Anyway, I'm not a coder, but I have to maintain
code at work so where exactly do I need to go to see your coding for the gifs? I
might not be able to pull a solution from thin air but I might be able to at least
see some work around or something. As stated numerous times in this thread, .gif's
are an important (almost essential) part of the internet for "eye-candy" to
navigation. I would like to see this implemented in some degree. (Make an update for
your gallery app?)
Having the ability to view in a webpage is nice and for others its important, i just
want to have the ability to see them. I don't care if i have to save the image first
and delete it afterwards (would get old after a while, but as long as i can see the
loop at least i'm happy). Tell us the problem in here (like details why it
doesn't/won't work) and maybe we can help with a creative solution. You don't have to
be a coder to give an idea, just to code the solution (that's what we have you guys
for ;)). Thanks for listening.
na...@gmail.com <na...@gmail.com> #133
best at it. It would be nice if I knew exactly where to navigate to see what I can do.
cc...@gmail.com <cc...@gmail.com> #134
reflash your phone. You'll need to make two fixes to the released sources.
1) edit the function should_use_animated_gif() in
external/webkit/WebCore/platform/graphics/android/ImageSourceAndroid.cpp (around line 217). Return true
to animate gifs.
2) Change setRGBA() in /WebCore/platform/image-decoders/ImageDecoder.h (around line 173) to call
*dest = SkPackARGB32(a, r, g, b);
instead of
*dest = (a << 24 | r << 16 | g << 8 | b);
With these changes, gifs will animated correctly on large memory devices like Droid and Nexus One.
There's no code path for animating gifs in arbitrary applications like Gallery, except by rewriting it to host a
WebView modded as described above.
fi...@gmail.com <fi...@gmail.com> #135
problem. Are you implying that we need to root our phone to implement this change
though? Or can this be done without root access? Thanks again!
cc...@gmail.com <cc...@gmail.com> #136
them started. I am not aware of a way to patch the system software short of building your own.
ge...@gmail.com <ge...@gmail.com> #137
li...@gmail.com <li...@gmail.com> #138
render it? also, other webkit apps and crappier hardware have been able to process GIF
for going on 15 years. Whats the excuse?
rh...@alaska.net <rh...@alaska.net> #139
to my work will not work. I confirmed this with other android phones at my service
provider. Been on the phone for hours today trying to get a fix but all say it is
only fixable by HTC. Go to
employee access only.
cc...@gmail.com <cc...@gmail.com> #140
your comments in a new bug since this is not related to animated gifs, the topic here.
tu...@gmail.com <tu...@gmail.com> #141
show animated radar so I put off my purchase. As an Athletic Director for a school, I have to be able to monitor
approaching weather during outdoor activities. I really didn't know there were smartphones still made that
didn't have this ability. My old pearl did it back in 2006.
[Deleted User] <[Deleted User]> #142
phone nut, tried just about every phone from nextel and sprint over the last 10
years. The only phone that would not show animated radar was a HTC Hero. A phone that
I really liked but had to return it in 1 day. With each new version of android I keep
hoping that animations would work. Unfortunately until this is implemented I will
have to stick with something other then android. Currently using Blackberry tour.
ds...@gmail.com <ds...@gmail.com> #143
support website that our employees use to quickly see new responsibilities. These
new responsibilities are implemented as animated gifs. Because the Android native
browser can't display animated gifs, our company will not buy Android phones.
Please fix this so I can use my Droid for business and pleasure.
jo...@gmail.com <jo...@gmail.com> #144
ebab63238ee
Note his comments underneath; memory is the issue (as stated above.)
ja...@gmail.com <ja...@gmail.com> #145
is doing nothing meaningful to change it. This is a deal breaker for many, I'm sure.
why invest in a (damn spendy) "smart phone" that can't match the basic functionality of
everyday crap phones? combined with thethe whole attitude of updates perpetually being
"just around the corner", and Android is starting to look a lot like betamax. Think i
might just head on back to my blackberry...
to...@gmail.com <to...@gmail.com> #146
a server, the server renders the gif animation as a youtube stream, and send the
stream back to the phone to display. :)
ri...@gmail.com <ri...@gmail.com> #147
droid!
nj...@gmail.com <nj...@gmail.com> #148
tg...@gmail.com <tg...@gmail.com> #149
didn't see all these ideas solidified so thought I'd post my thoughts.
It appears that the goal of the Android OS will be to have all devices running the
latest version of the OS. So even the earliest Android devices will be running 2.1
or whatever, but it's possible the additional apps will take up more resources than
the older devices can handle, so you just know "well crap, I guess I just can't run
Google Earth on my <someancientandroiddevice>".
So why not something like this:
* Quick and dirty fix - have a checkbox in the configuration to enable animated GIFs.
If it's a newer device and can handle it, cool.. if not, then have a popup warning
when you enable the option saying "may cause browser to close.. disable if you have
any problems"
* Failing that, why not have a 'lite' version of the browser and a full/deluxe
version that uses more resources. People with older devices will just know that they
can't use the fancy stuff.
Maybe I missed part of the conversation that says that even newer devices with more
memory have a problem. I apologize if that's the case.
pb...@gmail.com <pb...@gmail.com> #150
Wow. I NEED animated weather for my job. I've been a Treo owner for years and was
looking forward to the droid 'upgrade'. But the lack of this single feature may be the
deal breaker for me. This HTC Eris might be going back to Verizon.
cc...@gmail.com <cc...@gmail.com> #151
Droid and the Nexus One. I'm leaving this issue open as we continue to investigate
viable solutions for smaller memory devices.
r....@gmail.com <r....@gmail.com> #153
It is a great working device, but am very disappointed that no animated GIFs can be
displayed, that was for me the most important thing in the entire phone.
I use the mobile internet the most outdoors especially for the weather, this is now
a problem for me.
If this problem can not be solved i'm considering going back to Windows Mobile.
This new update (Froyo), is it also available for the HTC Desire?
jv...@gmail.com <jv...@gmail.com> #154
.gifs in my Gallery that I use to send people in a text message for birthdays,
holidays, etc. I also have many people send them to me. They do not work on my
Droid which is very disappointing because every other phone on the market can support
them but Droid doesn't. Hope AT&T starts using that in one of their ads.....maybe it
will finally get enough attention to be enabled/fixed/supported. With each update I
was hopeful it would be supported. They made 2.1 with stupid Live Wallpapers, but
couldn't add the useful .gif support. I hope this will be addressed sooner rather
than later.....but I am not holding my breath.
ri...@gmail.com <ri...@gmail.com> #155
flah, I always have to use backup image or solution anyway for other devices... be nice
when all mobiles become at least as consisent as the sucky browser tradeoffs between ie/
safari/firefox...
pb...@gmail.com <pb...@gmail.com> #156
If I trade my Eris in for the Motorola Droid, I will be able to view animated gifs (ie
looping radar) when Froyo is released? Being new to the droid, how do we obtain the
upgraded OS? Is it carrier dependent? I'm a Verizon customer...
rp...@gmail.com <rp...@gmail.com> #157
Droid and they have a Blackberry and a cheap generic flip phone. I do not get
animated gifs or weather radar...but they do. They can receive and makes calls and
text messages in the office...but I can't. I ask myself what can this great phone
do that theirs can't? Well, it runs out of power after three hours at work and that
is with the mobile web and wifi shut off. My phone also makes and receives ghost
calls from people in my address book. I have had this phone for three months and
hate it more each day. Just how much consumer testing did Google/HTC/Verizon do
before releasing this junk?
cr...@gmail.com <cr...@gmail.com> #158
Maybe the other commenters shouldnt be using android if they are really this dependent
on animated gifs.
ma...@gmail.com <ma...@gmail.com> #159
never rain in the river. jeez useless comments like above makes me write another
useless comment regarding that useless comment - Waste of redundant time.
la...@gmail.com <la...@gmail.com> #160
dr...@gmail.com <dr...@gmail.com> #161
ba...@bellsouth.net <ba...@bellsouth.net> #162
re...@gmail.com <re...@gmail.com> #163
isn't it already implemented? Having seen what Google is capable of, I really have
trouble believing this is such a tough problem. GIFs have been around for a long time
and mobile phones have been playing them for a long time, too.
I have been a big Google fan since the site started way back in the 90's and I use
many Google services which I'm very happy with. When I bought the N1, spending a
considerable amount of money, I thought I was buying a product that had at least the
same level of quality that I've come to expect from Google when using their FREE
services. Animated GIFs are a very basic, widely-used and nearly
universally-supported media format. For Google to deem them not worth adding to
Android is just asinine.
cc...@gmail.com <cc...@gmail.com> #164
to enable animated GIFs. For small memory phones, the change is not trivial and did not make it into this future
release.
ia...@googlemail.com <ia...@googlemail.com> #165
cc...@gmail.com <cc...@gmail.com> #166
rp...@gmail.com <rp...@gmail.com> #167
this mean that we will not get the 2.0 update promised by Verizon sale reps?
di...@gmail.com <di...@gmail.com> #168
If so, could you save an animated GIF from the browser and open it in Gallery?
If not, would adding support for animated GIFs in Gallery be easier for lower memory
applications than adding it in WebKit? Or does Gallery rely in WebKit?
xy...@gmail.com <xy...@gmail.com> #169
out. I thought I was going crazy that my ancient LG VX8300 could do something the
Incredible could not. I'm happy to see that Froyo will help me at least, but if I
knew about this I might have picked a different phone. (I'm using WeatherBug Elite
for now to solve my basic need but I'm sure others are struggling.)
jo...@gmail.com <jo...@gmail.com> #170
ba...@bellsouth.net <ba...@bellsouth.net> #171
every other phone and operating system supports animated gifs. I have an Eris and
only have 4 complaints regarding Android OS:
1. No animated Gifs.
2. No Flash or ability to play all videos on the web.
3. No "Refresh" selection under the menu when using Browser. YOu have to hold down
the display and wait on a separate menu in order to select "Refresh", but I think
this is an HTC issue since I've seen "Refresh" selection under menu buttons on the
Droid using the Browser.
4. Half of the apps available don't work and you spend more time deleting them than
should be necessary. I believe in Open apps, only so many of the android apps don't
work or are over inflated and what their function really is, or that they don't
include multi-touch rendering while using the browser.
Bottom line: Gif issue is Big and it looks like Flash mobile will be available in
about a month.
de...@gmail.com <de...@gmail.com> #172
is suppose to play animated gif,it is called chandroid, I have not tried it
yet,wanted to see if anyone else has heard of chandroid and if it works,please post
and let me know
jj...@gmail.com <jj...@gmail.com> #173
default 'photos' app. They still however do not loop They play though once and then
stop. From what I understand the code in the anmiated gifs has a loop command in
it. Android is not recognizing it though. Seems like a simple fix. Any plans for
this?
ja...@gmail.com <ja...@gmail.com> #174
animated .gifs?
ci...@gmail.com <ci...@gmail.com> #175
I just bought this app and it works great - finally, I have animated gifs on my Nexus!!!
dd...@gmail.com <dd...@gmail.com> #176
:(
:(
If I wasn't looking at my droid doing this, I wouldn't believe it. Very sad.
Would have expected more from Google.
gh...@gmail.com <gh...@gmail.com> #177
Froyo has it enabled.
From what I have gathered (and many people have ignored) is that this is a problem
with Webkit and nothing else.
pa...@gmail.com <pa...@gmail.com> #178
resolved as animated GIF's are supported in 2.2
Froyo
bi...@gmail.com <bi...@gmail.com> #179
You are right, I have Froyo on my n1 and gif works.
wm...@gmail.com <wm...@gmail.com> #180
lose respect for Google. This is just silly of them not to include it.... and then
the months and months of no fix is irritating.
mi...@gmail.com <mi...@gmail.com> #181
io...@gmail.com <io...@gmail.com> #182
sl...@gmail.com <sl...@gmail.com> #183
le...@gmail.com <le...@gmail.com> #184
ke...@gmail.com <ke...@gmail.com> #185
da...@gmail.com <da...@gmail.com> #186
ar...@gmail.com <ar...@gmail.com> #187
rb...@gmail.com <rb...@gmail.com> #188
si...@gmail.com <si...@gmail.com> #189
rb...@gmail.com <rb...@gmail.com> #190
la...@gmail.com <la...@gmail.com> #191
la...@gmail.com <la...@gmail.com> #192
- Enable Javascript for the Webview (Eg:
- Then use javascript to swap images (Eg:
Please note that this is not a solution for displaying GIFs, you must modify the content of the web, and convert/split GIF animations into different files (one for each frame) in any format (JPG, PNG, etc).
rb...@gmail.com <rb...@gmail.com> #193
je...@gmail.com <je...@gmail.com> #194
af...@gmail.com <af...@gmail.com> #195
zz...@gmail.com <zz...@gmail.com> #196
st...@gmail.com <st...@gmail.com> #197
ki...@gmail.com <ki...@gmail.com> #198
aa...@gmail.com <aa...@gmail.com> #199
ja...@gmail.com <ja...@gmail.com> #200
jf...@gmail.com <jf...@gmail.com> #201
The HTC indredible has a Processor 1000 MHz Qualcomm Snapdragon QSD 8650
As a pilot, I depend on animated gifs, like moving weather. Appears that my incredible will support the 2.2 update; nice to hear (from above) that 2.2 handles animated gifs.
(Phone processor data from
cr...@gmail.com <cr...@gmail.com> #202
sc...@gmail.com <sc...@gmail.com> #203
tr...@gmail.com <tr...@gmail.com> #204
I too need animated gifs for weather!!! Just like the other users, I live in tornado alley and I use it for watching the DIRECTION of weather when things get dicey. I also use it when riding the motorcycle so I can see where the weather will be 15 minutes down the road. Animated gifs are NOT just toys, they provide very real information to some of us.
How the F can a tiny little WinMo phone like the Raphael do this? The claim is memory usage, yet that little slider has what...HALF of what the Evo does and it has run animated gifs since day one on Opera.
This is important and a very big let down. New to android world and starting to find it can do basic stuff. Very sad.
tr...@gmail.com <tr...@gmail.com> #205
ww...@gmail.com <ww...@gmail.com> #206
tu...@gmail.com <tu...@gmail.com> #207
I'm sitting here with a crew of salespeople for whom we bought some MID tablets for them to use as quick and easy sales tools in venues not conducive to netbook/laptop use. And we have a "catalog" of nearly 200 GIFs with from 12 to 23 frames that just sit there.
So, while I sympathize with you fone owners, I've got plenty of juice, but still no animation. Hopefully 2.2 will do the trick.
Remember, Google is pushing this way beyond phones........
ga...@gmail.com <ga...@gmail.com> #208
Fail.
ke...@gmail.com <ke...@gmail.com> #209
pe...@gmail.com <pe...@gmail.com> #210
BTW Animated gif's are not just for weather maps.
The funny thing is that some of my window-dressing works because it's flash, while the real content does not work. I actually broke the important stuff by trying to make it more reliable!
Thank you in advance for fixing this problem.
12...@gmail.com <12...@gmail.com> #211
fp...@gmail.com <fp...@gmail.com> #212
I have had animated gif support all the way back to my old candybar shape nokia phones with the early wap browsers among the first color screens, all the way to my amazon kindle 2 and it's e-ink screen! If you are going to tell me that an 8 year old nokia, and a e-reader that measures screen refreshes by the second are able to do things that an android can't because of a 'very difficult memory problem', I'm going to call absolute bullshit, and say you need to hire better programmers!
th...@gmail.com <th...@gmail.com> #213
th...@gmail.com <th...@gmail.com> #214
ch...@gmail.com <ch...@gmail.com> #215
The code is there for vendors to use. Google did their job already on this one.
al...@gmail.com <al...@gmail.com> #216
de...@gmail.com <de...@gmail.com> #217
Like having a cell phone that cannot call ems, 911, or the police. Except worse, since not only needed in emergencies, this is needed day to day for a lot of us to make any money. No, you can keep your aps, since they DO NOT replace simple web (the aps are limited, limiting, and quite inaccurate.)
Verizon will be lacking about a grand from me over this, over next year. As will the android, will sit on the shelf.
The work around is stick with your old phone or go with a cheaper service. Recompiling some source?? Someone in google should contact the phone maker to alert them of their loss. (animated gif, and built in voice dictation to document/spred sheet is keeping me jumping. But no animated gif is far more important. Again a death or life issue.)
de...@gmail.com <de...@gmail.com> #218
ha...@gmail.com <ha...@gmail.com> #219
cw...@gtempaccount.com <cw...@gtempaccount.com> #220
ne...@gmail.com <ne...@gmail.com> #221
ai...@gmail.com <ai...@gmail.com> #222
ai...@gmail.com <ai...@gmail.com> #223
ww...@gmail.com <ww...@gmail.com> #224
ke...@gmail.com <ke...@gmail.com> #225
Advertised enhancements you'll see with this are:
A Faster Motorola Droid
Flash Support (w/ gif animation)
Five Home Screens
Better Droid Security
SD Card Support for Apps (install apps to card instead of phone)
Bluetooth Voice Dialing
A Better Camera Experience (onscreen menu to make adjustments)
Automatic App Updating (there is a [download all] button)
I've confirmed all of these except the Bluetooth voice dialing. They are all in there as advertised and appear to work fine so far.
ki...@gmail.com <ki...@gmail.com> #226
rb...@gmail.com <rb...@gmail.com> #227
Dear Ron Baroody,
I understand your concern about wanting to know if the HTC Eris will get Android 2.2 (Froyo). Unfortunately, at this time HTC does not have any plans to release Android 2.2 for the Eris. I apologize for any inconvenience this has caused you.
To send a reply to this message or let me know I have successfully answered your question log in to our ContactUs site using your email address and your ticket number.
Sincerely,
Joe
HTC
jv...@gmail.com <jv...@gmail.com> #228
gi...@gmail.com <gi...@gmail.com> #229
Sad panda me is :(
co...@gmail.com <co...@gmail.com> #230
ph...@gmail.com <ph...@gmail.com> #231
Hey, you don't support Flash, Then I don't support GIF animation. It's fair now...
Come on! the GIF is the most common feature since the start of web. Are you trying to force web developers to replace all those GIF animations with Flash, which by the way, hasn't been fully supported by Android.
My new Vibrant can't see any of these animations. My most creative avitar looks silly in my forum on my Android phone.
di...@gmail.com <di...@gmail.com> #232
th...@gmail.com <th...@gmail.com> #233
bi...@gmail.com <bi...@gmail.com> #234
dl...@gmail.com <dl...@gmail.com> #235
- Animated gifs properly animate in web browser
- Viewing a saved animated gif in the gallery appears as a playable video, and when played it goes through one cycle of the animation.
Tested with
Great work!
el...@iki.fi <el...@iki.fi> #236
ta...@gmail.com <ta...@gmail.com> #237
We need PROPER animated GIF support in BOTH the internet browser AND system wide (htc sense, file manager apps etc.)
From what i've gathered, if Android offered it's developers unrestricted Native access to the OS then I'm sure that this support would have been done easily a while back. Just look at other older smartphone OS's like Symbian. On Symbian, if a file format of popular demand is not supported natively by the symbian OS e.g. FLAC - then an app developer could fully create the platform support for it from scratch (decoder n everything) with unmanaged C/C++ code.
el...@iki.fi <el...@iki.fi> #238
IMHO there is no way to say the browser in Android, specifically that of Samsung Galaxy S, would be standards compliant.
I am taking my phone back to the store. Nice piece of hw and kind of like it. I do not accept the fact that things that should work by definition do not work.
This issue makes me really sad as I really am a strong FLOSS advocate in Finland. As my reason for switching to FLOSS software was the poor quality of proprietary sw I do not accept poor quality in this case either.
jo...@gmail.com <jo...@gmail.com> #239
lo...@gmail.com <lo...@gmail.com> #240
FAIL.
en...@gmail.com <en...@gmail.com> #241
This is a MUST. My Palm was a much better phone.
co...@gmail.com <co...@gmail.com> #242
# 56077
# 295
# 42457
# 36418
# 1171
# 14805
# 56459
We can only pray that the Chrome Team will respect the time and effort it has taken to create literally HUNDREDS OF ORIGINAL GIF animations on display at our entertainment site.
er...@gmail.com <er...@gmail.com> #243
No animated Gifs = huge failure IMO.
I understand there is a lot to be done, but no GIFs? Really?!
ro...@gmail.com <ro...@gmail.com> #244
iv...@gmail.com <iv...@gmail.com> #245
je...@gmail.com <je...@gmail.com> #246
mi...@gmail.com <mi...@gmail.com> #247
bl...@gmail.com <bl...@gmail.com> #248
LOL
ca...@gtempaccount.com <ca...@gtempaccount.com> #249
pr...@gmail.com <pr...@gmail.com> #250
Everytime this wretched phone fails to do even basic things like open and use animated gifs, fail to show addresses in my address book (and instead shows the as-usual useless google maps), and oodles other basic functions my old POS phone could do...well, just by watching my shouts of anger at my android phone have convinced the owner of my local bar to get an iphone 4. I think another customer wanted one too after hearing me complain about android too.
Google, u guys just dont get anything right. No flashlite support for wallpapers or apps and no animated gif support. This will be my first and LAST android i ever buy.
mp...@gmail.com <mp...@gmail.com> #251
It's fixed in new devices anyway.
de...@gmail.com <de...@gmail.com> #252
al...@gmail.com <al...@gmail.com> #253
FIX THIS SIMPLE FEATURE!
no...@gmail.com <no...@gmail.com> #254
ps...@gmail.com <ps...@gmail.com> #255
vp...@gmail.com <vp...@gmail.com> #256
As a solution, a different strategy should be used for displaying animated GIF files, where:
-previous frames are not kept in memory
-but rather, they are decoded again and again
-this way, a 32bpp buffer can be used, and there is no need to overcomplicate Skia with 8bpp buffers
-the memory consumption can be predetermined (=width*height*4 byte)
sa...@gmail.com <sa...@gmail.com> #257
Call Intent class of AdvancedSettings for wifi.
Intent intent = new Intent();
intent.setClassName("com.android.settings.wifi","com.android.settings.wifi.AdvancedSettings");
startActivity(intent)
I could set up proxy without SIM-card.
ev...@gmail.com <ev...@gmail.com> #258
da...@gmail.com <da...@gmail.com> #259
even my old sony ericsson played GIFs correctly. C'mom google get ur s*** straighten out!
gn...@gmail.com <gn...@gmail.com> #260
The gif works fine on browser and also on the WebView
an...@gmail.com <an...@gmail.com> #261
pe...@gmail.com <pe...@gmail.com> #262
Has anybody else had this problem? Is there a fix?
xm...@gmail.com <xm...@gmail.com> #263
ma...@gmail.com <ma...@gmail.com> #264
th...@gmail.com <th...@gmail.com> #265
go...@gmail.com <go...@gmail.com> #266
Wazzup?
al...@gmail.com <al...@gmail.com> #267
because there is a option ANDROID_LARGE_MEMORY_DEVICE
which is only enabled for device build
see external/webkit/Android.mk
da...@gmail.com <da...@gmail.com> #268
All those people who mocked sidekicks, which had animated radar 6 years ago, can go fly one.
kv...@gmail.com <kv...@gmail.com> #269
st...@gmail.com <st...@gmail.com> #270
2.3.3 on HTC Hero (Kernel: 2.6.29.6-flykernel-12a - Mod:CyanogenMod7 nightly31 2011-03-26)
A defect open since 2009 - that's pretty appalling by any standard.
az...@gmail.com <az...@gmail.com> #271
we...@webspinners.net <we...@webspinners.net> #272
I have been having this same issue with my Epic 4g and it really pissed me off since I built the sites WebSpinners.Net and DragonWines.Com with those GIFS and wanted to see them as they should... Anyway the Dragon stays partially on the logo (first frame) and that was that... well low and behold, the other day I installed Firefox 4 mobile to see if that browser would work as others also did not animate the gifs.
IT DOES ANIMATE GIFS and not only that! When you open the INTERNET app and pick INTERNET instead of FIREFOX it now too animates the GIFS!!! YEAH TO FIREFOX for their awesomenous!! ;-)
pe...@gmail.com <pe...@gmail.com> #273
bi...@gmail.com <bi...@gmail.com> #274
ci...@gmail.com <ci...@gmail.com> #275
br...@gmail.com <br...@gmail.com> #278
My workaround was a couple commands server-side that rips the animated gif apart frame by frame, then use JavaScript to put them back together in simple slideshow. Pretty crude, but effective. Hopefully this gets fixed eventually.
ri...@gmail.com <ri...@gmail.com> #279
ap...@gmail.com <ap...@gmail.com> #280
ja...@gmail.com <ja...@gmail.com> #281
I'm really starting to believe in the single software/hardware provider model.
la...@gmail.com <la...@gmail.com> #282
se...@gmail.com <se...@gmail.com> #283
to...@gmail.com <to...@gmail.com> #284
to...@gmail.com <to...@gmail.com> #285
to...@gmail.com <to...@gmail.com> #286
Quicksand: every developer's favorite building material!
ma...@gmail.com <ma...@gmail.com> #287
Granted, they sometimes take forever to load, crash the browser, or don't animate smoothly.
Wouldn't be surprised if it was a manufacturer problem -- wouldn't be the first time (*cough* Motorola with PVPlayer *cough*)
pr...@gmail.com <pr...@gmail.com> #288
I encountered a strange senario if is not animating it is showing as static wall paper, It it is expected in 2.2 version?
kr...@gmail.com <kr...@gmail.com> #289
gc...@gmail.com <gc...@gmail.com> #290
du...@gmail.com <du...@gmail.com> #291
fb...@gmail.com <fb...@gmail.com> #292
just can't belive it... wow! kinda makes me sad
po...@gmail.com <po...@gmail.com> #293
ya...@gmail.com <ya...@gmail.com> #294
Thanks
vi...@gmail.com <vi...@gmail.com> #295
ma...@gmail.com <ma...@gmail.com> #296
ea...@gmail.com <ea...@gmail.com> #297
Love Android, but C'MON!!!!
ke...@gmail.com <ke...@gmail.com> #298
ke...@gmail.com <ke...@gmail.com> #299
th...@gmail.com <th...@gmail.com> #300
sa...@gmail.com <sa...@gmail.com> #301
What's the reason behind this? All the apple stuff display gif no problem, even the good old nokia symbian got the job done 10 years ago.
Why u developer so insist not implementing full GIF support on the browser?
If you blaming the GIF will slow down the browser/phone then you are doing it wrong because other device seems fine and stop giving non-sense excuse.
ma...@gmail.com <ma...@gmail.com> #302
co...@gmail.com <co...@gmail.com> #303
mr...@gmail.com <mr...@gmail.com> #304
km...@gmail.com <km...@gmail.com> #305
I need this to work i fly a plane i use this radar app i need it to work again.
Why cant youll fix this problem or gif or cant you afford to do this.
Or you just dont have any techs that can do this?
Please tell me how to fix animation if youll cant.
mo...@gmail.com <mo...@gmail.com> #306
mo...@gmail.com <mo...@gmail.com> #307
pc...@gmail.com <pc...@gmail.com> #308
tb...@gmail.com <tb...@gmail.com> #309
ja...@gmail.com <ja...@gmail.com> #310
ma...@gmail.com <ma...@gmail.com> #311
ma...@gmail.com <ma...@gmail.com> #312
(15 hours later)
.....aaaand now it doesn't.
ke...@gmail.com <ke...@gmail.com> #313
ke...@gmail.com <ke...@gmail.com> #314
th...@gmail.com <th...@gmail.com> #315
FYI. To resolve issue, install Opera web browser and use it once. After that annimated giffs are working for me.
Tested on Galaxy S1 and S2.
[Deleted User] <[Deleted User]> #316
ja...@gmail.com <ja...@gmail.com> #317
I am developing a mobile website, where I need to show a .gif file for pageLoadProgress, but its not getting animated, only a static image is being displayed.
sp...@googlemail.com <sp...@googlemail.com> #318
This is all a part of the product of our times,, companies couldn't care less, its money money money and this fault wont really effect their profit margins the accountant said,,, so essentially GOOGLE DONT CARE,,, Samsung has told me that its GOOGLE WHO HAVE A BUG IN THE OPERATING SYSTEM,,, do you remember when google cared,, I do,, but times are changing and the proof of the pud is in the eating,,, De Facto,,, Microsoft cleared faults massivly quicker,,, the lesson must be,, dont buy any product with google android operating it,, unless you are happy to wait possibly 2.5 years and perhaps even more,,, cud be forever! well it could.
md...@gmail.com <md...@gmail.com> #319
an...@gmail.com <an...@gmail.com> #320
co...@gmail.com <co...@gmail.com> #321
To play Animated GIF's - Touch the Internet app - then
-> Internet -> Menu -> More -> Settings -> touch Enable GIF animation
Test with:
kl...@gmail.com <kl...@gmail.com> #322
le...@gmail.com <le...@gmail.com> #323
jr...@android.com <jr...@android.com> #324
to...@gmail.com <to...@gmail.com> #325
be...@gmail.com <be...@gmail.com> #326
If android manufacturers are *still* turning the feature off in 2.2+, then someone @AOSP is "Doing it Wrong" (tm).
al...@gmail.com <al...@gmail.com> #327
issue by telling me I can see them in the browser! Issue is NOT RESOLVED!
kl...@gmail.com <kl...@gmail.com> #328
vo...@gmail.com <vo...@gmail.com> #329
vo...@gmail.com <vo...@gmail.com> #330
ma...@gmail.com <ma...@gmail.com> #331
th...@gmail.com <th...@gmail.com> #332
Things like this should be *completely* obvious that they work. No animated gifs is like not having css in the webpages - both of them are equally elementary. Having animated gifs in absolutely NO disadvantage.
And you could also include an option in the browser to turn it off. Just like it's possible to disable javascript or flash (both of which consume tremendously more memory than a louzy anigif).
Lucky me (I guess) anigifs play just fine on my Transformer Prime. But I wouldn't have expected any less.
he...@gmail.com <he...@gmail.com> #333
mf...@gmail.com <mf...@gmail.com> #334
dm...@gmail.com <dm...@gmail.com> #335
dm...@gmail.com <dm...@gmail.com> #336
dm...@gmail.com <dm...@gmail.com> #337
ca...@gmail.com <ca...@gmail.com> #338
ca...@gmail.com <ca...@gmail.com> #339
ca...@gmail.com <ca...@gmail.com> #340
ca...@gmail.com <ca...@gmail.com> #341
ni...@gmail.com <ni...@gmail.com> #342
(Android ICS not supporting Animated GIFs, by the way)
ka...@gmail.com <ka...@gmail.com> #343
re...@gmail.com <re...@gmail.com> #344
st...@gmail.com <st...@gmail.com> #345
Please fix this.
he...@gmail.com <he...@gmail.com> #346
tr...@gmail.com <tr...@gmail.com> #347
hi...@gmail.com <hi...@gmail.com> #348
mi...@gmail.com <mi...@gmail.com> #349
Is there any chance, that you (Google) will release at least a good library that will help render a GIF?
th...@gmail.com <th...@gmail.com> #350
Come on Google! Its not even hard to script gif support!
fa...@gmail.com <fa...@gmail.com> #351
st...@gmail.com <st...@gmail.com> #352
ad...@gmail.com <ad...@gmail.com> #353
Just weighing in as a new developer that it doesn't work on the Razr M either.
Android 4.1.1
I think somewhere in 2009 someone said -Be patient - its coming soon.... <G>
ma...@gmail.com <ma...@gmail.com> #354
vo...@gmail.com <vo...@gmail.com> #355
But if I want to disable animation, how can I do that?
Want to implement feature, like on #131
po...@gmail.com <po...@gmail.com> #356
cp...@gmail.com <cp...@gmail.com> #357
po...@gmail.com <po...@gmail.com> #358
an...@gmail.com <an...@gmail.com> #359
si...@gmail.com <si...@gmail.com> #360
Samsung Galaxy tab a
Description
Only a static picture is displayed, whereas my Nokia N95 shows an animated
GIF consisting of 7 images