General :: Cannot Connect To 3G Service

May 2, 2013

I got a Star N8000 with android 4.1.1 1 month and a half ago and I think its a great phone... anyways the point is that when Im connected on wifi everything is perfect, notifications aren't delayed at all but when I use data mobile its different =/ when the screen turns off for 5 mins or something like that, notifications are quite delayed... sometimes I have to turn on the screen and wait like 20 secs after I open whatsapp and all messages start to come. I dont know why I cannot connect to 3G service, maybe its because Movistar doesnt have it (Im from venezuela) so I use EDGE and I figured out about something: when I open whatsapp (after inactivity) it starts to try to connect I think because in the signal icon appears two white signs like an arrow or something like that. I dont know if it the software but it doesnt happen on wifi:.. so I dont have any idea about it. Im not root user (tried to be but didnt work) and I dont have any task killer..

General :: Cannot connect to 3G service


General :: How To Connect To A Service Bind To 127.0.0.1 On Phone From Android App

Sep 29, 2013

I'm developing an automatic vulnerability scanner/exploiter for android. I'm adding the cool feature of using the metasploit framework from our android phones.

I can start the MsfRpcd ( the metasploit daemon ) from a su shell an make it bind to the 127.0.0.1 address.
I can connect to the server using busybox netcat ( no Java though here ).
I can't connect to 127.0.0.1 from the android app! i got ECONNREFUSED.

After a bit of google i understood that JavaVM have a separate network and it filter out my connection to localhost/127.0.0.1.

how can i connect to a service bind to 127.0.0.1 on my phone from an android app?

I gave a quick look at iptables -L output, maybe i can make some hack there, but probably i will break the JavaVM network.

Binding on wifi ip is not an answer.

View 1 Replies View Related

How To Connect To Local PC Web Service

Jul 2, 2013

I have an android app that must connect to my local webservice with soap but I cant seem to get it working. This is the code I have.

[HIGH]public void Hello()
{
String SOAP_ACTION = "http://tempuri.org/Hello";
String METHOD_NAME = "Hello";
String NAMESPACE = "http://tempuri.org/";
String URL = "http://10.0.2.2/MainService/MainService.asmx";

[Code]...

All this does is catch an exception with the message "Null". Note that I am not an android developer, this is my very first project.

I did the same thing with Netbeans and regular Java and it works perfectly.

View 2 Replies View Related

Connect To WCF Service Through Android

Dec 9, 2013

Im trying to connect to a WCF service hosted on one of my websites, this WCF Service returns "Hello World" nothing exciting i've been followinf this Calling a RESTful web service from an Android application | vrsbrazil

Below is my Request task

[HIGH]
package Methods;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import org.apache.http.HttpResponse;

[Code]....

View 13 Replies View Related

Android : Can't Connect To WCF Service On Droid

Dec 22, 2009

I am trying to connect to a .NET WCF service in Android using kSOAP2 (v 2.1.2), but I keep getting a fatal exception whenever I try to make the service call. I'm having a bit of difficulty tracking down the error and can't seem to figure out why it's happening. The code....

View 3 Replies View Related

Android :: Failure To Connect Camera Service

Mar 11, 2010

I'm trying to write a basic camera app. The problem that I am facing is that it works fine in emulator but on the phone (Nexus one) it fails.

The point of failure is the very first call, i.e. Camera.open(). It fails on the phone saying "Failed to connect to camera service". Any idea what could be wrong? (BTW, I am calling this from my activity's onCreate funtion itself, could that be an issue?)

For the information, I do have the necessary Camera permissions specified in my manifest xml file.

View 2 Replies View Related

Android :: Fail To Connect Camera Service On G1

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

Android :: Fail To Connect Camera Service

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

Android :: Want To Establish A Connect To A SOAP _ Service

Mar 18, 2009

At the moment i have the following problem. I try to establish a connect to a SOAP-service. Therefore i need basicauth via http. I use ksoap2 and HttpTransportBasicAuth. The problem is, I do not know how i can start a call when i use HttpTransportBasicAuth because the function "call" is not available.

View 2 Replies View Related

Android : How Can Droid Connect To Drupal Service?

Dec 18, 2009

I am writing an android program and I need to connect to the Drupal service to fretch the data or submit data. How can I do that?

View 2 Replies View Related

Android : Null Pointer Exception When Trying To Connect To Web Service

Jun 2, 2010

My web service should be returning an integer, but every time i run the code i get the NullPointerException error. i think my url string may be the problem, but i've tried using my ip with no luck. Code...

View 1 Replies View Related

Samsung Moment :: Battery Life - No Service - Wifi Wont Connect

Jun 14, 2010

I had a moment in the beginning and took it back,got a hero had massive problems and finally got my hero replaced with another moment that was brand new.I just got it like 2-3 days ago and its having the same issues that i had on 1.5 when i had it the first time.I had it replaced when i had it the first time and same issue.I have 2.1 now and the battery life is still horrible like dropping not long after taking it off the charger without using it but biggest problem is that the phone will tell me i have no service and it will have an x up above where the bars should be and i have to remove the battery and put it back in before it will work again.The data does the same thing and i can turn the phone off and back on for that and it will work again.Does this happen to anyone else??Its very frustrating!!Also the wifi wont connect.It just says it is unable to connect but it was just working and my laptop works wirelessly so i know that its not my router or anything with my connection.

View 4 Replies View Related

General :: Galaxy S2 - Service State Says Out Of Service Or Radio Off

Jan 10, 2014

I have a galaxy s2 and after I installed costom roms I dont have any signal what so ever.

I tried with like 3 roms and the same result.

I tought it was a modem problem and I tried to install some modems and see if that works. But it didnt.

My Service State says Out of service and sometimes it says Radio off.

View 1 Replies View Related

Samsung Galaxy S : Use Internet Service Says Unable To Connect To Internet/network Unavailable

Oct 17, 2010

I'm having a problem with my internet connection on my SGS. It used to lock to T-m*bile, I unlocked it lastweek then use L*bara instead cause got free internet service hehe. somehow, everytime i try to use internet service it says unable to connect to internet/ network unavailable. but I tried the simcard with another phone and it was working. some friends suggest me to re-unlock it. but i donno how to re-unlock it.

View 2 Replies View Related

Android : NullPointerException.app.ActivityThread$PackageInfo$ServiceDispatcher.doConnected(ActivityThread.java:1012) - Trying To Connect To A Service

Jul 10, 2009

I am getting a NullPointerException at android.app.ActivityThread$PackageInfo$ServiceDispatcher.doConnected(ActivityThread.java:1012). My application is not even in the stack trace, so I have no idea what is going on. I am trying to connect to a service when it happens.

View 1 Replies View Related

Android :: Ways That Android Can Connect With A Remote Service

Jul 21, 2010

I am trying to write an Android app to connect to an existing web service. I'm pretty new to web services in general, other than what I've done with this first web services (written with JSPs, Struts 1.x, and JAVA). This web service is connected to a document storage database. The user would first login to the service, then using search parameters (document title, type, etc.) the user would be displayed a list of possibly relevant documents. The user would choose a specific document from that list, and the service would then stream the entire document (pdf file) to the user for viewing.What methods are available to Android where I can make a request given some specific parameters, and be able to parse a response?The only thing I know of is HTTP, but my project leader (I'm a summer intern) is hinting that there are others available. I'm not sure where to start looking.

View 4 Replies View Related

Android :: Android Bluetooth - How To Connect To Jsr 82 Service

Nov 9, 2009

I'm developing chat application. i want android device to connect with other non android device that implement jsr 82. so how can i declare my bluetooth service on android or how to connect to any jsr 82 service .......

View 2 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: WiFi After Update - Connect To Home-network Get That It Failed To Connect

Nov 7, 2010

I've experienced quite a lot of problems with the WiFi after updating the Andriod. Everytime I try to connect to my home-network i get that it failed to connect.

The phone didn't have any problems with this before the update.

Anyone had the same kind of problem, or anyone that has a smart fix for it?

View 1 Replies View Related

Android :: Showing Toasts In A Service From Worker Threads With Service Reference

Jun 24, 2009

I have a service running in the background.I have a background thread that gets a reference to the service from the application's main activity. But when the background thread calls a method in the service to display a toast, I get the "Looper not initialized exception".Why,if I have a valid, bound reference to a Service, does this still happen?

View 4 Replies View Related

Android :: Unable To Start Service Intent Service Not Found

Aug 20, 2009

I am getting following message when i try to launch service.Also is there any specific path on file system where we need to place the .apk file which contains my serivce component only.

View 2 Replies View Related

Android :: Service Auto Restarts On Breakpoint When Debugging A Service

Jul 22, 2010

I am trying to run the sample soft keyboard included in the SDK. I am using the debugger, and the literature says that to use a breakpoint while debugging a SERVICE, I need to include:

android.os.Debug.waitForDebugger();

So here is the portion of the code I modified:

CODE:...........

I have put a couple of breakpoints, at the statements indicated by the comments.

This is what happens: the debugger first stops at the breakpoint1, for a few seconds. But then the service restarts. For the life of me I can't figure out what makes the service to restart.

View 3 Replies View Related

Android :: How To Get Interface On Service Without Destroying Service At Unbind?

Mar 1, 2009

My service works exactly the way i want as long as i use start and stop and communicate using intents. However my activity needs to change the state of my service as well as retrieving state information.So i thought it would be nice to broadcast some kind of state_changed event from my service and use a binder interface to pull information from the service or change the services state based on user input.This works fine too. The only problem is that my service gets killed when i unbind it just as the documentation says.Is there any way to keep the service alive but still get an interface to control it directly. My activity offers the user a way to stop the service and the service kills itself anyway after it's work is done but i don't want the service to stop every time the activity is destroyed.

View 3 Replies View Related

General :: CM 10.2 - Can't Connect To ADB / USB?

Jan 14, 2014

however, im stuck i recently wanted to try an older cm10.2 rom from the unstable newer ones and decided to go back to cm11 and i decided to reformat my data leaving me emptiness. I am now stuck with not being able to coneect to a device or external storage i can charge though. im pretty sure i didnt enable mtp and put on debugging...

Edit: this phone doesnt support otg how may i cant connect adb it says waiting for device when i try to flash twrp

View 9 Replies View Related

General :: How To Connect To 3G With Nexus 4

Jan 7, 2013

I have a nexus 4 with straight talk and am trying to figure out how to use the internet when I am not connected to WiFi. My wife's Galaxy Proclaim android phone automatically connects to 3G when cell service is available however my Nexus 4 does not.

View 2 Replies View Related

General :: Connect Android ICS To VW Car Via USB Not MTP

Oct 27, 2012

I recently bought a Samsung Galaxy S3. It has Android 4.0.4 (ICS). However, when i tried to connect it to my VW EOS via a USB cable, the car failed to recognise the device. It worked with my previous phone, an HTC Desire. Upon reading a wee bit, it looks like ICS drops USB Mass Storage support in favour of MTP. Is this why the connections doesn't work?

View 1 Replies View Related

General :: ADB Mode Can't Connect

May 14, 2013

I just can't restore my adb backup to my phone now!I have an adb backup from Xperia V, now I want to restore it to my Note 2.When I connect my note to my computer and type "adb device" it can detect my note 2. But when I type "adb restore <filename.ab>, it says "unable to connect for backup"!

View 2 Replies View Related

General :: Cannot Connect To Camera

Feb 26, 2014

I don't know how to reconnect my camera to my tablet. I get an error message saying "Cannot Connect to Camera". I have a 10.1 tablet by Hannspree model #SN1AT7 (HSG1279) otherwise known as HANNSpad. i don't know what happened. I installed an update and it just didn't work after that.

View 1 Replies View Related

General :: Can't Connect To Camera

Feb 9, 2013

I am the proud owner of a SGS3...But I'm not the biggest fan of touchwiz and I love everything about 4.2! So like many others, I flash a 4.2 custom ROM. AOKP 4.2 build 2, to be exact.After flashing, I loved it. Everything about it was just perfect. It was fast, light, easy to use, and FAST! But then I go to take a picture. And boom.

"Can't Connect to Camera"..I had no idea what to do, so I did the first thing that comes to mind. reboot. But sadly, this solved nothing. So of course I re-flash my touchwiz ROM to see if the ROM was the problem. And the Touchwiz camera worked perfectly. Later on when I had time, I tested it out again, and had the same problem. So I downloaded a camera app, and same thing. I even flashed a different Camera.zip for God's sake! I've searched for the past week for fixes and every one I tried just failed! So now I'm really done with Touchwiz and want to customize the look and feel of my phone (which is one of the reasons I like AOKP!)

It seems that my camera only works on Touchwiz ROMs! I also tried another ROM this time running 4.1.2 thinking maybe it was just a bug in 4.2! But sadly, the same error message.

I was flashing a 4.2 camera .zip file and i guess it was messing up the permissions. So I disabled it. Now it is working perfectly so far. Yesterday i switched over to a 4.1.2 ROM hoping it would fix it and so then i flashed this 4.2 camera and then after about a day of use, it messed up the permissions.

View 9 Replies View Related

General :: Phone Won't Connect With PC

Oct 28, 2012

I downloaded android 4.0.4 version without any trouble.Yesterday I tried to get the jelly bean version.Everything went good till the point he was going to start. (Battery was full-loaded, no doubts about that).Then suddenly the phone didn't react anymore.I tried everything, even volume down+home button +power button.The phone also won't connect with PC.So i can't use Odin and download another version.

View 1 Replies View Related

General :: Cannot Connect To Network

Apr 24, 2012

I got a chinese X12 dual sim phone because i really needed only 1 phone (had to carry around 2 of them).Phone works great, only problem is with the mobile networks. It can connect to GSM networks but it won't connect to a 3G network. The phone has 3G capabilities, 3G is enabled for the required sim, it finds the 3G network but it will not connect to it.

Sim works fine, had it in a Samsung i900 on 3G (WCDMA) The thing that surprises me most is that the phone came with android 4.0 instead of the 2.3.6 it was advertised, could this be the problem?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved