[ROM][5.1.1][LMY47V] 21 May- Stock Flashable Rom/Factory Image

Sanael

Member
Nov 30, 2010
35
8
0
Paris
Hi, thanks for the useful job you did !
Is there a way not to wipe data ?

If there isn't, I think I remember modification is pretty short, I can do it myself if someone give me a link to help.
Although, I'm probably not the lonely one interested.
 

arvynofikri

Senior Member
Jan 12, 2013
95
23
0
yogyakarta
Here you go, file is attached to this post in a flashable zip :good:



What's the difference between the OTA and this file? You might as well flash this because it's stock or just use the official downloadable OTA link that will deliver it as an OTA
Thank you very much my friend, I'm really appreciate [emoji4] [emoji4] [emoji5] [emoji5]
 

mdaamir1989

Senior Member
Nov 17, 2011
607
258
0
City of lakes
Flash-able Nexus4-33-106-lte-enabler-v2.12 in case anyone wants working LTE on their device and don't know about the above mentioned. You also have to flash the 33-106 hybrid modem.

ferrocene: I created a 33/1.06 hybrid, it can be found in the hybrid thread, shortcut is
both the hybrid 33-106 modem and the lte-enabler can be found here.
https://drive.google.com/folderview...sharing&tid=0B77BTW0zStYCSTRIYWpZQS1nOWs#list
If i'm correct, only flashing "Nexus4-33-106-lte-enabler-v2.12.zip" will enable LTE right ?

Hope it wont be a problem to flash it over a custom ROM (Euphoria).
 
Last edited:

mguelph

Senior Member
Nov 27, 2010
132
45
0
California
If i'm correct, only flashing "Nexus4-33-106-lte-enabler-v2.12.zip" will enable LTE right ?

Hope it wont be a problem to flash it over a custom ROM (Euphoria).
From my experience when I flashed just the LTE enabler, I was still only receiving a Edge/3G signal. But after flashing both the enabler and the hybrid 33-106 modem I was getting a 4G/Lte signal. I don't see why flashing them would be an issue on a custom ROM.
 
  • Like
Reactions: mdaamir1989

rachitshah

Senior Member
Mar 17, 2012
290
243
0
Sorry to ask for this noob questions
Since i am rooted on 5.0.1 stock
After flashing the rom from this thread (flashable zip 5.1) will i have to root my phone again?
If i dont wipe internal storage (advance wipe from twrp) is it ok?
Is radio flashing necesaary? (What's the need for it)
Thank u :)
 
Last edited:

rogerski1

Senior Member
Jul 7, 2010
138
44
0
Sorry to ask for this noob questions
Since i am rooted on 5.0.1 stock
After flashing the rom from this thread (flashable zip 5.1) will i have to root my phone again?
If i dont wipe internal storage (advance wipe from twrp) is it ok?
Is radio flashing necesaary? (What's the need for it)
Thank u :)
ok i was in the same boat as you. i flashed the radio then the bootloader. just flash the 5.1 directly without wiping data, just dalvik/cache. twrp will prompt you to root and install su. i flashed the radio because i read it gets better reception. i had the lte hybrid but my battery life is horrible with it
 
  • Like
Reactions: rachitshah

22sl22

Senior Member
May 21, 2012
3,530
3,277
0
London
Thank you for making this awesome rom
Youv'e already said it once, no need to say it again, all I did was take googles work and put it into a zip so that its easier for people to update to 5.1 :)

Btw, I haven't forgot about the mods, just haven't had a lot of spare time. I did center clock, that works fine. Just trying to get left sided wifi to work. So far iv'e got it right next to center clock and then the other side of the clock, it will be done soon :good:
 
  • Like
Reactions: Zehlek

edurjbr

Member
Apr 17, 2011
42
3
0
Youv'e already said it once, no need to say it again, all I did was take googles work and put it into a zip so that its easier for people to update to 5.1 :)

Btw, I haven't forgot about the mods, just haven't had a lot of spare time. I did center clock, that works fine. Just trying to get left sided wifi to work. So far iv'e got it right next to center clock and then the other side of the clock, it will be done soon :good:
O have a different question for you: How fo you make flashable zips from stock google images? I wad trying to do that, and never got it right.

Good mods are: related to quick settings, battery and clock in the status bar, volume rocker awake. Those I don't live without.
 

22sl22

Senior Member
May 21, 2012
3,530
3,277
0
London
O have a different question for you: How fo you make flashable zips from stock google images? I wad trying to do that, and never got it right.

Good mods are: related to quick settings, battery and clock in the status bar, volume rocker awake. Those I don't live without.
Its not that hard. It's better if you have Linux installed instead of Windows but Windows will do just fine and that's what I use.

Generally, roms have 2 folders and the boot img which is the kernel. Meta Inf which contains the updater script + binary which allow the rom to be flashed in recovery and the System folder which contains all the rom files

The first thing you have to do is extract the factory images. Stock images come in .img format so you have to extract it first. There are plenty of tools for this, I use Cygwin and dsixda's rom kitchen, Archi Kitchen is also good

http://forum.xda-developers.com/showthread.php?t=2294909
http://forum.xda-developers.com/showthread.php?t=633246
http://forum.xda-developers.com/showthread.php?t=2597220

Then you have to create an updater script which will allow the files to be flashed. The updater script basically instructs the recovery to do things, set permissions, mount partitions, install files, etc. Here are a few guides:
http://forum.xda-developers.com/showthread.php?t=2747279
http://forum.xda-developers.com/showthread.php?t=1931585

Then you just use 7Zip or something similar to zip the folder up and you should be good to go :good:
 

edurjbr

Member
Apr 17, 2011
42
3
0
Its not that hard. It's better if you have Linux installed instead of Windows but Windows will do just fine and that's what I use.

Generally, roms have 2 folders and the boot img which is the kernel. Meta Inf which contains the updater script + binary which allow the rom to be flashed in recovery and the System folder which contains all the rom files

The first thing you have to do is extract the factory images. Stock images come in .img format so you have to extract it first. There are plenty of tools for this, I use Cygwin and dsixda's rom kitchen, Archi Kitchen is also good

http://forum.xda-developers.com/showthread.php?t=2294909
http://forum.xda-developers.com/showthread.php?t=633246
http://forum.xda-developers.com/showthread.php?t=2597220

Then you have to create an updater script which will allow the files to be flashed. The updater script basically instructs the recovery to do things, set permissions, mount partitions, install files, etc. Here are a few guides:
http://forum.xda-developers.com/showthread.php?t=2747279
http://forum.xda-developers.com/showthread.php?t=1931585

Then you just use 7Zip or something similar to zip the folder up and you should be good to go :good:
Thanks a lot. I have been lokking everywhere for this! Now I can contribute in XDA.
 

hp420

Senior Member
Jul 31, 2011
2,528
1,418
0
Gainesville, Fl
Thank you!! So difficult finding a 100% untouched AOSP rom. Everyone ways wants to change this or that...apparently these guys have never used xposed.

Keep it 100% stock, please!! I love this!