[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-07-06 Thread Zied Hamdi

Hi all,

I'm really interested in this subject since I'm developing an app for
the google challenge and I'd like to know if it will be possible to
simply (as in plain old java) include the jars of the maps plugin as
it was written by me (after all why not do it this way?). This way any
device with the actual 1.5 version could install it...

Does anyone know where the difficulty comes from (since I'm focused on
the proper app developement I really can't take a look at that, so if
you already experienced, can you just tell me if it's possible): My
problem is that since users have to vote about which applications they
love in the google challenge, I will have very few votes even if my
app had chances, only because there is only few hackers around who
installed the maps plugin on their deveices.

Regards,
Zied Hamdi

On Jun 30, 4:05 am, Elvis  wrote:
> Hi tstanly
>
> You mean I need to sign theMaps.apk again?  Maps.apk is from my G1
> dev phone and I want toinstallit to another hardware(dev board)
>
> Is it possible to porting Google Map to other targets than G1?
>
> I've been searching solution for days. Your help is much appreciated!!
>
> Elvis
>
> On Jun 28, 11:37 pm, tstanly  wrote:
>
> > do you signed for your 
> > app?http://developer.android.com/guide/publishing/app-signing.html#setup
>
> > On Jun 26, 9:06 pm, Elvis  wrote:
>
> > > Hi all
>
> > > I've pushed 3 files to the required path, butMapsis still invisible.
>
> > > Anyone has idea what's going on with this?
>
> > > ps. I'm usingandroidsdk1.5r2
>
> > > Elvis
>
> > > On Jun 3, 8:10 am, Subba  wrote:
>
> > > > Thanks. I was able toinstallMapslibrary andMapsapplication in my
> > > > device.
>
> > > > On Jun 1, 6:27 pm, XC He  wrote:
>
> > > > > Try adb remount
>
> > > > > XC He
> > > > > 2009/6/2 Subba 
>
> > > > > > I extracted com.google.android.map.jar and 
> > > > > > com.google.android.map.xml
> > > > > > and Map.apk files from the another development device which has 
> > > > > > google
> > > > > >mapsin it.
>
> > > > > > I started with following procedure..
>
> > > > > > 1. adb -d shell
>
> > > > > > 2. # mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> > > > > > mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> > > > > > mount: Device or resource busy
>
> > > > > > I can't copy the above files to the /system/framework/ , 
> > > > > > /system/etc/
> > > > > > permissions/ , and /system/app to these directories.
>
> > > > > > C:\>adb -d push C:\GoogleMAPS\Maps.apk /system/framework/
> > > > > > failed to copy 'C:\GoogleMAPS\Maps.apk' to '/system/framework//
> > > > > >Maps.apk': Read-only file system
>
> > > > > > Is there any way to change the system image to Read write mode.?- 
> > > > > > 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-29 Thread Elvis

Hi tstanly

You mean I need to sign the Maps.apk again?  Maps.apk is from my G1
dev phone and I want to install it to another hardware(dev board)

Is it possible to porting Google Map to other targets than G1?

I've been searching solution for days. Your help is much appreciated!!

Elvis


On Jun 28, 11:37 pm, tstanly  wrote:
> do you signed for your 
> app?http://developer.android.com/guide/publishing/app-signing.html#setup
>
> On Jun 26, 9:06 pm, Elvis  wrote:
>
> > Hi all
>
> > I've pushed 3 files to the required path, but Maps is still invisible.
>
> > Anyone has idea what's going on with this?
>
> > ps. I'm using android sdk 1.5r2
>
> > Elvis
>
> > On Jun 3, 8:10 am, Subba  wrote:
>
> > > Thanks. I was able to install Maps library and Maps application in my
> > > device.
>
> > > On Jun 1, 6:27 pm, XC He  wrote:
>
> > > > Try adb remount
>
> > > > XC He
> > > > 2009/6/2 Subba 
>
> > > > > I extracted com.google.android.map.jar and com.google.android.map.xml
> > > > > and Map.apk files from the another development device which has google
> > > > > maps in it.
>
> > > > > I started with following procedure..
>
> > > > > 1. adb -d shell
>
> > > > > 2. # mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> > > > > mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> > > > > mount: Device or resource busy
>
> > > > > I can't copy the above files to the /system/framework/ , /system/etc/
> > > > > permissions/ , and /system/app to these directories.
>
> > > > > C:\>adb -d push C:\GoogleMAPS\Maps.apk /system/framework/
> > > > > failed to copy 'C:\GoogleMAPS\Maps.apk' to '/system/framework//
> > > > > Maps.apk': Read-only file system
>
> > > > > Is there any way to change the system image to Read write mode.?- 
> > > > > 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-29 Thread tstanly

do you signed for your app?
http://developer.android.com/guide/publishing/app-signing.html#setup

On Jun 26, 9:06 pm, Elvis  wrote:
> Hi all
>
> I've pushed 3 files to the required path, but Maps is still invisible.
>
> Anyone has idea what's going on with this?
>
> ps. I'm using android sdk 1.5r2
>
> Elvis
>
> On Jun 3, 8:10 am, Subba  wrote:
>
>
>
> > Thanks. I was able to install Maps library and Maps application in my
> > device.
>
> > On Jun 1, 6:27 pm, XC He  wrote:
>
> > > Try adb remount
>
> > > XC He
> > > 2009/6/2 Subba 
>
> > > > I extracted com.google.android.map.jar and com.google.android.map.xml
> > > > and Map.apk files from the another development device which has google
> > > > maps in it.
>
> > > > I started with following procedure..
>
> > > > 1. adb -d shell
>
> > > > 2. # mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> > > > mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> > > > mount: Device or resource busy
>
> > > > I can't copy the above files to the /system/framework/ , /system/etc/
> > > > permissions/ , and /system/app to these directories.
>
> > > > C:\>adb -d push C:\GoogleMAPS\Maps.apk /system/framework/
> > > > failed to copy 'C:\GoogleMAPS\Maps.apk' to '/system/framework//
> > > > Maps.apk': Read-only file system
>
> > > > Is there any way to change the system image to Read write mode.?- 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-29 Thread Mark Murphy

Elvis wrote:
> Actually, I'm still finding the way to put google map application into
> my dev board.

Try the [android-porting] list:

http://source.android.com/discuss

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-29 Thread Elvis

Hi Delta

I know how to add google maps library.

Actually, I'm still finding the way to put google map application into
my dev board.

Elvis

On Jun 27, 11:58 am, Delta Foxtrot  wrote:
> 2009/6/26 Elvis 
>
>
>
> > Hi all
>
> > I've pushed 3 files to the required path, but Maps is still invisible.
>
> > Anyone has idea what's going on with this?
>
> > ps. I'm using android sdk 1.5r2
>
> You do realise you need 2 maps API keys?
>
> One for the key you sign and upload apps to Android Market, and another if
> you want to use it against the automatically generated key that is used if
> you run an app from eclipse etc?
>
> Although I've been meaning to copy the production key over the top of the
> dev key so I only need to worry about one maps API key and it will work
> regardless of how I launch the app with maps embedded in it.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-28 Thread Elvis

Hi Delta

Thanks, I'm a new to android development.

Can u please point out the way to add Maps to system image accurately?

To install on a real dev device, I've started the following procedure,

1. adb install Maps.apk
2. adb push com.google.android.maps.jar /system/framework/
3. adb push com.google.android.maps.xml /etc/permissions/

But I found that Maps application is still invisible.

Thanks,
Elvis


On Jun 27, 11:58 am, Delta Foxtrot  wrote:
> 2009/6/26 Elvis 
>
>
>
> > Hi all
>
> > I've pushed 3 files to the required path, but Maps is still invisible.
>
> > Anyone has idea what's going on with this?
>
> > ps. I'm using android sdk 1.5r2
>
> You do realise you need 2 maps API keys?
>
> One for the key you sign and upload apps to Android Market, and another if
> you want to use it against the automatically generated key that is used if
> you run an app from eclipse etc?
>
> Although I've been meaning to copy the production key over the top of the
> dev key so I only need to worry about one maps API key and it will work
> regardless of how I launch the app with maps embedded in it.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-26 Thread Delta Foxtrot
2009/6/26 Elvis 

>
> Hi all
>
> I've pushed 3 files to the required path, but Maps is still invisible.
>
> Anyone has idea what's going on with this?
>
> ps. I'm using android sdk 1.5r2
>

You do realise you need 2 maps API keys?

One for the key you sign and upload apps to Android Market, and another if
you want to use it against the automatically generated key that is used if
you run an app from eclipse etc?

Although I've been meaning to copy the production key over the top of the
dev key so I only need to worry about one maps API key and it will work
regardless of how I launch the app with maps embedded in it.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-26 Thread Elvis

Hi all

I've pushed 3 files to the required path, but Maps is still invisible.

Anyone has idea what's going on with this?

ps. I'm using android sdk 1.5r2

Elvis

On Jun 3, 8:10 am, Subba  wrote:
> Thanks. I was able to install Maps library and Maps application in my
> device.
>
> On Jun 1, 6:27 pm, XC He  wrote:
>
> > Try adb remount
>
> > XC He
> > 2009/6/2 Subba 
>
> > > I extracted com.google.android.map.jar and com.google.android.map.xml
> > > and Map.apk files from the another development device which has google
> > > maps in it.
>
> > > I started with following procedure..
>
> > > 1. adb -d shell
>
> > > 2. # mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> > > mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> > > mount: Device or resource busy
>
> > > I can't copy the above files to the /system/framework/ , /system/etc/
> > > permissions/ , and /system/app to these directories.
>
> > > C:\>adb -d push C:\GoogleMAPS\Maps.apk /system/framework/
> > > failed to copy 'C:\GoogleMAPS\Maps.apk' to '/system/framework//
> > > Maps.apk': Read-only file system
>
> > > Is there any way to change the system image to Read write mode.?
>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-15 Thread ade

Hello, where can I find those 3 files? If it's possible, can you send
me those files over email? I am currently stuck with an HTC Magic with
no Google Maps on it and would like to install it myself. Thanks.

On Jun 2, 7:54 am, Subba  wrote:
> I extracted com.google.android.map.jar and com.google.android.map.xml
> and Map.apk files from the another development device which has google
> maps in it.
>
> I started with following procedure..
>
> 1. adb -d shell
>
> 2. # mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> mount: Device or resource busy
>
> I can't copy the above files to the /system/framework/ , /system/etc/
> permissions/ , and /system/app to these directories.
>
> C:\>adb -d push C:\GoogleMAPS\Maps.apk /system/framework/
> failed to copy 'C:\GoogleMAPS\Maps.apk' to '/system/framework//
> Maps.apk': Read-only file system
>
> Is there any way to change the system image to Read write mode.?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-02 Thread hina naz
* **visit my site and earn more money**  *

*  http://latesttechnologyinfo.com/*

* ** http://latesttechnologyinfo.com/*

*  **http://latesttechnologyinfo.com/*

* ** http://latesttechnologyinfo.com/*

*  **http://latesttechnologyinfo.com/*

*  **http://latesttechnologyinfo.com/**  *

* http://latesttechnologyinfo.com/*

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-02 Thread Subba

Thanks. I was able to install Maps library and Maps application in my
device.



On Jun 1, 6:27 pm, XC He  wrote:
> Try adb remount
>
> XC He
> 2009/6/2 Subba 
>
>
>
> > I extracted com.google.android.map.jar and com.google.android.map.xml
> > and Map.apk files from the another development device which has google
> > maps in it.
>
> > I started with following procedure..
>
> > 1. adb -d shell
>
> > 2. # mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> > mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> > mount: Device or resource busy
>
> > I can't copy the above files to the /system/framework/ , /system/etc/
> > permissions/ , and /system/app to these directories.
>
> > C:\>adb -d push C:\GoogleMAPS\Maps.apk /system/framework/
> > failed to copy 'C:\GoogleMAPS\Maps.apk' to '/system/framework//
> > Maps.apk': Read-only file system
>
> > Is there any way to change the system image to Read write mode.?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-01 Thread XC He
Try adb remount

XC He
2009/6/2 Subba 

>
> I extracted com.google.android.map.jar and com.google.android.map.xml
> and Map.apk files from the another development device which has google
> maps in it.
>
> I started with following procedure..
>
> 1. adb -d shell
>
> 2. # mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
> mount: Device or resource busy
>
> I can't copy the above files to the /system/framework/ , /system/etc/
> permissions/ , and /system/app to these directories.
>
> C:\>adb -d push C:\GoogleMAPS\Maps.apk /system/framework/
> failed to copy 'C:\GoogleMAPS\Maps.apk' to '/system/framework//
> Maps.apk': Read-only file system
>
> Is there any way to change the system image to Read write mode.?
>
>
>
>
> >

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---