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.

KitKat 4.4 :: Nexus 4 - Reverting back to 4.3?


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

KitKat 4.4 :: Nexus 4 And 7 - How To Revert Back To Jelly Bean

Nov 26, 2013

How do I revert my Nexus 4&7 back to Jellybean after kitkat update!!

Update: I found this after initial post, any knowledgeable comments on this procedure from those who have actually revert a Google device?

View 4 Replies View Related

General :: Nexus 7 - How To Roll Back From Kitkat To Jelly Bean

Feb 1, 2014

I have a Nexus 7 2012 wifi version that I have updated to kit kat. I decided to root it but there's no way, believe me I've spent a lot of time on it. No driver available (or at least nothing works). I need to roll it back to jelly bean, then I should be able to get the correct driver and root it. So here's the 64 thousand dollar question: How can I take a device that's already been updated to kit kat and install jelly bean on it?

View 2 Replies View Related

KitKat 4.4 :: Nexus 7 - Back Up Device Before Rooting Or Installing Custom ROM?

May 7, 2014

I want to install Cyanogenmod and root my Nexus 7 2013, but I don't know what I should do to backup.

I previously tried to root and install CM on my Motorola Atrix HD on AT&T and successfully rooted it, unlocked the bootloader, and installed Clockwork Mod. I made sure to click backup and proceeded to delete the version of Android on the device and install Cyanogenmod. Cyanogenmod did not successfully install and I wanted to restore my device back to it the backup I made. It said that it did it successfully, but the device gets stuck on the AT&T logo when booting up and doesn't go past that.

I don't want to have to go through the same trouble with my Nexus 7 not being able to restore back to a backup in case something goes wrong. I'm using the Nexus Root Toolkit on my PC and will probably use the Cyanogenmod installer for installing CM11 (if there are any drawbacks to using the installer). What should I use to backup my device and how would I restore it back to stock if something goes wrong? And if I have a bricked device, how can I flash it back to stock?

View 2 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

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 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.

View 11 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

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

General :: Use Back Of Nexus 4 And Restore It On Nexus 5?

Nov 8, 2013

if using nexus 4 backup and restoring it on nexus 5 will not work. what are the alternatives do i have? i want all the apps to be transferred to my nexus 5

View 1 Replies View Related

KitKat 4.4 :: Nexus 4 Messaging App

Nov 24, 2013

My Nexus 4 was just upgraded to the android Kit Kat version via OTA. However, I am having problems with the stock messaging app. No matter what app I choose as the default messaging app Textra or ChompSMS, the pop-up notification for the stock messaging app always shows up, despite the fact that I have already turned the notification off on the stock messaging app. This means I am getting two pop-ups each time I get a text message.

View 3 Replies View Related

KitKat 4.4 :: Nexus 4 - Suddenly Can't Open WAV And MP3

Feb 19, 2014

I'm suddenly having trouble opening up audio attachments/files. Running a Nexus 4 - OS 4.4.2. I get my work voicemail as e-mail attachments in .wav format. Up until today I was able to just tap on the attachment, and it would download and start playing. Now it says "No app can open this attachment for viewing". If I go into the Downloads and try to open it up, it says, "Can't open file". Same if I try and open up a mp3 that's in Downloads. However, opening a PDF or Excel file from Downloads or straight from email works just fine. If I go into the music player I can open up the .wav and .mp3 files from Downloads just fine.

I tried restarting a few times, and also tried clearing the app cache with no luck. What should I try next?

View 21 Replies View Related

KitKat 4.4 :: No Sound Nexus 4 After Android 4.3

Sep 12, 2013

My phone working fine three months back after upgrading android 4.3.

Now suddenly no sound during incoming call and outgoing call also phone ring not working, i tried many option but its not working also i went to LG service center they are saying its android problem i am getting disappoint with google and LG service don't know what to do.

View 2 Replies View Related

KitKat 4.4 :: Nexus 10 Not Playing Any Videos

Nov 19, 2013

I'm having problems with my nexus 10. It wont play any videos when I'm running cyanogenmod for android android 4.4. It can't play any videos online or files. I tried another ROM for android 4.4 and it still won't work. It works fine on android 4.3 or any custom Roms for it. I'll include a video for it in the next post.

View 7 Replies View Related

KitKat 4.4 :: App Data Sync On Nexus 4

Apr 28, 2014

I can not get my app data to sync on my nexus 4. Under my Google account it says there is a sync error.

View 12 Replies View Related

KitKat 4.4 :: Downloads Not Showing Up - Nexus 4

Mar 23, 2014

I have a new (replacement) Nexus 4 and for some reason my Download folder isn't showing up some files. It shows a jpg but not the three pdfs 've just downloaded. When I look through ES File Explorer they are there, but they do not show in Downloads app.

View 1 Replies View Related

KitKat 4.4 :: How To Take Screenshots While Connecting Nexus 7 And PC Via USB

Dec 13, 2013

my environments:
Nexus 7 (2013) - Android 4.4.2 - Language Japanese
PC - Windows 7 Ultimate 64-bit

While connecting Nexus 7 and PC (Windows) via USB cable, after taking a screenshot on Nexus 7 (using Power + VolumeDown), a png-file of Screenshot is saved, but its file-size is zero (of course, png graphics is not shown).

Once USB cable is unplugged, the png-file gets correct file-size, and png graphics is visible.

I hope taking screenshots while connecting Nexus and PC.

View 5 Replies View Related

General :: Installing Rom To Nexus 4 (Kitkat 4.4)?

Dec 3, 2013

Installing Rom to Nexus 4 (Kitkat 4.4)?

View 1 Replies View Related

KitKat 4.4 :: Nexus 4 Unhiding Hidden Apps?

Mar 12, 2014

I downloaded the app FVD and was asked if I wanted to hide this app in the app drawer. I clicked yes and now cannot access the app. I see it under settings/app/downloaded/ or all, but can't launch it. How do access it after its hidden? I have read threads on this subject but it seems like it does not apply to my phone seeing how I do not have a menu key to click once in the apps drawer.

View 2 Replies View Related

KitKat 4.4 :: Nexus 4 - Flash Player On Rooted 4.4.2?

Jan 26, 2014

Is there a easy way to get flash player on a rooted stock android 4.4.2. I don't want to use dolphin browser for flash player.

Nexus 4 using Tapatalk

View 9 Replies View Related

KitKat 4.4 :: Nexus 7 - Lockscreen Chromecast Controls?

Nov 16, 2013

Since my Nexus 7 updated to 4.4 I have noticed that whatever I am watching on Netflix (for example) instead of creating a small square on the lockscreen with play/pause (like in 4.3) now fills the entire screen, looks distorted and the play/pause does not always display properly.

View 1 Replies View Related

KitKat 4.4 :: Nexus 5 - Gmail Sync Will Not Stay On

Apr 7, 2014

I've gone into settings on my Nexus 5, and everything is checked right. Auto sync is on under data usage, and under the Google account. I've tried deleting and re-adding them etc.

Been googling this all day and none of the answers I've found have worked.

Every time I open Gmail, at the top it says "account sync is turned off"

How do I get it to stay on? Or is this a glitch I'm just gonna have to get used to/wait for a fix.

View 7 Replies View Related







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