Lollipop thread (Android 5.0)

Page 5 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Megatomic

Lifer
Nov 9, 2000
20,128
6
81
Here'a pretty random question but I need to know: if app loading stays the same, will my Moto X with Lollipop have less storage space available for my use than it does with Kitkat?

i.e. - I currently have 3.70GB free with Kitkat and the apps I want to use installed. When Lollipop finally hits will I have more or less than 3.70GB free?
 

Eug

Lifer
Mar 11, 2000
23,752
1,285
126
JimKiler:

No, because I have been checking and my Nexus 7 says it's already up to date even though it only has 4.4.4 and the factory image for 5 is already out.
 
Last edited:

kpkp

Senior member
Oct 11, 2012
468
0
76
Here'a pretty random question but I need to know: if app loading stays the same, will my Moto X with Lollipop have less storage space available for my use than it does with Kitkat?

i.e. - I currently have 3.70GB free with Kitkat and the apps I want to use installed. When Lollipop finally hits will I have more or less than 3.70GB free?

Less, ART makes apps "installs" bigger.
 

poofyhairguy

Lifer
Nov 20, 2005
14,612
318
126
However, to install it, it requires installing the SDK and unlocking the bootloader, and wiping the tablet in the process. Ain't nobody got time for that.

I just did it for my Nexus 7 2013 because I want some Lollipop bad and everything on that little 16gb device is backed up to some cloud somewhere.

So far it's been a major major change for me. I never ran a preview, and all the whooshing is nice. I like the lighter colors, the keyboard and the notification bar. It overall feels like a perfect upgrade to Android. Refreshing but not too different.

This is awesome too because I got a G Watch today so it's kinda like Android day for me.
 
Last edited:

Sid59

Lifer
Sep 2, 2002
11,879
3
81
lol wth. make up your mind, Google! :biggrin:

it's actually not that bad. coworker went from iPhone5s to Note4. by default has the Samsung Messaging App and Hangouts, she never uses Hangouts, so we downloaded the messenger app and she liked it.

I just unlocked my bootloader and installed Android 5 (lost data, but not biggie). I couldn't wait for an OTA. If anyone's been falling the previews and such, the setup is exactly like the articles/videos. It wants to redownload the apps you had previous and just goes and has gray place holders.

Loving it so far .. it makes holo look dark and dated, i imagine the people who prefer black/blue holo and dark theme everything will hate it.
 

poofyhairguy

Lifer
Nov 20, 2005
14,612
318
126
Loving it so far .. it makes holo look dark and dated, i imagine the people who prefer black/blue holo and dark theme everything will hate it.

I will say that the lack of darkness stood out to me. Android went light right when Nexus went back to SAMOLED. Go figure.
 

basslover1

Golden Member
Aug 4, 2004
1,921
0
76
However, to install it, it requires installing the SDK and unlocking the bootloader, and wiping the tablet in the process. Ain't nobody got time for that.

Meh, I wiped both my N5 and N7 to flash stock Lollipop. I've had both for over a year so I figured a fresh install isn't going to hurt. I do it on my PCs every few years so why not my mobile devices?

Oh, and yea it's pretty awesome that L will automatically restore all of your home screens.
 

Red Storm

Lifer
Oct 2, 2005
14,233
234
106
it's actually not that bad. coworker went from iPhone5s to Note4. by default has the Samsung Messaging App and Hangouts, she never uses Hangouts, so we downloaded the messenger app and she liked it.

I just unlocked my bootloader and installed Android 5 (lost data, but not biggie). I couldn't wait for an OTA. If anyone's been falling the previews and such, the setup is exactly like the articles/videos. It wants to redownload the apps you had previous and just goes and has gray place holders.

Loving it so far .. it makes holo look dark and dated, i imagine the people who prefer black/blue holo and dark theme everything will hate it.

I agree. Not everybody wants to use hangouts or other chat apps, some people just want SMS so for those people Google has an option as well.
 

Eug

Lifer
Mar 11, 2000
23,752
1,285
126
Meh, I wiped both my N5 and N7 to flash stock Lollipop. I've had both for over a year so I figured a fresh install isn't going to hurt. I do it on my PCs every few years so why not my mobile devices?

Oh, and yea it's pretty awesome that L will automatically restore all of your home screens.
I'm tempted now. It looks like I wasn't in the 1% in the first 24 hours, and I'm probably not in the next 25% batch either. Still up-to-date with 4.4.4. Hmmm...

I agree. Not everybody wants to use hangouts or other chat apps, some people just want SMS so for those people Google has an option as well.
I wish iOS separated SMS/MMS from iMessage. I hate them being integrated. Or at least I wish they allowed all the SMS/MMS features to be used without iMessage being turned on. SMS/MMS continuity is a nice feature, but I can't use it because it requires iMessage, which is stupid.
 

Sid59

Lifer
Sep 2, 2002
11,879
3
81
Here's a minor inconvenience.
Lock Screen > Swipe right (regardless of where on the screen) to unlock = Phone Dialer
Lock Screen > Swipe left (regardless of where on the screen) to unlock = Camera
Lock Screen > Swipe up to unlock = Unlock
Lock Screen > Swipe down to unlock = Expand Notifications

I'm just used to swiping anything, anywhere on 4.4.4 and unlocking
 

Eug

Lifer
Mar 11, 2000
23,752
1,285
126
Should have gone with my initial decision not to try to flash to 5.0. The Nexus Root Toolkit is as annoying as ever. File dependency download fails every time, with a failed hashcheck. And four pages of driver setup requirements? Thanks. What a friggin' waste of time.

Feels like trying to install Linux on a desktop in 2004.
 

sweenish

Diamond Member
May 21, 2013
3,656
60
91
adb on its own is much simpler than the toolkits.

Just do make sure to get the naked driver from xda, as Google's driver blows chunks. If you've already installed Google drivers, they will have to be fully removed for the naked driver to install.

I'll even throw in a tutorial, assuming you got the naked driver installed and the android sdk downloaded. I'm on Windows.

I will assume the platform-tools folder is NOT in your path, since it's not added automatically.

- Enable USB debugging on your android device.
- Plug device into computer.
- Allow your computer to connect for USB debugging on the device.
- If OTA, rename to something simple like update.zip and put in same directory as adb and fastboot.
- If factory image, extract until the flash-all.bat and the other folders/files are in the same directory as adb and fastboot (basically once you unzip and get a folder, the contents of that folder go where adb and fastboot are).
- Open a command prompt in your directory, (Shift + right click, open command window here)
- make sure your device is recognized (type adb devices, you should get some feedback and see a device ID
- If you're installing a factory image, you still have to check that fastboot will recognize your device.
- type adb reboot bootloader
- Once in your bootloader, type fastboot devices.
- You should get a similar output like you did with adb devices
FOR OTA:
- Get into your recovery, easy way is adb reboot recovery once your phone is plugged in
- Press volume up to get the menu
- Use volume keys to select apply update from adb, press power
- Type adb sideload "filename"
- Reboot to system when done

FOR FACTORY IMAGE:
- Get to bootloader, easy way is adb reboot bootloader once your device is plugged in.
- Type fastboot devices to make sure your device is still recognized
- Type flash-all.bat, and let it go

Tookits still have to go through all the same setup required to just use adb and fastboot yourself. Hence your headaches.

Better to do it yourself and know what's going on.

The naked driver is better than Google's because you'll have to manually edit Google's driver to get it to recognize your device in fastboot mode. The naked driver also works for hundreds of android devices.

And it's a lot to do the first time. After set-up is done, it's as simple as download, plug in, and flash.
 
Last edited:

Dulanic

Diamond Member
Oct 27, 2000
9,950
569
136
Should have gone with my initial decision not to try to flash to 5.0. The Nexus Root Toolkit is as annoying as ever. File dependency download fails every time, with a failed hashcheck. And four pages of driver setup requirements? Thanks. What a friggin' waste of time.

Feels like trying to install Linux on a desktop in 2004.

As someone else said, the google driver isn't the best /w adb and fastboot. I had to use... #2 or #3, can't recall. It's not really the devs fault that there are driver issues etc...

http://www.wugfresh.com/faqs/adb-fasboot-device-not-found/
 

poofyhairguy

Lifer
Nov 20, 2005
14,612
318
126
Feels like trying to install Linux on a desktop in 2004.

Sweet sweet memories.

I will be honest it is a pain to get to work. Here are the directions I used:

Download android sdk and factory images from above link

Just copy these files from android sdk into the extracted tar file:
adb.exe
AdbWinApi.dll
AdbWinUsbApi.dll
fastboot.exe

Shift right click anywhere inside extracted folder and press open command window.
Type: adb reboot bootloader

Let it go into bootloader
After this, just double press flashall.bat and you're good to go

I will note that my device was unlocked beforehand, but the Google site has the directions for that.

I really like the new lock screen (which I usually disable on my tablet) and all the many changes to the Google Experience Launcher. I would love to hear how it works on a Nexus 7 2012.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |