[android-developers] Multiple Applications aggregating common data

2011-06-15 Thread Stefan Anca
Hello, I have a design question and I was wondering if you could give me some advice on best practices. I want to build a series of games, who share the same framework. They are supposed to store scores and statistics about different users in their own databases. The games are different Android

[android-developers] How can i learn to make a android application

2011-06-15 Thread Dalton Metzler
I would really start to make android games I already know the hello world stuff can some one give me a good tutorail on how to make games or can some one teach me over skype text ( not video call) or something? thanks! mon...@live.com -- You received this message because you are subscribed

Re: [android-developers] Creating a view in java

2011-06-15 Thread eyasu getahun
Hello all, Please help me, i am encrypting sms messaging on android. But i don't know where to decrypt it. Please some one who can help me. Thanks in advance!. On Sun, Jun 12, 2011 at 10:26 AM, Kostya Vasilyev kmans...@gmail.comwrote: The Context / AttributeSet constructor is used when a view

[android-developers] Hello

2011-06-15 Thread eyasu getahun
Hello all, I am new for android. I want to encrypt sms and send to encrypted message to the receiver. I am exercising by using two emulators of android. But I couldn't able to know where to decrypt the message. Should I decrypt it under registerReceiver() method? Your helps are appreciated!. --

[android-developers] how to get blocked until the target activity returns.

2011-06-15 Thread Xie Daniel
With some research on the issue , I perceive that this question has sth to do with the mode singletask in the acitivity , I wanna guide user to enable wifi using the snippet below : Intent intent = new Intent(Intent.ACTION_MAIN); // Intent intent = new Intent();

[android-developers] RE: stats by version in Android Market Developer Console

2011-06-15 Thread weinerk
RE: stats by version in Android Market Developer Console When I release updates to an app, what info is avaialble in Android Market developer console, like for example: - userbase that upgraded to new versions? - total vs active by versions? etc If insufficient info available - is there any

[android-developers] AsyncTask not working

2011-06-15 Thread Gaurav Choudhary
I am editing the android game LunarLander. I have made a java library which has a class named Calls to track which contains various event functions which make web service calls. I want to make a background to call some of these functions(which works fine when run individually) inside the above

[android-developers] Re: Java book (like C KR and C++ Programming Language)

2011-06-15 Thread daniel
The two books the OP used as examples were written by the authors of the respective languages. They are both directed toward professional programmers. By this measure Gosling et. al. The Java Programming Language should be included in this discussion. It may not be the best tool for learning the

[android-developers] Quick Question about Cameras on Androids

2011-06-15 Thread Michial Thompson
I am about to undertake a project where I might need to be able to activate, and take a picture with the Camera on an Android Tablet and/ or Phone. Ideally I would like this to be a 100% Browser based application with no code actually residing on the Android at all. This is an in house

[android-developers] Re: stats by version in Android Market Developer Console

2011-06-15 Thread Konstantin Weiner
http://groups.google.com/group/android-developers/topics On Sun, Jun 12, 2011 at 2:11 PM, weinerk wein...@gmail.com wrote: RE: stats by version in Android Market Developer Console When I release updates to an app, what info is avaialble in Android Market developer console, like for

Re: [android-developers] Re: Anyone developing on the Galaxy Tab and a Mac?

2011-06-15 Thread Chris Stewart
I've been getting reports of a WebView error for the 3.1 update on the Tab. It worked fine for them on 3.0, and works fine for me with 3.1 on the Xoom. But that's a whole different issue. :) Hoping to get confirmation from someone here who develops on the Mac and has a Tab. On Jun 11, 2011 1:41

Re: [android-developers] Re: One of my apps no longer appears in searches, or under my apps public page?

2011-06-15 Thread Memo Aboudou
qui parle français 2011/6/12 Zsolt Vasvari zvasv...@gmail.com Seriously, don't expect anything until Monday CA time. Google must not feel that the Android Market is mission critical to the point where there is after hours support needed. On Jun 12, 7:30 pm, Joan Pujol joanpu...@gmail.com

Re: [android-developers] Re: How can I know when the home button has been pressed?

2011-06-15 Thread eyasu getahun
Hello Kostya, Please help me if you have any idea where to decrypt the encrypted sms message. I have encrypted the sms under onclick method. But I don't know where to decrypt it at time of delivery to the receiver. I am using android emulator not on real phone devices. Please let me know your

[android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread n.a
On Jun 15, 8:40 am, Zsolt Vasvari zvasv...@gmail.com wrote: What Google has to do is to create a separate Tags input field in the market admin panel, give it some limit and then let the developers compete. This is the fair way. In your case, 2/3 of your app description was keywords I'm

[android-developers] Who takes responsibility of assigning uid to each application?

2011-06-15 Thread xiaolei
Who takes responsibility of assigning uid to each application? For example, through ps command, we can see: USER PID PPID VSIZE RSS WCHANPC NAME app_6 157 3097464 16344 afe0d4a4 S com.android.alarmclock Who assigns app_6 to this application and where

[android-developers] ListView OutOfMemory : External allocation too large for this process.

2011-06-15 Thread Gab
I use a listview that loads covers I have a problem with OutOfMemory. I use the method getView BaseAdapter for reuse cells. I use a properly functioning imageLoader although the problem may be related but I know it's possible. However I disable the cache memory that is now imageLoader's current

[android-developers] my device doesnt read the sd card after 5 reboots it works

2011-06-15 Thread ricardoff
Hi i have a problem with my samsung galaxy tab 7. When i turn on tje tab it appears a message that says scanning all media files on sd card but the system never reads the sd card it get stuck in 0% and if my sd card is not readed i can play games which are stored on the sd card neither edit or

[android-developers] ListView OutOfMemory : External allocation too large for this process.

2011-06-15 Thread Gab
Hi, On a ListView that loads covers I have a problem with OutOfMemory. I use the method getView of BaseAdapter for reuse cells . I use a properly functioning imageLoader although the problem may be related but I know it's possible. However I disable the cache memory that is now imageLoader's

[android-developers] How to remove app widget in home when uninstall the app?

2011-06-15 Thread Jason
Hi Everyone: I have created a widget for my application. When I uninstall the app, widget shows problem loading widget error in home screen. So could the app remove app widget in home when uninstall the app? Thanks. -- You received this message because you are subscribed to the Google Groups

[android-developers] Fwd: Support to RTP protocol

2011-06-15 Thread Plínio Sandes
Hi all, Does anyone know android platform support RTP protocol? If yes, where are API? Thanks in advance, Plinio -- 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] [Feedback] Mobile Application CMS

2011-06-15 Thread Sascha
I'm a developer myself and encountered the same problem over and over again while developing apps for myself and others: it is too hard to include content like points of interest, recipes, trivia questions, announcements, ... in your apps. This is why I created a side project called StorageRoom,

Re: [android-developers] Your Opinion between android native app or HTML-5 Web App.

2011-06-15 Thread Michial Thompson
I would say good luck in getting an answer to that question, I asked about a Web App a couple days ago and still not gotten an answer... Looks like you have to be a member of the click to get a respons on here Personally my opinion is that it makes no sense to do Native Apps, unless you are

[android-developers] integrating bluez4.94 into gingerbread

2011-06-15 Thread Arun
hi, Has anybody integrated bluez HDP into android kernel. Is there any documentation to prepare the make files to do the same. Pls let me know. Thanks. Warm Regards, Arun. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] MENU click NOT working

2011-06-15 Thread hisheeraz
hi guys i am in the process of implementing this menu but it is not updating the speed of my sensor my code snipet is here are my global variables [code] private static final int MENU_SLOW = 0; private static final int MENU_NORMAL = 1; private static final int MENU_FAST = 2; private static final

[android-developers] How to use new languages with text_to_speech library?

2011-06-15 Thread inler
Good morning, I have read about text_to_speech library ( http://developer.android.com/reference/android/speech/tts/TextToSpeech.html) and about Locale class (http://developer.android.com/reference/java/ util/Locale.html). It says that You can create a Locale for languages and countries that

[android-developers] partial text color in alert dialog

2011-06-15 Thread KhAndroid
Hi, i am displaying some messages to the user by alert dialog box. and i want to show some part of my message differently either in bold or with different color. for example if my message is 'you have to ask android' , i want to show word 'android' diffrently. how is it possible? thanks in

[android-developers] Image comparison

2011-06-15 Thread Eline
Is there any way to compare 2 different images and show how many percent the similarities of the images? I'm doing a project right now and I need to compare flag images all around the world, then show the flags that have similar color or similar pattern. I have tried to find this on the internet

[android-developers] Re: Mocking static classes like Enviroment

2011-06-15 Thread Sunil Chandra
Hi All, I am pretty new to Android and trying to write an application that stores some data on external storage. I figure that Environment.getxxxState are the functions to check before assuming their presence. Now, since these are system enforced objects, how do I mock them for testing

[android-developers] Re: adding external storage to emulator

2011-06-15 Thread Sunil Chandra
Hi, How can I make my emulator think that it has external storage? Currently it always returns not mounted. Regards, Sunil -- 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] To get the position of SeekBar in video

2011-06-15 Thread sriramtej
Hi, I am using seekBar to show the progress of the video which I implemented using Media Player / Video View. But as the thumb of the seekBar is moved back and forth, the video is not starting correspondingly from the position of the thumb. Is there any way to locate the position of the thumb

[android-developers] How to build android App

2011-06-15 Thread netparvez
I am Bangladeshi, Having bit knowledge of Programming, I am using Galaxy S Mobile phone which is running Android Operating system. I think in our country there is much more to do.And i am much willing to build Android App to serve people of Bangladesh as Android enabled phone rapidly growing in

[android-developers] how can i request c2dm production quota

2011-06-15 Thread ssherley
where and how can i request c2dm production quota? 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 unsubscribe from this group, send email to

[android-developers] jar files for android.git.kernel.org applications

2011-06-15 Thread Lakshya
Hi, I am new to Android. I have downloaded source code for most of the applications from android.git.kernal.org site such as Calender, Calculator, Music and Visualisation, Media, Bluetooth etc.. But most of the I am not able to execute. It showing errors for some of the packages missing like

[android-developers] how to compile bluez for android

2011-06-15 Thread arun_satya3
Hi, I am integrating Bluez 4.94 stack into gingerbread version 2.3.4. Can anybody guide me to do the same. present I am trying to add Android.mk files where ever is required. Is this the right method. Thanks, Arun. -- You received this message because you are subscribed to the Google Groups

[android-developers] Intent resolved to different process when running Unit Test

2011-06-15 Thread Michele
I have a small application that uses two activities. Both the activities inherit from MapActivity and display a map (com.google.android.maps). Since the Android Google Map documentation says: Only one MapActivity is supported per process. Multiple MapActivities running simultaneously are

[android-developers] Android WindowManager

2011-06-15 Thread jyothi
Could please someone explain the windowmanager architecture in detail in android. How it creates the window and surface for drawing and how it manages the windows. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Put Button over image/backgournd image with the eclipse designer

2011-06-15 Thread G S
hey, it seem's like an easy task but somehow i can't do it i put a background image and i want to put button's in front of it but each time i drag button it appear on the top left side of the picture and i can't move it. it's probably somewhere in the properties but i can't find it help --

[android-developers] RE: stats by version in Android Market Developer Console

2011-06-15 Thread weinerk
RE: stats by version in Android Market Developer Console When I release updates to an app, what info is avaialble in Android Market developer console, like for example: - userbase that upgraded to new versions? - total vs active by versions? etc If insufficient info available - is there any

[android-developers] Google Plugin Beta 2.4 - C2DM Always tries to register at local ip and times out.

2011-06-15 Thread spierce7
I've been making an application with the new Google Plugin Beta 2.4, and I can't get it to connect/register with c2dm. I'm trying to test my application on the go in every day situations to see if the service works over long periods of time, and I'm getting a connection error: Connect to

[android-developers] Re: SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

2011-06-15 Thread mudasar khalid
i m mudasar On Jun 13, 12:40 pm, Andy m...@tekx.de wrote: I have a strange Problem in my Game. I use SoundPool for my FX Sounds and it worked fine so far. But with the new Samsung Galaxy S2 some bad reviews where incoming concerning random crashes. I narrowed it down to the SoundPool but

[android-developers] Emulator shows lock screen rather than my app screen for the first time. MENU button has to be clicked.

2011-06-15 Thread Jonathan Zhong
Hi, I'm new to Android development. I apologize if my question is too simple to be posted to this group, but I have not found a satisfactory answer through Google search. Start Eclipse. Create/open any simple HelloWorld Android project. Run the app. This will bring up the emulator. After a

[android-developers] Problem when installing SDK

2011-06-15 Thread Claudio Lima
Please, I am new to Android and I am trying to install in my computer (HP 6535B, Windows 7, 64bits) the development environment. So I installed JDK version (file jdk-6u26-windows-x64.exe) and eclipse. When I try to install SDK, the installation program halts and prints the following message,

[android-developers] Android Programming

2011-06-15 Thread Meherprasad cholker
I want to bulid an android application to conduct a examination.suppose there are two subjects, and each contains 20 questions each.so how to implement / best way to implement these questions and answers...i want to reuse the Activity and is the way of using Strings.xml is preferred? how?all the

[android-developers] Re: Nexus S,how to exchange ndef data via p2p.

2011-06-15 Thread Michael Roland
Hallo Tommy,      1.  i send the ndef data by the enableForegroundNdefPush(this, mMessage)function in onResume,but how can i known that the mMessage is send over,can i got the notification or Intent? You don't. Even if another device's NPP server picks up the NDEF message from the NPP client,

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Mark Carter
Were the apps remotely removed from your users' devices? If not, then once you have republished (as Zsolt suggested), you can use House Ads to drive your pulled-app customers to your republished apps. On 15 June 2011 13:40, Zsolt Vasvari zvasv...@gmail.com wrote: What Google has to do is to

[android-developers] 3D UI

2011-06-15 Thread rysk
hi, I am trying to develop a 3D user interface using 2D API? Is It possible or should I use OPEN GL ES? If possible can you please give me some good links for the same? thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Acer iconia is losing connection

2011-06-15 Thread Tony Thijs
Hi I have the newest eclipse Android SDK -release 11- installed on Windows Vista. I updated the SDK and chose Android 3.0.1. I connected an Android 3.01 Acer Iconia Tab A500. Installed the original Acer USB driver. The Iconia shows up in Windows and I can connect to the Iconia's file system.

[android-developers] data stream over the usb

2011-06-15 Thread vigneshwaran s
hi all im new to andriod i need a help,im trying to stream the video(+audio) through usb in andriod(linux). can any one suggest idea about how to stream the video? vigneshwaran sekar(vs) -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Display two camera previews in one window

2011-06-15 Thread stephen cathcart
Hi, I am required by the app I am working on now to be able to display two camera previews on one page side by side, the effect I am after is sort of like a video call where you can see the person you are speaking to as well as yourself using the back and front camera simultaneously. I know that

[android-developers] How to progmatically send DTMF dones over the uplink with internal telephony API in-call

2011-06-15 Thread SIMONM
I'm working on a project that requires my app to be able to send DTMF tones on the voice's uplink frequency during an active call. My 2 conditions are: - We don't use a customized Android platform - We don't need to root the phone I've spent several days doing my homework and am aware that

Re: [android-developers] Frame Animation

2011-06-15 Thread 王福健
you can try to add stop before start. src/project.java final AnimationDrawable yourAnimation; imageView.setBackgroundResource(R.drawable.anim); yourAnimation = (AnimationDrawable) imageView.getBackground(); yourAnimation.stop();

[android-developers] Google Maps - Calculate distance between point and nearest road

2011-06-15 Thread Joao Heleno
Hi. I'm using Google Maps in my app and I need to know the distance between a point (set anywhere by the user) and the nearest road to that point. Using javascript APIs I've seen examples using polylines and getvertex functions but there are no such methods in the android APIS. Any suggestions?

[android-developers] Take a picture in every hour

2011-06-15 Thread monnand
Hi all, I am developing an app which need the user to choose a time period and my app will use the camera to take picture in every given time period (say, every hour). User should not be involved into these actions (taking pictures) --- for example, the user could simply put the phone on a dock

[android-developers] Playing PCM with AudioTrack

2011-06-15 Thread Joseph Chang
Hi all, I'm trying to play raw PCM in assets using AudioTrack, but I couldn't seem to get it right. This is how I generate the raw PCM on my computer: ffmpeg -i sample.aif -ac 1 -ar 22050 -f s16le sample I've also tried the following formats, but all I can get is a noisy distorted sound.

[android-developers] Is there any solution to update android 2.2 to the newer-stable version, in Tablets?

2011-06-15 Thread giagntic
Hi I have one dreambook W tablet ... it has android 2.2 I want to change to the latest well-known version ... any one can help me to do? thanks a lot.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] How can App not running after install apk?

2011-06-15 Thread ricky
Hi. I install apk like below.. File file = new File(dir, App.apk); Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(file), application/ vnd.android.package-archive); startActivity(intent); in this way, installed apk run automatically after install. But I dont

[android-developers] Displaying a list with buttons at the bottom

2011-06-15 Thread Charles Barnwell
I want to display a list of results in a scrollable list, but at the bottom I want to have two buttons, return and clear, that are always displayed when I scroll down the list. Any about suggestions about how I could achieve this? -- You received this message because you are subscribed to the

[android-developers] Hold the NFC Foreground Dispatch

2011-06-15 Thread Rafael Porras Lucena
Hello! I want to do a thing and I don't achieve it...I have a NFC reader App, this App captures the Tag while the Activity is in foreground by means of the Foreground Dispatch System of Android. What I want to do is that the App captures the Tag while it is running and not appear the dialog for

[android-developers] How to find a encoding type used in SMS

2011-06-15 Thread tamizh parithi
Hi, I want to send SMS content in the same encoding format (G-7Bit/8Bit/UCS2) to remote device via Bluetooth. I'm accessing the SMS through content provider. When I pull the SMS from content provider it gives the message as either string or byte[]. Basically, I want to know the encoding type

[android-developers] Android WindowManager

2011-06-15 Thread jyothi
Once the activities of different applications are launched and their windows are created, how does the WindowManger is able to manage those corresponding windows while trying to switch from one activity to another activity of different applications. Could please someone explain with regard to

[android-developers] Re: EAP-SIM support in latest version of Android build or in any Android Phone

2011-06-15 Thread zp
1.I don't think any version of android can support the access of sim card. 2.the patches seek what you found on net is developed by GD,but right now google have no any confirm to involve the APIs into new release.Although google add them ,there will be some limits in using the APIs because of

[android-developers] Create shortcuts one the home screen

2011-06-15 Thread Liuk84
I have a heap of doubt. What i'd like to do is: 1) i'm inside an activity, there are 2 buttons. If i click the first one a shortcut is created in my home screen. The shortcut open an html page that has been previously downloaded, so i want it to use the default browser but i don't want to use

Re: [android-developers] Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Lenn Dolling
ohhh are the sdk's you are using all checked out? still I wish you luck in your battle. But again.. I think every manual in the book has a hello world app of how to make a lightapp... I know I would love your audience. but it would be like a silly move if you sold your house and your family

[android-developers] How can I make my application to show in safe mode?

2011-06-15 Thread burnbrain
Hi, all developers, I have some question. How can I make my application to show in safe mode? Now, I have known that 3rd party application is not visible in safe mode. If so, what can I do for showing my app in safe mode. Do I have to sign my apk file from android phone manufacturers? If it is

Re: [android-developers] Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Lenn Dolling
I would say you have a good case... perhaps there are already enough flashlights though.. you should just release your code to the open market and work on another great project! :) whoo hoo! On Tue, Jun 14, 2011 at 1:57 AM, n.a devuni...@gmail.com wrote: Hello Guys and Google, I'm the

[android-developers] Help needed with OnItemLongClickListener custom adapter - UnsupportedOperationException

2011-06-15 Thread Graham Bright
Hi, I am new to Android programming and need help with onItemLongClick. I have implemented an OnItemLongClickListener but when i long click on an item in my list an UnsupportedOperationException is raised. I include two files below listmodified and my custom adapter CustomAdapter Thanks in

[android-developers] How to develop an app which controls external objects through USB?

2011-06-15 Thread shoop
Hi there, I have a question about how I can approach an art project. I am a programmer - but really have just experience in the software world, but thinking about a project that interfaces with hardware. So it would be me building an app on Android: - Interfacing this app with a physical device

Re: [android-developers] Re: Working with Activities

2011-06-15 Thread chenxiong qian
cancel the getter and setter, replace with some static variables... 2011/6/14 Felix Garcia Lainez fgarcialai...@gmail.com Ok it is one of the options i am thinking on.. Thanks! On 13 jun, 21:17, TreKing treking...@gmail.com wrote: On Mon, Jun 13, 2011 at 3:19 AM, Felix Garcia Lainez

[android-developers] Re: problem in installation of android sdk

2011-06-15 Thread Charles
Has anyone looked at this yet? I'm trying to use installer_r11- windows.exe and jdk-6u26-windows-i586.exe, and after I install (repeatedly) the Java SDK, the installer still says that the java SDK was not found. As an alternative to fixing this in the Windows installer, can someone tell me what

[android-developers] Re: problem in installation of android sdk

2011-06-15 Thread Charles
Has anyone found a solution to this? I have the same issue with the Java SDK 6u26 i586 installable from Oracle, and the instlal_r11- windows.exe on Wndows XP. Alternately, what is the installer checking so that I can figure out where the JDK install went off the reservation? On May 31, 4:27 am,

[android-developers] super.onCreate(savedInstanceState)

2011-06-15 Thread Android
The Reason we use onCreate(savedInstanceState) because, upon super.onCreate() it will reach the Activity (parent class of any activity) class to load the savedInstanceState. (beacause the demo activity class we have created is not capable of loading the saved state) Yeah, we normaly don't set any

Re : Re: [android-developers] timeout

2011-06-15 Thread Agoulaoui
I don't know if the previous message helped you but I encountered the same problem and I had the same problem and I found out that if I turn on networks on my phone (wifi or 3G) I don't get the error message and the installation was successful. I'm still looking why (found this post while

[android-developers] Tracking the mouse movement

2011-06-15 Thread amir lazarovich
Is it possible to track down the mouse movement on Gingerbread ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] How to use java.awt.image package in Android

2011-06-15 Thread zhibo wang
Dear all, I am using an image processing library which relies on the java.awt.image package. However, the Android library does not have that package. Does anybody know how to use it in Android? Thanks! -- Department of Electrical Engineering and Computer Science University of Tennessee

[android-developers] JDK Installation

2011-06-15 Thread Charles
When I'm trying to install the Android SDK, I know I have to have a Java SDK installed first. I'm installing jdk-6u26-windows-i586 on an XP platform prior to installing install_r11-windows.exe. I consistently get the error that the JDK is not installed. Has anyone else run into this, and how

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Lenn Dolling
a horror story for sure. 6M users is a huge hand full to just be dumped like a rock. Like I wrote a app that calculates CDC Flu XML data from live datasets and built internal databases for custom reporting of the data and and a whole lot more and I have yet to have a single user download the

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Lenn Dolling
geeze after thinking about this for a few minutes longer... Seems pretty complex of a app with all your api integrations for a Flashlight... I wonder how many of the 6 Million users that you have as your customer base had issues with your app.. I wonder if anyone really needed a flashlight to

[android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread n.a
I don't know yet. I'm still waiting for more accurate data from Flurry. Most of the users are using the widget, so they never see any ads. In this article Quentyn says that the widget is still on his home screen:

[android-developers] Re: Odp: DB4O Native query time issue

2011-06-15 Thread billybraga
Are you in CS environment ? If yes, does the server have the up to date jar file included ? Also, you must have the field indexed, whether you use SODA or native queries ? Is the field inherited !?!? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Emulator shows the lock screen rather than my app's screen for the first time. MENU key has to be clicked.

2011-06-15 Thread jonathanz
Hi, I'm relatively new to Android development. The issue above has been observed by several of my colleagues. I have not found a satisfactory solution through search engines. To reproduce it: Start Eclipse. Create/open any simple HelloWorld Android project that has a simple UI. Run the app. This

[android-developers] Porting existing junit test cases to Android

2011-06-15 Thread Aman Bhardwaj
Hi, I have a set cross platform libraries(C++) which work on Windows, Mac and Android. For testing the libraries on Windows/Mac I have generated Java wrappers using Swig, and created test cases using JUnit4. My libraries dont have any UI component, everything is api calls. Now for test

[android-developers] Need Help

2011-06-15 Thread venugopal reddy
How to maintain instance in the android application. For example , If i am running one application, in that am entering some text and click some check boxes, unfortunately the application is showdown,reopen the same application i wanted to last state of the apllication( i mean save the last

[android-developers] 'building workspace' has encountered a problem. Error occurred during the build.

2011-06-15 Thread sarvesh singh
Sir, i have download the code from CODE.GOOGLE.COM. when i upload the code on eclipse sdk then it give error..'building workspace' has encountered a problem. Error occurred during the build. So please Sir give me answer . how can i compile the code. -- You received this message because you

[android-developers] Android: Video chat

2011-06-15 Thread Prasanna Thirumalai
I am trying to implement video chat using Android 2.3.4. I am using MediaRecorder and setting output file as local socket descriptor. The problem comes when trying to reconstructing the received bytes into a valid video. I am reading 1400 bytes from the socket and for now I am simply writing

[android-developers] Porting existing Junit test cases to Android.

2011-06-15 Thread Aman Bhardwaj
Hi, I have a set cross platform libraries(C++) which work on Windows, Mac and Android. For testing the libraries on Windows/Mac I have generated Java wrappers using Swig, and created test cases using JUnit4. My libraries dont have any UI component, everything is api calls. Now for test

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Lenn Dolling
well I have been importing androids from the HK for a while now, I am shocked on how liberal their market is. Has anyone ever browsed through the Photography section of the market place? GOOGLE©™ clean that shit up. Korean porn all over the place.. I am happy that GOOGLE©™ has a magic wand and

[android-developers] Decoding and displaying a jpg file

2011-06-15 Thread rajesh nair
Developers, I wanted to develop an application to decode and display a jpg file(either from a location on the disk or from a url). I browsed for a few codes and tried running them but unfortunately nothing worked. I'm new to Android and to make things worse very new to java. Could any of you help

Re: [android-developers] JDK Installation

2011-06-15 Thread νιנαソkum
you have to set environment path. On Tue, Jun 14, 2011 at 11:57 PM, Charles ccha...@gmail.com wrote: When I'm trying to install the Android SDK, I know I have to have a Java SDK installed first. I'm installing jdk-6u26-windows-i586 on an XP platform prior to installing

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Romain Guy
After the list of devices you have the following: Torch, Light, Camera, Flash, Color, Dark, Bright, Brightness, Brightest, Lights, Signal, Find Keys, Screen, Effects, brightest flashlight, Emergency, Warning, Police, brightest led flash, DroidLight, Maximum, Backlight, Best, Great, Fun, Cool,

[android-developers] ListView and GridView Rendering

2011-06-15 Thread oriharel
ADT said that version 11 brings ListView and GridView Rendering, however it's disabled in my eclipse and shows: not supported for this SDK version; try changing the Render Target. I tried changing the render target but no help there. Suggestions? -- You received this message because you are

[android-developers] Re: Need a NFC compatible Desktop NFC-Reader

2011-06-15 Thread Michael Roland
Hallo Ferit, i'm working on some simple NFC-Applications and i want to realize a simple scenario, where the Nexus S sends some Text / URI / SmartPoster to a desktop NFC-Reader. Have a look at nfcpy ( https://launchpad.net/nfcpy ) and which readers it supports. For the moment, nfcpy is the

[android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Zsolt Vasvari
Sorry, I only saw the beginning of the list. I take back the 2/3 of spam comment I made earlier. It's actually more like 95% spam. I can now categorically say this guy deserved his app removed. No one can say that they didn't know this was wrong. On Jun 15, 2:15 pm, Romain Guy

Re: [android-developers] ListView and GridView Rendering

2011-06-15 Thread Romain Guy
It probably works with Android 3.x (API level 11 and up) only. On Tue, Jun 14, 2011 at 11:19 PM, oriharel ori.ha...@gmail.com wrote: ADT said that version 11 brings ListView and GridView Rendering, however it's disabled in my eclipse and shows: not supported for this SDK version; try changing

Re: [android-developers] Displaying a list with buttons at the bottom

2011-06-15 Thread Mohammed Hossain Doula
Just place two button widget after the ListView you defined in the layout file. On Tue, Jun 14, 2011 at 7:13 PM, Charles Barnwell cgbarnw...@gmail.comwrote: I want to display a list of results in a scrollable list, but at the bottom I want to have two buttons, return and clear, that are always

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Chris
That's a fair enough assessment of what went wrong. But its really not a justification to someone with an excruciatingly penetrating app (I mean seriously, he's sending ioctls to drivers to support really old platforms) for just banning the developer account. I understand you might not be in

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Chris
sorry, I meant ... if anyone in their right minds that were trying to push an otherwise legit app ... ran slighly afoul of a cumbersome TOS , I'd hope there was some sort of recourse ... Late, tired, hungry, blah. -- You received this message because you are subscribed to the Google Groups

[android-developers] Post video to youtube from sd card

2011-06-15 Thread Goutom
Hi I want to post video to youtube from android application.Is there any sdk to implement it?Please give some link of tutorial to do this. Thanks in advance. Regards goutom -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Romain Guy
To be clear: I'm not justifying anything and I don't know more about Market than you guys do. I actually probably know less since I haven't published an app in a couple of years. I was only commenting on the discussion about whether that particular app was using too many keywords. I do not know

Re: [android-developers] Re: Reading PayWave (ISO14443-B format) track information using Android 2.3.3 NFC API

2011-06-15 Thread Michael Roland
Hallo Shekhar, if the card supports ISO 14443-4 (which every EMV card should do) you can access this card with APDU commands through ISO-DEP. (* Except for some cards that seem to require a higher magnetic field strength than the Nexus S provides.) Using APUD commands you can then access

[android-developers] Re: SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

2011-06-15 Thread Andy
I ruled out following things: * Mediaplayer still works (for Background Loops) * Increasing the MaxStream doesn't solve the Problem * Switching refering Context to the most actuall doesn't solve the Problem * Commenting out the AudioManager (vor current Volumes) doesn't solve the Problem So

  1   2   3   4   >