[android-developers] Re: Android Marketplace Search Results

2011-07-11 Thread JonFHancock
Most definitely. And we are not alone. http://www.google.com/support/forum/p/Android+Market/thread?tid=1e575cf9e437736c Try this one for kicks. Search for theme. Then search for Theme. You will get entirely different results based only on the capital T. I've lost a lot of sales over it. I'm

[android-developers] i want to insert more than 5000 -records in android in a second

2011-07-11 Thread naveen kumar
i want to insert more than 5000 -records in android very fastly using ContentValues initialValues = new ContentValues(); also used BeginTransaction statement but not effective Please give me suggestion -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How to know what internal process runs an application

2011-07-11 Thread elDoudou
Mark, your answer does not answer to my problem. I am an Android advanced developer and I have a good reason to spawn a new process. Anyone by Google? Do I really need to dig more in the Android source code? Thank you for your time. Regards, Édouard -- You received this message because you are

[android-developers] Is there a way to access a service(constucted in the AIDL technique) through native code?

2011-07-11 Thread fei wang
Is there a way to access a service(constucted in the AIDL technique) through native code?Now I think it is impossible,but still expecting an exception! -- 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: Problem with monkeyrunner. java.lang.ClassCastException when use sameAs().

2011-07-11 Thread Sean Wang
Hi, Now I am using the monkeyrunner with Android SDK_r12. Also got this problem. OS: Win7 x64 professional Java: Sun Java 1.6.0_25 32bit version Monkeyrunner is the one in Android sdk_r12 build, not built by myself. The log is below: C:\Users\dellmonkeyrunner Jython 2.5.0 (Release_2_5_0:6476,

[android-developers] Android devices to mirror output to HDCP-compatible devices only

2011-07-11 Thread S
We have a client requirement for Android Tablet application which will be used for Live Streaming to only allow HDCP compatible devices for mirroring. If non HDCP compliant device is connected application should block HDMI output mirroring. I have gone through android developer website and see

[android-developers] prob while using the android application horizontally

2011-07-11 Thread muthumani
Hi i am developing a project for android galaxy tab i have 3 textviews in the activity when i click on the first textview the keypad slides into the screen and block my view of the entire screen. I find it odd, it ll be tough for the user if he doesn't see the screen for every entry he is

[android-developers] Re: Problems to get Latitude/Longitude from a picture

2011-07-11 Thread Axel B
Okay, now I tried to read the EXIF infos of my pictures but I stil have an error, apparently a problem of path. Here is the code : File myFile = new File(/sdcard/DCIM/100MEDIA/IMAG0001.jpg); ExifInterface exif = new ExifInterface(myFile.getCanonicalPath());

[android-developers] NFC - writing data that only my app can read

2011-07-11 Thread Paolo
Hi there! as the title of my topic, I'd like to write some simple data (i.e. an ID and/or a Name-Text) on some NFC tags. Currently I'm able to write text and read it, but I want my app is the only one can read it. I guess I have to create a kind of custom mimetype, in order to handle it with the

[android-developers] How to add exchange activesync account programmatically?

2011-07-11 Thread Hao
I can do is on Nexus S manually through settings-Accountsync-add account-Corporate. Can I use AccountManager to make it automatically? Thanks for any hint. cheers -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Can I call a web service to get some data return the screen to the android?

2011-07-11 Thread wu mark
Dear vijayakumar : I had test the program followed the URL you given. I can see the screen as it said to display 2 website. But it doesn't work while I click it. Is it right? BR, Mark 2011/7/11 vijayakumar M iamvijayaku...@gmail.com check this one

[android-developers] Android Fragment Lifecycle of Single Instance Activity

2011-07-11 Thread Faboom
I have a singleInstance Activity and a Fragment which I instantiate in the onCreate() method and add into a FrameLayout container into the layout of the activity. The activity does nothing except printing out the logs. I am using the android-support-v4 lib and android 2.3.3. I observed a strange

[android-developers] Orientation change problem

2011-07-11 Thread muthumani
-- Forwarded message -- From: muthumani ct.muthum...@gmail.com Date: Mon, Jul 11, 2011 at 2:10 PM Subject: prob while using the android application horizontally To: Android Developers android-developers@googlegroups.com Hi i am developing a project for android galaxy tab i

Re: [android-developers] Re: Problems to get Latitude/Longitude from a picture

2011-07-11 Thread Raghav Sood
If you got the path from the examples on the web, are you sure your image name or storage folder name is not different? On Mon, Jul 11, 2011 at 2:25 PM, Axel B axel.bour...@gmail.com wrote: Okay, now I tried to read the EXIF infos of my pictures but I stil have an error, apparently a problem

[android-developers] How to check internet connection in background when application closed

2011-07-11 Thread N K Shrivastva
How to check internet connection in background when application closed by user. i have idea about Async class and it's method, i want it's works in background when application closed then after also. i want chacek alws in background after 2 sec like.. Please help me, -- You received this

Re: [android-developers] Orientation change problem

2011-07-11 Thread Shashidhar
Check if these help. http://stackoverflow.com/questions/5685631/how-can-i-prevent-edit-text-being-hidden-by-the-android-keyboard http://stackoverflow.com/questions/6473399/android-edittext-stays-hidden-behind-the-keyboard Thanks, Shashi On Mon, Jul 11, 2011 at 3:32 PM, muthumani

[android-developers] Re: NFC card emulation, NXP PN544 and S2C (NFC-WI)

2011-07-11 Thread Michael Roland
Hallo, On the enhanced SD card is then besides the normal flash storage also the secure element (smart card). To access the smart card the file I/O based interface is re-used, i.e. if you write something and it starts with 'magics' in header and it is valid APDU command it is send to the

[android-developers] Re: Orientation change problem

2011-07-11 Thread muthumani
no use On Jul 11, 3:20 pm, Shashidhar shashi.zep...@gmail.com wrote: Check if these help. http://stackoverflow.com/questions/5685631/how-can-i-prevent-edit-tex... http://stackoverflow.com/questions/6473399/android-edittext-stays-hid... Thanks, Shashi On Mon, Jul 11, 2011 at 3:32

Re: [android-developers] How to check internet connection in background when application closed

2011-07-11 Thread NaveenShrivastva
On Mon, Jul 11, 2011 at 3:48 PM, N K Shrivastva kumarnaveen.si...@gmail.com wrote: How to check internet connection in background when application closed by user. i have idea about Async class and it's method, i want it's works in background when application closed then after also. i want

[android-developers] CD installer for my Android application Permissions

2011-07-11 Thread Alok Kulkarni
I want to create a CD installer for my Android application. I want to use adb.exe and AdbWinApi.dll in my Windows application. Can i use this directly internally in my app or i need to consider Licensing for Android here? I want to create something similar to Android Injector -- You received

Re: [android-developers] Re: Android Charting dll for plotting Graphs

2011-07-11 Thread s.rawat
HI , I ahve tried the achart engine.I followed this link, http://xebee.xebia.in/2010/08/31/exploring-android-charting-and-graphs-solutions/comment-page-1/#comment-5706 its very useful.I am able to get the charts now.But I want more proffessional look to the charts.I want them to be 3 D and

[android-developers] Found Android Charting for plotting Graphs but they are in 2d , for 3D i want ??

2011-07-11 Thread s.rawat
HI , I ahve tried the achart engine.I followed this link, http://xebee.xebia.in/2010/08/31/exploring-android-charting-and-graphs-solutions/comment-page-1/#comment-5706 its very useful.I am able to get the charts now.But I want more proffessional look to the charts.I want them to be 3 D

Re: [android-developers] CD installer for my Android application Permissions

2011-07-11 Thread Mark Murphy
On Mon, Jul 11, 2011 at 7:14 AM, Alok Kulkarni kulsu...@gmail.com wrote: I want to create a CD installer for my Android application. I want to use adb.exe and AdbWinApi.dll in my Windows application. Can i use this directly internally in my app or i need to consider Licensing for Android here?

Re: [android-developers] how to compare web service date to calendar date in android ?

2011-07-11 Thread Mark Murphy
Step #1: Write your own calendar app. Step #2: Implement the feature you seek. I am not aware of a calendar application for Android with a documented and supported API, though there could be one. On Sun, Jul 10, 2011 at 11:55 PM, vijayakumar M iamvijayaku...@gmail.comwrote: Hi Freinds,

Re: [android-developers] i want to insert more than 5000 -records in android in a second

2011-07-11 Thread NaveenShrivastva
On Mon, Jul 11, 2011 at 12:00 PM, naveen kumar kumarnaveen.si...@gmail.comwrote: i want to insert more than 5000 -records in android very fastly using ContentValues initialValues = new ContentValues(); also used BeginTransaction statement but not effective Please give me suggestion --

[android-developers] HttpClient only working on WiFi?

2011-07-11 Thread Nikolay Elenkov
Hi, I have an app that uses HttpClient to fetch data. It works for quite a lot of people, but I've got two separate reports that it only works on WiFi on those devices. I've still to get a logcat from the user, but apparently there are no errors, just an empty result when fetching data.

Re: [android-developers] CD installer for my Android application Permissions

2011-07-11 Thread Alok Kulkarni
Ok . thanks for the info Mark.As i read the license http://www.apache.org/licenses/LICENSE-2.0.txt, in Point 4 , they have mentioned regarding Redistribution of the Work, By that does it mean that if i make say adb install xyz.apk calls from my app i need to make that file openSource with Apache

Re: [android-developers] i want to insert more than 5000 -records in android in a second

2011-07-11 Thread Daniel Drozdzewski
On 11 July 2011 12:24, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: On Mon, Jul 11, 2011 at 12:00 PM, naveen kumar kumarnaveen.si...@gmail.com wrote: i want to insert more than 5000 -records in android very fastly  using ContentValues initialValues = new ContentValues(); also used

[android-developers] any one send me HTTP Post request and Reponse example

2011-07-11 Thread GopalaKrishnan D
for my project http request and response is need .. can any one send example for that -- ~* Regards* *GopalaKrishnan D* -- 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] Set silent mode for particular time.

2011-07-11 Thread shanmu nathan
Hi guys, Good evening. I m new to android. Now i am developing one small application. In that application when i click the start button need to set my device to silent mode for particular time, Start and end time is get it from time picker. Can anybody help me? -- With Regards,

[android-developers] Service which contains socket program which listens continually

2011-07-11 Thread Narayana Kandepi
Hi All, I want to create a service in android ,that service will create one server socket and ready to accepts the client requests continually.can any one help me out for this. Thanks, Badri -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: Installing APK + DB

2011-07-11 Thread lbendlin
Or just include it as a raw resource (give the file a silly name so Android doesn't think it is a database) and then upon the initial program run/ database version update use your copy routine to place the (large) database stub where you need it. -- You received this message because you are

[android-developers] Re: HttpClient only working on WiFi?

2011-07-11 Thread Streets Of Boston
Wild guess... and i could be totally wrong: It could be a proxy returning an empty result for some reason. Try to set the HTTP caching headers in the request to no-cache: Cache-Control: no-cache and Pragma: no-cache -- You received this message because you are subscribed to the

[android-developers] Re: Service which contains socket program which listens continually

2011-07-11 Thread Streets Of Boston
You want to keep the socket open forever? I wouldn't do that (battery drain, how you going to keep a socket open when the phone can get disconnected quite easily, etc) .Just open the socket when the client needs stuff. And if you can use HTTP, use a keep-alive header let the http protocol

Re: [android-developers] CD installer for my Android application Permissions

2011-07-11 Thread Mark Murphy
On Mon, Jul 11, 2011 at 7:43 AM, Alok Kulkarni kulsu...@gmail.com wrote: Ok . thanks for the info Mark.As i read the license http://www.apache.org/licenses/LICENSE-2.0.txt, in Point 4 , they have mentioned regarding Redistribution of the Work, By that does it mean that if i make say adb

Re: [android-developers] CD installer for my Android application Permissions

2011-07-11 Thread Alok Kulkarni
haha.. I will go into the legalities of the stuff myself ;) Sorry for the trouble... Thanks, Alok On Mon, Jul 11, 2011 at 5:55 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jul 11, 2011 at 7:43 AM, Alok Kulkarni kulsu...@gmail.com wrote: Ok . thanks for the info Mark.As i read the

Re: [android-developers] any one send me HTTP Post request and Reponse example

2011-07-11 Thread NaveenShrivastva
On Mon, Jul 11, 2011 at 5:18 PM, GopalaKrishnan D gopall...@gmail.comwrote: for my project http request and response is need .. can any one send example for that -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Trying to listen for SCAN_MODE_CONNECTABLE_DISCOVERABLE

2011-07-11 Thread Steven Bruce
Hi Im my Bluetooth calss I am trying to see when the device has finished being 'Discoverable' When I listen for the ACTION_FOUND intent I get the extra details by doing this: BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); This gives me information about the

Re: [android-developers] Re: Orientation change problem

2011-07-11 Thread muthu mani
arun do you say that there is know other way then using scroll view On Mon, Jul 11, 2011 at 4:58 PM, arun kumar hariarun2...@gmail.com wrote: hai just click esc button. problem solves. otherwise put that edittext inside scroll view. when user enter values just scrolls the screen the screen

Re: [android-developers] Re: Service which contains socket program which listens continually

2011-07-11 Thread Narayana Kandepi
I want to fetch some mobile information from my PC.because of that i want to run some socket continually and whenever I want the info about mobile i request to mobile which socket runs continually on mobile .can u help me out for this? On Mon, Jul 11, 2011 at 5:48 PM, Streets Of Boston

Re: [android-developers] Re: Galaxy Tab and Market filtering

2011-07-11 Thread Adam Nybäck
Thanks, but minSdkVersion should only restrict Market visibility if it's set higher than 1. Must be something else in this case. On Fri, Jul 8, 2011 at 10:37 AM, Droid rod...@gmail.com wrote: I am guessing that samsung old tab does not 'like' sdk 1. Sdk 4 is my minimum version because I assume

[android-developers] Info about android

2011-07-11 Thread fox
I'm a SW developper and I'm very interesting to upgrade my knoledgement about Android. I have experence in GSM developper application and GSM Protocol stack. Please Could you indicate me where I can find information (document and code) about Android and Telephony GSM services. THX -- You

Re: [android-developers] How can I change my google account email address?

2011-07-11 Thread Althaf
On 11 July 2011 01:36, sblantipodi perini.dav...@dpsoftware.org wrote: How can I change my google account email address? how can I change the primary email address? Primary email id can't be changed, once set (initially). However can be changed if you do a factory reset of your phone. To be

[android-developers] Control HDMI output during live streaming

2011-07-11 Thread Amit
Hi I need to do some output control for HDMI output. I need to block HDMI output during Live streaming when the device is connected to a non- HDCP compliant device and allow if the connected device is HDCP compliant. I am not able to find any API to know which device is connected and how to

[android-developers] connect to mySQL server

2011-07-11 Thread apoorv munshi
my app needs a continuously running database server ...i am gonna use mySQL ..please guide me how to proceed. -- 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 read .ts movie format?

2011-07-11 Thread simon arnal
I have a video streaming encoding in .m3u8 for iPhone application, and I develop an android application to read this stream. But parts are encoding in .ts and I have the message Sorry, this video cannot be played.. How to read a movie in .ts with a VideoView? -- You received this message

Re: [android-developers] connect to mySQL server

2011-07-11 Thread arun kumar
*refer this blog* http://blog.sptechnolab.com/2011/02/10/android/android-connecting-to-mysql-using-php/ On Sat, Jul 9, 2011 at 9:41 AM, apoorv munshi apoorvmun...@gmail.comwrote: my app needs a continuously running database server ...i am gonna use mySQL ..please guide me how to proceed.

[android-developers] How can I deny other apps to read my package signature?

2011-07-11 Thread Richard
Hi all, using this code: PackageManager pm = getPackageManager(); try { PackageInfo info = pm.getPackageInfo(getPackageName(), 64); Signature [] sig = info.signatures;

[android-developers] Gallery center item in the middle

2011-07-11 Thread vani reddy
Hi, How to make the first image in the gallery to start from the leftmost side of the device,since images are displayed starting from center, as seen in the snapshot attached. Please reply. -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups

[android-developers] Application installation problem in emulator

2011-07-11 Thread Arpit Trivedi
Hello All, I am novice in android development.my application is not installing on android emulator even i use simle hello world application. Thanks Regards Arpit -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to pass a parameter to php server

2011-07-11 Thread arunkumarredd...@gmail.com
Hi all using the following code i am able to upload a file to server but along with this i also want to send a parameter called id to the php script can any body help me Here is the android code... private void doFileUpload(String ExsistingFileName) { HttpURLConnection conn =

[android-developers] Automatic installation and Protection level 3 in android

2011-07-11 Thread ashish keshri
Hi After downloading apk file fro remote server. I want to start automatic installation programmatically. But I am not able do it because I am not able to take protection level 3 permission from the system. Please Help With Thanks and regards Ashish Keshri -- You received this message

[android-developers] Re: NFC card emulation, NXP PN544 and S2C (NFC-WI)

2011-07-11 Thread petr.maza...@mautilus.com
Hi, Thanks again for the nice discussion. I have few more comments and points for last clarification. As for the moment I don't know of any SD card that supports NFC-WI. I understand that there are no NFC-WI enabled microSD cards on the market. Anyway I think the SD

[android-developers] Using android default attribute inside a custom View

2011-07-11 Thread blinkseb
Good morning, I'm currently developing a custom view directly based on the View class. I'm currently facing a huge problem : I cannot find a way to access Android default attributes, like highlight color, text color, textSize, etc. Basically, I want my custom view to use the textAppearance

Re: [android-developers] Help for listview

2011-07-11 Thread Atul Singh
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/List14.html This would be helpful for you Regards ATul Singh atulsingh7...@blogspot.com On Mon, Jul 11, 2011 at 12:32 PM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi, I want to

[android-developers] Getting Discovered Bluetooth Devices List Returns Too Late

2011-07-11 Thread Bassel Yahia
Hi, I am having a real problem here with discovering bluetooth devices. I am making a method that returns a List with all devices that were discovered. This method triggers other methods that executes the discovery and establish the BroadcastReceivers. THE PROBLEM is that the method returns

[android-developers] in android 2.3.4 version error

2011-07-11 Thread 조현진
in android 2.3.4 version i can't not find(search) this application google-market please could you tell me this situation https://market.android.com/search?q=%EC%B9%B4%ED%86%A1%EC%8A%A4so=1c=apps -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] NoClassDefFoundError accessing library project class

2011-07-11 Thread ctimpany
Hi, I have an ADT Android project referencing an ADT android library project. It all builds without errors, but fails at runtime with a NoClassDefFoundError on a class from the library project. The missing class is defined as source in the library project; there are no JARs involved. It happens

[android-developers] Drawing On a View

2011-07-11 Thread David
I loaded the first bitmap (image1) on the canvas i.e. sized 320 X 312. The second bitmap (image2) is 41 X 41 loaded at x,y - 235, 147. Overlapped on top of the image1. Now when I do a draw line from x,y - 174, 254 to x,y - 249, 177 in the touch event. The lineTo destination 249, 177 is

[android-developers] how to get USB connection envent

2011-07-11 Thread Ellen
Hi, When a device connect to a PC through USB, how Android could get this envent whatever the connection mode is? I searched a flag Usb.ACTION_USB_STATE, but it seems my application couldn't identify it. (SDK 2.2 API level 8). -- You received this message because you are subscribed to the

[android-developers] App ranking issue on Android Market search results

2011-07-11 Thread Charles Bézard
Hi everyone, I launched an app called American States List and Facts on Android Market a couple of days ago. It quickly appeared in the web version of the Android Market search results in top positions, for search words such as American States List or American States Facts. My problem is that it

[android-developers] 8 channel Audio output

2011-07-11 Thread white
Hi All, I have a requirement of converting 32-bit Audio output ( 16 bit Left channel 16 bit Right channel ) to 8 channel output of 32 bits. The output 32 bit will consist of 16 bits of original data and rest all 0's(16 bit). I am using DM3730. My question is what is the best approach to do it,

[android-developers] How can show two view at the same time?

2011-07-11 Thread BISNU SAHA
Hi, I have two views, one contain different color. When I select any color then this color will show in a drawable shape ( Rectangular,Circle) on another view. How I can do it? Best Regards Bisnu Saha -- You received this message because you are subscribed to the Google Groups Android

[android-developers] how to perfrom long press on screen, and how to get text on screen in monkeyrunner

2011-07-11 Thread frank
Hi All I am writing scripts on monkeyrunner to test screen verification. I want to get screen text and verifiy the same to perform touch and press action on the screen items. The below command takes only key presses, device.press('KEY_MENU', 'DOWN') Can you anyone help me with some option to

[android-developers] Re: Not able to run a simple Android Program on Eclipse 3.5.2 IDE - Caused by: java.lang.IllegalStateException

2011-07-11 Thread joel witherspoon
Try uninstalling ADT and/or DDMS and reinstalling. Instructions for uninstalling are at the bottom of this link: http://docs.huihoo.com/android/2.1/sdk/eclipse-adt.html On Jul 7, 8:48 am, Sagar K sagar...@gmail.com wrote: Hi Everbody, I facing this Strange problem today. I'm not able to run

[android-developers] Question about the android.account.LOGIN_ACCOUNTS_CHANGED intent

2011-07-11 Thread Seenu Upadhya
Hello All, My application works with the AccountManager framework, and so I've got a BroadcastListener that's set up to listen for the android.accounts.LOGIN_ACCOUNTS_CHANGED intent - Android fires this intent off whenever there are changes to any of the Accounts listed under Settings -

[android-developers] LocalService example for two apps within the same process

2011-07-11 Thread Fge
So I have two apps running in the same process (thus, the same userid)and I want to communicate between Activity A (from App A) and Service B (from App B). The Messenger example works quite fine but I'd like to use the LocalService like communication (as I'll send quite some messages). When I try

[android-developers] How can show two view at the same time?

2011-07-11 Thread BISNU SAHA
Hi, I have two views, one contain different color. When I select any color then this color will show in a draw able Shape (Rectangular, Circle) on another view. How I can do it? Best Regards Bisnu Saha -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Programatically creating Scroll motion event does not work

2011-07-11 Thread Juan
Hi all, I've been trying to emulate user scrolling on touch screens with no luck. In order to do this, I'm creating the associated Motion Events that get called: Down - Move, Move, ... Move - Up. I found this sequence by attaching a TouchListener to a view and manually doing a scroll in the

[android-developers] 안드로이드 Samsung Nexus S

2011-07-11 Thread 현진 조
삼성 넥서스 엑스랑 이 어플이랑 호환이 되지 않는다고 하는데요 왜 호환이 안되는건가요??? https://market.android.com/details?id=kon.test.cartalksfeature=more_from_developer -- 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] Eclipse slow to edit XML files

2011-07-11 Thread Espiandev
My app project is getting quite large and whenever I try to edit an XML file, the program locks up for 2 or 3 seconds at a time. This is really quite annoying and each time it occurs a Loading referenced grammars progress bar appears on the status bar. I've tried deselected everything I could find

Re: [android-developers] How can I deny other apps to read my package signature?

2011-07-11 Thread Kostya Vasilyev
I don't believe that hackers use the API - they process your application at another computer, and create a new package, signed with a new key. The hacked package has code to intercept that PackageManager call, and return your original signature. -- Kostya Vasilyev 11.07.2011 17:54 пользователь

[android-developers] Re: Android Marketplace Search Results

2011-07-11 Thread John Wilde
because some of them have been tampered with trust me. I'm trying to help the staff fix the problem, just be careful when ya download scan it before you play it. just lookin out for fellow googlers:) -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Starting other apps - finding the activity name

2011-07-11 Thread JonnyG
I see a lot of posts about starting other apps, and I've got code to do that for my apps. How do I find out the activity name of another app? For example, I've got a request to add buttons to my app to start angry birds, or some other app. thanks in advance, Jon -- You received this message

[android-developers] onLocationChanged does not get called (it works before)

2011-07-11 Thread David
Hi All, I am trying to get location update and followed some good tutorial. Initially, onLocationChanged was called frequently. But after I made certain simple modification, it started not working today. I am copying my code below. Can anyone let me know the problem? The GPS service is running

[android-developers] gps

2011-07-11 Thread karthik
Hello everyone! I am a starting developer in android apps. I ve started my project in GPS. So,I need to get a Google Map API Key. I followed the instructions in the developers website. I located the debug.keystore file in C:/Users/Karthik/.android/ debug.keystore But my debug.keystore is a

[android-developers] Unconditional image subsampling in WebKit considered harmful

2011-07-11 Thread Mikko Ohtamaa
Android WebKit subsamples all images loaded in WebKit if they exceed a certain threshold of memory usage, reducing the image quality: http://android.git.kernel.org/?p=platform/external/webkit.git;a=blob;f=WebCore/platform/graphics/android/ImageSourceAndroid.cpp#l299 The image loader discards the

[android-developers] Storing Scaled Bitmap

2011-07-11 Thread Tommy
Hello, any ideas on how i can store scaled bitmaps in an array, so I can pass them to a setListAdapter. 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] different getPixel() value for Gingerbread (png files, )

2011-07-11 Thread Marcin Baliniak
Hi, I have a problem with android Ginger in my application. I need to get a pixel value - but in need to be the same on all phones. But when I use getPixel method on ginger bread I get different value then in older version. Here is example: BitmapFactory.Options defaultBmpOpt = new

[android-developers] Timeline/Track widget

2011-07-11 Thread Luís Lobo
Hi all. I am thinking about creating a simple DAW to handle basic sound/midi music creation. In a first instance, the app will be fairly simple, allowing the user to import existing midi/sound files into the current song (no creation in mind for the moment...). The main Activity will present

Re: [android-developers] How to pass a parameter to php server

2011-07-11 Thread Raghav Sood
You could use the GET method in the PHP script and pass id via a url. On Mon, Jul 11, 2011 at 12:58 PM, arunkumarredd...@gmail.com arunkumarredd...@gmail.com wrote: Hi all using the following code i am able to upload a file to server but along with this i also want to send a parameter

[android-developers] OpenGL ES 2.0

2011-07-11 Thread Joy
Hi everyone, I am new to Mobile Game Developing ! I learned OpenGL before, and now I am looking for its embedded version .. I have searched on internet, read some books, and came to know that, OpenGL ES 2.0 is not supported on every Android mobile.So, I have to concerned with OpenGL ES 1.1 to

Re: [android-developers] Instant messenger

2011-07-11 Thread mansuri naeem
I am also tyring to find the Project For My Third Year programme I am doing Bachelor in computer application...and i need project in asp.net... give me any suggestion..? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Re: Can somebody give me a Google+ invitation?

2011-07-11 Thread Emil Lauridsen
Guys, this really isn't the place to be asking for/giving invitations to Google+. Please have this conversation another place 2011/7/9 Ali Chousein ali.chous...@gmail.com: Fei, please come and join Google+ (Is this good enougn invitation? :-) ) -- Ali Chousein Geo-Filtered Assistant

Re: [android-developers] how to get USB connection envent

2011-07-11 Thread Kristopher Micinski
On Fri, Jul 8, 2011 at 6:54 AM, Ellen ellen...@hotmail.com wrote: Hi, When a device connect to a PC through USB, how Android could get this envent whatever the connection mode is? I searched a flag Usb.ACTION_USB_STATE, but it seems my application couldn't identify it. (SDK 2.2 API level

[android-developers] Re: TextWatcher in inherited SimpleAdapter

2011-07-11 Thread Manish Garg
Hi All, I have also tried to override getFilter() function and returning super.getFilter() but nothing is working. On Jul 10, 9:04 pm, Manish Garg mannishga...@gmail.com wrote: Hi All, In my code, I was using following code for textwatcher         private TextWatcher filterTextWatcher = new

[android-developers] TCP connections

2011-07-11 Thread Ngoc
Hi Developers, I would like to ask if there is someway/code I can get info about TCP connections in my phone (rooted), and TCP-connection and application mappings (i.e., a TCP connection belongs to a which application). Thanks a lot. Ngoc -- You received this message because you are subscribed

[android-developers] Re: wireless screenshots

2011-07-11 Thread Aaron Swafford
I don't think you can. As far as I'm aware of, the only way to do so is using the emulator included with the SDK - but I could be wrong. -- 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: Android emulator gets stuck in Ubuntu 10.04 (Lucid)

2011-07-11 Thread Olimpiu Pascariu
Try removing the -no-window parameter. On Jul 8, 12:59 pm, Raghav Sood raghavs...@gmail.com wrote: What is the configuration of your ubuntu system? RAM, CPU etc. On Thu, Jul 7, 2011 at 8:02 PM, vyom deepak.j...@gmail.com wrote: I am trying to run the Android emulator on Ubuntu, and

[android-developers] Run two Camera in the same time

2011-07-11 Thread nizar laouar
Hi Itri ignawane, Have you resolve your problem, if yes can you tell me how did you do please -- 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] getSharedPreferences() method

2011-07-11 Thread OneaDayJ
Hello, I tried to sign up for the beginners forum but had no luck. So I am posting on here, sorry if it is to simple of a question, but I tried searching on google and on the android developers site, but I do not understand a thing My question is that I am reading a book called sams teach

[android-developers] Blocking links in a WebView

2011-07-11 Thread Nicolas Copernico
Hi lads, I've got a simple app that displays the content of a website that calls a simple JavaScript. A table is generated with weather data. But this table contains a couple of links to national weather offices. After the content of the site is loaded a I would like to disable the clickable

[android-developers] Run two Camera in the same time

2011-07-11 Thread nizar laouar
Hi Itri ignawane, Have you resolve your problem, if yes can you tell me how did you do please -- 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] load swf in android

2011-07-11 Thread nikunj it4dev
hello friends, which action script of adobe flash are supported by android. i ask this question becase i have developed one application in which i have load swf file in android. i got success in non-interactive swf file but when i test application with interactive swf i get problem. so can you

[android-developers] Getting an Ethernet Network Adapter IP Address

2011-07-11 Thread Ntera
Hi Android Dev. I'm quite new to android but I found my way up very quickly. Thanks for providing the SDK. I have the following code: package android.webservice.client; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapPrimitive;

[android-developers] TCP connections

2011-07-11 Thread Dep_zai_nhung_ngu
Hi everyone, Is there anyway to get how many tcp connections running on an Android phone (Droid X) by code? And why netstat does not work in Android? Thanks. Dep_zai_nhung_ngu -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] java.lang.UnsatisfiedLinkError­: startQtApp Opciones

2011-07-11 Thread chiky
Hi, I have an application that run on qt. I want to run on necessitas for android. When I push play, it appear android console, but I can see the GUI. I read that ejecution error: E/AndroidRuntime( 335): FATAL EXCEPTION: main E/AndroidRuntime( 335): java.lang.UnsatisfiedLinkError: startQtApp

[android-developers] Android architecture

2011-07-11 Thread Perumss Naren
Hi, i need the basic idea of Android architecture please provide the useful link. Regards, Perumal.N -- 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] i want to insert more than 5000 -records in android in a second

2011-07-11 Thread Perumss Naren
Hi, Its a predefined information? if yes means (First u convert that db file into raw file add that raw in assert folder u can write the raw file in the sqlite database so all data can be stored in application database so u can retrieve that table information did i help u ? Regards,

[android-developers] Re: GSM signal strength unknown returned in Gingerbread 2.3.3

2011-07-11 Thread Paul
b_t, which device are you using? I'd like to be able to specifically name the problematic devices until the issue is resolved. Alex, do you have a list of devices? The only device I've encountered with this problem is the Samsung Galaxy S II and I've posted an issue on Android here:

  1   2   3   >