Hey guys,
it is possible to port the double tap to wake feature of flar2's kernel to CM kernel of the 9100G?
Here you can see the already existing ports http://forum.xda-developers.com/search.php?searchid=243264521.
I've found out that the touchscreen is Atmel maXTouch 224E so I think that we need to change something in mxt224_t1.c.
I hope someone of you finds a way!
Related
Hello! I just recently got a brand new MyTouch4GSlide ($5 from t-mobile xD) Anyhow since the lack of development going on for this phone I decided to join in and do my part... My original plan was to create a simple CM7 Kernel with support for UV and OC + Smartass... I have successfully in the past week set up my ubuntu virtual machine, kernel source, kitchen (boot.img extract/compile), voltage table & have successfully compiled a custom working kernel for my device, but i just need a bit of help.... I have 3 specific questions wich hopefully someone will be able to answer so I may get better with developing and continue developing in the future...
1) Adding new frequencies to the kernel
-I have created my voltage table and have added it to the file acpuclock-8x60.c (Which is corresponding to my device) located in /arch/arm/mach-msm O have also disabled the performance lock in the .config file using the make menuconfig command but when I compile the kernel and flash it setcpu does not recognize the frequencies... Did I not edit the correct file? Am I missing a lock placed by HTC somewhere else?
2) Adding Smartass
-I have found 1 source for the smartass module but whenever I try to compile the module I get #define OFS_KALLSYMS_LOOKUP_NAME 0xc009684c // kallsyms_lookup_name any reason why this is? am I using the wrong source? is there an easier way?
3) WiFi Module
-Whenever I compile my kernel the WiFi does not turn on... Probably because I have not compiled a Wifi module -_- but how can I compile a WiFi module? do I use the same source as the kernel? how would I go about doing this? how do I pack it with the boot.img?
Thats all for now... I shall edit this if I have more questions... I shall constantly be checking this thread hoping for some responses... I am eager to get this working!
Thanks in advanced! ~GiGoO
P.S. If you want you may add me on Skype if you would like to help me with this xD (robster105)
gigoo25 said:
Hello! I just recently got a brand new MyTouch4GSlide ($5 from t-mobile xD) Anyhow since the lack of development going on for this phone I decided to join in and do my part... My original plan was to create a simple CM7 Kernel with support for UV and OC + Smartass... I have successfully in the past week set up my ubuntu virtual machine, kernel source, kitchen (boot.img extract/compile), voltage table & have successfully compiled a custom working kernel for my device, but i just need a bit of help.... I have 3 specific questions wich hopefully someone will be able to answer so I may get better with developing and continue developing in the future...
1) Adding new frequencies to the kernel
-I have created my voltage table and have added it to the file acpuclock-8x60.c (Which is corresponding to my device) located in /arch/arm/mach-msm O have also disabled the performance lock in the .config file using the make menuconfig command but when I compile the kernel and flash it setcpu does not recognize the frequencies... Did I not edit the correct file? Am I missing a lock placed by HTC somewhere else?
2) Adding Smartass
-I have found 1 source for the smartass module but whenever I try to compile the module I get #define OFS_KALLSYMS_LOOKUP_NAME 0xc009684c // kallsyms_lookup_name any reason why this is? am I using the wrong source? is there an easier way?
3) WiFi Module
-Whenever I compile my kernel the WiFi does not turn on... Probably because I have not compiled a Wifi module -_- but how can I compile a WiFi module? do I use the same source as the kernel? how would I go about doing this? how do I pack it with the boot.img?
Thats all for now... I shall edit this if I have more questions... I shall constantly be checking this thread hoping for some responses... I am eager to get this working!
Thanks in advanced! ~GiGoO
P.S. If you want you may add me on Skype if you would like to help me with this xD (robster105)
Click to expand...
Click to collapse
Hey Rob, I wish you the best of luck and don't give up!
The one thing I can say is when I was compiling my own kernels a while back and when I was trying to do the exact same thing and add different frequencies, if I remember correctly, there is a couple files that need to be changed, not just one, but don't quote me on that
I would also try getting help from other phone developers too. Post in the Q&A section of the phones, you might get more help that way.
Other then that good luck!
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A
Hi,
I tested http://forum.xda-developers.com/showthread.php?t=2531189 and it work's wery well.
Can anyone guide me to recompile kernel to add video4linux driver on @munjeni's kernel? It help me to use an external usb webcam on my phone.
I compiled from https://github.com/munjeni/android_kernel_xperiago but i think i missed something and the phone doesn't boot.
Thanks a lot
Hi Folks,
I'm not sure exactly where to put this question but here goes. It looks like my monitor (HannsG HT231HPB) touch screen capabilities are not supported by default by my TV box (Stoga Kbox MXIII Amlogic S802) and I want to get it going. I'm not really interested in maintaining functionality of this TV box. My objective it to get an app that needs android 4.2 or above to run on it in conjunction with my touch screen. The app uses a touch screen to control music software. I have numerous questions as follows.
1) If I need to alter a couple of lines of code of existing parts of the kernel is there a way to inject these updated changes i.e. update ko files or something?
2) If this is not possible can I compile and update just the kernel or a module?
3) If I've got to recompile the whole lot, bearing in mind I don't need the existing functionality of the software on the TV box, can I just use the basic Android OS such as Kitkat and just worry about what I need just to run app, touch screen and USB.
4) If that is not possible how likely are similar source codes for devices likely to run on another device. There are various incarnations of MXIII boxes and I can't find the source code that seems specific to my box.
5) Any other ideas!
I know this is a bit general and convoluted but I've already wasted a lot of time on this and could do with reducing options.
Thanks in advance
Mark
Hi
Did U find something to make it works ?
I've the same configuration (MXIII + HANSSG HT231) and impossible to use touchscreen.
Thanx for your help
MacCarel said:
Hi
Did U find something to make it works ?
I've the same configuration (MXIII + HANSSG HT231) and impossible to use touchscreen.
Thanx for your help
Click to expand...
Click to collapse
No in short. I think the problem is a couple of lines of the Kernel. If they are not there you will get no reaction on touchscreen no matter what you try. The only solution is to alter a couple those lines of code and rebuild/compile the kernel. Therefore you need a compatible kernel for device and work out how to do this. I've stopped trying for now but I was looking at trying to find a custom ROM based on a different compatible kernel and hope it has support built into kernel automatically. Good luck..
I recently tried compiling a kernel for Redmi Note 4g(dior) with dt2w feature. After compiling i succesfully got that option in kernal auditor but it is not working at all ie. whenever my device screen off nothing happens when i tap. I tried compiling kernal from various sources but still same result. Please someone help me about what i am missing.
vishalxox said:
I recently tried compiling a kernel for Redmi Note 4g(dior) with dt2w feature. After compiling i succesfully got that option in kernal auditor but it is not working at all ie. whenever my device screen off nothing happens when i tap. I tried compiling kernal from various sources but still same result. Please someone help me about what i am missing.
Click to expand...
Click to collapse
does your phone stock rom support dt2w ?
my phone's stock rom has taptowake working,but on other roms it doesn't work,now how to add taptowake/wake gestures functionality in other roms through modifying my kernel?one of the kernel has this feature and i want to add it in mine as well, any one guide me please
thanks in advance