[android-developers] installation problem in ics-x86

2012-03-12 Thread venky6
Hi all, I am using ics- x86 on my custom device. I am able to run through usb boot and can use the device. If i try to install on device. after selecting install android to hard-disk and then showing partition to install. From there keyboard and mouse are not working to select boot partition.

Re: [android-developers] can more than one sliding drawer be used in a LinearLayout?

2012-03-12 Thread Jim Graham
On Sat, Mar 10, 2012 at 09:52:31PM -0600, Jim Graham wrote: Oops...did a direct (r)eply instead of a (L)ist reply I did say my brain was already shut down for the night. grin On Sun, Mar 11, 2012 at 09:00:01AM +0530, Narendra Singh Rathore wrote:

[android-developers] Re: How to show a single country map rather then whole world map

2012-03-12 Thread Harpreet Singh
Because if we do a team work now then it'll help all in future. This concept is in demand and no one is getting a perfect solution. Thanks for your reply. :) On Mar 9, 12:30 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Why would anyone do your work for you? On Friday, March 9, 2012

[android-developers] Re: How to show a single country map rather then whole world map

2012-03-12 Thread Harpreet Singh
Hi. I am just trying to crop the country map out of world map, or blur everything else and just show the single country but there is no hint regarding that. Regarding deadline, I think I have 2 more weeks to complete this. :) On Mar 9, 11:42 pm, Ali Chousein ali.chous...@gmail.com wrote: Here

[android-developers] cross Multi-platform mobile app.

2012-03-12 Thread ALi
Hi, We are interested to develop CRM business app for Android, iphone using multiplatform But we are confused to select and finalize one platform. Like Adobe Flex, Titanium, RhoStudio Sencha etc.. Which should we select to start working on it so its not be a problem in future for compatibility.

[android-developers] Fill half data in Autocomplete textview

2012-03-12 Thread Jagruti Sangani
Hello, I have use the Autocompletetextview for filter the phonenumber from list when i press in the Autocompletetextview.My code is given below... ArrayAdapterString adapter; AutoCompleteTextView txt; adapter = new

Re: [android-developers] Tutorial Needed

2012-03-12 Thread Narendra Singh Rathore
On Sun, Mar 11, 2012 at 9:44 AM, rayhan rayha...@gmail.com wrote: Now i am learning android developing.I want to know that where i can get tutorial from basic to advance level to learn android. Refer to the book Beginning Android Application Develoopment. Its a nice book for beginners. --

Re: [android-developers] device testing on iOS app port

2012-03-12 Thread Kristopher Micinski
Do subscriptions to testing services really cost more than three devices? Wow... that's bad. kris On Fri, Mar 9, 2012 at 4:53 AM, Miles Egan milese...@gmail.com wrote: I've completed an iOS app for a client and they've asked me to do an Android port for them. I haven't written any real

Re: [android-developers] Android book for learners

2012-03-12 Thread Narendra Singh Rathore
On Sat, Mar 10, 2012 at 11:18 AM, pandey praveen@gmail.com wrote: Hi , I am new to android and I have been working as android developer from 4 months . I was looking for some good book on android application development and I am confused about which one to buy . Help please ..

[android-developers] Re: Extending ScrollView

2012-03-12 Thread Lazarus 101
you can use custom views in layout files like this: your.package.name.YourScrollView ... /your.package.name.YourScrollView On Mar 12, 7:01 am, Put_tiMe putt...@gmail.com wrote: I might have to extend ScrollView and I would like to call it *myScrollView* . Is it possible to specify this

[android-developers] Re: real time streaming values in android

2012-03-12 Thread Giuseppe
use ODATA insteasd of PHP. Il giorno sabato 10 marzo 2012 12:34:03 UTC+1, ramalakshmi ha scritto: Hi! I want to develop an application which connects ms sql to android mobile.In this the table values of sql server should be shown in android mobile. For this I connected the

[android-developers] read/write to sector of a mounted usb flash on /dev/block/sda

2012-03-12 Thread Ali
Hi all i need to read and write in sectors of a USB flash moundet on /dev/block/sda would you please help me thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Exception coming while shutting down android device

2012-03-12 Thread Abhishek Sharma
Hi Mark You are right ..but I am compiling the complete android source. This method is present in Source/frameworks/base/core/java/com/ android/internal/app/ShutdownThread.java I have also added user permissions for System Alert Window. regards Abhishek On Mar 8, 5:23 pm, Mark Murphy

[android-developers] how to disable dictionary

2012-03-12 Thread rathod kantilal
how to disable dictionary in EditText in android ? Thanks in Advance.KLAL -- 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] make components right to left

2012-03-12 Thread Ali
Hi all i need to know, how can i set every component right to left for example a digitalclock! i need it to be right to left and also change the digits to my language! is it possible? thanks -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: cross Multi-platform mobile app.

2012-03-12 Thread Josh Brown
In general what I and the rest of the company I work for have found is that those write-once-run-anywhere platforms never give you a good solution, and in many cases end up adding more work than they save you. The main problem with them is that they are inherently limited to a lowest common

[android-developers] Re: cross Multi-platform mobile app.

2012-03-12 Thread Josh Brown
You might want to take a look at http://www.phunware.com/uncategorized/2011/06/27/the-delusion-of-right-once-run-anywhere-mobile-apps/ On Monday, March 12, 2012 2:19:11 AM UTC-7, Josh Brown wrote: In general what I and the rest of the company I work for have found is that those

[android-developers] How to launch OnTouchListener on the elements of a ScrollView but only when the user is not Scrolling?

2012-03-12 Thread saex
i have a huge problem managing my horizontal scrollview. It haves inside a horizontal linear layout with a lot of vertical linear layouts wich haves a text and a image. I want that when the user press on the vertical linearlayouts, the ontouchlistener must be called launching a new feature

[android-developers] opening pdf in my projects' raw folder in droidreader or any pdf reader

2012-03-12 Thread Jags
hi all, i need to open a few pdf files in my app's res/raw folder in droidreader. i am able to launch droidreader now, but it says currently only file:// urls are supported. now, 1. can i represent my raw folder pdf file in file:// url ? how ? 2. can i send entire binary data into

Re: [android-developers] Tutorial Needed

2012-03-12 Thread Anirudh Loya
Try www.google.com On Mon, Mar 12, 2012 at 12:55 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Sun, Mar 11, 2012 at 9:44 AM, rayhan rayha...@gmail.com wrote: Now i am learning android developing.I want to know that where i can get tutorial from basic to advance level to learn

[android-developers] Hi

2012-03-12 Thread chowdary nani
Hi all, I am working on loading URL in web view in android. i am able to load the gmail URL in web view when i entered email and password and click login button i need to read the response can any one help me in handling the button clicks in HTML Please help me in solving this . Thanks Naveen

[android-developers] Urbanship airship problem

2012-03-12 Thread vani reddy
Hi friends, I am using Urbanairship for push notifications. I am getting the following exception Unable to start receiver com.testdemo.android.IntentReceiver: android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK

[android-developers] When using surfaceview, images are not visible but they are drawing on view in android

2012-03-12 Thread satyanarayana
Hi all I am drawing some bitmaps in canvas in which my class is extended by view and then everything is working fine but I found that the efficiency is lacking in this. So i have searched for other alternatives and found that we need to extend class to surfaceview inorder to increase efficiency.

Re: [android-developers] Re: cross Multi-platform mobile app.

2012-03-12 Thread Anirudh Loya
Well said Josh ! On Mon, Mar 12, 2012 at 2:49 PM, Josh Brown keyboa...@gmail.com wrote: You might want to take a look at http://www.phunware.com/uncategorized/2011/06/27/the-delusion-of-right-once-run-anywhere-mobile-apps/ On Monday, March 12, 2012 2:19:11 AM UTC-7, Josh Brown wrote: In

[android-developers] Fwd: Urbanship airship problem

2012-03-12 Thread vani reddy
Hi friends, I am using Urbanairship for push notifications. I am getting the following exception Unable to start receiver com.testdemo.android.IntentReceiver: android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK

[android-developers] Ad framework.

2012-03-12 Thread Put_tiMe
Given that I can scan an APK file, is there anyway I can get to know if it uses ads or 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

[android-developers] how to compile linePhone(an open source SIP phone) in emulator?

2012-03-12 Thread Juned Khan
hi developers, i want to do analysis on linePhone application which is open source. for that purpose i have downloaded the source code from this link from http://www.linphone.org but while running that project i am facing a some problem which is related to sdk and versions. is

[android-developers] Lock-unlock device during audio recording

2012-03-12 Thread rachana govilkar
Hello all, I am developing an application inside which i need to record audio. I implemented code and it is working fine until my tester filed a bug for me. Tester scenario was: 1.open application. 2.start recording audio. 3.lock device. 4.unlock device. 5.recording continues. here if device is

[android-developers] Robotium horizontalscroll using solo

2012-03-12 Thread Uday Gokhale
Hi All, I have 2 galary views in my app. I want to scroll right on 2nd galary view. here is my code but its not working.. ArrayListView views = solo.getCurrentViews(); *for* (*int* i=0;iviews.size();i++) { View vi = views.get(i); *if* (vi.getId() == R.id.*gallery1*) solo.scrollToSide(22);

[android-developers] Wich is the best way to destroy a GLSurfaceview and free all the memory?

2012-03-12 Thread saex
I have a GLSurfaceView with four polygons with textures. I need to destroy the GLSurfaceview and recreate a new GLSurfaceView with new parameters when the user press a button. I tryed with myGLSurfaceView = null and initializing again myGLSurfaceView with the new paramters, but it is giving

[android-developers] hi

2012-03-12 Thread chowdary nani
hi all, Currently i working on webviews ie, i am able to load the urls in webpage when i click on button in web page i need to know which button is clicked here i need to know which button is clicked in html page and need to to some task please any one help me. Thanks Naveen. -- You received

[android-developers] Facebook integration

2012-03-12 Thread Live Happy
i have integrate face book in my android application but it there a way to get the online friends and also can i write a message to the inbox not to the wall of friends ? thx om advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Android Game Programming help

2012-03-12 Thread Peter Webb
100% agree. Actually writing the nuts and bolts of a real time game on Android has very little to do with Android. You will need to know how to use the classes associated with I/O, like how to write an Bitmap to the display or handle touch events. This stuff is pretty simple, with plenty of

[android-developers] How to use 'IActivityWatcher'?

2012-03-12 Thread Put_tiMe
How do I register for an 'IActivityWatcher' callback? -- 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: Exception coming while shutting down android device

2012-03-12 Thread Mark Murphy
On Mon, Mar 12, 2012 at 4:44 AM, Abhishek Sharma abhitec...@gmail.com wrote: You are right ..but I am compiling the complete android source. Then you are on the wrong list. This list is for building apps with the Android SDK. Visit http://source.android.com for source related topics, including

Re: [android-developers] Handling Redirects in Android WebView

2012-03-12 Thread Mark Murphy
Redirects are handled via a WebViewClient and shouldOverrideUrlLoading(), as are clicks on ordinary links. On Sun, Mar 11, 2012 at 3:54 AM, Rao nidleks...@gmail.com wrote: Hi, I am developing a android application, Within the application I am trying to Load a URL using WEBVIEW. Afer i submit

Re: [android-developers] Re: How to show a single country map rather then whole world map

2012-03-12 Thread James Black
Why not do your own map. Look at open streets for ideas on how to do it. On Mar 12, 2012 2:34 AM, Harpreet Singh harry...@gmail.com wrote: Hi. I am just trying to crop the country map out of world map, or blur everything else and just show the single country but there is no hint regarding

Re: [android-developers] (UPDATE) can more than one sliding drawer be used in a LinearLayout?

2012-03-12 Thread Jim Graham
On Mon, Mar 12, 2012 at 01:24:40AM -0500, Jim Graham wrote: On Sat, Mar 10, 2012 at 09:52:31PM -0600, Jim Graham wrote: On Sun, Mar 11, 2012 at 09:00:01AM +0530, Narendra Singh Rathore wrote: http://stackoverflow.com/questions/6404606/android-is-it-possible-to-have-multiple-slidingdrawer

[android-developers] Universal set up to Android Games

2012-03-12 Thread Ahmad Kaddoura
I forgot where I found the details, but i was wondering if anyone knows the basic set-up to Android games. -- 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

Re: [android-developers] Facebook integration

2012-03-12 Thread Ralph Bergmann | the4thFloor.eu
Am 12.03.12 11:55, schrieb Live Happy: i have integrate face book in my android application but it there a way to get the online friends and also can i write a message to the inbox not to the wall of friends ? is a little bit off-topic

[android-developers] Path to screenshot

2012-03-12 Thread scame
Hello. Is there a way to find out the path used by android to save screenshots? Can i get the path from a code? -- 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: Universal set up to Android Games

2012-03-12 Thread Oli Wright
Start a new project and implement your game logic ... Seriously, be less vague. Are you talking about using a particular framework? OpenGL based game or not? On Monday, March 12, 2012 12:33:56 PM UTC, Ahmad Kaddoura wrote: I forgot where I found the details, but i was wondering if anyone

[android-developers] Re: cross Multi-platform mobile app.

2012-03-12 Thread Oli Wright
Spot on. Games can generally get away with having the same interface on every platform as it's forgiveable for a game to have an entirely custom interface. With apps I get very frustrated as a user when the decision has been taken to create a consistent interface for their app across

[android-developers] Allow only single application to run on Android device

2012-03-12 Thread Archana
Hi, Is it possible to run single application in android and restricting all other. For ex. I have application with name xyz so is it possible to run this alone and block all other apps like -third party apps, youtube, maps etc. I saw this this to be achieved in Iphone by doing some Iphone

Re: [android-developers] Re: Help me on selecting a name to a game..

2012-03-12 Thread Fred Rischter
Hum.. I checked and realy its accessible.. maybe it is your network, proxy or something, or not? Please check it, or your google login on google docs, but anyway i think its not needed.. Just need to click, select the boxes and confirm :)

Re: [android-developers] Allow only single application to run on Android device

2012-03-12 Thread Mark Murphy
On Mon, Mar 12, 2012 at 9:26 AM, Archana archana.14n...@gmail.com wrote: Is it possible to run single application in android and restricting all other. You are welcome to make your app a home screen, and thereby attempt to limit users, but anyone with a brain bigger than a walnut will reboot

[android-developers] problem in executing Runtime.getRuntime().exec()

2012-03-12 Thread Ali
Hi all i have an application which needs to clear the buffer i do this way but it gives error Process p = Runtime.getRuntime().exec(su); p = Runtime.getRuntime().exec(sync); p = Runtime.getRuntime().exec(echo 3 /proc/sys/vm/drop_caches); error: Error running

[android-developers] Tablet Acer Iconica A100 and Environment.getExternalStorageDirectory();

2012-03-12 Thread Remote Red
The tablet Acer Iconica A100 returns for Environment.getExternalStorageDirectory() /mnt/sdcard Actually that is intern memory as the microSD card is mounted as /mnt/external_sd I would like my app to find the microSD card. What are my options? -- You received this message because you are

[android-developers] VideoView

2012-03-12 Thread bob
Anyone know if there is a way for a VideoView to play a video that has been loaded entirely into memory? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] [Android - developers] Exponential Smoothing on Latitude and Langitude

2012-03-12 Thread agung wiguna johan
Can somebody help me ? I don't have idea what filtering that i can use to clean noise from latitude and longitude On Sun, Mar 11, 2012 at 3:46 PM, concave agung.wiguna.jo...@gmail.comwrote: Hi guys, i've a little problem here. I'm working with gps data, getting values every second and

Re: [android-developers] Tablet Acer Iconica A100 and Environment.getExternalStorageDirectory();

2012-03-12 Thread Mark Murphy
On Mon, Mar 12, 2012 at 9:46 AM, Remote Red rremm...@gmail.com wrote: The tablet Acer Iconica A100 returns for Environment.getExternalStorageDirectory() /mnt/sdcard Actually that is intern memory Correct, but that is the portion of on-board flash that Acer designated as external storage.

Re: [android-developers] Tablet Acer Iconica A100 and Environment.getExternalStorageDirectory();

2012-03-12 Thread Nikolay Elenkov
On Mar 12, 2012 10:47 PM, Remote Red rremm...@gmail.com wrote: The tablet Acer Iconica A100 returns for Environment.getExternalStorageDirectory() /mnt/sdcard Actually that is intern memory as the microSD card is mounted as /mnt/external_sd I would like my app to find the microSD card.

[android-developers] Re: Can someone recommend several image recognition Android applications to me ?

2012-03-12 Thread Oli Wright
This is an off topic question for this group. A quick answer would be to point you towards the third hit in a Google search for Android image recognition, which is Google Goggles. On Monday, March 12, 2012 1:59:36 PM UTC, hongjuan zhang wrote: Can someone recommend several image recognition

[android-developers] Querying Google Play Music database

2012-03-12 Thread Aman
I am trying to query for the playlists created by Google Play Music app but haven't been able to do so. I created a playlist using locally stored content. I used the following code to query: Cursor c = managedQuery(MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI,

[android-developers] Re: opening pdf in my projects' raw folder in droidreader or any pdf reader

2012-03-12 Thread Nadeem Hasan
#3 is the best option. Every time you need to show the file, check if it exists on the SD card, if it does just send the path to the reader other wise copy it first. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: opening pdf in my projects' raw folder in droidreader or any pdf reader

2012-03-12 Thread Nadeem Hasan
Needless to say #1 and #2 are not even possible. -- 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] Desktop Sharing of my pc on my Android mobile??

2012-03-12 Thread muhammad.ume...@hotmail.com
Hi, I am creating an app to share my pc desktop on my android mobile. Now i am receiving the images from my pc on my mobile, but not the control of my mouse, Please can anyone tell me how to get the control of my mouse to handle my pc through my mobile. Thanks and Regards, umer -- You

[android-developers] Re: Universal set up to Android Games

2012-03-12 Thread Ahmad Kaddoura
Okay fine. For an Android game i would need a main class file which would include the onCreate, onStart, onStop,onResume, onPause, and onDestroy. Then i would also have the Game class which would be the essence of the game. What would be in the Game class? Then there would be another class

Re: [android-developers] [Android - developers] Exponential Smoothing on Latitude and Langitude

2012-03-12 Thread Ralph Bergmann | the4thFloor.eu
Am 12.03.12 14:50, schrieb agung wiguna johan: Can somebody help me ? I don't have idea what filtering that i can use to clean noise from latitude and longitude I had the same problem. I've filtered the data as follows. 1) max. accuracy 2) max. speed from one point to the next point 3) Kalman

Re: [android-developers] Re: Can someone recommend several image recognition Android applications to me ?

2012-03-12 Thread Anirudh Loya
you mean Augmented Reality Apps? What Exactly you need in image recogniztion ? On Mon, Mar 12, 2012 at 7:53 PM, Oli Wright oli.wri...@gmail.com wrote: This is an off topic question for this group. A quick answer would be to point you towards the third hit in a Google search for Android

[android-developers] Trying to publish the game in China-MOTODev requires using Amobee

2012-03-12 Thread Fred Rischter
Hi Everybody, Trying to publish the game in China by MOTODev requires using Amobee. I tryed to publish some days ago and after the review process I got answer that advertisement are not allowed (i'm using airpush and admob), they say i need to remove it and to use their parthner Amobee, so my

Re: [android-developers] Re: Universal set up to Android Games

2012-03-12 Thread Justin Anderson
I would seriously recommend reading this before posting additional questions on here: http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 9:22 AM, Ahmad Kaddoura

[android-developers] Re: Wich is the best way to destroy a GLSurfaceview and free all the memory?

2012-03-12 Thread Fred Rischter
Hi, This problem about VM bugdet is probably not related to the GLSurface itself but to the Bitmap objects you're holding, ensure you'll never keep Bitmap references on any object. Just load it, create the texture, keep the texture ID's on hand and make =null in all your Bitmap references or

[android-developers] Re: Ad framework.

2012-03-12 Thread Fred Rischter
Yes there is a way: if the app is free it uses ads. If the app is paid, it doesn't uses ads :) Em segunda-feira, 12 de março de 2012 06h57min48s UTC-3, Put_tiMe escreveu: Given that I can scan an APK file, is there anyway I can get to know if it uses ads or not. -- You received this

Re: [android-developers] VideoView

2012-03-12 Thread Justin Anderson
As far as I can tell from the docs, it is not possible... Looks like you have two options: setVideoPath() and setVideoURI(). http://developer.android.com/reference/android/widget/VideoView.html#setVideoPath%28java.lang.String%29

Re: [android-developers] Re: Ad framework.

2012-03-12 Thread Justin Anderson
* Yes there is a way: if the app is free it uses ads. If the app is paid, it doesn't uses ads :)* Umm... no. I have a free app that doesn't use ads. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 10:18 AM, Fred Rischter

[android-developers] Re: lights out mode PLUS menu soft key?

2012-03-12 Thread Harshad
I hit the same problem with my app. Why is the menu button hidden in the higher Android versions? If the Home and Back buttons are going to be there, why not also keep the menu button in the status bar? Is the menu system deprecated? I don't want to create a separate UI for this when there is

Re: [android-developers] problem in executing Runtime.getRuntime().exec()

2012-03-12 Thread Justin Anderson
On a rooted device, that might work... On all others you are not going to be able to do anything like that. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 7:37 AM, Ali alimooghash...@gmail.com wrote: Hi all i have an

Re: [android-developers] Re: Ad framework.

2012-03-12 Thread Fred Rischter
Hum, you have how much free apps that don't use ads? 2012/3/12 Justin Anderson magouyaw...@gmail.com * Yes there is a way: if the app is free it uses ads. If the app is paid, it doesn't uses ads :)* Umm... no. I have a free app that doesn't use ads. Thanks, Justin Anderson MagouyaWare

Re: [android-developers] Re: Ad framework.

2012-03-12 Thread Justin Anderson
I have 1 free app... and it doesn't use ads. I'm just saying that just because an app is free doesn't mean that it uses ads. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 10:27 AM, Fred Rischter fredrisch...@gmail.comwrote:

Re: [android-developers] Re: Ad framework.

2012-03-12 Thread Fred Rischter
I have zero free apps without ads, and almost 30 or 40 with ads. Right you have 1 free app without ads. Do you have how much free apps with adds? 2012/3/12 Justin Anderson magouyaw...@gmail.com I have 1 free app... and it doesn't use ads. I'm just saying that just because an app is free

[android-developers] Re: Tablet Acer Iconica A100 and Environment.getExternalStorageDirectory();

2012-03-12 Thread b0b
On Monday, 12 March 2012 14:46:00 UTC+1, Remote Red wrote: The tablet Acer Iconica A100 returns for Environment.getExternalStorageDirectory() /mnt/sdcard Actually that is intern memory as the microSD card is mounted as In Google-speak, External Storage refer to a storage medium

[android-developers] db

2012-03-12 Thread deepu
source code for the db register on ,and retrival of data from phpadmin online -- 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: Allow only single application to run on Android device

2012-03-12 Thread Archana
Thanks for the reply. But my requiremnet is different. I want to implement the functionality that if my application is installed on the device than it is restricted to open youtube or facebook. On Mar 12, 5:29 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Mar 12, 2012 at 9:26 AM,

Re: [android-developers] Re: Allow only single application to run on Android device

2012-03-12 Thread Kristopher Micinski
On Mon, Mar 12, 2012 at 1:01 PM, Archana archana.14n...@gmail.com wrote: Thanks for the reply. But my requiremnet is different. I want to implement the functionality that if my application is installed on the device than it is restricted to open youtube or facebook. Your requirement is not

Re: [android-developers] Path to screenshot

2012-03-12 Thread Justin Anderson
IF (and this is often a big if) you can guarantee that your screen capture was the last item added to the MediaStore, you can run a query for it... I have some sample code here that does this, but it is in C# (Mono for Android) so you are going to have to port it to Java but it should be pretty

Re: [android-developers] db

2012-03-12 Thread Justin Anderson
First, read this: http://catb.org/esr/faqs/smart-questions.html Then, ask again... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 10:55 AM, deepu deepuhidee...@gmail.com wrote: source code for the db register on ,and retrival of

Re: [android-developers] dynamically change the content of the project

2012-03-12 Thread ashish keshri
You are using any web service for that? means if you are using web services, then you simply hit that service using child thread get value and dynamically display in your Android view? You simply need to call some methods!! is it ur solution? am i right? On Sat, Mar 10, 2012 at 12:38 PM,

Re: [android-developers] Re: Ad framework.

2012-03-12 Thread Justin Anderson
That is not the point... The OP is asking if there is a way to scan an APK and determine if it has ads or not. Your answer is just not correct. It doesn't matter how many free apps either of us have with ads or not. That is completely irrelevant. Your answer is not correct because there are

Re: [android-developers] Re: Ad framework.

2012-03-12 Thread Justin Anderson
* Right you have 1 free app without ads. Do you have how much free apps with adds?* And as I said... I have 1 free app. It doesn't have ads. I don't have ANY other free apps. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 11:36

Re: [android-developers] How to use 'IActivityWatcher'?

2012-03-12 Thread Justin Anderson
As far as I know that is not part of the public Android SDK... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 5:11 AM, Put_tiMe putt...@gmail.com wrote: How do I register for an 'IActivityWatcher' callback? -- You received

Re: [android-developers] dynamically change the content of the project

2012-03-12 Thread Kristopher Micinski
You'll want to use an AsyncTask for this... kris On Mon, Mar 12, 2012 at 1:35 PM, ashish keshri ashishkcusa...@gmail.com wrote: You are using any web service for that? means if you are using web services, then you simply hit that service using child thread get value and dynamically display in

Re: [android-developers] Re: Ad framework.

2012-03-12 Thread Fred Rischter
Right, about detecting the ads on the apps, there are some applications to detect it but i don't trust them in all... The easier way is avoiding free apps that install ads most of times. 2012/3/12 Justin Anderson magouyaw...@gmail.com * Right you have 1 free app without ads. Do you have how

Re: [android-developers] Fwd: Urbanship airship problem

2012-03-12 Thread Justin Anderson
1. Try adding the FLAG_ACTIVITY_NEW_TASK flag to your intent as the error suggested. 2. Try contacting Urban Airship if you have more problems. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 3:57 AM, vani reddy

Re: [android-developers] make components right to left

2012-03-12 Thread Justin Anderson
Step 1: Read this: http://catb.org/esr/faqs/smart-questions.html Step 2: Ask a smarter question... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 3:09 AM, Ali alimooghash...@gmail.com wrote: Hi all i need to know, how can i set

Re: [android-developers] Re: Ad framework.

2012-03-12 Thread Justin Anderson
*Right, about detecting the ads on the apps, there are some applications to detect it but i don't trust them in all... The easier way is avoiding free apps that install ads most of times.* Wow... the OP is asking HOW to detect that, probably because he is making an app that will tell you which

[android-developers] Augen Gentouch78

2012-03-12 Thread Jerrick Davis
have a augen gentouch78 and cannot find the drivers for it it is on the tuz screen and wont leave can you people please 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] Re: Ad framework.

2012-03-12 Thread Nadeem Hasan
Why are you answering if you don't have an answer? -- 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: Augen Gentouch78

2012-03-12 Thread Jerrick Davis
pleasse please help me On Monday, March 12, 2012 11:50:34 AM UTC-6, Jerrick Davis wrote: have a augen gentouch78 and cannot find the drivers for it it is on the tuz screen and wont leave can you people please help me? -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Ad framework.

2012-03-12 Thread Fred Rischter
Because I wanted to :) Do you accept only decisive direct solving-your-problem answers? 2012/3/12 Nadeem Hasan nha...@nadmm.com Why are you answering if you don't have an answer? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Changing view pager view set causes app to crash.

2012-03-12 Thread tatebn
I've stopped the crashing by making sure notifyDataSetChanged is called in a handler on the main thread. But the current web view doesn't go away. Other pages show up as their supposed to, but the current one is never replaced. On Mar 9, 5:07 pm, tatebn brandonnt...@gmail.com wrote: I'm using

[android-developers] Re: Changing view pager view set causes app to crash.

2012-03-12 Thread tatebn
Added this to the view pager adapter. Good to go now. public int getItemPosition(Object object) { return POSITION_NONE; } On Mar 12, 2:00 pm, tatebn brandonnt...@gmail.com wrote: I've stopped the crashing by making sure notifyDataSetChanged is called in a handler on the main thread.  But

Re: [android-developers] Re: Universal set up to Android Games

2012-03-12 Thread Jim Graham
On Mon, Mar 12, 2012 at 10:11:09AM -0600, Justin Anderson wrote: I would seriously recommend reading this before posting additional questions on here: http://catb.org/esr/faqs/smart-questions.html And then read Beginning Android Games. Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE

Re: [android-developers] Lock-unlock device during audio recording

2012-03-12 Thread hooman os
Maybe start recording in onResume() and stop recording in onPause() On 12 Mar 2012 10:11, rachana govilkar rachana.govil...@gmail.com wrote: Hello all, I am developing an application inside which i need to record audio. I implemented code and it is working fine until my tester filed a bug for

Re: [android-developers] Re: Ad framework.

2012-03-12 Thread Justin Anderson
People ask questions on here because they are looking for help... Your answer was not help in any way shape or form. I have been accused of this in the past, but I have only answered with sarcastic or otherwise non-helpful posts for questions that are not well thought out... This question was

Re: [android-developers] Re: Augen Gentouch78

2012-03-12 Thread Justin Anderson
1. What is the tuz screen? 2. This question should probably be asked elsewhere since this forum is for developing android SDK apps. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 11:53 AM, Jerrick Davis lamabo...@gmail.com wrote:

[android-developers] getCurrentActivity()

2012-03-12 Thread bob
Why is there no static function like Activity.getCurrentActivity()? Right now, I am saving the Activity in a static variable in onCreate so I can access it easily later on. I suspect there must be a better way. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Tablet Acer Iconica A100 and Environment.getExternalStorageDirectory();

2012-03-12 Thread Jim Graham
On Mon, Mar 12, 2012 at 09:51:24AM -0700, b0b wrote: In Google-speak, External Storage refer to a storage medium that can be accessed externally (from a PC or MAc for example). Most of the time it refers to the *internal* SD Card. Or, put another way, first, you have the internal external

Re: [android-developers] getCurrentActivity()

2012-03-12 Thread Mark Murphy
On Mon, Mar 12, 2012 at 2:39 PM, bob b...@coolfone.comze.com wrote: Why is there no static function like Activity.getCurrentActivity()? Because the current activity (which I presume you are defining as the activity in the foreground) may not be in your app. Right now, I am saving the Activity

Re: [android-developers] getCurrentActivity()

2012-03-12 Thread Carlos Silva
this on a class that extends Activity isn't simple enough? On Mon, Mar 12, 2012 at 17:39, bob b...@coolfone.comze.com wrote: Why is there no static function like Activity.getCurrentActivity()? Right now, I am saving the Activity in a static variable in onCreate so I can access it easily

  1   2   >