Hi Chris, A mock location provider does not get included in a .apk file. For the challenge applications, it recommended to use the default mock gps provider which is in the sdk at /data/misc/location/gps/.
If you are using your own location providers, you will have to include step by step instructions for the judges to make a directory in the adb shell,etc in your documentation. Do this only if your application absolutely requires a new location provider. Include your location providers kml files separately in the submission and layout the steps that the judges should follow to create your location provider. http://code.google.com/android/toolbox/apis/lbs.html Thanks, Megha On Sat, Mar 29, 2008 at 9:44 AM, Chris D <[EMAIL PROTECTED]> wrote: > > Megha, > > Will that new mock provider reside in your apk? I ask specifically to > understand if I'll have to find a way to include a mock provider in my > submission. If it will not be there, will the judges use the adb shell > to make the directory? > > Thanks, > > Chris > > On Mar 12, 7:54 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am not sure if I understand your question correctly...but you can > create a > > directory in adb shell using mkdir if that is what you meant. > > > > You cannot view the contents of /data directory from unix console. Use > adb > > shell to view the contents. > > > > thanks, > > Megha > > > > > > > > On Tue, Mar 11, 2008 at 9:02 PM, Markiv <[EMAIL PROTECTED]> wrote: > > > > > Hi.... > > > > > I am trying to create a Mock Location Provider. Using DDMS / File > > > Explorer, I was able to traverse to the directory /data/misc/location. > > > But now I am not sure how to create a directory that would represent > > > the provider name ( /data/misc/location/<provider_name> ). The choices > > > I have is push file, pull file, delete selected. > > > > > Any suggestions in this regards will be greatly appreciated. > > > > > Also, was curious to know how to access the /data directory using the > > > terminal console. > > > > > Thanks, > > > Vikram- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

