build updated - pls try the new one
Atta boy, Vomer! Probably just my OCD but my dirty flashed build seemed a bit off or sluggish. This new build asked if I was down with Google Now and no black screen. Loading apps normally. Thanks:highfive:
Bootloader and radio not included, I believe they are the same as 48B.. That's what I did I dirty flashed and cleared caches. Everything is working fine for me.I want to flash LMY48I over the latest Vomer LMY48B I have installed. Does LMY48I zip contain latest bootloader and Modem? if not Do I need to reflash bootloader or radio or will it use the existing from LMY48B? I plan on dirty flashing to save apps and data..is it as easy as just wiping Dalvik, cache and System and letting it rip?
Ignore my signature this is for my wifes N5
Stupid question, but is it possible to update via OTA?
Yes! Here: https://dl.google.com/dl/android/aosp/hammerhead-lmy48m-factory-bf3c82fd.tgzNew build LMY48M Bugfix is out...
Thanks, Ill wait for Vomer with his clean core build.
Of course no.Guys im with the CleanCore and the system has prompted me an update! I can do it?
I thought so. But the notification dont leave my notification areaOf course no.
OTA updates only work in untouched stock roms.
If you are using Xposed, install Notifyclean from playstore.I thought so. But the notification dont leave my notification area
Enviado do meu Nexus 5 através de Tapatalk
Either stop complaining, or learn how to build yourself. The OP doesn't owe anyone an update or anything else, so coming here to tell everyone you are waiting for them too provide you with something is a waste of time.waiting for LYM48M update a long time
Master Vomer will take his time...waiting for LYM48M update a long time
Videos
YouTube
Books
Chrome
CloudPrint2
Drive
EditorsDocs
EditorsSheets
EditorsSlides
FitnessPrebuilt
GoogleEars
GoogleEarth
GoogleHindiIME
GooglePinyinIME
KoreanIME
Maps
Music2
Newsstand
Photos
PlusOne
PrebuiltGmail
PrebuiltKeep
PrebuiltNewsWeather
Street
- Boot into recovery (TWRP/CWM)
- Un-mount /system in TWRP/CWM
- Wipe: system, data, dalvik and cache
- Flash ROM (be patient - takes a while)
- Flash SuperSU (optional)
- Flash radio (optional)
- Reboot (first boot takes a while)
C:\adb\
- Go to the C:\adb\ folder
- hold down SHIFT key and RIGHT-CLICK
- select "Open command window here".
su
cd Desktop/Android/ (note: Android is the directory extracted from zip file)
./ADB-Install-Mac.sh
Boot into TWRP to wipe cache, dalvik, data (not internal storage/SD) and system.
Reboot to bootloader and flash the following:
- fastboot flash bootloader <insert bootloader img name>
- fastboot reboot-bootloader
- fastboot flash radio <insert radio img name>
- fastboot reboot-bootloader
- fastboot flash system system.img
- fastboot flash boot boot.img // OR // fastboot flash boot <insert name of unecrypt boot.img>
- fastboot flash cache cache.img
- fastboot reboot
After you finish the above - reboot in to recovery (TWRP/CWM) and factory reset - then reboot
Got "No SDCard" error?
This is because 4.4.x seems to point to: storage/emulated/0 & L points to: data/media/0
Solution:
- Mount system in TWRP/CWM
- Wipe system, dalvik, data, cache
- Unmount system
- Install ROM
- Factory reset
- Reboot
- Go back to recovery & flash SuperSU (link above).
- Reboot
Still not resolved? try:
Open terminal and type
su
restorecon -FR /data/media/0
or type
su
restorecon -r /data/media/0/*
Still not resolved? back everything up and flash the userdata.img (erases your SD card)
Does Titanium Backup work?
Titanium backup and other similar apps do not work 100% on L... as expected.
How do I restore my user apps?
You can restore your apps using this method:
- While on a 4.4.x rom, go into TB > batch actions > recovery > 'create update.zip...' > select user apps
- Install L > flash the update.zip
- Done!
I get a "failed" error when flashing ROM
You did not unmount system or it got re-mounted automatically. Reboot your recovery > unmount system > flash ROM
SMS/MMS not working?
SMS & MMS is related to your APN and not the ROM. Check that.
Can I flash this over my 4.4.x rom?
Yes, but do a clean install
OMG x app is not working?
That's expected - a lot of apps need to be updated to be compatible with L
OMG xPosed is not working?
No, it's not compatible with ART which is the default runtime on L
Can I flash a custom kernel?
Yes, thanks to @eng.stk