Re: [android-developers] JQuery UI dragdrop

2012-02-22 Thread Kristopher Micinski
This has relatively little to do with this list, this list is for developing applications with Android's java based SDK. kris On Wed, Feb 22, 2012 at 4:22 PM, Christian Palomares (ShinjiDev) palomare...@gmail.com wrote: Hi everyone I need some help about JQuery. Do you know if there's a

[android-developers] MPG files

2012-02-22 Thread bob
Is there any reasonable way to play back regular MPG files on Android? -- 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] ADB over WiFi

2012-02-22 Thread Bret Foreman
I'm considering running ADB over a WiFi connection rather than via the USB cable. I've read a lot of blog posts about it but I want to verify a few things: 1) Is it true that the phone must be rooted? If so, is SuperOneClick the preferred tool to use for rooting? 2) Once I can connect with

[android-developers] Openings for Technical Recruiters in Hyderabad

2012-02-22 Thread steve
Quote the reference of Steve Must have 1+year experience in recruitment. At least 1year Experience in Visas – OPT, H1B, EAD, GC US Citizen. Able to Handle with F1, OPT, CPT and H1B Transfers. Experience in H1B Visa Filling and Transfer. Good Knowledge about TN Visa and E3 Visa. Experience in

Re: [android-developers] ADB over WiFi

2012-02-22 Thread Mark Murphy
On Wed, Feb 22, 2012 at 5:12 PM, Bret Foreman bret.fore...@gmail.com wrote: 1) Is it true that the phone must be rooted? If so, is SuperOneClick the preferred tool to use for rooting? I can't answer that, as I have only used ADB over the network for Google TV (which does not need to be rooted,

[android-developers] Re: Button for dynamic text

2012-02-22 Thread Pram
At publicstring stringFunction(){ I am getting syntax error need ; to complete Field Decleration. On Feb 22, 3:39 pm, Tommy Hartz droi...@gmail.com wrote: Why not connect the button click event to a function EX public void onClick(View v) { Toast.makeText(Num.this,

[android-developers] Bluetooth (RFComm) and broken phones

2012-02-22 Thread eehouse
I'm modifying a board game app to allow play via Bluetooth. I'm testing on a stack of devices from Samsung, Kyocera, Motorola and HTC. Consistently the HTC phone (Sensation) gets into a state where it won't accept connections (BluetoothServerSocket.accept() never returns though the logs show

[android-developers] Seriously?

2012-02-22 Thread G
If Google can't get their own apps right, how the heck are the rest of us supposed to!? https://lh6.googleusercontent.com/-5sKHcjkMSVE/T0Vy51GRJFI/GTE/sRLrtS8JP2k/s1600/googledocs.png -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] JQuery UI dragdrop

2012-02-22 Thread Christian Eduardo Palomares Peralta
Oh sorry, I thought these kind of questions could be made here too :( 2012/2/22 Kristopher Micinski krismicin...@gmail.com This has relatively little to do with this list, this list is for developing applications with Android's java based SDK. kris On Wed, Feb 22, 2012 at 4:22 PM,

Re: [android-developers] Seriously?

2012-02-22 Thread Mark Murphy
On Wed, Feb 22, 2012 at 5:59 PM, G ghack...@gmail.com wrote: If Google can't get their own apps right, how the heck are the rest of us supposed to!? What you are seeing is an app where: -- the developers did not use android:targetSdkVersion=11 or higher, which has been recommended for some

Re: [android-developers] Re: Button for dynamic text

2012-02-22 Thread TreKing
On Wed, Feb 22, 2012 at 2:39 PM, Tommy Hartz droi...@gmail.com wrote: Why not connect the button click event to a function EX public void onClick(View v) { Toast.makeText(Num.this, stringFunction(),Toast.LENGTH_SHORT).show(); } Public string stringFunction(){ If(whatever){ Return =

[android-developers] Re: microSD card

2012-02-22 Thread RLScott
Not typically. But in the case of the original Motorola Droid, the SD slot is under the battery, so for that device, yes, you have to power down the device. On Feb 22, 2:28 pm, bob b...@coolfone.comze.com wrote: Does an Android device typically need to be powered off to insert/ remove a

[android-developers] Re: Mismatch in runtime layout selection based upon size/density

2012-02-22 Thread William Ferguson
Hi Moktarul, thanks for the input but this isn't about attempting to scale particular images or views. This is about attempting to choose an appropriate layout for the device. Ie on devices that have enough room to fit more fields (eg tablets) I display extra fields. What I'm struggling with is

Re: [android-developers] Re: microSD card

2012-02-22 Thread Mark Murphy
On Wed, Feb 22, 2012 at 6:37 PM, RLScott fixthatpi...@yahoo.com wrote: Not typically.  But in the case of the original Motorola Droid, the SD slot is under the battery, so for that device, yes, you have to power down the device. If the device does not provide an option for unmounting the card,

Re: [android-developers] Re: openOptionsMenu not working on Honeycomb device

2012-02-22 Thread richie rich
Maybe you on the Android Team should make a fricking consistent API that works across devices so we can't shoot ourselves in the FOOT everytime you release and change behaviour or add some huge new thing out of the blue. Working on IPHONE/iOS is a pleasure compared to this. So please don't yell

Re: [android-developers] Re: Mismatch in runtime layout selection based upon size/density

2012-02-22 Thread Mark Murphy
If you create a sample project that can demonstrate the problem, I'd like to take a peek at it. On Wed, Feb 22, 2012 at 6:44 PM, William Ferguson william.ferguson...@gmail.com wrote: Hi Moktarul, thanks for the input but this isn't about attempting to scale particular images or views. This is

[android-developers] Re: Mismatch in runtime layout selection based upon size/density

2012-02-22 Thread William Ferguson
Thanks Mark, I'll put something together tonight. On Feb 23, 10:07 am, Mark Murphy mmur...@commonsware.com wrote: If you create a sample project that can demonstrate the problem, I'd like to take a peek at it. On Wed, Feb 22, 2012 at 6:44 PM, William Ferguson

RE: [android-developers] Re: Button for dynamic text

2012-02-22 Thread Tommy Hartz
Copy and paste the code so I can see exactly what you have. -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Pram Sent: Wednesday, February 22, 2012 5:47 PM To: Android Developers Subject: [android-developers] Re:

[android-developers] Acitivity finish when rotating written in Sencha Touch + Phonegap

2012-02-22 Thread SH
Hi All. API: Android 2.2 Device: Samsung Galaxy 2 I have been working an app written in native android and I put an Activity for setting using Sencha Touch 1.1 + Phonegap 1.3. So when I click a button on a activity , I call startActivityForResult() to run the setting activity. But, when I rotate

[android-developers] Re: Button for dynamic text

2012-02-22 Thread Pram
The code is below I have taken out some of the commented parts that were above. public class GenNameActivity extends Activity { EditText PleaseEnter; /** Called when the activity is first created. */ @Override protected void onCreate(Bundle savedInstanceState) {

[android-developers] Re: Barcode Scanning application can't create .apk instead it creating .jar

2012-02-22 Thread Terrell McQueen
why not try and use either Zxing's intent integrator use the intent feature with Barcode scanner installed on your phone. On Feb 22, 7:29 am, Aadi Rockzz sakzk...@gmail.com wrote: Hello..,, I create an application by integrating Zxing Package but i don't get .apk file i am getting

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 16 Topics

2012-02-22 Thread dhiraj rode
-- 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

[android-developers] Re: Image Button Onclik view

2012-02-22 Thread adig
Hi. . thanks for all the solutions. . :D On 22 Feb, 16:07, Seshu s.seshu...@gmail.com wrote: Hi kholif,             in xml file for imageview add this one android:onclick=imageBtnClicked and in corresponding java file add this method: public void imageBtnClicked(View v) { // add your

[android-developers] cant enter bootloader in develop board (Dragon board)

2012-02-22 Thread Kloze
Hello everyone, I'm trying to port ICS in my board, and i cant enter bootloader. I know it's useful put some bottom when device start, but i have no idea which bottom should I use(there is no document for it ). I have key command like 'adb reboot bootloader and adb bootloader-reboot , then

Re: [android-developers] Re: Barcode Scanning application can't create .apk instead it creating .jar

2012-02-22 Thread Aadi Rockzz
Okay thanks. . .but i don't know how to create can u provide me some links so that i can understand more about this. Thanks alot for replying... Aadi -- 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] Re: Hello Everyone, i just have a quick question:

2012-02-22 Thread moktarul anam
Hi Soyer, I think problem is in ur oncreate or onstart method. can u please do that ... remove all code from oncreate and check Can u please send little more log Moktarul On Feb 22, 11:42 pm, Mohamed Gougam mblack...@gmail.com wrote: Hello moktarul, the thing about manifest.xml, is tht i

[android-developers] Re: Hello Everyone, i just have a quick question:

2012-02-22 Thread moktarul anam
can u please send me ur activity code and little more log message Moktarul anam On Feb 23, 10:18 am, moktarul anam mokta...@gmail.com wrote: Hi Soyer, I think problem is in ur oncreate or onstart method.  can u please do that ... remove all code from oncreate and check Can u please send

Re: [android-developers] cant enter bootloader in develop board (Dragon board)

2012-02-22 Thread James W.
开发板?还是产品? On Thu, Feb 23, 2012 at 12:58 PM, Kloze kloz...@sslab.cs.nthu.edu.tw wrote: Hello everyone, I'm trying to port ICS in my board, and i cant enter bootloader. I know it's useful put some bottom when device start, but i have no idea which bottom should I use(there is no document for

Re: [android-developers] Re: Barcode Scanning application can't create .apk instead it creating .jar

2012-02-22 Thread Kristopher Micinski
you can google use barcode scanner intent and find lots of docs... kris On Wed, Feb 22, 2012 at 11:58 PM, Aadi Rockzz sakzk...@gmail.com wrote: Okay thanks. . .but i don't know how to create can u provide me some links so that i can understand more about this. Thanks alot for replying...

Re: [android-developers] Re: how to create Pdf files from some data

2012-02-22 Thread Deepa M
where we need to store text files to access!!! On Mon, Feb 20, 2012 at 3:07 PM, Chandra Sekhar chandra4...@gmail.comwrote: Hi Ankur, try this one Do this one in onCreate() method (All the best) * ArrayAdapterString adapter;

[android-developers] Re: cant enter bootloader in develop board (Dragon board)

2012-02-22 Thread Kloze
�_�l板 http://www.bsquare.com/dragonboard.aspx On 2月23日, 下午1�r27分, James W. wjn...@gmail.com wrote: 开发板?还是产品? On Thu, Feb 23, 2012 at 12:58 PM, Kloze kloz...@sslab.cs.nthu.edu.tw wrote: Hello everyone, I'm trying to port ICS in my board, and i cant enter bootloader. I know it's

Re: [android-developers] Re: Barcode Scanning application can't create .apk instead it creating .jar

2012-02-22 Thread Aadi Rockzz
thanks... -- 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

Re: [android-developers] Re: Barcode Scanning application can't create .apk instead it creating .jar

2012-02-22 Thread Kristopher Micinski
The top result for that query gives lots of information on how to accomplish it! kris On Thu, Feb 23, 2012 at 12:45 AM, Aadi Rockzz sakzk...@gmail.com wrote: thanks... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] delete an incoming SMS android

2012-02-22 Thread soheb somani
Hello, i am developing an android application and having following problem. when a new SMS arrives, my app will detect that (using broadcast receiver) and if that SMS contains password (match it with D.B.) then delete that particular SMS without reading it and run a particular activity.. thanx

Re: [android-developers] Re: Barcode Scanning application can't create .apk instead it creating .jar

2012-02-22 Thread Aadi Rockzz
I got the information's what thanks alot kris -- 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

Re: [android-developers] Re: Barcode Scanning application can't create .apk instead it creating .jar

2012-02-22 Thread Aadi Rockzz
I got the necessary information thanks alot kris -- 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

Re: [android-developers] delete an incoming SMS android

2012-02-22 Thread Kristopher Micinski
On Thu, Feb 23, 2012 at 12:59 AM, soheb somani sss.swe...@gmail.com wrote: Hello, i am developing an android application and having following problem. when a new SMS arrives, my app will detect that (using broadcast receiver) and if that SMS contains password (match it with D.B.) then delete

[android-developers] Re: How to swipe three images and on onclicking the image corresponding sound should come from image

2012-02-22 Thread moktarul anam
Hi Tiwari, 1. Onclick button and playing audio.. use button tag . in button tag store audio file name. and onclick get button tag (audio name) and play that audio. 2. for 3 inage swap.. use android drag and drop . ( first swar 1 and 2 then 2 and 3 ) Moktarul On Feb 23, 10:53 am, Yogeshkumar

Re: [android-developers] Re: How to swipe three images and on onclicking the image corresponding sound should come from image

2012-02-22 Thread Yogeshkumar Tiwari
Hi Moktarul, first of all i would like to thanks you for considering my question.Actually i have to swipe the image when user click on any image corresponding sound should come. i used to implement this using a view flipper it works but when last image come it rollback to first

[android-developers] Re: Bluetooth (RFComm) and broken phones

2012-02-22 Thread gjs
Hi, Try turning BT off on, then see if it connects ok. Regards On Feb 23, 9:50 am, eehouse ho...@gmail.com wrote: I'm modifying a board game app to allow play via Bluetooth.  I'm testing on a stack of devices from Samsung, Kyocera, Motorola and HTC.  Consistently the HTC phone

Re: [android-developers] Acitivity finish when rotating written in Sencha Touch + Phonegap

2012-02-22 Thread 涂涛
I will give you a android reference about activity,you can see the configuration changes part about the device changes happen. http://developer.android.com/reference/android/app/Activity.html see the Configuration Changes part. On Thu, Feb 23, 2012 at 8:41 AM, SH sung...@identityhive.com wrote:

Re: [android-developers] Re: Notification and PendingIntents

2012-02-22 Thread 涂涛
if you want to persist your data,you must use somthing like database(SQLiteDatabase in android),or you can use SharedPreference. On Wed, Feb 22, 2012 at 11:41 PM, TreKing treking...@gmail.com wrote: On Wed, Feb 22, 2012 at 9:12 AM, Kookamonga site...@yahoo.ca wrote: But at the same time,

[android-developers] when internet connection don't exists, show me massage. please help!!

2012-02-22 Thread muhammad.ume...@hotmail.com
Hi, My app is depends on internet, so I want that if the mobile is not connected to internet then my app show the message to the user that internet not connected and exit the application. give me any suggestion. Thanks and Regards, umer -- You received this message because you are

[android-developers] Re: when internet connection don't exists, show me massage. please help!!

2012-02-22 Thread Seshu
Hi Umer, Use this method private boolean isNetworkAvailable() { ConnectivityManager connectivityManager = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); NetworkInfo activeNetworkInfo = connectivityManager.getActiveNetworkInfo(); return

Re: [android-developers] when internet connection don't exists, show me massage. please help!!

2012-02-22 Thread Kristopher Micinski
On Thu, Feb 23, 2012 at 2:26 AM, muhammad.ume...@hotmail.com muhammad.ume...@hotmail.com wrote: Hi,    My app is depends on internet, so I want that if the mobile is not connected to internet then my app show the message to the user that internet not connected and exit the application. give me

Re: [android-developers] when internet connection don't exists, show me massage. please help!!

2012-02-22 Thread Mohd Hareef
Register one receiver for Network Changed action , so from this u will come to know any changes in the network happened or not? After that in that receiver check the Network is connected or not thro Wi-fi or Mobile networks , then display the message On Thu, Feb 23, 2012 at 12:56 PM,

RE: [android-developers] Re: when internet connection don't exists, show me massage. please help!!

2012-02-22 Thread Muhammad UMER
hi S.Seshu, Thanks for your great help, Please tell me how to exit form app when it return false.Thanks again. Regards, umer Date: Wed, 22 Feb 2012 23:36:02 -0800 Subject: [android-developers] Re: when internet connection don't exists, show me massage. please help!!

<    1   2