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

Apps NMEA File and 1.5 SDK

abir.said

Lurker
May 9, 2009
3
0
Hi everyone, I am using the new 1.5 SDK and I am trying to extract NMEA files but I failed:
I tried to do this:

Code:
C:\AndroidSDK\tools>adb pull data/misc/location/gps/nmea C:\Android
and I got this error:
remote object 'data/misc/location/gps/nmea' does not exist

I am thinking that there is no such folder location.

Please help me.
Thanks in advance!
 
you need to make sure to put a / at the beginning of the list. So it would be:

adb pull /data/misc/location/gps/nmea C:\Android

if that doesn't work, try the following:
adb remount
adb shell
ls /data/misc/location/gps

see if nmea is listed there. if not, go back one directory:
ls /data/misc/location

see if gps is listed there. if not, go back etc.. until you find where the directory starts.

also, while in the shell, you can use cp to copy from one location to another:
cd /data/misc/location/gps
cp all nmea C:\Android
 
Upvote 0
Hi, All

I can find the way to get NMEA file after installing SDK1.5.
If you hava the old version SDK1.0 that was installed in your PC, the way is running the old emulator.exe program. If you don't have that, you must install SDK1.0 in your PC.
After running emulator.exe, you run CMD.exe and move to the directory of SDK1.0 tools. And you enter the command below.
adb pull /data/location/gps/nmea .
You can get the NMEA file in the tools directory.

Thank you.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones