[Q] please guide me for having dualtouch - XPERIA X8 Q&A, Help & Troubleshooting

Guys would you give me some instructions for my xperia x8, because i change my touchscreen for now and its not the original one. My problem is i cannot back my dualtouch anymore, even i install any rom,kernel,x8gesture in my phone. Would you please help me what can i do now to work it again?
Sorry for my bad English.
Sent from my E15i using xda premium

joezel said:
Guys would you give me some instructions for my xperia x8, because i change my touchscreen for now and its not the original one. My problem is i cannot back my dualtouch anymore, even i install any rom,kernel,x8gesture in my phone. Would you please help me what can i do now to work it again?
Sorry for my bad English.
Sent from my E15i using xda premium
Click to expand...
Click to collapse
OKAY lets get started.
As u said that u have changed ur touchscreen so now i assume that u have a cypress one.
Now download the file attatched below , extract it and move it to
\system\lib\modules\"place the file here"
now open terminal emmulator
and type there
Code:
su
dmesg | grep ax8mt
now reboot ur phone.
LOL!!!
its done.

Download x8toolbox, plug in your phone, open toolbox,go to modules find dual touch,done
Sent from my X8 using xda premium

I did both of your suggested but not work to me. Please give me other suggestion.
Sent from my E15i using xda premium

joezel said:
I did both of your suggested but not work to me. Please give me other suggestion.
Sent from my E15i using xda premium
Click to expand...
Click to collapse
I dont know much about it.Maybe this thread can help u http://forum.xda-developers.com/showthread.php?t=1135965

Actually there is another method, search at youtube and you will find it,it will may work
Sent from my X8 using xda premium

joezel said:
Guys would you give me some instructions for my xperia x8, because i change my touchscreen for now and its not the original one. My problem is i cannot back my dualtouch anymore, even i install any rom,kernel,x8gesture in my phone. Would you please help me what can i do now to work it again?
Sorry for my bad English.
Sent from my E15i using xda premium
Click to expand...
Click to collapse
Ok, here's what you have to do.
1. Go into terminal emulator.
2. Type in:
Code:
su
dmesg | grep "cyttsp-i2c"
3. if you get something like this output:
Code:
<6>[ 4.185259] cyttsp_i2c_probe: Successful registration cyttsp-i2c
you have cypress and should use AX8MT.ko
If you did not have that output, you have synaptics and you should use X8gesture.ko.
4. Now that you know which digitizer you have, if you are not using a custom kernel or ROM with the modules auto-insmodded in, do this:
Add the correct module to /system/lib/modules
Enter in the following lines to terminal emulator:
Code:
su
chmod 644 /system/lib/modules/*module name*.ko
chown 0.0 /system/lib/modules/*module name*.ko
insmod /system/lib/modules/*module name*.ko
Then check in Multitouch visualiser if the module is loaded and working.
If working, add this line to /system/etc/hw_config.sh
Code:
# DT
insmod /system/lib/modules/*module name*.ko
Done! (hopefully)

Related

Help! Does anybody have a late-2009 White Unibody MacBook 6.1?

Somebody help me!
I attempted to install Ubuntu 11.04 onto a separe partition on my MacBook 6.1.
It apparently screwed with EFI, and now, whenever I boot, I need to do the boot sequence 5 times to get into any OS.
I have to power the mac on & off 5 times...
During the first bootup, the Sleep LED will begin to flash rapidly, and then I'll hear a long beep, then a black screen.
Has anybody experienced this? Somebody help. I can't afford a new Logicboard.
Hey I recognized you from our forums. I have the same MacBook, I'm have u tried taking it to the genius bar, they always fix it and BTW I had that same problem. I had to format my hard drive
Sent from my LG-P999 using xda premium
Also forgot to mention Good luck on the rom
Sent from my LG-P999 using xda premium
moeahmad1995 said:
Hey I recognized you from our forums. I have the same MacBook, I'm have u tried taking it to the genius bar, they always fix it and BTW I had that same problem. I had to format my hard drive
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Another G2x user? ;D..
But I've tried formatting my hard drive! I even tried a different hard drive...
Sent from my LG-P999 using xda premium
I have a friend that works at the apple store. I'll have him ask someone and what method did u try to dualboot Linux with?
Sent from my LG-P999 using xda premium
moeahmad1995 said:
I have a friend that works at the apple store. I'll have him ask someone and what method did u try to dualboot Linux with?
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I had created a separate partition for Ubuntu
Through boot camp right ?
Sent from my LG-P999 using xda premium
moeahmad1995 said:
Through boot camp right ?
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
No, I made the partition in disk utility
OK will ask him
Sent from my LG-P999 using xda premium
Thanks dude
Sent from my LG-P999 using xda premium
I found a fix, but the instructions are very confusing! Somebody PLEASE help me.
I just need someone to explain the instructions for me.
https://bugs.launchpad.net/ubuntu-release-notes/+bug/774089/comments/111
Thanks in advance!
FatalityBoyZahy said:
I found a fix, but the instructions are very confusing! Somebody PLEASE help me.
I just need someone to explain the instructions for me.
https://bugs.launchpad.net/ubuntu-release-notes/+bug/774089/comments/111
Thanks in advance!
Click to expand...
Click to collapse
The confusing parts are terminal commands that they want you to execute.
-Hercules grabbed my post, and threw it at your face to be read-
I_am_Error said:
The confusing parts are terminal commands that they want you to execute.
-Hercules grabbed my post, and threw it at your face to be read-
Click to expand...
Click to collapse
I know -__-
It sucks that the fix is RIGHT THERE, and I can't even understand it. :'(
- Download Firmware Update 1.7 here.
Open terminal and copy & paste this into the terminal:
Code:
mv MBP55_00AC_03B_LOCKED.scap MB61_00C8_B00_LOCKED.scap
and now:
Code:
sudo bless -mount / -firmware MB61_00C8_B00_LOCKED.scap --verbose
Shutdown and restart. Update the firmware and reboot again.
BazookaAce said:
- Download Firmware Update 1.7 here.
Open terminal and copy & paste this into the terminal:
Code:
mv MBP55_00AC_03B_LOCKED.scap MB61_00C8_B00_LOCKED.scap
and now:
Code:
sudo bless -mount / -firmware MB61_00C8_B00_LOCKED.scap --verbose
Shutdown and restart. Update the firmware and reboot again.
Click to expand...
Click to collapse
Thanks!
Where should I place the files?
Don't know. It doesn't say in the original post. Try the desktop or the download folder.

[Q][Help]Xperia X8 Screen Touch Problem [31/03/2012]

Hello,
This Problem is happened to me 1mont ago,
But its doesn't mean so much to me,
But yeah, i think i should try to fix it,
See from the video Below,
The left side of the screen is does not make any respond,
Hard for me to type a message,button,or anything else,
This problem still happen if i change to Stock, or Costum ROM & Stock Kernel or Custom Kernel.
Trying to repair using SEUS, but still no Luck.
I've already search for it to fix this problem, on Google , but still no luck,
And what is Screen Calibration?? What is Screen Calbration use for?? What do you think? About This Thread : Calibration APP
So,What Exactly make this problem Happened? Hardware or Software?
If Hardware, ok then i will sent to Service Repair,
If Software, Any ideas how to fix this?
If This Problem Cannot be fix, ok Bye X8
Rom I Install : Stock Rom [Stock Kernel] Update From SEUS | MiniCM7 2.2 [nAa-11] [Try This Rom With Alfs-08 Still same problem] | ATICm [nAa-11] |
CyanogenMod9 [nAa-11]
Thanks in advance !
P/S : If Any From Malaysia Here, How much it cost if i Sent to Phone Service Repair?
I'm almost sure that this is a hardware problem.
Had this been a software issue , it would've been resolved already by changing ROM/kernel.
Mayank77 said:
I'm almost sure that this is a hardware problem.
Had this been a software issue , it would've been resolved already by changing ROM/kernel.
Click to expand...
Click to collapse
Yeah, I think so, this is because the hardware problem,
Thanks for the reply Buddy
Will Wait for others give some response
Shimizux said:
Yeah, I think so, this is because the hardware problem,
Thanks for the reply Buddy
Will Wait for others give some response
p/s : Sorry cant hit thanks, Overlimit -.- Hit soon
Click to expand...
Click to collapse
You should try the calibration app.. That is supposed to work for you.. If you added modules for dual touch maybe that's what makes the problem
Good Luck!
Thanks
alinuredini said:
You should try the calibration app.. That is supposed to work for you.. If you added modules for dual touch maybe that's what makes the problem
Good Luck!
Click to expand...
Click to collapse
Mate, Thanks for the Reply !
But yeah, What do you think about the Calibration App? Any Risk if i try it on X8?
A bit scare! LOL!
Oyeah, How can i remove the Dualtouch Modules? Wanna try it how it works.
Thanks in Advance
Edit : Used Calibration App, No luck, & didn't try Remove M.T modules Yet.
Shimizux said:
Mate, Thanks for the Reply !
But yeah, What do you think about the Calibration App? Any Risk if i try it on X8?
A bit scare! LOL!
Oyeah, How can i remove the Dualtouch Modules? Wanna try it how it works.
Thanks in Advance
Edit : Used Calibration App, No luck, & didn't try Remove M.T modules Yet.
Click to expand...
Click to collapse
To remove the dualtouch module go in system/lib/modules and delete the duatouch module file.
sent from my x8 using xda premium
ronnie-steelheart said:
To remove the dualtouch module go in system/lib/modules and delete the duatouch module file.
sent from my x8 using xda premium
Click to expand...
Click to collapse
Man , thank you,
I'll try it out if work.
Peace,
Edit : sorry for the stupid question, what is the multitouch modules file name?? Thanks!
Sent from my E15i using Tapatalk
Shimizux said:
Man , thank you,
I'll try it out if work.
Peace,
Edit : sorry for the stupid question, what is the multitouch modules file name?? Thanks!
Sent from my E15i using Tapatalk
Click to expand...
Click to collapse
ax8mt.ko
sent from my x8 using xda premium
ronnie-steelheart said:
ax8mt.ko
sent from my x8 using xda premium
Click to expand...
Click to collapse
Dude,
Idk.
File on my "modules" folder --> sdio.ko | synaptic_j2c_rmi4_dt.ko | synaptic_j2c_rmi4_no_dt.ko | tiap_drv.ko | tiwlan_drv.ko | x8uv.ko |.
There no ax8mt.ko file.
Weird. but yeah. its true.
Rom : Minicm7 2.2 |
Re:
Shimizux said:
Dude,
Idk.
File on my "modules" folder --> sdio.ko | synaptic_j2c_rmi4_dt.ko | synaptic_j2c_rmi4_no_dt.ko | tiap_drv.ko | tiwlan_drv.ko | x8uv.ko |.
There no ax8mt.ko file.
Weird. but yeah. its true.
Rom : Minicm7 2.2 |
Click to expand...
Click to collapse
Well thats a problem.. You have synaptics digitizer?
If you have synaptics, then there is no dual touch module, since dual touch is just for Cypress digitizer.
You should also try repairing with SEUS or PC Companion.. tut follows:
1.Turn off the phone
2. Open PC Companion
3. Go to repair or something
4. Turn on the phone
5. While turning it on press&hold the back button
6. It will now enter flash mode, and the PC Companion will start flashing ROM, Kernel and Baseband
7. Reboot and enjoy
Press THANKS if I helped
Shimizux said:
Dude,
Idk.
File on my "modules" folder --> sdio.ko | synaptic_j2c_rmi4_dt.ko | synaptic_j2c_rmi4_no_dt.ko | tiap_drv.ko | tiwlan_drv.ko | x8uv.ko |.
There no ax8mt.ko file.
Weird. but yeah. its true.
Rom : Minicm7 2.2 |
Click to expand...
Click to collapse
Ok so you have dualtouch module by dx. So you should delete these files..
synaptic_j2c_rmi4_dt.ko and
synaptic_j2c_rmi4_no_dt.ko
sent from my x8 using xda premium
Thanks you for all of you suggestion,
Im sure this is Hardware Problem,
Gonna send it to service repair soon XD
oooooohhhh.. $$$$$$$..
once again, Thank you so much for trying to help !

multitouch problems on game

im having problems with multitouch on my xperia x8.. my room its joyOS v 1.9 running nAa 13 kernel,so tell me what to do pls.. when i play gangstar or need for speed the multitouch its not responding
astrit1995 said:
im having problems with multitouch on my xperia x8.. my room its joyOS v 1.9 running nAa 13 kernel,so tell me what to do pls.. when i play gangstar or need for speed the multitouch its not responding
Click to expand...
Click to collapse
do you have synaptics digitizer
I have synaptics but on GZR working! I just try amazing alex and it works!
i have synaptics.and i can play that game without problem... .miniCM7 + nAa kernel
Sent from my E15i using xda premium
Try...
Try to use x8toolbox and install the "MultiTouch" module, and check what type of digitalizer you have in your phone and let us know...
Synaptics or cypress?
Use x8 tool box
Pennington, Isonntac
fotak-x said:
do you have synaptics digitizer
Click to expand...
Click to collapse
synaptic digitizer bro
TheXfan said:
Try to use x8toolbox and install the "MultiTouch" module, and check what type of digitalizer you have in your phone and let us know...
Click to expand...
Click to collapse
i have synaptic digitalizer,so how to install the module pls teach me... i downloaded the x8toolbox,i have s1tool and module folder... now i have to copy x8gesture.ko to sys/lib/modules/ and execute this comande on terminal :
su
insmod /system/lib/modules/x8gesture.ko #dx: add gestures
?
im going to burn dat phone,he is getting me mad beacuse i dont know how to use terminal emulator
If you use the toolbox and run it successfully it will automatically copy the needed files. BTW I think it was already integrated in the kernel
deedii said:
If you use the toolbox and run it successfully it will automatically copy the needed files. BTW I think it was already integrated in the kernel
Click to expand...
Click to collapse
look what it appears and it is ok bro ?
Man why u use s1tool?
Download flashtool final. If u have downloaded it.
1- on usb debugging and connect ur phone
2- open x8 toolbox
3- press 5 and enter
4- press 2 and enter
5- allow su warning in ur phone
6- now u have successfully installed dual toych
Sent from my X8 using Tapatalk 2
bandarigoda123 said:
Man why u use s1tool?
Download flashtool final. If u have downloaded it.
1- on usb debugging and connect ur phone
2- open x8 toolbox
3- press 5 and enter
4- press 2 and enter
5- allow su warning in ur phone
6- now u have successfully installed dual toych
Sent from my X8 using Tapatalk 2
Click to expand...
Click to collapse
because when i downloaded x8toolox-final.rar and extract it there was some folders and s1tool... im going to try with flashtool,and tell me one more thing bro,x8 toolbox its an option at flashtool?
Nope. There is a x8toolbox.cmd
Synaptics or cypress ???
Flash has kernel.....it already has it....in your case try to install the module manually.....
Sent from my E15i using xda premium
binhari said:
Flash has kernel.....it already has it....in your case try to install the module manually.....
Sent from my E15i using xda premium
Click to expand...
Click to collapse
Install manually and edit hwconfig.sh in system/etc!
binhari said:
Flash has kernel.....it already has it....in your case try to install the module manually.....
Sent from my E15i using xda premium
Click to expand...
Click to collapse
i have to flash kernel from toolbox? i have nAa-13 kernel..
2010matej said:
Install manually and edit hwconfig.sh in system/etc!
Click to expand...
Click to collapse
when i tryed to install module manually from terminal emulator it shows an error msg man.. and how to edit hwconfig.sh ,with root explorer? and what i have to do :/ ?

Ginger dx 030 overclock

ginger dx v 030 overclock module please
LAZY GUY
Overclock module is same for every rom...
Use search!!!
If you can't search we can't help you
Gogeta said:
LAZY GUY
Overclock module is same for every rom...
Use search!!!
If you can't search we can't help you
Click to expand...
Click to collapse
hey i tried v 004 module but i cant increase cpu settings it shows only 600mhz
vardhan21 said:
hey i tried v 004 module but i cant increase cpu settings it shows only 600mhz
Click to expand...
Click to collapse
Use setcpu to set higher frequencies, cyaanogenmod settings aren't working
Else is same
Gogeta said:
Use setcpu to set higher frequencies, cyaanogenmod settings aren't working
Else is same
Click to expand...
Click to collapse
i use system control pro app dis app also cant show increase setting
vardhan21 said:
i use system control pro app dis app also cant show increase setting
Click to expand...
Click to collapse
Explain what you did..
Step by step
Sent from my X8 using xda app-developers app
did you add insmod in hw_config?
[cAs]
Gogeta said:
Explain what you did..
Step by step
Sent from my X8 using xda app-developers app
Click to expand...
Click to collapse
k i will explain what i do
- x8 oc.ko module put to system > lib > module
- etc > hw_config.sh --add line insmod /system/lib/modules/x8oc.ko # x8 overclocking
reboot thats it
vardhan21 said:
k i will explain what i do
- x8 oc.ko module put to system > lib > module
- etc > hw_config.sh --add line insmod /system/lib/modules/x8oc.ko # x8 overclocking
reboot thats it
Click to expand...
Click to collapse
Leave x8oc.ko in system/lib/modules
Use this command in terminal emulator (allow root)
Code:
su
insmod /system/lib/modules/x8oc.ko
Tell us what's the output message
Better to attach a screenie
Sent from my X8 using xda app-developers app
Gogeta said:
Leave x8oc.ko in system/lib/modules
Use this command in terminal emulator (allow root)
Code:
su
insmod /system/lib/modules/x8oc.ko
Tell us what's the output message
Better to attach a screenie
Sent from my X8 using xda app-developers app
Click to expand...
Click to collapse
k thank u soo much i got it now increase my cpu setting........

touch buttons

anyone know how to turn off the touch buttons? i dont want them to light sorry for bad english
geo95cornel said:
anyone know how to turn off the touch buttons? i dont want them to light sorry for bad english
Click to expand...
Click to collapse
there was a script for that. it was also in space cakers sgs2 rom v9, so maybe you wanna extract the script from there
Sent from my GT-S5830 using xda app-developers app
geo95cornel said:
anyone know how to turn off the touch buttons? i dont want them to light sorry for bad english
Click to expand...
Click to collapse
Type this lines using Terminal Emulator
Code:
su
echo 0 > /sys/class/leds/button-backlight/brightness
chmod 444 /sys/class/leds/button-backlight/brightness
You can visit too my signature thread "SAVE BATTERY WITHOUT ANY APP!"
Viper The Ripper said:
Type this lines using Terminal Emulator
Code:
su
echo 0 > /sys/class/leds/button-backlight/brightness
chmod 444 /sys/class/leds/button-backlight/brightness
You can visit too my signature thread "SAVE BATTERY WITHOUT ANY APP!"
Click to expand...
Click to collapse
i tried that.. but.. they are turn off just some minute's.. after those minute's.. they are flashing again..
Sent from my GT-S5830 using xda app-developers app
geo95cornel said:
i tried that.. but.. they are turn off just some minute's.. after those minute's.. they are flashing again..
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
Which rom are you using?
Just copy paste the command lines and you'll turn off your touch buttons
The most important line is the second (chmod 444, = set permissions to keep buttons off)
Do it fast or the buttons turn on again soon

Categories

Resources