If u want to install the .apk file
follow the folling procedure
1. run the emulator of android from the eclipse
2. start - > run -> cmd in window
3. type command in console adb kill-server
4.type command in console adb start-server
5 type command in console adb install <.apk file with its
Hi Analdyn,
From where you want to install .apk? From folder or from terminal
or from eclipse? Anywhere its possible.Better install from eclipse.
Its easy. in DDMS go to data-->app-->then push file
Regards,
Guna
--~--~-~--~~~---~--~~
You received this message
Thank you, thank you!
... "PS: note that increasing the buffer size also increases the
latency of the
audio input/output.. " Ack! :-)
On Jul 10, 8:25 pm, Digit <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> we finally diagnosed the problem that causes the emulator's audio output to
> be cho
Hello everyone,
we finally diagnosed the problem that causes the emulator's audio output to
be choppy on Windows Vista.
it turns out that you can work-around this emulator problem with increasing
the size of the audio buffer by changing an environment variable.
for example, open a command-line co
what you describe is very strange, because the Android emulator is not
sending UDP packets itself, it's just using standard BSD sockets instead to
send datagrams. what happens in this case is the following:
a/ the program running in the emulator uses a socket interface to send
datagrams to a serve
what exact exceptions do you have ? without this information we can't
answer.
apart from that, our goal as always been to be able to convert all valid
.class files
into .dex files.
note that some obfuscation programs do things like injecting dynamic
class-loading method lookups of bytecode program
We aren't supporting shared libraries for 1.0, sorry. We do have
support for loading a .apk into the process of another, as long as
those two .apks are signed with the same certificate. You use the
Context.createPackageContext() to do this:
http://code.google.com/android/reference/android/conte
This seems like a necessary feature to use in order to transition from
one activity to another in such a way that they animate synchronously
(one slides out while the other slides in, etc).
http://code.google.com/android/reference/android/R.styleable.html#WindowAnimation
--~--~-~--~~
It could be that you have a capital letter in the name?
On Wed, Jul 9, 2008 at 6:08 PM, himanshu <[EMAIL PROTECTED]> wrote:
>
> Hello,
> I`m a beginner in eclipse and android so this could be trivial.
> I just added a new layout to my hello world app ( example here
> http://code.google.com/androi
hi
I am a new member in this groupe. I want to develop an application on
this platform so I read the documentation and I do the Tutorial but I
can't understand "Cursor"
So I want to know exactely what a Cursor means?
what is it important for?...
thank you for your help
--~--~-~--~~---
Hi Gerard,
It's great to hear that you're learning how to produce Flash
applications.
Flash technology has shipped on more than 500million non-PC devices
and by the end of 2009 that number will be over 1 billion devices. I
would be great to see Android, iPhone and Blackberry devices also
begin
How to load Google map in android application? Can i have some example
source code or something
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-
Hi all,
After finishing some customized views, how can I use them in other
packages?
That is to say, for example, I have a customized view named
CustomViewA in a package CustomizedViews.apk. The CustomViewA not only
has codes but also uses some resources in the package, such as res/
drawable, res
Hello,
I`m a beginner in eclipse and android so this could be trivial.
I just added a new layout to my hello world app ( example here
http://code.google.com/android/devel/ui/xml.html)
I added the xml in the res/layout directory.
I am getting the following error when compiling..
"invalid resource
I have just an idea of what Android application should have.
I think it would be cool if I could control my PC from Android
device. Application such as Remote Desktop Connection should be
developed for Android. Think of the posibility here.
--~--~-~--~~~---~--~~
Looks to me like a scam...
On Jul 9, 3:48 pm, jfricci <[EMAIL PROTECTED]> wrote:
> for LinkedIn users here is a new Android Developers LinkedIn
> group:http://www.linkedin.com/e/gis/136638/41710D2D62A3
--~--~-~--~~~---~--~~
You received this message because you a
Hi:
In the example
http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/view/LabelView.html
refers to
http://code.google.com/android/samples/ApiDemos/res/layout/custom_view_1.html
In java file, I see code to access new derived attributes using
"R.styleable.LabelView_t
That's not what you want. Please read the docs, the code you are
using is clearing all of the other flags:
http://code.google.com/android/reference/android/view/Window.html#setFlags(int,%20int)
On Jul 10, 5:25 am, Disco Stu 010 <[EMAIL PROTECTED]> wrote:
> Hi Hackbod,
>
> Thanks a bunch. That f
Have you setup the security permissions needed to read contacts info
in AndroidManifest.xml?
-Dave
On Jul 10, 7:44 am, andyn <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I want to include a listview displaying my contacts' names.
> I have the following code:
>
> --
> String[] proje
We know you are busy
toiling away
You've got issues to solve
without delay
Embedded OSes are
not like web apps
Firmware must update
without a hitch
Else millions of customers
will suffer the glitch
Your schedules are tight,
the handsets cant wait
You have to release
in 4Q O
> how would you implement a list containing multiple columns like in the
> contacts demo application which contains the names and a star with
> "mobile" at the right.
> I want to display my contacts by adding icons behind the names in an
> additional column.
Generally speaking, you need to provid
Hi there,
how would you implement a list containing multiple columns like in the
contacts demo application which contains the names and a star with
"mobile" at the right.
I want to display my contacts by adding icons behind the names in an
additional column.
regards, Andy
--~--~-~--~
Hi there,
I want to include a listview displaying my contacts' names.
I have the following code:
--
String[] projection = new String[] {
android.provider.BaseColumns._ID,
android.provider.Contacts.PeopleColumns.NAME,
Hi Hackbod,
Thanks a bunch. That fixed it.
The method setFlags() has a second argument to it called mask, it
works when I pass it 0x and not 0. I take it that is expected.
Thanks,
DS.
On Jul 9, 2008, at 5:18 PM, hackbod wrote:
>
> You can do this to make it non-modal for touch event
24 matches
Mail list logo