Guest Racerboy Posted January 30, 2012 Report Posted January 30, 2012 isnt pintch-to-zoom in deadlinks kernel? my bad your right....BUT i`m sure Vamshi`s last kernel with the power screen issue had zoom hack in-built :blink:
Guest plegdroid Posted January 30, 2012 Report Posted January 30, 2012 isnt pintch-to-zoom in deadlinks kernel? think deadlinks is true duel touch( showing two points of contact in dev tools) and vamshi's does pretty much the same, but using only one point of contact, (as in dev tools ). it's a zoom hack of some sort :$ :P :)
Guest KreatorDroid Posted January 30, 2012 Report Posted January 30, 2012 my bad your right....BUT i`m sure Vamshi`s last kernel with the power screen issue had zoom hack in-built :blink: I have reinstalled #68 kernel, but Pinch-to-Zoom is still not present :X
Guest plegdroid Posted January 30, 2012 Report Posted January 30, 2012 I have reinstalled #68 kernel, but Pinch-to-Zoom is still not present :X what you trying it with, should work in gallery and when browsing :)
Guest KreatorDroid Posted January 30, 2012 Report Posted January 30, 2012 what you trying it with, should work in gallery and when browsing :) I have tried on Dev Tools, Angry Birds and in Gallery
Guest plegdroid Posted January 30, 2012 Report Posted January 30, 2012 I have tried on Dev Tools, Angry Birds and in Gallery when you flashed the kernel did you wipe boot first?
Guest KreatorDroid Posted January 30, 2012 Report Posted January 30, 2012 when you flashed the kernel did you wipe boot first? No, i go try.
Guest Prince.abi Posted January 30, 2012 Report Posted January 30, 2012 Hey! unfortunately even for me pinch to zoom doesn't work and I'm using racerboy 224 v2 and idk why but menu,back and home button respond only to my nails lol the touch does not work properly wen my skin makes contact lol ...
Guest KreatorDroid Posted January 30, 2012 Report Posted January 30, 2012 No, i go try. :S Nothing again, on your device works? What rom are you using?
Guest plegdroid Posted January 30, 2012 Report Posted January 30, 2012 :S Nothing again, on your device works? What rom are you using? #224v2 the kernel is pre-installed in the rom. working really well :)
Guest KreatorDroid Posted January 30, 2012 Report Posted January 30, 2012 #224v2 the kernel is pre-installed in the rom. working really well :) I go make a backup of my apps, and i go reinstall the rom.
Guest Racerboy Posted January 30, 2012 Report Posted January 30, 2012 (edited) appologies to anyone trying to download Vamshi`s 2.6.32.9 #68 kernel, i`ve contacted Wooly Sammoth who`s server we use regarding the problem, the file is present on the server but its not letting anyone download it at the moment.........at Vamshi`s request no other links will be posted unless he does so himself........ Edited January 30, 2012 by Racerboy
Guest KreatorDroid Posted January 30, 2012 Report Posted January 30, 2012 (edited) Now it works, but works only on Angry Birds, when i try to make a zoom on gallery appear to Force Closing :X __________________________________ Damnit, i have restarted the cellphone and stopped working again :( Edited January 30, 2012 by KreatorDroid
Guest plegdroid Posted January 30, 2012 Report Posted January 30, 2012 Now it works, but works only on Angry Birds, when i try to make a zoom on gallery appear to Force Closing :X __________________________________ Damnit, i have restarted the cellphone and stopped working again :( I've just tried gallery and it's working ok, did you give gallery time to load all your pictures into it's cache first? when you did the install of #224v2 was it a total clean wipe as the instructions? which version of the racer you got, 3uk,VIP, ect?
Guest KreatorDroid Posted January 30, 2012 Report Posted January 30, 2012 I've just tried gallery and it's working ok, did you give gallery time to load all your pictures into it's cache first? when you did the install of #224v2 was it a total clean wipe as the instructions? which version of the racer you got, 3uk,VIP, ect? Yes, but i go try to reinstall the rom, my racer is X850 Tim (Brazil)
Guest Archer_cn Posted January 31, 2012 Report Posted January 31, 2012 (edited) @Vamshistunner, will you release GEN2 version ? I'm using offical 2.2.2 now, don't wanna TPT back to 2.1 :rolleyes: Edited January 31, 2012 by Archer_cn
Guest KreatorDroid Posted January 31, 2012 Report Posted January 31, 2012 I have wiped again my cellphone and reinstalled the rom again, but pinch-to-zoom still don't works, :@
Guest plegdroid Posted January 31, 2012 Report Posted January 31, 2012 I have wiped again my cellphone and reinstalled the rom again, but pinch-to-zoom still don't works, :@ evening mate, it could be down to your version of the racer (tim), but without getting more reports from people with the same issue with the same version, iam only speculating. have you tried going into dev tools, pointer location, pinching the screen where you pinch the screen and retrying in gallery, you don't need to pinch to hard as it really tender.
Guest equiliym Posted February 1, 2012 Report Posted February 1, 2012 isnt that option available in deadlinks kernel? idk if vamshi has that in kernel, its not on first page changelog..
Guest plegdroid Posted February 1, 2012 Report Posted February 1, 2012 (edited) isnt that option available in deadlinks kernel? idk if vamshi has that in kernel, its not on first page changelog.. hiya, dev tools also works with vamshi's but will only show one point of touch where deadlink's shows two, don't known what the technical differences are but it still works :P :) it's some sort of zoom hack. Edited February 1, 2012 by plegdroid
Guest kiran-reddy Posted February 3, 2012 Report Posted February 3, 2012 Wow .. great bro. @Vamshi.. its good to see a new kernel. Thank you very much.
Guest deadlink Posted February 3, 2012 Report Posted February 3, 2012 Vamshi, it's my msm_ts with pinch zoom http://pastebin.com/f2sLQDV4. If you add smth like that: module_param_named(zoomhack_enabled, msm_zoomhack_enabled, int, 0664); you can use it to turn on/off pinch zoom from sysfs. Example in my msm_ts. Good work! and good luck!
Guest vamshistunner Posted February 5, 2012 Report Posted February 5, 2012 (edited) Hola guys, Checkout first post for mirror link. PinchToZoom/Dual Touch will not work with my kernel. Edited February 5, 2012 by vamshistunner
Guest vamshistunner Posted February 5, 2012 Report Posted February 5, 2012 (edited) Vamshi, it's my msm_ts with pinch zoom http://pastebin.com/f2sLQDV4. If you add smth like that: module_param_named(zoomhack_enabled, msm_zoomhack_enabled, int, 0664); you can use it to turn on/off pinch zoom from sysfs. Example in my msm_ts. Good work! and good luck! I have the msm_ts with zoomhack enabled. But i need to make a lot of changes in msm_ts for calibration. I'll soon look at it. Edited February 5, 2012 by vamshistunner
Guest Archer_cn Posted February 6, 2012 Report Posted February 6, 2012 Please add gen2 support! Gen2's base address is 0x02600000, and "MSM_RAM_CONSOLE_PHYS 0x02500000" in board-mooncake.c These are some info I take from another post, maybe a little helpful(made some changes ). Gen1 -> Gen2 0x02A00000 -> 0x02600000 relocation: .config arch/arm/mach-msm/board-mooncake.c (Theres an 0x02900000 address here that was changed to 0x02500000) arch/arm/mach-msm/Kconfig arch/arm/mach-msm/Makefile.boot and Change CONFIG_PHYS_OFFSET to 0x02600000. Change the 0x02900000 address in arch/arm/mach-msm/board-mooncake.c to 0x02500000 Also change the 0x02A0xxxx references in arch/arm/mach-msm/Makefile.boot to 0x0260xxxx
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now