2 Annoyances, looking for solutions - Fascinate General

I apologize if this has already been covered. If it has, I wasn't able to find it.
1)
After a call, when I pull the phone away, the notification bar gets stuck "slightly" pulled down and touches to the screen are unresponsive. I have to pull the notification bar down all the way, then put it back up to make it go away. Otherwise, the bar just stays at about a half inch (or less) from the top of the screen. I'm using the SuperDark rom, but I don't think it's an issue with that since I remember the same thing happening with one of the first calls I made on the phone. It seems to happen about 1 out of 4 calls I make. I'm pretty used to it now and I usually just end the call using the notification bar when it happens, but I wanted to know if anyone is experiencing this and how it can be avoided/fixed.
2)
Animated GIFs. I saw the post of annoyances saying how the browser doesn't support them. But I couldn't find anything about the Gallery app not supporting them, either. I can deal with the browser, but I use Chandroid for 4chan and such, and it would be nice to view the animated GIFs I save from Chandroid in the Gallery. Is there a fix for this? Or possibly an alternate Gallery app I can use?
Thanks in advance

1. Don't press phone against ear until the proximity sensor turns the backlight off.
2. Don't have a specific answer. But I bet 2.2 wouldn't hurt.
good day

Looks like there was a discussion about the gif thing back in April.
http://forum.xda-developers.com/showthread.php?t=660914
I have seen conflicting information about this, though, on the web. I have a phone with 2.2 at home, so I will give it a test tonight and let you know, unless someone replies sooner.

Related

applications tab slides from side in portrait view

Hi, I have never posted in these forums before but I have been using them ever since I had my tmobile wing.
Anyway today my friend asked to see my G1 and idk what he pressed or did but my applications tab was on the right side of my screen while my phone was in portrait mode. It looked sweet it slid out and all the icons were small. How do you do this? When I opened and closed my phone the tab returned to nomal.
My phone is rooted by the way with JFv1.42_RC33 as my rom.
that happens to me all the time
its a software glitch
i just restart my phone
It really doesn't matter to me because the dock is fine at the bottom, but I think being able to dock the application tab on the bottom, top or sides would just add to each users comfort and enjoyment.. and we all like to be able to customize various aspects of our G1, so why not the dock location?
Rick
bigballa said:
that happens to me all the time
its a software glitch
i just restart my phone
Click to expand...
Click to collapse
Do you know how to make it happen? or does it just happen randomly?
its never happened to me but i think it's just a random glitch that happens when you open the keyboard.
but from the screenshots of it someone posted a while back, it does (in my opinion) look much better.
as far as i know, no one's been able to 'recreate' it.
This happens to me all the time on the h build. So annoying, it's like the phone doesn't know its in landscape mode. The tab gets in the way of the shortcuts etc. I can't wait to get back to G
ginomac said:
Do you know how to make it happen? or does it just happen randomly?
Click to expand...
Click to collapse
Happens to me randomly, usually when I close the keyboard and rotate the phone at the same time.
CBowley said:
This happens to me all the time on the h build. So annoying, it's like the phone doesn't know its in landscape mode. The tab gets in the way of the shortcuts etc. I can't wait to get back to G
Click to expand...
Click to collapse
no offence, but thats not what the OP was talking about. That's a known issue, rather than a random glitch.
Go the thread on adding features in the development forum, and download the launcher.apk there. Problem solved.

On screen keyboard rotation (slow)

Hello,
I got my hero about 3 weeks ago. I was content with not rooting it and just using what it came with; However, once I saw how slow the keyboard rotation was, I have since been on a quest... trying all the different roms to see if the keyboard would rotate faster.
Just so we are clear, Im talking about the on-screen keyboard on my Sprint Hero (with Google). When I rotate the phone from portrait to landscape, the screen goes dim and then pauses for a few seconds before it rotates. I am kind of interested in the processes that happen when it rotates and I was thinking it just took that long before the accel-meter noticed that the phone had rotated and then once it figured it out, another second or two to redraw everthing.
But then when using the fresh 1.0 rom I noticed that extra animation setting where it zooms the screen out and then it rotates and swings back and forth for a while. When I turn the phone sideways it INSTANTLY zooms out and swings... no-delay. But that whole animation takes a few seconds and actually seems like it takes longer before the keyboard is usable again.
Anyway, I know this is getting long so I will just get to it. Do you guys know of any rom, or setting, or modification to this phone that will stop it from dimming the screen and taking so long before it rotates. My bosses iphone is near instant in it's rotation habits, and that is what I am after. I mean, yea, I love that locale does a lot of extra stuff for me, sipdroid lets me make calls over wifi, and I can use this phone as a remote for XBMC. But if it cannot do these basic things quickly, like rotating the keyboard, then I am going to consider spending my free time modifying my own rom. I am chest deep writing my first two apps for android and was hoping not to have to spend much time on such a trivial thing.
Is it sense? Is it the screen dimming animation? Any directions you can give me that will point me in the direction of giving this phone a stern kick in the butt would be appreciated. As I said, I am not afraid to dive into making my own custom rom, just down want to start that trip if I don't have to.
Thanks for any help you can give me guys.
flexgrip said:
But then when using the fresh 1.0 rom I noticed that extra animation setting where it zooms the screen out and then it rotates and swings back and forth for a while. When I turn the phone sideways it INSTANTLY zooms out and swings... no-delay. But that whole animation takes a few seconds and actually seems like it takes longer before the keyboard is usable again.
Anyway, I know this is getting long so I will just get to it. Do you guys know of any rom, or setting, or modification to this phone that will stop it from dimming the screen and taking so long before it rotates.
Click to expand...
Click to collapse
/system/framework/framework-res.apk > res > anim houses all of the phones animations.
Ones of particular interest to you would likely be fade_in, fade_out, accelerate_interpolator, decelerate_interpolator.
The down side? These are not human readable xml files, they are in binary. I can tell you that what you would look at changing would be
Code:
android:duration="@android:010E0002"
What I can't tell you is how to change it, because honestly I don't know. You can use axmlprinter2 (google it) to read it, but you can't convert it back to binary.
Thanks, I am checking that out now. I was able to look into all these cookie-cutter animations and see that they all seem pretty sluggish. Hopefully the api is documented/open enough to look into the process and see where all the time is spent. It is just mind-boggling that no one from HTC looked at this and tried to compare the user experience with other phones. I played with the droid a little and the keyboard is instant on it too. I doubt it is just a limit of the hero hardware.
It seems like the stock rotation setting makes the backlight dim and not fade-in or out in terms of animation. Any clue why? It doesn't seem like I can turn it off.
I ran that emulator version for the android SDK that lets you see how your app works when you rotate the screen. Unfortunately it doesn't follow the same routine that the actual phone uses when rotating and is merely for visuals.

[Q] What? No LED notification?

Doesn't this phone have a LED notification feature??
Why should it have?
Isn't that obvious..?: To notify the user of missed calls and new text/email messages...
c-bone said:
Why should it have?
Click to expand...
Click to collapse
The lock screen does a pretty good job of keeping you up to date on whats been happening. I didn't even realise any new smart phones had LED notifications.
That response is hilariously absurd. I have to actually pick my phone up and look to see if something is happening?
SWYPED from my SUPASONIC
I have to say - I had the HTC Diamond before my Omnia and this is the one feature I miss.
The Phone is a million times better in every other aspect, so I will oversee this flaw
zyborg said:
Doesn't this phone have a LED notification feature??
Click to expand...
Click to collapse
No, it doesn't. Unfortunately, this is one of the features I miss from my HD2.
But there are dozens of things that are better, so I'll get along with it
Just noticed that. I've been adapting to the icons and never checked.
I like the icons it seems, with Txt, E-mail, Multiple accounts and apps with their own notifications. Wouldn't want to have to memorise each beep. dash. dot for what i missed in this day and age, the icon tells me in one glance what I've missed with a symbol, maybe coloured dots would be the same but, i did wonder how do you not look at the phone to see the LED notification?
That i wanna learn
Point explained
We're talking hardware design here. As far as I can see from inspecting the device, it DOES have LEDs under the buttons, which means that it is INDEED possible to implement a LED notification hack of some sort... like it's been done on the Samsung Galaxy Tab, for instance (http://forum.xda-developers.com/showthread.php?t=830782)!
The advantage: A slow-blinking LED will enable the user to become notified of a new text/email message/missed call by just glancing at the phone from afar, ergo not having to pick the phone up AND turn on the screen.
It's an epic fail, in my opinion, that this cannot be found in the otherwise great hardware design of the Omnia 7, as all well-crafted smartphones these days incorporate such functionality (e.g. the HTC Hero).
mwako said:
Just noticed that. I've been adapting to the icons and never checked.
I like the icons it seems, with Txt, E-mail, Multiple accounts and apps with their own notifications. Wouldn't want to have to memorise each beep. dash. dot for what i missed in this day and age, the icon tells me in one glance what I've missed with a symbol, maybe coloured dots would be the same but, i did wonder how do you not look at the phone to see the LED notification?
That i wanna learn
Click to expand...
Click to collapse
I get ya, Makes a nice feature for some phone users i guess, But i needed this as smart phone to keep on me at all times *my reason anyway*, if i miss a call/e-mail i have to call back asap anyway
zyborg said:
We're talking hardware design here. As far as I can see from inspecting the device, it DOES have LEDs under the buttons, which means that it is INDEED possible to implement a LED notification hack of some sort... like it's been done on the Samsung Galaxy Tab, for instance (http://forum.xda-developers.com/showthread.php?t=830782)!
The advantage: A slow-blinking LED will enable the user to become notified of a new text/email message/missed call by just glancing at the phone from afar, ergo not having to pick the phone up AND turn on the screen.
It's an epic fail, in my opinion, that this cannot be found in the otherwise great hardware design of the Omnia 7, as all well-crafted smartphones these days incorporate such functionality (e.g. the HTC Hero).
Click to expand...
Click to collapse
If someone writes such an app, and it does not consume much more power, it would be a reason for me to do the unlock...
I guess there is no chance that this app would be approved via the official way?
Just realized: Someone's actually made an app for submitting and voting for already submitted ideas for improvements to WP7. It's called "My WP7 Idea", and yes, it already contains my idea. USE IT! (and please, please, please VOTE for this)
Does anyone know if there's a LED under the middle touch navigation button (the one with the Windows logo)? Would be cool, if this could light up with notifications, wouldn't it...?
Theres not a LED. Only the other 2 buttons lighten up. I don't think that's a problem tough.
You could think of a procedure like back button enlightened when a new sms is there, search button when you have a missed call or something.
Close to the light sensor i saw another something,i dont know what is it for..but on a video on youtube..i saw it blinking in blue..when the user used bluetooth for calling...anyone noticed that?
we got 4" led display !
can notification led just be emulated by a small blinking square right in the center of the screen ?
conqu1stador said:
I have to actually pick my phone up and look to see if something is happening?
SWYPED from my SUPASONIC
Click to expand...
Click to collapse
Yes. Ludicrous, isn't it.
I don't understand how this could bother you so much, unless you like people to notice that you are popular. You should have looked at the specs before you bought it - seems to be an ongoing problem people have with phones.
Spookidoodles said:
I don't understand how this could bother you so much, unless you like people to notice that you are popular. You should have looked at the specs before you bought it - seems to be an ongoing problem people have with phones.
Click to expand...
Click to collapse
you can't be serious? since the dawn of man (ok,mobile), a phone has had a visual indicator that you have missed an event. This is like having an alarm clock with no alarm. you just have to keep waking up and switching the screen on!
I've recently got my hands on an Omnia 7 and today I realised I was missing emails,sms etc because there was no led flashing. I thought it was broken. Turns out it isn't... the logic of samsung is.
zombiefly said:
you can't be serious? since the dawn of man (ok,mobile), a phone has had a visual indicator that you have missed an event. This is like having an alarm clock with no alarm. you just have to keep waking up and switching the screen on!
I've recently got my hands on an Omnia 7 and today I realised I was missing emails,sms etc because there was no led flashing. I thought it was broken. Turns out it isn't... the logic of samsung is.
Click to expand...
Click to collapse
You could go to settings and set a sound for new emails (not set by default) and see if it's better, it vibrates too
just my 5 cent

[Q] Text messages not lighting up lock screen?

So I just got an S4 on Friday, and I've been customizing things and playing with it all weekend. I haven't done any changing of the software like I usually come to xda to do, just played with the stock everything.
When I get a text, my phone doesn't light up, only the little LED does (I've seen the option to turn the LED on/off for notifications) and then when I turn the screen on manually by hitting the power button, I have to click the text message, THEN pick my finger up, go towards the bottom of the screen, and swipe it there? It's a total of 3 gestures (click, click, swipe) to open my phone to a recent text IF I hear my notification. Most of the time I'm gaming and have headphones on, or am watching TV or something and see the screen light up on my phone and go straight to the text.
My S2 I had last week showed up a little envelope that I swiped and it went straight to the new text message I received. This was after the screen lit up upon arrival of the message initially. This took 1 gesture of effort on my part to open a text.
Has anyone else experienced/noticed this, and if so, does anyone know how to fix this? If I'm not being clear enough please let me know. Thanks in advance guys.
that's generally the way all android phones work.
if you want to, download handcent and use that for your texting. you can enable the popup and customize how long it opens the screen for i.e. 5 sec 10 sec or 20 sec
fade2green514 said:
that's generally the way all android phones work.
if you want to, download handcent and use that for your texting. you can enable the popup and customize how long it opens the screen for i.e. 5 sec 10 sec or 20 sec
Click to expand...
Click to collapse
I'll take your word for it, it's just that I've owned 2 android phones and 50% of them worked right and 50% of them are being obnoxious just to open a text. My phone lights up when someone calls, why wouldn't it light up when I get a text, like every other phone I've ever owned? I just feel really bummed about my purchase. Texting is 75% of what I use my phone for, and it's annoying as hell on this one. I'll check out handcent though, I really appreciate the suggestion. Thanks
**edit**
If there's a way to just get stock to work right, I'd most definitely prefer that. If I HAVE to use some 3rd party app to text, I guess I'll settle for that.
favaron88 said:
I'll take your word for it, it's just that I've owned 2 android phones and 50% of them worked right and 50% of them are being obnoxious just to open a text. My phone lights up when someone calls, why wouldn't it light up when I get a text, like every other phone I've ever owned? I just feel really bummed about my purchase. Texting is 75% of what I use my phone for, and it's annoying as hell on this one. I'll check out handcent though, I really appreciate the suggestion. Thanks
**edit**
If there's a way to just get stock to work right, I'd most definitely prefer that. If I HAVE to use some 3rd party app to text, I guess I'll settle for that.
Click to expand...
Click to collapse
Mate you're lucky. I hate my screen lighting up when I receive a text! So much so I installed a mod on my S3 to disable it.
But my S4 on stock ROM lights the screen up whenever I get a text.
I would suggest you to do a factory reset, that should sort it hopefully.
favaron88 said:
I'll take your word for it, it's just that I've owned 2 android phones and 50% of them worked right and 50% of them are being obnoxious just to open a text. My phone lights up when someone calls, why wouldn't it light up when I get a text, like every other phone I've ever owned? I just feel really bummed about my purchase. Texting is 75% of what I use my phone for, and it's annoying as hell on this one. I'll check out handcent though, I really appreciate the suggestion. Thanks
**edit**
If there's a way to just get stock to work right, I'd most definitely prefer that. If I HAVE to use some 3rd party app to text, I guess I'll settle for that.
Click to expand...
Click to collapse
my motorola phones have never popped up with text messages, it wastes battery especially when you cant look at it right away. besides is it so hard to just open the phone up and look? lol

Help me find ROM, forgot the name

Hello.
I've been using this certain ROM for quite a while now, and today I decided to try other roms for my HD2, while not making backup of this one that I had used. Not being satisfied with any of the roms I tried, I decided to go back to the old one, just to realize I have no backup of it, nor I know the name. So I need help finding it. I've tried a lot and this one was the most responsive/fastest/most stable one for me, so help is greatly appreciated.
Now, to the things I remember about it, hopefully someone will recognize which rom I'm talking about. It was pretty minimalistic, it was nothing fancy like most of the popular roms now. Came with a greyish stone wall like home wallpaper, there was no google search widget at the top of the screen by default (most roms have that, as far as I noticed), had 5 icons (shortcuts) in the very bottom of the screen, all grayish/whitish. There was 3 home screens you could scroll around with by default, and also the same way you could've scrolled those 5 shortcuts. When nothing was assigned to the shortcut, like when you first scrolled to the next screen, there was a plus sign (+) of the same color as all other. I'm not sure but I think the internet browser shortcut had something like a detective's head silhouette (like a side shot). Could've been a globe, too, looked like a head to me.
The battery levels showed in percentages in the upper right of the screen (without the % sign), with white dots around the white number (percentage) matching the percentage showed. The messaging was set up so it was divided in threads, and each thread looked the simplest it actually could. It said "Me: <my message>" for my sms and had the same format for the other person in thread (in new row, of course), all went left to right, no fancy iphone ballons showing me on the right side, them on left. And it had time stamps underneat the messages. By default only time for today, and date (without timestamp) for any other day.
If I can provide any more information, please let me know. Thanks for reading, hopefully someone knows what rom this is about. I'm not sure how I got to that rom, but I'm guessing it was popular at some time (maybe still is) since it worked flawlessly. Even if it reminds you of some rom that isn't this one for sure, let me know.
Edit: Remembered something, it's big I think. On boot, that animated screen containted while we wait to boot looked like a cube, rotating and disappearing, as if it was made of water, like spilling in the air, or sprinkling. Also not sure, I think it had a letter H on each side of the cube. Also, I'm willing to bet it was gingerbread build.
Edit2: Solved. It's the latest hyperdroid, sandy scorpion.

Categories

Resources