This code might help you get started.
http://code.google.com/p/sipdroid/source/checkout
On Monday, January 14, 2013 10:27:46 PM UTC-5, Iroid wrote:
>
> Hello Everyone,
> We have to develop a SIP based application. major features
> include:
> 1. Audio/Video call
>
Same error. Running AOKP JellyBean build 2 on a Galaxy Nexus. Might have
something to do with Visidon facial recognition app or Tasker as well.
Would love to know if there's any way to resolve. Thanks.
On Thursday, June 21, 2012 6:58:05 PM UTC-7, Manoj wrote:
>
> Hi,
>
> I am using EURO 20
This should help
http://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp
On Thursday, June 7, 2012 10:01:31 PM UTC-4, SChaser wrote:
>
> Good.
>
> But how do I do that? From Eclipse?
>
> My normal Eclipse debugging method is simple:
>
> 1)Set a breakpoint or
Ooops...nevermind...still Hosed. Any advice appreciated (Seekbar now has a
mind of it's own)
On Sat, Mar 10, 2012 at 11:18 PM, JJ B wrote:
> Hello,
>
> I think I figured this one out.
>
> Of course, I re-watched Romain Guy's IO presentation on ListViews and now
>
th regard to my initial issue, I found the android: listview XML
attribute to persist the position of the Progress value so this seems to be
working.
Please let me know if there are any other suggestions to watch out for with
regard to Seekbar widget use within a listview row.
Thanks,
JJ
On Sat, Ma
Bar background graphic? (8kb 9-patch .png back with 100kb
.png thumb) or the two EditText views in each row? (each row has a SeekBar
and two EditText views).
Many Thanks,
JJ
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To p
Maybe check out
http://stackoverflow.com/questions/7212783/android-playing-sound-over-sco-bluetooth-headset
On Wednesday, February 29, 2012 9:14:41 AM UTC-5, RedBullet wrote:
>
> I am trying to get my android app to use the TTS engine to send the
> audio to my old BT headset.
>
> I have trie
free apps).
> 01.03.2012 3:29 пользователь "JJ B" написал:
>
>> Hello,
>>
>> Is it allowable (or possible) to test market apps by sending out to a few
>> colleagues prior to full publication. I understand that Google allows Beta
>> publication on
Hello,
Is it allowable (or possible) to test market apps by sending out to a few
colleagues prior to full publication. I understand that Google allows Beta
publication on Android Market but, to me, that may be less useful than
controlling the test market population.
Thanks in Advance,
JJ
oot your phone. Once your phone is rooted, you
can easily get to your SQLite DB...
adb pull /data/data/com.example/databases/whatever.db .
Then it will be on your computer's drive and you can open it...
Rooting your phone can be a headache, but I found it the easiest way.
JJ
On Feb 25,
Hi, I hope you find the following a bits helpful to start off:
//create a new "fonts" folder and place inside of your assets folder
//copy and paste the font named "[mac font name].otf" to your new fonts
folder from your mac's "Font Book" folder (I use mac).
//call the following method
myLay
My code runs fine for a few days with no changes and then...boom!
doesn't play nice anymore by forcing me to import android.R for no
reason whatsoever. I've increased the memory allocation as
recommended, carefully "cleaned" upon any changes, and prayed to the
Android Gods for Eclipse to run as smo
Suggestion: FileName.EXT --> FileName.EXT.ENC, then decrypt to
FileName.EXT
Keep the original extension in the encrypted filename.
--
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@goog
I need to write an application that can derive other(target)
application's package name and signatures out of [process id of
running instance of target application] for some dianostic features.
I've skimmed through the android app framework, and found that
PackageManger has the ability to get pack
This has been occurring for many people. This happened to me on a
windows 7 box and if you look on stack overflow, no one has solved
this yet. Anything from Google?
On Dec 6, 6:16 pm, Xavier Ducrohet wrote:
> gotta love the error message. *sigh*
>
> From what you're saying you have all that's nee
Thanks! Please let us know when it is ready :-)
On Dec 6, 7:54 pm, Xavier Ducrohet wrote:
> hey all, we found the issue. It's related to referencing java project.
>
> We're looking at pushing a fix to ADT asap. In the meantime you can
> temporarily change to including your java project as a jar f
I wonders some of the app like "find food" How the developer gets the
restaurant list? Does it available on cloud(internet) and free.
Something like "Nimbus project" in Singapore.
I want to develop some similar app but don't know where can get the
source...
Thanks...
--
You received this message
Hi all,
I want to try profiling on android using oprofile but I am not sure if
it comes support for dalvik vm. Has anybody tried the same? If this
doesn't click then I can try using traceview and oprofile separately.
Thanks,
JJ
--~--~-~--~~~---~--~~
You rec
Hi All,
Has anybody ran multimedia unit test cases provided by Android? I am
trying to execute for the 1st time and there are some 56 failures
mostly due to test cases itself not being present in sdcard. Does
Android test framework copy it sdcard etc??
Please help!!!
JJ
hello everybody
Is there any API method{[android.location " pack ] to get location
name?
did not find related method to to retrieve location name for given
GeoPoint(lat,lon);
I wanted to keep list of location names for particular GeoPoints
(lat,Lon)
in journey.
can this be achievable in Android
in the requestLocationUpdates(String provider, long minTime, float
minDistance, LocationListener listener) from
android.location.LocationManager
Background services should be careful about setting a sufficiently
high minTime so that the device doesn't consume too much power by
keeping the GPS
some where I read it.
the undocumented intent for recording audio
Intent intent = new Intent(MediaStoreAudio.Media.RECORD_SOUND_SCTION);
is this true, I tested but it is not working.
one more undocumented intent for capturing picture it is working fine
Intent i = new Intent("android.media.action
I dont see any log (seems that it hangs just inside setContentView,
which is at the very beginning of the app. I know this because I am
able to debug it, and put a breackpoint in this line)
anyway, I can get this list of threads... I dont know if that's useful
somehow...
babel [Android Application
hello folk
Is it possible to use internal media provider to store application's
media file, if sdcard is not present on device.
what is max size the of this internal provider .I mean what max
data appl can store in this internal provider.
Thank you
--~--~-~--~~~---
hello folk
system media provider is global db, anybody can access file from it
and delete too,
i want add image in it, with private mode,
"public static final String insertImage(ContentResolver cr, Bitmap
source, String title, String description) "
is it possible, to have private media file
after launching audio recording intent
"MediaStoreAudio.Media.RECORD_SOUND_ACTION"
where should I get this audio data?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group,
What is field type in db table for audio and image?
here is code from Media provider, in that it is 'data' type is text,
same is for image table its data type too text.
so what is data type for images, audio or video for database table.
will you clear me for the this stuff.
In one tut I s
Hello Mark Murphy
For showing direction between two points on map
there is for launching maps for driving direction
"this.startActivity(new Intent(Intent.ACTION_VIEW,
Uri.parse("http://maps.google.com/maps?
f=d&saddr=37.4,-121.9"+
"&daddr=Be
what is intent action name(e.g. action name
"android.media.action.IMAGE_CAPTURE" for launching camera appl) to
launch the native map appl
Is there intent available(documented or undocumented since above
intent of capturing image is undocumented ) for launching maps appl?
I know one for launch
no location folder found under data->location->gps directory for 1.1,
which contains the mock provider file.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email
On emulator for simulations of GPS there is mock provider "gps"
But which is provider for real device , which provider name requires
to give? Is it not require to give provider name for appl of real
device, will somebody clear for this issue.
--~--~-~--~~~---~--~~
If appl is closed, in which there is broadcast receiver, after
receiving it appl perform some activity. This intent is broadcast
by other appl but the receiving appl is closed will it receive the
broadcast intent.
--~--~-~--~~~---~--~~
You received this message b
If service is running in background in another process,
independent of foreground activity process. As per my study I got the
two ways to know with background process update,
1. using IPC(AIDL) bindService()
2.broadcasting intent from service whenever we want update for
particular func
Here is good solution
http://android.arnodenhond.com/graphview
--~--~-~--~~~---~--~~
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 uns
Hello
I want to display graph(time ver distance) in Activity , how should be
this achieved in Android.
is there any tut available?
Thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
Hello folk
I want to run application in background. When user close the
foreground screen, application should be running in background. so in
foreground there is no screen of this appl, while user can launch
other appl also.
To achieve this with the "service component", is it necessary t
Hello folk
I want to edit image for Writing text on images, is it possible in
Android, if so, how to achieve this.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To post to this group, sen
Hello
How to edit image in Android?
I want to draw text on image, e.g. some custom name.
How this can be achieved in Android in easiest way.
Thank you.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Dev
Thank you for reply
can you just send me the tutorial link, what u mentioned in first
paragraph Or any other related tut link.
Thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To p
Hello
I want run my application in background, with "Service
component",
If the application is running in background then there should be icon
of application, so when user click on icon the application should come
in fore ground.
Is this possible in Android, anybody having suggestions plz
Actually he developed his own code for calculating distance and
direction,
What I mean is, I launch the new activity with,
this.startActivity(new Intent(Intent.ACTION_VIEW,
Uri.parse("http://maps.google.com/maps?
f=d&saddr=37.4,-121.9"+
"&da
Hello folk
After launching Android maps application from other application,
how to get driving direction info from maps application?
e.g. distance, estimated driving time, etc.
is there any way for this, if so plz guide me.
Thank you
--~--~-~--~~~---~--~~
You r
hello
can we save mapview data in application database, if so what is data
format for storing mapview, location data.
thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to t
In Android can appl send laocation data as MMS or sms or any other
means(e.g. email)?
--~--~-~--~~~---~--~~
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@
hello folk
what is the maximum size of application's database allowable in
Android?
In other words whats max capacity of android appl private database, as
well as whats max capacity of content provider available?
thank you
--~--~-~--~~~---~--~~
You received this
thank u for reply
I got the with it
when another activity called from activity by using startActivity
(), the calling activity get destroyed, and it is gain created
onCreate when control return from called activity.
--~--~-~--~~~---~--~~
You received this mess
When another activity is started from main activity, The main activity
get destroyed and created when returned back from second Activity
OR
main activity remains in pause state till second activity finish
(), onSart or onResume from when returned back from second activity?
w
How to add plugging of projects to project on eclipse,
Suppose there is android project having plug ins(e.g. IM package
application projects have it) , what is procedure to plugins to
project on eclipse IDE.
--~--~-~--~~~---~--~~
You received this message because yo
does android support JFlashPlayer, if not will it be feature?
--~--~-~--~~~---~--~~
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 unsu
when start first i.e when user launch the app from home icon list,
the Main activity's "onCreate()" method is called, And also when
Main activity launch other activity, After returning from other
activity The main activity's "onCreate()" method is called, So my
question is there any way to
how the application knows that the view of device has changed from
portrait to landscape.
is there any way to know the application about view change.
thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Androi
try this
textview. setTextSize(int unit, float size) ;
refer this for more text operation
http://code.google.com/android/reference/android/widget/TextView.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Androi
hello
Touch corr android class OnTouchListener()
Tap - OnClickListener()
Tao and Hold - OnLongClickListener()
Are Supported in android, while Drag n Drop, Touch n move require to
impliment
--~--~-~--~~~---~--~~
You received this message because you are subscribed
In my logcat following messages, anybody clear me what is meaning of
thismesg
D/dalvikvm( 245): DexOpt: 'Lorg/xmlpull/v1/XmlPullParser;' has an
earlier definition; blocking out
D/dalvikvm( 245): DexOpt: 'Lorg/kxml2/io/KXmlParser;' has an earlier
definition; blocking out
Thank you
--~--~--
Hello folk
what is difference between OnClickListener and OnTouchListener?
I don't found any specific difference between them.
Thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
T
Hello folk
what is difference between OnClickListener and OnTouchListener?
I don't found any specific difference between them.
Thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
T
The problem is the view is not align to center_horizontal to its
parent,
There is no problem to center_vertical align
"IS it bug of SDK r2?"
Thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android D
I am using following to display gridview of images :
http://schemas.android.com/apk/res/
android"
android:id="@+id/widget28"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
But it is giving display left side with center_ vertical,
I used android:layout_centerHor
how to count time in android, e.g player start the game how t count
time from start game to end game, I am what r classes to set time and
count.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" grou
somebody will tel me the command for checking sdcard of device
what is command to check SDCARD is present ?
or in other words how to appl the sdcard is there or not?
thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Googl
hello everybody
I am capturing Image from app using :
the image captured using Intent i = new Intent
("android.media.action.IMAGE_CAPTURE");
but it is very small (25*50)
Why this is happening; will anybody suggest me solution?
thank you
--~--~-~--~~~---~--~~
Yo
how to set RESULT_OK when activity exit?
I am launching list activity from main activity using
startActivityForResult, after doing work with list activity; i exit
from it from it using "finish()" but it doesn't propagate RESULT_OK to
main activity in onActivityResult(), what should I do , so tha
Hello James
Thanks for replying me,
Actually I want Uri of this image(Currently captured from camera)
So that I can send this image by using :
Uri uri = ContentUris.withAppendedId(Media.EXTERNAL_CONTENT_URI, 2);
Intent i = new Intent();
i.setAction(Intent.ACTION_SEND);
hello everybody
how to launch camera application from our appl, what is action for it.
thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to androi
Hello everybody,
When I launch camera from my app camera capture picture and when
I it save it goes into image media provider,
So how should I get image _id for this current picture From
media Provider.(I mean I want Uri for this picture "content://media/
external/images/1") ;
Hello
I am sending image using following. the image successfully send by
application. But The subject and text r not getting added to email.
I want to add body containing some hyperlink, I am doing this
Intent.EXTRA_TEXT but it is not going to added.
Will somebody will clear suggest me for. None
Demo Tutorial for filtering images for mime type
I am browsing list of images names of *.png ,*,jpeg, it is working
correctly
I am filtering images of type png and jpeg, IS there in other smart
way to achieve this, some thing we can do in manifest or coding so
that we will get desired cursor of
Hello everybody
The imageview object supports, which formats of images other than
png and jpg?
Is it supporting *.jif, *.bmp. *.tiff, etc. to display them on sceen
of activity?
The picture application(on emulator) shows only *.jpg and *.png
format it does not shows other format images(*.
hello
images on sd-card come under external_content_uri,
what is example of internal_content_uri, is the camera images come
under internal_content_uri?
thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Androi
I want to brows the list images names from media provider, will
somebody guide me?
Will following work, I am trying on my basic knowledge
public class MImageLists extends ListActivity {
private static final String TAG = "MImageLists";
/**
* The columns we are interested in f
The picture(which show all pictures on device camera as well as
sdcard) appl, comes under which which android application(package)
project? [e.g camera is one package appl project or another is contact
application]
thank you
--~--~-~--~~~---~--~~
You received thi
what is maximum height and width of image which can display?
When I try for 1000px height and 1000pix width it work, but for beyond
it,
it gives exception, appl force close.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Gr
what is maximum height and width of image which can display?
When I try for 1000px height and 1000pix width it work, but for beyond
it,
it gives exception, appl force close.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Gr
what is maximum height and width of image which can display?
When I try for 1000px height and 1000pix width it work, but for beyond
it,
it gives exception, appl force close.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Gr
For launching a camera from appl which action requires?
If start a camera from my appl and captured image, how should I pick-up
(retrieve) that current image to my appl from camera provider. what is
process for this(which Uri).
--~--~-~--~~~---~--~~
You received th
In other words, What I mean is to pick current image from camera
provider which is captured by my appl, So how should I achieve this,
some body suggest me process.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Andr
Actually I am working on emulator, dont have android phone,
I am developing app of capture image using camera and use that in my
appl.
Thank you.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" gr
Is SDK(second release) support for camera capture from desktop
devices * (webcams etc). ? If no
Since real device have its camera. so how should I code for appl which
capture images from camera?
Thank you
--~--~-~--~~~---~--~~
You received this message because you
how to set width of gridview from java code(dynamically),
is there any function to specify the width of grid view dynamically.
thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To po
can I send image with URL attached to end of image,
By which application should I achieve this, I mean by using Email
client or MMS application.
How to achieve this using this appl, will somebody will tel me process
(The way, which intents).
Thank you
--~--~-~--~~~---~
I am referring http://www.developer.com/java/j2me/article.php/10934_3748281_3
I gone through your article, Its became good help for me.
sombody will you help me here, Whatever he created image bitmap is
from drawable resource,
Is there any way to create bitmap from ImageView Object, containin
Hello everybody,
will anybody guide me,
I want to decode image bitmap picked from Picture application(on a
android phone), so How should I achieve this.
First thing is how to retrieve image from Picture application, after
picking it, if I assign it to temp image variable, is there any method
in Bi
is it possible to set dynamically(from code) width and height of
gridview, if so what r methods.
I want to keep my gridview changeable at run time in width and height.
( if this is not available; Is there any other solution?.)
Thank you
--~--~-~--~~~---~--~~
You re
Not allowing horizontal spacing between grid view item,
I am using following for grid view , I don't want horizontal space
between grid view item.
android:horizontalSpacing="0px"
android:verticalSpacing="0px"
by using this there no vertical space between item. But the horizontal
Hi all,
Could some one help me with the below error logs.. I am running
Android on a PXA platform with a custom wifi driver. when I try to
invoke Wifi Manager from settings, the GUI crashes. I am attaching the
logs below..
Thanks in Advance..
-
The intention is to use a custom wifi driver on a dev platform running
Android. To test this I did following steps.
boot linux
Mount Android Filesystem
run Android init.
Through serial console issue following commands
1. insmod file.ko
2. wlan_loader
3. ifconfig wlan0 up
scan and assoc.. This wo
86 matches
Mail list logo