Editing CWM on the kindle. - Kindle Fire Android Development

What would I need to try something like this. Someone had the short press is down, long press is select idea, which i thought was brilliant. I'm downloading umbuntu right now as it seems that is the preferred platform for this kinda ****. What I'm wondering is clockwork any different across different phones? Or is it the same code for every phone? I remeber on my epic someone edited CWM so the font was purple and you didn't have to scroll all the way down to select 'ok'. It seems to me like editing CWM so that short press on the power button moves down the menu, and long press selects, wouldn't be too terribly difficult and it seems like a semi-fun learning experience, and it would be nice to have a usable recovery. Anyone wanna point me in the right direction? I'm looking at you Calvin.

Never heard of umbuntu.
Also read more carefully, there is no one on the forums named Calvin doing any dev work.

Google "porting cwr to other devices". Its faily involved to get set up.

Skimp Killah said:
What would I need to try something like this. Someone had the short press is down, long press is select idea, which i thought was brilliant. I'm downloading umbuntu right now as it seems that is the preferred platform for this kinda ****. What I'm wondering is clockwork any different across different phones? Or is it the same code for every phone? I remeber on my epic someone edited CWM so the font was purple and you didn't have to scroll all the way down to select 'ok'. It seems to me like editing CWM so that short press on the power button moves down the menu, and long press selects, wouldn't be too terribly difficult and it seems like a semi-fun learning experience, and it would be nice to have a usable recovery. Anyone wanna point me in the right direction? I'm looking at you Calvin.
Click to expand...
Click to collapse
You're probably best off working on Clavin's CWM, since we know his works for flashing the KF.
Be careful though - TWRP bricked the KF when they did a backup and restore.

Skimp Killah said:
What would I need to try something like this. Someone had the short press is down, long press is select idea, which i thought was brilliant. I'm downloading umbuntu right now as it seems that is the preferred platform for this kinda ****. What I'm wondering is clockwork any different across different phones? Or is it the same code for every phone? I remeber on my epic someone edited CWM so the font was purple and you didn't have to scroll all the way down to select 'ok'. It seems to me like editing CWM so that short press on the power button moves down the menu, and long press selects, wouldn't be too terribly difficult and it seems like a semi-fun learning experience, and it would be nice to have a usable recovery. Anyone wanna point me in the right direction? I'm looking at you Calvin.
Click to expand...
Click to collapse
it was my idea. I can't believe someone actually listened to what I had to say.
---------- Post added at 07:39 PM ---------- Previous post was at 07:37 PM ----------
andTab said:
You're probably best off working on Clavin's CWM, since we know his works for flashing the KF.
Be careful though - TWRP bricked the KF when they did a backup and restore.
Click to expand...
Click to collapse
It was a soft brick, we used a dongle that is the equivilent of an Atrix factory cable (google teamblackhat cable) and it got me right back into fastboot.

Thelgow said:
Never heard of umbuntu.
Also read more carefully, there is no one on the forums named Calvin doing any dev work.
Click to expand...
Click to collapse
You bad man

pyrostic said:
it was my idea. I can't believe someone actually listened to what I had to say.
---------- Post added at 07:39 PM ---------- Previous post was at 07:37 PM ----------
It was a soft brick, we used a dongle that is the equivilent of an Atrix factory cable (google teamblackhat cable) and it got me right back into fastboot.
Click to expand...
Click to collapse
I thought it was genius in its simplicity, because usually the most simple solution is the best. So it seems that editing cwm may be a bit above me at the moment, lets say I wanted to do something like editing a ROM, something simple like deleting a few apks from Calvin's cm7 and maybe changing a few XML files to affect the appetance. I'm running the latest unbuntu on my laptop, obviously the android and Java sdks, but what would I use to open the ROM files up and edit them? I've heard of the kitchen, but it says it doesn't support the kindle.
Sent from my Nexus S 4G using XDA App

u don't need a rom kitchen to delete some apks.
sit back n enjoy the show. at this point we need the pros, when everything works u can start llearning.
Sent from my HTC Glacier using xda premium

https://github.com/pershoot/android_bootable_recovery/blob/gingerbread/default_recovery_ui.c
Looks like lines 56-102 handle key events. Looks like it would be easy to make presses on the power button return HIGHLITE_DOWN, the hard part is making long presses return SELECT_ITEM. Is there a key event called KEY_POWER_LONGPRESS or something? Anyone know where the key events are defined? If there is no predefined long press key event then code will be needed that defines one.

teookie said:
https://github.com/pershoot/android_bootable_recovery/blob/gingerbread/default_recovery_ui.c
Looks like lines 56-102 handle key events. Looks like it would be easy to make presses on the power button return HIGHLITE_DOWN, the hard part is making long presses return SELECT_ITEM. Is there a key event called KEY_POWER_LONGPRESS or something? Anyone know where the key events are defined? If there is no predefined long press key event then code will be needed that defines one.
Click to expand...
Click to collapse
Alternatively, wouldn't it be possible to have an auto press HIGHLITE_DOWN every 2+ seconds (without any user input) and have the power button remain KEY_POWER_LONGPRESS as is.

What about the touchscreen? I know people are trying to get the team win recovery, but CWM will respond to the soft keys, usually by going back. Could we spoof cwm into thinking we had soft keys?
On on my Nexus menu moves down, back is back, and search is select. Would it be possible to have any screen input serve as select?

Yes, from what I can gather that is possible. The real devs are working on it. From what I can tell, me and everyone else in this particular thread are beginners who don't really know much, lol. A working recovery will most likely come from TWRP, jackpotclavin, DooMlord, or one of the other legit devs.

teookie said:
Yes, from what I can gather that is possible. The real devs are working on it. From what I can tell, me and everyone else in this particular thread are beginners who don't really know much, lol. A working recovery will most likely come from TWRP, jackpotclavin, DooMlord, or one of the other legit devs.
Click to expand...
Click to collapse
I think it is really not cool to imply that the people working on this are not legit devs.
I do not now them, but they are attempting something to make people lives easier and not charging anything for it. It does not mater their experience, they are being developers to this community.
---------- Post added at 10:59 PM ---------- Previous post was at 10:57 PM ----------
I am not a developer, but since CWM already worked on this device I believe this solution will come sooner than others, good luck.

tex321 said:
I think it is really not cool to imply that the people working on this are not legit devs.
I do not now them, but they are attempting something to make people lives easier and not charging anything for it. It does not mater their experience, they are being developers to this community.
---------- Post added at 10:59 PM ---------- Previous post was at 10:57 PM ----------
I am not a developer, but since CWM already worked on this device I believe this solution will come sooner than others, good luck.
Click to expand...
Click to collapse
Exactly. Thank you tex321. That's why I cant stand it when people think the only 'real devs' are ones with the 'Recognized Developer' tag under their names. Some of us other devs have lives outside of xda so we have limited time to contribute.
Oh and I *may* work on getting amon_ra.
Edit: I may try 4EXT instead. the amon_ra fork i looked at only has touch scrolling. but then again our power button would suffice for a 'select'

death2all110 said:
edit: I may try 4EXT instead. the amon_ra fork i looked at only has touch scrolling. but then again our power button would suffice for a 'select'
Click to expand...
Click to collapse
That actually sounds pretty cool, touch scrolling and power button to select.... That would remove my fear of "oops, i accidentally touched wipe" and.... "yeah, i only hafta press power button about a dozen times to get to option i want"

foxdog66 said:
That actually sounds pretty cool, touch scrolling and power button to select.... That would remove my fear of "oops, i accidentally touched wipe" and.... "yeah, i only hafta press power button about a dozen times to get to option i want"
Click to expand...
Click to collapse
got amon_ra to build!! testing in a few!!
UPDATE:
Hmm. thats odd. it didnt boot. ill mess with it after my finals.

Sorry guys, I.meant no disrespect. If you reread my post you'll see that I was talking about myself, and I guess I was projecting a little on everyone else as well. My bad. Looks like I made to big of an assumption.

Its cool man. No harm no foul
But.... in related news.... IT STILL WONT BOOT *cries*

I have an entire android dev setup and have no clue where to even start learning this stuff you guys do. That's why it amazes me with the progress you guys make
Sent from my SGH-I897 using xda premium

What does it do when it doesn't boot?
Can you adb shell?
Sent from my DROID Pro using XDA App

Related

Is CWM touch fully functional now?

When it was released it was not, I looked around but couldn't find anything recent pertaining to CWM touch specifically on the Galaxy Nexus. Can anyone confirm that it is fully functional? Thanks in advance!
Yup fully functional.
Sent From My Sprint Galaxy Nexus
Thank you sir! Already reached my limit of 8 but I will be back to properly thank you.
No problem. Just flash the .img with fastboot. Otherwise the touch version from ROM manager is 2$ or so.
Sent From My Sprint Galaxy Nexus
ÜBER™ said:
No problem. Just flash the .img with fastboot. Otherwise the touch version from ROM manager is 2$ or so.
Sent From My Sprint Galaxy Nexus
Click to expand...
Click to collapse
As soon as I got your confirmation I purchased it through ROM Manager, I like to support the devs when I have the funds available. I instantly like it, I dont have the best eyes so the larger text really helps me out. Thanks again, I won't forget to come back and thank you proper. :good:
Edit: Wow its so much faster than using the buttons!
WiredPirate said:
As soon as I got your confirmation I purchased it through ROM Manager, I like to support the devs when I have the funds available. I instantly like it, I dont have the best eyes so the larger text really helps me out. Thanks again, I won't forget to come back and thank you proper. :good:
Edit: Wow its so much faster than using the buttons!
Click to expand...
Click to collapse
The thing i hated with the regular CWM is there is like kinetic scrolling so it's really hard to select the one I wanted but with CWM Touch that isn't an issue
AshtonTS said:
The thing i hated with the regular CWM is there is like kinetic scrolling so it's really hard to select the one I wanted but with CWM Touch that isn't an issue
Click to expand...
Click to collapse
I agree, for me it would frequently skip up/down more than one notch. The other problem was the "back menu button disabled" causing the power button to turn the screen off/on instead of selecting the option. I finally learned you have to scroll past the first menu option 3x to enable it again.
Dont have those problems anymore! Definitely worth the $2.
Yeah, works brilliantly for me!
TWRP 2.2 is touch and is better. And they don't try to charge you.
It's very functional.
Thanks to Über, I've got to try it out for free and learn Something.
And because of his help, I've actually started making an app called app density. ^__^
------------------------------------------------------------------
If I have helped you.... hit that sexy thanks button. ^_^
jesusice said:
TWRP 2.2 is touch and is better. And they don't try to charge you.
Click to expand...
Click to collapse
I know of TWRP but never had any reason to try it, plus I think it looks ugly. Can you elaborate on why you think it's better?
WiredPirate said:
I know of TWRP but never had any reason to try it, plus I think it looks ugly. Can you elaborate on why you think it's better?
Click to expand...
Click to collapse
It's the little things, like being able to see battery and time in recovery. Plus, it now has a keyboard so you can name nandroids in recovery or rename files since it's also got a file manager. It supports backing up partition sizes greater than 2GB which CWM doesn't. You can compress backups to save space. You can queue multiple zips to flash in sequence. If you use Tasker you can make automated, scheduled nandroids. I find it easier to navigate, like it was actually a recovery made to be touch and not just a recovery that had touch added. Swiping to flash gives me confidence I'm not gonna do anything stupid accidentily. Also, while in recovery pressing the power button will lock it so you have to swipe to unlock for those times when you're in recovery but need to put your phone in your pocket. Probably other things I'm missing.
jesusice said:
It's the little things, like being able to see battery and time in recovery. Plus, it now has a keyboard so you can name nandroids in recovery or rename files since it's also got a file manager. It supports backing up partition sizes greater than 2GB which CWM doesn't. You can compress backups to save space. You can queue multiple zips to flash in sequence. If you use Tasker you can make automated, scheduled nandroids. I find it easier to navigate, like it was actually a recovery made to be touch and not just a recovery that had touch added. Swiping to flash gives me confidence I'm not gonna do anything stupid accidentily. Also, while in recovery pressing the power button will lock it so you have to swipe to unlock for those times when you're in recovery but need to put your phone in your pocket. Probably other things I'm missing.
Click to expand...
Click to collapse
Thank you that was very informative, another post I will be back to thank.

How To Remap Search Key To Launch Camera

******NOOB WARNING*****'
I've been searching for a few days and haven't come up with anything. I'm trying to remap my search key to have it launch my camera instead. I just rarely use it and very much miss my dedicate camera hard key. I've tried the button remapper on one of these threads to no avail there seems to be one dedicate to Galaxy S phones but when I launched that one it said I wasn't using a supported device ( I've got a Samsung Galaxy S2 SGH-T989), and when I downloaded the other button remapper it launched just fine but when I changed the command for the search key to camera it did nothing. Next I went into my root explorer and copied all .kl files with the 217 search key that I was lead to believe was the one I needed to edit and put them on my external sd and then preceded to modify the originals from "SEARCH" to "CAMERA." But that attempt failed as well. All that did was disable my search key all together. Not sure if I was on the right track here and just missed something or if that's just a completely idiotic attempt. Either way I've just Typically failed at my noobish attempt at Remapping my search key. If anyone can help this sad and disgraced noob please let me know.
Thanks!
P.S. My phone is rooted and I'm just running plain ole ICS 4.0.3 and I'm gonna post a screens of "about phone" section incase that helps at all. Sorry if I sound like an idiot but I'm very new to all this. Just rooted my first phone a few weeks ago. So if you could keep that in mind when you reply it would be much appreciated. Thanks again
jalight27 said:
******NOOB WARNING*****'
I've been searching for a few days and haven't come up with anything. I'm trying to remap my search key to have it launch my camera instead. I just rarely use it and very much miss my dedicate camera hard key. I've tried the button remapper on one of these threads to no avail there seems to be one dedicate to Galaxy S phones but when I launched that one it said I wasn't using a supported device ( I've got a Samsung Galaxy S2 SGH-T989), and when I downloaded the other button remapper it launched just fine but when I changed the command for the search key to camera it did nothing. Next I went into my root explorer and copied all .kl files with the 217 search key that I was lead to believe was the one I needed to edit and put them on my external sd and then preceded to modify the originals from "SEARCH" to "CAMERA." But that attempt failed as well. All that did was disable my search key all together. Not sure if I was on the right track here and just missed something or if that's just a completely idiotic attempt. Either way I've just Typically failed at my noobish attempt at Remapping my search key. If anyone can help this sad and disgraced noob please let me know.
Thanks!
P.S. My phone is rooted and I'm just running plain ole ICS 4.0.3 and I'm gonna post a screens of "about phone" section incase that helps at all. Sorry if I sound like an idiot but I'm very new to all this. Just rooted my first phone a few weeks ago. So if you could keep that in mind when you reply it would be much appreciated. Thanks again
Click to expand...
Click to collapse
If you have clockworkmod recovery, or any custom recovery, flash attached file via recovery.
Did I do something wrong here?
elesbb said:
If you have clockworkmod recovery, or any custom recovery, flash attached file via recovery.
Click to expand...
Click to collapse
Ok, well let me start out by saying I'm a moron. Below I posted and the whole recovery thing went way over my head. Lets just say the scapegoat there was not enough sleep and being way over worked. But anyway after writing that I realized how stupid I was. So I immediately pulled my head but of my but and went into recovery mode and installed your zip from there, reported, and still nothing for my search key. Is it because I screwed the pooh on my first attempt? Read the dribble I posted first and please lemme know:
First off, thank you very much for taking the time to reply and do all this for me. After reading your post I went out and got clockwork Rom manager which also lead me to download clockwork recovery. I then preceded to click on the zip file you provided and when it completed downloading I opened it. I took a snapshot of the screen that popped up. I clicked yes leaving the box checked that the program had checked for me (just as it is in the screen shot). Afterthat the phone preceded to do it's thing and a few minutes later the phone rebooted and now if I hit the search key it vibrates but doesn't actually do anything. Did I do something wrong along the way? Again, I really do appreciate you taking the time out for me and I'll be awaiting your response. Thanks!"
Stupid, I know. But I'll assume that that's probably the problem. If I can find some time tomorrow I'll try revolving the copy of the Rom I made before I killed my search key and then do it properly, and hopefully that'll be that and I'll FINALLY have my search key camera. Thanks again!
jalight27 said:
Ok, well let me start out by saying I'm a moron. Below I posted and the whole recovery thing went way over my head. Lets just say the scapegoat there was not enough sleep and being way over worked. But anyway after writing that I realized how stupid I was. So I immediately pulled my head but of my but and went into recovery mode and installed your zip from there, reported, and still nothing for my search key. Is it because I screwed the pooh on my first attempt? Read the dribble I posted first and please lemme know:
First off, thank you very much for taking the time to reply and do all this for me. After reading your post I went out and got clockwork Rom manager which also lead me to download clockwork recovery. I then preceded to click on the zip file you provided and when it completed downloading I opened it. I took a snapshot of the screen that popped up. I clicked yes leaving the box checked that the program had checked for me (just as it is in the screen shot). Afterthat the phone preceded to do it's thing and a few minutes later the phone rebooted and now if I hit the search key it vibrates but doesn't actually do anything. Did I do something wrong along the way? Again, I really do appreciate you taking the time out for me and I'll be awaiting your response. Thanks!"
Stupid, I know. But I'll assume that that's probably the problem. If I can find some time tomorrow I'll try revolving the copy of the Rom I made before I killed my search key and then do it properly, and hopefully that'll be that and I'll FINALLY have my search key camera. Thanks again!
Click to expand...
Click to collapse
That happened to me as well. I then opened up my camera and pressed the search key while my camera was open. It took a picture. And booted, after that, pressing the search key then launched the camera. So try that.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
---------- Post added at 02:29 PM ---------- Previous post was at 02:22 PM ----------
elesbb said:
That happened to me as well. I then opened up my camera and pressed the search key while my camera was open. It took a picture. And booted, after that, pressing the search key then launched the camera. So try that.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
Alright what I just did now, launch whatever camera app you use. Press the back button. Press and hold the search button. Should work.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Beautiful
elesbb said:
That happened to me as well. I then opened up my camera and pressed the search key while my camera was open. It took a picture. And booted, after that, pressing the search key then launched the camera. So try that.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
---------- Post added at 02:29 PM ---------- Previous post was at 02:22 PM ----------
Alright what I just did now, launch whatever camera app you use. Press the back button. Press and hold the search button. Should work.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
Beautiful. Just did what you said and works perfectly. Might have even been working before I just didn't hold the button when I was doing it yesterday. Thank you so much. Was kinda sceptical when I posted that I would just get a bunch of condescending remarks, but very happy to see this site isn't like some others I've been too. Anyway though, thanks a million. This is gonna be awesome for my twins. I keep missing good photos cuz it takes that extra few seconds to find my camera. Now I'll be able to get to it in a flash. Thanks again. You're awesome.
jalight27 said:
Beautiful. Just did what you said and works perfectly. Might have even been working before I just didn't hold the button when I was doing it yesterday. Thank you so much. Was kinda sceptical when I posted that I would just get a bunch of condescending remarks, but very happy to see this site isn't like some others I've been too. Anyway though, thanks a million. This is gonna be awesome for my twins. I keep missing good photos cuz it takes that extra few seconds to find my camera. Now I'll be able to get to it in a flash. Thanks again. You're awesome.
Click to expand...
Click to collapse
Not a problem! I have my camera set to a short cut on the lockscreen and a gesture when I'm in my phone lol. But that's a good idea to just assign it to another button
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
elesbb said:
Not a problem! I have my camera set to a short cut on the lockscreen and a gesture when I'm in my phone lol. But that's a good idea to just assign it to another button
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
Hello again. I just download my first new ROM, Jedi mind trick, and I obviously lost my search button camera. Since I'm not running the stock ROM will the zip file you sent me previously still work to replace my search key with launching the camera? Thanks in advance!
The keymap files are at /system/usr/keylayout/
Different ROMs probably have different files, but I guess you can find the file(s) you need to change from "SEARCH" to "CAMERA"
Keep in mind, do a backup before change anything.
angellsl said:
The keymap files are at /system/usr/keylayout/
Different ROMs probably have different files, but I guess you can find the file(s) you need to change from "SEARCH" to "CAMERA"
Keep in mind, do a backup before change anything.
Click to expand...
Click to collapse
Right, always sure to do that. I made a backup of all the files I edited last time. Edited all the keylayout files last time though and didn't do anything. Maybe I missed one though. I'll give it a try and edit it when I'm do though. Thanks for the info!
---EDIT---Totally worked. Actually I think I had it set the first time I did this on my stock ICS Cruz when I pressed the search key once in camera it took a pic but the problem I was having all along was I just wasn't holding it down. Typical noob right? Oh well, learned my lesson. Try absolutely EVERYTHING before posting and sounding like a moron, lol. Anhway, elessb, would it be possible for you to instruct me on how to get to my camera on my lock screen like you have it. That would just be beyond amazing.
jalight27 said:
Right, always sure to do that. I made a backup of all the files I edited last time. Edited all the keylayout files last time though and didn't do anything. Maybe I missed one though. I'll give it a try and edit it when I'm do though. Thanks for the info!
---EDIT---Totally worked. Actually I think I had it set the first time I did this on my stock ICS Cruz when I pressed the search key once in camera it took a pic but the problem I was having all along was I just wasn't holding it down. Typical noob right? Oh well, learned my lesson. Try absolutely EVERYTHING before posting and sounding like a moron, lol. Anhway, elessb, would it be possible for you to instruct me on how to get to my camera on my lock screen like you have it. That would just be beyond amazing.
Click to expand...
Click to collapse
Which ROM are you on? The cm ROMs have custom shortcuts so that's how I got it there.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
elesbb said:
Which ROM are you on? The cm ROMs have custom shortcuts so that's how I got it there.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
I've got Jedi Mind Trick running right now. Its blazing fast but its kinda buggy. Was in love with it at first, but the longer I have it, the more it's annoying me. Programs seem to freeze up quite often and stall out the phone for 30 seconds or so, and it seems to be doing it at least 3/4 times a day. I've heard good things about the cm ROMs. I know its kinda off topic, well maybe not all that much since I'm interested in the camera shortcut, but is there a specific ROM you'd reccomend concerning the camera shortcut, and of course with overall functionality in mind as well.
Thanks!
jalight27 said:
I've got Jedi Mind Trick running right now. Its blazing fast but its kinda buggy. Was in love with it at first, but the longer I have it, the more it's annoying me. Programs seem to freeze up quite often and stall out the phone for 30 seconds or so, and it seems to be doing it at least 3/4 times a day. I've heard good things about the cm ROMs. I know its kinda off topic, well maybe not all that much since I'm interested in the camera shortcut, but is there a specific ROM you'd reccomend concerning the camera shortcut, and of course with overall functionality in mind as well.
Thanks!
Click to expand...
Click to collapse
The latest jelly bean nightly from either Erick or binaryBishop is amazing. It's better than my official nightly from cyanoGen mod on my s3
Sent from my SGH-T999 using Tapatalk 2

[APP] ADW Launcher NEW UPDATE!

Guys ADW has had a huge update! It has now holo design, ics layouts and damn it is SMOOTH! It also has tablet transition and it's very smooth even in free version. I think this could be the new standard for ics themed gingerbread roms! Try it its impressive!
https://play.google.com/store/apps/...ogle&utm_medium=organic&utm_term=adw+launcher
Sent from my GT-S5830 using xda app-developers app
Thanks for sharing!
Oh my goodness. Somebody please, quick, tell me how I can revert to the previous version!
This is a disaster on my phone. Google bar added to home screen (I didn't put it there, I don't want it, it is unremovable!). Takes up vertical real estate, along with the MUCH LARGER dock bar (and I can find no way to make that smaller either...arghhhh).
Those two things have reduced the real estate and jammed the icons together on the screen so the text on many is unreadable.
It is SLOWER than the previous version by far.
PLEASE I beg you; somebody tell me how to revert to the previous version which I LOVED. Do you have the previous version in a format that will allow it to be installed?
I have saved the following files from my dropbox folder:
org.adw.launcher-20120314-212145.tar.gz --only 5.02 KB though ?? Sep 2012
org.adw.launcher-20120314-212145.properties
Jesus Christ! It is perfect. Are you that noobish? Everything is in the settings. I have no google bar and I made the dock smaller from settings.
zizibuba said:
Jesus Christ! It is perfect. Are you that noobish? Everything is in the settings. I have no google bar and I made the dock smaller from settings.
Click to expand...
Click to collapse
Well, thank you for the smackdown.
No, not a newbie. No it is not perfect--that is your opinion, not a fact.
Then tell me how to get rid of Google bar; normal means do NOT give you the delete option.
I think you do not have the version I received in the update because there are NUMEROUS comments on Play market and one-star ratings about it. I seriously think you are running the next to current version which WAS nearly perfect (my opinion). The new version is a COMPLETE overhaul, which missed the mark. I believe this because EVERYBODY with the new version has the Google bar.
Mind telling how in settings you made it smaller (I don't mean fewer icons, I mean smaller in height.)
Thanks so much for your willingness to help people.
movrshakr said:
Well, thank you for the smackdown.
No, not a newbie. No it is not perfect--that is your opinion, not a fact.
Then tell me how to get rid of Google bar; normal means do NOT give you the delete option.
I think you do not have the version I received in the update because there are NUMEROUS comments on Play market and one-star ratings about it. I seriously think you are running the next to current version which WAS nearly perfect (my opinion). The new version is a COMPLETE overhaul, which missed the mark. I believe this because EVERYBODY with the new version has the Google bar.
Mind telling how in settings you made it smaller (I don't mean fewer icons, I mean smaller in height.)
Thanks so much for your willingness to help people.
Click to expand...
Click to collapse
It's all in there. Just go through all the settings! Are you that lazy? The google bar and even the smaller icons are all there! Sheesh what a complainer.
Kakashi Hatake said:
It's all in there. Just go through all the settings! Are you that lazy? The google bar and even the smaller icons are all there! Sheesh what a complainer.
Click to expand...
Click to collapse
See atch for pic of home screen.
Why do you even read these boards if you are so high and mighty that if someone knows less than you, you berate them?
I have looked in the settings. In the new version, the options are completely different. What I have said is true. All you can do is complain about me having the audacity to ask for help on a help board.
You are a jerk.
If there is anyone reading who can contribute substantively, I would appreciate your help. I will not answer this jerk any more, so he will have the opportunity to take another low class shot at me, as I will not reply to an idiot.
---------- Post added at 02:32 PM ---------- Previous post was at 02:28 PM ----------
I also have the feeling that these people have not even seen the new version which came out today, and which is the one I am describing.
Oh, just noticed another change, the navigation dots left and right of the dock have disappeared.
movrshakr said:
See atch for pic of home screen.
Why do you even read these boards if you are so high and mighty that if someone knows less than you, you berate them?
I have looked in the settings. In the new version, the options are completely different. What I have said is true. All you can do is complain about me having the audacity to ask for help on a help board.
You are a jerk.
If there is anyone reading who can contribute substantively, I would appreciate your help. I will not answer this jerk any more, so he will have the opportunity to take another low class shot at me, as I will not reply to an idiot.
---------- Post added at 02:32 PM ---------- Previous post was at 02:28 PM ----------
I also have the feeling that these people have not even seen the new version which came out today, and which is the one I am describing.
Click to expand...
Click to collapse
I'm just pissed coz the update was so good yet people complain. Anyways I'm gonna answer you're question
You can disable the Google bar in ADW Settings>Screen>Actionbar Design>Disabled
The Dock Icon Size is on ADW Settings>App Dock>Dock icons scale. (If that's what you meant)
Now tell me is that too difficult? Is it difficult to just experiment on the new settings? The developer put a lot of time in updating that app so please appreciate it.
And yes I'm a jerk. Thanks!
---------- Post added at 02:39 AM ---------- Previous post was at 02:36 AM ----------
And as for the new update is much slower thingy. Try ADW Settings>System>Advanced Settings>Keep in Memory off, Wallpaper Hack off and Scrolling cache disabled. Also turn off transitions if you want more speed.
Kakashi Hatake said:
...You can disable the Google bar in ADW Settings>Screen>Actionbar Design>Disabled
The Dock Icon Size is on ADW Settings>App Dock>Dock icons scale. (If that's what you meant)....
---------- Post added at 02:39 AM ---------- Previous post was at 02:36 AM ----------
And as for the new update is much slower thingy. Try ADW Settings>System>Advanced Settings>Keep in Memory off, Wallpaper Hack off and Scrolling cache disabled. Also turn off transitions if you want more speed.
Click to expand...
Click to collapse
Ah, actual help. Now I appreciate that. I had not found the Google bar control because I did not expect it to be labeled 'actionbar.' You are right; it is there and now disabled.
And for the Dock size, I was looking at the options called, ummmm, Dock Size. The 'scale' was off screen and I just flat missed it. See how easy it was just to tell me the answer?
I will now go check the other things mentioned for speed, which is noticeably slower than before.
LATER: OK changed all of those. When I backed out to the desktop screen, it was BLANK for about 5-10 seconds as it had been doing in this version, then populated. i.e., no change. That never happened in the previous version.
Help to find the navigation dots left and right of the dock, to get them back on?
Come on!! Play more with the.launcher!!
Enviado desde mi GT-S5660 usando Tapatalk 2
movrshakr said:
See how easy it was just to tell me the answer?
Click to expand...
Click to collapse
See how easy it was just to experiment more on the settings? Not gonna help you more bro you need to play with it with your own. :highfive:
Desktop zoom still there ... i hate it !
I disable desktop zoom in settings and desk scrool to.
Please fix it, then i will play more with it
movrshakr said:
Ah, actual help. Now I appreciate that. I had not found the Google bar control because I did not expect it to be labeled 'actionbar.' You are right; it is there and now disabled.
And for the Dock size, I was looking at the options called, ummmm, Dock Size. The 'scale' was off screen and I just flat missed it. See how easy it was just to tell me the answer?
I will now go check the other things mentioned for speed, which is noticeably slower than before.
LATER: OK changed all of those. When I backed out to the desktop screen, it was BLANK for about 5-10 seconds as it had been doing in this version, then populated. i.e., no change. That never happened in the previous version.
Help to find the navigation dots left and right of the dock, to get them back on?
Click to expand...
Click to collapse
Are you from another planet where they don't even know how to talk and thank?
You can't even type the word "Thanks" nor hit the "Thanks" button for sorting out your problem. All i can see from the first is that you can only complain and nothing more. Stay cool and have a bit of courtesy as well. Learn to thank people when you're helped.
You know, you really gotta learn man. Am forcing myself to say this by seeing your messages and rudeness. Not to offend you in anyway but just making it a point.
Wow.
I do appreciate the help--which was finally offered only after smackdowns and replying pointing out that I was being given put downs instead of help. THEN the help came.
For a help forum, this particular thread has been populated with the most uppity people I've seen in a long time. OK, you are smarter than me. Make you feel good? You sure like putting down people who are stumped, when it is so easy for you, and you FAIL to see how someone else is having a problem--and berate them instead of helping.
What kind of place is this, where you are expected to know how to do it before you ask how to do it? That is insane, to say the least.
I do appreciate the help. I do not appreciate the put downs and having to drag it out by posting about the obvious non-responsiveness.
YOU ARE SMARTER. YOU ARE MORE KNOWLEDGEABLE. I am in awe of your ability. I am not in awe of your unwillingness to share it, and am totally puzzled as to why you even read on a help board when you are unwilling to help--except by being cajoled into it.
Lol i think lots of users use the sgsII v10 rom hahaha
Btw launcher is nice and smoother then normal
It wa first uied like GB but now to jb / ics
Sent from my GT-S5830 using xda premium
movrshakr said:
Wow.
I do appreciate the help--which was finally offered only after smackdowns and replying pointing out that I was being given put downs instead of help. THEN the help came.
For a help forum, this particular thread has been populated with the most uppity people I've seen in a long time. OK, you are smarter than me. Make you feel good? You sure like putting down people who are stumped, when it is so easy for you, and you FAIL to see how someone else is having a problem--and berate them instead of helping.
What kind of place is this, where you are expected to know how to do it before you ask how to do it? That is insane, to say the least.
I do appreciate the help. I do not appreciate the put downs and having to drag it out by posting about the obvious non-responsiveness.
YOU ARE SMARTER. YOU ARE MORE KNOWLEDGEABLE. I am in awe of your ability. I am not in awe of your unwillingness to share it, and am totally puzzled as to why you even read on a help board when you are unwilling to help--except by being cajoled into it.
Click to expand...
Click to collapse
XDA isn't a technical support forum .
XDA is for developers , and still will be for developers .
If you can't get that fact right , it's best that you leave .
It'll be a win-win situation for all of us: You can go ask that damn question somewhere else , and we don't have to give a damn ass about you
Sent from Ursa's claws.
CallMeVentus said:
XDA isn't a technical support forum .
XDA is for developers , and still will be for developers .
If you can't get that fact right , it's best that you leave .
It'll be a win-win situation for all of us: You can go ask that damn question somewhere else , and we don't have to give a damn ass about you
Sent from Ursa's claws.
Click to expand...
Click to collapse
Yeah but don't developers need mere mortals like ourselves to help test their Roms etc?
Unfortunately this will come with the odd question.
I realise this is just an app and not a Rom. But where's the harm in asking questions?
Sent from my GT-S5830 using xda app-developers app
mitchst2 said:
Yeah but don't developers need mere mortals like ourselves to help test their Roms etc?
Unfortunately this will come with the odd question.
I realise this is just an app and not a Rom. But where's the harm in asking questions?
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
You're harming people and yourself by not thoroughly looking through all the Settings in the launcher .
Because of your oversights , you go all OMG HOW DO I UNINSTALL THIS VERSION HELP PLZ , which harms us pretty badly .
Even after explaining that you should go change the settings , you're still I CAN'T FIND THE DAMN SETTINGS HELP PLZ which makes us needing to spoonfeed you .
XDA-Developers =/= Normal users
Sent from Ursa's claws.
CallMeVentus said:
You're harming people and yourself by not thoroughly looking through all the Settings in the launcher .
Because of your oversights , you go all OMG HOW DO I UNINSTALL THIS VERSION HELP PLZ , which harms us pretty badly .
Even after explaining that you should go change the settings , you're still I CAN'T FIND THE DAMN SETTINGS HELP PLZ which makes us needing to spoonfeed you .
XDA-Developers =/= Normal users
Sent from Ursa's claws.
Click to expand...
Click to collapse
Please read the thread I'm not the guy that asked the questions!
You know I've found several Q&A sections on here. Wonder what they are for?
Unless you are prepared to give straight answers why not ignore posts you obviously feel are beneath you?
Sent from my GT-S5830 using xda app-developers app
mitchst2 said:
Please read the thread I'm not the guy that asked the questions!
You know I've found several Q&A sections on here. Wonder what they are for?
Unless you are prepared to give straight answers why not ignore posts you obviously feel are beneath you?
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
With the ignore comes the bump....
Sent from Ursa's claws.

*QUICK EASY!* Phantom Key Press Fix using Revolt JB ROM 10.2 4.3.1 settings!

This is my first time I am ever posting and I am extremely anxious and shy about doing this or if I even make myself understandable and as helpful as I can..... Please if there is something that doesn't make sense please let me know so I can try to be a little more clear....
Now........To Begin
:victory:
I had a previous Sprint Samsung Galaxy S2 SPH-D710 that did not have this problem at all but I traded it for a black one because I did not like having a white phone and that's where my problems began....I had known the phone had a pressing button problem but I did not know what it was at the time or what it was called. But I was sure there was a way to fix it somehow. As soon as I had the phobe in my hands I saw how horrible it was.....It did not let me do anything not even for 30 seconds without the menu, back buttons, and I was upset because since I had to reinstall a new ROM on this phone (which I don't mind that's the fun part) but the keys kept going off every couple of seconds so I decided to look into finding a way to fix it and I did kinda. And I will post the link to the first one too because it can be useful and work for someone else and if it wasn't fir that post I wouldn't have thought of my fix.
Anyway here is the link to the first one : http://forum.xda-developers.com/showthread.php?t=
I followed these steps and basically what it is, is a method where you disable your hardkey that is causing you problems and switching it to the search button since most of us really don't use the search key anyway. But I won't go much into detail the post above goes more in depth. In the beginning it actually worked but then I noticed that the back key started pressing itself and then the menu still presses itself and even now and the search button which was converted to the new menu so I got upset and exasparated because to even do this method took me literally 2 hours because the damn keys wouldn't stop pressing themselves. And then I thought of another method which to me proved easier than that and does work. I simply used the same method but when I got to the General.kl instead of disabling one key I disabled all 4 and bang problem solved! But BEFORE that you need to make sure you have already installed an app where you can get your hardkeys on your screen and set it up to where you kniw your keys all work * OH AND YOU NEED TO BE ROOTED FOR THE SETTINGS FOR MENU AND BACK WORK! *. And I found a really good and free app in the market that is easy to use and wont get in the way of your screen while typing and customizable. It is called "Floating Toucher" and once installed and set up and disabled keys in General.kl and rebooted phone everything was working fine!!!! AND IT WORKED JUST FINE YOU JUST HAVE TO GET USED TO NOT TOUCHING KEYS ANYMORE AS THEY DON'T WORK BUT ITS TRUSTHWORTHY!....
Anyway I when all this happened I had GB27 4.1.2 and I wanted an upgrade so I flashed to Revolt JB ROM 4.3.1 (will post link to this ROM if you are interested in this method) and after that because the phone reset itself the hardkeys were enabled again. So because I it was a new ROM for me I looked in depth at their settings and there is where I found my solution!
1. Go to your settings and you go to Revolt Control.
2. When you are there you will see they have extra settings for the phone.
3. Scroll down to: Pie Controls
4. Click on the first setting that says: Pie Controls/ Allows navagation and status report and enable it.
5. Customize the settings how you want then to be to your liking!
6. Go back to previous menu.
7. Scroll down to: Soft Keys Options
8. Click on: Enable Soft Keys Options
9. You will notice all four of your hard keys are there including the setting when you long press them. Simply click on each one and press blank on all of them.
10. Then you go to previous screen and reboot and there! Easier than having to install over apps or disable keys! Its in the settings already and I am extemely happy now! No more Phantom Ghost Key!!!
The link for Revolt if anyone wants to change to ROM is : http://forum.xda-developers.com/showthread.php?t=2238252
And I hope this helps someone!
Man, you have a lot of patience posting a guide in a wrong device forum... You link to a ReVolt ROM for HTC Rezound, and here we have Samsung Epic 4G, which doesn't have ReVolt at all (all we have is a buggy CM10.2).
Sent from Samsung Captivate Glide @ CM10.2
Yes I have a Sprint Samsung Galaxy S2 SPH-D710 which is commonly known also as Epic 4G. But I see what you mean I accidently put the wrong link! I will update the proper link ASAP!!!!!
I'm not surprised I made a mistake my first post..... Thanks for letting me know!!!
Sent from my SPH-D710 using XDA Premium 4 mobile app
Updated Proper Link to Rom!
I have updated the proper link on my post but just in case I will post it here again!!! Thanks for pointing that out!!! How embarrassing
Revolt Rom : http://forum.xda-developers.com/showthread.php?t=2238252
:angel:
Innocent_Psycho said:
Yes I have a Sprint Samsung Galaxy S2 SPH-D710 which is commonly known also as Epic 4G. But I see what you mean I accidently put the wrong link! I will update the proper link ASAP!!!!!
I'm not surprised I made a mistake my first post..... Thanks for letting me know!!!
Sent from my SPH-D710 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Still the wrong device forum... You have an Epic 4G Touch (SPH-D710). This forum is for Epic 4G (SPH-D700), a totally different device with a slide-out keyboard. There's a separate forum for your device.
Sorry if all these sound rude, I simply wanna guide you to the right place
Sent from Google Nexus 4 @ CM11
OHHHHHHH I SEE I'VE ALWAYS GOTTEN CONFUSED ABOUT THE DIFFEEENT S2 MODELS AND WHAT NOW!!! Honestly it was much harder when I first trying to even learn about root and try..... Before this phone was a BOOST Samsung Galaxy S2 SPH-D710BST and proper files to flash was extremely hard to find. But I flashed it to Sprint and it was slightly easier then. But yea I do continue to get confused with these names especially cuz those 2 sound so similar. ...darnit !
Well I looked for their forum and its under maintenance so I have to wait....
Sorry for the mistake!
And no you're not being rude in the least thank you sooooo much !!!!
Sent from my SPH-D710 using XDA Premium 4 mobile app

[Q] Add/Remove/Change Position Of Capacitive Buttons ?

Hi,
I would like to know if it is possible via an app or mod to add or remove or change the position of the capacitive buttons.
Currently the stock M8 Sense format is Back, Home, Switcher.
I would like to know if it is possible to make it Back, Menu, Home, Switcher, Search.
Please let me know I am dying for a regular menu and search button!
JaY iZz BaKk said:
Hi,
I would like to know if it is possible via an app or mod to add or remove or change the position of the capacitive buttons.
Currently the stock M8 Sense format is Back, Home, Switcher.
I would like to know if it is possible to make it Back, Menu, Home, Switcher, Search.
Please let me know I am dying for a regular menu and search button!
Click to expand...
Click to collapse
Why not just get to used to how Android is changing and not live in the past? It's not hard to get your head around it and it'll be easier then asking for mods people just don't want any more...
EddyOS said:
Why not just get to used to how Android is changing and not live in the past? It's not hard to get your head around it and it'll be easier then asking for mods people just don't want any more...
Click to expand...
Click to collapse
Android is all about customization and personalisation.
It doesn't hurt to ask and see if it is possible, because it has been done before. So no need for such a douchebag kind of response.
Hellscythe said:
Android is all about customization and personalisation.
It doesn't hurt to ask and see if it is possible, because it has been done before. So no need for such a douchebag kind of response.
Click to expand...
Click to collapse
OK, my response might've come across a bit 'off' but the principal is still the same. If the mod was wanted by the community then someone would've made it. Xposed might already have something similar available so might be worth looking at that option but I'd personally say it's better off to just get used to what Google are doing to make Android better (yes, better) and accept the change...
EddyOS said:
OK, my response might've come across a bit 'off' but the principal is still the same. If the mod was wanted by the community then someone would've made it. Xposed might already have something similar available so might be worth looking at that option but I'd personally say it's better off to just get used to what Google are doing to make Android better (yes, better) and accept the change...
Click to expand...
Click to collapse
the dude just wants an extra search and menu button because that's his preference. Like I said before, Android is all about personalization and customization. If you don't like a change that has been applied, then there are possible methods it can be altered. Telling someone to "accept the change" is contrary to the purpose of XDA and Android. Heck if a guy wanted a gingerbread style status bar or something are you going to tell him "no, just accept the change, it was for the better?"
You shouldn't, because it's all about preference. While it might be better for the majority of the user base, he might not like it and there is nothing wrong with asking if someone has devised a method to apply that change, ESPECIALLY because he posted in the Q/A section.
EddyOS said:
Why not just get to used to how Android is changing and not live in the past? It's not hard to get your head around it and it'll be easier then asking for mods people just don't want any more...
Click to expand...
Click to collapse
It's about preference...I never demanded someone make it or complain about it not being available.
Just asking to see if it is available, no need for this type of response
check these out. just stick it on the back of the case and program buttons for what you want.
http://www.cnet.com/news/dimple-nfc-sticker-adds-four-physical-buttons-to-your-android-device/

Categories

Resources