This R2 LTE looks promising. When you click the "Buy Now" button it returns to the same. I called BLU customer support to see if A) there is a planned OTA upgrade to Nougat for the Life Max , and B) if the R2 LTE is available for purchase, and if so, where. As expected, BLU customer support is useless. I was connected with someone in the Philippines who barely spoke English, and gave me the run around. The end result after explaining myself over and over again, there will be NO upgrade to Nougat for the Life Max, and they have no idea where the R2 LTE will be sold! LOL!Blu has released a phone with the same process or as this one, it has fingerprint sensor and android 7
http://www.bluproducts.com/devices/r2-lte/
Problem is it seems there is no listing of where to buy it yet.
Here is hoping that the libs from it will help get fingerprint and Bluetooth working on this one
---------- Post added at 09:19 AM ---------- Previous post was at 09:16 AM ----------
This is what I thought too. It's fine to use BT in mono for a phone call, but not ideal for listening to music.Doesn't Bluetooth only work if you force it be in mono instead of stereo?
---------- Post added at 09:22 AM ---------- Previous post was at 09:19 AM ----------
Thank you for this step-by-step @mrmazak! Much appreciated! One last bit -- where should I look for the adb and fastboot install for my PC? I found the minimal adb and fastboot available from @shimp208 here on xda, so I thought I would try that. https://forum.xda-developers.com/showthread.php?t=2317790This phone , unlocking bootloader is just done the "official" way. No hack or trickery needs to be done.
1. become developer on device and enable developer options.(open settings, scroll down to about phone, tap build number 7-9 times, go back one menu, now above "about device" there is developr options)
2> enable adb
3. enable oem unlocking
4. open cmd or terminal and type "adb reboot bootloader" (assumeing you have adb and fastboot setup on pc)
5, phone should have rebooted, now verify connection by typing "fastboot devices" (should get response on terminal with fastboot and the device serial number)
6. type "fastboot oem unlock" (this will factory reset device and wipe the date partition)
6a. you will need to interact with device and push volume up to confirm the unlock
6b. when this completes, type "fastboot reboot"
7. just skip through setup device with setup wizzard
8. become developer again and enable usb debuging again
9. adb reboot bootloader
10. fastboot boot (enter the location of your downloaded recovery img)(you can drag the file from explorer to the terminal window and the path will be filled in)
11. twpr recovery should have booted
12. DO NOT modify system at this point!!!!!
13. make FULL backup of all partitions(optional - by preference)
14. now you have a functioning recovery and have not changed phone at all
15. next after verifying recovery boots and works on your phone. will flash the recovery
16. adb reboot bootloader
17. fastboot flash recovery (enter the location of your downloaded recovery img)(you can drag the file from explorer to the terminal window and the path will be filled in)
18. this step is to try and make sure the stock recovery does not overwrite the new twrp
18a. fastboot boot (enter the location of your downloaded recovery img)(you can drag the file from explorer to the terminal window and the path will be filled in)
18b. when recovery boots fully "adb reboot recovery"
19. now when twrp boots it should have screen asking if you want to allow system modification. swipe to yes.(each time you format userdata. or do factory reset will have this screen again)
No need to install supersu to root prior to flashing new rom because root is done on the /system partition or /boot and both get replaced when installing rom.
from here down the directions on the OP and the needrom site with the rom file take over.
Last edited:
