Seeing as my last device was an HTC m9 and used to be the case until lollipop, I don't think it applies anymore. Wouldn't know as we've never gotten an update.I was almost positive you could still do the OTA, but you would lose root and have to reroot. Or is that how it used to be and things have changed?
Thank you for everything Bro... Truly hate to see you go. With out your contributions, we wouldn't be here. If you don't mind, what is the new device?Sorry y'all. I am no longer an owner of the LG v10. While the device was great, there was a point that the screen bleeding from the "2nd" screen just got to me. I swapped the phone and it was worse so I've opted for another device. Y'all have been great support for other users as well as myself. I hope someone can pick up this project for y'all. Everything is on github as linked in the OP.
Jumped ship back to samsung (got my s7Edge today) I missed the AMOLED and the notification light. Haven't touched samsung since the SIII.Thank you for everything Bro... Truly hate to see you go. With out your contributions, we wouldn't be here. If you don't mind, what is the new device?
The signature you are trying to reach is no longer available
I had the s3, and note 3, both awesome phones. I'm waiting for the note 6 I think... We'll see.Jumped ship back to samsung (got my s7Edge today) I missed the AMOLED and the notification light. Haven't touched samsung since the SIII.
Nice catch! I didn't even realize the year was wrong. I'll get it corrected when I get a little more time and get the official release
Sorry to see ya go, dude. I don't think there is anyone here who can pickup the task so..Sorry y'all. I am no longer an owner of the LG v10. While the device was great, there was a point that the screen bleeding from the "2nd" screen just got to me. I swapped the phone and it was worse so I've opted for another device. Y'all have been great support for other users as well as myself. I hope someone can pick up this project for y'all. Everything is on github as linked in the OP.
I'm sure there are a couple people lurking in the depths that can pick up where I left off. As for fixing the year, I honestly have not had the time to figure it out. It really is a simple fix, just have to get the LG_FAKE_SECS correct in the kernel. I can build if someone wants to check the dates.Sorry to see ya go, dude. I don't think there is anyone here who can pickup the task so..
I don't suppose we could ask you to fix the missed year before you leave us forever, could we?
Sent from my LG-H901 using XDA Labs
I can play with that. I've got twrp building, but I need to get the kernel compiled with necessary changes. My time is limited with personal items right now, but I'm sure I can squeeze it in somewhere... Out of curiosity, what year was displayed prior to your edit from '2015' to '2014'?I'm sure there are a couple people lurking in the depths that can pick up where I left off. As for fixing the year, I honestly have not had the time to figure it out. It really is a simple fix, just have to get the LG_FAKE_SECS correct in the kernel. I can build if someone wants to check the dates.
My most up to date kernel source is hereI can play with that. I've got twrp building, but I need to get the kernel compiled with necessary changes. My time is limited with personal items right now, but I'm sure I can squeeze it in somewhere... Out of curiosity, what year was displayed prior to your edit from '2015' to '2014'?
Excellent. Yes, I already forked your source. What exports are you running for your toolchain? For hammerhead I ran:My most up to date kernel source is here
Before I made this commit the year was correct, however it was something like 124k seconds behind where it should have been
Sent from my S7 Edge using XDA Labs
export PLATFORM_DIR=~/AOSP/device/lge/hammerhead-kernel
export ARCH=arm
export CROSS_COMPILE=arm-eabi-
export PATH=~/AOSP/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin:$PATH
cd $PLATFORM_DIR/kernel
make mrproper
make hammerhead_defconfig
make -j4
I generally just run it all together rather then exporting. Of course this is from the kernel directory and assuming make mrproper was already ranExcellent. Yes, I already forked your source. What exports are you running for your toolchain? For hammerhead I ran:
I know this will change for V10 on arm64 though... Just looking to save what time I can here.Code:export PLATFORM_DIR=~/AOSP/device/lge/hammerhead-kernel export ARCH=arm export CROSS_COMPILE=arm-eabi- export PATH=~/AOSP/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin:$PATH cd $PLATFORM_DIR/kernel make mrproper make hammerhead_defconfig make -j4
make ARCH=arm64 pplus_tmo_us-perf_defconfig
make ARCH=arm64 CROSS_COMPILE=/home/kasp3rd/android/omni/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android- -j4
Thank you! Compiling on my laptop while I work...I generally just run it all together rather then exporting. Of course this is from the kernel directory and assuming make mrproper was already ran
Code:make ARCH=arm64 pplus_tmo_us-perf_defconfig make ARCH=arm64 CROSS_COMPILE=/home/kasp3rd/android/omni/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android- -j4
Downloaded, thanks!Here is an update of 3.0.0 with a date/time fix. Still no DST change. Try it out and report back...
No joy. The only thing that was right was the year. The date assigned to the backup was 2012-05-25 and the time was 05-06-32. I know it isn't May yet and it certainly isn't 5 in the morning in NY..Here is an update of 3.0.0 with a date/time fix. Still no DST change. Try it out and report back...
If you typed that correctly then even the year was off. Certainly odd... It was perfect for me in CST.No joy. The only thing that was right was the year. The date assigned to the backup was 2012-05-25 and the time was 05-06-32. I know it isn't May yet and it certainly isn't 5 in the morning in NY..![]()
Sent from my LG-H901 using XDA Labs
Funny! I careful to get the numbers right in case they tell you something but didn't pay attention when going the year since it s right - it *did* show 2016. :angel:If you typed that correctly then even the year was off. Certainly odd... It was perfect for me in CST.
Well, it appears rtc_fake_secs may not be a one size fits all answer. I can disable it in the kernel config, which I did yesterday, and it will show the correct date/time with the exception of the year (1971). This joins the many devices plagued by the TWRP date bug...Funny! I careful to get the numbers right in case they tell you something but didn't pay attention when going the year since it s right - it *did* show 2016. :angel:
Sent from my LG-H901 using XDA Labs
Do me a favor and delete /sdcard/TWRP/.twrps and reboot recovery for another check if you don't mind...Funny! I careful to get the numbers right in case they tell you something but didn't pay attention when going the year since it s right - it *did* show 2016. :angel:
Sent from my LG-H901 using XDA Labs