ADP1.1 Map Problem - G1 Android Development

I switched to JF1.43 ADP1.1 and there is one problem with the map, it gives distances in km instead of miles. I need to know how to is there a way to switch it back to miles?
yes i did a search for this question lol

I also searched for a fix to this problem and couldn't find one. I looked through the contents of the db's in use on the backend too, to try and find a config flag for this but didn't come up with anything... and the locale features on my phone say English-US. I did not reset my phone when moving from RC33 to ADP1.1 so its possible that there is some defunct setting in there causing this issue.

Related

[SOLVED] GPS Dead - Can't figure out why

SOLVED - I ended up flashing to the 1.64.08.21 Radio, then Dutty's Latest. Now GPS works. WEIRD!!!!
Hello,
Back story: I'm running Q-Mobile 1.2, all is well, GPS works fine because I used it all the time. Then I had family in town, took some photos using the GPS photo option, didn't work. I filled it away under the curious and just got around to testing.
GPS Test now can't find my device, keeps reading "Searching for GPS Device", HTC GPS Testing tool just stares blankly at me like I have the answers.
Live search GPS doesn't work.
Google Maps GPS doesn't work.
What I've done to try and fix:
I reflashed the 1.27.14.09 radio... didn't change anything.
I reflashed the entire Q-Mobile Rom... didn't change anything.
I tried Dutty's new WM 6.1 Rom... didn't change anything.
I tried Alex's ROM... didn't change anything.
Tried the "new" AT&T Rom from the HTC site... didn't change anything.
I'm back to Q-Mobile, still doesn't work.
There is no reason why the GPS should not be working, the phone hasn't been physically damaged in anyway, everything else works fine.
I'm at my wits end, I need some outside help/guidance. Can ANYONE please help? Everything I've searched for and come up with so far hasn't worked.
As always, any help is GREATLY appreciated!!!
thats funny, because my GPS has been randomly working and not working these past few days....2 days ago it wouldnt pick up a signal at all, yesterday very strong signals, today, dead again......not sure whats wrong...
This is strange.... because a friend just lost his GPS also. He's using a 6.0 based ROM with various radios tested.
He's using a Tilt varient.
Could this be some sort of AT&T issue?
(I run the same ROM as him -I flashed it myself- and am also on AT&T with no problems.... yet)
GPS seems to be location dependent.
But here's my thought : if you want to use WM 6.0 then flash to Radio 1.27.
For WM 6.1 then flash to Radio 1.58.
Don't forget to change the Quick GPS Region in registry & then run it.
Hope that can help.
Dihon said:
GPS seems to be location dependent.
But here's my thought : if you want to use WM 6.0 then flash to Radio 1.27.
For WM 6.1 then flash to Radio 1.58.
Don't forget to change the Quick GPS Region in registry & then run it.
Hope that can help.
Click to expand...
Click to collapse
my region is set to US in the registry.....not sure that its the problem, because it worked perfectly fine w/ these settings before...
Yeah, my GPS as well. At first i worked perfectly. I used Google map and locate me, I show the exact position where I was. Then yesterday and today, my point have been moved further where I'm. And then I tried TOMTOM, and the performance is kinda slowe than before.
I'm using Radio 1.64.08.21, and UDK-7 R2
okay so i just went out to test it again, and ran GPS tool at 4800. I let it go for 2-3 minutes and eventually, it found a fix on about 12 satallites. after that, tom tom locked my location really fast, like a charm.....
give that a try.....if you just flashed, initial gps fix might take some time...
Alright, I'm going to try Dutty's latest again, only this time w/ the 1.64.08.21 radio... I'll see if that matters. I'll post when done.
UPDATE: http://forum.xda-developers.com/showthread.php?t=365058
I installed the ROM on this thread as a test. ROM sucks bizzalls, but GPS Test if finally working! I'm going to flash Dutty's latest overtop, it should keep the radio but put his ROM down. More to follow.
Dihon said:
GPS seems to be location dependent.
But here's my thought : if you want to use WM 6.0 then flash to Radio 1.27.
For WM 6.1 then flash to Radio 1.58.
Don't forget to change the Quick GPS Region in registry & then run it.
Hope that can help.
Click to expand...
Click to collapse
Please post the registry string that changes the demobraphics to the US. Thanks.
Do we have a listing of these location codes as the US is a big place and it might have more than 1 code depending on location.
Can people post what they have in the registry of:
[HKEY_LOCAL_MACHINE\Software\HTC\QuickGPS]
The value of :
"region"="--"
I tried GB in mine (United kingdom) as another user (Dutch had reported using NL in theirs and GB is our equivalent. It definately seemed to lock faster.
I am using Dutty's latest rom and the region was Blank in after the flash, hard reset and setup.
Does the quick gps download different data depending on region or does it download all of them but start the search based on which should be the closest satellites based on the location setting in the registry. I presume once it has gained its locks it remembers for next time. (I think this remembered data is valid for 4 hours).
There are only about 28 satellites in total and up to a maximum of eight to eleven depending on time a(s the satellites are not geostationary) being visible at one time
Regards
Chapelhill
I used Dutty's WM6.1, ran QuickGPS then got a fix (took very long the first time) ... now my registry says Region=US
I noticed that there is another key that might be of interest:
curRegion = 0 (00000000)
Could this be current Region?
I've changed the region in the registry from "--" to "SE" (Sweden), but the string won't stay put. After a reboot and running QuickGPS, it goes back to "--". I've tried waiting a couple of hours after editing and holding the power button to shut down, but it doesn't help. I made a little MortScript and added it to startup:
Code:
While (1)
WaitFor ("QuickGPS", -1)
If NOT regKeyEqualsString ("HKLM", "Software\HTC\QuickGPS\", "region", "SE")
RegWriteString ("HKLM", "Software\HTC\QuickGPS\", "region", "SE")
EndIf
Sleep (10000)
EndWhile
This works and keeps the "SE"-setting, but having the script running constantly isn't exactly optimal as it uses processing power (around 4% currently) and thus adding to battery-drain. Anyone have any ideas on a different way of making the script, which is more effective/power-saving? Or is there an even better way to make the registry key stick?
I am having some GPS issues as well but not as bad as GPS not working. Two problems have been bugging me: Getting a slow GPS fix and my location seems offset. I am using CoPilot Live 7 for my navigation software. It shows me a little bit 'off' from my current location. I am using 1.58.26.20 radio. Should I change my radio? Do I have to change the radio first and then reflash Dutty again?
- TKN
coolVariable said:
I used Dutty's WM6.1, ran QuickGPS then got a fix (took very long the first time) ... now my registry says Region=US
I noticed that there is another key that might be of interest:
curRegion = 0 (00000000)
Could this be current Region?
Click to expand...
Click to collapse
That's interesting, mine says US but "1" for the numeric one.

Radio Problem on RC33

Well I flashed from JF ADP1.1h to JF RC33 to get paid apps (IT WORKS!!!) but now I have a major problem that isn't even worth paid apps to me. For whatever the reason, now whenever I make or receive a call, not matter what number it's from, I get a message that says the phone app force closed and even though I can continue to hear the conversation perfectly in the background it locks up and I can do nothing. But wait, it gets better... After I click force close then the radio shuts off and it goes into airplane mode until I go into settings and un-check the airplane mode option. Weirder though is how the statusbar signal icon just shows the no signal icon and not the airplane mode icon. What is the problem? I'm on AT&T on a real Dev Phone. Do I need to wipe? I really don't want to but if I absolutely have to I guess I can... Thanks for all your help!
I had the same issue on the same path (holiday to RC33). I just ended up wiping the phone and it recovered fine. I assume there is some setting in the user data that is incompatible with 33 that it doesn't like. I suppose you could try to find and remove the data that is causing it; I looked into attempting to wipe its specific sql table(s) but didn't know the first place to start.
the same happens to me (still). it happened more when i updated to the rc33 radio.
tried to do a wipe as most suggested. but to no avail. now it even happens when i
get a text message while using the phone. i've just decided to deal with it for now.
try this radio
i recently discoverred that a few of the radios for the Kaiser in the "ultimate radio thread" under Kaiser ROM Developement work on this phone. specifically 1.71.09.01 i use that radio on my phone and i get much better service and i also download twice as fast as before. if you want to flash the radio to your phone all you need to do is the following:
1. go find that thread and click the download mirror to get the radio in .zip format
2. extract the files to any directory
3. open the .nbh file in a hex editing program of your choice
4. do not edit the file but rather save it as "radio.img"
5. download the radio update.zip from JesusFreke in his thread
6. drag and drop the radio.img that you created into the update.zip
7. sign the update.zip and place it on your SD card
8. flash it to your phone
i would upload my update.zip but as i am using the G1 as a tether right now it takes too long and i am impatient. also i'm sure you can just flash the .nbh file after naming it to DREAIMG.nbh but i have not tried that. good luck to you all
Do you think that flashing the radio the kaiser one would start roaming outside of tmobile network for calls and data? Is tmo going to charge for roaming ?
Thanks
Any way we (I) could get you to upload the update.zip when yer not tethering lol?
yeah i'll probably go to burgerking in a bit and steal their wifi to upload this to my 4shared and to xda
here is my 4shared link to the file, you just need to rename to update.zip
http://www.4shared.com/file/90746312/7608bece/1710901.html?dirPwdVerified=1125b7c0
it seems to be too big to upload to xda
I applied the update.zip and went through the motions and let it flash and then checked the version and it's still the one from JF1.43 version 1.22.14.11 baseband.
So, I tried it again and same thing. I didn't see it say anything about the image not being valid. It looked like it applied it but appears that it didn't.
Same problem here...force close when in call and receive another call or text message. I applied the above update and still have the force close. Thanks in advance for any help.
Not sure what happened, when I looked at my setting I see the same radio, but when I flash the rc33 update and run 5 speedtests I consistently get between 40kb/s and 104kb/s when I flash my update it get between 90 and 200 consistently, I would think that means I have a better radio, I am not moving from my spot and the phone sites in the same place for all the tests. Hopfully I can figure this out and help you guys with your problems
Well for me a wipe seems to fix it. I just got over losing the texts. They were sentimental but I cleared it anyway. So my advice either use MyBackup or just get over it and wipe lol
Well, I've tried the radio change and two subsequent wipes and I still have the force closses. Any other ideas? Thanks again.
Installing the zip file worked for me, in that I don't get force closes, but no 3G on AT&T at all, unless 3G in this area is 80-160kbps...
Sorry but you won't get AT&T's 3G on your phone... the G1 or ADP1 will not work on AT&T's 3G.
I heard that the only theoretical way to fix this would be to replace a chip on the inside, but this would require you MAJORLY hardware hack your G1.
tubaking182 said:
Not sure what happened, when I looked at my setting I see the same radio, but when I flash the rc33 update and run 5 speedtests I consistently get between 40kb/s and 104kb/s when I flash my update it get between 90 and 200 consistently, I would think that means I have a better radio, I am not moving from my spot and the phone sites in the same place for all the tests. Hopfully I can figure this out and help you guys with your problems
Click to expand...
Click to collapse
What is a good speed test to use? I have been going to my3gspeed.com and am getting 2.5mbps (320kBps) for download speed rather consistently. Here I thought my connection was slow...
Upload is 224kbps (28kBps)
I'm just wondering how accurate the test is because browsing web pages does not seem that fast...

Vzw tp2 gps issue

Gps doesn't work on my phone. Do I need to return it? Google doesn't know where I am and waze also today does the same thing now. Says no gps, go outside when I am outside. I had the storm for a few weeks just before I got the tp2 and it had no problem. Google maps knew where I was. On my tp2 it's set location on.
I don't know what to do. I have alot of anxiety over this now.
I hope someone will be able to please help me.
Thank you so much.
Joe
Did you:
1) SEARCH the this forum first?
2) Set your phone's GPS option to always on instead on 911 only?
3) Update the "Quick GPS" Program?
4) Select the "Use GPS" option in Google maps?
if you answered "No" to any of these, please return your phone and get your storm back.
Yes I did all that.
hmmm... does Google maps day "GPS active" or "Seeking GPS Satellites" up in the top right corner??
It said seeking.
I did not click the gps button in google maps. I thought I did click it. Sorry
it then said it found no gps hardware after j enabled the gps. So I did a memory, storage button and erase back to factory. So I'll try again. But, what is the google.com URL to use to get google maps for my phone? Only thing is one place said google maps is not available for my phone. I forget what site said this.
Google hates Opera Mobile for some odd reason, try going to m.google.com in pocket IE or whatever it's called and select Google Maps from there.
Ok. Great. Thanks. Yes I was using opera.
I just think of it as IE. Don't know what pocket pc means really. So I'll use the built in IE mobile and try m.google.com and report back. Thanks so much.
Joe
don't forget to do steps 2 through 4 in my first post.
I just got back from a walk to test the gps. It worked awesome with google maps. I installed it first to sd card. I tried to run it and it would not work. It popped up some sort of error. Like runtime maybe. I forget. I went to remove programs and it wouldn't remove it giving same error or something. I forget the error. So I had to manually delete the new folders on the sd card. Then I installed to main storage and it worked.
It says gps 10 in the top right. What does this mean?
It was dead on accurate. It was literally exact and when not probably within 20 feet or less. I thought it was funny when I would walk into the middle of the street the blue ball followed me and when I was in the middle of the street it was too. Kinda eary like lol. It was awesomely accurate.
Does google maps have turn by turn directions? My cousin who has iPhone says it does. I know it won't talk to you .
Can you guys recomend other free gps apps/services? Waze doesn't work good since alot of times it looses connection and won't try to reconnect. I also doesn't have good coverage which I don't understand. It's using gps so how can it not know where I am?
I just can't afford money cus I'm on disability right now and don't work. I have a huge visa bill I'm paying and now I have to have a tooth replacement which will cost me upwards of $3000-$4000. This range is possible. So free is preferred of course. However if there's a free trial of a good one I don't mind trying one.
What is the use for gps device with this phone? The phone has external gps settings. What's this for?
Sorry for all the questions.
The "10" at the top means that 10 satellites got a lock on ya (I think, correct me if I'm wrong) And yes, you can get turn by turn directions, but sometimes, even google makes mistakes with it's addresses, so be careful. I'll leave the rest up to anyone else that has some good suggestions or answers...
Also... everything is free on the piratebay...you know... just saying...
buggs1a said:
Does google maps have turn by turn directions? My cousin who has iPhone says it does. I know it won't talk to you .
Can you guys recomend other free gps apps/services?
Click to expand...
Click to collapse
Also try Windows Live Search Mobile, or Bing mobile, whatever it is called.
It does routing a bit better then Google IMHO, and has a warning tone just before a turn. Though still no speech.
The only problem is that it expects to have a D-Pad for zooming in and out. The TP2 doesn't have that, some zooming in and out is a pain.
IGO 8 is a great GPS software at least IMO. It has very little lag during navigation and so far I have found it to be one of the most accurate as far as the maps are conerned. I have used just about every GPS software there is whether it is free or paid subscriptions and IGO 8 it the only one that actually show the front entrance to my community on the maps. According to all other GPS softwares it does not exist. I have used all the current versions and IGO 8 is the only once showing this. Every once in a while it will take me on a longer route when I know there is a shorter way, but so far if I do not know where I am going it will get me there. It's not perfect but I find it the fasetest and most accurate for what I use it for. I am sure others will have different opinions.
Google it.
Google Navigator
Google maps works okay by itself, but it apparently works better with this and its also free. Make you wander how anyone will be able to charge for navigation in the future if it works well. Looks as good on screen as any commercial product.
http://google-navigator.en.softonic.com/pocketpc
Never mind this suggestion. Upon further looking around it actually costs $59 bucks. Not what you are looking for. The trial does not even allow actual navigation to start.
I have a VZW TP2 for about two weeks. I put Bing and Google Maps on it and the GPS appeared to work OK. Then it stopped.
For over one week no GPS. Right now I put it in the back yard on a table. Clear view of the sky. No luck.
My TP2 does not have QUICKGPS. I have been told that is standard on all TP2's. Verizon said to do a hard reset to get it.
Are those of you having success using QUICKGPS? Any idea how to get it without doing a hard reset and hoping it populates on the device???
JG
Thanks for the responses so far. I appreciate it.
Quick gps should be in the phone. If not there's only hard reset back to factory. However you got it that way and it should be on the phone. If it's not then return it for another. That's what I'd do anyway.
buggs1a said:
Thanks for the responses so far. I appreciate it.
Quick gps should be in the phone. If not there's only hard reset back to factory. However you got it that way and it should be on the phone. If it's not then return it for another. That's what I'd do anyway.
Click to expand...
Click to collapse
I did the hard reset. Quick GPS was there! I have quite a few hours of work to reset the phone and reinstall the programs that I had.
I would estimate 4-5 hours to get the phone back to where it was. This sure seems like a lot of work to get one silly file on the TP2.....
I can't find that Microsoft maps app nor this igo thing.
buggs1a said:
I can't find that Microsoft maps app nor this igo thing.
Click to expand...
Click to collapse
Are you talking about Live search? If so, just google it or go to msn.com and go from there.
Horrible lag
You huys are telling me you have no lag in your gps??? I can lock in seconds no problem but when I use any nav software is has a 10-20sec lag! It blows..... I have a solid 8-13 sats and same thing. I went as far as doing a hard reset and installing nothing but googke maps and it still lagged........ Any help?!?!?!
Tp2 comes with live search already. I thought it was search only so I never opened it. Well I did finally and it's better then google maps because it shows the directions on the bottom of the map screen while you move. And I heard it beep at me on my driveway which I just was testing it. Kinda neat but it sucks cus it's your system beep I think and volume is far too soft.
So I updated to the new version which is bing and installed it to my sd card. I haven't tested it yet though. Oh yeah. Picture quality in live/bing is the WORST ever!!!! It sucks balls. It's blurry and hurts my eyes to look at it. Any other map app I'm sure is a kazillion times clearer like google maps has an awesome clean clear crisp picture. F ms I say. Since it's such a Terrible picture.
Or is there something to set to make it not so crummy I wonder?

My location not working, used to work

Hello all, I just had a question. I've installed the manila2.5.20121324.1 on my tp2 cdma ( verizon) My location weather worked for a few days, then got stuck on one location i was in. I thought it was a glitch, i never updated, so I reinstalled the rom and my location weather never works, the other weird thing is that if i add a city, i can get the weather for that. Any ideas? I have my phone set up the way i like it... i'm hoping that this problem can be fixed short of loading another rom. any help would be appreciated.
Try to use search, you are not alone with such problem. See:
http://forum.xda-developers.com/showthread.php?t=662178
http://forum.xda-developers.com/showthread.php?p=6118508
It seems to be a general problem.
Thanks for the help danielo
Make sure the cll and htcgeoservice are unrunning. You can check services with dotfred taskmanager

Odd GPS issues

OK, so I've dug around the forums and have yet to really find anyone who had a similar issue and wasn't able to fix it with either FasterFix or GPSStatus so thought I'd start a new thread. If anyone knows this answer and knows it's in another thread then let me know and I'll shut this one down...
Anyways, the issue in a nutshell is that Maps refuses to work without "Wireless Networks" being checked (it throws up an error that tells me to turn on My Locations or to turn on either "Wireless Networks" or "GPS satellites" even though GPS sats is checked in the settings) and even then the accuracy is horrible (on tower-based, which is more or less to be expected since it's a triangulation, I believe), Navigation/Locations will both get a location but it appears to be "Wireless Network" based, GPSStatus shows a max of only 3/3 sats even outside on a clear day but no other app sees those even those 3 sats. I basically think my GPS chip is locked up. (Is that even possible?)
The GPS issues started one night on CoreDroid's V5.0 after working for quite some time on CD's various builds, including working on 5.0, so I flashed up to 5.1 and still no-go. Wiped everything, reflashed 5.1 and still nothing. Moved over to RCMixHD 5.9 and it still acts up. It used to be that I could uncheck "Wireless Networks" and it would just bounce off of the GPS sats but now nothing seems to see the chip. I've wiped everything, reflashed numerous times, flashed a new radio (the latest Mar leaked GB radio), gone inside, outside, around the house, around the town, etc etc etc, cleared the Maps cache, uninstalled/reinstalled Maps, reinstalled Locations several times, reset the GPS state with GPS Status, redownloaded the GPS data w/ GPS Status, changed out the gps.spade.so file in CoreDroid 5.0/1 with one from the Inspire Dev Forum (I think, may have been General) that modded files based off of FasterFix files that were supposed to fix the GPS if FasterFix doesnt (the files worked for a whole one test...then everything quit working right again) and I've reset the NTP to North America's server via FasterFix and STILL nothing. I'm getting rather frustrated at this point and any help would be appreciated. Thanks guys!
How about flashing back to stock Rom?
Sent from my calculator
What would the advantage be? I mean I've already flashed different ROMs and gotten the same issue so part of me doesn't care to flash another couple of times but another part of me wonders why it'd help any since it's just going to be overwritten when I flash back to RC or any other custom. Will flashing to stock somehow reset the GPS. I know flashing to stock is generally one of the first suggestions but I've always wondered how it actually helps. Guess I'm off to hunt down the stock on my computer while I wonder lol...thanks
Did you use RUU to get back to stock Rom and radio? RUU does more than just flash the Rom. It flashes the radio to stock. Only reason I'm saying this is cause someone else had Gps issues and when they went to stock unrooted, everything worked as it should.
Sent from my calculator
Do a forum search for inspire RUU. Should come up.
Sent from my calculator
Awesome, thanks. I was unaware that the Inspire had an RUU. Well, most RUU's I've run across have been packaged into a program like ODIN but I think I can do the RUU manually via ADB. Hopefully they have a program out, though. Think all my stock stuff has been done via ADB and the Hack Kit so I'll dig around for an all-in-one program. Thanks!
Sadness...no such luck even on RUU stock.
Just curious, what method did you use to do this?
Is this the same one you used?
http://www.filefactory.com/file/b50...60.19_26.06.04.06_M_release_166557_signed.exe
Sent from my calculator
I have been having similar GPS issues on my stock Inspire. After a long HTC customer service call, I was advised to do a factory reset on the phone. Voila, the problem appears to be solved. I now get 8 or 9 satellites and lock in about 30 seconds. Also, after this reset, my battery life is much better. So, I am not sure what bug I eliminated in the factory reset, but I accomplished something. What would affect both battery and GPS? I know this is not the same as for a rooted phone, but perhaps there is some connection. By the way, just what SNR do users with solid GPS performance get on GPS Test? I never get SNR over 25 on any satellite, whether indoors or out...
HtcOmega,
I helped another person with an inspire, so maybe it might work for you too, Try the link in my sig and see if replacing the gps.conf with one of mine may help you. It has been very successful so far, it might help with your dilema as well. And if your going to ask whats different about mine then fasterfix app, the answer is alot.
Let me know.
AngelDeath said:
HtcOmega,
I helped another person with an inspire, so maybe it might work for you too, Try the link in my sig and see if replacing the gps.conf with one of mine may help you. It has been very successful so far, it might help with your dilema as well. And if your going to ask whats different about mine then fasterfix app, the answer is alot.
Let me know.
Click to expand...
Click to collapse
I was having the same issue as HtcOmega and decided check out your link. I must say that my GPS is working as it should now. Takes at most 30 seconds for a lock without the case on. I flashed the north america zip instead of choosing the north east version. Is there any reason why you wanted people to choose their specific region?
Primarily the reason is I broke up the USA into 6 regions and made a script for 62+ individual countries because I am not using the generic ntp servers from the pool, these are ntp servers specifically for that location, and by narrowing down the location and not using a general ntp it should make lock times faster. If you read the thread for the most part quick reading you will see that the NA script is made primarily for people who travel to many places frequently and do not want to keep changing scripts, as well as people in the common wealth countries would use the NA script.
I am currently testing out 1.2 with a handful of beta testers to see if the new script can be a little more consistent, there are new commands in the new script, which is phase one at least for the HD2 since the HD2 is a prt and lacks the support for true agps.

Categories

Resources