For issues relating to developing with the android SDK, version 2.1 API level 7

learn more… | top users | synonyms

0
votes
0answers
7 views

Changing the STREAM_RING blocks the rest of the streams…?

im having this problem, im doing some stream_ring value changes, but the fact is that when i had changed the values, im unable to change any of the other streams, i must to close the application and ...
0
votes
0answers
122 views

MediaPlayer Error (1, -2147483648) android programing

I have been having some issues with my code to play html5 vide. I created a short presentation in powerpoint and exported it html5, it contain a video, I have copy the exported files into my assets ...
0
votes
1answer
100 views

How to make my application support new Locale(s) under old SDK?

I developed an android application And I targeted some old devices (Android SDK 2.1) How I can support languages as (Bulgarian, Danish, Arabic, Hebrew ...) However all the above Locale(s) were only ...
1
vote
0answers
128 views

Android sensors to control game

I'm trying to setup my android game to use android sensors for controlling the game. When the phone is tilted forwards slightly, I want the thrusters to fire. And tilting the phone left or right ...
2
votes
2answers
112 views

Wave processing and Raspberry Pi

I'm looking for tutorials, and guidance and not code. I'm developing a project and the core of the work has been written in C++ and I need to build a user-interface for the Andriod platform. The ...
-1
votes
2answers
69 views

doesn't 'Android API Version 2.1' have webview?

My test phone version is Android api 2.1 . And I want to know webview is operated in api 2.1. thus, I'm trying to below code, but it doesn't operated. The Palette(When you could see the ...
0
votes
1answer
83 views

Performance issue with Android application while loading hundreds of images to the Grid

I have a cataloging application in Android for engineering industry. Over 300 thousand design images have been uploaded into the Android device. Over 200 new images are being synchronized daily to the ...
0
votes
0answers
54 views

VideoStraming 3gp not playing in 2.1 and some issue in 2.2

I developed an Application for 2.1 mobile which can run up to 4.0. In my Application I have a List of .3gp videos posted in server. I am trying to play the video in 2.1 emulator and is showing an ...
1
vote
1answer
109 views

Continuously tracing the available bluetooth connections in the mobile's vicinity using android

I need to continuously monitor the bluetooth devices which are present every 5 seconds. I have written the following piece of code which is not working for me. private static final int ...
0
votes
1answer
98 views

detecting all the bluetooth devices present in an area including the devices which are already paired

I am willing to generate a list which has the list of all the bluetooth enabled devices in the phone's vicinity. The code which I have discovers the devices which are not paired. Is there a way to ...
0
votes
2answers
477 views

Any way to get the sender phone number from a received sms on android?

I wrote send and receive sms program sucsessfully but I want to that checked receiver phone number in onReceive method. how can i get the sender phone number from a received sms in android? I wrote ...
1
vote
0answers
79 views

Droid Box working

I install the Android SDK in the mac, the AVD working good as android 2.1 api7. I use Droid box to testing apk, but fail, reply message droidbox.sh: line 3: adb: command not found droidbox.sh: line ...
0
votes
0answers
134 views

How do I read media files from android?

I'm trying to read a file that this intent returned to me after I recorded a video in the emulator. //I'm using this activity because I don't know how to pull the video gallery instead Intent ...
0
votes
1answer
481 views

Error while downloading Android SDK Tools

I am trying to install Android SDK Tool(Revision 20) . However, as shown in attachments, it always fails after reaching 59%. I have already updated my ADT plugin to 20.0.3 as mentioned here It ...
1
vote
3answers
2k views

Eclipse - “compute launch button tooltip” error

I'm trying to run Android SDK with Eclipse for the first time. I have never used Eclipse before and I'm running into the following error message over and over again, with no specific trigger: "compute ...
0
votes
2answers
1k views

Get path of song from SD card in android

In my android application I want to fetch song from SD card but I am not able to get the path of that particular file.I am using android api level 7 which doesn't support following method. ...
0
votes
1answer
108 views

SensorEventListener hangs on virtual device with 2.1 (API 7) but not on real device, why?

* ANSWER: As pointed by DeeV, this question was already covered here. I can't figure out how to close this question as DUPLICATE I have been testing with motion detection and I have had good ...
1
vote
0answers
252 views

Android SDK Manager Not Loading API level 7

I m new in Android. I have installed installer_r18-windows , while launching sdk manager form Eclipse==> windows , it started downloading all the api level but i cant see api level 7. there are ...
0
votes
2answers
154 views

youtube data on android forceclose

I am trying to hook up the youtube api for an android app, i downloaded all the required jars and started to follow the examples at ...
2
votes
1answer
2k views

Copying directories and files from res/raw folder to sd card - android

I have a folder which contains few files and some directories which I need to copy to my SD card's /mnt/sdcard/Android/data/ path while I launch the application for the first time, and of course, if ...
0
votes
1answer
70 views

SQLiteException: near “''” in Android 2.1

I encountered and FC on my app when testing on Android 2.1 device. This happens in this query when I want to match PRODUCER_ID to an empty string. managedQuery(CONTENT_URI, new ...
3
votes
0answers
271 views

android-sdk\docs\reference missing

While creating my JavaDoc for an Android project, I'd like to include a link to the offical online reference of Android when clicking on Android classes/packages. As far as I know most people do ...
9
votes
2answers
3k views

Android view pager change pages automatically after a few seconds

I have used android view pager to display images and text now what i want is that if a user is not changing the images then it should start to change the images automatically after a few seconds and ...
1
vote
1answer
1k views

MyLocationOverlay.enableCompass() stopped working on Google Map API 7 and 8

Arg.. This is frustrating: All of a sudden (March 2012) MyLocationOverlay.enableCompass does not work. It works okay using Google APIs 14, but is leaves the screen all black on Google APIs 7 and ...
0
votes
1answer
506 views

Reading pdf file with android app

Hi guys i am trying to implement EBookdroid reader. I have source but i can't check it, because when i import project into eclipse there is no R.java file generated. Only errors shown is just for ...
1
vote
1answer
121 views

I cant access internet in avd's below 3.0

Help - I couldn't use internet in my emulator. I m in a corporate network. Even after giving my proxy settings in telkilla APN, i couldnt able to access the network. However if i try to access ...
0
votes
0answers
68 views

truly bizarre android services/eclipse emulator ongoing issue

In the last 48 hours my emulator began giving me problems, first my background services would not work when I launched the activity I was working on, the same background service would launch however ...
0
votes
2answers
237 views

Camera at Android 2.1 works fine but doesn't in Android 2.2. Why?

I have to develop an android app for which I have to use camera feature. Before developing the app I checked the default camera app of emulator and I found that it works in Android 2.1 but doesn't ...
1
vote
1answer
178 views

How to hide the screen behind a Dialogue

I have a Password Dialogue and, to prevent "peeking", I would like to hide the screen behind the window. The best I could come up with was the following code to Blur the screen's contents: ...
10
votes
2answers
2k views

e-Book library or parser (.azw, .mobi, epub)?

Im planning to develop a ebook reader app for android. Is there some library i can use to parse formats like .azw (amazon kindle), .mobi, pdf etc. Thanks
0
votes
1answer
416 views

Android SDK Eclipse Error

I'm trying to get some of the samples to run from the Android SDK samples but am having troubles getting them to run on my device. I am running windows 7 64-bit and my device is an LG Optimus Slider. ...
2
votes
3answers
2k views

Android Manifest File Not Picking Up Default Launch Activity

If on run/debug configuration, if I specify a launch activity, then my app runs fine, but when I select 'Launch Default Activity' I get "No Launcher activity found!" error from android adb despite the ...
0
votes
1answer
627 views

Access is denied when installing Google APIs

When installing Google APIs for level 7 in Eclipse with the SDK Manager, I got the error: File not found: C:\Program Files (x86)\Android\android-sdk\temp\google_apis-7_r01.zip (Access is denied) ...
0
votes
0answers
233 views

Android return error when i try to send a https post request

i'm programming an android 2.1 app with phonegap and jquery and i can not solve this problem... i'm just trying to get information from a server but i don't get... If i send a post request to ...
0
votes
2answers
366 views

Play android Recorded file into PC

I am using below code to record voice. But, when I play that recorded file in pc. No music player can play. while in phone it's playing very well. Dose anybody can say that how can i play android ...
0
votes
1answer
464 views

Reason for 5 sec delay to show an activity on pressing the home button?

I am facing delay of 5 sec to show an Activity after pressing the HOME key. I had gone through some post and found that after pressing the HOME button, android prevents services and ...
0
votes
1answer
430 views

store context in shared preference for facebook logout in Android

i develop a game project in which i have implemented facebook sdk for posting scores on the wall in facebook. But there is a problem for logout in facebook. I have to logout from facebook in settings ...
0
votes
1answer
188 views

How to extract number of followers of a user from twitter website using WebView in Android?

I want to program an Android app -for android 2.1 and above- that does not have to be authorized to extract just the number of followers of a twitter user. I was thinking about using the WebView to ...
0
votes
2answers
881 views

rawQuery return always return false

I am trying to iterate on my database records. but for some reason it always return an empty cursor. If I pull out from the emulator the database file file the 'File explorer tab' I can see the table ...
0
votes
1answer
1k views

Android SDK onCreate called every single time

What am I missing here? Problem is, I launch my app onCreate is called. I press the home button to leave it, press the app icon again and onCreate is called yet again. The activity is being killed, ...
0
votes
2answers
561 views

Pass results from child activity to Parent Tab Activity

I have 6 activities in my app which are Activity1, Activity2, TabActivity, childTab1, childtab2, ExtraActivity. App flow: Activity1 => Activity2 => TabActivity =>ChildTab1 or ChildTab2 ...
0
votes
1answer
522 views

Android: show menu options on an Activity with Tabs

I want to show menu options in an activity which hosts tab views. Here is the code of my tab view activity. public class Tabs3 extends TabActivity { @Override protected void onCreate(Bundle ...
1
vote
1answer
399 views

Can I register more than one BroadcastReceiver for an Activity in an Android Programming?

I implemented a sample application which Shows the Phone Information, Battery Information of an Android application. I created two different Class files for two activities. There is no issue in ...
0
votes
1answer
102 views

Button Crop in screen

can we know programmatically that view is croped in screen or not? e.g. There are four buttons on the screen. If one button out of them is cropped in the screen due to size of buttons. so can we ...
8
votes
6answers
12k views

Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

I get the error mentioned in the title when I run my app on the emulator. While creating it, I had given a sufficient space. How can you fix this? My log file: [2011-09-16 09:28:17 - Trivia] ...
0
votes
2answers
3k views

Android: NullPointerException on getWritableDatabase()

Here is where I try to access the database: UserDataAdapter dbHelper = new UserDataAdapter(this); dbHelper.open(); dbHelper.createNetwork(network); dbHelper.close(); UserDataAdapter.java: public ...
4
votes
1answer
1k views

BroadcastReceiver or Messenger via Handler

I Have an IntentService which need to pass a message to an Activity. I know two ways of doing so. use sendBroadcast() at the Service side while registering a broadcastReciever at the Activity side ...
0
votes
0answers
66 views

Where to search for alternative method if one isn't supported in all SDKs?

I hope I wasn't too confusing in titling the question :). Anyway, in IntelliJ (and probably in Eclipse as well) I can call a quick info on any method via Ctrl+Q. This quick info popup will tell me ...
0
votes
1answer
190 views

Retrieving Google calendar list using gdata-android-2.2.1-alpha

I need a simple working example with all the relevant import. I found only one example but its too complicated and many imports are missing
0
votes
1answer
533 views

Buttons inside TAB dont clickable/responding

I have done TABS in my app using TabHost. one of the tabs has two buttons in it("button","anotherButton") After I run my app I can see both tabs, but when I press on them nothing happend(they dont ...

1 2 3 4