Feedback wanted - Hero, G2 Touch Themes and Apps

App now on the market, thanks for all your help.

great emulation. see my magic/sapphire device specs below...
no sound
very slow response to fire/shoot tap
...other than those issues, nice work.

Hi, great looking and I like the neat touches about adding 10p etc.
Comments - as posted above, no sound and the motion of the base is very slow either by motion detection or using the trackball. Though the trackball seemed to be very intermittent.
I'm running a T-Mobile G2 touch with the latest stock rom. All other background apps, had been disabled too.

Most gracious thanks for your comments. I think I've found the sound bug proper now. I've also found a vast improvement in speed after some GFX tweaks.
The control issues sound odd as both the emulator & my i7500 don't have these problems (but neither have a trackball, the emulator has no sensor), maybe the speed increase will fix things, as the phone was probably getting bogged down with unnecessary drawPixels.
Version 5 is available in the 1st post above, be grateful of any further feedback.
Edit: I've also updated the sensor updated time to maximum to see if that helps.

Great improvemnet.
Sound - now works, firing, explosions, flying saucer. Though the sound of the "invaders" moving is slow, but I am guessing that is as the original?
Movement - The motion sensor works fine now, though the trackball still does not function for left or right movement. If you try the trackball, the app says "motion sensor disabled", but the trackball does not move the player. The fire function works when you depress the ball though.
I love it, takes me back

Daft question but
Could this be used with other arcade roms?

Splather said:
Could this be used with other arcade roms?
Click to expand...
Click to collapse
Yes, a limited few though, those what run on similar 8080 hardware (a few tweaks may be needed).
I will probably add these later.

OK, nearly at the finishing post. I reckon I've sorted the trackball issue, though I don't have a device with a trackball to test it on. I've also added the suggested full screen mode, though it runs a bit slow even after skipping a few frames, but I've left it in for the moment as it will encourage me to further optimize (will probably have a go at h/w acceleration in v2).
Version 6 Now available in the 1st post.

Trackball works fine now, not sure if it's just me but it seems slower than using the tilt method. Nice work.
I prefer the "bordered" view as it reminds me of the actual screen in the cabinet with the border around the black and white screen. Though on some machines they added coloured bands across the screen so that the invaders "appear" to change colour the lower they got. Maybe you could add that in?
"Edited"
Just a thought, not sure if you can do it, but can you override the "back" key functionality, then you could use it as a fire button and the trackball would be movement only. This way it is slightly more authentic in having the left right control and a fire button just like the original.

OMG that's slow!
Uninstalled... sorry
Love the idea, though

beaker656 said:
Trackball works fine now, not sure if it's just me but it seems slower than using the tilt method. Nice work.
Click to expand...
Click to collapse
Seem to have a problem there... read the new control instructions in version & to see if that helps. It's hard to sort until I get a real device.
beaker656 said:
I prefer the "bordered" view as it reminds me of the actual screen in the cabinet with the border around the black and white screen. Though on some machines they added coloured bands across the screen so that the invaders "appear" to change colour the lower they got. Maybe you could add that in?
Click to expand...
Click to collapse
You might be thinking of 'Space Invaders Part II' or 'Space Invaders Deluxe'
beaker656 said:
"Edited"
Just a thought, not sure if you can do it, but can you override the "back" key functionality, then you could use it as a fire button and the trackball would be movement only. This way it is slightly more authentic in having the left right control and a fire button just like the original.
Click to expand...
Click to collapse
You can still used the touch screen when using the trackball.
I don't fancy overriding the back key
Henrikmand said:
OMG that's slow!
Uninstalled... sorry
Love the idea, though
Click to expand...
Click to collapse
I've tried extra hard to speed things up a bit more in version 7.
Might be able to squeeze a bit more???
NEW UPDATE: v7
more speed
vibrator
control tweaks

U seem to just have increased the gamespeed, it still laggs like before.

Very slow and lag in sound.

Looks promising...

Hi guys and gals.
Long story... Gave my code a bit of decent profiling to see what was going on with the trackball. Seems like the cpu emulation core is taking so much time up that there is very little left for the main thread to pick up any events, and when it did, it bogged down the cpu thread. Trackball events have a huge time overhead with keyPressEvents the least, TouchEvents lie some where in the middle.
A nice solution would be to replace my java 8080 cpu source with native code (anyone want to help out here?), but my skills level is probably not up to it.
So, trackball support has now gone completely , replaced with screen buttons. Dpad will still work though, and touching almost anywhere on the screen, other than the left/right buttons will fire too (so your fingers aren't all over the place). Let me know what you's all think.
Found some extra speedups from the cpu core too, but had to butcher a lot of nicely structured code to get the gains.
Updated the first Post with the last version.
Thanks all.

Tidied up the GUI and while I was there...
Deluxe Support.
Catch the APK in the first post.
Could someone give it a final try to see if the controls problem has been fixed???
Thanks very much.

Now on the market. Thanks for all your help.

tonydoc said:
Now on the market. Thanks for all your help.
Click to expand...
Click to collapse
Well thats fine but since you've edited the thread now we don't know the title of this thing anymore

Related

[APP] [updated] 4x4 Gyrometer/Inclinometer/Landmeter

Hello friends.
I am looking for an application for measuring car x and y tilt for offroad uses with 4x4 vehicle. Only one suitable app I found is the Kai's water level with its gyrometer feature,but this is very small and in my case I don't need bubbles,so I want to get a software to do my job,but with much larger indicator,angles and warnings as this... http://www.youtube.com/watch?v=QegwIr4dle8
Is there anybody here,who can mix both functionalities of these softwares for me(cause I am not skilled with C)to one application? Super graphic effects aren't necessary.
Thanks in advance.
Very cool idea. I found this http://sites.google.com/site/srlappsproject/home/on-the-level-app its for android but looks cool.
This is very ideal,but for iPhone
http://appshopper.com/utilities/clinovintage
TomasNM said:
Hello friends.
I am looking for an application for measuring car x and y tilt for offroad uses with 4x4 vehicle. Only one suitable app I found is the Kai's water level with its gyrometer feature,but this is very small and in my case I don't need bubbles,so I want to get a software to do my job,but with much larger indicator,angles and warnings as this... http://www.youtube.com/watch?v=QegwIr4dle8
Is there anybody here,who can mix both functionalities of these softwares for me(cause I am not skilled with C)to one application? Super graphic effects aren't necessary.
Thanks in advance.
Click to expand...
Click to collapse
In truth that's not a difficult app to write, however, I think you'll have issues if you are planning on using it on the move, as the sensor only measures the gravity that it perceives, so if you move the phone around, it gets terribly confused as to where "down" is.
I'm guessing you want to know that an incline of over x degrees is likely to cause the vehicle to tip, etc, but if you are bumping over rough ground, then you'll never get an accurate reading anyway IMHO.
Cheers,
Steve.
Well,I know,that the sensor reacts also for acceleration,because normally it measures inertial forces and the result is not depended only on the gravity. Anyway,it should be okay,because I need it for very slow motion of the car in difficult terrain and I want to see,if my tilt angle(especially to side) is in tolerance,because I don't want to flip the car on the roof. Are you skilled with this "easy" programming?
I would be happy to do the graphics for it just tell me what you need.
TomasNM said:
Well,I know,that the sensor reacts also for a acceleration,because normally it changes inertial forces and the result is not depended only on the gravity. Anyway,it should be okay,because I need it for very slow motion of the car in difficult terrain and I want to see,if my tilt angle(especially to side) is in tolerance,because I don't want to flip the car on the roof. Are you skilled with this "easy" programming?
Click to expand...
Click to collapse
I wouldn't necessarily say "skilled", but I wrote the Touch Incall Screen Tweak which turns on/off the screen during a call based on the orientation of the phone, so I'm familiar with working with the accelerometer.
Cheers,
Steve.
Okay,I will prepare demo application tomorrow for PC. I want to have the functionality of the software in video,but with comparable graphics as Kai's bubble level gyrometer(visible horizont). It will be lonely one application of its type on the world,so you can be rich.
Maybe a little something like this. The buttons at the bottom would change color depending on the alarm setting for each angle. You could change that setting by pressing the corresponding button. The numbers in the buttons would give you the actual ° reading.
Just a thought.
Ok, I pulled a stupid moment, there would only be 2 axis, Yaw and Tilt. I was thinking 3D
Also the Waterlevel app found here http://forum.xda-developers.com/showthread.php?t=411550 has the open source files posted with it, may save some time.
For me is enough to have just 2 axis. The front-end angle and side angle. The image posted before is quiet perfect,but we should have 4 buttons for X-warning,X-max,Y-warning-Y-max,when I hit one of them,I will be able to adjust it. Of course some notifications for these warnings are welcomed as well as angle value visible on the screen all the time.
Next thing what is also welcomed is the power-on ability to prevent auto-dim/off the display. All the things should be visible from the driver's place,when the phone is fixed on the dashboard,so the fonts should be big enough and of course the calibration function to be present.
With this picture you have saved me lot of time spended with programming the PC demo-now isn't needed,because all features are explained.
Anyway,thank you for your help and willingness.
Something more like this? Then pressing the X or Y button would take you to a setup page that you could set warning sounds for yellow or red and you could also set degrees for the setpoints of yellow warning and red warning for each axis.
Quiet perfect!
Can you enlarge the degree fonts and locate them to the bottom corners nearby the circle? Also the labels "Actual" are not necessary. Into the top corners maybe you can locate Calibration button and options/exit(if it will be fullscreened). The warning sounds is also not bad idea...
Like this?
Absolutely perfect!!!
Well done mate.
Now just make it working and it will be super. Are you able to make it alive?
Sorry I do not have that talent, wish I did.
Oh,what a shame. I'll try to take some developers here...
I think this needs moved to the developers thread.
Please, make this dream come true! I'm looking for this kind of software too!

Updated [16/11]: [App] [G-Sensor] [Brand New] The XSense v1.0

Credits:
Foremost, let us all acknowledge Koushik for his brilliant "Sensors" library upon which most if not all non-HTC apps that use the G-Sensor, Light-Sensor, and Navi-Sensor are built, simply ingenious. Moreover, I would like to recognize No2chem for the NeuLed2 library which is an equally exquisite peace of code that allows access to the Diamond/Pro Leds. Without those two guys, accessing these advance interfaces on the diamond/pro would be inapproachable at best.
Reason: Since I bought my Diamond, I constantly thought HTC gave it a lot of sensors but nearly no .."Sense".
......... X-Sense ...........
* Hopefully, an innovaton & integration of RANDOM but needful features...
Features:
1. Courtesy Settings:
- Select Volume Profiles to activate on Face-Down & Face-UP events. Choose from: None, Silent, Normal, and Vibrate. You can also choose to suspend the Phone when its facing down (duh!).
- Automatically activate/deactivate the Speakerphone during phone calls depending on the phone's posture. In other words, if you're not holding the phone up then it will automatically activate the Speakerphone.
2. Notifications-Sense:
- IF there is/are any outstanding notification(s), the device will vibrate whenever you move it at customizable intervals: Missed Call(s), Voice Mail, and SMS only.
3. Stylus-Sense:- When the Stylus is in/out: Will play faint sound + Blink the Back button's light +/Vibrate. Moreover, the device will vibrate whenever you move it at customizable intervals.
- When the Stylus is out and the device is moved: Device will vibrate twice on every posture change + blink the Back button's light to REMIND you that the Stylus has not been placed back in. This goes ON until the Stylus is placed where it should be.
* Uses "in.wav" & "out.wav" files in the \XSense\ Dir; you can use whatever wave files for this.
4. General Settings:
- Polling Interval: From 200 to 3000 Miliseconds. This determines the rate at which the G-Sensor is polled. Lower values give higher response times and fluid operation at the cost of battery life & CPU utilization.
- Flash Navi Lights: Will blink button lights to notify you of Profile changes and Stylus In/Out.
- Vibrate on Events: Will induce very subtle vibrations to notify you of Notifications and Profile changes.
- Suspend when UP-Side-Down: Your phone will suspend if you hold it up-side-down (duh!)
- Light Navi Button When Suspended: Will do just that. This is an independent setting that turns ON the Navi button's light at suspend time, and OFF at Resume time (this is Event Driven, so no polling is involved). This feature really helps if, like me, you want to see where the damn thing is in the dark - before you launch it against the floor.
6. Installs to "\Program Files\XSense", and Creates 2 shortcuts:
"Start Menu\Programs\XSense" and "Startup\XSenseSvc".
Program Settings are saved to the Registry at "HKCU\Software\XSense\".
Use of System Resources:
1. Diskspace: 162 KB RAM footprint: 374-535 KB Battery: NOT observed.
2. CPU Usage: %0.29 Average. Spikes for 2 seconds to %2.7 - %8.5.
* Indicated CPU usage occurs ONLY when there is an EVENT (posture changed, stylus in/out Sounds playing,
etc)
Logic:
- During phone calls, All features are suspended except the Speakerphone-specific code.
- Program will respond to posture changes only 2 seconds after they have occured, this is to
avoid unintended operation ( as much as possible ).
- Vibration: The way I like it is in waves of 200 miliseconds length! I generally hate vibrations, so if you want it at 201 ms. you're welcome to make your own program and enjoy the merits of your personal taste.
- This prgram Registers Event Handlers for: "G-Sensor", "Incoming Call", "Phone Call in Progress", "Stylus in/out", and Power Manager events. DO NOT move it to Internal Storage, you have been warned.
Requirements:
.NET 3.5 + Diamond or Raphael.
Restrictions:
Only for the Diamond/Raphael (vis-a-vis, it will crash on any other device!)
Bugs/Limitations:
Knock yourself out...
Disclaimer:
This program is provided strictly on "as is" basis. It is intended only as a proof-of-concept. Although fully functional, it must NOT be considered for daily use. This software is very likely to compromise the integrity of your data as well as invariabley cause your device to malfunction in any way, shape, or form. Therefore, the developer shall be absolved of all responsibility towards testers and/or their computers & devices. While using this software you agree to be solely liable for all and any damages you do to yourself, your device, or any damn thing you possess and care for!
Release Notes:
- Download & Install the CAB
- Run the XSense from your Start Menu\Programs, customize to taste, and enjoy!
- IF you want it, download it from the Diamond section.
NOTE: Further releases/upgrades will NOT work on the Raphael/Diamond PRO.
wheres the cab?
Cab?!?
This program sounds sweet.. Im willing to give it a go, but no cab.
This is like the april fool joke for the wireless charging app. It's a joke, the app is too good to be true
/Closed
klasital said:
This is like the april fool joke for the wireless charging app. It's a joke, the app is too good to be true
/Closed
Click to expand...
Click to collapse
I fell for that too man, it was NOT funny tho! Its October btw..
shirreer said:
I fell for that too man, it was NOT funny tho! Its October btw..
Click to expand...
Click to collapse
And you still haven't posted the app...
Roger
96cobra said:
And you still haven't posted the app...
Roger
Click to expand...
Click to collapse
Released: On first post.
Release: available on the first post. Tell me what you all think (compliments/complaints)...
shirreer said:
Release: available on the first post. Tell me what you all think (compliments/complaints)...
Click to expand...
Click to collapse
can i have your permission to review this app on a video? i have a youtube dedicated to the FUZE but also other stuff
looks promising and nice
Nice but . . .
OK first off I love this program it works very smoothly, except for one thing, and I am sure this is a simple fix. I unzipped and copied everything to the root folder of my device. Started the application and it starts working, very cleanly I might ad. However the stylus function isn't working for me. I am sure it just has to do with the file of the wav, should I put these in any specific folder?
XERO_Racer said:
can i have your permission to review this app on a video? i have a youtube dedicated to the FUZE but also other stuff
looks promising and nice
Click to expand...
Click to collapse
Go right on man, and thanks for the "cheer up". Enjoy
jewill00 said:
OK first off I love this program it works very smoothly, except for one thing, and I am sure this is a simple fix. I unzipped and copied everything to the root folder of my device. Started the application and it starts working, very cleanly I might ad. However the stylus function isn't working for me. I am sure it just has to do with the file of the wav, should I put these in any specific folder?
Click to expand...
Click to collapse
Tell me more:
- Did the stylus-out/in sound EVER play?
- Did you change the original wav files?
- Is the phone's system volume (not the Ringer) loud enough to be heard?
Notes:
- The wav files (in.wav and out.wav) are supposed to be in the same directory as the program.
- The original wav files are subtle, they are meant to merely "hint" at you.
Glad that this app really works. Maybe in the next release you could add some settings so we can customize it as we wish. The only small problem that I encountered is that the phone doesn't turn back to loud mode when I flip it unless I push the wake button to turn the screen on. This can be annoying sometimes because I missed a call this way...
Good job on this app. It's really subtle but useful at the same time.
bedobela said:
Glad that this app really works. Maybe in the next release you could add some settings so we can customize it as we wish. The only small problem that I encountered is that the phone doesn't turn back to loud mode when I flip it unless I push the wake button to turn the screen on. This can be annoying sometimes because I missed a call this way...
Good job on this app. It's really subtle but useful at the same time.
Click to expand...
Click to collapse
Thank you mate. I intend to create a settings screen altough that would be both cumbersome and useless for the current feature-set except for the stylus sounds.
I am thinking of adding a launcher to the stylus events, perhaps a new note would open on stylus-out, then save+close on stylus-in.. who knows, eh?
As for the missed call......LOL... I think that's just the point ...Seriously though, WM devices cannot survive the battery strain if they don't sleep (suspend). So, we do with what we got
Cheers
only issue i am having is.. I would prefer not to have the navi lights on all the time... whether the phone is face up or down my navi lights are always on
Short Review
ok soo far i tested the app and i have to say is this is a real good app, only problems im encountering is the vibration is very very faint, but i guess thats ur deal of conserve battery life? theres no problem to it and besides...speaking of battery life, leaving the NavLight on and messing around with the app for 5 mins straight didnt even take a percent off of my battery, ill try for a more deeper battery challenge but anyways, heres a list of suggestions, pros and cons, btw this app makes my TouchPro look 5000 times more cooler too something ive been wanting on this phone
PROS:
-Courtesy Sense seems to be very effective
-doesnt kill my battery much(yet)
-not a CPU Heavy app, still can run TP flawless
-Stylus Sense is responsive
-not a memory heavy app
CONS:
-Response of every "sense" is very slow, takes like 2 seconds to switch
-Courtesy Sense can sometimes be out of control, can possibly switch the volume off and on since i have my TP in my vertical case(but that can be fixable i guess)
-Cant close the app(if user decides to) but theres a way to close it through task manager(not HTC TM though)
-Backlights dont light up anymore if app is in use
-Cant unmute unless you switch the device on
Suggestions:
-Make a settings menu where u can adjust the poll speed and sensitivity and what Senses you can turn Off or On
-Should make the Stylus notification light blink every 15-30 seconds or 1 min at the most
-Also to add on the Notifications Sense is the famous blinking LED Light whenever you shake the device
-Close/Exit option onto the app
-When the device's volume is set on silent or vibrate, the Common Sense should be turned off until the device volume is set back to normal
-and probably something crazy, the Party Light Mode, where you can make the lights blink with noise or fade different paterns or blink with some random pattern just for FUN lol
Overall Score 9/10 and thats my honest opinion...this is a great app especially in Alpha stage
Video Review coming up this weekend, ill be posting a link soon, thnx for the great app
Video Review
here ya go everyone, a review video courtesy of me feel free to subscribe if you like
http://www.youtube.com/watch?v=Ds2Brq8L_dY
XERO_Racer said:
here ya go everyone, a review video courtesy of me feel free to subscribe if you like
http://www.youtube.com/watch?v=Ds2Brq8L_dY
Click to expand...
Click to collapse
Bro, let me thank you for a VERY groovy flick, I enjoyed every bit of both your written and video reviews.
I must praise you further for a great job at a thorough & constructive critique. Your stylish review and suggestions are valuable and are noted with all due enthusiasm. I will try my utmost to reflect what I can on my next attempt - the Beta. Also, I will contemplate creating this "feast of lights" you're craving as a token of gratitude for your effort
Cheers
Here's v1.0 ... fully customizable.
This seems to be unneeded around here, So... for the few who want it, y'all can download it from the Diamond Section - In the meantime, I'll be contemplating ways of making new versions unusable on the Raphael for the obvious unpopularity of this device, and equally evident lack of enthusiasm from those who have it
Cheers

[Q] Distortion of words / writing while scrolling???

Hi,
I have just purchased an HD7 and I really like it so far but I have a question regarding some screen distortion I am seeing when I scroll through menu's, apps, etc...
For example (and where it is most noticable although it does happen in other areas as well) when I go to the applications menu (where all apps are located to the right of the Windows screen) and I scroll through the apps from top to bottom, all the writing beside each app icon becomes so distorted while scrolling (almost static like) that you cannot even make out what the words are saying until the scrolling stops and then everything is ledgable again. Is this normal?
On my Galaxy S the scrolling does not affect the font / writing this way at all and even on my old Omnia i910 I dont remember seeing this type of distortion when scrolling.
If someone can please advise me on this I would really appreciate it. Is this normal for this device? Does yours do it? Anyway to fix it?
Thanks
yiannisthegreek
It's normal behaviour but I'm not sure of the cause. From what I've seen, this only happens when using the black theme. If you use the white theme it doesn't happen.
Shadowise said:
It's normal behaviour but I'm not sure of the cause. From what I've seen, this only happens when using the black theme. If you use the white theme it doesn't happen.
Click to expand...
Click to collapse
Thank You for the reply. Really? Hmmm... That is odd. I wonder if this will be something that will be fixed in updates perhaps?
I use a black theme and this doesn't happen to me at all. Certainly not to the point it's unreadable.
jimbonics said:
I use a black theme and this doesn't happen to me at all. Certainly not to the point it's unreadable.
Click to expand...
Click to collapse
Hmmm... Now Im confused... One person says it happens to him and one says it does not.
Do you experience any distortion of the writing in apps, etc while scrolling? It is minimal when I scroll slowly but when I scroll fast it is quite noticable.
PS... I did also try the white theme and it does not do it in the white theme as was mentioned by the other poster... Only in the Black theme.
I guess I'm not sure what the deal is. When I'm scrolling fast, it could be a million dollar screen with perfect clarity and I STILL wouldn't be able to "read" what was there. I mean, I have 20-20 vision and am a pretty quick reader and I can barely read my chat log scrolling slowly. When scrolling fast enough to "distort" you would have to be able to read about 120 words per second (I scroll through three screens worth of text in less than a second, about 40 words per screen). That's 7200 words per minute which is darn near World Record Speed Reading (not counting those who skim most of it and lose a great deal of comprehension).
I'd just like to say that it's not a major issue for me, but it does happen. When scrolling the app list, the text does fade out, but I don't really see it as much of an issue as the items are moving so fast that you wouldn't be able to read the text at any rate. As the list is alphabetical, I know where I need to stop, I'm not reading the apps one by one as I go along.
I'm not sure now if the OP is experiencing a different issue but he did confirm, as I have, that it doesn't happen in the white theme.
Shadowise said:
I'd just like to say that it's not a major issue for me, but it does happen. When scrolling the app list, the text does fade out, but I don't really see it as much of an issue as the items are moving so fast that you wouldn't be able to read the text at any rate. As the list is alphabetical, I know where I need to stop, I'm not reading the apps one by one as I go along.
I'm not sure now if the OP is experiencing a different issue but he did confirm, as I have, that it doesn't happen in the white theme.
Click to expand...
Click to collapse
@Shadowise,
Yes... This is what I am talking about and again Thank You for your answers. I also really notice this when using the People Live Tile and especially in the synced Facebook listing. The text DOES fade out and the smaller the text the more faded it seems to become. Again... This is in the Black theme.
Also, I have noticed while in the People "hub" when scrolling from side to side that the screen itself darkens / dims out while scrolling and it also DOES this in the White theme as well. Is this also normal behavior?
If your not sure what I am talking about then please go into the People tile and just hold your finger on the top of the screen (where it says people in big letters) and slowly slide your finger and you will see the screen darken / dim out as it scrolls - unless there is something wrong with MY device in which case you may not notice what I am talking about.
Please let me know if this happens to you and if this is normal as well. Again... my Android does NOT do these things and so I am not sure if this is normal behavior.
Thanks in advance...
yiannisthegreek
My screen absolutely does not do this. The people tile actualy looks sharper than the apps screen, regardless of how fast I scroll. The screen does not dim out _at all_.
Black background.
It happens over here as well this is due to Motion Blur, the quality of screen used by HTC is poor and this is a known issue with the HTC HD7 and HTC Surround. HTC should have used a better screen specially for its flagship device on the Windows phone 7 platform. But i guess thats the main reason they didn't; the platform is new theres no need to increase costs for a niche emerging market.
Ok... I am confused again... One answer says that this absolutely DOES NOT happen to him and another answer says that it DOES... LOL!!!
This happens because of the 4.3" screen. It's not the best screen in the world. The 4.1" dell venue pro screen never exhibited this behavior and when I switched to the hd7 I noticed it immediately.
It's called response time, it's not fast enough as some other screen, basically it's more prominent while using black theme because it takes full response time (i.e. 8ms) for a pixel to change it colour from black to white and then to black again while you scrolling.
microhaxo said:
This happens because of the 4.3" screen. It's not the best screen in the world. The 4.1" dell venue pro screen never exhibited this behavior and when I switched to the hd7 I noticed it immediately.
Click to expand...
Click to collapse
The funny thing is that the more I play with it the more I notice that this only really happens within the stock Microsoft OS apps like People, Zune, etc. When I scroll through other 3rd party apps such as Facebook (actual app and not the synced version in the People tab), FIM (Facebook Instant Messenger), among other 3rd party apps that this fade out / distortion does not take place.
Anyone else find the same?
EDIT... I have confirmed the fade out / screen distortion to again seemingly only to be affecting the Microsoft stock OS apps again after going into Marketplace, Office, (along with the others mentioned above). It does not seem to affect 3rd party apps... Facebook, FIM, Yellowpages, YouTube, etc.
Again... Anyone else find the same or can check?
jimbonics said:
My screen absolutely does not do this. The people tile actualy looks sharper than the apps screen, regardless of how fast I scroll. The screen does not dim out _at all_.
Black background.
Click to expand...
Click to collapse
We're not talking about the whole screen, just the text.
Shadowise said:
We're not talking about the whole screen, just the text.
Click to expand...
Click to collapse
Actually... I am talking about like 3/4 of the entire screen when scrolling from side to side in any Microsoft stock OS App.
Like I said in my previous post... if you go into say the People live tile and place your finger on the top portion of the screen where in big writing it says "people" and just slowly start to move your finger to scroll you will see the bottom half of the entire page / app dim out until you remove your finger or it completes its scroll.
As I said... it does this on my device in EVERY Microsoft STOCK OS app like People, Zune, Marketplace, XBOX Live, etc but in 3rd party apps it does NOT do this. This happens in WHITE theme as well.
To try and reproduce this please go to any Microsoft OS App like "people", press your finger at the top of the page and move your finger side to side in short movements and watch your screen. You should see the dimming effect unless my phone is defective or something.
Please tell me what you find.
i'm pretty sure this is not a bug or an issue, it's just intentional, and it's 100% a software thing, you can see that in many wp7 reviews...
but a different thing is the effect you see scrolling the applist, that one is related to the hd7 screen and you won't see it using, for example, an omnia7
elmerendeiro said:
i'm pretty sure this is not a bug or an issue, it's just intentional, and it's 100% a software thing, you can see that in many wp7 reviews...
but a different thing is the effect you see scrolling the applist, that one is related to the hd7 screen and you won't see it using, for example, an omnia7
Click to expand...
Click to collapse
Do you have an HD7? Can you confirm if your screen does the same "dim / fade out" thing in the Microsoft apps as I have described? Also... Why does it not do this in 3rd party apps then like youtube for example? I have even checked the HTC Hub app and in the HTC app store it does not fade / dim out but it sure does in the Microsoft Marketplace app. Weird.
As for the thing you mention about the app list and the screen - well that is my first big dissapointment with this phone. I have a Samsung Galaxy S and of course the SAMOLED is AWESOME but this phone is said to have the S-LCD (Super LCD) display which is supposed to be a pretty good screen too.
Well... I found a youtube link regarding the BLACK theme scrolling words distortion. Here it is...
http://www.youtube.com/watch?v=RperdOR8y5g
But I have not found anything about the screen fade/dimming in Microsoft apps so I hope one of you out here can reproduce it and tell me my phone is ok (even though it will still kinda suck)... LOL!!!
djpianz said:
It's called response time, it's not fast enough as some other screen, basically it's more prominent while using black theme because it takes full response time (i.e. 8ms) for a pixel to change it colour from black to white and then to black again while you scrolling.
Click to expand...
Click to collapse
this is the full reason why ^

Ranting along

Since everybody seems to upbeat about the Nexus 4, here some things that REALLY piss me off.
For reference, I am coming from a DEFY / CM9 and have at the same time here a new HTC One S / CM10. And then there would be a Nexus 7, and a Kindle Fire / CM10/SGT7.
Why on earth couldn't they have the normal buttons on the bottom, and instead needed to waste precious screen real estate ? I do understand that a 7 inch tablet needs that as it's turned between landscape and portrait. But for a phone ... After all there is space on the device, which is unused now ...
This little microSIM tray is nifty. Especially if you are at an airport, just bought the prepaid microSIM and try to put it in. You have the tool with you, right ?
The new and improved camera app stinks like heck. The device support ISO settings, different focus modi, red-eye removal ... the works. But the default application fails to expose ANY of that. I cannot even set the JPEG quality level ... EPIC fail.
Tried to use 720p video recording ? 22fps stuttering ...
Lockscreen widgets ... why on earth would I want to have that ? And why couldn't there just be a simply settings entry to disable that ? (yes, I know that there is now an app out there that gets rid of it ...)
The good old clock. Nice work. Tons of features. Way too many. Why split this over-engineered mess into "Alarm" and "Watch" and whatever ?
Battery drain ... Looks like a lot of the new features (some which I cannot uninstall per default) are sucking up processor time, like the "Mediaserver" (got the same apps/settings as on CM9/CM10, where this does not happen).
This new pulldown quick settings is nifty. Takes me now 2 clicks and one slide to toggle wireless ... much improved over the one-click toggle in CM9/CM10 (and HTC Sense, and TouchWhiz, and ...).
Overall I feel that 4.2 is a step back from 4.1, because every new feature that should make up 4.2 seems to be more in the way than anything else. The toy needs sooo urgently CM10 it's not even funny.
I totally agree with all your points, it's definitely a turd. Wanna sell it?
To your first point, I have a feeling that Google will eventually rethink the use of on-screen buttons and come up with a solution that occupies less real estate. The back button is redundant and can easily be replaced in-app like the menu button was (e.g. click the icon in the upper-left corner to go back is already implemented in many apps) and its behavior is confusing and inconsistent; it's a carry-over from the past and poor UX design overall. The task switcher could quick easily become a hold and drag gesture from the home button or status bar with adding any additional steps to get to it.
Thinking something crazy like the tablet interface where the status bar moves to the bottom, gets a little wider, and houses the home button would be a good solution.
Why does... does... do you guys smell apples? I swear I think I do.
TheFiveDots said:
The back button is redundant and can easily be replaced in-app like the menu button was [...] and its behavior is confusing and inconsistent
Click to expand...
Click to collapse
What the... huh? Have you ever used android for longer than a few minutes?
The missing back button is the first thing I always cringe over whenever I have to handle an apple device at work, it's the best thing of the whole OS (well,at least it's pretty awesome)
And software buttons are the best solution in general, because they can hide and make place for more stuff on demand.
The "empty" space on the bottom of the nexus4 isn't because they thought they'd leave space there just for fun, there's space because it's needed for the hardware below.
If there were hardware buttons taking up the space the phone would be even bigger (or the screen smaller)
Instead of whinning about it why not try to do something about it.
Sent from Arkham
Yeah stop moaning and send it back.
Why keep a phone that "pisses" you off so much...
U mad bro?
Early adopter and complaining (very mad) that there are some updates needed............silly
Maybe u should sell it on eBay and make some money?
Or better......sell it to one of the great devs that are waiting for a device!!!!!!
Sent from my GT-I9450
muspel said:
What the... huh? Have you ever used android for longer than a few minutes?
The missing back button is the first thing I always cringe over whenever I have to handle an apple device at work, it's the best thing of the whole OS (well,at least it's pretty awesome)
And software buttons are the best solution in general, because they can hide and make place for more stuff on demand.
The "empty" space on the bottom of the nexus4 isn't because they thought they'd leave space there just for fun, there's space because it's needed for the hardware below.
If there were hardware buttons taking up the space the phone would be even bigger (or the screen smaller)
Click to expand...
Click to collapse
Yes. I have. Thanks for your assumptions though. Despite your "cringing", Apple's implementation of a dynamic "back button" at the top-left of nearly every iOS app is much more consistent and predictable.
On Android, sometimes the back button takes you back to the screen you were on previously on the same level, sometimes it takes you up a level, and sometimes it closes the app which is always surprising and annoying if you were not aware you were already at the root level. The home button closes an app, the back button doesn't need to. Google is even well aware of this unpredictably and has gone as far to draw up guidelines as to how it should be implemented, but many developers choose to ignore it.
Unpredictable behavior is bad UX design, plain and simple. Having a place in-app that takes you back and a hardware/software button that does the same is also redundant and unnecessary. Navigating an app should be natural and intuitive and all within the app, in my opinion. Hardware/software keys should be reserved for OS-level tasks like Home, Task Switching, etc.
I agree the software buttons are the best choice, but it would be nice to see them implemented in a much more dynamic and space-saving way.
The sim eject tool, aka paper clip.
TheFiveDots said:
To your first point, I have a feeling that Google will eventually rethink the use of on-screen buttons and come up with a solution that occupies less real estate. The back button is redundant and can easily be replaced in-app like the menu button was (e.g. click the icon in the upper-left corner to go back is already implemented in many apps) and its behavior is confusing and inconsistent; it's a carry-over from the past and poor UX design overall. The task switcher could quick easily become a hold and drag gesture from the home button or status bar with adding any additional steps to get to it.
Thinking something crazy like the tablet interface where the status bar moves to the bottom, gets a little wider, and houses the home button would be a good solution.
Click to expand...
Click to collapse
Yes, I was thinking that the merged tablet interface would be a cool idea for the "Nexus 4". With CM10/SGT7 on the KF you also get a nicer notification panel, which might be reasonable for a device of this size.
MonsieurJohnny said:
The sim eject tool, aka paper clip.
Click to expand...
Click to collapse
Doesn't work. Paperclip is too big for that one (at least the 3 different ones I tried).
woody296 said:
I totally agree with all your points, it's definitely a turd. Wanna sell it?
Click to expand...
Click to collapse
Actually I might do (or simply return it), but for different reasons than just the SW I was ranting about (and being disappointed for now). Of course many issues I cited will be fixed with a CM10.1 custom ROM in about 3 months ...
I disagree with the on screen buttons. I had the gs3 and it was terrible for accidentally catching the buttons. The bezel is there for a reason, Samsung put real buttons on the bezel and it's terrible. This is best of both worlds, if an watching a video I get the full screen as the buttons disappear, yet for everything else the screen is a great size.
Sent from my Nexus 4 using xda premium
I feel sorry for everyone and everything in your life.
I disagree. 4.2 is a major improvement, much faster and smoother. All these new things will be improved upon in future updates.
It sounds to me like some people would never be happy no matter what they do.
As for the on screen buttons, i love them after coming from a device that had a push button for home. It would be great though to make them autohide as they do for video.
sent via xda premium with nexus 7
Lol I love that all you fan boys bash the Op and make fun of him, but I hate to break it to you, everything in his post is true. The proper response is: "yes Google screwed some things up pretty badly here, but overall the good outweighs the bad."
Some of you people are worse than iSheep. No need to defend everything a company does. If you don't acknowledge the bad you basically give Google a license to never fix the problem it created because Google thinks you like those problems!
-Sent from my GS3 running CM10.-
I've been using it for a few days and I love the device . smoother than m gs3
Sent from my Nexus 4 using Tapatalk 2
This guy doesn't own one, he's just seen videos, it is pretty obvious.
People just love complaining, I think this is he's first android phone, probably bought it because it was so cheap, try to buy an iPhone for that price you'll probably just about pick up a second hand 4s, I've never seen a phone so cheap with so many features, first phone with 2gb ram, even the iPhone 5 has only 1gb ram.
send your phone back and go and buy an iPhone 4s from ebay!!!

Things I don't like about the Mate 10. What's yours?

1. The volume button and power button are too close together. The amount of times I went to reach the power button to turn off the display and accidentally took a screenshot by pressing power and volume down together.
2. The back is way too slippery. If the phone is on my bed and and leaning on the mattress slightly, the phone moves. Even just tapping the screen to navigate makes the phone slowly move away. Have to keep putting the case back on.
3. Gloves don't work with the front mounted sensor button. Not really blaming Huawei for that, but if out and about and gloved, you can't press the home button as the sensor won't work. I disabled my navigation bar which is the main reason I got this phone for full screen real estate. Thank God I can add the Navigation Floating Dock on the Quick Tiles so I can enable and use that when gloved and out.
4. Battery is good but not what I was expecting. Same as my Mate 9 battery life and yet I thought the Kirin 970 was 50% more efficient than the 960.
5. Wish camera had more slow motion speeds.
6. Persistent Android System notification but that's an Oreo thing and not a Huawei thing.
Having said all that I love this phone and it's the best phone I ever had.
Only had mine two days so more annoyances will probably come to light.
Agree about the power/volume button positioning.
Also since I've got a glass screen protector on it, it's a bit harder to access the sensor (have to press down into it) which is a bit annoying since it's my main means of navigating back and home as well as unlocking.
Infact the same sensor/button being used for both back (short press) and home (long press) is also awkward as I frequently do one when I mean to do the other.
Finally, it seems a bit complicated seemingly with multiple apps and settings for the same thing (though I am coming from Windows Mobile which might seem simpler as it didn't have many apps)
Agree great phone though (probably my best ever also)
I just got my mate 10 (alp-l29,black,4gb) from UAE.
1. Inability to theme notification/quick toggle area - stays black no matter what theme you apply. Looks out of place considering all notifications except spotify are light/white themed.
2.home button with 3 functions is not as easy to manage as I thought, but I will have to get used to it, since i aint giving away screen real estate and use on screen buttons on this monster.
3. Display settings in regard of View Mode and Text Size are not perfect, meaning that View Mode setting does not change size of text for notifications and they just look to big unless you use small text, but then again small text and default viewing area makes other areas look to big like whatsapp, chrome and so on. the best setting for perfect view View Mode - Small, Text Size - Normal, while taking into account that in such combo your notifications will be large/too large to fit notification are when you receive 3-4 messages/emails.
Otherwise I love this phone. Its fast, lag free. Kinda fat, but in combo with the weight, I like how it sits in my hand.
For the first time I quible only about thickness. Anything over 8mm feels a little thick...
tboy2000 said:
3. Gloves don't work with the front mounted sensor button. Not really blaming Huawei for that, but if out and about and gloved, you can't press the home button as the sensor won't work. I disabled my navigation bar which is the main reason I got this phone for full screen real estate. Thank God I can add the Navigation Floating Dock on the Quick Tiles so I can enable and use that when gloved and out..
Click to expand...
Click to collapse
Well to update my post, I just tried with a very thin pair of unlined black leather gloves I own and in fact the sensor button DOES work while gloved. So I can press it to go back and forth and navigate as usual. It does not work with fingerprint recognition apps/phone unlocking of course, but once you are in, they do work.
FYI they are a UK brand: Dents Extra Soft 3000 silk lined gloves but I ripped out the silk lining to make them unlined and for more flexibility and thinness and to work with the sensor. ?
jemeljsh said:
3. Display settings in regard of View Mode and Text Size are not perfect, meaning that View Mode setting does not change size of text for notifications and they just look to big unless you use small text, but then again small text and default viewing area makes other areas look to big like whatsapp, chrome and so on. the best setting for perfect view View Mode - Small, Text Size - Normal, while taking into account that in such combo your notifications will be large/too large to fit notification are when you receive 3-4 messages/emails.
Click to expand...
Click to collapse
UPDATE.
I found a solution to this issue where none of the combinations of View Mode and Text Size settings give you ideally looking system, meaning not too large or not too tiny. At default everything looks to large IMO and they should done better on qhd 6.0” screen. If not by default, view mode needs 5 not 3 steps.
So far the best I got is with this combo of settings:
1. View Mode and Text Size at Small;
2. Dpi @392 (under Developer Settings).
With this settings I believe the text size and viewing area is appropriate for qhd 6” screen.
For me,
I simply hate the single button implementation. Especially for recent task action, sometimes it ends up detecting my swipe as a tap, and going back accidentally
If one button is indeed a must, then i prefer the Meizu style implementation, where i can simply swipe up from bottom screen to access recent.
Current huawei implementation is too slow to my liking, not to mention, its a waste of space, since we can actually put something next to the button
otonieru said:
For me,
I simply hate the single button implementation. Especially for recent task action,
If one button is indeed a must, then i prefer the Meizu style implementation, where i can simply swipe up from bottom screen to access recent.
Current huawei implementation is too slow to my liking, not to mention, its a waste of space, since we can actually put something next to the button
Click to expand...
Click to collapse
I thikn the one button is great. but the beauty of android is that you can simply change to something like Nova Launcher and get this swipe-up-for-recents functionality :good:
snachez said:
I thikn the one button is great. but the beauty of android is that you can simply change to something like Nova Launcher and get this swipe-up-for-recents functionality :good:
Click to expand...
Click to collapse
Well that might be true if we are on home page,
But if we are still using an app, swiping up will only do scrolling :silly: , and the point of getting into recent screen is of course, for switching between app
Also,
I kinda expect by this time, huawei would already implement off screen gesture. At least for skipping song,
I mount my phone on my car center dash often, using maps and streaming spotify,
Without off screen gesture, its too troublesome, since i need to reach the phone while driving (not to mention its dangerous)
Because of this, now most of that job done by my Meizu Pro 7
They already implement "Knock & Draw" feature to launch app, so i dont see why they still cant get offscreen gesture
I miss the double tap to wake.
Do you have an app for this ?
maniyoshi said:
I miss the double tap to wake.
Do you have an app for this ?
Click to expand...
Click to collapse
Don't need that for Mate 10. Its one tap on fp to wake.
Hi. I don'l line che "twin app" that is no wotking with other launchers and there isn't a toggle to manage the duble sim (favorite ecc..)
maniyoshi said:
I miss the double tap to wake.
Do you have an app for this ?
Click to expand...
Click to collapse
Yes. I missed double tap to wake. Huawei should not remove the set data limit feature as well.
I overall like the phone but couple things
Camera is disappointing. Not as good as expecting. I do believe it's the software side letting it down. I was more impressed with the pixel 1 and HTC u11 camera
Battery life could be better. It's good but should be better with the battery size. Again seems needs more software tweaks. Inside just browsing with WiFi I can get up to 7-8 hours SOT. it just seems when I'm at work. I use a little sat nav and mobile data and a bit of music streaming it drains quickly. Just as quick as phones with smaller battery's
The software. I like emui . I like it a lot more than I thought. But it definitely is a bit buggy here and there ..again software updates could improve this
Another really picky thing...even though I really can't notice this isn't a 2k screen and is 1080p and it's a gorgeous screen. It still would have been nice to have the option. Especially since all flagships at this price and above have 2k screens
windozeanti said:
Yes. I missed double tap to wake. Huawei should not remove the set data limit feature as well.
Click to expand...
Click to collapse
I thought data limit is still there? In mobile data setting.
Or are we talking about different thing ?
Reuben_skelz92 said:
I overall like the phone but couple things
Camera is disappointing. Not as good as expecting. I do believe it's the software side letting it down. I was more impressed with the pixel 1 and HTC u11 camera
Battery life could be better. It's good but should be better with the battery size. Again seems needs more software tweaks. Inside just browsing with WiFi I can get up to 7-8 hours SOT. it just seems when I'm at work. I use a little sat nav and mobile data and a bit of music streaming it drains quickly. Just as quick as phones with smaller battery's
The software. I like emui . I like it a lot more than I thought. But it definitely is a bit buggy here and there ..again software updates could improve this
Another really picky thing...even though I really can't notice this isn't a 2k screen and is 1080p and it's a gorgeous screen. It still would have been nice to have the option. Especially since all flagships at this price and above have 2k screens
Click to expand...
Click to collapse
- I don't know... different people report different experience. I mean some people are getting a lot of SOT and some not. which is quite confusing.
- also, the same regarding the camera, some say it is amazing some say not that good, check this post, what do you think about it:
https://forum.xda-developers.com/mate-10/how-to/mate-10-vs-pixel-2-xl-camera-t3707909
according to these pics, Mate 10 definitely wins over pixel 2 xl !
well these 2 things are what is going to make me buy the mate 10 in few days. so i was looking for reviews around the web to make up mind.
Shady282 said:
- I don't know... different people report different experience. I mean some people are getting a lot of SOT and some not. which is quite confusing.
- also, the same regarding the camera, some say it is amazing some say not that good, check this post, what do you think about it:
https://forum.xda-developers.com/mate-10/how-to/mate-10-vs-pixel-2-xl-camera-t3707909
according to these pics, Mate 10 definitely wins over pixel 2 xl !
well these 2 things are what is going to make me buy the mate 10 in few days. so i was looking for reviews around the web to make up mind.
Click to expand...
Click to collapse
The camera definitely isn't bad. But hasn't given me that wow factor. Especially in low light. Like I said I think after a couple software updates things will improve slot. No doubt the battery is good but could be better considering the Battery size
I've switched from One Plus 2 to Mate 10 and I think the Mate 10 could use some gestures,like hold home button to lock the phone etc. Right now, it's just pressing the power button to lock the phone. Bugs me.
The other thing i've noticed is that, there's no dark theme on Mate 10, but there's dark theme on the Mate 10 pro. Besides, another thing that irks me is the fact that we can't mute the shutter sound in 3rd party apps even when you're in silent mode. Like if my phone is in silent mode and I want to send a pic using the whatsapp camera, i can't disable the sound.
focacciabread said:
The other thing i've noticed is that, there's no dark theme on Mate 10, but there's dark theme on the Mate 10 pro.
Click to expand...
Click to collapse
That's because the Mate 10 Pro has an OLED screen and white backgrounds consume more power, so they give you the option to use black backgrounds to save power. The standard Mate 10 has an LCD screen and white backgrounds be are not an issue.
The always on display which doesn't display any useful notifications is quite annoying.

Categories

Resources