HTC Desire : No - Wrong Image - Messages Displayed - When Bootloader
Currently running DeFroST 6.0 forHTC desire (AOSP FRG83 + CyanogenMod). I rooted using unrevoked 3. I installed defrost 5.9via Rom manager then upgraded to 6.0 via defrost settings.
3 questions possibly unrelated
when I run bootloader I see 'no image' and 'wrong image' messages displayed
I am unable to delete stock apps that came with the defrost Rom. In root explorer I mount r /w and delete an app. Confirm delete message shows up. But when I exit app is still there in the drawer functioning normally.
I was told this could be because NAND is locked. I understand that it should be unlocked when the unrevoked root was performed. I suspect that the error message - not enough space I saw in recovery might have something to do with the NAND setting.
Before I installed defrost 5.9 I tried to install the cyanogen 6 Rom via Rom manager. I saw 'not enough space. On device' or something similar (can't remember exactly) displayed in recovery. i think this might have something to do wit NAND setting as well
btw my desire is CDMA. Can any body shed some light on this. im a newb so simple terms please
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
HTC Desire :: Wrong Time Displayed?
I have a problem with the displayed times shown on the home screen. The one displayed in the widget with the weather is displaying the correct time but the one in the top right corner is showing as being 1 hour behind. I have tried using manual and auto settings for the time but all this does is change the time in the widget. Probably something really simple but cannot figure out how to get them displaying the same.
View Replies!
View Related
HTC Desire :: App To Set Different Lockscreen Image To One Displayed On Homescreens?
Is there a way of setting a different lockscreen image to the one displayed on the homescreens? Home screen images, by their very nature work best when they are simple or abstract because they have a load of stuff going on over the top of them. But in the lock screen it would be really great to see a proper picture, where it doesn't matter what's going on because there's nothing in front of it! It's a small request, but it would be nice to have all the same! Any apps that can do it?
View Replies!
View Related
Android :: Wrong Bootloader On Dev G1
My dev phone has a stock bootloader. while upgrading to the official signed-dream_devphone-img-147201.zip image I suddenly received the message a ota update arrived and i accepted it. How wrong i was! Now i have a phone with the bootloader with hboot-0.95.0000 in stead of the 0.95.3000. Strange thing is it still has the test keys. Is there any way to correct this? I see guides for rooting your standard G1 everywhere but i expect that i can't install these images due to the test keys on my device.
View Replies!
View Related
HTC Desire :: Wrong Sender On Text Messages
I received a couple of text messages from Vodafone today, and the Messages app showed the sender as one of my personal contacts! It happened to be the last contact that I edited in the People app, and seems like a bug. Has anyone else seen this? this is on an unlocked Desire bought from mobiles.co.uk.
View Replies!
View Related
Sprint HTC Hero :: BootLoader/Flash_Image/Recovery Image
I'm just trying to get my recovery menu back! I've tried RUUing my phone but that won't work now. It dies on the HTC screen and when I pull the USB I get to a menu that has the option of RUU but it wont' do anything. So I tried this to fix the bootloader How-To repair your bootloader after using the 2.1 RUU - Android Forums It doesn't work I can't load the flash_image to my system/bin file. My phone IS rooted and I've done it via various ways and none of them will give me permission to move the flash_image to the /system/bin folder I can't flash a recovery image to flash_image because... flash image doesn't exist. I'm at th end of my rope and I'm about to slip it around my neck. I know I need to step away from this and take a deep breath, but I'm determined. Anyone able to give me some hints to as what I'm missing I'm on 2.2
View Replies!
View Related
Android :: ROM Hacking Terms - HBOOT / Bootloader / Radio / Recovery Image / Update.zip
I see these components discussed all the time on xda-developers. I have a vague understanding of what they are and how they're related to each other, but it's not perfectly clear. For example, the radio seems to be a lot more than just the radio. I have a good understanding of the basic ideas as a Linux user and software developer.To kick things off, let me present my current understanding. I could be way off on some things:"Radio" - I'm not sure if this runs before the bootloader or after HBOOT is the bootloader, the first thing that runs when you boot up your phone. Like your regular Linux bootloader, it lets you boot off of different partitions.There are multiple partitions on the system, at least one for HBOOT (maybe? or is it in some kind of MBR type of area?), recovery, system and data. All of these partitions are in the system's "ROM" which is not really ROM it's actually NVRAM or flash or whatever. Hence, each of these areas can be independently flashed.Recovery is a partition you can boot into. It's originally meant to be a kind of "recovery" mode and so offers a base for hacking. This is typically re-flashed so as to follow further modifications. From the recovery image, you can also access the sdcard which is useful for fetching update.zip files etc. update.zip - these are updates that can be applied from a custom recovery image. It seems like these updates can contain more or less arbitrary code, but I'm not clear on how they get applied or where they get flashed to or applied to./system - gets mounted read-only (what control this?) unless you do some hacking Where does the kernel sit? Is there a different one in the recovery versus the regular image? which parts form a custom ROM like CyanogenMod? What is the NAND and what does it mean to unlock the NAND? What is an RUU? SPL? Where do the WiFi and 3G radio images sit? PC36IMG.zip? PRI?I've seen some of this explained elsewhere but I don't understand how they all fit together.
View Replies!
View Related
Android :: Gradient Image Is Displayed Incorrectly
I have got another mysterious issue. So, I am setting a background image for LinearLayout. This image contains gradient. Don't know why, but after I launch application the image appears to consist of several parts that actually form "smooth transition" of gradient, and that's why it seems that background image is not a gradient.
View Replies!
View Related
Android :: Image Displayed At Webview From Url With High Quality Loss
I want to display an image from an url with an Webview at Android. With Android phones with Version 1.5 and 1.6 there is no problem. but the same pic and the same code on an AndroidPhone with Version 2.0 and the pic is totaly pixelated. Like Android is resizing the image first to a smaller one and then resizing it back to "normal" size. Unfortunately its important to display the pic without any quality loss. I tried to integrate it in the sourcefolder to show it as an normal image, but at Android 2.0 i get an exception because the image is to big. (At Android 1.6 there is no problem) Any ideas how i can display the image without quality loss with Android 2.0 ?
View Replies!
View Related
Android :: Showing Wrong Image From URI
I have an Android application that allows the user to select a photo that has already been taken. Once the user selects a photo, I grab the URI information for that photo, use that information to create a bitmap, and then I set the bitmap in an ImageView. This all works perfectly fine.I then give the user the option to select the picture for viewing. When the user chooses to view the picture, I launch an ACTION_VIEW intent, passing the URI data. Intent intent = new Intent(Intent.ACTION_VIEW, pictureUri);startActivity(intent);As you can see, this is very simple code, nothing special going on. The problem is that, when I run this code on my Droid running Android 2.1, about 6 or 7 times out of 10, the application will display the correct picture. But the other 3 or 4 times, I get shown the wrong picture. Also, each time the wrong picture is shown, its always the same incorrect picture being shown. The fact that I see the right picture the majority of the time leads me to believe everything I'm doing in code is fine, so can anyone tell me if you have seen this problem before, and better yet, is there a solution? Here is the exact sequence that I observe on my Droid when I run this (Note: Image URI is already saved before I start the Activity): - I choose "View Photo" in the Activity - When things work, I get taken to the gallery and shown image 74 - Each time things do not work, I get shown image 82 Keep in mind that when I start the Activity with the URI already saved (retrieved from database), I set an ImageView based on the URI data in onCreate(), and the Image being shown in the ImageView is ALWAYS the correct image. It's not until I actually decide to view the image using ACTION_VIEW that I see odd behavior. And I know it's not something specific about these 2 photos. I observed this behavior using other photos in the past, and got the same behavior.
View Replies!
View Related
Android :: Wrong Image Show Up In ListView Rows
I use this code in my getView: @Override public View getView(int position, View convertView, ViewGroup parent) { View v = convertView; if (v == null) { LayoutInflater vi = (LayoutInflater)getSystemService (Context.LAYOUT_INFLATER_SERVICE); v = vi.inflate(R.layout.listrow, null); } Order o = items.get(position); if (o != null) { TextView tt = (TextView) v.findViewById(R.id.toptext); ImageView thumb = (ImageView) v.findViewById(R.id.icon); if(o.getOrderDrawable()!=null){ thumb.setImageDrawable(o.getOrderDrawable()); } else{ tt.setText(o.getOrderTitle()); } } return v;} The problem is when scrolling; sometimes the correct image shows, but sometimes when scrolling back/forward, the images shows randomly and that is not associated with the row. The images are downloaded from the web.
View Replies!
View Related
Samsung Captivate :: Timestamps On Text Messages Are Wrong / Battery Has Standby Time?
First time poster and long time reader. First off I got the Captivate today and love it. I had the Aria and took it back and got this today. I just have a couple of questions. I will list them so it doesn't get confusing. 1. I saw in a few reviews that the battery has standby time of over a month and is generally very good and is a big part of why I bought the phone. That being said, since a full charge at 2:00pm, I am currently (9:00pm) in the yellow on my battery with normal use (ie minimal web browsing, 4 phone calls all under 2 minutes, about 10 total texts and 3 downloaded apps, and just browsing the phones features all while having a task manager). Should I just charge it after a few days and see where I am at? 2. My house usually gives me a pretty good signal but for some reason, I only have 1-2 bars in most of the areas. However, I seem to still be able to do things such as make phone calls with no bars. As for the "death grip", I also have held the phone with a case on it and the signal diminished very quickly which concerns me. A steady 2-3 bars I would be fine with, but 1 bar is unacceptable. 3. Timestamps on text messages are wrong just like they were on the Aria. It is a minor thing but it bugs the hell out of me. Overall the phone is awesome but I buy a phone for two reasons, number one it has to be a good phone (call quality and reception) and number two it must have an above average battery (7 hours with minimal usage concerns me). I hope I am just overreacting but these are issues I think should be talked about.
View Replies!
View Related
HTC Desire : Why Different Software Depending On Bootloader Etc
so all guides have the wording "If you have a bootloader version 0.75.xxxx or below AND a current ROM of 1.15.xxx.x or below download XXXX if you have a bootloader version 0.80.xxxx or below AND a current ROM of 1.21.xxx.x or below download ZZZZ" Maybe I'm missing something, but surely if the first statement is true then the 2nd statement must also be true, and so the first download link could be removed all together? Could a user rooting from 0.75 - 1.15 use the 2nd download link? I've already rooted, but this has annoyed me since I saw it and just wondered if the 2nd download wording is correct or if it should be reworded somewhat.
View Replies!
View Related
HTC Desire : Trying To Use RUU Froyo - Bootloader Not Loading?
I seem to posting a lot here lately .For whatever reason, I've decided to go back from the Custom ROM's I've been flashing to the official "HTC Telstra Froyo" here in Australia. I've installed HTC Sync, downloaded the official RUU file from the HTC Website, and following instructions ... (Open HTC Sync, select HTC Sync from Connection Drop Box), then running the RUU exe file. Confirmation screens follow, and it all goes well up until it tries to load the Bootloader in the phone. The boot splash screen is displayed, but after a few minutes the computer informs me that it cannot load the bootloader. If the USB cable is unplugged, it displays the bootloader, and the only option given is "RUU". Plug the cable back in, and it goes straight back to the boot splash screen. Does anyone know how I can fix this?
View Replies!
View Related
HTC Desire :: Day Not Displayed On Agenda Widget
On the HTC full screen agenda widget only the date is displayed and not the day.Is there any way to make it show the day?I find it a little annoying as you have to work out what day the date refers to, e.g. 2/5/2010? Using my fingers to count - it's the errr 26 April today, so,you get my drift.Hopefully there'll be some decent calendar apps come along soon.
View Replies!
View Related
Android :: Android C2DM Messages Reach Phone - Forwarded To Wrong App
I've been messing around with C2DM and have a nice little app working perfectly in the Emulator. I send a message from my app server to Google's C2DM servers, the message will arrive on the emulator and my app would respond appropriately. My problem now is running the app on my smartphone (a Nexus One). The app runs fine and registers for C2DM with Google and then forwards it's rego ID to my application server. This is all working as expected. Problem is, when I send a message from my app server to the phone, my app never receives the message. After some investigation I found out that the message reaches the phone, but the C2DM subsystem seems to be forwarding the message to the Google Talk app and not MY app. Has anyone seen this behavior before? Can anyone give hints on what to look for to solve this? I was assuming that if the registration messages where forwarded to my app, then everything else should be as well.
View Replies!
View Related
HTC Desire :: SMS Go To Wrong Contacts?
This is an alarming bug, and for all I know it may affect me regularly.I use the standard HTC "Messages" sms app, and I'm on Froyo (but think that's irrelevant)Just today I was exchanging smses with person A, then decided to send one to person B. Person A then asked why I'd sent them a confusing sms. It was the one for Person B, Here's the kicker ... the sms that went to the wrong place, still appears in the correct person's message thread. ie it appears in the list of person B's messages, instead of person A who actually received it When I select the details of the sms, it shows the number of the person it actually went to, and no that number's not on the contact details of both people.This is pretty crappy. Some of the smses I send are quite personal, some are quite formal. I can't have them going to the wrong people, it might cause severe issuesAlthough I can't find anything about this on the HTC Desire forum, there are posts about on other Android forums going back to earlier in the year!This is a sneaky issue. How do *you* know all your messages have gone to the right people? You only find out if people tell you.
View Replies!
View Related
HTC Desire :: Can't Buy Paid Apps / What's Wrong?
I'm having issues with buying a paid app. I went to the market and selected buy and then put in my card details and then I kept getting emails saying my card was rejected so I went into my google account on my PC and deleted the card details and re added it. Then I tried again on my desire and again same problem. Google say in the email that I should contact my bank but it is not a card problem as it works elsewhere. Anyone know what's wrong?
View Replies!
View Related
HTC Desire : Call Log Times Are Wrong?
So, when I go to my call logs, the times it shows for the calls is all wrong. As in, the last call showing in my call log shows Today at 8.52 pm. It is currently 12:15 PM. I've got about 8 calls today, and they are all in the evening? The rest of the times on my phone are right, but the call log appears to be picking up some other time zone. Any thoughts?
View Replies!
View Related
HTC Desire :: Free Space Reported Wrong / How To Recheck?
Went to install Need For Speed shift on my phone a few days ago, but it wouldn't install due to space. I went in and removed a few apps, one of which was my co pilot Sat Nav, which I think was 25mb alone. NFS still wouldn't install so I removed a few more apps. Suddenly my I got a message saying space on phone was low. This did not appear even before I removed apps including co pilot. When I check my memory it says there is 12mb free. It should be a lot more than that with copilot off the phone. So I should have a lot more free than that and should not be getting these messages. Is there any way to get the phone to recheck free space?
View Replies!
View Related
HTC Desire :: Unreliable Synch / Wrong Names On Texts
I have had my HTC Desire for 3 or 4 weeks now and I am determined to like it. I'm stuck with it for 24 months so I have to!! However, synching with my outlook contacts and calendar seems to be a very hit and miss affair. Sometimes it works and sometimes it doesn't. I am running Vista 32 bit on a Vaio laptop with outlook 2003 (I hope to move to google apps soon but it feels like a big job to do it so i need enough time to work it all out). I downloaded HTC synch from the web but that didn't work so I used the version on my phone and that seemed to work better! I am using HTC Sync, version: 2.0.28. I always start HTC Synch first and then connect the phone. i select the synch option on the phone, but it usually fails to connect at that point. If I then a wait a little, and if I am lucky, it seems to connect itself and the Application installer icon pops up on the HTC Synch screen. then i can try again to synch. And sometimes it works and sometimes it doesn't. This is a lot of messing about - i wish it would just work - is there anything i can do? Also, when i receive texts from kid's school or my bank, the phone seems to assign random names from my contacts list. How weird is that? Any ideas for a cure? I have also found that it can be extremely slow to load videos on youtube. at the weekend i was with someone who had a iphone on the same network in the same place and they had no problem. Grrrrr!! often when it fianlly gets the video and starts to play it it stops halfway through - data is obviously not coming through quickly enough. Is there anything i can do to help this. Finally I am very disappointed that it can't make phone calls as well as my old Nokia 6230. same place, same network, perfect on the old phone, dropping out and bad reception on the HTC. The old phone worked fine in the local supermarket, The HTC simply says NO NETWORK. Have i got a bad phone or is this typical?
View Replies!
View Related
Media :: Mp3s Play In Wrong Order On HTC Desire / How To Set?
I'm using a desire, which is fantastic but I've got one issue. Using the default music player - just called 'Music' when I play an album the tracks seem to play in a random order. The player seems to be reading tags properly , correct track names and artwork etc and if I look at a tracks properties in the player software I can see that it is reading track number info. I don't know if there is a setting I have got wrong but it would be great to get songs playing in right order. Other than this the Desire is great.
View Replies!
View Related
HTC Desire HD :: Stock SMS Application - Wrong Order Display
The issue is with the stock sms app that comes with Android, recently it's been displaying the sms' in the wrong order, for example, this is how the convo went: Me Her Me Her Me Her etc. as one should expect, but it turned out like this: Me Me Her Me Her Her Her. It's not threading the messages correctly, anyone else experiencing this issue?
View Replies!
View Related
HTC Desire : Wrong Contact Showing On Incoming Call
I got my new Desire at the weekend and set up Facebook on it. The issue I have is that my sister has our home number listed on her Facebook profile as a contact number. I have linked this profile to her contact. I have also set up 'Home' as a person on the phone. But when the home number calls me, it shows it as being my sister calling rather than home. Is there anyway to remove the home number from my sister's contact details without de-syncing her Facebook profile?
View Replies!
View Related
HTC Desire :: Desire Default Messages App
My question is about the default messages application which manages the SMS/MMS messages. I have some contacts who use different mobiles depending on their location (French phone in France and UK phone for the UK). When I receive a message from such a contact, as far as I know, I only have the option to reply (by clicking on the text input box) to the number the message came from, even if the contact already has several numbers stored...Is there anyway round this apart from creating a new message separately?
View Replies!
View Related
HTC Desire :: SMS Messages All Gone
All of my SMS messages have disappeared, I have had my HTC Desire since the end of May and suddenly today all my SMS messages are gone without warning. I had auto backup to SD card enabled, but this option seems to have disappeared on 2.2, even if I could retrieve the old messages that were backed up to the SD card beforehand that would be great, there's nothing left! Delete old messages is turned off and I have tried turning the phone off and back on again but it hasn't helped.
View Replies!
View Related
HTC Desire HD :: Sms All Messages
Way to go back to sms all messages with having to hit "menu > all messages"? I have noticed the messages shortcut usually takes me to my last sms messgae rather than the inbox(all messages) - can this shortcut be altered? the iphone back to all messages button would be handy on android http://mobiforge.com/files/iphone-sms-1.jpg
View Replies!
View Related
HTC Desire :: Lots Of SMS Messages
I have around 3000 messages from one person, currently they are all in one conversation, because of the number it takes a few moments to load the page. I know I can set the phone up to delete the old messages, but I don't really like deleting messages, or email, I just don't like doing it. I'm looking for an app (or if the existing message app has a solution) that will allow me to have a smaller conversation or a way to load just the last few messages unless I ask to see older messages similar the the iphone. Does anyone know if this kind of thing exists?
View Replies!
View Related
|