HTC Hero :: No Signal Or Sim Fault?

Feb 7, 2010

Every so often i get a picture of a sim card with a line through on the lock screen(quite large icon in the centre of the screen),it also says no service. Does this mean no signal or sim card lose/faulty? Here's the odd thing it only happens when im in a town where i know the signal is good?

HTC Hero :: No signal or sim fault?


HTC Hero :: Gmail Auto Sync Fault?

Oct 1, 2009

T-Mobile UK user here. I've searched through this forum but can't seem to find anyone else reporting this.I've had a G2 for approx 3 weeks now, however, the thing just won't sync Gmail as it should - either via Auto-sync or by manually trying. I've had a G1 for the last 12 months so feel experienced enough to know when something's not quite right. I am using the G2 in exactly the same locations as the G1 so it cannot be a reception issue. I've tried sending test emails from my work email address to my Gmail account: Out of the 10 test emails sent over the space of 8 hours, only 2 came through (the G2 was on Auto-Sync the whole time). The others eventually came through via a combination of manually instigating Sync (1 success) or, in most cases, having to switch the phone off and on - even this only worked twice. Whenever I sent emails from work to G1 they would appear on the phone instantly. There isn't a prob with the emails leaving my work domain as I can see that they have all been delivered successfully viewing my Gmail account over the web. If I leave the phone on the Data Synchronization screen, the round sync indicator is constantly running next to "Google Mail" and intermittantly pauses with the error message that "Sync is currently experiencing problems. It will be back shorlty". have also found that the reception doesn't appear to be as good as the G1 - I work in central London and live 10 miles south of the river.I'm running FW 1.5 Kernal 2.6.27-a5504199 Software 1.0.0.A6288

View 3 Replies View Related

Samsung Moment :: Signal Strength Apply To Data Signal Or Just Voice Signal?

Nov 4, 2009

I want to reach out to others here before I take my Moment back to Best Buy to exchange it for another Moment.

My signal strength fluctuates wildly just sitting in the same spot. With the Hero I got a constant 5 of 6 bars, but the Moment will vary between 0 and 5 of 6 bars. But it's more complicated than that.

It seems that whenever the EVDO data kicks in, it causes the signal strength to drop to 0 or 1 bar. Once the data is idle, the EVDO indicator turns grey and then changes from EV(^v) to EV(D). At that point the single strength will return to 3 or 4 bars.

At times, though not as consistently or often, the EVDO connection will fall back to 1xRTT and will switch between them every few minutes. This will occur even when the signal strength bars are in the 3 to 4 range.

So, the my questions are...

Does the signal strength apply to the data signal or just the voice signal?

Is there any legitimate reason for the signal strength to vary wildly like I've described, even when sitting in the same recliner where the Hero had a constant 5 bar connection and data service that never wavered?

Is anyone else having signal strength and/or data service issues?

Should I exchange the Moment for another Moment or will I likely experience the same issue?

View 8 Replies View Related

Android :: App Fault - SIGSEGV

Oct 27, 2009

Why this can happen? ...........

View 4 Replies View Related

Android :: Out Of Memory Error Due To App's Fault?

Jun 16, 2010

i have a aplication on the android market, in wich exceptions and errors are catched and sent to me by acra. But i receive quite a lot out of memory errors.. In different kind of classes...some my app, some general java.. Does this always mean there is a problem in my app, or can it also be the phone ran out of memory due to a other process? Will users also get a fc dialog?.....................

View 7 Replies View Related

Android :: XMLRPC Fault Code

Jun 10, 2010

We have been using XMLRPC for android and it was working well until we got our hands dirty with Base64 encoding for byte[] (images) -- (we did base64_string.replace("/","$$") for transmission). We have tried undoing the changes and its looking like an XMLRPC error. We are getting the following error in the DDMS:

06-10 23:27:02.970: DEBUG/Test(343): org.xmlrpc.android.XMLRPCFault: XMLRPC Fault: [code 0]
06-10 23:27:02.970: DEBUG/Test(343): at org.xmlrpc.android.XMLRPCClient.callEx(XMLRPCClient.java:308)
06-10 23:27:02.970: DEBUG/Test(343): at org.xmlrpc.android.XMLRPCMethod.run(XMLRPCMethod.java:33)

Just before this I checked the body (xml message -- which is perfect) and the response received:

06-10 23:27:02.940: INFO/System.out(343): Response received: org.apache.http.message.BasicHttpResponse@437762f8

Since the message is not even reaching our cloud, the issue is mostly with XMLRPC for android.

View 1 Replies View Related

HTC Desire :: Auto-Rotation Fault Since Update

Nov 21, 2010

This morning I installed update 2.17.61.2 and since then I've noticed a fault with the auto-rotation feature. For things such as internet, SMS inbox, email inbox etc. the screen view is stuck on landscape and will not auto-rotate back to portrait when I tilt the phone

Also I tried playing Teeter and the ball doesn't move no matter how much I tilt the phone. I've tried resetting the G-Sensor Calibration but it doesn't resolve the fault.

View 2 Replies View Related

Android :: Segmentation Fault On Emulator Startup?

Nov 23, 2009

When I start the emulator with the command emulator -avd Android2.0 it comes up with Segmentation fault (core dumped) if i start it without sound it works emulator -no-audio -avd Android2.0. I'm using Fedora Core 12 64bit. If i run emulator -verbose -avd Android2.0

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

why the emulator is getting a problem with sound? I'm trying to write an app that uses sound so really need to get this working but i'm stumped.

View 5 Replies View Related

Android :: SIGSEGV Fault When Create And Exit App

Jan 10, 2010

Im getting this error caused by VM( logcat below from emulator, it also happens on the device) This is a know bug filed at least 3 times with different issues. I am getting it if I close my app and then open it a few times(it happens too often), you can close the app by "back button". I also have a service running in the background which updates my widget( i stop the service when it finishes), which launches an activity through a PendingIntent. Is there any workaround for this error, if I know what causes this exactly i may be able to prevent it, something must be triggering this....................

View 3 Replies View Related

Android :: How To Use MediaRecorder To Record Video Without Causing A Segmentation Fault

Nov 30, 2009

I'm trying to use android.media.MediaRecorder to record video, and no matter what I do the android runtime segmentation faults when I call prepare().

Here's an example:

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

View 2 Replies View Related

General :: Java Shell Root Access (segmentation Fault)

Aug 24, 2013

So i've been trying to flash modules from within the phone without having to boot into the recovery, and i found that i can just extract the update-binary and execute it through shell and it will do the trick!!

However, know im trying to do that through my app, I successfully got root access using Chainfire's libsuperuser, however, whenever i send the commands to run update-binary i get "segmentation fault(core dumped)" Error.

the command i using in both shell and from within the app is "./update-binary 3 stdout ./modules.zip".

This might be irrelevent but when ever i add a number before stdout (e.g 7stdout) i get segmentation fault during shell as well, other than that, i can't find the problem.

This is a logcat of the process through strace, if we have a linux debugger here

Code:
08-24 17:06:43.568 8703-9188/com.thunder.kernel.lighter D/libsuperuser: [libsuperuser][SU*] execve("./update-binary", ["./update-binary", "3", "recovery", "./KernelLighter.zip"], [/* 24 vars */]) = 0
08-24 17:06:43.573 8703-9188/com.thunder.kernel.lighter D/libsuperuser: [libsuperuser][SU*] gettid() = 9202

[Code] .......

View 5 Replies View Related

Samsung Vibrant :: User Fault Not Kernel Panic Upload Mode

Sep 10, 2010

My Vibrant just crashed with this message, "user fault not kernel panic upload mode". All I was doing was updating a word document using the application FREETHINK which comes with the phone. I pulled the battery out and restarted, and went to do the same thing I was trying to do before the crash and it crashed again.I looked this message up online using "google". There isn't much. People seem to think it has to do with GPS, and it seems like it's a reoccurring problem, which factory reset will not fix. I'm switched back to my Blackberry, incase that it does reoccur. And I will call T-Mobile I guess or maybe try restarting again, and see if it crashes again doing something different other than FREETHINK.Not panicking yet.Anyone else experiencing this problem?I hope it doesn't reoccur,I'll let you know.

View 3 Replies View Related

Sprint HTC Hero :: No Signal

Feb 11, 2010

She went and downloaded a notepad style program called easy something. long story short everything in phone quit working. Phone doesnt even have signal to go to market to uninstall. Pretty much all the android setting stopped working..

View 20 Replies View Related

HTC Hero :: Signal Bars

Aug 26, 2010

on the gsm hero, you can have a maximum of 4 bars of signal, where as on the sprint hero, you can have alot more, 8 i think, is there anyway to get more bars on the gsm hero, like 8 bars?

View 7 Replies View Related

HTC Hero :: Could Connect To A Wifi Signal

Jan 6, 2010

I was talking to my friend the other day, and supposedly her friend showed her how his blackberry when having no cell signal, could connect to a wifi signal, and then through that signal have service and call/text. Can the hero do that?

View 10 Replies View Related

Sprint HTC Hero :: App That Helps To Get Better Signal?

Dec 15, 2009

Is there an app that allows you to use other networks, towers, etc. to get better signal on the hero.

View 16 Replies View Related

HTC :: My Hero Keeps Dropping Its Wifi Signal

May 5, 2010

My new htc hero is having trouble with my wifi/router, it conects if i turn the router off than on but then the connection drops, i then go to search for my modem and it says signal is strong but yet when i click on connect nothing happens, I'm sure its a setting on the router itself as my blackberry had the same trouble.

View 7 Replies View Related

HTC Hero :: Boosting Signal Strength

Dec 6, 2009

I have just purchased 4 HTC Hero phones for my family on the 3 Mobile network. I chose 3 Mobile mosrly for Skype.

I was not happy to find that the coverage here - East Yorkshire - is 1 bar about 5% of the time - no Internet, phone and text virtually non-existent. The service is not useable.

Are there any solutions out there for boosting the 3 Mobile signal to at least useable levels?

View 16 Replies View Related

Sprint HTC Hero :: How Can I Boost My Signal !?!?

May 12, 2010

I have a DC 2.08 rooted sprint hero FYI. i work in a high school 8 hours a day. i go through out the entire day without pretty much any signal. most of the time im in my office within the high school and i get no signal at all. is there anyway i can tweek the phone so i can get signal. i already tried different radios.

View 12 Replies View Related

Sprint HTC Hero :: No Signal After Reboot

Dec 5, 2009

Does anyone else run into the same problem as I do? If my phone dies or I do a reboot I get to the lock screen and it says no signal and does not pick up a cell signal at all. During normal use it said no signal before, but a few seconds later it got a signal. Now it will not get a signal at all and the only way to get a signal again is to do a factory reset. Is the jump to 2.1 supposed to fix all this too?

View 1 Replies View Related

HTC : Signal Issues On Orange Hero

Oct 22, 2009

I've found that over the last couple of weeks, calls are often going straight to my voicemail despite having phone saying I have full signal and also that text messages often won't send despite the phone also saying it has full signal.

I'm on Orange and have the Hero running on the latest ROM verison. Anyone else had any issues and / or know any fix?

View 11 Replies View Related

HTC Hero :: Vodafone Gateway - No Regular Signal

Dec 15, 2009

I have an unlocked Hero using a Sim from Vodafone. So far all seems ok apart from one strange anomaly. When I'm in my office I have to use a Vodafone Gateway as there is no regular signal here. This works fine, however my phone thinks it's in deepest Russia and it's making me feel cold being constantly told that the temperature is -15 DegC and sunny. Is this because Vodafone have a server hidden in the darkest depths of Russia and is there any way I can change this apart from manually telling it where I am each day?

View 2 Replies View Related

HTC Hero :: Multitasking / Appalling Signal Strength

Nov 24, 2009

I am not denying the Hero is a good phone, but I really am fed up of the lag and glitches I encounter in everyday use. Yes, before I am jumped on, I have taskkiller and yes I do make sure everything is closed that I am not using, but there's no denying the phone does lag a bit even when not multitasking. It's by no means bad lag, just irritating and I have put up with it for months and I am getting tired of it. Also, the camera is practically rendered useless seeing as I don't carry a tripod round with me because it seems that's what this phone needs to take a decent, shake free shot. And no it's not my lacking camera skills, I have an A-level in photography.

Another thing is the appalling signal strength due to the aerial being in the chin section of the phone, this angers me so damn much - who the HELL makes a phone you can't hold normally because you cannot get any signal when you do so, I literally have to hold the phone on the edges or the top just for the signal to come back, wtf!? This also makes phone calls damn difficult because I often accidentally put my hand over the precious aerial whilst talking. Lastly to round it off is the app market. Yeah there are a load of decent apps, but the marketplace itself looks like a 3rd party application, the organisation is rubbish! Whilst I like the whole open source scene, I believe there should be moderation to stop all the crap that force closes automatically getting onto the market.

I don't want to get attacked now as I do like my Hero, it's just these niggles have slowly worn me down, and I am pretty fed up of it now - it takes the pleasure of using the phone away. I still believe Android has a long way to go yet, it's just lucky it will be used on so many phones in the near-future. I can see it going in a Windows direction though, so much hardware and one OS = so much that can go wrong with compatibilities, hardware etc. Not really sure whether to keep the phone now or not.

View 49 Replies View Related

HTC Hero :: Get Google Maps To Work Without GPS Signal?

Dec 16, 2009

When i used google maps with my N96 it used to load up first and show my approximate location, so it would guess where I was to the nearest 100metres or something like that, and then when the GPS loaded up it pinpointed my exact location. Is it possible to do that with google maps for the hero?

It would make using things like "places directory" and generally getting directions with google maps a lot easier if you could check out something indoors, then it would lock down your location when you went outside and found your gps.

View 2 Replies View Related

Sprint HTC Hero :: Signal Strength Icon?

May 26, 2010

Anyone know if you can replace the bars icon at the top with the actual dB reading?

View 4 Replies View Related

HTC Hero :: App For Using WiFi For Talking Have Weak / No Signal?

Jun 27, 2010

Is there a good app for using WiFi for talking if you have weak or no signal? Is it worth using?

View 1 Replies View Related

HTC Hero :: Regardless Of Signal Connection Calls Going Straight To Voicemail

Jan 4, 2010

I have used my Hero in 2 different countries and I get the same problem: Regardless of signal connection, I miss half (a guess) of all calls made to me. People tell me it finally dials after a few straight-to-voicemail tries. This didn't happen with any of my previous phones (Nokias and Motos), in both of the aforementioned countries. I really hope my rubber case has all to do with this because I bought the phone from eBay (i.e. no warranty).

View 17 Replies View Related

Sprint HTC Hero :: Got Error Message Of Losing Signal In FB

Mar 21, 2010

So last night i had my phone sitting on my dresser while i watched the dodger game about 2 hours later when i picked it up and attempted to check face book, it kept giving me error messages. Convinced that this was another stupid FB error i went to surf the web only to say I was not connected to a network. I looked at the top of my phone and i had 3 bars but next to there bars there was no 1x or EV signal just the bars. I went into my settings and un clicked the mobile network and then clicked it again and it worked This has happened to me about 4 or 5 times since i owned the hero since December. Anyone have any similar stories or explanations? Also sometimes it seems that when my phone is sleeping, i wont get text messages until i unlock it?

View 3 Replies View Related

Sprint HTC Hero :: Signal Strength / Call Quality

Jul 18, 2010

Been thinking about flashing a new radio for my hero but I'm just not sure what is a good signal or a bad signal. At my house my phone shows 2-3 bars and between 84-93db most of the time. Is that good? what should be a standard for evaluating signal strength? Sorry if this has already been done. In past threads i've seen posts re: decibals but none i've ever seen has stated what the norm/standard is or what a person should expect. As far as flashing a new radio I know its trial and error. I was just wanting to know what I should expect. TYVM in advance for your answers. BTW running Fresh 2.3.3 with his stock radio 1.04.01.09.21

View 14 Replies View Related

Sprint HTC Hero :: Signal Strength / Dropped Calls

Nov 9, 2009

Greetings all. Another "long time lurker, first time poster."I am wondering if anyone else is experience dropped calls and occasionally dodgy reception with their Hero. Specifically I am having problems dropping calls in my apartment, which seems to be at the edge of three different towers (I will connect to all three just by walking from room to room...don't know if that is typical).I am new to Sprint, so I don't quite have a feel for what I should expect from the network, but my fiancee--also on Sprint but with a different phone--doesn't seem to have the same issues.

View 3 Replies View Related







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