-
Posted: March 10, 2010, 4:30pm CET by GK Gupta
Hi,
I am using Android tools rev4, which shows adb version as 1.0.25 and
my device is a 2.1 android device. When I do
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
It does not shows device attached, but for the same device if I use
adb version 1.0.20 It shows up me the device with state as device.
-
Posted: March 10, 2010, 4:06pm CET by sazilla
Hi guys,
I've an issue related to the application uninstall. Actually when my
application is removed, all the related accounts are removed, and
consequently all the account contacts disappear from the device. I was
wondering if there is a way to keep the accounts information or
eventually to be notified when the application is being uninstalled,
-
Posted: March 10, 2010, 4:04pm CET by JFrog
Currently, I have been dealing with placement of items in the
ItemizedOverlay class with the google maps android library, which
seems to work just fine. It handles the icon placments and associated
properties of the icons that I place on the viewer.
As of lately though, I noticed that I loose the satellite view
-
Posted: March 10, 2010, 3:43pm CET by David
I am not really happy with using the trackball with the 2D game we are
developing. So, I would like to move the trackball function to the
bottom of the screen and utilize on-screen buttons that emulate the
trackball. We're just getting started in this... So three questions:
1. Are there any apps that have done this that I could reference?
-
I've got an application where I need to dial a phone number. This is
how I'm starting the dialer:
int DIAL = 1;
Intent dial = new Intent(Intent.ACTION_CALL, Uri.parse("tel:5551212"));
startActivityForResult(dial, DIAL);
After the phone call is ended the dialer automatically goes to the
call log activity. However, when the call is over I really want it to
-
Posted: March 10, 2010, 1:25pm CET by Kabita
Hi,
Is there any procedure how to check all the apps getting closed
gracefully during the shutdown scenario? Anybody has any idea please
share.
-
I currently have a Loop back program for testing Audio on Android
devices.
It uses AudioRecord and AudioTrack to record PCM audio from the Mic
and play PCM audio out the earpiece.
Here is the code:
public class Record extends Thread
{
static final int bufferSize = 200000;
final short[] buffer = new short[bufferSize];
-
Posted: March 10, 2010, 12:06pm CET by Gulfam
Hi all,
I am trying to make an app widget, and i want to add three things in
this widget
1: Text View
2: Button
3: Rating bar
I have added first two things successfully but when i have start to
add "Rating Bar" in the widget its not adding and showing "Problem
loading widget" message where should be widget with three thigs, and
-
Hi
I want to make an activity in 2.x which have many UI screens and user
can move from one screen to other by scrolling the screen like we have
more than one Home screens and we can move from one to another just by
sliding current screen.
Please guide me for implementing this.
Can this be implemented using HorizontalScrollView or
-
Hello everybody,
Is it possible to disable the edition of fields in DatePicker ? Indeed
when I touch on the editable box in the DatePicker, the keyboard
appears... And I don't want this !
Someone have an idea ?
Thanks a lot for your response :)
------------------------------ ----------------------
Bonjour à tous,
-
Posted: March 10, 2010, 10:56am CET by biokys
Hi,
Can I find out an information from appliaction code about user, who is
using android phone. I mean for example email, the user is connected
with to google account.
Thx in advance
Honza
-
Posted: March 10, 2010, 10:55am CET by Olivier
Hi!
It is the last problem I have before finishing my widget so I beg you
to help me!
I've created a widget wich can navigate in SMS/Inbox, and deleting
them...
When I delete one at the position 5 for example, this one is deleted,
the other next are at the position before and the messages before the
-
how can i convert a Bitmap to Drawable.
Thanks,
Farha
-
Hello,
I want to buy the ADP2 (HTC Magic) but I wonder if also Android 2.1 is
available for it. Because I've heard that eclair doesn't run on HTC
Magic as you can get it in the stores.
Natanael
-
Posted: March 10, 2010, 8:07am CET by pawan
hiiiiiiiii ....
please help me i want to know the deatil about multiple user
feature in android and what is th eadvantage and disdvantage of
this .please help me .
i am waiting for your response.
-
Hii All
I always face this problem in my eclipse.
I would like have a copy of the apps in all the versions of SDKs/NDKs.
And once i have a project in eclipse, and if i have to import the same
project from a new location, i get the message saying " can't import,
project of the same name already exists"
-
Posted: March 10, 2010, 6:40am CET by Guddu
Hi friends, I have one .NET (WSDL) webservice, & I want to invoke that
web service from my android application to get some data from dat
webservice. Can anybody please help me out?
Thanks & regards.
Swapnilkumar.
-
Posted: March 10, 2010, 6:20am CET by ailinykh
Hello, everybody!
I'm doing some network job in AsyncTask. Sometimes it requires
communication with user. (connection is dropped, session is expired
and so on). I want to pop up a dialog or launch an Activity, and then,
depending on user's input, stop the job or redo it.
I can launch any Activity from AsyncTask, but how to get result back?
-
Posted: March 10, 2010, 5:10am CET by mike
hi guys,
i'm having a HTC Tatto which runs on 1.6 platform. i'm trying to build
an application which will customize incoming/out going call screen. i
want to display a full image (animated one or sort of) rather than the
default picture or the picture of the contact person.
and is it possible to hide the call details (like calling number,
-
Posted: March 10, 2010, 4:00am CET by monica
I'm using the Google Latitude to get location data for select users. What
I'm wondering is if it is possible to get additional information from the
user ids than is provided in the JSON feed? Because right now I am unable to
get the user id, how can I get user id by email address?
-
Posted: March 10, 2010, 3:58am CET by Ben
I am trying to throw 4 tables into a List<table> and then run a query
on each through a loop... this isn't really working...
Following code totally freehand as I had to undo the code I wrote
because it wouldn't run :
//this first line is the one that I would imagine is the linchpin on
getting this to work
-
My name is Hideaki.
VoiceSearch, VoiceSearchWithKeyboard If anyone knows how to get the
source code of the application, Can you tell me?
I think Google is trying to develop applications using voice
recognition feature, Google we have trouble knowing how to access the
server.
-
Hi all,
I am using
[HttpsURLConnection] to post data to a web server.
Here is the function I wrote to get the result. (see the code below)
Very strangely, when the function be first called in my program it
would very likely return -1; and then I re-call the function after the
first call, it would always work ok.
-
Hi.
Generally, there should be an option named Orientation which is in Setting
-> Sound and Display -> Display setting -> Orientation
However, I can't not see the option "Orientation" in the Android. How could
I activate this option?
Cheers,
Michael
-
Posted: March 10, 2010, 2:45am CET by klausa2
I want to run an activity without ANY screen output. The screen should
not blink or anything. How?
Bachgroung:
I have an Appwidget. whenever it gets clicked I want to write
something to a DB.
So, via 'setOnClickPendingIntent' I start an activity that does that
and finishes. But, the screen goes black for a short time, while the