Android Open Handset Developers Community

 
Guest Announcements

:arrow: Welcome: you are not yet registered; you can register here.
:arrow: A new forum on the new HTC Magic is available here.

It is currently Thu Jul 29, 2010 6:03 pm

All times are UTC


 Topics   Replies   Views   Last post 
No new posts For Sale Brand New Apple Tablet iPad 64GB (Wi-Fi + 3G) .$28

by NEVERSAYNEVER on Wed Jul 28, 2010 2:06 pm in News & Announcements

0

5

Wed Jul 28, 2010 2:06 pm

NEVERSAYNEVER

No new posts For Sale Brand New HTC HD2--$280 and Nokia X3@220usd

by NEVERSAYNEVER on Wed Jul 28, 2010 2:05 pm in Users' introductions

0

3

Wed Jul 28, 2010 2:05 pm

NEVERSAYNEVER

No new posts For sale Apple iPhone 4G 32GB $300/3GS 32GB/IPad 64GB $600

by hyperb1 on Wed Jul 28, 2010 10:34 am in News & Announcements

0

4

Wed Jul 28, 2010 10:34 am

hyperb1

No new posts For sell new Nokia n8 $210,Apple iPhone 4G 64gb-$200

by alwaysonline on Tue Jul 27, 2010 12:59 pm in Users' introductions

0

6

Tue Jul 27, 2010 12:59 pm

alwaysonline

No new posts Whosales Cheap Online Brand HTC HD2$280

by SKYPECHART on Sun Jul 25, 2010 12:17 pm in Relaxing Lounge

0

9

Sun Jul 25, 2010 12:17 pm

SKYPECHART




Post new topic Reply to topic  [ 80 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Author Message
 Post subject: Re: Running Android Market on emulator: no download issue
PostPosted: Thu Jul 16, 2009 12:17 pm 
Offline

Joined: Thu Dec 27, 2007 2:51 pm
Posts: 41
Hi all,
the Market related packages in the zip files can work properly only with SDK 1.1r1.
For SDK 1.5 and later (Cupcake) the packages are useless: you can try to get the same .apk files from the newest cupcake firmwares.

Verix


Top
 Profile  
 
 Post subject: Re: Running Android Market on emulator: no download issue
PostPosted: Tue Jul 21, 2009 8:34 am 
Offline

Joined: Wed Jul 15, 2009 3:07 am
Posts: 5
IS Googleapp.apk suport applying a google account?


Top
 Profile  
 
 Post subject: Re: Running Android Market on emulator: no download issue
PostPosted: Thu Jul 23, 2009 8:33 am 
Offline

Joined: Wed Jul 22, 2009 1:30 pm
Posts: 1
Hi thx a lot for these usefull tips!

But I have one little problem.
I have installed SDK 1.5. And it was no problem to install the four *.apk files. I started the market, registered an account and was able see all applications in the market.
The problem is every time I'm trying to download an application it says something like "Starting download". And after a while it times out.
Can anybody help me?

Thx
Jonas

Edit:
Found this on another board. Works properly!

1. Download the Android SDK (which includes the emulator) from ***URLs are hidden from guests, please register and login to view the hyperlink***.
2. Extract the downloaded zip.
3. Run a command prompt, and change to the 'tools' directory of the SDK (or add the tools directory to your path).
4. Type 'android list target'
5. Note the 'id' number of the '1.5' target (in my case it's '2')
6. Type 'android create avd -n enhanced -t 2' (substitute 2 with the target number determined above if required)
7. You will be prompted to create a hardware profile. This is optional, but I selected 'yes' and accepted the defaults for everything except RAM, where I gave it 256MB.
8. Download and unzip this image file.***URLs are hidden from guests, please register and login to view the hyperlink***
9. Copy the above file to the location of the enhanced.avd directory ('C:\Documents and Settings\<user>\.android\enhanced.avd' on Windows XP, and 'C:\Users\<user>\.android\enhanced.avd' on Windows Vista).
10. You're ready! Type 'emulator -avd enhanced' to run! Note: inital boot may take a few minutes!

If you get Java errors, you need to download the JDK for your system from ***URLs are hidden from guests, please register and login to view the hyperlink***


Last edited by jonasSD on Mon Jul 27, 2009 9:40 am, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: Running Android Market on emulator: no download issue
PostPosted: Mon Jul 27, 2009 3:41 am 
Offline

Joined: Wed Jul 15, 2009 3:07 am
Posts: 5
Dear Jonas:
Can you tell me which apks you have installed? Just the four apks :SetupWizard.apk ,gtalkservice.apk,Talk.apk,Vending.apk from Verix ? I see use the method from you ,the google service for example google sync,google market,google picasa can work, so I want know what you do to make them work well, thank you!
Best Regards!
T_sky


Last edited by T_sky on Tue Jul 28, 2009 6:09 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Running Android Market on emulator: no download issue
PostPosted: Tue Jul 28, 2009 6:02 am 
Offline

Joined: Mon Jul 27, 2009 2:55 am
Posts: 1
Thands Verix and jonasSD ,
your ways are working in Android 1.5 and 1.1 emulator ,
Very grateful to you


Top
 Profile  
 
 Post subject: Re: Running Android Market on emulator: YES WE CAN !
PostPosted: Tue Jul 28, 2009 11:39 am 
Offline

Joined: Tue Jul 28, 2009 11:33 am
Posts: 1
wow!! Thank you very much
Verix wrote:
Hi all,
I have made progress on using the Market with the Android emulator but I havn't been able to find a moment to write here my results :roll:

YES, I SUCCEEDED: USING THE ANDROID MARKET ON THE SDK's EMULATOR IS POSSIBLE :!: :!: :!:

First of all let me thank barban for his precious hint :mrgreen:

Some remarks:
- when I tried to install the market on the emulator the last SDK version was v1.1 Release1.
- since I was curious to see the very rumored features of Cupcake, first of all I have modified the SDK v1.1R1 installed on my PC by substituting its system images with the ones you can find in ***URLs are hidden from guests, please register and login to view the hyperlink***.

When running the SDK v.1.5 Cupcake pre-release, what you have to do is to install the four Android packages you can find in ***URLs are hidden from guests, please register and login to view the hyperlink*** (collected from several unofficial firmware builds). To be safe, I suggest to follow the same order I do when installing the packages:

adb install SetupWizard.apk (required to bind a Google account to the Android emulator)
adb install gtalkservice.apk (Gtalk service)
adb install Talk.apk (GTalk app)
adb install Vending.apk (Market)

AFter installation, by trying to launch the Market it will appear the request of logging in a Google account (or registering a new one). After that, it will appear the Terms of Service of the Market and...
ENJOY all the Android applications you can download and test on the Android emulator by relying on your ADSL at home
:!: :lol: :lol: :lol:

Since the Market which is used is the USA one, you can find also the paying applications sold in the Market
Hereunder some screeshots.
best regards


Top
 Profile  
 
 Post subject: Re: Running Android Market on emulator: no download issue
PostPosted: Tue Aug 11, 2009 8:08 am 
Offline

Joined: Tue Aug 11, 2009 7:01 am
Posts: 1
My status: 1.1 is OK, but 1.5 doesn't work.

In 1.5, there are a lot of methods in GoogleLoginService class not found.
"unable to find class referenced in signature (Lcom/google/android/googleapps/IGoogleLoginService"
I check the framework.jar, in 1.5, many classes has path changed from com/google/android/googleapps to com/google/android/googlelogin

By the way, I dump vending.apk out from G2, but there is not classes.dex in that apk.
Instead, HTC place a .odex in the folder. It can only run in G2 CPU. -_-!

Verix wrote:
xenio wrote:
WOW...IT WORKS!!!
It can download free apps from the Market directly on the emulator and try it before install in the real G1
Fantastic...

There is a little mistake in the link, just remove the second "L" at the end of the url link

Is it possible now to have it in Cupcake SdK?
Thanks.
Xenio

I fixed the link, thanks for reporting the mistake.
Yes, in principle it could work also in SDK1.5 but we need to collect the packeges from firmwares based on Android 1.5.
An esay way could be to extract the packages form an HTC Magic phone (adb pull </app/data/packagename.apk .)
Have some of you an HTC Magic phone available ? :roll:


Top
 Profile  
 
 Post subject: Re: Running Android Market on emulator: no download issue
PostPosted: Fri Aug 28, 2009 1:27 am 
Offline

Joined: Fri Aug 28, 2009 12:37 am
Posts: 1
jonasSD wrote:
1. Download the Android SDK (which includes the emulator) from ***URLs are hidden from guests, please register and login to view the hyperlink***.
2. Extract the downloaded zip.
3. Run a command prompt, and change to the 'tools' directory of the SDK (or add the tools directory to your path).
4. Type 'android list target'
5. Note the 'id' number of the '1.5' target (in my case it's '2')
6. Type 'android create avd -n enhanced -t 2' (substitute 2 with the target number determined above if required)
7. You will be prompted to create a hardware profile. This is optional, but I selected 'yes' and accepted the defaults for everything except RAM, where I gave it 256MB.
8. Download and unzip this image file.***URLs are hidden from guests, please register and login to view the hyperlink***
9. Copy the above file to the location of the enhanced.avd directory ('C:\Documents and Settings\<user>\.android\enhanced.avd' on Windows XP, and 'C:\Users\<user>\.android\enhanced.avd' on Windows Vista).
10. You're ready! Type 'emulator -avd enhanced' to run! Note: inital boot may take a few minutes!

This way worked perfectly for me and is super easy to do.


Top
 Profile  
 
 Post subject: Re: Running Android Market on emulator: no download issue
PostPosted: Mon Aug 31, 2009 10:51 am 
Offline

Joined: Mon Aug 31, 2009 8:35 am
Posts: 1
Verix wrote:
admkenshin wrote:
I got an INSTALL_FAILED_MISSING_SHARED_LIBRARY error. I am running the latest SDK release, might this be a problem? Where could I then find the working release?

Uhm, yes may be that the probbelm is related to the last SDK release: you can find the right version of all the archives in the download section of this site (in my previous post you can find direct links to each of them, just click to download :lol: )


I got the same, INSTALL_FAILED_MISSING_SHARED_LIBRARY error.Where to get right version of SDK....? Can U send me the link...? Thanks.....


Top
 Profile  
 
 Post subject: Re: Running Android Market on emulator: no download issue
PostPosted: Tue Sep 01, 2009 9:06 pm 
Offline

Joined: Tue Sep 01, 2009 8:45 pm
Posts: 1
jonasSD wrote:
1. Download the Android SDK (which includes the emulator) from ***URLs are hidden from guests, please register and login to view the hyperlink***.
2. Extract the downloaded zip.
3. Run a command prompt, and change to the 'tools' directory of the SDK (or add the tools directory to your path).
4. Type 'android list target'
5. Note the 'id' number of the '1.5' target (in my case it's '2')
6. Type 'android create avd -n enhanced -t 2' (substitute 2 with the target number determined above if required)
7. You will be prompted to create a hardware profile. This is optional, but I selected 'yes' and accepted the defaults for everything except RAM, where I gave it 256MB.
8. Download and unzip this image file.***URLs are hidden from guests, please register and login to view the hyperlink***
9. Copy the above file to the location of the enhanced.avd directory ('C:\Documents and Settings\<user>\.android\enhanced.avd' on Windows XP, and 'C:\Users\<user>\.android\enhanced.avd' on Windows Vista).
10. You're ready! Type 'emulator -avd enhanced' to run! Note: inital boot may take a few minutes!


Thanks! Works perfectly.

One small issue. Although paid apps and free apps both appear, paid and copy-protected apps do not :(

Thanks again for the awesome work!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 80 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next

Topic Tags

Android Market, download, emulator, HTC Hero Malaysia Android Market


All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
phpBB SEO

This site is not affiliated with nor endorsed by the Open Handset Alliance.
All trademarks and logos used in this site are of properties of their respective owners.