mmorciegov / android-wifi-tether

Automatically exported from code.google.com/p/android-wifi-tether
7 stars 3 forks source link

Motorola Droid Bluetooth Issues Gingerbread (2.3.3) #908

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which device Motorola Dorid 1?

Which firmware is installed?
GPA 14 (http://www.peteralfonso.com/) Android 2.3.3

What version of wireless tether are you using?
2.0.7

I am trying to Bluetooth tether to a Motorola Xoom and it does not work using 
2.3.3, rolled the phone back to 2.2.2 and it works fine.

any input would be appreciated 
Thanks

Original issue reported on code.google.com by Lau...@gmail.com on 28 Mar 2011 at 12:24

GoogleCodeExporter commented 9 years ago
I have the same issue. Droid 1 with Gingerbread. ROM developer is Peter 
Alfonso, running any of his GPA versions(10-14) and his 600mhz low voltage 
kernel. I have a stock WiFi Xoom with no root. The two devices can pair, but 
when I click Connect on the Xoom, it arbitrarily attempts to connect, but never 
establishes a connection. I changed my Droid back to Froyo(2.2.2, FRG83G) and 
it connects perfectly. I love the gingerbread ROM, but tethering is a must. 

Original comment by PhoKingX...@gmail.com on 1 Apr 2011 at 5:00

GoogleCodeExporter commented 9 years ago
[SOLVED]
Found this forum using GPA builds, read through for detailed resolution.
http://www.droidforums.net/forum/bugless/138497-solution-gpa-bluetooth-tethering
-issue-xoom-wi-fi-now-tethers.html

You can also use Terminal Emulator app to delete 
/system/lib/bluez-plugin/network.so
1. su
2. mount -o rw,remount yaffs2 /system
3. delete the network.so file
4. reapply read-only permissions, mount -o ro,remount yaffs2 /system
5. exit

Original comment by PhoKingX...@gmail.com on 4 Apr 2011 at 8:03