Android :: OWA Access Denied Over 3G - Works Fine On WiFi

Aug 5, 2010

I have the Samsung Captivate, and I'm having a bit of an issue with my company's Exchange server. I don't want to sync it with my phone, I prefer to keep my work email separate, but I do occasionally need to use the Outlook Web Access portal on the server. When I'm on any WiFi connection, and I browse to my server's OWA, I get the login prompt, and I can successfully log in and do whatever I need to.

However, when on 3g, I get simply "Access Denied" without a login prompt at all. I've tried rebooting the phone, killing the browser process, clearing the caches in the browser, etc. None of that works. I administer this server myself, and it works with my wife's iphone just fine, as well as other android phones in the office.

Android :: OWA Access Denied over 3G - Works fine on WiFi


Android :: Application Does Not Work When On 3G.On WiFi Works Fine

Aug 16, 2010

I have application that communicates with web server through REST. It works fine on a phone when connected via WiFi but does not work correctly when on 3G.

Not everything stops working. I'm still able to use some functionality but for some reason some calls to rest return "" (empty response) very quickly. Once again when I'm on WiFi everything works fine.

Just to clarify:
1. I have data plan :)
2. Server I'm connecting to is accessible from Internet

View 1 Replies View Related

Android :: Can't Access Motorola Milestone On Ubuntu 9.10 Via Adb - HTC Magic Works Perfectly Fine

Jan 12, 2010

I've two phones, the HTC Magic and since today also the Motorola
Milestone.

While the Magic works perfectly, I'm not able to access the Milestone
via USB (adb devices).

Here are my log outputs and settings for both:

HTC Magic

lsusb:

Bus 001 Device 009: ID 0bb4:0c02 High Tech Computer Corp.

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

Motorola Milestone

lsusb:

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

Notes

USB Debugging is enabled on both phones. After changing the udev rules I did a "service udev reload" and
"adb kill-server" -> didn't help. I even tried to restart the whole machine. Without success.

View 3 Replies View Related

Android :: QuickContact Works Fine On 2.2 But Not On 2.1

Oct 9, 2010

I have a ListView where I want to show the QuickContact (like in the default Contacts android app when you click on the photo of a contact).

It works fine on my Nexus One 2.2 or the emulator with avd 2.2, but doesn't work on my Samsung Galaxy S 2.1update1 or emulator 2.1.

On 2.1, I'm getting the error:

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

This is the call in the code:

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

View 2 Replies View Related

Android :: App Crashes On Droid - Works Fine On G1

Jan 7, 2010

I'm having a problem where my app crashes on the Droid and seems to work fine on the G1. We have a G1 dev phone but do not have access to a Droid phone, so the issue is difficult to debug at this stage.

The app loads up the main screen okay, but once the user moves beyond the main screen, the app crashes. Moving beyond main screen initiates the following:

- GPS signal acquired - Accelerometer sensor listener active - Geomagnetic sensor listener active - Camera preview active

I have a suspicion that the issue may be related to the camera preview. With the G1, it didn't seem to matter how I set the camera preview size, so I just made it fit the size of the view.

Camera.Parameters parameters = mCamera.getParameters(); parameters.setPreviewSize(w, h); //where w, h are the width and height.

One possibility is that with the Droid having a larger screen resolution to the G1, it may be setting the preview size to something that is not supported. I plan on addressing this, but I have a few questions that I was hoping someone could shed some light on.

1. If the app attempts to set a preview size that is not supported, will it just be ignored or will the app crash?

2. If the preview size is smaller than the surface that is holding the preview, will the image be stretched to fill the surface?

3. Can anyone think of anything else that may be related specifically to the Droid that could be causing me problems?

View 8 Replies View Related

Android :: OpenGL ES Works Fine On Emulator But On HTC Hero 1.5 It Does Not Render Vertices

Nov 8, 2009

Running into REALLY interesting problems with OpenGL ES. Basically when I start my program in 1.5 or 1.6 emulator, it works just fine but on HTC Hero 1.5 it does not. The problem is that the vertices are not being rendered but the gl.glClear() command is working just fine. I followed in with the debugger and it does go into the rendering function and such but still not rendering the vertices...

Here is the code in PasteBin (easier to read: http://pastebin.com/m706686e6 )

And here is the same thing pasted here:

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

Also I got my projection set in 2D ortho projection to match screen coordinates so that's why scale to 50,50 to actually make a bit bigger. I've tried using glDrawElements and glDrawArrays and nothing on the actual phone but works perfectly fine on the actual emulator. Any ideas where I might be going wrong? Why is the actual phone not rendering the vertices like the emulator is?

View 7 Replies View Related

HTC Incredible :: Amazon MP3 App Works Fine - With Sd Card

Apr 30, 2010

Just installed the Amazon MP3 app, that I love. I have it on my 16gb microsd card I just pulled from my beloved G1. Installed and runs super fine!

Had to extract it (apk file) once from a different G1 rom, since it was not in the rom I installed- awhile back.

View 1 Replies View Related

Samsung Moment :: Cracked Screen - Phone Works Fine - Way To Fix

Dec 25, 2009

I gave my son a Samsung Moment for Christmas and before the day was though he dropped it and cracked the screen? The phone works fine. What is the best way for me to get this screen fixed. Just call Sprint or take it back to Best Buy. Any idea what the cost is for that kind of a repair?

View 10 Replies View Related

Android :: Why Do I Get Access Denied To Data Folder When Using Adb?

Jun 25, 2009

I connected to my live device using the adb and the following commands:C:>adb -s HT829GZ52000 shell
$ ls
ls
sqlite_stmt_journals
cache
sdcard
etc
system
sys
sbin
proc
logo.rle
init.trout.rc
init.rc
init.goldfish.rc
init
default.prop
data
root
dev
$ cd data
cd data
$ ls
ls
opendir failed, Permission denied
$ I was surprised to see that I have access denied. How come I can't browse around the directories using the commandline like this? How do I get root access on my phone?

View 3 Replies View Related

Android :: Eclipse Won't Create Adt Project Due To 'access Denied' / Get It

Sep 8, 2010

I installed JavaEE, JDK, Eclipse 3.5.x (Galileo), the Android Starter SDK, and the current ADT all with no problems. However, when I try to walk through the 'Hello Android' tutorial, I bring up the New Android Project wizard, fill it in and hit 'Finish'.

After a moment, it comes back with a message saying there was a problem at path X:so and so (access denied).

Things to note:
-Running Windows 7 Home Premium 64-bit
-Quadcore Pentium with 8GB RAM, 8TB NAS
-I am an Administrator
-I have also tried this by activating the full (hidden) Administrator profile
-I have reinstalled everything 8 or 9 times
-I have changed ownership & permissions all over the place
-I have launched eclipse in 'Run as Administrator' Mode
-I have installed Everything as 32-bit, as others have done this successfully

Eclipse creates the folder it's having a problem with, but then cannot work with the .project file it creates (access denied). It then can't save anything so there is nothing but an empty folder 'Hello_Android' on the left within Eclipse.

Anybody have any clues about what is going on-- I'm frustrated. I want to get into this, and I've looked EVERYWHERE on the net trying to crack this nut....

View 3 Replies View Related

Android :: Jpg Images Noisy On Sdcard - Fine In Gallery - Only On 1.6 - 1.5 Is Fine

Nov 24, 2009

In my application users take photos with an Activity that implements SurfaceHolder.Callback. The uri.toString() is then passed as an extra to a subsequent Activity that displays the image. All fine, except for in Android 1.6 the jpgs on the sdcard have a strange noise when looking at them through mac finder or win explorer after mounting the sdcard. The images have purple and yellow stripes on their upper half. Fine on camera gallery.

Here's some relevant code.

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

View 3 Replies View Related

Android :: Command Access Device Shell / Terminal Permission Denied Error

Nov 22, 2010

By using command prompt access the device shell/terminal. then use the su command getting permission denied error. Why this happening? how can i solve this problem.

View 4 Replies View Related

Android :: Unzip Failed -Access Is Denied - Error While Adding SDK Components To Eclipse

May 1, 2010

Eclipse (3.5) -->Window-->Android SDK and AVD Manager--><> When Adding SDK Components, there is the following error message:

CODE:........

This is followed by another message: -Nothing is installed- I use Windows 7 64-bit system.

View 2 Replies View Related

Sprint HTC Hero :: Access Denied Due To Server Configuration

Jul 23, 2010

I am trying to log onto my company website to check my email. I click on the intranet link and received a message that says "there is a problem with the security certificate for this site." It gives me an option to continue or cancel. I click on the continue button and the page says "You are not authorized to view this page. Your web browser is sending a WWW-authenticate header field that the web server is not configured to accept. Http error 401.2-unauthorized: Access is denied due to server configuration".

I don't have this problem on my iphone. My friend has a sprint Palm phone and it doesn't have this issue either. My other coworker uses a verizon Android phone and it doesn't have any issues accessing the website. Sprint duplicated the error at tech support with another Hero phone and advised it is the companies website and not sprint. I contacted my company and they advised it is isolated to the HTC Hero phone.

View 3 Replies View Related

General :: Shell Gives (ADB / Permission Denied) Cannot Access Properly

Apr 24, 2012

The DroidExplorer shell gives "adb: permission denied" cannot access properly into Coby Kyros MID7125 tablet.

I cannot see my root contents and folders with shell. I have rooted my MID7125 and it has ClockWork recovery too. I have made a backup successfully. I can connect to it with my PC using DroidExplorer. I go into shell and get my $ prompt. I enter adb devices and get the following: "adb: permission denied" Is there a password? If so, what is it and how do I enter it to access properly. How can I see the folders?

I used this method to root. [URL]

I originally used the SuperOneClick method and had the same outcome.

I followed this to get my PC ready for DroidExplorer. Howto: Install the Android SDK - CyanogenMod Wiki

View 1 Replies View Related

General :: HTC Evo 4G - Super User Had Denied Any Root Access Request

Feb 22, 2012

I Updated my HTC EVO DESIGN 4G acidently. now the super user had denied any root access request!

View 7 Replies View Related

HTC Desire :: Live Tv On My Desire And Works Fine

Jun 8, 2010

I dont know if anyone is interested buy I have just registered with YAMGO.COM. I am nothing to do with the site just wondered if anyone wlse wanted to give it a go. Took 5 seconds to log on and it works

View 7 Replies View Related

Sony Ericsson Xperia X10 :: WiFi Worked Fine But Not Connected To Home Wireless

Oct 29, 2010

I had a new phone that the phone company forced me to block by not giving me the correct code for unlock (which I paid the phone company for), and they said sorry and after 5 mths with a new phone in a box (while in another country and not being able to use it), they decided to exchange the phone. They exchanged the phone and wouldnt give me a new one since the original problem wasn't reported before 7 days after purchase, but 9 days pff. The exchange is refurbished or something but is perfectly new looking and works amazingly well.

It connected to like 2-3 networks while I was away in that country getting the phone changed and now I'm back home and it will not connect to my home connection. I have changed every thing around and back and I have verified all settings, WiFi on and off. Hard reset - it will not connect. It says searching and then connection and then disconnected etc. Doesn't even say obtaining IP addy or anything. It doesn't say anything or give errors at all, it just will not connect.

View 5 Replies View Related

Motorola Milestone :: Motorola Milestone Voice Breaks While Speaker Phone Works Fine

Jan 20, 2010

I am using Motorola Milestone UK version with AT & T. G Mail and Yahoo etc work fine. Data plan also work perfect wih At&T 2G. AT&T 3 G can not use with Milestone because 3 G band of AT & T is not supoerted by Milestone.

However, real problem is that when I call anybody, he always finds my voice breaks on Milestone. When I switch to speaker they find my voice perfect. I can hear their voice clearly. Any body has same problem.

Secondly, I would like to dowload "Car Home" app which is available with Droid. It is not available in Market place. When I try to see how it is intsalled in my friend's droid, it shows 0 KB. Does this app is part of Android for Verizon. When I dock the phone in Car dock, as I dont have Car home app so phone does not pop up Navigation window which is part of Car Home. I can use Google Map manually. This is not big problem.

View 2 Replies View Related

Android :: Access Files That Works Both On Droid And PC?

May 11, 2010

I'm writing an application that will ship in two versions: Android and PC version.

Is there a simple way to access files from the shared code?

Using Java.io is simple, but I don't know how to access android resources or assets using it. And I can't write methods that operate on FileInputStreams instead, because some files contain references to another ones, so I need a way to access them from the method code. Any suggestions?

View 1 Replies View Related

Android :: App Works Over WiFi But Not Over 3G?

Jul 22, 2010

I have developed an App that target version is 4 (Android 1.6) upto 7 (Android 2.1). I tested this app on the dev phone 2 (Google-Io-Device 1.6 version). I am doing some xml parsing stuff through Internet. i set the <uses-permission> on my Manifest. it works fine in WI-FI Network. But its not working in the Motorola Droid 2.1 with 3G Network. Is there any more specific stuff to do for 3G network?

View 2 Replies View Related

Android :: Connect Works On Wifi / Fails On 3G

Oct 14, 2009

I am trying to test the availability of a service with a socket. the code is quite simple. Code...

View 5 Replies View Related

Android :: HttpPost Works With Wifi Not With Mobile

Jan 3, 2010

I'm trying to use HttpPost to send data from an android device to a server. It works great with a Wifi connection, but I get the IOException "The target server failed to respond" with a Mobile connection (3G, Edge, etc.). It doesn't seem to be a timeout problem (I set it to 90s). The use of HttpGet works perfectly with both Wifi and Mobile connection... Any idea of where the problem could come from?

View 5 Replies View Related

Android :: Application Works Over WiFi But Fails Over GPRS

Aug 17, 2010

I am developing a social Networking application and it works fine over WiFi but tried the same over GPRS it gives following Exception,

.....................

View 4 Replies View Related

HTC EVO 4G :: USB Tethering Works With WiFi

Jul 30, 2010

While USB tethering over 3G/4G networks doesn't work unless you pay for the $30/mo hotspot feature (which I still cannot get Sprint to admit is a stupid name since I don't want a hotspot, only tethering, but I digress), you can tether and use the phone's WiFi connection.

Why would you want to? Well, I have a laptop that requires a USB dongle and now I have one less thing to carry. OK, not the best reason, but I found it interesting.

View 9 Replies View Related

HTC EVO 4G :: POP Email Only Works In Wifi?

Oct 13, 2010

I can only RECIEVE email thru wifi connection (at home or in the office) I cannot get mail thru wireless connection... aka "over the air" it just "spins" and then eventually I get an error message " alert connection timeout" I have tried the followingre-installed my email account HARD RESET (that didn't work and was a major pain in the butt , trying get get everything back to the way I had it) double check settings (POP and SMTP) with my domain host and there tech support I have been to my Sprint store Tech support, spoken w/ Tech support, and now I am reaching out to you

View 5 Replies View Related

Android :: App Works On WiFi In Debug Mode Or On Emulator Not On Cell Network

Jul 9, 2010

I have an android application that parses some HTML, downloads an image, and displays it. I'm using an AsyncTask to do the HTML parsing and image downloading, but that shouldn't be relevant. I never have a problem when I'm on WiFi on my phone, when I'm using the Eclipse debugger on my phone, or when I'm using the emulator. When I have my phone on the cell network (even with pretty good reception), the image sometimes fails to display. I'm having a hard time figuring out what is wrong, since the problem cannot be reproduced in the debugger. Does anyone have any idea what could be wrong?

Update: I have narrowed it down to the image downloading function. This way my original code:.......................

View 1 Replies View Related

HTC Desire :: WiFi Tethering - How It Works?

Aug 3, 2010

I don't understand the tethering could someone give me a example on how it works?

View 1 Replies View Related

General :: SSH Tunnel - Works On WiFi Not On 3G - HTC One S

Aug 28, 2012

I am using the SSH Tunnel app on a rooted HTC One S which is otherwise stock. It works perfectly on my home wifi network (if I access an ip web page it shows my SSH server's ip).

If I then turn off the tunnel, disconnect from wifi, reconnect over 3g it connects fine, but when I access the same site it shows my phone's IP, not my servers.

Are there any known issues that prevent SSH Tunnel from working on 3G?

View 1 Replies View Related

HTC Droid Eris :: Works Better Or Worst On WiFi

Jun 20, 2010

just an opinion thing but do you think your home works better or worst on wifi? Because I think I see dramatic improvement on my phone just a thought

View 11 Replies View Related







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