HTC EVO 4G :: Rooted By Reverting Back To 2.1 / Camera Not Working Now

Nov 10, 2010

I used the method of rooting by reverting back to 2.1 then use unrevoked now my camera won't work any tips? I love my root but also my camera is a very nice feature.

HTC EVO 4G :: Rooted by Reverting back to 2.1 / Camera not Working Now


HTC Incredible :: Camera Not Working On Rooted 2.2

Aug 28, 2010

After many frustrations i just had to comment on the updates out there.NOT all the froyo 2.2 updates are effective. after loading one of the most popular ones, everything went right until it booted up.I had no camera, no video, and my SD card was constantly looking for errors!after searching extensively, I figured what the heck, and seen a post for 2.2 WITH CAMERA that works advertised. I installed over the existing one, and when it rebooted ALL was well with my rooted 2.2 incredible.

Couple of things I do agree on..Make sure you have ASTRO loaded, and ROM Manager. Make no mistake I am not Technically Brilliant but it is easy with these programs. The file that worked flawlessly and got my camera back was ...

20100727_stock_froyo_signed....Look for it....it works!..this all started when i kept trying to get Wireless Tether to work.I have tried Kernels (which screwed up froyo) had to redo it again...also tried every version out there..so for the time being until someone gets it right..I am using PDANET which works great! even though you need a usb hookup...

Again, updating is easy with the right files.
1-update radio. EASY (If you have to.DO NOT update radio more than once)!
2-UNREVOKED- EASY
3-ADD above froyo 2.2 EASY...

View 1 Replies View Related

General :: Reverting Back To Android 2.3.1 From 4.1.2

Nov 21, 2013

A couple of days back I updated the OS of my Samsung Galaxy S2 to the latest version but now it is lagging like crazy and the apps are starting to crash a lot. So I have decided to change back to the Gingerbread OS and I loved it in my S2.

Here are the details of my phone.

Model no: GT- 19100
Baseband version: I9100BULS1

View 2 Replies View Related

KitKat 4.4 :: Nexus 4 - Reverting Back To 4.3?

Dec 2, 2013

Some issues are correctable through doing a factory wipe. Other issues can be corrected through reloading the image from Google's own factory image repository. However, some things (in particular the battery drain issue) seems to be an issue within 4.4 itself, and the only solution I've found has been to revert from 4.4 to 4.3.

So I'm posting this thread and asking the more knowledgeable users here on AndroidForums to post clear, concise directions for acquiring and flashing these devices back to the Google "factory image".

The reason I'm asking for the community to pitch in is that the instructions I've seen are kind of scattered, are not necessarily up to date, and they can and do vary depending on whether you're doing this with Windows XP, Windows 7, Windows 8, or with Mac OS X, or with Linux.

I was able to re-flash my Nexus 4 in Lion back to 4.3, but I had to do editing of bash shell scripts and even then had to issue the execution of the appropriate shell script from the exact right spot or else it couldn't find the command, or couldn't execute the command. The directions on Google's site were incomplete, and the ones I found on various message boards seemed more like an author's "best guess" than authoritative "you can trust that this will work" workflows.

View 24 Replies View Related

Motorola Droid :: Reverting Back To Stock

Apr 30, 2010

So I just purchased an incredible (couldn't resist lol).. And now I am trying to sell my droid on ebay (if anyone is interested let me know!), but whenever I used RomManager to revert back to stock image. I get an error and it fails. I have already ported my number over to my incredible, so I can only use wifi. So what other way is there to go back to stock so I can wipe the device and sell it. Or is there some other way that I am not thinking of? Something on the phone, like stock image I can flash through clockwork recovery and be done? (if so anyone have a link?)

View 1 Replies View Related

HTC Magic :: How To Reverting Back To 1.5 From 2.1 And To Factory Settings

Jun 9, 2010

i have a htc magic which i rooted and installed the 2.1 rom. played around for a few weeks and i miss the features i had before and it was making my phone really sluggish. i tried just flashing the factory ROM, Version 3.03.990.6, back into my phone. i ran the program on the computer, followed everything and waiting. half way through the process it tells me theres an error and cant continue. it whipped out my OS and i had to put 2.1 back on my phone. how can i revert back to 1.5? how can i revert it back to factory settings?

View 4 Replies View Related

Nexus :: OTA Updates - Reverting Back And Apps After Rooting

Mar 17, 2010

I'm contemplating if I should root my Nexus One mainly because I really want that extra performance boost. However I have a few questions. First will I still receive the OTA updates Google pushes out? And secondly, will I be able to revert back to stock android OS after rooting. And lastly, do all the Google apps work (mainly the Google GPS Navigation) without problems?

View 9 Replies View Related

Motorola Droid :: Text Keeps Reverting Back An Old Number / Fix It

Nov 20, 2009

For most contacts I have *82 in front of the number which will unblock my number because I have my caller ID blocked by default through Verizon. Because text messages will not work with *82 in front of the number I store the same contact without it and use that for texting.

My Droid when texting will sometimes replace the current number I am using with the *82 version even if I have deleted the *82 number for that contact. The only way I know this has happened is when the person I am texting says they did not received it or if I am texting someone who is also on Verizon network and the text delivery status will stay at pending.

View 1 Replies View Related

Android Webview - After Changing Scale To 1.5 It Reverting Back?

Apr 26, 2014

I wrote a sample application which displays some test message using webview .The Application has two activities, one activity simply contains a button, when user click on this button , it launch another activity which display the test message on a webview .

I have set setInitialScale() of webview as 150, Now the issue is like, Normally webvbiew displays the content with the scale size 150 (as I set ) but some times it displays the contents with a scale greater than 150.

I overrided the onScaleChanged() function in webViewClient.

In normal case before drawing the content on webview I am getting onScaleChanged() callback ,with the value oldscale as 2 and new scale as 1.5. When issue occurs , I am getting two onScaleChanged() callbacks before drawing the content!!! ,at first I get the onScalechange() callback with oldscale as 2 and new scale as 1.5 , after that getting another onScaleChanged() callback with oldscale as 1.5 and new scale as 2.0 and hence it draws the webview with the scale 2.0 irrespective of setInitialScale() I have given in my application.

This issue happens only in the case if I set setInitialScale() to a value less than device's default webview scale. As per my understanding ,Every device has its own default Scale for webview based on their display property like .075 for ldpi and 1.5 for hdpi etc )

In my device defaultScale for webview is 2, and I set the setInitialScale() as 1.5(150)

normaly webview reset the scale from 2 to 1.5 before draw ( That is from defult to new value ) and it works fine
But some time after changing the scale to 1.5 it reverting back to 2. and issue occurs

public class webActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
[Code].....

View 1 Replies View Related

General :: Reverting Back To Stock After Factory Reset

Jun 26, 2013

I think I done something wrong with my rooted htc one X. I wanted to sell it and didn't think of doing harm when I deleted all the files off the phone and factory reset it. Lost my backups and I can't even boot it now anymore.

Found this [URL] .... and I'm wondering if it would be alright to follow that guide and hopefully get the phone to boot again?

View 1 Replies View Related

General :: Reverting Back Handset To Default Font

Sep 27, 2013

I installed "Root tools" by "JRummy Apps" on my Samsung Galaxy Y Duos Lite GT S5302 (Android 2.3.6) and then installed a font. But now i want to revert back my device to the default font.

But, I'm unable to do so. Does factory reset will work? Or what else should I try ??

View 8 Replies View Related

Motorola Droid X :: Re-installing Leaked 2.2 After Reverting Back To 2.1 And Rooting

Sep 22, 2010

I loaded the leaked 2.2 when it first became available and then deleted update.zip from the SDCard Directory. 2.2 worked fine.I reverted back to 2.1 in order to be able to get the OTA version of 2.2. Reverting worked fine.I rooted 2.1 using Universal Androot.I installed the following apps: Titanium Backup, Root Explorer, DroidXBootstrap,I did a nandroid backup using Bootstrap.Based on the reports I read today of the OTA 2.2, I decided to re-install the leaked 2.2 Using Root Explorer, I moved su from Bin to Xbin directory in order to preserve root status.I connected the Droid X to my laptop and copied Update.zip to the SDCard. Note that my SD card if almost full - only 25MB left after copying update.zip.I then booted, cleared cache and proceeded to run the update.

View 4 Replies View Related

Motorola Droid :: Reverting Back To Stock - Can Save Apps

Aug 2, 2010

Is it possible to revert from a ROM back to stock and save my apps (non-root ones of course). I have titanium backup, but once I am back to stock I won't be able to use it.

View 2 Replies View Related

HTC EVO 4G :: Screen Timeout Setting - Keeps Reverting Back To The Default 30 Secs

Jul 8, 2010

I have my Screen Timeout setting set to 2 mins. Menu>Settings>Sound&Display>Screen Timeout. but it keeps reverting back to the default 30 secs. Any ideas on how to keep it set at 2 mins?

View 6 Replies View Related

Sprint HTC Hero :: Bookmarks In Stock Browser Reverting Back To Default Ones?

Mar 20, 2010

Anyone else have the problem of their bookmarks in the stock browser reverting back to the default ones? Twice in the last week I have lost all of my bookmarks on a phone power off and back on - I did not go in and clear any data or cache in the browser.

View 2 Replies View Related

HTC Hero :: Camera Not Working - Message The Application Camera Process Com.android.camera Has Stopped Unexpectedly Please Try Again

Dec 6, 2009

My camera stopped working. When I click my camera application I get the message "The application camera (process com.android.camera) has stopped unexpectedly. Please try again". It's just a blank screen?

View 3 Replies View Related

General :: Rooted Apps Aren't Working With Rooted Phone?

Jan 24, 2014

I have a rooted mytouch 4g slide phone that seems to work fine but when I try to use certain apps that require root (for example "extended power menu") it doesn't work. here is a quick video : [URL]

View 9 Replies View Related

Motorola Droid X :: Rooted / How To Go Back To 2.1?

Aug 23, 2010

How to go back to 2.1. I am unrooted. The phone works fine just a little buggy at this point in time.

View 16 Replies View Related

HTC Incredible :: S-off Back To Stock Rooted?

Nov 14, 2010

ok, i would like to apply the new update and have found the posts about getting it. my inc. is all stock, no super user but still has s off. does this mean my phone is still rooted?. if not how would i go about getting the update. it was pushed to my phone but did nothing and it hasnt been pushed back. should i re root, turn s on, unroot then wait?

View 4 Replies View Related

HTC EVO 4G : Rooted Phone - Want To Go Back To Stock Rom

Jun 5, 2010

Rooted my Evo using the Toast rom, having tons of troubles with the SD card problem. I'm wanting to go back to stock so I can fix that?

View 16 Replies View Related

HTC Incredible :: How Would I Go Back To Regular Froyo / Still Be Rooted?

Sep 16, 2010

How would I go back to regular Froyo but still be rooted?Also, if I nandroided while I have Skyraider Vanilla, if I restore that nandroid, would I go back to Skyraider if I went back to Froyo?If that makes sense lol

View 5 Replies View Related

Motorola :: Rooted Droid Going Back To Verizon?

Jan 14, 2010

I have a Droid that is rooted and I am to send it back after my replacement comes in the mail tomorrow.. I cannot access the boot recovery screen and the power button that puts the device to sleep has some sort of software glitch that requirers to press the power button numerous times to wake up the screen.. Otherwise the the device works fine.. I have managed to remove the SU .apk.. The only other changes I made while it has been rooted is to remove VVM, MP3 app and cooperate calander which are still hidden.. What do you think will be the outcome of this debaucle?

View 8 Replies View Related

HTC Incredible :: Rooted Dinc Tonight And My Camera Wont Work

Jul 17, 2010

I rooted my Dinc tonight with rEVOked 3 and it worked great, but I'm having a problem with my camera and my stock clock/weather widget.Soft resets wont work, am I going to have to do a factory restore?

View 2 Replies View Related

Motorola Droid :: Camera Doesn't Save The Picture With Rooted 2.2

Jun 26, 2010

So my brother rooted my moto Droid a few days ago and after struggling to get it to work properly with 2.2 we finally got it. However a new problem has emerged I have found out today. When I try to take a picture with the phones camera it doesn't save the picture, it doesn't ask me to save and it sure doesn't do it on its own either.

View 5 Replies View Related

Motorola Droid X :: Phone Not Activated After Rooted Back To 2.1

Aug 23, 2010

So I switched to the 2.2 leak and decided to do the .sbf method to get 2.1 back because I thought 2.2 was a bit buggy for my tastes. Unfortunately, when I had gotten 2.1 back on my phone, I could not activate. It simply said it cannot do it. I tried switching back (again) to 2.2, same problem. Tried manual user activation via ##7762726, still nothing.

View 2 Replies View Related

General :: Stuck In Bootloop And Not Rooted - How To Back Up Data

Nov 4, 2012

So, my phone is stuck in a boot loop. I can restore factory setting but first i want to back up my data .. specifically my text messages and pictures. They are very important. Is there a way i can do that ?

the bad news is Im not rooted. now im trying to find ways to save data from my the phone before i do a factory reset.

View 9 Replies View Related

HTC EVO 4G :: Wifi Not Working On Rooted 2.2

Aug 31, 2010

i rooted my 2.2 using the xda method but my wifi dont work it connect for a sec and the disconnect and it keep repeating this over and over i try a few different rom right now i am trying the virus and still having the problem any idea waz the reason for this wifi issue?

View 3 Replies View Related

Samsung Galaxy S :: Rooted Phone - How To Get Stock Applications Back?

Nov 25, 2010

I have a phone rooted and upgraded to 2.2. It was like that when I bought. Some programs are uninstalled in my phone. But I want them back. And there are some new programs that I don't need.
So what can I do? And how can I do that? Does a factory reset reinstall the uninstalled stock applications?

View 7 Replies View Related

HTC Hero :: Putting Rooted Modaco ROM Back Orange Standard

Jan 6, 2010

For one reason another it needs to go back to how it was as it came out of the factory !

View 2 Replies View Related

HTC Incredible :: Adobe 10.1 Not Working On Rooted

Sep 17, 2010

Anyone else having problems with adobe flash not working on their rooted incredible? I received a message from Verizon that the "update" was available, but since i was already rooted, there was no "link" to install updates. So I went to the market and installed the APK, it even showed their was an "update" available once it was loaded. However, it still will not open the APP.

View 8 Replies View Related







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