Re: [android-developers] Android Market crashes after uploading an upgrade of my app at market

2010-10-11 Thread TreKing
On Wed, Oct 6, 2010 at 7:34 PM, sai skir...@gmail.com wrote: I was surprised to see 8 screen shots instead of 2. Where? On the Android Market? On your Dev Console? What were they screenshots of? 4 duplicates of your original 2? When I tried to download updated version of my app on my device

[android-developers] Re: Exception every time I launch the application

2010-10-11 Thread Pankaj
Thanks, I found the reason for the exception. I was using a custom theme and I needed to extend the parent theme in the xml. Now the exception seems to be gone :) On Oct 10, 5:32 am, DanH danhi...@ieee.org wrote: Also keep in mind that one occasionally slips up (or Eclipse slips up) and the

[android-developers] Re: HelloWorld.... now what?

2010-10-11 Thread Robert Green
Skip straight to the custom 3D FPS engine :) On Oct 11, 12:48 am, Rocky rkjhaw1...@gmail.com wrote: Hey, go through the java code, xml code, and try to understand the flow, and replace hello world to ur customize text, then go through the developer.android.com for there u may find lots of

Re: [android-developers] Proper way to use Non-Extended Classes?

2010-10-11 Thread TreKing
On Thu, Oct 7, 2010 at 2:23 PM, Ehask ehas...@gmail.com wrote: Always results in constructor not defined? Where? What line is giving you the error? Also, if it's not a typo, you cannot call getSharedPreferences() like that, so that would be a problem.

Re: [android-developers] Re: Host not resolved issue

2010-10-11 Thread Rajesh Pelluru
Log cat : 10-11 11:39:02.699: WARN/System.err(303): com.try.messaging.traveler.TmException: Host is unresolved: mo22.moproxy.com:5001 10-11 11:39:02.699: WARN/System.err(303): at com.try.messaging.traveler.TmSession.startTmMessage(TmSession.java:502) 10-11 11:39:02.708: WARN/System.err(303):

Re: [android-developers] how to set text into spinner in java

2010-10-11 Thread TreKing
On Sat, Oct 9, 2010 at 11:19 AM, ohad srur ohads...@gmail.com wrote: i have tried : spinnerType_expense.setContentDescription(Payments); or spinnerType_payment.setSelection(4); setSelection works fine for me. If it's not working for you, perhaps you're

[android-developers] Google, when can you stop your stupid political show?

2010-10-11 Thread nubin...@gmail.com
Google, I know you are against Chinese communists, but when will you stop black listing a language used by 1.4 billion innocent continuously suppressed non free Chinese who so long for your patronising love and care and non-evilness? Specifically, why is Simplified Chinese not available in the

Re: [android-developers] I can not find that error in my development device but it raised when i upload my application to market

2010-10-11 Thread TreKing
On Sat, Oct 9, 2010 at 7:36 PM, ehabkandeel ekand...@gmail.com wrote: is the number behinde which exist beside each line can help me ? If you're asking what I think you're asking, the line at the end of each line tells you the line in the code that corresponds to each entry in the stack

Re: [android-developers] Uninstall survey results

2010-10-11 Thread TreKing
On Sun, Oct 10, 2010 at 5:57 PM, Curran thecurra...@gmail.com wrote: Is there any way I can get hold of these results for my app, because I think they'd be quite useful and it seems silly for the dev not to? They would be quite useful, and it is quite silly not to show the stats to the

[android-developers] External Storage File Creation Problem

2010-10-11 Thread Goutham P N
Hi Everyone, I'm new to android development, the following is the code that am using to create a small text file on the external storage. but the problem is its saying can't read nd can't write.. Can any one help me out.. please Note : bollo() is a method with has a toast to display on the

Re: [android-developers] Can any one help me to break large Html file to small html files in java

2010-10-11 Thread TreKing
On Sun, Oct 10, 2010 at 5:57 PM, Miguel Morales therevolti...@gmail.comwrote: This should be absolutely easy to do using javascript. Not sure why you need help with something so basic. Basic to you may very well be advanced to the OP - who know if he's even ever touched javascript? If it's

[android-developers] Progress Dialog on application load

2010-10-11 Thread RKJ (Android developer)
Hey, I want a progress dialog before launching the apps, once click on application, first ProgressDialog will come for 5 sec then actual application. --RKJ -- 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: Host not resolved issue

2010-10-11 Thread pramod.deore
Did you add the INTERNET permission to your manifest file? On Oct 11, 11:15 am, Rajesh Pelluru mail2pell...@gmail.com wrote: Log cat : 10-11 11:39:02.699: WARN/System.err(303): com.try.messaging.traveler.TmException: Host is unresolved: mo22.moproxy.com:5001 10-11 11:39:02.699:

Re: [android-developers] Application Testing Group anyone?

2010-10-11 Thread TreKing
On Fri, Oct 8, 2010 at 4:27 AM, Sanjay Parekh objectprofession...@gmail.com wrote: Comments? As metal says, we're all busy making our own apps, so testing other apps even for the same favor in return is not likely to happen. And even if you got a good number of people, they may not put the

Re: [android-developers] Re: Host not resolved issue

2010-10-11 Thread Rajesh Pelluru
Yep and I gave below permissions: uses-permission android:name=*android.permission.READ_PHONE_STATE*/ uses-permission android:name=*android.permission.INTERNET* / uses-permission android:name=*android.permission.WRITE_SETTINGS* / On Mon, Oct 11, 2010 at 12:10 PM, pramod.deore

Re: [android-developers] Google, when can you stop your stupid political show?

2010-10-11 Thread TreKing
On Mon, Oct 11, 2010 at 1:19 AM, nubin...@gmail.com nubin...@gmail.comwrote: This is just stupid!!! Agreed. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit

Re: [android-developers] External Storage File Creation Problem

2010-10-11 Thread TreKing
On Mon, Oct 11, 2010 at 1:32 AM, Goutham P N pn.gowt...@gmail.com wrote: the problem is its saying can't read nd can't write.. First, have you obtained the external media permission? - TreKing

Re: [android-developers] Progress Dialog on application load

2010-10-11 Thread TreKing
On Mon, Oct 11, 2010 at 1:38 AM, RKJ (Android developer) rkjhaw1...@gmail.com wrote: I want a progress dialog before launching the apps, once click on application, first ProgressDialog will come for 5 sec then actual application. OK. So what's the problem?

[android-developers] Re: Host not resolved issue

2010-10-11 Thread pramod.deore
Try setting permission as uses-permission android:name=android.permission.android.permission.INTERNET / this instead of uses-permission android:name=*android.permission.INTERNET* / On Oct 11, 11:44 am, Rajesh Pelluru mail2pell...@gmail.com wrote: Yep and I gave below permissions:

Re: [android-developers] Flash games for Android is it possible?

2010-10-11 Thread Zhihong GUO
If you have the actionscript source code of the game, you can build the game to android native application by AIR. otherwise you can have a try to reuse the flash file in an empty flash project 2010/10/11 Miguel Morales therevolti...@gmail.com You might be able to create an application with a

Re: [android-developers] Progress Dialog on application load

2010-10-11 Thread Rocky
this is my code onCreate() { myProgressDialog = ProgressDialog.show(iAnywhere.this,Please wait..,Checking setting, true); new Thread() { public void run() { try{ // Do some Fake-Work

[android-developers] Re: Simulating USB connection

2010-10-11 Thread FrankG
IMHO you need a powered usb hub and a usb controled power supply for this hub. Then you can switch on and off the hub very fast. Most devices react on VBUS detection, means they do no differ between vbus connected and usb enumerated. Good luck ! Frank On 8 Okt., 13:42, { Devdroid }

Re: [android-developers] Can any one help me to break large Html file to small html files in java

2010-10-11 Thread Miguel Morales
I did, it's called javascript. On Oct 10, 2010 11:35 PM, TreKing treking...@gmail.com wrote: On Sun, Oct 10, 2010 at 5:57 PM, Miguel Morales therevolti...@gmail.com wrote: This should be ... Basic to you may very well be advanced to the OP - who know if he's even ever touched javascript? If

Re: [android-developers] Re: scrollbar drawable not appearing properly

2010-10-11 Thread kavitha b
ya,thanks It is appearing somewat better than before now. On Mon, Oct 11, 2010 at 11:27 AM, Kumar Bibek coomar@gmail.com wrote: I think I mentioned that your image dimensions should be square... :) On Mon, Oct 11, 2010 at 11:24 AM, kavitha b kkavith...@gmail.com wrote: Hi Kumar, I

[android-developers] how to send a image from one process to another

2010-10-11 Thread mani
Hi all, I am looking for sending a image ( fav icon from browser ) to Notification service. I couldnt do successfully, as there are some problems with parcelable class. public class Notification implements Parcelable public Notification(Bitmap icon)-- I wrote this new api

[android-developers] Re: Running static analysis on an Android device

2010-10-11 Thread Tez
Hi Daniela, You might want to look at the Kirin Safe installer research paper from Penn state University. McDaniel et al.\ They have a form of static analysis by checking permission combinations at install time. From the paper, you will get an idea of how thing work. cheers, Earlence On Oct

[android-developers] Re: Incoming call recording

2010-10-11 Thread Tez
You might try to switch on the microphone when a call is received and record audio. It is not possible to access the actual voice stream as it is handled by the baseband processor independently. cheers, Earlence On Oct 8, 3:32 pm, Amit Mangal forum.amit.man...@gmail.com wrote: Hi Is this

[android-developers] Re: Capture Android softkeyboard events

2010-10-11 Thread Tez
write your own keyboard and place it in your activity layout. thats what I did. cheers, Earlence On Oct 6, 12:48 pm, Bobby phani.bo...@gmail.com wrote: Is there a way I could capture the Keyevents of a softkeyboard(qwerty usually) ? I need the keyCode of the key pressed, so can't really rely

[android-developers] Re: How do i simulate a touch on the soft keyboard?

2010-10-11 Thread Tez
try using the monkey tool. On Oct 4, 6:24 am, CG Tan cgfu...@gmail.com wrote: I am trying to simulate a touch on the soft keyboard, how do i do that? I try injectPointerEvent but it fail. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Understanding the Transaction mechanism

2010-10-11 Thread Tez
Hi, Is there any article/paper that describes the transaction mechanism, why it is needed and how it works? eg: the ActivityManagerService class -E -- 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: CTS Test plan Query

2010-10-11 Thread rhakuma
Hi Uander, Try using SDK with previous version. (e.g. SDK_r6, SDK_r5) Using SDK_r7, I got the same result with yours. Thank you, rhakuma. On 9월16일, 오후9시56분, Uander uandro...@gmail.com wrote: Hi All , I am running cts plan on cts console using command : start --plan CTS Console Logs are

[android-developers] Re: Advertising network

2010-10-11 Thread Bruno Rørdam
Thanks for the recommendations. I will put an eye on MobClix, looks interesting. Someone tried The Kinetik?? (http://www.thekinetik.com/) looks interesting also. Is like a Cool Apps network with the concept of the credit exchange. Regards On Oct 11, 2:55 am, Rocky rkjhaw1...@gmail.com wrote:

Re: [android-developers] Re: Host not resolved issue

2010-10-11 Thread Rajesh Pelluru
Do u want me use android.permission twice in android:name ?? On Mon, Oct 11, 2010 at 12:23 PM, pramod.deore deore.pramo...@gmail.comwrote: Try setting permission as uses-permission android:name=android.permission.android.permission.INTERNET / this instead of uses-permission

[android-developers] Does anyone know how to read market place statisctic in an app...

2010-10-11 Thread Sanjay Parekh
is isas simple as going to a url / api from an intent and reading the data from the market place? Anyone have any ideas how I can get the raw datat of my apps statistics so I can updae a view on them - a chart for example? Thanks Sanjay -- You received this message because you are subscribed to

Re: [android-developers] Re: Host not resolved issue

2010-10-11 Thread Brad Gies
Why do you have the * in the permission? uses-permission android:name=*android.permission.INTERNET* / Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com

[android-developers] Re: I can not find that error in my development device but it raised when i upload my application to market

2010-10-11 Thread ehabkandeel
ok how can i use these numbers ? some thing like 1284 , what does it mean ? , it means the number of line code ? On Oct 11, 8:21 am, TreKing treking...@gmail.com wrote: On Sat, Oct 9, 2010 at 7:36 PM, ehabkandeel ekand...@gmail.com wrote:  is the number behinde  which exist beside each line

Re: [android-developers] Re: Host not resolved issue

2010-10-11 Thread Rajesh Pelluru
Sorry It's typo mistake , I copied from my eclipse editor and I got stars... My actual settings uses-permission android:name=android.permission.READ_PHONE_STATE/ uses-permission android:name=android.permission.INTERNET / uses-permission android:name=android.permission.WRITE_SETTINGS

[android-developers] Re: Host not resolved issue

2010-10-11 Thread pramod.deore
Ohh so sorry I just mean remove * and use as uses-permission android:name=android.permission.INTERNET / On Oct 11, 1:19 pm, Brad Gies rbg...@gmail.com wrote:   Why do you have the * in the permission? uses-permission android:name=*android.permission.INTERNET* / Sincerely, Brad Gies

[android-developers] Autofill in local webview

2010-10-11 Thread perumal316
Hi All, I have written an application to load a webpage using a local webview. In the app I have also included some buttons. The idea is in the loaded webpage need to insert some data in their fields. Eg. In Gmail, need to insert username. So when the user clicks on the button it will autofill

[android-developers] Can we send the data to usb port

2010-10-11 Thread pramod.deore
will it possible to send data from application to usb device (some pen drive). If yes then how? please provide some docs or link. Thanks -- 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] Re: Host not resolved issue

2010-10-11 Thread Rajesh Pelluru
I am using like that only.. On Mon, Oct 11, 2010 at 1:59 PM, pramod.deore deore.pramo...@gmail.comwrote: Ohh so sorry I just mean remove * and use as uses-permission android:name=android.permission.INTERNET / On Oct 11, 1:19 pm, Brad Gies rbg...@gmail.com wrote: Why do you have the * in

[android-developers] Re: AppWidget on receive method and documentation

2010-10-11 Thread arnouf
I think the issue was the debug mode :) When phone is not connected apparently the phone is lot loaded by my widget. best. On Oct 9, 11:03 pm, Kostya Vasilyev kmans...@gmail.com wrote:   2Mark: Ummm. AppWidgetProvider is a subclass of BroadcastReceiver, not Service. As such, it has no

[android-developers] when we write words in editText, i want to know toggle state in virtual keyboard

2010-10-11 Thread jongnam!~
hi i have some problem when i'm developing application please answer me about the problem T.T when writting words in EditText i want to know EditText state about toggle state in virtual keyboard for example in 9x9 virtual keyboard we can touch a, can change the 'a' to 'b' or 'c' by toggling at

[android-developers] MP4 video problem

2010-10-11 Thread Ahmed Shoeib
hi all, i want to play mp4 video on android . using intent this is the code i used to play mp4 file : Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.parse(http://www.apphuset.no/ skiprepper/video/rex/6.mp4), video/mp4); startActivity(intent);

[android-developers] android internationalization problem

2010-10-11 Thread Ahmed Shoeib
hi all, now i now how to make my application internationalization the problem in : i wanna to test it if the language is Norwegian but i can't find it on my simulator . how to Add Norwegian Language To my Application ? thanks -- You received this message because you are subscribed to the

[android-developers] Re: Can we send the data to usb port

2010-10-11 Thread pramod.deore
Or will it be possible to write or read data to UART. On Oct 11, 1:45 pm, pramod.deore deore.pramo...@gmail.com wrote: will it possible to send data from application to usb device (some pen drive). If yes then how? please provide some docs or link. Thanks -- You received this message

[android-developers] Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
Hi Everyone, I have created a directory and even a file in that directory on the external storage, I am able to read and write into that but the problem is they are not visible on the emulator i.e, in the phone. What might be the reason. -- You received this message because you are subscribed

Re: [android-developers] Directories and Files on External Storage are invisible

2010-10-11 Thread Kumar Bibek
You mean the data directory of your app? That wouldn't be visible to anything else other than your app componennts. On Mon, Oct 11, 2010 at 2:58 PM, Goutham P N pn.gowt...@gmail.com wrote: Hi Everyone, I have created a directory and even a file in that directory on the external storage, I am

[android-developers] Re: Problem when starting translucent activity from Broadcast receiver.

2010-10-11 Thread felix
I have tested at HTC Desire now as well and there is no problems at that device either. I can't find any qualifier for localization based on phone model. (http://developer.android.com/guide/topics/resources/providing- resources.html) Is there a way to turn off Translucent theme on only the

[android-developers] Click on Home icon need to start application from beginning

2010-10-11 Thread RKJ (Android developer)
Hi, I want to to start the application from beginning, once i click on home button. Now, If i click on home button, and i want to again open the application it preserve the initial state, and automatically ll go there, But I want it will start from beginning. thanks --RKJ -- You received this

[android-developers] Error when HTTPConnection

2010-10-11 Thread kavitha b
Hi All, I am getting this error frequently when making HTTPConnection. Sometimes it connects and sometimes not. I have tried with various link.It behaves same with all. What may be the cause? W/System.err( 1845): java.net.SocketException: The operation timed out W/System.err( 1845): at

Re: [android-developers] android internationalization problem

2010-10-11 Thread { Devdroid }
On 11 October 2010 11:12, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i wanna to test it if the language is Norwegian but i can't find it on my simulator . it only means you can't easily test your localizaion in simulator. But it won't affect the app itself. You can add preferences so

[android-developers] Re: Host not resolved issue

2010-10-11 Thread karteek
3. Instead of localhost , i used ipaddress of the machine means are you running any apache server. Is your apache server is running?. I did some application with apache server which is running on my machine and able to access without port number example http://myip/sample.xml Check your server

[android-developers] Re: Advertising network

2010-10-11 Thread Yahel
Ah I thought the name was familiar : Is Avril your sister or just the fake top-model avatar you made yourself on linked-in ?? :D As for mobclix, you should maybe read this blog post before choosing...The comments are gold : http://www.androidsx.com/admob-vs-mobclix-2nd-round/ Take care :D

[android-developers] Re: android internationalization problem

2010-10-11 Thread Yahel
i wanna to test it if the language is Norwegian On the emulator I wouldn't know, but on actual device, simply download more locale from the market and set the locale you want to be in. Its instanteneous and works very well. That's what I use to test my localization. Yahel -- You received

[android-developers] Re: http POST request problem

2010-10-11 Thread karteek
Inorder to pass data using http post we need to set content-Type field in http header. Otherwise the server won't recognize your data which have been sent by parms. Try with the following Example httppost.setHeader(Content-Type,your content type supported by u r server); On Oct 11, 4:11 

[android-developers] Error when HTTPConnection

2010-10-11 Thread kavitha b
Hi All, I am getting this error frequently when making HTTPConnection. Sometimes it connects and sometimes not. I have tried with various link.It behaves same with all. What may be the cause? W/System.err( 1845): java.net.SocketException: The operation timed out W/System.err( 1845): at

[android-developers] Re: Can we send the data to usb port

2010-10-11 Thread pramod.deore
As I know we can create a file only in application or at under sdcard. And I think uart is detected at /dev/tty directory. So it is impossible to create file in uart. Is am I write? or we can't create file in UART but read or write them? 2) Normally on Linux UART is detected at /dev/tty1 but when

[android-developers] Re: Error when HTTPConnection

2010-10-11 Thread pramod.deore
did you write permission in manifest as uses-permission android:name=android.permission.INTERNET / On Oct 11, 4:17 pm, kavitha b kkavith...@gmail.com wrote: Hi All, I am getting this error frequently when making HTTPConnection. Sometimes it connects and sometimes not. I have tried with

[android-developers] Activity, ActivityManagerService, ActivityManagerNative interaction

2010-10-11 Thread Tez
Hi, I want to understand how the following components interact say, from activity startup through normal operation to shut down. Activity, ActivityManagerService ActivityManagerNative Cheers, Earlence -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Error when HTTPConnection

2010-10-11 Thread kavitha b
Thanks for the response. I am able to connect to Server through HTTPConnection.I have included permission. Most frequently i get Socket Connection Error. It times out very frequently. Like I am doing a online streaming application.It will play for sometime and after afterwards it will close

[android-developers] Re: writing Events into Google Calendar in Android failed

2010-10-11 Thread Jens
You're adding an event that's not linked to a row in the calendars table for one. Typically you need to set the value of calendar_id to something. This something better be a valid _id value from the calendars table or your app will just be filling the provider with crap. If you're going to be

Re: [android-developers] Activity, ActivityManagerService, ActivityManagerNative interaction

2010-10-11 Thread Mark Murphy
Questions regarding the Android open source code are best asked on a Google Group pertaining to the Android open source code: http://source.android.com/community/index.html On Mon, Oct 11, 2010 at 7:35 AM, Tez earlencefe...@gmail.com wrote: Hi, I want to understand how the following

Re: [android-developers] MP4 video problem

2010-10-11 Thread Mark Murphy
If you are trying this on an emulator, that is expected behavior. The emulator requires very fast hardware to play back videos. I recommend anyone who is serious about video playback on Android should develop and test using actual devices. On Mon, Oct 11, 2010 at 5:08 AM, Ahmed Shoeib

[android-developers] Re: External Storage File Creation Problem

2010-10-11 Thread Goutham P N
oh! Thank you.. thanks for the information.. but the problem now is the directory that I have created(I changed the code little bit to create direcotory) is not visible, I mean I cant see it in the Gallary.. What might be the problem -- You received this message because you are subscribed to the

[android-developers] Regarding toast messages

2010-10-11 Thread ameya dandekar
Hi, In my app , i have used 'Toast' to show various messages for user on a certain wrong action. It works absolutely perfectly on 1.5 devices but on some devices of 2.1 like *samsung europa* etc. , the toast messages are getting broken . My code for creating toast and showing is as follows :

[android-developers] SocketTimeoutException thrown frequently

2010-10-11 Thread kavitha b
Hi all, i am doing a internet radio,and i keep getting this error often in the mid while playing from url. How to avoid this? W/System.err( 3098): java.net.SocketTimeoutException: The operation timed out W/System.err( 3098): at

Re: [android-developers] BroadcastReceiver not working for Car Dock

2010-10-11 Thread Mark Murphy
On Sun, Oct 10, 2010 at 10:57 PM, zachariahyoung zpyo...@gmail.com wrote: I'm testing the code by click on the phone Car Home app.  Would this not be the same thing as docking the phone? No, they are not the same. You will need a device and a car dock, AFAIK. -- Mark Murphy (a Commons Guy)

Re: [android-developers] Regarding toast messages

2010-10-11 Thread Mark Murphy
On Mon, Oct 11, 2010 at 7:53 AM, ameya dandekar ameya...@gmail.com wrote:     In  my app , i have used 'Toast'  to show various messages for user on a certain wrong action. It works absolutely perfectly on 1.5 devices but on some devices of 2.1 like samsung europa etc. , the toast messages are

[android-developers] Re: BroadcastReceiver not working for Car Dock

2010-10-11 Thread zachariahyoung
What should my intent filter look like? Also is there a way to make the file dock via a adb command? Thanks On Oct 11, 6:54 am, Mark Murphy mmur...@commonsware.com wrote: On Sun, Oct 10, 2010 at 10:57 PM, zachariahyoung zpyo...@gmail.com wrote: I'm testing the code by click on the phone Car

[android-developers] list of bluetooth paired devices

2010-10-11 Thread parag
hi what is the API to get list of all paired devices? thanks in advance -- 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 I Access Oracle Database Directly From my Android application

2010-10-11 Thread Goutham P N
Hi Everyone, I'm new to the android application development. I found some packages java.sql and javax.sql packages in the API of android while going through it. My doubt is can I access the Oracle Database directly using drivers. So what type of driver is used to connect. Please any one reply

Re: [android-developers] Can I Access Oracle Database Directly From my Android application

2010-10-11 Thread Kumar Bibek
You don't have an Oracle Database on an Android phone. Android has a DB named sqlite3. Read up about it and hope it satisfies your needs. On Mon, Oct 11, 2010 at 5:37 PM, Goutham P N pn.gowt...@gmail.com wrote: Hi Everyone, I'm new to the android application development. I found some packages

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
Yes, exactly I cant see it anywhere on the emulator, but I'm able to access the data on the SD Card that I have stored On Oct 11, 2:31 pm, Kumar Bibek coomar@gmail.com wrote: You mean the data directory of your app? That wouldn't be visible to anything else other than your app componennts.

Re: [android-developers] Re: BroadcastReceiver not working for Car Dock

2010-10-11 Thread Mark Murphy
On Mon, Oct 11, 2010 at 8:03 AM, zachariahyoung zpyo...@gmail.com wrote: What should my intent filter look like? AFAIK, this should work: intent-filter action android:name=android.intent.action.MAIN / category android:name=android.intent.category.CAR_DOCK / category

Re: [android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Kumar Bibek
data-data-packagename and there are your files... You can see it in the File manager view of the DDMS. On Mon, Oct 11, 2010 at 5:40 PM, Goutham P N pn.gowt...@gmail.com wrote: Yes, exactly I cant see it anywhere on the emulator, but I'm able to access the data on the SD Card that I have stored

[android-developers] Save User Data in android

2010-10-11 Thread Ahmed Shoeib
hi all, i want to know how to save user Data in android so i can retrieve it when staring and during the run of the application thanks . -- 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] Save User Data in android

2010-10-11 Thread { Devdroid }
On 11 October 2010 14:19, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi all, i want to know how to save user Data in android so i can retrieve it when staring and during the run of the application 1. user preferences data (simplier, key-val) 2. database (more complex) 3. both discussed

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
Is it possible to see it on the emulator? -- 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: Directories and Files on External Storage are invisible

2010-10-11 Thread Kumar Bibek
Not on Emulator, but through eclipse. On Mon, Oct 11, 2010 at 6:13 PM, Goutham P N pn.gowt...@gmail.com wrote: Is it possible to see it on the emulator? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
ok.. I have one more doubt. Like I'm working on Data Storage right now and is it possible for me to access remote database. If it is then what is the way to access it. Can you please tell me if you know. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Kumar Bibek
What exactly do you mean by accessing remote database? You want to view the tables of the remote database, or you want your app to be able to update and read from your remote database? On Mon, Oct 11, 2010 at 6:24 PM, Goutham P N pn.gowt...@gmail.com wrote: ok.. I have one more doubt. Like I'm

Re: [android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Mark Murphy
Wrap the remote database in some form of Web service (a REST interface works well), then access it via HttpClient or the older java.net HTTP APIs. On Mon, Oct 11, 2010 at 8:54 AM, Goutham P N pn.gowt...@gmail.com wrote: ok.. I have one more doubt. Like I'm working on Data Storage right now and

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
but there are java.sql and javax.sql packages in API no. Then what is the use of them then? -- 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] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
but there are java.sql and javax.sql packages in API, What is the use of them then? -- 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] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
I want to read some data in the remote database and also based on that data I got, I want to update the information in the database -- 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: Proper way to use Non-Extended Classes?

2010-10-11 Thread DanH
SharedPreferences pref =ctcx.getSharedPreferences(MyPref,Context.MODE_PRIVATE); On Oct 7, 2:23 pm, Ehask ehas...@gmail.com wrote: I have an app I am working on and being new to Android Dev I am running into a situation I have a Scores class not extended from anything (Activity,Service, etc)

Re: [android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Kumar Bibek
Does the docs say anything about this? On Mon, Oct 11, 2010 at 6:29 PM, Goutham P N pn.gowt...@gmail.com wrote: but there are java.sql and javax.sql packages in API, What is the use of them then? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Mark Murphy
On Mon, Oct 11, 2010 at 8:58 AM, Goutham P N pn.gowt...@gmail.com wrote: but there are java.sql and javax.sql packages in API no. Then what is the use of them then? I do not recommend the use of APIs designed for use on a high-reliability LAN in cases where you do not have a high-reliability

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
No, nothing regarding this is mentioned in the doc as far as I read. What is the way to access, is it like above mentioned, using web services only can we access the remote database? or is there any other way to access it. -- You received this message because you are subscribed to the Google

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
ok, Thank you. Then is there any other way or Web Services is the only way? -- 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

[android-developers] Menu and AlertDialog are not getting displayed on regaining the focus

2010-10-11 Thread Roj
Hi, I have one application in which I have only one Activity and 6 different frames (derived from FrameLayout). Using menu one can choose a particular frame. On each frame I have different views, user can go from one view to another and come back to the previous view (I am managing it with one

[android-developers] Error log

2010-10-11 Thread Diego Queiroz
Hi there, Is there a way to see the log error crashing my apps? I`m getting messages like ˜The application OMG has stopped unexpectedly. Please try again˜. And i really do not know what kind of error it`s exploding down there =/ Any terminal? Any eclipse window view? I tried debugging on

Re: [android-developers] Error log

2010-10-11 Thread iñaki
adb logcat? On 11 October 2010 16:19, Diego Queiroz dibo...@gmail.com wrote: Hi there, Is there a way to see the log error crashing my apps? I`m getting messages like ˜The application OMG has stopped unexpectedly. Please try again˜. And i really do not know what kind of error it`s

Re: [android-developers] Error log

2010-10-11 Thread Kumar Bibek
Isn't the Logcat window enough? It's avaiable in the DDMS perspective... On Mon, Oct 11, 2010 at 7:49 PM, Diego Queiroz dibo...@gmail.com wrote: Hi there, Is there a way to see the log error crashing my apps? I`m getting messages like ˜The application OMG has stopped unexpectedly. Please

[android-developers] Re: How to record a video as a Service

2010-10-11 Thread Rubik
Hi All, Any news on this topic? Regards, Andrei On Sep 28, 3:06 pm, Anurag anuragin...@gmail.com wrote: Hi All, I just wanted a small piece of information. I am trying to record a video in background as a service. But, I am unable to record it. Can you tell me first of all that is it

Re: [android-developers] Re: I can not find that error in my development device but it raised when i upload my application to market

2010-10-11 Thread TreKing
On Mon, Oct 11, 2010 at 3:24 AM, ehabkandeel ekand...@gmail.com wrote: ok how can i use these numbers ? You know which line in the code to go to, assuming you have access to the file. some thing like 1284 , what does it mean ? , it means the number of line code ? Yes.

Re: [android-developers] Re: External Storage File Creation Problem

2010-10-11 Thread TreKing
On Mon, Oct 11, 2010 at 6:53 AM, Goutham P N pn.gowt...@gmail.com wrote: What might be the problem Does this folder have pictures in it? I don't think folders without images show up in the gallery, otherwise it would get really cluttered for no good reason.

Re: [android-developers] Progress Dialog on application load

2010-10-11 Thread TreKing
On Mon, Oct 11, 2010 at 2:02 AM, Rocky rkjhaw1...@gmail.com wrote: I want PDialog box will come before the change_password screen appears Technically it does, but you launch your new activity immediately afterward, so you don't see anything. I recommend you use an AsyncTask to manage your

Re: [android-developers] Error log

2010-10-11 Thread Diego Queiroz
trying it now, ty On Mon, Oct 11, 2010 at 11:23 AM, Kumar Bibek coomar@gmail.com wrote: Isn't the Logcat window enough? It's avaiable in the DDMS perspective... On Mon, Oct 11, 2010 at 7:49 PM, Diego Queiroz dibo...@gmail.com wrote: Hi there, Is there a way to see the log error

  1   2   >