Window Transitions/Animation - Windows Mobile Development and Hacking General

I guess the question has come up already a dozen of times, but I wasn't able to find any relevant previous threads so here it goes...
I've read several times already it is impossible to add window animations to WM (6.5) .
However, when I open an email from the default MS email app that comes on my HTC Touch2 with default ROM, it clearly fades to the new email window. Even the closing "X" in the top right corner fades to an "ok" icon.
How is this possible?
Also, this app: (CRT fade out Animation)
http://forum.xda-developers.com/showthread.php?t=843480
clearly applies effects to the screen image.
Someone please clear things out :/

It is possible quite easily, if you know where to search. I'd go on this with the same way I did my pinch to zoom project some time ago - hacking the app's WndProc and when message for eg swipe gesture to change message comes, grab screen content, fade it, send the message through, fade in and all other messages meanwhile just normally send through.
But remember, this takes a lot of code and it is not worth it, it would just slow down the WM itself.

Thanks, a lot, for replying.
I really want to look into this for some reason. So if you say it's possible...
I was also wondering if it's possible to catch all windows' close events...

Related

Putting PPC (Harrier & iMate) app on Treo 700wx Issues

Hi,
I have an application which has been running nicely on Harrier and iMate devices, well any PPC devices really because of their rectangular screen shape.
My client has gone and bought some Palm Treo 700wx devices, and they have a smaller square screen.
In the resource of my project the screens are designed to fit PPC. When it runs on the Treo the Treo automatically pops up a scroll bar to allow the whole view to be seen.
The issue is when I first go into the app I can't see the top of the screen, about 20 odd pixels heigh aren't displayed. The scroll bar still displays and I can scroll down to the bottom of the view, and when I scroll up again the top of the screen is still out of sight.
If I exit the app just by tapping on the x in the top right corner (so the app is still running, not exiting properly via my Exit button which shuts down the app), I exit the app and then when I go back into the app the screens are displayed correctly, there is no missing space at the top of the screen.
If I exit the app via my exit button and then start the app again, the top of the view is missing again.
Does anyone know why the screen isn't displayed correctly when I first enter the app, or why it should come right when reloading the view again? Has anyone else had problems with screen layout when putting PPC apps on the square Treo 700wx?
Thanks
It sounds like you have a 'refresh' problem. I haven't encountered this my self and it is really hard to diagnose when you don't even tell us what language your app is written in, but basically here is what I think happens:
When your app is launched, part of its window doesn't get properly painted (not sure why exactly).
When you click the X the app isn't closed, but minimized.
When you return to it the window is maximized and repainted. Second repaint goes correctly.
The quick solution to this would be to force a window refresh just after the app is fully started.
Sorry I forgot to add the language.. it's written in eVC++ 3.0
I'll give the refresh a go, thanks
Further Questions..
I thought that minimising and then maximising the screen fixed the problem, but only partially..
Because the screen in resource is designed for regular PPC it is bigger than the Treo 700 screen size, so the OS automatically shows a scroll bar.
The new issue I'm seeing is to do with the scroll bar. The steps I take to reproduce the issue are:
1. Go to View1, and I scroll down the view (I'm using CView not CDialog)
2. Go to View2
3. Go back to View1. When I go back to the first view the scrollbar is scrolled down in the position I left it.
4. Scroll up to top of view and some of the controls in the wrong place. Some controls I dynamically create in OnInitialUpdate, and as part of the Create() I pass in CRect to tell it where to create the control.
If I set CRect.top to say 10, it's created 10 down from the top of the visible screen. The problem is that because I've scrolled the view previously the view draws it 10 down on the visible portion of the view.
I had thought that the easiest solution would be to always reset the scroll bar to the top of the view before creating my controls, but I'm not sure how to force the OS scroll bar to the top of the view. I've tried SetScrollPos(0,0) or ScrollWindow(0, y). ScrollWindow moves the actual view up or down, but the OS scrollbar is still in the same position.
Any ideas on how to set my view window to the top and to reset the scrollbar?
Thanks again
How to refresh a view?
I have sorted the issue mentioned just above, by finding the scroll position and factoring in that when I set the value of CRect area of the controls I need to dynamically draw.
I'm now just left with the first issue, of when I first start up the app the top part of the window and scrollbar are covered by the Title/Taskbar at the top of the screen.
If I close the app via the x button and restart the app, the issue resolves itself. Or if I open up any dlg like the About screen or even display an AfxMessageBox, when I close the dialog the original screen is redrawn correctly, in the correct position and scroll bar fully shown.
I have tried calling RecalcLayout(), RefreshWindow(), UpdateWindow(), Sending WM_SIZE messages and a whole range of things, but I can't seem to get the screen refreshing correctly apart from when I open any dialog and close that dialog.
When you close a dialog what messages get sent to the previous view that force it to redraw? Does anyone have any suggestions how I can force a refresh myself?
Thanks again
Did you try InvalidateRect?
I am getting a bit rusty with MFC, since I now try to do things the hard way and use pure win 32, but this should work.
If you can't use it as a class member, call the API directly using you view GetSafeHwnd() function for window handle). Use NULL for lpRect to redraw the whole window and FALSE for bErase to prevent flickering.
Note that UpdateWindow() only triggers repaint if part of the window becomes invalid (the contents needs redrawing).
No I hadn't thought of using InvalidateRect(), so I should give it a go.
In the end I just wanted the issue fixed so opted for a quick 'n dirty solution of displaying a temp CDialog as soon as the app starts and calling EndDialog() immediately in the OnInitDialog() so the dialog disappears before you see it.
It worked and the original screen gets updated to correct size, layout and scroll bar.
Cheers.

??? compose SMS from today screen-plugin????

Okay-- maybe I'm just imagining this-- but it seems like I've had it on a phone before--
Is there a plugin for the today screen that allows you type and send the message right from there? Not linking you to the phones messaging program-- but with an input box and everything right there on the today screen?
Like I said-- I think I've had this on a phone-- but I don't know anymore for sure-- or what it would have been-- I appreciate the help--
Thanks--
I think this is quite neat.
Maybe it starts up as a small bar on today screen that says "Messaging" just like the regular messaging today plugin, but expands when you tap it to show bigger input boxes... how come I haven't seen anything like this?

[REF] SMS Thread Loading Time - WORKAROUND

While playing with my HD2 I discovered a workaround for the SMS thread loading time/tap to compose delay. This is VERY bodge-job, but also goes to prove that the HD2 is MORE than capable of loading long conversations quickly, but there's just a coding error on HTC's behalf.
Firstly, you might want to time how long it takes you to open a long thread normally. With one of my contacts I get a whopping 21 seconds.
Ok so here's the simple workaround:
Open up your SMS thread
Straight away, hit the send key/button
It should ask you if you're sure you want to send a blank message - wait half a second or so (dependant on your thread size), then press "No"
Tadaaa! Your thread should be FULLY loaded, and you can begin typing
If you don't wait half a second or so before pressing no, it seems to give a graphical glitch which keeps the SMS slider faded for a little while and doesn't allow you to tap to compose as quickly.
My guess is that by fading out the SMS thread with the confirmation dialogue, you are essentially disabling the graphical loading bar/transition of messages into the thread, and as a result, the loading time is FAR quicker.
I think it goes to prove that the problem is a GUI coding error.
Anyway, I hope this helps others until HTC get off their backsides and fix this.
Thanks.
The same can be achieved by clicking on one of the loaded messages in the thread so that a menu pops up..then cancel out of it.
Alternatively, when on the HTC Sense message tab, click ALL Messages and just open the message you want to reply to.
Russinating said:
While playing with my HD2 I discovered a workaround for the SMS thread loading time/tap to compose delay. This is VERY bodge-job, but also goes to prove that the HD2 is MORE than capable of loading long conversations quickly, but there's just a coding error on HTC's behalf.
Firstly, you might want to time how long it takes you to open a long thread normally. With one of my contacts I get a whopping 21 seconds.
Ok so here's the simple workaround:
Open up your SMS thread
Straight away, hit the send key/button
It should ask you if you're sure you want to send a blank message - wait half a second or so (dependant on your thread size), then press "No"
Tadaaa! Your thread should be FULLY loaded, and you can begin typing
If you don't wait half a second or so before pressing no, it seems to give a graphical glitch which keeps the SMS slider faded for a little while and doesn't allow you to tap to compose as quickly.
My guess is that by fading out the SMS thread with the confirmation dialogue, you are essentially disabling the graphical loading bar/transition of messages into the thread, and as a result, the loading time is FAR quicker.
I think it goes to prove that the problem is a GUI coding error.
Anyway, I hope this helps others until HTC get off their backsides and fix this.
Click to expand...
Click to collapse
Thanks cool method
Its also mentioned in tip 57 in the hints and tips thread.

Text Notification Failure

Alright, hopefully someone can help. I have ran this question elsewhere, with no luck. I am running a WVGA HTC Imagio with WM6.5 and a NRG custom rom with sense 2.5. I just recently installed and then removed the newest HTC Messaging Client. Couldn't send or recieve MMS messages. Thats all fixed now, but, whenever I get a text or MMS message, the notification bubble shows in my top bar, but nowhere else, not even my unread notification on Sense. It does show up in the standard lock screen (HTC's) however.
No, it doesn't show up in Titanium either, just shows 'no new texts'.
It also doesn't show up when I use ThrottleLauncher, iPhoneToday, Infinity, Androkkid, or Home2.
So, it shows up in the lock screen and on the top bar, but no where else. Any ideas?
also, why is my tag or whatever showing that 'OP' thing?
Alright, got a little more information. I checked HKCU/System/State/Mesages/SMS/Unread and the 'count' register. When I send a test text, it doesn't change, it stays at 0. BUT when I change it manually to '1', then it registers in all my systems (TL, iPT, Sense 2.5, etc).
But when I remove the '1', its back to where no notifications other than in the top bar and lock screen are given. I do get the usual message notifications via sound and vibrate as well.
So, does anyone have any idea on why it works for the lock screen and top bar, but not in sense or any other UI?
Hi Jerry,
I hope someone can answer this as I have exactly the same problem.
The "OP" means "opening poster"!
Thanks, and no luck yet. I hope someone can figure this out, becouse I am stumped!
And don't know what "Opening Poster" means, but guess its good!
If you happen to get yours fixed, remember to swing by this way!
Post in the ROM thread.
Not releated to D&H.
Thread closed.

[Q] Thoughts after two months

My wife recently bought a Galaxy Tab 7.7 and now after some hours of experience she has some questions:
1. When you turn off the sound it doesn't turn off everything, sounds on webpages still plays.
2. The screen unlock pattern is in the same place so it's easy to see it because of the grease the finger is leaving behind.
3. When you want to edit text in the web browser, for instance in a forum like this, and you put the marker where you want to start edit, the marker jumps 1 or more letters efter about one second. It's not a miss click, because you can see that the marker is in the correct place when you remove your finger, and then after about one seconde it jumps to another place. Extremely annoying.
4. Honeycomb does not utilise the screen size, it seems like it's made for a smaller phone with lesser resolution. Reminders and other notifications is easily missed. Text is also extremly small sometimes and even though you can read it, it's very hard to put the marker in the right spot, if you want to mark and copy a text for instance.
5. Reminders from the calendar is to discreet, it should be something that you have to turn off manually so you dont miss it.
6. Can you create a shortcut to a file on the startscreen/desktop?
7. The clock doesn't show when you make a call so you can't check the time
8. The screen locks itself quickly when you make a call, in like 10 s, even though you have set it on 5 mins. Very annoying when you want to check things on the pad during a call.
9. Adding a new phone number to a contact is very unlogical, and it takes alot of steps. Why not just have, "add phone number to contact" when you have marked the number??
10. You can't set the timer on an certain amount of hours and/or min, just a time?
11. I can't write é and ü which is used sometimes in my language, the signs ¨ and ´ just doesn't exist. But a ton of smiliys do...strange choice by Google/Samsung.... (yes, I have the local version of the OS)
12. Then it's the browser:
* You can't move tabs
* Tabs has to reload when you switch between them
* Very long procedure to add a bookmark
* You can't sort the bookmarks the way you want.
13. The music player can't do shuffle
This was just the most important things, then it's alot of other annoying things that doesn't work correctly and that are just illogical.
Overall it doesn't seem like a product that is ready for selling, If this was a computer OS it would've been called version 0.1 alfa.
If you have any tips or apps that solve the above listed things, please post here. My wife would be super happy.
I m sorry to say. All of the above can be done/customize... u just haven't look in the right place or download the right Apps..... I guess it's your first smartphone.
Sent from my GT-P6800 using XDA Premium HD app
No, I've owned an Iphone, which had none of these issues.
But please give me some tips and hints, because I've looked around and have found nothing.
1) You need to turn down the media volume whilst in the browser.
2. Obviously clean the screen more often, what do you expect?
3. Its a bug with no fix. ICS should fix this.
4. With apps in general? Because ICS has started a trend for better resolution support. With notifications I suggest getting glasses. Also in the themes and apps forum there is an app to increase font size called Big Font.
5. That defeats the point of a reminder.
6. No but some custom launchers like go launcher provide this option.
7. I have a wifI only version so no idea. But the clock should always stay in the bottom bar.
8. Its meant to be this way. Its a feature from smartphones. It stops your face pressing buttons on the screen when you put the speaker grill to your ear.
9. No comment.
10. For the clock/alarm app?
11. Hold the letter e (é) and u (ü) down on the Samsung keyboard.
12. The play store offers alternative browsers like opera and dolphin hd, try some.
13. ICS upgrade should fix this. But again use the play store to find alternatives.
Honeycomb is buggy, numerous reviews have stated this. The ICS upgrade is set to fix most of these issues and provide a better overall experience. The ICS upgrade is meant to be set for May.
Its not meant to be a computer. Its meant to be be a media consumption device. You've come from an iphone which is simple. Android just takes times to get used too. You probably would have been better off with am ipad. Android tablets just aren't there yet.
Sent from my GT-P6810 using xda premium
ZacAttack said:
1) You need to turn down the media volume whilst in the browser.
Ok, but you have to agree with me that when you put the phone in silent, it should be completely silent.
2. Obviously clean the screen more often, what do you expect?
It becomes a mark after every time you log in. If they'd just had the grid in different places it wouldn't be a problem.
3. Its a bug with no fix. ICS should fix this.
I have big hopes for ICS
4. With apps in general? Because ICS has started a trend for better resolution support. With notifications I suggest getting glasses. Also in the themes and apps forum there is an app to increase font size called Big Font.
Mostly the webbrowser, even though you zoom max, it's very small text, and it's hard to highlight words. I will try Dolphin more extensively.
5. That defeats the point of a reminder.
It's just that you should have better options for the sound level (now it's a bearaly audiable "ding" or something), and it should also be a pop-up window or with a OK-button or so.
6. No but some custom launchers like go launcher provide this option.
Ok, will try that.
7. I have a wifI only version so no idea. But the clock should always stay in the bottom bar.
It doesn't, you have to go back to home screen to see the clock.
8. Its meant to be this way. Its a feature from smartphones. It stops your face pressing buttons on the screen when you put the speaker grill to your ear.
Well, it should be an option to turn it off since this is a 7.7 inch tablet and mostly you will use a headset.
9. No comment.
10. For the clock/alarm app?
11. Hold the letter e (é) and u (ü) down on the Samsung keyboard.
Thanks!
12. The play store offers alternative browsers like opera and dolphin hd, try some.
Will do!
13. ICS upgrade should fix this. But again use the play store to find alternatives.
Again, I have big hopes for ICS
Honeycomb is buggy, numerous reviews have stated this. The ICS upgrade is set to fix most of these issues and provide a better overall experience. The ICS upgrade is meant to be set for May.
Can't wait!
Its not meant to be a computer. Its meant to be be a media consumption device. You've come from an iphone which is simple. Android just takes times to get used too. You probably would have been better off with am ipad. Android tablets just aren't there yet.
I know, but they certainly have the hardware for it, they just don't use it properly.
If Apple had an ~7 inch tablet from which you could make calls, I would've probably bought that.
Sent from my GT-P6810 using xda premium
Click to expand...
Click to collapse
Thank you for your reply!
Open the phone app (not the mini dialer)
Logs - Long press a caller number- Add to contacts.
Marquzz said:
9. Adding a new phone number to a contact is very unlogical, and it takes alot of steps. Why not just have, "add phone number to contact" when you have marked the number??
Click to expand...
Click to collapse
---------- Post added at 09:10 AM ---------- Previous post was at 09:04 AM ----------
"Stopwatch & Timer" from Google Play.
Marquzz said:
10. You can't set the timer on an certain amount of hours and/or min, just a time?
Click to expand...
Click to collapse
Marquzz said:
It becomes a mark after every time you log in. If they'd just had the grid in different places it wouldn't be a problem.
Click to expand...
Click to collapse
It will leave finger marks anywhere your grid was anyway, other still can figure your grid shape
So... just clean your screen or consider using password ^^
pa64 said:
Open the phone app (not the mini dialer)
Logs - Long press a caller number- Add to contacts.
---------- Post added at 09:10 AM ---------- Previous post was at 09:04 AM ----------
"Stopwatch & Timer" from Google Play.
Click to expand...
Click to collapse
No, can't find a option to add the number to a contact you already have, it only creates a new contact. Maybe I'm just stupid, only got 5 years of higher IT education...
What I need to do is choose to edit the phone number, and then add the phone number to a contact that way.
GOF007 said:
It will leave finger marks anywhere your grid was anyway, other still can figure your grid shape
So... just clean your screen or consider using password ^^
Click to expand...
Click to collapse
Yea, this is just one of those annoying things. If the grid randomly switched place, it could've been much harder to see the pattern. But it's not very important.
It's just that when alot of things annoy you, you just start to get annoyed on other things aswell
Overall she is very happy with the tablet, it's just that it has the potential to be much much better, it's just a matter of software.
This image shows how small text is when you write in a box on a web page (max zoom), it's just hard to put the marker where you want it, if you for instance notice that you have missspelled something:
Marquzz said:
No, can't find a option to add the number to a contact you already have, it only creates a new contact. Maybe I'm just stupid, only got 5 years of higher IT education...
What I need to do is choose to edit the phone number, and then add the phone number to a contact that way.
Click to expand...
Click to collapse
Dial the number and press the icon next to the number where you can save it to any existing or new contact.
pa64 said:
Dial the number and press the icon next to the number where you can save it to any existing or new contact.
Click to expand...
Click to collapse
Yes, I know it can be done. Just can't understand why a very expensive top of the line smartphone/tablet 2012 just isn't better than this.
I might have answers to some of your questions which I hope could be useful to you:
Marquzz said:
2. The screen unlock pattern is in the same place so it's easy to see it because of the grease the finger is leaving behind.
Click to expand...
Click to collapse
As much as I hate to mention, ICS has face recognition unlock feature which doesn't leave any grease mark for James Bond; or if you are the impatient kind like me, you could considering getting the FaceLock for apps Pro (paid app) which as similar phone lock feature for non-ICS Android devices.
Marquzz said:
4. Honeycomb does not utilise the screen size, it seems like it's made for a smaller phone with lesser resolution. Reminders and other notifications is easily missed. Text is also extremly small sometimes and even though you can read it, it's very hard to put the marker in the right spot, if you want to mark and copy a text for instance.
Click to expand...
Click to collapse
You have multiple questions in one go. XD
First of all you could really re-size the screen size on running application, you could find the corresponding option in the notification bar when the tablet detects it.
Reminders and other notifications is easily missed, yes...but you could try NoLED app, or FaceLock apps Pro I mentioned earlier. (Do not use both, I tried, and miserably failed)
Text can be resized with app like BigFont. I don't use it, as it messed up with the default calendar app (though you can circumvent that with third-party calendar app)
Marquzz said:
6. Can you create a shortcut to a file on the startscreen/desktop?
Click to expand...
Click to collapse
You could use the Linda File Manager (free app) to create desktop shortcut. In the rare event you would like to create script shortcut (e.g. instant reboot script), you could try SMWidgets.
Marquzz said:
12. Then it's the browser:
* You can't move tabs
* Tabs has to reload when you switch between them
* Very long procedure to add a bookmark
* You can't sort the bookmarks the way you want.
Click to expand...
Click to collapse
I use Overskreen (paid app) as my default browser. It can't move tabs, but the tabs doesn't reload when you switch between them (redraw, though). It has additional feature like floating browser, and background processing (such that you could listen to browser's streaming audio while phone is locked)
Yeah adding and sorting bookmarks is still a major harrass, especially when you utilize Google sync bookmark features.
If you like fancy features to impress your friends you could try Dolphin Browser (beta version only, and this version is not found in Play yet): http://www.youtube.com/watch?v=AgC9qaOLmO8
Marquzz said:
Overall it doesn't seem like a product that is ready for selling, If this was a computer OS it would've been called version 0.1 alfa.
If you have any tips or apps that solve the above listed things, please post here. My wife would be super happy.
Click to expand...
Click to collapse
Trust me, this tablet is the best you can get for business applications. Of course, it is very much depending on your needs.
Marquzz said:
No, can't find a option to add the number to a contact you already have, it only creates a new contact. Maybe I'm just stupid, only got 5 years of higher IT education...
What I need to do is choose to edit the phone number, and then add the phone number to a contact that way.
Click to expand...
Click to collapse
I take it that you are trying to add a number from inside the phone app to an existing contact?
#1 If you are in Dialer, press the icon to the right of the number and you can either save it as a new contact, or add it to an existing contact.
#2 If you are in Logs, the trick is to long click on the entry in the left pane, select "Edit number before call", which will bring you to the dialer, and you to #1 above, where you can proceed accordingly. (If you select "Add to Contacts", it will be a new contact.*)
#3 Still in Logs, long clicking on the entry itself (on the right) will copy the number to clipboard. Which will allow other possibilities...
*This is peculiar to the Samsung phone app and I agree that they should not have done it this way. It's not how it works in Vanilla ICS on my Galaxy Nexus.
Hope that helps.
Marquzz said:
5. Reminders from the calendar is to discreet, it should be something that you have to turn off manually so you dont miss it.
Click to expand...
Click to collapse
The Samsung stock calendar is rather basic. Try Business Calendar, which has advanced controls for notifications (include snooze).
Marquzz said:
7. The clock doesn't show when you make a call so you can't check the time
Click to expand...
Click to collapse
The clock shows on my bottom bar even in a phone call. See attached pic below.
Marquzz said:
10. You can't set the timer on an certain amount of hours and/or min, just a time?
Click to expand...
Click to collapse
I think Alarm Clock Xtreme can do that.
Marquzz said:
12. Then it's the browser:
* You can't move tabs
* Tabs has to reload when you switch between them
* Very long procedure to add a bookmark
* You can't sort the bookmarks the way you want.
Click to expand...
Click to collapse
Use Dolphin HD. It solves the first and the last two problems. I'm not sure why but the browser sometimes reloads when you switch on the 7.7--it didn't do so (or do so as much) on either my Galaxy Nexus (ICS) or even on my old HTC HD2 running Android Gingerbread. Might be a Honeycomb thing.
Marquzz said:
13. The music player can't do shuffle
Click to expand...
Click to collapse
The ICS music player can do shuffle. If you are resourceful, you can install the apk. But again, there are better alternatives out there. For instance, Poweramp and PlayerPro. (I have the ICS player, but eventually settled on Poweramp.)
All the best!
Marquzz said:
Yes, I know it can be done. Just can't understand why a very expensive top of the line smartphone/tablet 2012 just isn't better than this.
Click to expand...
Click to collapse
Wow, ok...
1) Open the dialer
2) Enter a number
3) Click the 'add to contact' icon immediately to the right of the number you just entered
4) You are immediately taken to your list of contacts
5) At this point you have 2 options, click 'New" to add a new contact or click on any contact from the list
6) Upon clicking any one of the contacts in your list, that contact is immediately opened and the new number automatically added to the list of phone numbers for that contact...from there you can specify the number type (work, home, mobile, etc.)
I honestly can't imagine a scenario any more intuitive & straight forward than this. Please describe (if you can) what would be 'better than this'?
---------- Post added at 12:38 PM ---------- Previous post was at 12:34 PM ----------
7. I have a wifI only version so no idea. But the clock should always stay in the bottom bar.
It doesn't, you have to go back to home screen to see the clock.
Click to expand...
Click to collapse
Wrong. The taskbar on the bottom is still there during calls, and the clock is still visible. I'm looking at it right now as I type this.
For someone with 5 years of "IT higher learning", you're not exhibiting much in the way of higher intelligence here in my opinion. You are aware that there's a thing called a search engine, right? Google is kind of a popular one. Millions of people from all over the world have been using Android for several years, and nearly every question/complaint you raised in your original list has been asked, discussed & addressed by someone at some point. Instead of jumping onto a forum and ranting off your list of 'problems', you might want to poke around a bit & see if there's already an answer out there.
1. When you turn off the sound it doesn't turn off everything, sounds on webpages still plays.
https://play.google.com/store/apps/details?id=com.smartandroidapps.audiowidget&hl=en
2. The screen unlock pattern is in the same place so it's easy to see it because of the grease the finger is leaving behind.
Seriously? Clean the screen frequently; Try a non-glossy screen protector; Use a PIN or a password to unlock the screen rather than a pattern.
3. When you want to edit text in the web browser, for instance in a forum like this, and you put the marker where you want to start edit, the marker jumps 1 or more letters efter about one second. It's not a miss click, because you can see that the marker is in the correct place when you remove your finger, and then after about one seconde it jumps to another place. Extremely annoying.
This is the one item on your list that I would call a real 'problem'. A bluetooth mouse helps if this is something you need to do very often.
4. Honeycomb does not utilise the screen size, it seems like it's made for a smaller phone with lesser resolution. Reminders and other notifications is easily missed. Text is also extremly small sometimes and even though you can read it, it's very hard to put the marker in the right spot, if you want to mark and copy a text for instance.
Honeycomb is a smartphone OS first, and a tablet OS second. ICS bridges that gap much better, but there will always be some compromises. The Android phone market is bigger (much bigger) than the tablet market, so there will always be somewhat of a slant toward smartphone functionality-wise.
5. Reminders from the calendar is to discreet, it should be something that you have to turn off manually so you dont miss it.
https://play.google.com/store/apps/details?id=com.bitfire.development.calendarsnooze&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5iaXRmaXJlLmRldmVsb3BtZW50LmNhbGVuZGFyc25vb3plIl0.
6. Can you create a shortcut to a file on the startscreen/desktop?
https://play.google.com/store/apps/details?id=com.gau.go.launcherex&feature=search_result
7. The clock doesn't show when you make a call so you can't check the time
Yes, it does.
8. The screen locks itself quickly when you make a call, in like 10 s, even though you have set it on 5 mins. Very annoying when you want to check things on the pad during a call.
This is by design, and another byproduct of honeycomb being a smartphone OS first and a tablet OS second. You may notice that the tablet does have a proximity sensor with related settings. If you make a call and pass your hand over the sensor it will blank the screen...remove your hand and the screen reappears. This mirrors the functionality you'd expect when you put the 'phone' up to your ear..again geared toward how you'd expect a smartphone to work. Honestly, I'm not sure that the target demographic for this tablet will use it as their primary mobile phone all that much. But for those that do, it's a pretty minor inconvenience...so you have to push the power button to get the screen back...just not that big of a deal.
9. Adding a new phone number to a contact is very unlogical, and it takes alot of steps. Why not just have, "add phone number to contact" when you have marked the number??
Wrong. It's very logical and very intuitive. 2 clicks & done.
10. You can't set the timer on an certain amount of hours and/or min, just a time?
Who does this? Why? If you want to wake up 1 hour & 45 minutes later can you not just do some simple math in your brain and set the timer to what the time will be 1 hours & 45 minutes later?
11. I can't write é and ü which is used sometimes in my language, the signs ¨ and ´ just doesn't exist. But a ton of smiliys do...strange choice by Google/Samsung.... (yes, I have the local version of the OS)
Someone already answered this.
12. Then it's the browser:
* You can't move tabs
* Tabs has to reload when you switch between them
* Very long procedure to add a bookmark
* You can't sort the bookmarks the way you want.
Numerous browser options in the play store.
13. The music player can't do shuffle
Numerous music player options in the play store.
This was just the most important things, then it's alot of other annoying things that doesn't work correctly and that are just illogical.
Wrong. In my opinion, you're just lazy. Android is not a kindergarten children's toy like iOS. If that's what you want or need, you should get an Apple. There's a learning curve with Android, but if you invest a bit of time, you will be rewarded with an experience that's ultimately more satisfying than iOS (at least in my opinion).
Overall it doesn't seem like a product that is ready for selling, If this was a computer OS it would've been called version 0.1 alfa.
Return it & buy an Apple.
If you have any tips or apps that solve the above listed things, please post here. My wife would be super happy.
Marquzz said:
My wife recently bought a Galaxy Tab 7.7 and now after some hours of experience she has some questions:
1. When you turn off the sound it doesn't turn off everything, sounds on webpages still plays.
2. The screen unlock pattern is in the same place so it's easy to see it because of the grease the finger is leaving behind.
3. When you want to edit text in the web browser, for instance in a forum like this, and you put the marker where you want to start edit, the marker jumps 1 or more letters efter about one second. It's not a miss click, because you can see that the marker is in the correct place when you remove your finger, and then after about one seconde it jumps to another place. Extremely annoying.
4. Honeycomb does not utilise the screen size, it seems like it's made for a smaller phone with lesser resolution. Reminders and other notifications is easily missed. Text is also extremly small sometimes and even though you can read it, it's very hard to put the marker in the right spot, if you want to mark and copy a text for instance.
5. Reminders from the calendar is to discreet, it should be something that you have to turn off manually so you dont miss it.
6. Can you create a shortcut to a file on the startscreen/desktop?
7. The clock doesn't show when you make a call so you can't check the time
8. The screen locks itself quickly when you make a call, in like 10 s, even though you have set it on 5 mins. Very annoying when you want to check things on the pad during a call.
9. Adding a new phone number to a contact is very unlogical, and it takes alot of steps. Why not just have, "add phone number to contact" when you have marked the number??
10. You can't set the timer on an certain amount of hours and/or min, just a time?
11. I can't write é and ü which is used sometimes in my language, the signs ¨ and ´ just doesn't exist. But a ton of smiliys do...strange choice by Google/Samsung.... (yes, I have the local version of the OS)
12. Then it's the browser:
* You can't move tabs
* Tabs has to reload when you switch between them
* Very long procedure to add a bookmark
* You can't sort the bookmarks the way you want.
13. The music player can't do shuffle
This was just the most important things, then it's alot of other annoying things that doesn't work correctly and that are just illogical.
Overall it doesn't seem like a product that is ready for selling, If this was a computer OS it would've been called version 0.1 alfa.
If you have any tips or apps that solve the above listed things, please post here. My wife would be super happy.
Click to expand...
Click to collapse
Yeah, this and so many more "little" things is what makes me hate android. This tablet was my first device and I can safely say I will never buy another android device again. I'll probably get an I pad 4 when it comes out. I'm just sick of finding out more things my tab can't do. Its really dissapointing as the reason I chose this over an I pad was the smaller screen size but its just not worth it
Marquzz said:
My wife recently bought a Galaxy Tab 7.7 and now after some hours of experience she has some questions:
1. When you turn off the sound it doesn't turn off everything, sounds on webpages still plays.
2. The screen unlock pattern is in the same place so it's easy to see it because of the grease the finger is leaving behind.
3. When you want to edit text in the web browser, for instance in a forum like this, and you put the marker where you want to start edit, the marker jumps 1 or more letters efter about one second. It's not a miss click, because you can see that the marker is in the correct place when you remove your finger, and then after about one seconde it jumps to another place. Extremely annoying.
4. Honeycomb does not utilise the screen size, it seems like it's made for a smaller phone with lesser resolution. Reminders and other notifications is easily missed. Text is also extremly small sometimes and even though you can read it, it's very hard to put the marker in the right spot, if you want to mark and copy a text for instance.
5. Reminders from the calendar is to discreet, it should be something that you have to turn off manually so you dont miss it.
6. Can you create a shortcut to a file on the startscreen/desktop?
7. The clock doesn't show when you make a call so you can't check the time
8. The screen locks itself quickly when you make a call, in like 10 s, even though you have set it on 5 mins. Very annoying when you want to check things on the pad during a call.
9. Adding a new phone number to a contact is very unlogical, and it takes alot of steps. Why not just have, "add phone number to contact" when you have marked the number??
10. You can't set the timer on an certain amount of hours and/or min, just a time?
11. I can't write é and ü which is used sometimes in my language, the signs ¨ and ´ just doesn't exist. But a ton of smiliys do...strange choice by Google/Samsung.... (yes, I have the local version of the OS)
12. Then it's the browser:
* You can't move tabs
* Tabs has to reload when you switch between them
* Very long procedure to add a bookmark
* You can't sort the bookmarks the way you want.
13. The music player can't do shuffle
This was just the most important things, then it's alot of other annoying things that doesn't work correctly and that are just illogical.
Overall it doesn't seem like a product that is ready for selling, If this was a computer OS it would've been called version 0.1 alfa.
If you have any tips or apps that solve the above listed things, please post here. My wife would be super happy.
Click to expand...
Click to collapse
You can make a similar list of annoyances or personal preferences for any tablet, so such lists are pretty useless for it is always a trade-off between annoyances and delights and for me the delights on the 7.7 far outweigh the annoyances compared to any other tablet. So rather than buy a tablet then whinge about it you should check it out first.

Categories

Resources