Related
Hey
As the topic title suggest i have been thinking alot about this ..
Since many people hate the way you change between words when using the phonepad on the diamond (either by tapping on the word, or by using the d-pad which can be tricky) i thought: hey what about using the nav wheel to scroll between words? when scroling in one direction it will go left and when scrolling another direction it will go right..
There is the one solution however which would be to change to the new Touc HD Keypad which has arrows.. This works really great, but the keys are too small if you ask me..
I am no programmer, but i wish i were, but is this possible and if it is, how hard would it be to make?
And is this idea good at all ?
~D
I am no programmer either, but oh my fuc*ing god that sounds like a great idea
Just bringing this to the top.. Just want to hear if this is a good idea.. ?
Not a bad idea. But the NAV button isn't as hard as you think once you figure it out. Don't try pushing the button itself, but push to the left or the right of the button.
See the following thread to understand what I mean.
I used to hate the NAV button until I came across the article above.
Nice idea, i have think about it self
The only potential problem I see is that anything written or developed would also have to disable the Zoom funtion of the NAV wheel when the dictionary is visible and reenable it when it's not.
Otherwise it would scroll and zoom at the same time.
For any devs out there...
Would it or is it possible to develop an app that will keep the backlight on for the keypad ? i.e. On while the screen is on and go off when the screen goes off ?
In the dark its very annoying when using the Hero and having to fumble for the right key to press - Home, Back, Search etc.
i second that
well erm just press any key and the light will go on dude, you dont need an app for this
So you fumble and hit Home or even power off (to sleep) the screen when you only wanted to hit search or back.
Flicking the scroll wheel is the only way to light up the keys and not press the wrong one by mistake, but that tends to highlight a button, link etc... and sometimes if you hit the ball too hard, you select a screen element.
Still a pain and TBH not like any handset I used before. Backlight time out was always linked to screen time out.
You dont need to hit any key, just move the scroll wheel even slightly and lights come up. And it does need decent amount of pressure to press the scroll button, you wont accidentally press it.
er, yer, I know... but I don't want too
lets just say "even if it doesnt make sense to some people, WE want it!"
btw, there is one app "dark keys" that keeps the backlights of the keypads off all the time. this was made for the white G1. maybe it can simply be rewritten to make the reverse happen?
joemax said:
For any devs out there...
Would it or is it possible to develop an app that will keep the backlight on for the keypad ? i.e. On while the screen is on and go off when the screen goes off ?
In the dark its very annoying when using the Hero and having to fumble for the right key to press - Home, Back, Search etc.
Click to expand...
Click to collapse
+1
i'm beeing annoyed by the keys not being lit as well ...
Glad I'm not the only one
Yeah, I want it too. Thanks for bringing this up!
I think it's good idea, btw it looks cool at night. I want it too
Good idea. +1
So which dev is gong to earn a couple of $$, ££, €€ by writing this for each copy sold then ??
From what I can tell of the API docs (http://developer.android.com/reference/android/os/PowerManager.html, the SDK only allows for the keyboard backlight to be on in FULL_WAKE_LOCK state, meaning the screen will have to be full brightness.
So I don't think this request can be achieved by a pure SDK app.
How come it lights up at any screen brightness on the Hero ?
Surely its also a hardware call and not just an OS call ? These would be independent of Android and particular to each manufactures handset, else they would all be the same.
Not questioning you, but it would seem strange that its not addressable separately to the screen ???
joemax said:
How come it lights up at any screen brightness on the Hero ?
Surely its also a hardware call and not just an OS call ? These would be independent of Android and particular to each manufactures handset, else they would all be the same.
Not questioning you, but it would seem strange that its not addressable separately to the screen ???
Click to expand...
Click to collapse
I'm by no means an Android SDK expert, just posting what I found in a quick search round the docs. Happy to be proven wrong!
Lee
Of course - wasn't criticising at all
Might be able to dabble in the /sys/class/leds/ folder.
I'll take a look when I get in.
Not a dev though. Lol.
soulehmoo said:
Might be able to dabble in the /sys/class/leds/ folder.
I'll take a look when I get in.
Not a dev though. Lol.
Click to expand...
Click to collapse
Correct.
echoing a value to:
/sys/devices/platform/i2c-adapter/i2c-0/0-0066/leds/button-backlight/brightness
through adb shell turns on the backlight.
I think an SDK app could be created as a service with a broadcast receiver listening for the power state changing that just writes a positive value to the file above.
Loads of similar examples here: http://forum.xda-developers.com/showthread.php?t=565015
I'll take this on, just about got it working.
Wicked thx
You are stars (especially fullerlee)
Don't make it too expensive though
Someone needs to develop a new home screen manager. One that instead of just moving left to right moves up and down as well. This way screens are always just one flick away instead of 2 or more depending on where you are at. It would be like a cube where the main homescreen is in the middle and the other 4 screens would each be in a direction (up, down, left, right). Moving from one of those screens in a direction (up, down, left, right) would result like moving from the home screen. So more than just a cube. A little more complex. I'll develop it if someone can help me along. Just an idea i had when looking at the linear movement of the ui.
Unfortunately I don't have any of the required skills or time to match even 1% of the ability of the Android development community but I'd definitely second this request. A very unique idea and I really like it.
BTW, a big thanks to the devel community. Without you guys fulfilling my gadget whore needs, I'd be buying a new device every week!
This is cool..maybe even an option in the notification bar to switch screens while in an app? Like the Linux desktop cube?
Sent from my Floyo Tazz using XDA App
Rather than write something from scratch, maybe you could try to contribute this as an option in ADW.Launcher?
This has already been done before on a certain rom. I remember it being ported to the vogue android. I cant remember the phone it was ported from though. Blur or something.
Gde home had exactly this feature
~ The Nameless Creator
Actually there were a few Windows CE based home mangers that had this feature. I also would love to have this. I asked a while back and got no response as to if there is anthing out there that did this.
wouldnt it be kinda hard to keep track of which screen is in which direction? like it seems orientation would feel very complex. but maybe not, i dunno
SLOflatlander said:
wouldnt it be kinda hard to keep track of which screen is in which direction? like it seems orientation would feel very complex. but maybe not, i dunno
Click to expand...
Click to collapse
I could see something like dots on the edge of the screen kinda like how launcher pro does it.
SLOflatlander said:
wouldnt it be kinda hard to keep track of which screen is in which direction? like it seems orientation would feel very complex. but maybe not, i dunno
Click to expand...
Click to collapse
Wait'll you see the home screen replacer I'm building based on a tesseract.
http://en.wikipedia.org/wiki/Tesseract
You just need to turn your head sideways to keep track of what face you're on.
Who doesn't want 24 home screens?
For a 4 or 5 way slide/cube desktop, look at Dx Top. It has not been updated for a while but is stable and can use themes built for many of the other desktop replacements.
I have been running it over many ROMs and it works on all so far. Was a little funny with the app drawer on SkyRaider, it kept rebuilding the icons for some reason, that might have been due to installing too many icon packs.
Thanks for the support on this guys and the answers. i'm going to do some research and see what can be done/ported or if needed then created. Just trying to do like most people and think outside the box. Its what makes android 1000x better than the iphone/ipod scene. They are so restricted. i mean come on. 1 button. But keeping on topic, i really appreciate no flaming on the topic.
The right-click function mentioned in the topic would be an amazing feature to have in any android build. Being able to hold down on the screen for a second to bring up the menu is invaluable. Not to mention the amount of stress it would save on the Windows button..
Now this is only a request for the development of an idea I had for the current android builds. I do not expect anything to be done about it, only taken into consideration. If the work involved is too heavy and difficult to manage, then it doesn't have to be done. There are already MIUI builds that somewhat incorporate this idea.
whats wrong with pressing the windows button?
Some people have it in theur minds that pressing the keys too much will break them. Don't see why, if that happens you can't just buy a new set of keys from eBay to replace them...
Sent from my HTC HD2 using Tapatalk
Personally, I'd like to see someone develop a way of using the hardware keys to control the touchscreen. I'm really worried that, because of Android, I'm using my touchscreen more than it was designed for and I'm going to break it.
lol, yeah these people who break the hardware keys are obviously pressing them to hard or something. My HD2 is second hand, ive used it very often with the keys and they still work fine.
The keys are there to be pressed, its as simple as that.
have you seen software key panel app;http://forum.xda-developers.com/showthread.php?t=865525
it brings in the screen 4 software button that emulate the hardware button
no need to press anymore the hardware button
if you search in the thread you will find some very good skins for this great app
Stom said:
Personally, I'd like to see someone develop a way of using the hardware keys to control the touchscreen. I'm really worried that, because of Android, I'm using my touchscreen more than it was designed for and I'm going to break it.
Click to expand...
Click to collapse
it is easier to break hardware buttons by too many times pressing them instead of break touchscreen from pressing
many people like me have broke their buttons because of the need that android have of them
clio94 said:
have you seen software key panel app;http://forum.xda-developers.com/showthread.php?t=865525
it brings in the screen 4 software button that emulate the hardware button
no need to press anymore the hardware button
if you search in the thread you will find some very good skins for this great app
it is easier to break hardware buttons by too many times pressing them instead of break touchscreen from pressing
many people like me have broke their buttons because of the need that android have of them
Click to expand...
Click to collapse
I think that was dripping sarcasm from his part.
maff1989 said:
The right-click function mentioned in the topic would be an amazing feature to have in any android build. Being able to hold down on the screen for a second to bring up the menu is invaluable. Not to mention the amount of stress it would save on the Windows button..
Now this is only a request for the development of an idea I had for the current android builds. I do not expect anything to be done about it, only taken into consideration. If the work involved is too heavy and difficult to manage, then it doesn't have to be done. There are already MIUI builds that somewhat incorporate this idea.
Click to expand...
Click to collapse
Android already uses long-click in a lot of situations, I'm not sure how your idea would be able to co-exist with that.
StephanV said:
Android already uses long-click in a lot of situations, I'm not sure how your idea would be able to co-exist with that.
Click to expand...
Click to collapse
That's true. Although, my idea was to ADD a long-click/right-click function to, say, the Browser app. Instead of long-clicking a link, picture, etc, you could long-click the page and bring up the options menu for the Browser app, not necessarily just links, pictures, etc.
maff1989 said:
my idea was to ADD a long-click/right-click function to, say, the Browser app. Instead of long-clicking a link, picture, etc, you could long-click the page and bring up the options menu for the Browser app, not necessarily just links, pictures, etc.
Click to expand...
Click to collapse
That could not be done on a system-wide basis. Every single app would have to specifiy what part of each screen brings up the "right-click menu" and what should be on that menu.
If they were going to do that, they'd have done it already. And that is what the menu button is for.
Hello,
I am trying to help a friend with his Samsung Fascinate. I myself have a Samsung Focus and there seems to be a nice hidden menu using various codes(see posting in other forum http://forum.xda-developers.com/showthread.php?t=839154).
Is there a way to access a similar menu on the Fascinate? If yes, are there specific steps to follow and final settings to input to help increase overall volume on the Fascinate ? He says that his speaker output is really low especially when on a call so I'm hoping there is some kind of fix for it.
Thanks all to that respond.
have you tried looking here?
Yes I've already tried that. What they don't give is final settings to input once in the menu, or what the final screen should look like. I know on the Focus once you get to the final input stage, then there is a number and then are max/min fields to input. Not having the phone in front of me makes it a little difficult to test and see what comes up, so I was hoping there was more detail as I don't want to screw up his phone. I didn't mind playing around on my Focus until I could follow right path, but it was a bit of work piecing everything together to finally understand. In fact I followed one posting and he gave the wrong code and it totally reset my phone. Anyway back to my original question, if anyone has detailed instructions and what the menu should display and what the final input settings should be, it's very much appreciated.
Just wondering if anyone has the sequence, dial code and final input.
Thanks all !