Android :: SIPDroid Fail To Connect / Solution For This?
Apr 8, 2010
I have installed Sipdroid into my android emulator 2.1. And i created users in Asterisk server. Then added the user account and password and other infor (like IP of Asterisk) into Sipdroid account (in emulator). But it could not connect to the server, it always fail to connect.
View 2 Replies
Apr 1, 2010
I'm using the Android APIDemo sample code.
When I run the CameraPreview example, at first it was giving me an error.(http://stackoverflow.com/questions/2556389/android-camera-functionality-howto)
I traced that one down and the sample was working for a while.
Now, it no longer works. It says ERROR/AndroidRuntime(2949): java.lang.RuntimeException: Fail to connect to camera service
What can be causing that? It happens when camera.open() is called.
View 1 Replies
View Related
Nov 16, 2009
I apologize in advance for this long post, but it's necessary to show what is happening.
I've been working on an app that works on the 1.6 emulator, but bombs on my G1.
Here is the Photographer activity:
CODE:..........
And here is where this activity gets called from:
CODE:............
Having trouble pasting the relevant portions of AndroidManifest.xml, but I have permissions for Camera:
CODE:..........
Here's the Photographer part:
CODE:..............
Also set for testing on G1:
android:debuggable="true"
and working off of 1.6:
<uses-sdk android:minSdkVersion="4" />
All this works on a 1.6 emulator, but when I run this on the G1, LogCat shows:
CODE:.............
And /data/anr/traces.txt shows:
CODE:................
It sounds like the problem is a timeout issue, but I am at a loss as to where I should be looking ....
View 6 Replies
View Related
Jul 30, 2010
I had my camera set to this.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); and it works fine but if I change it to PORTRAIT instead of LANDSCAPE then it crashes with the following error...
CODE:............
The method it crashes in is..
CODE:.........
It crashes at mCamera = Camera.open();
My Manifest file has <uses-permission android:name="android.permission.CAMERA"></uses-permission>
How do I fix this so I can view my app in Portrait?
View 3 Replies
View Related
Sep 1, 2010
When it comes to smart phones and flashing. I recently got a HTC Evo and had it flashed to be on metro pcs to try and save a little cash on the bill. Well I think I am learning you get what you pay for. I am hoping I can get some tips or tricks from this forum. My phone will not run any apps really. It wont connect to facebook or the app store or google maps and youtube. Basicly all the social apps dont work. However if I connect it to WIFI it will run it them. Is it cause metros data service sucks.
View 7 Replies
View Related
Mar 3, 2010
Gizmo5/GV/Sipdroid calls were working fine yesterday over both WiFi and 3g but today for some reason whenever I make an outbound call through my N1 it dials but I hear nothing and sipdroid hangs up after 22 seconds. Inbound calls are fine and when I initiate calls to phone #'s through Google Voice on my computer it comes through on my N1 where I can pick up fine and I can hear it. Complete opposite though when making outbound calls - no sound/hangup at 22 seconds.
View 4 Replies
View Related
May 30, 2013
I use sipdroid for certain business calls, but i dont want to chose every time "use dialer or sipdroid when i click on a contact". I want to use my regular phone by default and i want to be able to long click on a contact and select call via sipdroid when i feel like it.
View 1 Replies
View Related
Sep 13, 2010
Every time i increase my database version and push the upgraded app to the users, something weird happens.. For some it works perfectly fine, and some report crashes (including through the Market's reporting system) caused by the lack of table columns i just added in onUpgrade.
If you want to see the method:
http://code.google.com/p/tag-todo-list/source/browse/trunk/Donut/src/com/android/todo/data/ToDoDB.java#136
I can't spot any exceptions that appear in onUpgrade. What i'm currently doing to bypass these problems is intercepting the exceptions where the new fields are invoked for the first time and then calling onUpgrade 'manually', which is kind of dirty.
Also, the app sometimes generates a 'no such table' SQLiteException when accessing the main table (again, only for some users) which is incredibly strange... Does someone know why these things happen? Or can you spot something wrong in my code?
View 1 Replies
View Related
May 30, 2010
I have a problem with my Motorola Droid; When i try to go onto one of my droid apps; and when i log on... it says "Login fail" WHat cando i have to do in order to go back to being able to login to my apps? This includes my Meebo app, Yahoo Messeneger app. and my photobucket app will not let my download a pic. to my phone, I use to be able to do all of this, but now it isnt working.
View 2 Replies
View Related
Nov 2, 2009
I downloaded the SDK 2.0 toolkit and tried to launch the android tool to download the latest SDK. The application seems to launch with the following output:
$ ./android-sdk-mac/tools/android Starting Android SDK and AVD Manager No command line parameters provided, launching UI. See 'android --help' for operations from the command line. $
That's it. Nothing happens, no UI appears or any processes are started (check with ps, but there is no new java process). I'm running this on Mac OS X 10.5.8. The previous SDK s runs fine.
View 3 Replies
View Related
Jun 26, 2009
I was unable to install Maps.apk into emulator cupcake. I've tried 2 method, both are failure. 1. adb install Maps.apk --> [INSTALL_FAILED_MISSING_SHARED_LIBRARY] 2. Copy Maps.apk to /system/app/, com.google.android.maps.jar to / system/framework/, com.google.android.maps.xml to /etc/permissions/ Map application is still invisible, can anyone help me how to accomplish this issue. Or there's other security issue?
View 2 Replies
View Related
Nov 12, 2009
I do not know what is cause of failing to create a new file on a sdcard of G1, the code is below:
File temp = File.createTempFile("test", ".temp", Environment.getExternalStorageDirectory()); and the permission of sdcard is: d--rwxr-x.
Also fail if I try using the code below:
File file = new File(Environment.getExternalStorageDirectory (),"media.temp"); file.createNewFile();
Giving out about Parent directory of file is not writable.
View 6 Replies
View Related
Aug 17, 2010
I'm struggling to understand why startActivity runs properly when copied from a tutorial I found and fails when I make the smallest change.
Code from the tutorial:
CODE:........
That works. When I try to change it to what I would consider a simpler design, I am getting an error.
CODE:........
The error is: The constructor Intent(FirstTwoApps.ButtonHandler, Class) is undefined
Notice that all I did was moved the action from the handleButtonClick() method to the onClick() method. Apparently that is not allowed, but I don't understand why.
View 2 Replies
View Related
Nov 18, 2010
When i create android project in Eclipse(Helios) and open for example main.xml and click on layout view - program closes. If i start eclipse over again and try click in project view on main.xml it happens again.
View 3 Replies
View Related
May 25, 2014
I try to install Android on my Acer W700 by follow the guide on this site but it always failed at "Creating filesystem with parameters"....
I tryed with different version of android and install the lat version of BIOS but it's never work...
View 1 Replies
View Related
May 26, 2010
I make application using Froyo SDK.It support only Android 2.2.It is working well on Emulator and Nexus one.but android market uploading error like below.The file is invalid: W/ResourceType(12468): Bad string block: last string is not 0-terminated ERROR getting 'android:label' attribute: attribute is not a string value.If change android:minSdkVersion to 7, then no uploading error.But application only support Froyo.
View 2 Replies
View Related
Jul 31, 2010
Dunno what's going on. When I first got my phone Pandora was flawless. Then after awhile it would fail to load songs and lockup (I'd have to kill the process and restart Pandora to get it to work again). Then it got to the point where it would randomly stop mid-song and just skip ahead on its own or fail completely. Now it won't even load. None of my stations load at all. I'd rather not have to resort to using a different service, since I have my Pandora stations setup nearly perfectly
View 3 Replies
View Related
Aug 19, 2010
You think that google would put forth a much better effort for the email app on Android but ironically, its just a giant epic fail Inbox view only? WTF was Google thinking? It really does suck that i have to use the web app in order to have the full functionality of gmail. I understand Google is moving forward with web apps and the cloud and all that but damn, they leave us hanging like that?
View 14 Replies
View Related
Aug 25, 2010
I decided to rename HtcLockscreen.*, which effectively disables the Sense lock screen, and the phone defaults to the Android lock screen, which IMO looks a lot better and provides more function and information.
This morning, I discovered the downside of doing so. I had no way to shut of my morning alarm, which is set with the Sense clock app/widget. Normally, the alarm app communicates with the lock screen to give me an option to snooze/dismiss via the lock screen. But evidently, the alarm doesn't know how to communicate with the android lock screen.
So the only way I could figure out how to silence the phone was to power it down. I ended up downloading an alarm clock app, and I'm now using that instead of the Sense alarm. Everything is good again.
I was just wondering if anyone had a more elegant solution to this problem. I will not consider lockscreen apps like WidgetLocker.
View 6 Replies
View Related
Jul 31, 2010
Trying to have a ListView (scrollable list) of rows made of two TextViews. I have a list of items from a database that I want to populating into the LinearLayout->ListView->TextView but can't get to the id...
Layout somewhat like this instructional link, but have backed away from RelativeLayout and using LinearLayout to get it working. Not even worried about how it looks yet; just can't get it wired together yet.
http://android-developers.blogspot.com/2009/02/android-layout-tricks-1.html
Have two XML files (very abbreviated details below)
CODE:...........
I have an ArrayAdapter where I inflate the stuffView. My thinking and understanding of other examples is it's not inflated (this nested stuffView) until I purposely inflate it. That all works fine but when I do the findViewById it returns null and thus I can't setText().
epic Fail due to complete ignorance/newbieness on my part. Note: I've pored through what I can of Reto's book, especially a simliar example on Page 163 but fail fail fail...
Can some kind soul point me in the right direction?
Must I inflate this nested view? (Reto's example does). If so, what am I missing? I'm hoping someone can point me to a better example.
My code's probably too involved at this point to post and a bit proprietary.
CODE:........
A pojo called Thingy (not copying Thingy.java here - very simple)
The main class:
CODE:...........
So this code is in essence what I'm looking for help on; neutered the names to call it Thingy.... This sample isn't triggering the getView(). That's a secondary problem I have to sort out. More importantly, your help on the findViewById failure and if I've got the XML right would help a bunch.
View 2 Replies
View Related
Oct 7, 2010
When installing applications from android market some permissions are not listed to the user, but are granted to the application upon installation, including the notorious "Phone calls" permission. When installing locally through "Package installer" the full set of permissions is listed. That behavior may be observed with many applications one of which is 'net.jimblackler.newswidget' (no offense Jim - I hope it's true there's no bad publicity).
This bug was reported as issue #9365 [0] back in Jun 27, 2010 but has gone so far unnoticed, perhaps because android market is not part of AOSP, which is why I post here. I consider this a serious problem as it is misleading for users and reflects badly on application developers and the whole android echo system. Hopefully this will get the needed attention and treatment, especially after all the recent noise around applications security and privacy breaches.
[0] http://code.google.com/p/android/issues/detail?id=9365
View 2 Replies
View Related
Jun 4, 2010
I have an HTC Hero200 that my tenant threw into the pool. I recovered the phone after about an hour or so and figured it was trash. Several hours later it lit up with HTC on the phone. I figured WTH and pulled the battery and left it to dry out. I put it in a bag of rice and left it for several days. I took it apart and wiped the screen, window, and all connectors with alcohol and let it sit open for several hours. When I power it up, it says HTC and every once in a while it briefly shows a butterfly on the display for a few seconds and then reboots.
I am not an android user, but in searching the web figured out how to get it to boot using the power button and volume key. When it comes up is says touch panel fail. When I go th HBoot Mode, it says "no image or wrong image" for all the files it scrolls through. Is it possible for me to recover this phone and use it for a media player and camera?
View 1 Replies
View Related
May 19, 2009
My Eclipse is equiped with Cupcake SDK and I created an AVD in / tools/ folder. I run my program, then the console appear "Fail to find an AVD compatible with target 'Android 1.5' . How to resolve it?
View 3 Replies
View Related
Aug 20, 2010
When trying to start up my Android AVD emulator, I get the following error message in eclipse code...
Any ideas why I may be getting this error? I was able to run my AVD yesterday, the only thing I have done since then is to restart the box (VirtualBox)
View 1 Replies
View Related
Jul 14, 2010
I try to make a repeater connection with an encore repeater router but the router recognize or detect the wifi signal of the phone and don't make a repeater connection. I test the router with others wifi signals and in make a repeater connection. The icon of the phone in the computer signal detection is like a home group connection.
View 2 Replies
View Related
Jun 29, 2010
Animal Sound Machine tags "baby, kid, childreen"Animal Sound Machine | AndroidApplications.com
View 1 Replies
View Related
Aug 15, 2010
Was it meant to fail? Each time I try to upload a pic it tells me to enter an account or make a new one, it jumps from the caption enter page to the new account setup screen...
The regular gallery app is limited to flickr which I don't use, I don't use Picasa either but keeping all else google at least makes it easier to integrate later on... I don't use facebook either... Heaven would be imageshack for me, so what does one do in this dilly of a pickle?
View 6 Replies
View Related
Aug 3, 2010
Titanium Backup is acting weird.
Here's the story:
Was on E.E. 3.0. Wanted to try XTR.
Backed up all apps to Titanium backup. Successful.
Made a NAND backup. Successful.
Wiped, flashed XTR. Successful.
Downloaded Titanium Backup again from Market and opened it. Initially, did not show my apps in the backup folder, although the Overview screen did show that the sd card was identified, and the folder was named correctly.
Restarted Titanium Backup, all the apps then showed up, and I was able to (slowly - free version) reinstall all the apps. SUCCESS.
Ran XTR for a few days, added some more apps, made new backup of all the apps with Titanium Backup.
BUT! TOday, I had a problem with XTR. Some account hung on syncing, started to drain the battery, and wouldn't allow me to open the accounts & sync pref panel - kept FC that panel.
So, I decided to revert to my NAND backup of EE3. That went fine, all good.
But when I opened Titanium backup to load the new apps from the past few days, TItanium said no apps were backed up! Everything looks correct, except the backup/restore tab shows only the apps on the phone (from the nand backup) but not the apps that are on the card in the backup folder.
SO how do I restore them. Is titanium acting wrongly, or am I not understanding how it works?
View 6 Replies
View Related
Oct 7, 2013
I got busybox pro from the market but when I try to smart install it, it shows free space as 0.0mb whereas I have around 500 my left.
AUXUS Nuclea N1
View 8 Replies
View Related
Jan 11, 2013
I tried modding some APK to make the app able to be multi view (tutorial : URL... ), I succeed modding 8tracks.apk, musicxmatch.apk but then when I tried to do it to LINE (NAVER) and installed it, it said "app was not installed".
It is a system tool while building the apk, and it still doesn't work.why some people said to not sign a system tool apk? while from what i've read, android cannot install an unsigned apk. mod the NAVER/LINE Games to stop checking if i am a rooted device?
View 1 Replies
View Related