[android-developers] Re: Native SIP support

2013-01-15 Thread JJ
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 >

[android-developers] Re: Billing is not supported on this version of android market!

2012-10-03 Thread JJ
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

[android-developers] Re: Eclipse dev/debug on different machine than where Android device is connected?

2012-06-08 Thread JJ
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

[android-developers] Re: "Out of memory on a xxx-byte allocation" When setting progress values of SeekBars within ListView

2012-03-10 Thread JJ B
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 >

[android-developers] Re: "Out of memory on a xxx-byte allocation" When setting progress values of SeekBars within ListView

2012-03-10 Thread JJ B
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

[android-developers] "Out of memory on a xxx-byte allocation" When setting progress values of SeekBars within ListView

2012-03-10 Thread JJ B
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

[android-developers] Re: Routing TTS to SCO bluetooth headset

2012-03-01 Thread JJ
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

Re: [android-developers] Android Market - Test Marketing

2012-02-29 Thread JJ B
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

[android-developers] Android Market - Test Marketing

2012-02-29 Thread 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 Android Market but, to me, that may be less useful than controlling the test market population. Thanks in Advance, JJ

[android-developers] Re: sqlite database storage data

2012-02-27 Thread 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,

Re: [android-developers] Rich user interface

2012-02-13 Thread JJ B
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

[android-developers] Re: Eclipse Version: 3.7.0 Driving me NUTS

2012-02-13 Thread JJ B
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

[android-developers] Re: File encryption using AES

2012-01-26 Thread JJ
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

[android-developers] getting package name / signatures from pid

2011-11-17 Thread jj
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

[android-developers] Re: Android 2.3: eclipse reporting "Unable to execute dex: null"

2010-12-08 Thread jj
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

[android-developers] Re: Android 2.3: eclipse reporting "Unable to execute dex: null"

2010-12-08 Thread jj
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

[android-developers] The Sources On Cloud

2010-07-21 Thread JJ
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

[android-developers] oprofile usage with dalvik vm

2009-06-26 Thread JJ
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

[android-developers] media unit test cases

2009-06-17 Thread JJ
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

[android-developers] getting location name from lat, lon

2009-05-04 Thread 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

[android-developers] what is ms for 60000ms, is it ms for Milli second OR for micro second?

2009-05-04 Thread jj
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

[android-developers] undocumented for recording audio

2009-05-01 Thread jj
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

[android-developers] Re: SurfaceView on G1

2009-04-30 Thread jj
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

[android-developers] using internal media provider

2009-04-30 Thread jj
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 --~--~-~--~~~---

[android-developers] does media provider have private media file?

2009-04-30 Thread jj
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

[android-developers] after launching audio recording intent "MediaStoreAudio.Media.RECORD_SOUND_ACTION"

2009-04-24 Thread jj
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,

[android-developers] What is field type in db table for audio and image?

2009-04-24 Thread jj
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

[android-developers] Re: what is intent action name to launch the native map appl?

2009-04-23 Thread jj
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

[android-developers] what is intent action name to launch the native map appl?

2009-04-20 Thread jj
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

[android-developers] no location folder found under data directory for 1.1

2009-04-15 Thread jj
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

[android-developers] which is gps provider for real device?

2009-04-15 Thread jj
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. --~--~-~--~~~---~--~~

[android-developers] receiving broadcast intent, while appl is closed.

2009-04-14 Thread jj
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

[android-developers] Re: running appl in background

2009-04-13 Thread jj
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

[android-developers] Re: showing graph in Application

2009-04-10 Thread jj
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

[android-developers] showing graph in Application

2009-04-09 Thread jj
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.

[android-developers] running appl in background

2009-04-09 Thread jj
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

[android-developers] Writing text on images in Android

2009-04-09 Thread jj
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

[android-developers] How to edit image in Android?

2009-04-06 Thread jj
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

[android-developers] Re: I want run my application in background, with "Service component"

2009-04-04 Thread jj
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

[android-developers] I want run my application in background, with "Service component"

2009-04-03 Thread jj
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

[android-developers] Re: how to get driving direction info from maps application?

2009-03-31 Thread jj
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

[android-developers] how to get driving direction info from maps application?

2009-03-31 Thread jj
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

[android-developers] can we save mapview data in application database?

2009-03-26 Thread jj
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

[android-developers] In Android can appl send laocation data as MMS or sms?

2009-03-23 Thread jj
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@

[android-developers] what is maximum size of application database allowable in Android?

2009-03-19 Thread jj
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

[android-developers] Re: When another activity is called from main activity, The calling activity get destroyed?

2009-03-19 Thread jj
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

[android-developers] When another activity is called from main activity, The calling activity get destroyed?

2009-03-18 Thread jj
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

[android-developers] How to add plugging of projects to project on eclipse

2009-03-02 Thread jj
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

[android-developers] does android support JFlashPlayer?

2009-03-02 Thread jj
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

[android-developers] appl can know the first boot, and return from other activity

2009-02-28 Thread jj
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

[android-developers] how to application knows that the view of device changed from portrait to landscape.

2009-02-28 Thread jj
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

[android-developers] Re: how can i put the text of different size in the text view

2009-02-26 Thread jj
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

[android-developers] Re: Touch event types supported in android v/s windows mobile

2009-02-25 Thread jj
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

[android-developers] strange adb logcat

2009-02-25 Thread jj
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 --~--~--

[android-developers] what is difference between OnClickListener and OnTouchListener?

2009-02-21 Thread jj
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

[android-developers] what is difference between OnClickListener and OnTouchListener?

2009-02-21 Thread jj
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

[android-developers] Re: GridView is not coming in center of parent

2009-02-12 Thread jj
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

[android-developers] GridView is not coming in center of parent

2009-02-12 Thread jj
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

[android-developers] how to count time in android

2009-02-11 Thread jj
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

[android-developers] what is command to check SDCARD is present ?

2009-02-08 Thread jj
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

[android-developers] the image captured using Intent i = new Intent("android.media.action.IMAGE_CAPTURE"); is very small

2009-02-08 Thread jj
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

[android-developers] how to set RESULT_OK when activity exit?

2009-02-05 Thread jj
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

[android-developers] Re: For launching a camera from appl which action requires?

2009-02-02 Thread jj
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);

[android-developers] how to launch camera application from appl

2009-02-02 Thread jj
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

[android-developers] getting id of current picture taken from camera?

2009-02-02 Thread jj
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") ;

[android-developers] texts are not adding to intent for email

2009-01-31 Thread jj
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

[android-developers] filtering images for mime type

2009-01-31 Thread jj
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

[android-developers] the imageview object supports which formats images other than png and jpg

2009-01-31 Thread jj
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(*.

[android-developers] what is example of internal_content_uri

2009-01-30 Thread jj
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

[android-developers] I want to brows the list images names from media provider, will somebody guide me?

2009-01-30 Thread jj
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

[android-developers] the picture appl, comes under which which android package project?

2009-01-30 Thread jj
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

[android-developers] what is maximum height and width of image which can display?

2009-01-29 Thread jj
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

[android-developers] what is maximum height and width of image which can display?

2009-01-29 Thread jj
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

[android-developers] what is maximum height and width of image which can display?

2009-01-29 Thread jj
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

[android-developers] For launching a camera from appl which action requires?

2009-01-28 Thread jj
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

[android-developers] Re: Is SDK(r2) support camera capture from desktop devices * (webcams etc). ?

2009-01-28 Thread jj
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

[android-developers] Re: Is SDK(r2) support camera capture from desktop devices * (webcams etc). ?

2009-01-28 Thread jj
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

[android-developers] Is SDK(r2) support camera capture from desktop devices * (webcams etc). ?

2009-01-28 Thread jj
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

[android-developers] how to set width of gridview from java code(dynamically)

2009-01-27 Thread jj
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

[android-developers] sending image with URL attached to end of image

2009-01-24 Thread jj
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 --~--~-~--~~~---~

[android-developers] Re: I want to decode image bitmap retrieved from Picture application

2009-01-24 Thread jj
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

[android-developers] I want to decode image bitmap retrieved from Picture application

2009-01-24 Thread jj
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

[android-developers] is it possible to set dynamically width and height of gridview

2009-01-23 Thread jj
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

[android-developers] Not allowing horizontal spacing between grid view item

2009-01-22 Thread jj
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

[android-developers] DalvikVm crash While starting Wifi service

2008-12-30 Thread >;> JJ
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.. -

[android-developers] wlan_loader service

2008-12-16 Thread >;> JJ
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