[android-developers] How to Sync Database Data to a Desktop Application without internet connection..

2012-10-12 Thread Aadi Rockzz
I have a Desktop Application on .net and i wanted to make an Android Application which will sync database data's with-out Using internet. In Android App i'm Storing Data in SQLite Database.Is there any way to sync my app Database with Desktop Application Using USB connection?? -- You

[android-developers] RDP for Android

2012-10-12 Thread Nirav Parmar
Hello everyone, I need to develop an app for remote desktop connection..searched a little about that but didn't found any good explanation or example.. Can anyone suggest a good staring point or some example which can guide ?? Thanks Regards, Nirav -- You received this message because you are

[android-developers] Re: Converting LAt Long to UTM

2012-10-12 Thread Karl Kristian Markman
On Thursday, October 11, 2012 7:53:22 PM UTC+2, Lew wrote: Karl Kristian Markman wrote: So here is the code I use to transform the Lat long to UTM ( in case anyone else wouders..) [code] public void convert (){ double a = 6378137; Strictly speaking, you should

[android-developers] How to Sync Database Data to a Desktop Application without internet connection..

2012-10-12 Thread Jxn
There exist a JDBC connection over USB that connect an SQLite on Android to desktop programs in Java. If that's usable from .Net I don't know. -- 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

2012-10-12 Thread avd
how to make animation app in android using JSON and ASynctask ,?,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 android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] [HELP] AVD does not show control keys (home button, keyboard, back)

2012-10-12 Thread Andreas
Dear all, since yesterday the control keys like home button, keyboard etc. are not shown any longer if I launch a device. The complete right part of the emulator shown in picture http://developer.android.com/images/emulator-wvga800l.png is missing. I cannot remeber that I did anything with the

[android-developers] android app development

2012-10-12 Thread avd
*Hello everyone ,i am trying to make a animation app ,,, and i want to use json parsing to read image path and its animation .?.plz help * -- 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] Google Play Payout Reports

2012-10-12 Thread Qnext
*Hi.* *I can see my payout reports going back 6 months, but I desperately need the 6 months before that, does anyone know how to get those reports?* -- 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: testing in app billing - I can't repurchase after refunding

2012-10-12 Thread Andrew Kao
Any news from Google on when this would be fixed? On Thursday, September 6, 2012 4:39:27 PM UTC-7, spocky12 wrote: Thanks god I found your post. It's been 2 days I started implementing in-app billing and I really thought it would never be done. Now I know I'm not crazy and that there's

[android-developers] Getting my buttons to work.

2012-10-12 Thread Dragon
I have been trying for about 3-4 days trying to get my buttons to work and I feel like an idiot because I can't seem to solve my problem. The code I'm showing here is from the second page of my app. I am trying to get the buttons to work by showing a Toast so that I can further develop it by

[android-developers] Reliability of android for large application development

2012-10-12 Thread Anup
Hello everyone, I am egar to know whether is it good to develop a large application for industrial usage on android ? What all possible difficulties i can come across while doing so, because our application will have large business logic, connectivity with hardware and also large amount of

[android-developers] Google Map Not working in the Real Deceive.

2012-10-12 Thread askl
*Hi all,* *I've developed an application using google map API. That map application working properly in the Emulator. But it is not running in the real device. How can i fix that problem. Just give me some guild lines. (MapView Component)* -- You received this message because you are

[android-developers] Spinner original text

2012-10-12 Thread Ankush Aggarwal
How can make a Spinner show a particular text before the user chooses an item from the list? -- 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

[android-developers] Close old tasks of app when I start an activity by NEW_TASK flag

2012-10-12 Thread Akos Balint
Hi All, I have a serious problem, I have to start/control activities via service, and for activities I use local broadcast messages to update the UI. When I send a broadcast message, it is received by lots of receivers, but I only want to get it received by the topmost activity. I tried to

[android-developers] Re: New to Android App Development need Advice in Designing UI

2012-10-12 Thread avluis
While I do not like to advertize for anyone, except maybe friends, I have been using this here: CommonsWare http://commonsware.com/ It may be the very best I have come across to getting me started on android app development. And they just updated to version 4.2. On Tuesday, October 9, 2012

[android-developers] Re: How to perfectly simulate the Nexus 7 inside the SDK emulator.

2012-10-12 Thread avluis
While I can't provide you with all the technical details, this is what I do know: No Telephony API as you mentioned. No External Memory (as in internal only). No Rear-facing camera (just a front-facing camera). Factory DPI is set to 213. Has NFC chip. http://www.google.com/nexus/#/7/specs And

[android-developers] Android GCM: delay in service

2012-10-12 Thread Aditya Adusumalli
Hi All, Recently in one of our application we have noticed that the messages sent to GCM are getting delivered to the device with significant delay (atleast 10 - 15 mins). The observation is that the delay is occurring for Indian devices and not for US devices. Is this expected? Secondly,

[android-developers] Re: the Welcome to Android Development window doesn't appears

2012-10-12 Thread avluis
Can you provide your development platform (Mac OSX 10.X.X, Linux flavor, or WIndows ver and build). Also, can you verify on eclipse about eclipse Installation details Installed software look for Android Development Tools in that window. On Tuesday, October 2, 2012 10:21:47 PM UTC-5, Marco

[android-developers] Screen dim events in android

2012-10-12 Thread Arun M R
*Is there any methods to catch screen dim in 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] How can I use both Adapter and Gesture smoothly

2012-10-12 Thread Aamer Bassmaji
Hello How can I use both listAdapter and Gesture smoothly Thanks Sensor Aamer Bassmaji -- 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,

Re: [android-developers] startActivityForResult() from service

2012-10-12 Thread Anthony Prieur
Create a custom facade for the built in SL4A RPC server as explained here: https://code.google.com/p/android-python27/wiki/TutorialHowToCreateCustomRpcFacade And POST the result back to Java from you Python script e.g. droid.myResult(xxx) Le jeudi 11 octobre 2012 14:27:17 UTC+2, Archana a

[android-developers] Re: Converting LAt Long to UTM

2012-10-12 Thread Karl Kristian Markman
Lew is this more what you are looking for?? Also I have a link to the forumla I usedhttp://www.uwgb.edu/dutchs/usefuldata/utmformulas.htm public void onLocationChanged(Location location) { lat = Math.toRadians(location.getLatitude()); // Latitude in radians lng =

Re: [android-developers] How to Sync Database Data to a Desktop Application without internet connection..

2012-10-12 Thread Anees Thyrantakath
Can you Please Provide me the Docs or related Links So that i can check whether it will help to Solve the issue.. -- 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

[android-developers] official backup/restore docs test example doesn't work?

2012-10-12 Thread Chris Grebeldinger
In the documentation: http://developer.android.com/guide/topics/data/backup.html#Testing It recommends testing backup/restore of your application by: 1. installing your app 2. make sure backup/restore is enabled 3. changing some data and calling dataChanged() 4. forcing bmgr to run a backup pass

[android-developers] Use WebView as ViewGroup

2012-10-12 Thread traitree
Hello, Can I use a webview as a viewgroup. Let me explain. I would like to have access to the html elements (button, text, link, ...) of the webview to remove or otherwise. the solution, I think is to consider the view as html elements that are part of the same viewgroup (webview). but I do not

[android-developers] [FD]Book searching by photo.

2012-10-12 Thread bender brau
Do it possible to search book by photo? I hope - yes cause then opening any book sometimes i need to fast search some data without access to desktop PC. Use case with android mobile look's simple: 1.)Create photo, 2.)Found the book by photo, 3.)Search inside the book Was it present in any

[android-developers] How to track interaction with menu items created by ShareCompat.configureMenuItem?

2012-10-12 Thread Christopher Lichti
Hi guys, I like the user experience for sharing provided by ShareCompat.configureMenuItem. Instead of a basic chooser, it embeds drop-down sharing selection right in my app's action bar. It even remembers the most recently used share target and adds a button for it to my actionbar, so,

[android-developers] Javascript media player not working on Android (working on browsers and iOS)

2012-10-12 Thread barney
I am creating an app which plays audio using a JS audio player. The idea is to use Phonegap and deploy it on multiple platforms. It’s working fine on iOS, Firefox (when .ogg is used) and Chrome. When I try to run it using the Android emulator it doesn’t run. It does when I use a website

[android-developers] How to implement Async into my code ?

2012-10-12 Thread Kristof D.B
Hello, I am working on a andriod apk project when I was handeling the register/login settings I came on a issue where I don't now how to adjust my code ! My code: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import

[android-developers] restful webservice

2012-10-12 Thread nirisha bandaru
i am new to android ,how to use restful .net web service in 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] VoIP in framework

2012-10-12 Thread Carlos del Carpio Rojas
Hi does anyone working on native VoIP? i'm trying to research about it to implement a prototype. regards. -- 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

[android-developers] Running queries from android app to MS SQL Server 2008

2012-10-12 Thread Mark Morton
Hi Guys Ive searched the internet everywhere i can but dont get the answer i want, Im writing an app and it needs to query a sql server, it doesnt matter if its not secure as its not doing a lot but i cant be using the Web service that people are talking about. Is there a way of connecting

[android-developers] spread sheet

2012-10-12 Thread Nachi.R nach
hai i'm new to androidd platform, i want to create excel in android project..,i don't know to create plz help -- 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

[android-developers] How to replace free version by paid version of app

2012-10-12 Thread Bajrang Asthana
Hi, I am newbie in android.We have decided to launch our product in two versions i.e. free and paid. We have used concept of shared library to segregate free and paid version. could anyone please suggest how can we uninstall free version app by paid version or is it done automatically?

[android-developers] Re: Grow heap (frag case) for allocation

2012-10-12 Thread lino428
can u help me wiTh a step by step to increase my vm heap size in a htc g1 android running on 1.6 OS On Saturday, October 6, 2012 11:32:49 AM UTC+2, tj wrote: hello frnzz, In my project i am fetching a text file from row folder. file size is near about 3 MB. each and every time while reading

[android-developers] How can I change the package name of my apk?

2012-10-12 Thread Darren wall
Hi please can you help. To start with I'm new to app development so don't understand basically anything. A few months back I had a developer create an app for me, he then uploaded it to his developer account and all was good. Untill two months later when he removed it (Said his developer/

Re: [android-developers] Preferred way to prevent the layout (example included) from getting reset when the screen orientation changes?

2012-10-12 Thread Phu Hiep DUONG
I think that the solution of TreKing is the best that we can do. But it is not nice, because we always must to make persistence interface so that it can be serialize / deserialize anytime. It means that we cannot use for example CursorAdapter to populate data on list because it will not be

[android-developers] Android 4+ html5 canvas not redrawing

2012-10-12 Thread danfischer87
Hi, I am currently using PhoneGap inside an android application. I have an html5 canvas which I am drawing and animating objects on. It works great on Android 2.3, but on Android 4+ the canvas does not clear even though I am calling clear with my respective animation library. I have tried both

[android-developers] Supported locations for merchants for india

2012-10-12 Thread dilip vengsarkar
Hi friends, I am dilip from bangalore , India . we have a developed a paid app . recently google included excluded india from Supported locations for merchants. 1. I want to know the date when india will be included in Supported locations for merchants. 2. is there any other way to

[android-developers] Passing socket object to one or more activities

2012-10-12 Thread Ehtasham Azhar
i had one activity class in which i create a socket to communicate to remote server now my requirement increases and i want to create one more activity and i want to use that same socket object how can i achieve this .I m new in abdroid and i search for my problem before asking but i cant get

[android-developers] Ad hoc WiFi connection support on Android

2012-10-12 Thread Daniele Santanche
Hi, We are developing an Android application which needs to connect to a remote device using ad hoc WiFI connection. The ad hoc connection is for us mandatory because it is the only available mode the remote device can be reached on WiFi. I've made a lot of searches about the possibility to set

[android-developers] Android for Home

2012-10-12 Thread Daniel Tudor
It accured to me that Android's capabilities are limitless and therefore so are it's uses.I'm thinking about a technological platform, designed in the same way as Android, but tailor made to serve your house. Instead of buying incredibly expensive equipement, you can just buy 2 Android tablets,

[android-developers] Re: TTS / Jellybean

2012-10-12 Thread David Appledore
Same problem any solution? On Monday, July 23, 2012 11:37:53 PM UTC+9, Pent wrote: On my Nexus S European GSM 4.1, if not all possible languages are installed for the 'Google Text-to-speech Engine' then checking TTS data with this action... TestToSpeech.Engine.ACTION_CHECK_TTS_DATA

[android-developers] Re: How can I adjust the WiFi RF power to decrease the RF dBm

2012-10-12 Thread Alexander Konnoff
Check out http://forum.xda-developers.com/showthread.php?t=1505160 for info pertaining to reducing RF dBm from wifi interface from android. :) On Saturday, 17 March 2012 19:53:08 UTC-7, Tubuntu wrote: hello everybody, is there anybody to share some information to adjust the RF power of WiFi

[android-developers] What's the best design for a background thermostat?

2012-10-12 Thread Deeg
I'm in the process of writing an app that will act like a thermostat for an external cooker. The Android will connect to the cooker via an IOIO, monitor the temperature, and raise/lower the heat to keep the cooker at a set temperature. As I see it there are two components: 1) Service that

[android-developers] C2DM application server

2012-10-12 Thread Archana
Hi, I m new to C2DM. I would like to know more about the application server. https://developers.google.com/android/c2dm/#server describes the role of the server. Should I create a server application(using Java) ? We can use university server also. But how can it initiate POST requests? And also

[android-developers] Retaining a ListFragment state during ActionBar Tabs Navigation

2012-10-12 Thread Daniel Alvarado
Hey Guys! So I have been trying for a while but I cannot, for the life of me, understand how to retain a Fragment's state after navigating away from it (to a different tab on an ActionBar for example). So basically, I have an Activity, which has nothing on it, but an ActionBar with

[android-developers] problem to run android.bat sdk

2012-10-12 Thread gary
downloaded android sdk but when i run android.bat sdk got following error. Have searched for solution for a long time and tried many suggestions. Still not work. Please help. What have I missed. It is Window 7 Thanks! C:\products\Android\toolsandroid.bat sdk Exception in thread main

[android-developers] Android 4 Samsung Galaxy Tab 8.9 Wi-Fi + 3G (P7300)

2012-10-12 Thread Алексей Малинковский
When can i update my Galaxy Tab 8.9 Wi-Fi + 3G (P7300) to Android 4? -- 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] Re: SDK Manager does not fetch any package for installation (no error reported)

2012-10-12 Thread Justin Eltoft
I think I found the solution. 1. install the SDK as usual 2. find android.bat (for me it was in C:\Program Files (x86)\Android\android-sdk\tools) 3. open the file in an editor and go to the end of the batch file where it runs the final java command using the variable %java_exe% 4. Change

[android-developers] Slide animation in a listview right/left like samsung contact

2012-10-12 Thread Borja gonzalez
Hi I want to do an app that contains a listview and i want slide to remove the items like samsung notification bar. Do yo know how to do it? 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] Remote service killed while main process bound to it

2012-10-12 Thread Amit Schreiber
[ I postedhttp://stackoverflow.com/questions/12722794/remote-service-killed-while-main-process-bound-to-itthis on StackOverflow a few days ago but didn't get an answer to the main issue (only a workaround) ] On my Galaxy Nexus with Jelly Bean 4.1.1 (official) sometimes the OS goes on a

[android-developers] Lock Screen

2012-10-12 Thread Sarabjeet Singh Gaba
Hi, Can we customize the default lock screen of an Android device to show a custom News feed on the same? Regards, Sarabjeet Singh Gaba -- 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: Unable to recover key : Message when exporting android project using Eclipse for release

2012-10-12 Thread tenzia
Hello, can you fix this ? i've the same issue and i don't know how i can upload an update of an Android app to the market... Thanks El jueves, 3 de febrero de 2011 09:52:58 UTC-3, Manoj Kumar escribió: I am tried to export my project using eclipse. I have a keystore that I created using

[android-developers] plugin for Eclipse

2012-10-12 Thread Frank Arroyo
what is the perfect URL to download the official plugin for Eclipse (Juno) for mobile developers? -- El servicio de correo misena es soportado tecnológicamente por © Google y ofrecido por el Servicio Nacional de Aprendizaje – SENA de manera gratuita a todos los colombianos y en especial a

[android-developers] ANDROID_LOOP = true — how to avoid MediaPlayer looping audios with this metadata tag

2012-10-12 Thread Martin Dudek
I want to play device ringtones with MediaPlayer yet it seems when the metadata tag ANDROID_LOOP = true is set MediaPlayer is ignoring the call of the method *setLooping* mMediaPlayer.setLooping(false); and loops the audio in any case. Also the onCompletionListener method is not called. I

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-10-12 Thread Carl
If we compare these Google Maps keywords from the response supplied by B0b: Keywords: maps, navigation, places, latitude, directions, indoor maps, local search, Street View, traffic, transit with the ones that were considered to be objectionable by Google: *Keywords*: Secret Audio Recorder,

[android-developers] ViewPager subclass + onMeasure

2012-10-12 Thread Chris Sarbora
I'm trying to develop a ViewPager subclass that, among other things, limits itself to a specific aspect ratio (2:1 W:H), and accepts a BaseAdapter instead of only a PagerAdapter. I've built a PagerAdapter implementation that can take a BaseAdapter and translate to/from, without any apparent

[android-developers] button does not appear for new Android application in eclipse IDE

2012-10-12 Thread Alex Jiménez
Soy nuevo en esto, quiero empezar a desarrollar aplicaciones para Android e instalar el SDK de Android y el Eclipse Java EE Java 7u7 IDE para desarrolladores web, además de la instalación de plug-in android en eclipse, pero en la barra de tareas en el botón otra vez yo no te para hacer una

[android-developers] Re: junit classes in live Webkit code

2012-10-12 Thread Chris Sarbora
Hi William, I just checked and the offending code actually still exists in the AOSP master branch. If you feel strongly enough about it you may want to bring it to the attention of the Android Building group, or one more specialized toward the OS development, not just app development. Just

[android-developers] Get access to manifest.xml before installing the apk

2012-10-12 Thread Foi
Is there any way to retrieve manifest.xml of APKs from Google Play before installing the application? (in the same way that google play application retrieves uses-permissions list?) or Is it possible to download apks from Google Play without using its official application? thanks -- You

[android-developers] Record a video of my game

2012-10-12 Thread Jose Antonio Garcia Garcia
Hi all, sorry for my english, its very poor :) I am developing a game and I would like to record a short video of the game to send it by whatsapp. how could i save it? I have been reading about MediaRecorder class but the only examples that I find are about recording video with camera. I only

[android-developers] dragging Multiple object in Android

2012-10-12 Thread Jeffrey Bugahod
Hello guys, I am having hard time dealing with this project (Dragging Multiple Circle). I already made it, it works when all the circle is at the leftmost top of the screen but it seems not working when I started to re arrange the object using the graphical layout of main.xml are the

[android-developers] How to change ip settings of wifi hotspot?

2012-10-12 Thread john rayatech
I'm working on a mobile solution which uses wifi hotspot mode for communication. On htc sensation xe i found a feature that u can change wifi hotspot configuration(Deactivate DHCP and set static ip for the device) but on samsung galaxy tab p-5100 i could not find this feature In the other

[android-developers] Service that recieves touch coordinates

2012-10-12 Thread Viktor Lee
I m currently writing a service that can read click coordinates via a service. I m now able to recieve the coordinates and write them to an external file but the click is not being passed to the main application even with the use of FLAG_NOT_TOUCH_MODAL. This result in total no respond from

[android-developers] WebView setRotateX()/Y() glitch

2012-10-12 Thread Avetik Kazhoyan
Hi, I'm trying to rotate WebViews with setRotateX()/Y(). The view rotates but web page contents get cropped / messed up. Are setRotate methods applicable to WebViews? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] processName in remote service

2012-10-12 Thread Luke Weber
I'm running a remote service and an application in the main process. I have named my process in the manifest :remote for example. When I launch my application, it instantiates an app for both processes the main and service process(:remote). However inside the onCreate for my application,

[android-developers] Tracking Gps location in android

2012-10-12 Thread Binit
I am Stuck with a issue to get langitude and latitude, when i am trying GPRS methos it take more time to give the result(in many cases may be in hours), and when i try to calculate it by Cellid and lac, it work fine but not in all cases in some case i got value of cell id and LAC which are

Re: [android-developers] CacheManager Example

2012-10-12 Thread John Garber
How would you do this manually then? I'm in a similar situation and am definitely needing to handle caching. On Wednesday, July 22, 2009 6:48:16 PM UTC-4, Jason Proctor wrote: CacheManager is a WebKit thing, not an Apache HttpClient thing. AFAIK, HttpClient has no automagic caching. if you

[android-developers] Return From CTS Prompt

2012-10-12 Thread lordbhai
Hi All I am using android-cts-4.0.3_r3 on Windows with ICS Emulator. I am using the following command to execute a test package: java -cp

Re: [android-developers] C2DM application server

2012-10-12 Thread Aparna Bhure
hi C2DM is now deprecated for new accounts. please do GCM integration. it is similar to C2DM with few changes. yes u need a thrid party server for testing to test push like urbanairship or similar or develope your own server. On Oct 12, 2012 1:52 PM, Archana ramalingam.arch...@gmail.com wrote:

[android-developers] Style does not display in layout editor

2012-10-12 Thread Joe Seeley
I have created a custom style in my values/styles.xml and have set it as the default style for my application. In a couple of my layouts though, the layout editor does not show the style being applied within the layout editor which makes it difficult when trying to create my layout. When I

[android-developers] Re: android.os.NetworkOnMainThreadException in facebook wall post

2012-10-12 Thread Krekinha
Add this code in your Activity OnCreate method: if (android.os.Build.VERSION.SDK_INT 9) { StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build(); StrictMode.setThreadPolicy(policy); } More for

[android-developers] Re: intent extras

2012-10-12 Thread Grzegorz Patynek
If You want to know which Activity data is sent, You can send activity id in extras. In activity You create private variable: Activity A { private id = 'A'; } and then put extras Intent.putExtras('activityId','this.id') That will inform new activity about source. W dniu sobota, 6 października

[android-developers] Re: Is this the way to prefent ScrollView to overlap/go under the button bar?

2012-10-12 Thread EverythingTech96
If you do what Mike said, you will need to set the layout_height of the ScrollView to 0dp. On Wednesday, March 10, 2010 8:22:32 AM UTC-10, Mike dg wrote: You could try a linear layout as the top level layout and set the ScrollView layout_weight = 1 and the buttonbar layout to weight = 0;

[android-developers] Why would SIGSEGV crash occur in Galaxy S3 Android WebView?

2012-10-12 Thread Johnabre
I have a complex, interactive HTML5 in an Android WebView - and it works fine on basically all platforms except Galaxy S3. On Galaxy S3 (Android 4.0.4), once out of every 5 times or so, just after the load completes, /system/lib/libwebcore.so tries to access invalid memory and a Fatal signal

[android-developers] Re: File not found

2012-10-12 Thread Anbu Laxman
Hi, I am Anbu. Start the SDK manager as Administrator. -- - Right Click SDK Manager - Select Run As Administrator - Click the YES button if you need more details please mail me *laxman.a...@gmail.com*laxman.a...@gmail.com thanks On Sunday, September 2, 2012

[android-developers] Re: How can I change the package name of my apk?

2012-10-12 Thread Chris Sarbora
If you have the source code to the app, changing the package name is trivial. If you don't, it's not. That said, changing the package name of an app will result in it being a completely new app. Any existing installations will not upgrade nor recognize that your app is the same. On Tuesday,

Re: [android-developers] Spinner original text

2012-10-12 Thread Perumss Naren
Sample Project you can use this concept with a help of Boolean value u can archive the concept. public class SpinnerSampleActivity extends Activity { private String TAG = SpinnerHint; private Spinner typeSpinner; private static ArrayListString data = new ArrayListString();

[android-developers] Does higher version support all feature of lower version in android?

2012-10-12 Thread ML
1. i am building applications on 4.0 version of android. i want to know that this app will work on all the lower version of android? 2. i hv application on 2.0 version of android and in manifest file i hv specified min sdk-8 and max as 15 but when i run my app on 4.0 version android phone it

[android-developers] How to force app to do not take backup.

2012-10-12 Thread Himanshu Sharma
Hello, i use android:allowbackup=false but my app still taking backup. i want my app should not take backup. -- 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

[android-developers] Re: MTP performance

2012-10-12 Thread Luke Weber
fsync is the call to flush a buffer to disk so I think commenting it out would be ill advised unless you know what you're doing. You pay a small penalty for flushing to disk more often in most cases(see http://linux.die.net/man/2/fsync). As well: A successful close does not guarantee that the

[android-developers] Re: the Welcome to Android Development window doesn't appears

2012-10-12 Thread Marnus Breytenbach
I am having the same problem. -- 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] problem in alertDialog login

2012-10-12 Thread manjula pallewela
hi.i created a my app login using alertDialogs to user to enter username and password..but from there i cannot get user inputs using getText.toString() since they are editboxes.anyway is there a way to get those values to my activity.thanks -- You received this message because you are

[android-developers] ACTION_CALL from BroadcastListener

2012-10-12 Thread Martynas Jurkus
Hi, is there a way to start new call from BroadcastListener? I want to intercept current call and make a new call. I have added permissions, BroadcastListener to Manifes.xml. This is how I'm doing this. But nothing happens. Another activity starts, but call is not placed. Should I do it

[android-developers] NFC Tag is not opening URL in Browser

2012-10-12 Thread Micha
Hi! I already tried to post this issue before but i'm not sure if it worked so here's another try: I recorded an NDEF message on a Mifare Classic Tag that contains following URL: http://192.168.195.104/micha/?id=1234 It links to my webserver from where i'd like to read Data from a Database

[android-developers] Re: Google Maps API Key no map shown in app

2012-10-12 Thread Michael Schmid
Also make sure you have uses-permission android:name=android.permission.INTERNET/ in the manifest. -- 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

[android-developers] Android. Context menu showen transparent, when resuming SurfeceView not in current tab in TabHost

2012-10-12 Thread Maria Sharkina
Hello Guys, I want to use a View with SurfaceView as a Tab in TabHost. I had written a simple application, and mat a strange problem there. We have TabHost with 2 views: first one is a FrameLayout which contains SurfaceView, second one is a fake view - any View. The problem is in following: We

[android-developers] Application Crash using wsimport

2012-10-12 Thread rakesh ranjan
Hi Everyone I have done some coding in android , When i try to run it the application get stop. Please help me out of this. My Code is as follow. * package * com.example.testwebservices; * import * java.net.URL; //import javax.xml.namespace.QName; * import * android.os.Bundle; *

[android-developers] Android. Context menu became transparent, when resuming SurfaceView not in current Tab in TabHost

2012-10-12 Thread Maria Sharkina
Hello Guys, We have met a strange behavior in a very simple code, may be it is already known issue, and someone can advise us something. We have TabHost with 2 views: first one is a FrameLayout which contains SurfaceView, second one is a fake view - any View. The problem is in following:

[android-developers] Re: Video (VideoView) flickering and/or doesn't display on ICS (but works fine on Android = 2.x)

2012-10-12 Thread Deepak Samuel Rajan
even I am facing same problem as stated by Mathias anyone who know the solution ? -- 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

[android-developers] ADK Offline repository url

2012-10-12 Thread leonard ndegwa
Am looking to download the latest ADK's for all versions does some one have the latest url since wat am getting keeps missing the userdata.img file for ABI armeab so am thinkin that if i get the ;latest version ill be good Please help -- You received this message because you are

[android-developers] Re: SDK Manager does not fetch any package for installation (no error reported)

2012-10-12 Thread Matthew Anstey
Thanks Angelo very helpful! On Monday, 10 September 2012 12:55:55 UTC+1, Angelo Hannes wrote: I had the same issues. I'm behind a proxy but setting the host:port in the sdk manger options did not work. I solved my problem by starting the sdk manager via command line. I started it like

[android-developers] Android displays NDEF record content but does not open URL

2012-10-12 Thread Micha
Hi, i dont know if i'm right here, cause i'm not actually developing anything in Android. But I have a really urgent issue: I recorded an NDEF message on a Mifare Classic card that contains an URL which is the following: http://192.168.195.104/micha/?id=1234 The URL links to my home server

[android-developers] Read Card Swipe data in Android

2012-10-12 Thread Adeel Ansari
Hi, I want to make Application in which i have to read Card Swipe data . Card Swipe device attached with my Android and in my app i will read that card swipe data . Please help me out or give me some hint or article to solve this problem. -- You received this message because you are

[android-developers] Maximum memory usage by an Android app

2012-10-12 Thread navneet Upadhyay
I am writing a native library whose memory usage can peak up to 100-120 MB. Will this be a problem? Android documentation ( http://developer.android.com/reference/android/app/ActivityManager.html#getMemoryClass%28%29) says that we can use getmemoryclass() APi to find out approximate

[android-developers] Local speech recognition

2012-10-12 Thread nesrine
Is there any API to develop a speech recognition application in Jelly Bean wich works locally and does't require an internet connexion. If not , how is this possible ? thanks a lot -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Places API - API_KEY generation

2012-10-12 Thread Madhura Adawadkar
I have gone through the android documentation and other blogs related to using the Places API in an android application. Everywhere it suggests to use the API_KEY to call the REST service. The API_KEY being the same throughout the project/application. There is a limitation of 1000 requests per

[android-developers] Android. Context menu showen transparent, when resuming SurfeceView not in current tab in TabHost

2012-10-12 Thread Maria Sharkina
Hello Guys, I want to use a View with SurfaceView as a Tab in TabHost. I had written a simple application and met a strange problem. We have TabHost with 2 views: first one is a FrameLayout which contains SurfaceView, second one is a fake view - any View. The problem is in following: We select

[android-developers] how to load large image with quality, zoom in/out, draw shapes on it and save it.

2012-10-12 Thread ElMEC
Hi! I need to make an app that loads a large png file with quality, they are floorplans drawings, so, I need them with quality. Then I need to zoom it and draw shapes/bitmaps on it and save! - How can I load a large image and mantain the quality? - How can I zoom out it without out of memory?

  1   2   3   >