[android-developers] Re: Android adb permision error

2012-03-22 Thread Hera
Thank you so much introducing yours works!! This is, including OWNER and GROUP values On 21 mar, 15:27, Kostya Vasilyev kmans...@gmail.com wrote: FWIW, I remember seeing this with some (not all) of mydevices, even when my UPnP ids were correct. To fix, I specified my actual user and group

Re: [android-developers] Setting a daily Alarm via a BootReceiver

2012-03-22 Thread asheesh arya
possibly u r ryt probably not!!! -- 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] Can't get SdkControllerSensorActivity to compile

2012-03-22 Thread kingtut
I am trying to get the SdkControllerSensorActivity to compile to run on my device, I keep getting the following error: *The container 'Android Dependencies' references non existing library '[SDK_PATH]/tools/apps/SdkController/SdkControllerLib/bin/com_android_tools_sdkcontroller_lib.jar'

[android-developers] Emulator errors in SDKControllerLib

2012-03-22 Thread kingtut
I am trying to get the hardware emulationhttp://tools.android.com/tips/hardware-emulationworking with the new SDK, but when I add the SDKControllerLib and the SDKControllerSensorActivity projects I keep getting the following error: *The method run() of type new Runnable(){} must override a

RE: [android-developers] one time Registration after installation of an application??

2012-03-22 Thread Muhammad UMER
Hi TreKing, Thanks for your help, I have searched about SharedPreferences and it's gud thing, but it is used as session. This will not remove data even app kill. I want ask, 1) Can it remove data when the cell is close mean shut down? in my case i don't want to

[android-developers] How to place controls properly inside of a custom list view.

2012-03-22 Thread Put_tiMe
I have a custom list view. Each row needs to have a text on the left, and then an image on the extreme right hand side. My problem is that I'm not able to place the image on the extreme RHS. My XML file for the row looks like this: LinearLayout android:layout_width=fill_parent

[android-developers] Does ICS have a different XML layout for custom contact sync adapters?

2012-03-22 Thread borisb13
I have a custom sync adapter that uses a custom layout in /res/xml/contacts.xml to display some of the contact fields in the stock contacts app. Here is a generic version of the XML: ContactsSource xmlns:android=http://schemas.android.com/apk/res/android; ContactsDataKind

[android-developers] Re: How to screen capture through fb0?

2012-03-22 Thread bafett
the reason is that:the frame buffer supports page-flip(double framebuffer).so you can't get the right address. On 2月14日, 下午5时40分, bluestar bluestar8...@gmail.com wrote: Dear Sir: I use the source code from frameworks\base\cmds\screencap to do screen capture If using

[android-developers] Re: Application to allow selected application to connect to the internet via 3G

2012-03-22 Thread Hamza
I am trying to develop a similar application and am having trouble progammatically disabling 3G on a device. It would be great if you can share how you managed to do that? On Feb 8, 9:58 am, Anil Jagtap anil.so...@gmail.com wrote: You cannot do that On Feb 7, 10:31 am, Nwanna Anthony

[android-developers] Sync Android app with Outlook

2012-03-22 Thread ashok kumar
Right now I am having an Android application which was developed by me. Now I need to sync some of the app details with the Outlook. For example a part of my application is a To Do list. I want to sync this list with Outlook Calender. How can I do this? Any available snippets are there? Thanks in

[android-developers] Re: Android adb permision error

2012-03-22 Thread liuyix
Have the same problem on one of my android phones.But the other android phone I got doesn't have this problelm. 在 2012年3月20日星期二UTC+8下午7时59分49秒,Hera写道: Hello, I have installed the android SDK but I’m getting an error when using a hardware device, executing “./adb device$ I get this error:

[android-developers] Sending GPS coordinates to a server

2012-03-22 Thread bhuvan
Hi Iam doing a project on vehicle tracking , For which i have chosen the cheapest method of tracking, that is by using an android mobile with an application which could send the coordinates of the locations to a server, from there i could access the coordinates and overlay them on a map . So what

[android-developers] how to make a button stay in state_pressed style

2012-03-22 Thread Alisson Wilker
Hello, everyone. I'd like to get a button to behave as a tab, in which, as it is pressed, it changes the content of the view and stays highlighted, indicating that the content is related to that button. The problem is: how can I get the button to stay in state_pressed, getting the style from

[android-developers] SAXParserFactory.newInstance() Problem

2012-03-22 Thread Alexey Sinyutin
Good time. I have problem with SAXParserFactory.newInstance();. I have error look like : SAXParserFactory.newInstance cannot be resolved to a type Ccode: try{ URL website=new URL (fullUrl); SAXParserFactory spf=new SAXParserFactory.newInstance(); -only in this line i have error

[android-developers] Re: RuntimeException thrown from Camera.autoFocus()

2012-03-22 Thread Linda Zhang
Was a solution to this problem ever found? I am running into the same issue, but only on 4.0 devices. On pre-ICS devices my code runs fine. On Jan 30, 1:21 am, Marcin Mikosik marcin.miko...@gmail.com wrote: Hi, I received a few crash reports through developer console that shows

[android-developers] Programmatically disable 3G/Mobile Data

2012-03-22 Thread Hamza
Hi! I am trying to develop an application that smartly manages wifi vs 3g for a user. I am looking for a way to totally disable 3G on a device (similar to how a user can do it in the settings, but programmatically instead). Specifically, I need a way to do this on Android 4.0. How can an app

[android-developers] Valid google account OAuth 2 token in Android

2012-03-22 Thread Oleksandr Andriichenko
I have a problem with google account OAuth 2 tokens. We need token for access account information (numeric id, email, user name) After request getAuthToken(account, SCOPE, options, mContext, getAuthTokenCallback, null) in AccountManager, token is not available for access to account information.

[android-developers] steps for compile and build FFMPEG lib for android and access FFMPEG lib in android using JNI

2012-03-22 Thread hiren
Hello All, 1) I am planning to build FFMPEG lib for Android. Can anyone tell me steps how to build FFMPEG lib for android and make sample application. 2) I have 3 .cpp and 3.h file which use FFMPEG lib. and finally i have to call methods of those three files from another .cpp file to make my

[android-developers] Automatic error report feature in android not working?

2012-03-22 Thread Fabian
Hey guys, in android 2.2 google introduced the error report feature to android ( http://android-developers.blogspot.de/2010/05/google-feedback-for-android.html). I´ve developed an app, and it crashes on one phone without giving the opportunity to send the error report. It just shows a dialog:

[android-developers] Compile an Android application which is integrated in the Android firmware with root privileges

2012-03-22 Thread laurent delosieres
Dear Everybody, I am sure that there is an easy way to solve this problem but I am running out of ideas. I have an application that is integrated in the Android firmware (android_src/packages/apps/MyApp). This application is compiled by using the command mmm packages/apps/MyApp. However I would

[android-developers] regarding the url format to access the database

2012-03-22 Thread chaitanya lakshmi k.b
can we use the specified url http://localhost/blood_donation/ Reg.php for accesing database from the local server i -- 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

[android-developers] Re: Custom Menu Layout

2012-03-22 Thread Francisco
Thanks for sharing. -- 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

[android-developers] How to set state_selected for initially selected item in gallery

2012-03-22 Thread Joachim
I have a gallery with textviews. The initially selected item doesn't have state_selected. Even textview.setSelection(n) doesn't help. Is there a work around? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Media store

2012-03-22 Thread aman...@gmail.com
I'd like to add image format capability to Android. I'm aware of how to set an intent filter, but I'd like to have the capability to load all available files on storage, much like the Gallery app does. I don't want it to be on a file-by-file intent basis. Is there a way to get access to a new

[android-developers] Statistics of Google Play

2012-03-22 Thread eTeacher Marketing
Hi, Recently, I've uploaded 2 apps to google play. I wish to follow the download rate and to see performance reports. I use www.appfigures.com for my iPhone apps stats. Can anyone recommend me a good way to measure the activity in Google Play? Thanks -- You received this message because you

[android-developers] Re: Looking for information on the Fragment dump() method (FragmentManager too)

2012-03-22 Thread Daniel Robertson
I made a blog post with a basic example of how to use this relatively unknown function. Hope it helps! http://daniel-robertson.tumblr.com/post/19639827728/how-to-debug-your-fragments-using On Sunday, February 27, 2011 5:17:29 PM UTC-5, davemac wrote: Both of these classes have a dump() method

[android-developers] qr code application

2012-03-22 Thread Anton
Hello guys, I am doing a dissertation with regards to a mobile payment system using qr code. For this system I obviously need a QR code reader. Do you guys know of an API which enables you to read and decode this QR code? Or maybe a simple application which I can modify to my needs? I have found

[android-developers] Instalation of FDTI Driver in Android

2012-03-22 Thread JB
I'm working with FTDI driver FT232R to comunicate with my pc, but now I want to comunicate with my android tablet (sony table S). I already red the technical note (TN_134 FTDI Android D2XX Driver) and I already did all step less change de ueventd.rc file in the line dev/bus/usb/* 0660 root usb

[android-developers] Re: loading PNG data to WebView

2012-03-22 Thread Karthika Mylsamy
have u used webview.loadData() from a Bitmap instance and displayed the bitmap image in webview? On Wednesday, September 23, 2009 10:23:03 AM UTC+5:30, rukiman wrote: I have an instance of Bitmap that I want to load into the WebView. How can I do this? I do not want to call

[android-developers] Webview masking onclick events

2012-03-22 Thread riv
I have a simple page [www/index.html]: body div data-role=page id=page1 div data-role=content a id=btnSave data-role=button data- transition=fade data-theme=b href=# Button /a /div /div script

[android-developers] Redirect my app to network setting if the device is not connected to any Network??

2012-03-22 Thread muhammad.ume...@hotmail.com
Hi, Please help me, my application is network base. So if my app not found any network connection it will go to network settings. how? Thanks and Regards, umer -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] android UI : How to make 3 tap bars ?

2012-03-22 Thread Mohammed Elsabry
i would like to know the perfect way to make a 3 tap bars like the image in the following linkhttp://www.freeimagehosting.net/b3wva when you press on any item of the top bar it changes the items in the third bar -- You received this message because you are subscribed to the Google Groups

[android-developers] ANDROID APP FOR YOUTUBE

2012-03-22 Thread BADDY247
Hi, I am an aspiring android developer. I would like to know information regarding making the 'youtube' app for andorid. Any material or help regarding this would be really great. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: ListView header/footer problem

2012-03-22 Thread Jason Tian
I've had a similar problem. And here is my solution: Put the header/footer in another wrapper layout (e.g. a FrameLayout maybe), and set this wrapper to be the header/footer. Hope it works. 在 2012年3月19日星期一UTC+8下午2时56分31秒,gropapa写道: hello guys, I have an expandableListView in wich i add a

[android-developers] SDK related

2012-03-22 Thread Sunil.K
Hi, I am trying to download android sdk for my windows xp. Facing few problems which I am struck from past few months I have installed Eclipse, installer_r16-windows.exe (android sdk installer). when I click on SDK Manager.exe, it tries to download sdk for me but throws following error : Fetching

Re: [android-developers] free publisher account

2012-03-22 Thread Srihari Yamanoor
Yes, I believe the main thrust behind the $25 is to keep spammers and others at bay at least a bit.. Srihari On Wed, Mar 21, 2012 at 11:18 AM, Justin Anderson magouyaw...@gmail.comwrote: Be grateful that it is a one-time low fee... Apple charges a yearly fee that is much more than that and

Re: [android-developers] which framework is best for to develop cross platform mobile applications?

2012-03-22 Thread vamsi Vamsi
Hi Lakshmi, I have tried PhoneGap , and its pretty good http://phonegap.com/ On Wed, Mar 21, 2012 at 12:34 PM, Anirudh Loya loya.anir...@gmail.comwrote: Check previous mails. Already lots of discussion happened on this topic . On Wed, Mar 21, 2012 at 1:59 AM, nvlakshmi vakiti

Re: [android-developers] video not playing in mdpi devices..

2012-03-22 Thread vamsi Vamsi
Hi Vani. the problem might be due to resolution of the video. you might want to re-size the resolution of your video and try . On Wed, Mar 21, 2012 at 9:25 PM, vani reddy vani.reddy.bl...@gmail.comwrote: HI friends, I have a video in mp4 format its playing in hdpi devices but not in mdpi

[android-developers] Eclipse IDE

2012-03-22 Thread Subramanya S
I want to download Eclipse IDE for Java Developers for Mac OS X 10.6.8 Snow Leopard. I want know which Eclipse Indigo i want to download is it Mac OS X 32 Bit or Mac OS X 64 Bit for Mac OS X 10.6.8 i am using MacBook My Processor is 64-bit, Intel Core 2 Duo. But I don't know weather it is

Re: [android-developers] free publisher account

2012-03-22 Thread vamsi Vamsi
to add to TreKing's reply, if you are from India, you cannot release paid apps in the market on your own, even after paying the fees. On Wed, Mar 21, 2012 at 8:53 PM, TreKing treking...@gmail.com wrote: 2012/3/21 νιяιη¢нソ joinvir...@gmail.com Is it mandatory for a developer to buy an

[android-developers] Automation of android application with apk using Robotium

2012-03-22 Thread Praful Purohit
Hi All I have tried demo application its working fine. But now i am trying to test a different apk without source code. I am facing issues in launching that apk from Test project from using eclipse (ADT) after installation of that apk in device/Emulator. And also facing issues in finding which

[android-developers] Re: Android 3.0 DownloadManager

2012-03-22 Thread Rambalac
Yep, the same problem четверг, 21 апреля 2011 г. 19:24:10 UTC+9 пользователь King Sun написал: when i use DownloadManager in android 3.0 sdk, for example : DownloadManager.Request re = new DownloadManager.Request(url);

[android-developers] Re: BufferedInputStream buffer size

2012-03-22 Thread Harritius
I have same problem. Desktop version of my application works, but not android version. I am reading like this: while (inBuff.ready()) { sLine = inBuff.readLine(); } On Monday, July 5, 2010 4:31:23 PM UTC+10, burzum_rus wrote: Hi all! I use BufferedInputStream in my code: socket =

[android-developers] ImageButton onClick Change Image and Resize

2012-03-22 Thread Pelon Sinpelo
I have an imageButton of size 52x24, this image will be change size when loading: ImageButton blueButton = (ImageButton) findViewById(R.id.button_blue_normal); LayoutParams lpb = new LayoutParams((int) (52 * 1.25),(int) (24 * 1.25)); lpb.setMargins((int) (15 * 1.25), (int) (75 * 1.25), 0, 0);

[android-developers] [CTS-2.3-R12] MediaStress test fail for Vp8R480x360LongPlayerTest

2012-03-22 Thread Pierre
Hello guys, I run android cts-2.3-R12 test and then got Vp8R480x360LongPlayerTest item failed. The cts command is shown as below: start --plan CTS -p android.mediastress.cts.Vp8R480x360LongPlayerTest The test case would play a webm file, but it will crash when playing at any time. Here is the

[android-developers] Links Fail After Zoom

2012-03-22 Thread mduffy215
I have a very simple app that is based on HTML5 web pages. Whenever I zoom in/out on a page all the navigation links fail to work; sometimes the entire app locks up. This is a fatal bug. We cannot deploy with this behavior. This is similar to another bug reported in WebView last October:

Re: [android-developers] Valid google account OAuth 2 token in Android

2012-03-22 Thread Nikolay Elenkov
On Wed, Mar 21, 2012 at 2:23 AM, Oleksandr Andriichenko oleksandr.andriiche...@gmail.com wrote: I have a problem with google account OAuth 2 tokens. We need token for access account information (numeric id, email, user name) After request getAuthToken(account, SCOPE, options, mContext,

[android-developers] what would be the base optimal throttle and seed for an application using monkey test?

2012-03-22 Thread droigons
Dear Experts: I am running monkey test on my application using following command adb shell monkey -p com.droigons.mygps --throttle 1000 --monitor- native-crashes --kill-process-after-error -s 1000 -v 50 test.txt what would be the base optimal throttle and seed for an application?

[android-developers] Previous MapActivity is not shown/refreshed on clicking back from current MapActivity

2012-03-22 Thread Shajahan
I have 2 MapActivity (let call it M1 M2) 1st one (M1) -- no of geo points with pins and on clicking any of the pin take you to the other M2 with more details. Now when click BACK button from M2 to go to previous M1, then the M1 is not shown correctly or not refreshing. Please help. -- You

[android-developers] Re: How to screen capture through fb0?

2012-03-22 Thread Pent
shot, and as of 3.0 the command for taking a screen shot and internal Java implementation use a different mechanism that always qworks. What is the 'command for taking a screen shot' ? Thanks, Pent -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: SMS as techinque for chatting

2012-03-22 Thread Ali Chousein
I hv created an application that send and receive but couldnt mk these msgs as chatting? What's so difficult about it? You already have all SMS messages you wish to display on the screen. You need to understand how you should design your UI. You have to make choices how your UI should look like

Re: [android-developers] qr code application

2012-03-22 Thread ANKUR GOEL
hi You will find the result for qr code in zxing in capture activity . Have a look in that particular activity .. Thanks Ankur On Wed, Mar 21, 2012 at 11:11 PM, Anton anton.mical...@gmail.com wrote: Hello guys, I am doing a dissertation with regards to a mobile payment system using qr

[android-developers] how to get data from framebuffer

2012-03-22 Thread bafett
I need capture data from framebuffer(/fb0).because my platform support double buffer framebuffer.how can i get the buffers included by Framebuffernativewindow -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How to store a JPG remote file into the phone internalMemory/sdcard?

2012-03-22 Thread saex
I need to add a new functionality into my app. I must store a lot of JPG images from internet into the Phone. If the phone haves sdcard, the JPG files must be stored on the sdcard. If not, they must be stored on the internalMemory, only if the phone haves space to do it. Then, i should do

Re: [android-developers] SAXParserFactory.newInstance() Problem

2012-03-22 Thread Kostya Vasilyev
Um, new SAXParserFactory.newInstance(); would be a constructor call to instantiate an inner class of SAXParserFactory, called newInstance: public class SAXParserFactory { public class newInstance { public newInstance() { } } } ... and there is no such thing. In other words, since

Re: [android-developers] Re: Android Project development cost

2012-03-22 Thread Daniel Drozdzewski
Recommendation2: Consider offers other than $x/hr, as those give the vendor incentive to be late. Divide the project into handful of stages, and pay for each completed stage, where both sides agree on 'completeness criteria'. It will encourage the communication between both sides too, which is

[android-developers] Re: On Reciving SMS Calling Web Service.

2012-03-22 Thread ravindra bhavsar
Hello developers, I want call web service on if particular word is found in message.but it shows null pointer exception. //sms Receiver code import android.content.BroadcastReceiver; import android.content.Context; import

Re: [android-developers] Previous MapActivity is not shown/refreshed on clicking back from current MapActivity

2012-03-22 Thread Kostya Vasilyev
http://code.google.com/intl/ru/android/add-ons/google-apis/reference/com/google/android/maps/MapActivity.html Only one MapActivity is supported per process. Multiple MapActivities running simultaneously are likely to interfere in unexpected and undesired ways. -- K 22.03.2012 12:41,

[android-developers] Hello everyone, i couldn't figure out what this error in the logcat means!!!

2012-03-22 Thread Soyer
03-22 06:23:21.295: E/AndroidRuntime(1941): java.lang.IllegalStateException: ArrayAdapter requires the resource ID to be a TextView the problem is in this couple of lines: mNewDevicesArrayAdapter = new ArrayAdapterString(this, R.layout.textviewlayout); // Find and set up the

[android-developers] NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Yasin YILDIRIM
Today I updated my ADT and SDK Tools to v17 and my projects using Google's gson jar library started to throw NoClassDefFoundError. Here's the logcat: 03-22 12:30:58.941: E/AndroidRuntime(21672): FATAL EXCEPTION: main 03-22 12:30:58.941: E/AndroidRuntime(21672): java.lang.NoClassDefFoundError:

Re: [android-developers] Re: Android Project development cost

2012-03-22 Thread asheesh arya
i will do 100us$ per minute!! -- 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] NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Mark Murphy
You can try: http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17 On Thu, Mar 22, 2012 at 6:39 AM, Yasin YILDIRIM yasinyildirim...@gmail.com wrote: Today I updated my ADT and SDK Tools to v17 and my projects using Google's gson jar library started to throw

Re: [android-developers] Re: Android Project development cost

2012-03-22 Thread old new
10¥/hr [?] 2012/3/22 asheesh arya asheesharya...@gmail.com i will do 100us$ per minute!! -- 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

Re: [android-developers] Compile an Android application which is integrated in the Android firmware with root privileges

2012-03-22 Thread Mark Murphy
Questions regarding the firmware belong on http://source.android.com and the Google Groups listed there. This list is for developing applications with the Android SDK. On Tue, Mar 20, 2012 at 3:53 PM, laurent delosieres laurent.delosie...@gmail.com wrote: Dear Everybody, I am sure that there

Re: [android-developers] Statistics of Google Play

2012-03-22 Thread Jim Graham
On Tue, Mar 20, 2012 at 07:56:59AM -0700, eTeacher Marketing wrote: Recently, I've uploaded 2 apps to google play. I wish to follow the download rate and to see performance reports. I use www.appfigures.com for my iPhone apps stats. Can anyone recommend me a good way to measure the activity

[android-developers] Re: Previous MapActivity is not shown/refreshed on clicking back from current MapActivity

2012-03-22 Thread Shajahan
Thanks Kostya Vasilyev for your reply. On Mar 22, 3:27 pm, Kostya Vasilyev kmans...@gmail.com wrote: http://code.google.com/intl/ru/android/add-ons/google-apis/reference/...   Only one MapActivity is supported per process. Multiple MapActivities running simultaneously are likely to

Re: [android-developers] SDK related

2012-03-22 Thread Mulsaniya Bhadresh
any friend which is in android with u and it has installed all the version which is required? Take its android sdk and give simply path of that sdk inside eclipse.And start to develop ur application. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Handler vs custom CallBack class

2012-03-22 Thread dakishin
Hi all, could you explain me differences between android.os.Handler class and my own CallBack class. Usecase of Handler: void do(Handler handler){ new Thread(){ void run(){ Message message=handler.obtainMessage(); message.obj=new Result();

[android-developers] Re: Can't get SdkControllerSensorActivity to compile

2012-03-22 Thread Harshad
On Thursday, 22 March 2012 13:12:58 UTC+5:30, kingtut wrote: I am trying to get the SdkControllerSensorActivity to compile to run on my device, I keep getting the following error: *The container 'Android Dependencies' references non existing library

[android-developers] Re: Can't get SdkControllerSensorActivity to compile

2012-03-22 Thread Harshad
On Thursday, 22 March 2012 17:15:06 UTC+5:30, Harshad wrote: On Thursday, 22 March 2012 13:12:58 UTC+5:30, kingtut wrote: I am trying to get the SdkControllerSensorActivity to compile to run on my device, I keep getting the following error: *The container 'Android Dependencies'

[android-developers] Android build and target versions

2012-03-22 Thread Neilz
I've seen various questions related to the different between the minSdkVersion and the targetSdkVersion, and I understand the principle here. My question is more related to how you handle new android versions, and what you should specify then. Scenario: I built my app a year ago, when 2.3.3

Re: [android-developers] which framework is best for to develop cross platform mobile applications?

2012-03-22 Thread Anirudh Loya
What made you say PhoneGap is good? Tell its merits? On Wed, Mar 21, 2012 at 4:05 PM, vamsi Vamsi va...@partialbits.in wrote: Hi Lakshmi, I have tried PhoneGap , and its pretty good http://phonegap.com/ On Wed, Mar 21, 2012 at 12:34 PM, Anirudh Loya loya.anir...@gmail.comwrote: Check

[android-developers] Re: NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Yasin YILDIRIM
It worked! Thanks :) On Mar 22, 1:03 pm, Mark Murphy mmur...@commonsware.com wrote: You can try: http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-... On Thu, Mar 22, 2012 at 6:39 AM, Yasin YILDIRIM yasinyildirim...@gmail.com wrote: Today I updated my ADT and

Re: [android-developers] Re: NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Kostya Vasilyev
Just updated to tools 17 and got this in most projects: Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor And The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object.Fix the build

[android-developers] What will happen then press power button while video recording!?

2012-03-22 Thread AndroidFans
Hello everyone, I am developing a video software, everything is fine, but i am confused what will happen then press power button while video recording!? Is the mediarecorder object paused or stop? When press the power button again, the phone resumed, is the mediarecorder object will resume ?? Any

[android-developers] Greetings

2012-03-22 Thread kamil
Hello all, I just joined this group. I am new to Android and Eclipse and am now trying to find out about the specifics of android programming. I am now trying to write a program that utilises SQLite but for the time being without luck. I am hoping to get some help from this group but before I send

[android-developers] Relative position (offline)

2012-03-22 Thread magodiez
Hi, I'm trying to figure out what is the best way to determine the relative position of another phone (Its position compared to mine). The phones will be in a WifiP2P range, so they can communicate with each other. I want it to be offline, if possible. I've thought a couple possible solutions:

[android-developers] How to read Peoples address in android 4.0 platform

2012-03-22 Thread Sandeep Nemuri
am working on an application in which i have to fetch the Postal or Home address of any contact from the contact list. I want to open contact list and when i click on any contact item I should get its Postal Address or Home address in return. But I am not able to figure it out. I am using OS

[android-developers] Any quick start recipes for SQLite?

2012-03-22 Thread Kamil Dursun
Hi, I am trying to make a program that will use SQLite. I am using the SQL commands to create a database and some tables. I have understood that the db file should reside in my data/data/package/databases folder but when I click to /data folder in the file manager of Eclipse, I see nothing. The db

[android-developers] How to read Peoples address in android 4.0 platform

2012-03-22 Thread Sandeep Nemuri
i am not able to find any code for reading peoples address from address book in android 4.0 platform . can any 1 help me ?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Luca Morettoni
On Thu, Mar 22, 2012 at 11:39 AM, Yasin YILDIRIM yasinyildirim...@gmail.com wrote: Today I updated my ADT and SDK Tools to v17 and my projects using Google's gson jar library started to throw NoClassDefFoundError. I have the same problem, after the upgrade I see that the apk created with ADT

Re: [android-developers] NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Luca Morettoni
On Thu, Mar 22, 2012 at 12:03 PM, Mark Murphy mmur...@commonsware.com wrote: You can try: http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17 thanks! -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net |

[android-developers] Transfer store/checkout account from individual to company

2012-03-22 Thread Rob
Hi, I have sold my android business to a limited company, and I'd like to change the checkout account so that payments now go to this company, rather than to me. At the moment, I'm paid to a US bank account. In the future I'd like payments to go to a UK company accound. Is there a way to do

Re: [android-developers] Re: Android Project development cost

2012-03-22 Thread Nadeem Hasan
You are not taking this seriously are you? Because none of us are. -- 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: Android Project development cost

2012-03-22 Thread Anirudh Loya
How can you say none of us ?.. I am very serious ! $XXX per hour ! On Thu, Mar 22, 2012 at 6:51 PM, Nadeem Hasan nha...@nadmm.com wrote: You are not taking this seriously are you? Because none of us are. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Android instrumentation testing, how to start with clean database all the time

2012-03-22 Thread Dirk Vranckaert
I did not really found the answer, but I did find a solution (or another way to reach my target :) ). See my answer at StackOverflow.com = http://stackoverflow.com/questions/9804917/android-testing-start-with-clean-database-for-every-test/9823600#9823600 Op woensdag 21 maart 2012 09:26:56

[android-developers] Loader Manager behaviour problem

2012-03-22 Thread Sudeep Sharma
Hi, Please help me on this. I have my own class similar to CursorLoader which extends AsyncTaskLoader. I need to do multiple queries to network so I am using LoaderManager callbacks. I do not use ForceLoadContentObserver in my implementation, instead i use normal ContentObserver. 1. I do

Re: [android-developers] SWF file

2012-03-22 Thread bob
Well, I got this to work if I have something called SWF Player installed: Intent intent = new Intent(); intent.setAction(android.content.Intent.ACTION_VIEW); File file = new File(/mnt/sdcard/test.swf); intent.setDataAndType(Uri.fromFile(file) , application/x-shockwave-flash);

Re: [android-developers] Re: Android Project development cost

2012-03-22 Thread Kristopher Micinski
On Thu, Mar 22, 2012 at 9:39 AM, Anirudh Loya loya.anir...@gmail.com wrote: How can you say none of us ?.. Because the premise of the group dictates it won't be used for spammy commercial purposes such as these... kris -- You received this message because you are subscribed to the Google

[android-developers] How to tell is Bluetooth SCO is available?

2012-03-22 Thread RedBullet
What's the proper way to determine is Bluetooth SCO is available? I am guessing that one just needs to call startBluetoothSco() and then listen for the status intent? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] one time Registration after installation of an application??

2012-03-22 Thread TreKing
On Thu, Mar 22, 2012 at 2:58 AM, Muhammad UMER muhammad.ume...@hotmail.comwrote: 1) Can it remove data when the cell is close mean shut down? No, Preferences are saved across sessions. They are removed if the app is uninstalled, along with the rest of the app data. in my case i don't want

[android-developers] How to detect motion on android device

2012-03-22 Thread Hery Irawan
Hi, I want to create motion detection app, but I still have a problem with my code Here my code: package com.iseng; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import android.app.Activity;

[android-developers] Re: onActivityResult not being called

2012-03-22 Thread Joey Selah
Actually excuse me, I've mixed the classed up some how. Below is the correct code: public class BrewJournalEdit extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

Re: [android-developers] How to detect motion on android device

2012-03-22 Thread TreKing
On Thu, Mar 22, 2012 at 9:32 AM, Hery Irawan irawanfi...@gmail.com wrote: I want to create motion detection app, but I still have a problem with my code And what is this problem? You understand that saying you have a problem, posting a giant blob of code, and not actually explaining said

Re: [android-developers] Alert dailog-- outer layout appears curled in mobile

2012-03-22 Thread TreKing
On Thu, Mar 22, 2012 at 8:03 AM, arun kumar arun.kata...@gmail.com wrote: Alert dailog looking different in emulator and mobile So? There are a million Android devices. Most get customized, so the default style of things, including dialogs, will be different from device to device, and

Re: [android-developers] Transfer store/checkout account from individual to company

2012-03-22 Thread TreKing
On Thu, Mar 22, 2012 at 7:44 AM, Rob rob.jon...@gmail.com wrote: Is there a way to do this? Wrong forum. http://support.google.com/googleplay/android-developer/?hl=en - TreKing

[android-developers] Re: Dev Environment - maven-android-eclipse

2012-03-22 Thread Ricardo Gladwell
Hi Ted This is possible, please see the Android Connector for M2E (Maven for Eclipse): http://rgladwell.github.com/m2e-android/ Regards... -- Ricardo Gladwell ricardo.gladw...@gmail.com http://www.google.com/profiles/ricardo.gladwell Twitter: @rgladwell On Wednesday, March 21, 2012 4:17:41

Re: [android-developers] Any quick start recipes for SQLite?

2012-03-22 Thread TreKing
On Thu, Mar 22, 2012 at 6:14 AM, Kamil Dursun kamildur...@gmail.com wrote: I have understood that the db file should reside in my data/data/package/databases folder but when I click to /data folder in the file manager of Eclipse, I see nothing. The db file has not been created. Any ideas?

Re: [android-developers] Programmatically disable 3G/Mobile Data

2012-03-22 Thread Yaron Reinharts
Hi, I was looking for the way to disable/enable 3G too. This is what I came up with: 1) There is no API for this. 2) There are enough examples of how to achieve that using some techniques (for example (http://stackoverflow.com/questions/3644144/how-to-disable-mobile-data-on-android). 3) No

Re: [android-developers] Android build and target versions

2012-03-22 Thread TreKing
On Thu, Mar 22, 2012 at 6:58 AM, Neilz neilhorn...@gmail.com wrote: Should I update my project to build with the newer version? No. If it ain't broke, don't fix it. Should I change the targetSdkVersion? Do you want to target a newer version? If not, no. If it ain't broke, don't fix it.

  1   2   3   >