[patch/fix] bluetooth tethering - Epic 4G Android Development

I needed to tether to my Transformer Prime tablet over Bluetooth and installed CM9, only to discover that Bluetooth was well, broken. Checking netcfg, the problem appeared to be that Bluetooth had a default MAC address of 43:29:b0:00:00:00. This post http://forum.xda-developers.com/showpost.php?p=23924341&postcount=10 suggests that it shouldn't affect bluetooth, but I suspected a bad MAC address would break Bluetooth PAN.
Looking around it looks like the property ro.bt.btaddr_path is supposed to be set from efs. Problems: 1 - property is not set 2 - I have no idea how to read efs.
So I dug around the source code and figured out that some program called brcm_patchram_plus is supposed to set the MAC address. I hardcoded the MAC address and voila! Bluetooth PAN and tethering work!
I provide the brcm_patchram_plus to this post in case anyone needs a quick fix to this problem - I think the new behavior I add is actually okay, if it errors on finding " ro.bt.btaddr_path", it sets the MAC to c8:ef:ab:cc:17:20, which other bt devices should be happy with. I'd submit this to git somewhere but haven't figured out how to do it.
The correct fix should be to check if some file exists in init.rc, if it doesn't generate a random file containing a mac address and set ro.bt.btaddr_path to it. Don't have time to do that, so I'll leave it to people here.
Also, I don't know how to make a update.zip anymore, so I'll let other people figure it out. But using some terminal emulator, first copy brcm_patchram_plus to your sdcard and run:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
cp /sdcard/brcm_patchram_plus /system/bin/brcm_patchram_plus
chmod 755 /system/bin/brcm_patchram_plus
restart your phone. You'll probably have to repair everything since you have a new MAC now. also your MAC will be set to c8:ef:ab:cc:17:20.

Hey no2chem!
Long time no see! WOW! All sorts of people are popping up this week!
And I'm getting first on all of them
Sorry iSaint!
Also great work! I remember the bionic tweaks back in the Froyo days. Those were sweet. And this is sweet. Keep it up!

darkierawr said:
Hey no2chem!
Long time no see! WOW! All sorts of people are popping up this week!
And I'm getting first on all of them
Sorry iSaint!
Also great work! I remember the bionic tweaks back in the Froyo days. Those were sweet. And this is sweet. Keep it up!
Click to expand...
Click to collapse
Hmm. I guess that's sort of how my gf reacts when she asks what I'm doing and I reply that I'm flashing a new rom. She always says, "I just came".

Thanks. I will add this to nyan kernel.
Sent from my SPH-D700 using Tapatalk 2

https://github.com/AOKP/device_samsung_aries-common/commit/a8fb4a0032db58633914c3c2e3150aef28146a0b

Decad3nce said:
https://github.com/AOKP/device_samsung_aries-common/commit/a8fb4a0032db58633914c3c2e3150aef28146a0b
Click to expand...
Click to collapse
Nice find
Sent from my SPH-D700 using Tapatalk 2

Decad3nce said:
https://github.com/AOKP/device_samsung_aries-common/commit/a8fb4a0032db58633914c3c2e3150aef28146a0b
Click to expand...
Click to collapse
Cool. That would seem to do it... just need it added to cm9since bluetooth tethering is broken otherwise.

The download isn't working for me (404 error)... can you please try re-posting the attachment?
Thanks!

no2chem said:
Cool. That would seem to do it... just need it added to cm9since bluetooth tethering is broken otherwise.
Click to expand...
Click to collapse
Yeah, but like you mentioned earlier in the quote from jnadke -- the efs partition would have to be mounted...
...but the cm update process nukes the efs partition from the partition map.
The solution is one where we backup the existing mac address before converting the device to MTD during the update process.
This would require everyone to odin/heimdall and then reconvert; but it's worth it I guess.
Sometimes things just go overlooked.

Bump - it seems that cm9 beta 3 is still using the default bt address, but this patch still works
Sent from my SPH-D700 using XDA

styles420 said:
Bump - it seems that cm9 beta 3 is still using the default bt address, but this patch still works
Sent from my SPH-D700 using XDA
Click to expand...
Click to collapse
You're making assumptions. Don't do that. Read my post in the other thread.

Decad3nce said:
You're making assumptions. Don't do that. Read my post in the other thread.
Click to expand...
Click to collapse
It wasn't an assumption - that would require me to make the statement before I observed both my phone and computer reporting the generic MAC address for my phone. I must be missing a key detail, but I was only observing my results and making the temporary fix easier to find for other users who might have the same issue. I'm sorry that it was misunderstood. Now that I'm aware that you have posted more info, I will correct my own misunderstanding.
Sent from my SPH-D700 using XDA

Related

Bluetooth Keyboard driver for Android

Yesterday I saw this picture on another forum:
It appears to be a bluetooth keyboard driver for the android, and the screenshot already shows a successfully connected keyboard with what seems to be some test input text.
Unfortunately no apk no nothing.
Here is the thread on xda-devs discussing this:
http://forum.xda-developers.com/showthread.php?t=508026
And here is where I've found the picture:
http://forum.androidcentral.com/htc-droid-eris/1158-external-bluetooth-keyboard-droid.html
Let's try to identify this software and get our hands on the apk, for the major good of our android devices !
http://www.mytouch3gaccessories.net/bluetooth-keyboard-b0056.html
Does the Mytouch have a HID profile? This keyboard implies such.
edit: http://groups.google.com/group/android-platform/browse_thread/thread/73eed70fb229d7ae?pli=1
edit 2: http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html
Maybe a stupid remark, but in the picture in OP, the bluetooth symbol doesn't appear to have any devices connected.
Zappza said:
Maybe a stupid remark, but in the picture in OP, the bluetooth symbol doesn't appear to have any devices connected.
Click to expand...
Click to collapse
I think the app is not using the google api since the bluetooth functionality provided is so limited:
http://sites.google.com/a/android.com/opensource/projects/bluetooth-faq
So maybe this explains the icon's state.
ytj87 said:
http://www.mytouch3gaccessories.net/bluetooth-keyboard-b0056.html
Does the Mytouch have a HID profile? This keyboard implies such.
edit: http://groups.google.com/group/android-platform/browse_thread/thread/73eed70fb229d7ae?pli=1
edit 2: http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html
Click to expand...
Click to collapse
No. Read the page more carefully. It clearly states that the MT3G does not currently support the HID profile.
I wonder if the majority of Android users are rooting their devices. Seems like a must have for the more exotic applications.
swivel said:
No. Read the page more carefully. It clearly states that the MT3G does not currently support the HID profile.
Click to expand...
Click to collapse
Yes, I worded poorly. I more accurately meant, "Has the MT3G been hacked to support the HID profile?" The claim at in the ad implied they could do it, but that's hardly confirmation that it works.
Subsequent searches yielded the two links I added in the edit. Indeed some have gotten a HID profile to work.
So I just got my logitech bluetooth keyboard connected to my Magic, running excellently
http://www.youtube.com/watch?v=x4rM2Tb35RE
If anyone wants a guide as to how I did it I could put it up
Please do!
The instructions at http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html should be easy enough, I got my Dell BT keyboard working on my G1 without problems.
Yep thats what I used
...well, what about the reverse? Is it possible to use the Dream device keyboard via bluetooth to communicate with, let's say, a PS3 for example?
(be nice, I really don't have a clue lol)
unknown.soul said:
The instructions at http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html should be easy enough, I got my Dell BT keyboard working on my G1 without problems.
Click to expand...
Click to collapse
that's awesome. I got it to work with my iGo stowaway keyboard but only briefly. Do I have to type the hciconfig commands in a terminal or adb shell each time I want to connect? Looks like an opportunity to put an app in the Market
There's no need to push the files mentioned in the link. At least for CM 4.2.5. My Apple BT keyboard works just using the hidd commands. Now we need to write a script to do this, using solely the hidd --connect command, with the appropriate device MAC, then linked to a shortcut on one of the home screens. Very nice.
edit: typo correction
http://forum.xda-developers.com/showthread.php?t=486486
Easy to make a shell script shortcut with the program here. Do...
hidd --connect MAC
with su, then link to a shortcut on the desktop via a long press.
webmastertroi said:
...well, what about the reverse? Is it possible to use the Dream device keyboard via bluetooth to communicate with, let's say, a PS3 for example?
Click to expand...
Click to collapse
This is actually what I would like. A lot of Sony Ericsson phones have had that ability since the Bluetooth 1.2 days.
easier way plz
could someone please post an easier way 2 do dis cause i went to the site(http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html) and i do not get wat i hav 2 do i know adb has somethin to do with it but what do i do and what do i download from the site please help
`
Well yes, this is what we all want to have.
And there is an app I've posted in the first message, and I think I know where the installer is from.
turtlesmank4 said:
could someone please post an easier way 2 do dis cause i went to the site(http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html) and i do not get wat i hav 2 do i know adb has somethin to do with it but what do i do and what do i download from the site please help
`
Click to expand...
Click to collapse
There really is no easier way unless someone writes an app or a script to automate the commands.
Not to be a **** but if you don't understand the instructions on that blog then you are really risking seriously damaging your device by doing things that are on this site. I am surprised you were able to root...
Wow, this works perfectly.
For total noobs - if you follow the instructions from the link - before running the commands, you obviously have to:
# chmod +x hcitool
# chmod +x hidd
(otherwise ull get permission denied)
also you might want to change system back to ro when you are done
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
I really wonder why Google doesnt put any effort in developing HID bluetooth service for Android. Would be really cool to be able to use different types of input devices (especially for games/typing).

[Request] Someone willing to do me a favor & modify this app?

Okay, here's my situation. I have a ton of numbers in my address book (well, Google Contacts), and I use this app called Contacts Clean-up to make sure all the formatting of all my numbers are the same and everything. Now the problem is with this application it forces you to format your numbers so they have a "+" before your number (ex. +1-555-555-5555).
I went to use Darch's Legend ROM and for some reason that format of a number isnt supported, it just wont let me call the people. Being that I have hundreds of contacts between Google Contacts & Facebook I need to have my numbers formatted WITHOUT the "+".
Long story short, the app is open source & I was wondering if someone could modify it for me to make an option to not have the "+" in the number. I know someone's gotta know how to do it...
Here's the link... http://code.google.com/p/android-contacts-cleanup/
Thanks in advance.
just take a look at the source yourself. it's pretty clearly outlined when you find
svn/trunk/res/values/strings.xml
i'd do it for you right now... but i can't check out a copy of the source since i don't use linux
but if you look in the strings.xml, you'll see the '+' sign that you want to get rid of clearly. if you're running linux, simply modify the file to delete the + sign and package it back to the apk, i'm assuming. then it should work fine
It just sucks that I'm on my mom's Mac right now.
Any ideas how to do it from here? Or anyone with Linux willing to help a fellow Android guy out?
i'm not sure if it works on a mac, but give it a try anyways!
just go to terminal and enter
Code:
svn checkout http://android-contacts-cleanup.googlecode.com/svn/trunk/ android-contacts-cleanup-read-only
To do it on a mac you would first have to install macports, and then run:
Code:
sudo port install subversion
After that you would then be able to check out the source.
Damn I'm on my mom's computer right now... I can't really install anything.
Ughh. Could anyone possibly try to do this for me if its not too much trouble?
I'll see what I can do. I might have some time to do it tonight yet.
Edit:
I have made the edits that are needed. Also, it required a bit more than just editing the strings file. This is obvious to anyone who has experience with Android development since the strings are only for display. As far as getting it to do what you wanted, that was just a few quick edits to the Formatter class.
PM me for a link to the .apk to install it. (I'm a new user, so I can't post links.) Just download it OTA. You will need to enable unknown sources in order to install it.
bbene said:
I'll see what I can do. I might have some time to do it tonight yet.
Click to expand...
Click to collapse
Thank you so much! You don't know how badly I need this.
this should work for you...also i put in a section so that if you had used the other one by mistake and it put the + in front of your numbers it will remove the +... USE AT YOUR OWN RISK, tested with 10 differently formatted contacts all were formatted correctly after running it
venumx said:
this should work for you...also i put in a section so that if you had used the other one by mistake and it put the + in front of your numbers it will remove the +... USE AT YOUR OWN RISK, tested with 10 differently formatted contacts all were formatted correctly after running it
Click to expand...
Click to collapse
Ditto. Lol.
venumx said:
this should work for you...also i put in a section so that if you had used the other one by mistake and it put the + in front of your numbers it will remove the +... USE AT YOUR OWN RISK, tested with 10 differently formatted contacts all were formatted correctly after running it
Click to expand...
Click to collapse
Thanks so much, about to try it out.
IT WORKED! Thank you so much! You dont know how much this is gonna help me.
np glad it worked
You're welcome, even though you didn't use mine lol.
bbene said:
You're welcome, even though you didn't use mine lol.
Click to expand...
Click to collapse
Wow, sorry bout that. I completely missed your post.
bbene said:
You're welcome, even though you didn't use mine lol.
Click to expand...
Click to collapse
haha my bad bbene didnt realize you were working on it till i went to post it! you didnt attach yours to your post
It's OK. I just know next time to post a new reply to myself rather than editing my post.
Regardless, thanks to both you guys.
glad you guys got it working. sorry i couldn't do it for ya!
isn't open source awesome, guys?
especially when its as readable as that code was...

Black glass Facebook Twitter Pandora

Ok 1 thing first....
Is anyone else attempting to theme apps located in /data/app?
any one having luck?
----------------------------------------------------
Well now that we have an sbf heres my work
UPgrade black glass for Twitter Pandora and Music
Twitter http://www.megaupload.com/?d=QEKLCBL0 newest avail
Facebook --- in progress
Music http://www.megaupload.com/?d=0O15MDH0
Pandora http://www.megaupload.com/?d=O8SN6KAA
For twitter pandora and facebook CUT the original from /data/app and move to a safe place, like a backup folder on your sd (root explorer to do this)
for music just make a backup you dont have to remove
Make sure the first letter of Music is capitalized or you will get doubles
download the file and place in root of your sd
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/"APPNAME.apk" /system/app
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
Credit goes out to all DEVS that have photoshop skillz, Im merely a script kiddie that made these work for my X and am sharing
bad4u6669 said:
Ok 1 thing first....
Is anyone else attempting to theme apps located in /data/app?
any one having luck?
Im trying to theme facebook and twitter but everytime I try and move them they just dissapear, dunno whats going on.
I was able to theme pandora ,Twitter and facebook by moving it to system/app.... anyone know if thats a bad idea? Adding extra apk's to system. I know removing some is bad if needed to do a reset.
I wont be posting a how to till I know for sure
Click to expand...
Click to collapse
That's pretty nice -- Touiteur for now...
seeing how the sbf came out I will be posting these up tonight for everyone to enjoy.
Im also working on adding a little more flair to settings.apk
bad4u6669 said:
seeing how the sbf came out I will be posting these up tonight for everyone to enjoy.
Im also working on adding a little more flair to settings.apk
Click to expand...
Click to collapse
So how does the SBF help us? I understood it to only be helpful in case our X's (phones) got bricked.
I originally wasnt going to release these because it was messing with a lot of stuff, moving apks to different locations and stuff. I knew if the system/app file wasnt right people were having trouble with doing a restore.
Now with the sbf theres is a major reduction in the risk of doing a "brick" so Im releasing these into the wild and if by chance someone messes something up, there is hope for them.
Mainly just didnt want to give people extra ways to break their phone.
ps. Quadjacks, looks like I might be going back to your bugless sig
bad4u6669 said:
ps. Quadjacks, looks like I might be going back to your bugless sig
Click to expand...
Click to collapse
This New one I did, or the other?
The new one you got. I love it.
Sent from my DROIDX using Tapatalk
I never took credit for these, and only gave it. I never said these were my builds. These were a mash up of images from multiple places, too many to keep track of in fact. It has been brought to my attention that more than one image from a certain dev is in use. I thought I received permission earlier this year, but cannot find the pm stating so...
Sorry for the trouble. Never meant to step on toes, just tried to offer a little bit of flair.
Pandora was taken down because I have no idea where it came from, don't want the same issue.
Music is still up, it has no "exclusive" images.
Pm me if you want help doing your own customizing.
I'm leaving the op alone so I don't get accused of never giving credit.and editing it after the issue came up.
Sent from my DROIDX using Tapatalk
How can this be candied... Can I make a request? Dazzle Widget. Thanks in advance.
Hey quad what widget it that?
Check out my new post http://forum.xda-developers.com/showthread.php?p=7574574#post7574574
Ill still do if for you if you want, will have it back to you tomorrow if you want.
let the kanging begin! haha and no you didnt start anything. Did you see all that though over there?

[Q] Samsung Infuse GPS research.

Hey guys!
So from my experience the GPS is sucking on this device. I have tried all the fixes I could find in this forum and all over the internet! What I am going to try to do is to find out if there is a software fix for this problem.
At the minute I have a knowledge problem I would like some devs to see this post and if they know the answer to any questions I would LOVE help
My first problem has been the "standard" settings for the GPS.conf file. I have changed mine so much and basically a number of questions have hit me.
1) What are they when the phone comes fresh from the factory? - this is because even the "stock" roms seem to have modified files in the system folder.
2) Some of the mods change the agps server to supl.google.com. I noticed that when the phone is newly flashed the angry GPS server is set to www.spirent-...... (I can't remember the exact server). The newly flashed server comes with an ATT certificate, is there one for supl.google.com?
3) What the hell is "agpsd" file located in the system folder. I can't find anything about this on the web.
Thank you for any help you give
Carl.
Just to add ANY information people have for this effort will be gratefully recieved ... any observations of noobies like me regarding file permissions, files that they notice all that good jazz ... all that stuff. It is easier to fix something when more people help because often one person may make a random observation and another will think ... well that can be fixed, thanks again
My GPS is awesome...sounds like u have a software issue...I lock in less than 10 sec without fail
Sent from my SAMSUNG-SGH-I997 using xda premium
dman3285 said:
My GPS is awesome...sounds like u have a software issue...I lock in less than 10 sec without fail
Sent from my SAMSUNG-SGH-I997 using xda premium
Click to expand...
Click to collapse
Thanks man, but there are a lot of people having this issue. When I started having this issue I did a few searches and I was really surprised about the volume of people having issues!
I'll just add to this by saying I was locking in a short time until I flashed some of the new ports last week. Then I returned to stock and the problem persisted, I have done hard reset etc and it still hasn't fixed anything. I was going to open her up but I chickened out lol...
Would you mind uploading your secgps.conf file and your gps.conf file please? if you have time
Thanks man.

GPS issues on the TF300T? --- aGPS Patch now released, discussion over

DISCUSSION has ended. Post if you want, but SOLUTION is NOW available:
http://forum.xda-developers.com/showthread.php?t=1904048
Yes, I brought a customized aGPS Patch for this device just like I've done for 30+ devices so far.
Original post:
Can anyone tell me how the GPS performs on this device?
If you all think it isn't great, I can bring my aGPS Patch to this device.
I will require the following files:
/etc/gps.conf
/etc/gps/ (all contents)
I resolved the TF101 and the Prime's problems successfully. I bet I can resolve this one as well.
Well google maps only works with wifi...
Same here, when i was on vacation my digital compas kept spinning around and google maps couldn't even get a fix.
Neither did GPSFix..
After i did some googling i found a couple of apps. All didnt work out and in once it worked.. no clue what did it, but its still not great, when there is no open air you'll never have a gps fix and if you have open air you need a lot of luck..
Now i have a iPhone 5 and it sucks even more.. lol jk
Wickedd said:
Same here, when i was on vacation my digital compas kept spinning around and google maps couldn't even get a fix.
Neither did GPSFix..
After i did some googling i found a couple of apps. All didnt work out and in once it worked.. no clue what did it, but its still not great, when there is no open air you'll never have a gps fix and if you have open air you need a lot of luck..
Now i have a iPhone 5 and it sucks even more.. lol jk
Click to expand...
Click to collapse
If you are on JB try the worldwide fix from Hydro JB Rom. Even indoor Ißll get a fix in less than 20 sec.
will get you the config files later. I am not at home.
mikaole said:
If you are on JB try the worldwide fix from Hydro JB Rom. Even indoor Ißll get a fix in less than 20 sec.
will get you the config files later. I am not at home.
Click to expand...
Click to collapse
I would like to see this as well since I was the first to use the name worldwide for a gps patch almost 2 years ago.
I find that my work is ripped regularly.
Sent from my Galaxy Nexus using xda app-developers app
crypted said:
I would like to see this as well since I was the first to use the name worldwide for a gps patch almost 2 years ago.
I find that my work is ripped regularly.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Just take a look at it. After this GPS is really good, but I never had any Problems even on StockRom.
mikaole said:
Just take a look at it. After this GPS is really good, but I never had any Problems even on StockRom.
Click to expand...
Click to collapse
How "cool" is it to download something, open it up, and see no real difference between it and my 1.x branch patch. And, I get no thanks.
I wonder how my 3.x patch would do here.
Just give it to me and I´ll tell you how it is
Which one of yours should I flash?
Just flashing
Download the Google Specific CWM Flashable build
Will test it out a bit
mikaole said:
Just give it to me and I´ll tell you how it is
Which one of yours should I flash?
Click to expand...
Click to collapse
I would suggest the Google No-SSL 3.1: http://derekgordon.com/gps-files/agps.patch.google.build.nossl.v3.1.zip.
However, for the other Prime series devices I further modified data to work properly. There should be an XML file in /etc/gps/ which would require some tweaking for optimal performance if the 300 works like the 100, 200, and 700 series Transformers.
crypted said:
I would suggest the Google No-SSL 3.1: http://derekgordon.com/gps-files/agps.patch.google.build.nossl.v3.1.zip.
However, for the other Prime series devices I further modified data to work properly. There should be an XML file in /etc/gps/ which would require some tweaking for optimal performance if the 300 works like the 100, 200, and 700 series Transformers.
Click to expand...
Click to collapse
Just tell me what changes or put up the file and I put it there with root explorer.
Just installing my Navi to test. Needs a bit, cause I just flashed a new Rom
This one wont install through TWRP. Will put up the files with root explorer.
mikaole said:
Just tell me what changes or put up the file and I put it there with root explorer.
Just installing my Navi to test. Needs a bit, cause I just flashed a new Rom
Click to expand...
Click to collapse
Well, could you download the ZIP and just extract the \system\etc\gps.conf file to your /system/etc path?
My 3.x branch has a large gps.conf that I don't want to paste. I don't want to have to try and trim it down just to drop here for a quick paste.
The reason being is that I actually took the time to describe for people what variables or variable sets actually do. This, too, was ripped by others who claimed to provide detailed instructions on the GPS configuration and how to tweak it.
I swear, XDA has become a ripping and no credits **** realm. But, I still like XDA for the most part....
so i got the conf file to the right path.
Rebootet and no GPS fix at all
So what changes I have to make in the xml file. Already openened it in Editor
mikaole said:
so i got the conf file to the right path.
Rebootet and no GPS fix at all
Click to expand...
Click to collapse
That doesn't make any sense at all. If you're using Hydro's, which is exactly 1.x, then there shouldn't be an issue.
You have Wifi connected I assume. Further, I assume permissions are fine.
I think two Notes apply to you out of my extensive catalog of FAQ.
First, clear Cache and Dalvik Cache. Conflicts can occur when switching to this branch at first.
Second, "Location is way off? Like, not near you at all? This means your GPS is not actually being used. Try the following to resolve it: Goto Settings -> Locations and disable ALL options. Reboot into recovery. Clear Cache and Dalvik Cache. Reboot normally. Go back to Settings -> Locations and only enable GPS. Reboot once more and try your GPS again."
I'd like to get ahold of the XML file in /etc/gps/ if you want to work with me to get a fully customized patch made rather than the quick markup of just the .conf.
Which permissions does it use to have?
Rebooting now needs a bit cause of wiping cash 160 apps to optimise
GPS is there in a bit
Just send me your mail address in PM and l`ll send you the file.
Mail is on the way
So that everyone has a chance to test this if desired, do a Nandroid backup (DUH!) and flash: http://derekgordon.com/gps-files/beta/agps.patch.asus.transformer.300.test1.zip
The above operates the same was as the TF100 and TF200 patches I made operate. You'll have a new conf and XML file.
I'll drop this thread and open a DEV forum thread upon some more confirmations.
crypted said:
So that everyone has a chance to test this if desired, do a Nandroid backup (DUH!) and flash: http://derekgordon.com/gps-files/beta/agps.patch.asus.transformer.300.test1.zip
The above operates the same was as the TF100 and TF200 patches I made operate. You'll have a new conf and XML file.
I'll drop this thread and open a DEV forum thread upon some more confirmations.
Click to expand...
Click to collapse
Tested this, gps locked in a few seconds. Seems to work exceptionally well. Thanks!
Sent from my ASUS Transformer Pad TF300T using xda premium
mykegger said:
Tested this, gps locked in a few seconds. Seems to work exceptionally well. Thanks!
Sent from my ASUS Transformer Pad TF300T using xda premium
Click to expand...
Click to collapse
Great. Post on the DEV thread of your success. Just got it up.
@All - refer to http://forum.xda-developers.com/showthread.php?p=31980802#post31980802

Categories

Resources