General :: HTC One - Unable To Change ROM
Jan 4, 2014
I'm currently running the ONEDROID ROM with Kit Kat 4.4.2 on my HTC ONE but would like to change to a Paranoid Android Rom.
Everytime I attempt to flash it, it fails. I've tried it a number of times, but with no luck!
I also tried to flash the OMNIROM, but it was the same issue.
View 2 Replies
Jan 1, 2013
Galaxy S3 rooted + unlocked
how to write to "/sys/class" files? I have checked to make sure that the files I want to modify have permissions to 0777.
From terminal I enter.. "echo 1 >/sys/class/lcd/panel/gamma_mode"
I am still unable to change the setting.
View 2 Replies
View Related
Jul 13, 2010
I just changed my themes on my HTC & now my phone wont work. Keep getting error 'The application HTC Sense (process.com.htc.launcher) has stopped unexpectedly. Please try again. Force Close. I have turned it on & off, took the battery out, took the sim card out but still get the same error & now can't use my phone, any ideas guys what to do
View 3 Replies
View Related
Sep 25, 2011
I'm writing a small application and having a bit of trouble setting the alarm volume. I've tried a couple of different methods, but neither actually seem to change the alarm volume.
My goal, is to mute all alarms under certain conditions. I have no issue checking the conditions, just actually changing the volume. I'm currently using the AudioManager class to make the changes .
setStreamVolume(int streamType, int index, int flags)
using STREAM_ALARM for the streamType. Using FLAG_SHOW_UI, it displays a toast showing that the volume was set properly, but if and alarm goes off, it still plays at full volume.I also tried
setStreamMute(int streamType, boolean state)
but again, the alarms go off as if nothing changed.
EDIT: I tested the same method with the media volume and it works perfectly. This leads me to believe the setting is being applied just as it should, but alarms simply aren't obeying the setting. This may have something to do with the fact that each alarm has it's own volume control. Still trying to find a way to mute them.
View 1 Replies
View Related
Feb 24, 2010
I picked up a Nexus One last week from someone who got it from the TED Conference. Apparently Google also gave out a SIM card with a month of service on T-Mobile. When I go to Settings / Call settings / Voicemail settings and the number shows the number that was given at the TED Conference, which is the old SIM. I keep changing it to my phone number as I am using my SIM. It takes the changes but if I reboot the phone, it reverts back to the old number.
View 4 Replies
View Related
Jun 4, 2010
I setup my exchange email account but I noticed I am unable to change the mail format settings. They are set to plain text. Is there some reason why they can not be changed?
View 1 Replies
View Related
Apr 18, 2010
how do i specify an individual sms tone for contacts? i can only change it globally.also, is there a way to have one wallpaper per screen rather than one spanning across all of them?
View 12 Replies
View Related
Oct 1, 2010
I'm having trouble changing my system font.I am rooted with unrevoked3, hboot 0.80 android 2.1, looked at a number of ways to flash fonts to my desire and each time I've ended up in a bootloop.Please does anyone have a definitive, simple guide for doing this? I would just like a slicker font as my system font.Also is there a rooted 2.2 rom worth using yet? and where do i get it?
View 1 Replies
View Related
Jul 6, 2010
I recently got my incredible and i love it, I have 2 issues with it, first is battery but you know downloading stuff all day long will tank a battery the other. I cannot put a picture on the wallpaper on my phone. If I do, it changes it to the HTC colors. I can however post any live wallpaper just not any pictures. This is become a great irritation and I am uncertain if this is a software or hardware problem.
View 9 Replies
View Related
Jul 28, 2010
I am triying to use PutYourBootHereWithAudio like before and it runs through all the steps fine but the phone reboots with the old (or new) htc startup still...I downloaded htc sync before hand as that is what worked for me in the past, anyone else get this?
View 22 Replies
View Related
May 15, 2010
I just got the 2.1 update and I'm just trying to figure everything out.The one thing that I'm having a problem with is changing the default dialer.I had this problem before using aContacts, but was able to fix it in 1.5.But now that I have the 2.1 update,I cannot change the default dialer, which hasn't changed at all. uninstalled and reinstalled aContacts but it did not work. I never got the popup asking which app I want to use as the default.If anyone can help,it would be appreciated.Maybe it's a glitch - I don't know.
View 6 Replies
View Related
Jun 22, 2010
I have created 3 tab in my application and every tab has it's own view. in tab 1 i have a button on top which load another view on same tab but when that view load tab has been hidden this is my problem, i want view switching with in single tab by click on button.
I am not able to change the activity with tab by clicking on button.
View 2 Replies
View Related
Nov 9, 2009
I added some of my contacts to my favorites thinking I could change the order they appear in like you can on the iPhone. It doesn't appear this is possible. Is that something I'm missing or an app that can do this?
View 1 Replies
View Related
Jan 30, 2014
My problem is that I keep getting two random home page, internet, and when I try to change it to the BBC website it reverts back to one of the others on the next start up!!The website in question are:- llr and Breaking news, sport, finance, radio and a whole lot more.
View 2 Replies
View Related
May 25, 2010
I would like change the width of a Horizontal Progressbar programmatically (initial size is set in XML using RelativeLayout...but I would like to dynamically change it based on certain values).
I have tried setMinimumWidth(50) in my code, but that did not make a difference. I have also tried setting 'android:layout_width="wrap_content", but that did not work either.
Here is my XML:
CODE:.......................
View 2 Replies
View Related
Jun 13, 2010
I accidentally made one of my home screens my default. I want to change "home" back to moment's default but have not been able to figure out how?
View 3 Replies
View Related
Jul 29, 2010
I am new here and i have just got my HTC desire. Its a great phone. When i clicked on the MUSIC button i noticed a few pre-loaded songs and i could move from one song to another by slidding my finger across the screen. When i downloaded my own songs(and deleted the pre-loaded ones) the phone just wouldn't move from one song to another by slidding my finger across the screen. And about the wifi. I use the POWER CONTROL widget. When i pressed the button for wifi, it started connecting and the green line under the button appeared and a few moments later(2 sec) also that sign on top of the screen. But i wanted to remove my google account so i had to use the option FACTORY DATA RESET. Now when i click that wifi button it starts connecting and that green line under the button appears, however now it takes 5 seconds or more for that sign on top of the screen to appear(before that sign appears i can't use my wifi connection).
View 12 Replies
View Related
Oct 7, 2010
I'm unable to change the layout_gravity of a Button programmatically, does anybody know how to do this?The gravity attribute is easily changed using Button.gravity(), Ie it changes the gravity of the text inside the button I cannot change the gravity of the button itself. I also cannot seem to find this in any of the layout params contructors.
View 2 Replies
View Related
Mar 1, 2010
I have a program I used on my Hero (Android 1.5) that worked great.. All it did, was the following:
Settings.System.putString(getContentResolver(), Settings.System.DATE_FORMAT, "dd.MM.yyyy");
This does not work on my Nexus One, why? If I call Settings.System.getString(getContentResolver(), Settings.System.DATE_FORMAT); it tells me that the format is "dd.MM.yyyy" but none of the programs displays the date format like that...
What am I missing? Is this not possible with Android 2.1? Or is there a different way?
View 2 Replies
View Related
Jun 24, 2010
I rooted my hero a few days ago and got Wireless Tether up and working. It works great except none of the settings do anything. I can change them, wireless tether restarts, but they never take effect. I tried changing the SSID, adding encryption, and changing the encryption password. None of the settings took effect. My laptop and ipod touch still discovered the network as "AndroidTether" with no encryption.Is there any way to fix this problem?Rooted 2.1 HTC Hero with stock rom.
View 1 Replies
View Related
Dec 24, 2009
I wrote a http proxy on Android 1.5 four months ago. It can work properly on both 1.5 and 1.6 emulator, with APN proxy setting to 127.0.0.1. However, when i port this app to 2.0.1, it's not working anymore. Did browser on emulator 2.0.1 change its behavior? It seems that the browser no longer consider APN proxy as http proxy anymore. Or it's simply a bug on emulator?
View 2 Replies
View Related
Aug 30, 2010
i was trying to reply to my friend in chinese but was not able to change to chinese input. How do I do it?
View 3 Replies
View Related
Jan 18, 2014
why I can't get my ringtones on my S4? maybe it is the file? it is a m4.r file and in my itunes�I can click and drag other files to my android but not these.
View 1 Replies
View Related
Apr 16, 2014
firstly it was only 35 mb Free .i was unable to install new app..then i deleted tombstone and log in data and got some space...further i found a folder that i do not understand....it is data/core...... i am using micromax a116 rooted..
View 4 Replies
View Related
May 3, 2014
This morning I upgraded my note2 to 4.4.2 however I am unable to see new dialer in my fone
View 1 Replies
View Related
May 20, 2013
I was able to connect my Samsung Galaxy S4 using Android File Transfer to my Mac OSX 10.8.3. Now today I can't get it to work. Any tips? I also tried to install Samsung Kies and neither can see my phone. When I connect to the USB on the phone it says "Connected as a Camera". I don't remember that before. How can I have it connect as a mass storage device?
View 3 Replies
View Related
Aug 18, 2011
For some reason the camera and Camcorder no longer work. I have a Droid x2 and recently updated the software.
View 3 Replies
View Related
May 30, 2012
Im having trouble sending pictures from my phone.it keeps showing its sending but never sends.it shows that ring of timer if u know what i mean.i can recieve pics but cant sent them.never goes through or sends.i try reading the manual but nothing works.even settings i try playing with but nothing.
View 5 Replies
View Related
Sep 10, 2012
I have a tablet with internal SD (nand one) and an external SD.
Now I can read contents in internal SD but can't write it. I checked up with root explorer, finding the file sysytem is "read only". After toggling it to R/W, the storage can be written by root explorer but still can't by other apps.
================ EDIT ================
p.s. When connected to PC as massive storage device, it can be read and written.
View 6 Replies
View Related
Apr 26, 2012
I am using HTC One V (Android 4.0). And as in other phones, when using default HTC Sense launcher, I am unable to set any random image as wallpaper without cropping. One V comes with screen resolution of 480x800 and I downloaded few wallpapers with this specific resolution. But HTC still forces me to crop almost half of image which is irksome.
It sets full image as wallpaper but when I move to right or left for alternate desktops, I get thick black edge. I even selected "Scroll" but still same problem. With no scroll, it goes completely wrong.
Quickpic - They say, use "set as quickpic wallpaper" but this option doesn't work too. It shows a frame to crop which doesn't expand to cover entire screen and if I dont do anything frame, it set image inside frame as wallpaper.
View 4 Replies
View Related