• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root No Multitouch with Fresh 1.0.1?

pack13

Lurker
So i just flashed the new Fresh rom, and now everything works except for multitouch. No multitouch works on anything, brower zooms, maps, pictures, etc... And before i was using the stock rom and there was multitouch functionality (worked perfectly). Does this Fresh rom not have multitouch? because if so it becomes almost unusable to me. :S
 
pinchzoom works fine here

the google maps update still wont install successfully

This is caused by your phone thinking you have two copies of it installed on your phone. The only people that should be affected by this are some 1.0.0 beta testers. The easy fix is to just do a full data wipe and then reflash the rom.

If you don't want to wipe then you can try the following which may or may not work for you:

adb remount
adb shell
rm /system/app/Maps.apk
pm uninstall com.google.android.apps.maps
mount -o ro,remount -t yaffs2 dev/block/mtdblock4 system
sync

If that doesn't work... then do a full wipe and reflash.

Multi touch works for me as well.
 
This is caused by your phone thinking you have two copies of it installed on your phone. The only people that should be affected by this are some 1.0.0 beta testers. The easy fix is to just do a full data wipe and then reflash the rom.

If you don't want to wipe then you can try the following which may or may not work for you:

adb remount
adb shell
rm /system/app/Maps.apk
pm uninstall com.google.android.apps.maps
mount -o ro,remount -t yaffs2 dev/block/mtdblock4 system
sync

If that doesn't work... then do a full wipe and reflash.

user error on my part but says adb is not recognized as an internal or external command, operable program or batch file. it worked last time i did it. ran it as administrator too, its probably something simple. tried to run from root of c:\ and also from c:\android-sdk-windows where the SDK is installed
 
user error on my part but says adb is not recognized as an internal or external command, operable program or batch file. it worked last time i did it. ran it as administrator too, its probably something simple. tried to run from root of c:\ and also from c:\android-sdk-windows where the SDK is installed

You need to go one more folder in.

C:\android-sdk-windows\tools
 
swype broke it for me when using the bfs kernal that fresh put out. Try switching to a different input method to see if that does anything.

If that works, and u have multi touch, install the no bfs kernal and then activate swype.... should be good to go...
 
I appreciate all the helpful responses. Actually all that was needed was a reboot through the bootloader screen... Dont know why it worked but it did!
 
You need to go one more folder in.

C:\android-sdk-windows\tools

that did the trick! much thanks

btw i wasn't sure how to "wrap up" the whole process, I dont know if one of the commands you included did so. I typed in 'adb kill-server' at the end, it said "adb: not found". Then i felt safe unplugging my phone.
 
Back
Top Bottom