Android :: Create Call Fails In Windows 7 - Missing JDK
Jun 16, 2010
I'm having a problem getting my android dev environment setup in Windows 7. I follow the instructions here, as well as several environment sublinks. I am using Eclipse with the Android plugin. I have installed the Java JDK several times, in various locations (jdk-6u20-windows-i586.exe) - but I am obviously missing something.
Every time I run "android create avd --target 2 --name my_avd" I get an error:
C:Usersandrew>android create avd --target 2 --name my_avd
WARNING: Java not found in your path.
Checking it it's installed in C:Program FilesJava instead.
ERROR: No suitable Java found. In order to properly use the Android Developer
Tools, you need a suitable version of Java installed on your system. We
recommend that you install the JDK version of JavaSE, available here:
http://java.sun.com/javase/downloads/
You can find the complete Android SDK requirements here: http://developer.android.com/sdk/requirements.html
This error message is the reason for me installing the JDK several times over. First I tried installing to a location on my e: drive. I then moved it to the default loc (program files (x86)javajdk.6.something. I also tried forcing it to go into the program files path, but it still automatically installs into the (x86) path. I have added the install path to my path environment variable every single time, yet I still continue to get this error. My suspicion is that windows 7 and the android tools are not playing together well in terms of finding the JDK, but who knows, it may be something entirely different. If you have seen this error before.
View 3 Replies
Apr 7, 2013
I have HTC Desire Bravo Gingerbread, Win7. I'm sharing my connection via Virtual Router Manager v1.0. I can successfully connect to internet and surf. I can even sign in to skype. But When I try to call someone via Skype (call someone to their phone) it just kindda blocks internet connection. neither call works neither surfing the net works. But connection works on my laptop.
View 3 Replies
View Related
Jun 5, 2010
I just changed to a new desktop running Windows 7. After installing HTC Sync, it can detect my HTC Hero. The problem is, under Sync Manager, it only show "contacts" but no "calendar".
How do I make it to see the calendar. I am running Outlook 2007.
I don't have this problem previously when I used Windows XP. Both contacts and calendar synced properly before.
View 1 Replies
View Related
Sep 30, 2009
I have a problem with my DDMS in eclipse. In the logcat view appears only this failure: Logcat View fails with "Could not create the view: For input string: "our" "
I uninstalled and reinstalled the adt and ddms already without any change. I can use the logcat in the command line (tools- adt logcat) but this is not as comfortable as using the logcat in eclipse.
More details of this failure message are:
CODE:...............
View 2 Replies
View Related
Jun 22, 2010
When using
file.createNewFile();
I get the following exception
java.io.IOException: Parent directory of file does not exist: /.../pkg/databases/mydb
I am wondering is there a createNewFile that creates the missing parent directories?
View 1 Replies
View Related
Aug 23, 2010
I'm starting with Android development and I have no idea what's wrong on the this command line:
C:Documents and SettingsGabriel.Esquivel.androidavd>android create avd -n Ev
o4G -t 9 -c 8000MB -s 480-800
Valid skins: WVGA854, WQVGA400, HVGA (default), WQVGA432, WVGA800, QVGA
Error: '480-800' is not a valid skin name or size (NNNxMMM)
I am trying to create the following AVDs
http://mobile.tutsplus.com/tutorials/android/common-android-virtual-device-configurations/
But it won't work on from Android SDK Manager. There seems to be bug that throws the following error "SD Card size must be at least 9MB". So I have decided to try from command prompt as I read on other blog that it will allow me to create AVDs without getting SDs less than 9MB errors. It won't take specific dimensions for the skin-s width-height
View 1 Replies
View Related
Dec 12, 2009
In Gmail I have my contacts sorted by groups, easy enough, on occasion I need to add a new group or move a contact from one group to another, which is easy enough using a pc and my Gmail account. However, I cannot seem to add new groups or edit existing groups on my Moment. I can see the groups, I can sort by groups, but I cannot find an option that will allow me to add or edit any groups. Does anyone know how this is done on the Moment? I suppose I could use the browser to log on to my Gmail account and change it from there but isnt that sort of redundant since I am on my Gmail account using the Moment? Also, maybe someone knows when Moment contacts sync with my Gmail why dont the contact photos sync? One more thing, anyone ever on a call and it goes dead and after a few seconds the phone rings with unknown in the caller ID. When answer it is some from my address book that should have appeared in my caller ID Anyway, now I have to quickly hang up on this person to call the person my phone hung up on to receive this call. Its like the call waiting gets disengaged and hangs up the present call to allow the new incoming. I also had this problem on a HTC Hero I had before I got the Moment also.
View 1 Replies
View Related
Sep 26, 2009
I have stacked here, because i am totally new in android world. Can show the way please?
View 2 Replies
View Related
Sep 7, 2010
How would you create a Windows 7-like home screen replacement, on Android?
View 2 Replies
View Related
Dec 26, 2009
I am running a G2 Touch (HTC Hero) on T-Mobile UK with version 1.5 of the OS. I have now found THREE paid applications that are not on the marketplace when I search or when I use barcodes (Twidroid Pro, Record It and Flight Director.I can see other paid apps so it's not that none are available.What can cause these apps to be missing? Who should I be calling, emailing, screaming at?
View 4 Replies
View Related
Apr 6, 2010
Below are the only instructions i managed to find from google on how to install the android NDK, it is written as if we all run Linux and presumes we all understand what these obscure tools are. My comments and questions appear in Italics if somone who knows unix and windows would translate for google that would be great!
Android NDK Installation
Introduction:
Please read docs/OVERVIEW.TXT to understand what the Android NDK is and is not. This file gives instructions on how to properly setup your NDK.
I. Requirements:
The Android NDK currently requires a Linux, OS X or Windows host operating system. Windows users will need to install Cygwin (http://www.cygwin.com) to use it. Note that running the NDK under MSys is not supported.
You will need to have the Android SDK and its dependencies installed. The NDK cannot generate final application packages (.apk files), only the shared library files that can go into them.
IMPORTANT:
The Android NDK can only be used to target system images using the Cupcake (1.5) or later releases of the platform. This is due to subtle toolchain and ABI related changed that make it incompatible with 1.0 and 1.1 system images.
The NDK requires GNU Make 3.81 or later being available on your development system. Earlier versions of GNU Make might work but have not been tested.
You can check this by running 'make -v' from the command-line. The output should look like:
GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc.
...
On certain systems, GNU Make might be available through a different command like 'gmake' or 'gnumake'. For these systems, replace 'make' by the appropriate command when invoking the NDK build system as described in the documentation.
Great some strange thing called gnu make.. if your not going to tell me what it does maybe you then at least you could give me a URL to it?
The NDK also requires a Nawk or GNU Awk executable being available on your development system. Note that the original 'awk' program doesn't implement the 'match' and 'substr' functions used by the NDK build system.
Ok another tool, with 1 of 2 possible names, but not the third... and again where should i download this?
On Windows, you will need to install a recent release of Cygwin to use the NDK.
See http://www.cygwin.com for instructions.
Woohoo a URL! download took about a day because these install instructions do not specify what parts to download.
II. Preparing your installation prebuilt cross-toolchain binaries:
After installing and unarchiving the NDK, you will need to run the following
command from the root folder:
build/host-setup.sh
hello? windows dont run nothing but .exe .com or .dll, just tell me how you want me to run it..
This will test your setup and make sure the NDK can work properly.
Nothing is said about where any of these things need to be installed to (what directory)
View 5 Replies
View Related
May 6, 2013
Would make a Windows Software or tool to make an Icon Pack if it is provided with Images or even .png Icon files....... just creating the general xml n all files .......
View 1 Replies
View Related
Oct 8, 2010
I cannot answer about 75% of calls from my wife. The Answer Icon does not appear when it rings and I do not have any way of answering it then except for the incoming call to end, then I go to call log and call her (them) back.
View 9 Replies
View Related
Dec 18, 2009
Yesterday I had a missed called. I wanted to check at what time this person had called me. When I clicked on the phone icon that's at the bottom of the screen it opens all my call history (incoming, outgoing and missed calls).
But it doesn't not list anytime stamp for any type of call. I click on the menu button and click on call history. I click on the menu button again and click on the View option. Then I select Missed calls. The time stamps just show the day. For example some of them say 3 days ago or Yesterday but no time.
The only way i'm able to see the actual time of the missed call is if I open that person contact card and view the history from there.
Is there a way I can get this information with out having to open up the contacts?
View 8 Replies
View Related
Aug 8, 2010
Soince the 2.1 upgrade on my Orange Hero I get not only an anonymous empty text message which I can't get rid of but also every time I get a misssed call, the Notification can't be permanently deleted. Every time my phone is switched off and back on they re-appear. I now have 6 missed calls shown when I switch back on.
View 11 Replies
View Related
Jul 21, 2012
My WM touch 3G is no longer function properly, I plan to switch to Sony Experia S. It comes a problem that how all my data stored in WM transfer to android, especially appointments and call log in my old WM transfer to the new android. I usually backup my WM calendar data by PIM backup and the backup file is .csa. Originally I plan to import this .csa file to Outlook 2010, then export to Business Calendar Apps or Gmail. However I find this .csa file cannot be recognized by Outlook. how to export my WM calendar and import to Business Calendar Apps or Gmail? I would prefer to export it to Business Calendar Apps as I don't want to store my personal calendar in google server. I am also looking for how to transfer the call lot too, I try to keep it as possible.
View 4 Replies
View Related
May 26, 2009
I've read some of the earlier posts on this subject, but I've found them confusing.I'm trying to create a Client Application using Android 1.5 that can call a .NET Web Service using SOAP.I understand that the kSOAP2 library can help here and I've imported that into my Project.I need assistance in correctly using the kSOAP2 library to develop the application.
View 2 Replies
View Related
Jul 15, 2009
When a call is in or out,I need to display another screen,not the system's.Is there any sample here?
View 12 Replies
View Related
Apr 17, 2010
is there a way to create a shortcut to go straight to the call log? Its rediculous that we cant have a button to go straight to the last dialled contacts.. Since mobiles existed, when you hit the phone button you go into Cal Log...
View 4 Replies
View Related
Oct 23, 2009
Here are the issues I am having:
1. Can't lock screen while in a call. Red button just hangs up the call.
2. Apps cannot be installed to sd card. Internal Phone Storage after a device wipe shows about 136MB free. I downloaded about 5 or 6 apps and the phone ran out of room. I deleted the apps, but the space was not reclaimed. This is why I had to reset the device. Now I am afraid to install apps without filling it up again.
3. Bluetooth does no always connect back to my headset. sometime I have to turn on/off bluetooth on phone. Sometimes I have to reboot phone. One time I installed Pandora and bluetooth would not work until I figured out that removing Pandora would fix it.
4. Camera is no good.
5. WIFI cannot connect to an N router running in mixed mode (a,b,g,n). You must "dumb" down the router to b,g mode in order to connect the phone. This means hat other users who have no issues with N have to suffer the reduced speed of b,g.
6. No way to "EXIT" an app to reclaim RAM.
7. KB not as accurate as the iphone.
8. I have disabled HTC Sense and it is still slow. For example, often when I load favorites, nothing displays for about 3-4 seconds. This is not acceptable.
Overall, not a very tested or mature OS. I feel like I should not be starting from scratch like this. The folks at Android are guilty of using the consumer as a guinea pig. This is not acceptable. We are not reinventing the wheel, so why are obvious features missing?
View 41 Replies
View Related
Nov 24, 2010
There I'm looking to create a custom call application. i.e I want to replace the default application handling call I'M SURE THAT I WANT TO REINVENT THE WHEEL Sometimes current wheels are ain't good for me. Can you put me on a start up line. I used to be a married to M$ ".net developer", and I'm in love with gOOgle.
View 2 Replies
View Related
Nov 1, 2010
How to create a layout similar tho that of call logs in android contacts?
View 1 Replies
View Related
Jun 3, 2012
So how can I create a custom method.I have several image buttons that I need to change the characteristics of such as an image when it is pushed and when it is not pushed. So when I push one button it changes to a pushed image for that button and ALL other buttons revert to an unpushed image. Currently I have to have this code in every button click method I would LOVE to create one method that I can call from each button click method that way if I have to change anything it is in one place.
I would love to when a button is tapped
call the custom method to revert all buttons to unpushed
then change the button being tapped to pushed
A very common process but I can't figure out how to write the custom method and then call it,,calling it should be simple something like custommethod.
View 2 Replies
View Related
Nov 13, 2010
Pardon my lay language, but have just got a new desire HD. I Love it in every way (yet to decide on battery life.....), except that i cant seem to open any more desktops.
The above perhaps isn;t the word- but im referring to the main desktop you get having pressed "home". You can then zoom out to view all 7 "desktops".
I would like a couple more of these desktops for different appts and widgets- how can i create these? Or is it not possible?
View 1 Replies
View Related
Aug 7, 2010
I want to create call accept and reject buttons looks similar to default buttons and having functionality same pls. answer it
View 11 Replies
View Related
Nov 17, 2010
I want to create call accept and reject buttons looks similar to default buttons and having functionality same.
View 1 Replies
View Related
Nov 10, 2010
I've been scouring the web a solution to this but can't seem to find it anywhere. I know it's possible to end a phone call on the Desire by pressing the power button after enabling it in settings. But when I go to Settings/Accessibility I get a pop-up message saying, 'No accessibility related application found. You can download a screen reader for your device from Android Market. Click OK to install the screen reader.'If I press 'Cancel' I'm in the accessibility settings with a single grayed-out 'Accessibility' option. But no other options are available.
View 1 Replies
View Related
Nov 10, 2010
i cant wait to get my Xperia upgraded to 2.1! i have one issue though. i only have access to a work PC with XP but no admin account (big corp, so no chance of getting it temporarily) or my housemates Mac. my girlfriend has a laptop but she wont be home until next weekend are there any non-windows/non-admin methods of upgrading?
View 6 Replies
View Related
May 21, 2010
I have had DC 2.08.1 installed for about 2 weeks with no issues. I decided to go ahead and partition the SD to utilized apps2SD as I was having memory issues. That process, while not smooth, went through okay and the SD card is working with the partition and apps2SD. However, ever since that was completed, my Windows 7 box no longer recognizes the phone either as a phone or as a drive. My Linux laptop recognizes the drive without issue.
Any suggestions on how I can reintroduce my phone to the Windows box, at least as a drive?
View 2 Replies
View Related
Jun 3, 2010
I hosted my service WCF (.net) using a windows service,i can access to the service from any browser but when i tried to call it from android it doesn't respond. it works fine before the hosting procedure (i used host client by default on Visual Studio).The url that i try to attempt is from android emulator, and installed my webservice in the same local machine(endpoints address http://localhost.).
View 7 Replies
View Related