General Twrp3.5.2 for Lenovo TB-J706F - Lenovo P11

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Built on Android 10
source code address: https://github.com/HK4567/android_device_lenvovo_TB-J706F.git

Good news !!!

Any special instructions for installation ?

Thank you for your work.
Did you use a prebuilt kernel from the official firmware to compile this?
Your tree appears to have a prebuilt dtbo and Image.gz.
I wonder if you actually compiled them. (Lenovo P11 normal variant kernel is half-baked, so if it works on your variant I may be able to utilize common lenovo stuff)

LegendOcta said:
Thank you for your work.
Did you use a prebuilt kernel from the official firmware to compile this?
Your tree appears to have a prebuilt dtbo and Image.gz.
I wonder if you actually compiled them. (Lenovo P11 normal variant kernel is half-baked, so if it works on your variant I may be able to utilize common lenovo stuff)
Click to expand...
Click to collapse
Are you wanting them compiled from source or do you want to use the Lenovo P11 ones ? I have them for the P11 Pro j706f from source if you want them. It compiled with no errors and barely a warning, I was not expecting that.

LegendOcta said:
Thank you for your work.
Did you use a prebuilt kernel from the official firmware to compile this?
Your tree appears to have a prebuilt dtbo and Image.gz.
I wonder if you actually compiled them. (Lenovo P11 normal variant kernel is half-baked, so if it works on your variant I may be able to utilize common lenovo stuff)
Click to expand...
Click to collapse
Yes, extracted from the official firmware zui12.336
----(from google translate)

hk4567 said:
Yes, extracted from the official firmware zui12.336
----(from google translate)
Click to expand...
Click to collapse
This is sad.
Are you from China? If so, does lenovo give kernel source code in china site? I can't seem to get the newest version in lenovo global site. Thanks

They are not going to open source

Binary?

Related

[REQ]Dump of the preinstalled rom

With the release of the kernel sources, it seems that the 3 AndroidOne devices all share the same kernel and internals,
with only the rom branding and chassis they're in being different.
If this is the case, then the roms themselves are built by goog and thusly OTAs handled directly by them.
What it also implies is that the 3 devices might be able to share roms and kernels as they already appear to share kernel sources.
What I need:
Dump of /system
If the rom prompted for an OTA at initial setup
Dump of /oem
Bootloader version
Baseband version
TheManii said:
With the release of the kernel sources, it seems that the 3 AndroidOne devices all share the same kernel and internals,
with only the rom branding and chassis they're in being different.
If this is the case, then the roms themselves are built by goog and thusly OTAs handled directly by them.
What it also implies is that the 3 devices might be able to share roms and kernels as they already appear to share kernel sources.
What I need:
Dump of /system
If the rom prompted for an OTA at initial setup
Bootloader version
Baseband version
Click to expand...
Click to collapse
managed to get this.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
waiting for dump too.
Sudeep Duhoon said:
managed to get this.
waiting for dump too.
Click to expand...
Click to collapse
could someone please upload the rom dump here...
if possible port it to mmx unite 2 ??
16636
Hi all) Make please dump or backup in CWM recovery and lay out it here.
Bump: still need a dump of /system, /oem, and the bootloader version from fastboot
Edit: there is a factory install image, I have everything I need from this device:
Code:
Baseband: WR8.W1412.MD.WG.GMP.SP.W14.26.P3,2014/08/15 11:39
Bootloader: 0.5.17
ro.build.thumbprint=4.4.4/KPW53/1379542:user/release-keys
ro.product.model=Sparkle V

[p9 lite] kernel source updated to 3.10.102 - use it if you want! + Flashable image

I think I'm really close to building the kernel for the P9 Lite, but now I am stuck at the Hisilicon driver.
[edit] Compilation succesful! People, feel free to use this updated version of the kernel source and do whatever you want with it. It's been carefully upgraded as you can see in commit history.
( initially I forgot to include $ make ARCH=arm64 O=../out merge_hi6250_defconfig , doh, RTFM)
Edited source code at my repository https://github.com/twicejr/HUAWEI-P9-Lite_OpenSource
( Props to paulobrien for the idea and great tutorial on P9 http://forum.xda-developers.com/p9/development/how-to-build-kernel-huawei-p9-t3373617 )
I've copied the p9 kernel config, because I didn't know how to do it from the p9 lite kernel image.
I've used paulobrien's code to see how I would proceed... all I did was copy the p9 kernel config, and put it on top of the source code from Huawei:
http://download-c.huawei.com/downlo...oadId=80203&version=318922&siteCode=worldwide
Then I have applied all the linux kernel patches for 3.10 from https://www.kernel.org/pub/linux/kernel/v3.x/
- it included manually patching lots of files because they failed in automatic patching
Maybe someone else with more experience can use my source code, fork it or take it over from me :angel:
I'd love to help and learn more too. I am a linux webdeveloper, willing to learn more about c, etc.
The main goal for me would be to provide a better kernel and eventually integrate more features, like undervolting
https://www.dropbox.com/s/xce4l3uuzmcbf0u/boot.img?dl=1 Download boot image here !
It will work on the P9 Lite only. My device is a VNS-L31 , but the kernel source is universal. I suppose VNS-L21 will work as well.
Please backup your boot image first ( I used flashify)!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks, that's great!
Hello
If we flash this kernel we Will lose root??
@twicejr 3.10.103 upstream is out
Link?
BadWolfYe said:
Link?
Click to expand...
Click to collapse
https://lkml.org/lkml/2016/8/31/782
Hello,
Build: VNS L31C432B151
Emui: 4.1.1
Android: 6.O
I need a custom kernel to flash around, can there anyone help me ?
Most of all for the most current version 151 .
That would be very nice.
hello! can you please take a look if you can add Multirom support to the kernel? @Meticulus already booted cm13 on p9 lite and it would be nice if we could dual boot emui with the cm build... thanks!
How was it? Something specifically improved after installation?

【NEWS-22/6/2018】I was disappointed with this company【xiaomi】

I used the wrong configuration: sdm845 ... the compiled kernel could not be started.
Here, I apologize to the Xiaomi open source team and I'm sorry.
At the same time, I will delete the negative expressions in the post.
Hope that the XiaoMi open source team forgives.
https://github.com/MiCode/Xiaomi_Kernel_OpenSource/issues/904
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
latest news:
This reply proves that the code can run: here
I apologize for the incident and I'm sorry.
I will upload my modified code and compiled result
source: this
How to compile
Code:
[STRIKE]download source
bzip2 -cd ./mix2s-kernel-source.tar.bz2 | tar xvf -
cd mix2s-kernel
./build_kernel.sh
input 1 enter[/STRIKE]
kernel(linaro gcc 7.3 archlinux): this
Hope someone is testing.
old:
Xiaomi responsible for open source personnel replied to my question:
The compiled kernel can run on the latest system and all functions are normal.
Normal! Miui learn apple system!
that's why nobody made a third part ROM for MIX2S?
zhanghamo said:
that's why nobody made a third part ROM for MIX2S?
Click to expand...
Click to collapse
No, it's the snapdragon 845 sources we are waiting for
Flatric said:
No, it's the snapdragon 845 sources we are waiting for
Click to expand...
Click to collapse
No, oneplus 6 has unofficial LOS and some custom kernels.
nguyenlucky said:
No, oneplus 6 has unofficial LOS and some custom kernels.
Click to expand...
Click to collapse
No it has not. It's the treble Los by phhusson, MI mix 2s has that too...
Flatric said:
No it has not. It's the treble Los by phhusson, MI mix 2s has that too...
Click to expand...
Click to collapse
Is there any difference between using a Treble port and a "proper" port for the device?
Dombard said:
Is there any difference between using a Treble port and a "proper" port for the device?
Click to expand...
Click to collapse
Actually I don't know, however there are some device specific bugs on the treble roms and if you encounter a problem with a port it's more likely that it'll be fixed faster
大哥,憋说了,mix2s的相机卡顿从发布到现在都没修复呢。、
miui 的工程师可能在食屎。
劳资发了个帖子说相机变焦卡顿和内存泄漏还被删了,甘霖娘。
ark1106 said:
大哥,憋说了,mix2s的相机卡顿从发布到现在都没修复呢。、
miui 的工程师可能在食屎。
劳资发了个帖子说相机变焦卡顿和内存泄漏还被删了,甘霖娘。
Click to expand...
Click to collapse
Please follow the regulations and reply in English.
Compiling with miui, this is an impossible condition for others. I hope other people can fix it.
double check it .
works well
From latest update of the issue at github, the source code was confirmed good.
Hopefully there will be custom roms coming.

Modem Test & custom roms A11

Could anyone test this who is running Android 11 on custom Roms and tell me if the modem test app works.
MODEM test tools 11 (Android 11+) APK Download by Xiaomi Inc. - APKMirror
MODEM test tools 11 (Android 11+) APK Download by Xiaomi Inc. - APKMirror Free and safe Android APK downloads
www.apkmirror.com
I'm still on Android 10 as VOLTE doesn't work on Android 11 nor does this app as it 's intended for Android 11. Please post up debug screen if possible.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Lineage OS, can't install it
Dearminder said:
Lineage OS, can't install it
Click to expand...
Click to collapse
Mine said something there was a problem while parsing the package. Is that the error you had?
AncientOS-R-Society-v5.3,can't install it.(application not installed).
Seems like it will only work on xiaomi.eu - it's built in their weekly os.
*#*#663368378#*#* dialer code activates it.
It does work on stock but you can't change anything.
If anyone on xiaomi,eu or stock can share you output the same as I did in post 1 I'd really appreciate it.
On a EU rom this function already exists in the CIT menu additional tools.
NOSS8 said:
On a EU rom this function already exists in the CIT menu additional tools.
View attachment 5303069View attachment 5303071
Click to expand...
Click to collapse
Which rom? Weekly or stable?
jbm76 said:
Which rom? Weekly or stable?
Click to expand...
Click to collapse
certain for the weekly and probably the same on the stable.
For those who tested Modem Test tools - I think it might work if it is a system app.
If anyone could try it? and report,
jbm76 said:
For those who tested Modem Test tools - I think it might work if it is a system app.
If anyone could try it? and report,
Click to expand...
Click to collapse
EU rom 21.3.25
These tests must surely be carried out on a stock rom.

Development [ROM][13.0][OFFICIAL] Phoenix Android 13 for Pixel 6, Pixel 6 Pro and Pixel 6a

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Phoenix Android 13 for Pixel 6, Pixel 6 Pro and Pixel 6a (oriole,raven,bluejay)
What is Phoenix?
Phoenix (or PhoenixAOSP) is a custom ROM aiming to bring the full Pixel Experience to everyone, we aim to provide the best mix of stability, performance and improvements.
Credits
- Lunarixus
- Electimon
- You guys
Spoiler: Known Issues
None!
Please report anything you run into!
Spoiler: Support Channels
Official Telegram Channel
Raviole Release/Support Channel
Spoiler: Screenshots
Screenshots
Spoiler: Download Phoenix Here!
Web Flasher
Phoenix Downloads
Spoiler: How To Flash
1. Visit Google's flashing instructions on their official page here.
​
Android version: 13
Linux Kernel Version: 5.10
Source code: GitHub
GPL Kernel Source: GitHub
VoLTE and 5G seems to be working OOB for unsupported carriers (that needed Magisk modules to make it work). Is it going to receive OTAs or do we have to flash each time from PC?
SafetyNet seems to pass without locking the bootloader
t-shock said:
VoLTE and 5G seems to be working OOB for unsupported carriers (that needed Magisk modules to make it work). Is it going to receive OTAs or do we have to flash each time from PC?
SafetyNet seems to pass without locking the bootloader
Click to expand...
Click to collapse
OTA's are a work in progress at the moment, they are planned but for now it's best to use the web flasher to update.
Giving this a run - the web-installer worked great and I'll get some feedback tomorrow. On the telegram as well.
Hey I've flashed this a couple of days. I could not found anything special or worth moving to as a custom ROM.
Can you please explain your stance ?
Been a while since I've messed with custom roms but I tried one earlier where it relocked the bootloader after flashing but this one did not. Can I manually relock or will it break things?

Categories

Resources