Sometimes when I push the button, it get stuck , so SW2 resets.
I wish to replace, some how, with a virtual button to access Launcher.
Just as now, doble TAP to wake... then I will need another extra taps to run launcher.
Any help ?
Related
Hey everyone!
Since a few days my left hardware button (the one for ok/close) stopped working. I can push it as hard and often as I want, it just doesnt work anymore. I tried WD40 spray etc but still no success.
Now I thought that I could just remap my camera button to do the work of the broken button. So I need to change the Short_Camera.lnk to a ok/close executable.
Is there an executable like that around? I do believe I saw sth like that before, but cant remember where. I searched the forum for quite a while now and didnt find anything.
Do you have an idea how to solve this problem? I just need to have a working ok/close button again. Doesnt matter if its the camera button or sth else.
The only problem is, that I cannot install apllications on the phone anymore because Im stuck at the PIN screen. I can't confirm my pin anymore because the ok-button isnt working. So I would need a registry/filesystem solution....
Thanks for your help!
Maybe install some remote acces utility (eg. Virtual CE). Then, unpack it, rename files, copy it to windows/autorun (or sth), then try to connect from PC and install AE Button Plus to remap the keyboard.
CeleCMD can help you,
try it,
by Yonsm,
a chinese software
gonet9 said:
Maybe install some remote acces utility (eg. Virtual CE). Then, unpack it, rename files, copy it to windows/autorun (or sth), then try to connect from PC and install AE Button Plus to remap the keyboard.
Click to expand...
Click to collapse
Thank you. I installed MyMobile to remote control my phone from my computer and installed AEBPlus to remap double GreenPhonekey to the Left Softkey. Works fine.
The only problem left is the unlock screen. I cant unlock the phone because AEBplus desnt work in the locked screen...
But thanks alot!
About lock I have no idea. Sorry.
Hi guys,
My digitizer has died, and till the new one comes I was thinking of how I could use my T7272, I can write the SMS fine, but I can't send them out, cause the button is on the screen itself... is there a rom I could use freely w/o using the touchscreen?
P.S.
Is the digitizer hard to replace?
You could check out AE Button; it has some options like button presses that will activate soft buttons. I suspect you could send sms's using it. You could also try using mortscripts with AE button that will do stuff you need. There are some pretty simple scripts that will simulate screen taps, and you could assign them to a button push. I'd rather have a working touchscreen, though.
Here are some of the commands:
# 91: startmenu (on some devices it might be home button)
# 92: back key (not the backspace key but back key for closing applications which is available on some devices such as diamnd or blackstone)
# 93: menu key
#112: left softkey
#113: right softkey
#114: accept call (green button)
#115: hang up (red button)
#117: volume up
#118: volume down
#126: data disconnect
#127: toggle speaker
#133: devicelock
#223: power off
I use one to lock the device. Basically, you just put this:
Code:
sendspecial(133)
in a .txt file, and change the extension to .mscr. I call it Lock.mscr, and I have it assigned to a few different actions (like when a call comes in, a script locks the phone). So, sendspecial(112) and sendspecial(113) might help you out. There's also one for hitting 'Ok' in popups, which would probably work for you. I can't find it, though (google 'sendspecial' and you'll find it, it's all on msdn).
Anyway, if you install mortscript (maybe you already have it) as well as AE Button, you could assign button pushes to carry out those actions. Just stick the scripts somewhere easy, like the start menu, and it will be easy to set up.
If you want to get more complicated, there are also mortscript commands that simulate button pushes on the screen. You could set one up that would do just about anything. Also, SK Schema does similar stuff. You can write fairly simple sequences of button pushes that will do just about anything. This is one that I use that runs SK Tools Pim backup (I have it scheduled to run every night in the middle of the night).
#r(\windows\sktstart.exe) #p(STH:20)
#tap(146;602) #sleep(15000)
#tap(110;533) #sleep(500)
#tap(339;455) #sleep(500)
#tap(126;604) #sleep(500)
#tap(114;84) #sleep(500)
#tap(146;99) #sleep(5000)
#tap(310;254) #sleep(90000)
#tap(433;602) #sleep(10000)
#pwr() #sleep(10000)
Click to expand...
Click to collapse
Basically, the backup tool gets launched in line 1, then there are a bunch of screen taps (w/ delays, to make sure everything is ready) in the menus to get the right options selected, followed by turning the device off.
I`m not sure... But i saw somewhere app that emulate a mouse (cursor) and you will be able to control this mouse with your D-pad... But I can be wrong...
I can't install that mortscript w/o the touchscreen though..damn it..: )..
Get MyMobiler, and use it to run your device off of a pc. You should be able to get that working.
I would like to kill the program altogether , ,just going to setting s > speech >unchecking and turning off , doesnt get rid of that annoying feature , if you lay the phone down, or touch somewhere on the phone the goddamn thing pops up up and you have to hit the home button to get rid of it, then you lost whatever else you were doing as well!
It only pops up if you keep the home key pressed for 3 seconds and even then you can just hit the back key to exit.
when I touch and hold anything then it continue touches there until I release my finger form screen.then if I hold something it touches normal.for example if I want to move "galary" app to home screen by holding it it go to home screen but also it open the app.and continue touch there.please tell me how do I fix it.....
@sumit.srkr92 its called phantom touch u can search on google
while charging if your doin this so it will occur its same wd me
bt its occuring without chatger connected then you may have to change the display
Hi, i was wondering if you guys can help me remap my home touch buttons to work how they used to (on some devices). Ive tried to get used to how it is now but i just cant get comfortable. I checked another thread thats similar to what i want done but not quite exactly what i was looking for.
I use the back button, home button, and recent apps button. My goal is to long press the home button and have recent apps open and use the recent apps button as a general settings button (instead of having to long press the recent apps to get there). Im basically trying to acheive the LG Optimus G setup. Its a minor tweak and i'd enjoy the phone even more this way.
Any help would be greatly appreciated! If theres a thread that I missed that fits my needs plzz direct me to it! Thanks!