[UNSUPPORTED] [KERNEL] ON-OR Kernel for STOCK H7 (GCC Linaro 4.9.3) [PLK-L01] - Honor 7 Android Development

Development and support ceased.
For further explaination, see this post.
Proudly announcing the first custom kernel for the Huawei Honor 7 PLK-L01!
ON-OR H7 Kernel
(yeah, terrible name!)
{
"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"
}
​
Features:
CPU Governor
bluactive - courtesy eng.stk
TCP Congestion Algorithms
enabled westwood, bic, hybla, vegas, veno, yeah, illinois
I/O Schedulers
added bfq and fiops
Built for use with STOCK ROMS - it's all we have right now
Built with gcc-linaro-4.9-2014.11-x86_64_aarch64-linux-gnu
Instructions:
you need an unlocked bootloader!
you need TWRP recovery!
you need to be running B140*
you need to know how to get back to a stock boot image, should you need to! - stock B140 boot attached.
if you don't know what all that means, find out, there's plenty of threads on it!
download UPDATE-ON-OR-Kernel.zip
install via TWRP
reboot
Kernel features can be enabled by apps such as Kernel Adiutor (ROOT)
If you want to enable settings on boot, you'll have to add the app to the protected apps and startup manager in system setting.
Notes:
please do not post elsewhere, link to this post.
i did not break your device, i never touched it!
this is my first publicly released kernel (i built some sony ones back in 2012 for my own usage) - i am not a dev, i am a linux admin by trade
a number of other governors were tried, none would compile "out of the box"
* tested on B140 only by me - if you want to test it on another system version just make sure you have a stock boot.img and know how to get back via fastboot!
edit: added attachment - stock B170 boot as someone will probably need it.
edit: the install method is not what i wanted. it's a crude hack, just like our twrp! it turns out the twrp version we are using is for the GRACE handset, so i've had to fudge the installer script to verify that device name. Please do not run this on a GRACE, it will break it!
GNU GPL Compliance:
Original Source
http://download-c.huawei.com/downlo...oadId=62086&version=204465&siteCode=worldwide
My GIT
https://github.com/sminki/android_kernel_honor7_plk-l01/tree/LP1/
enjoy.. :fingers-crossed:
All stock recovery and boot images for PLK-L01 can be found here: http://forum.xda-developers.com/honor-7/general/stock-plk-l01-boot-recovery-images-t3290348
Added the [EXPERIMENTAL] tag - woke this morning and phone was in unwake-able sleep! - seems to be related to bluactive, so avoid using that governor!

Development ceased.
For those who are not aware of my troubles over the last month, I had to get a warranty replacement phone. Since receiving it, I have been completely let down by huawei who are unable to supply a bootloader unlock code by any means, or for that matter any genuine customer service. Due to this I can no longer continue to work on this device
My humble apologies to all you on this sub-forum. I was really enjoying learning and posting stuff for you guys to mess around with, although ultimately it's the manufacturer that has really let us down.

Great, good job !!! First etape for a custom ROM without the fu...ing EMUI
I can't test because I'm in B170

JRC said:
I can't test because I'm in B170
Click to expand...
Click to collapse
technically it's the same kernel version - 3.10.61
i need a volunteer with 170 who can load the zip, and if it fails to boot, reflash the stock B170 (both in the first post) - preferably someone who knows their way around fastboot and isn't going to panic

Great works!!
Can you post screenshot of dailyuse deepsleep with bluactive governor?
Seems that in stock kernel freq 400 mhz is slow to go on sleep.
Kernel set default cpu freq like mpdecision on qualcomm or there is a hotplug?
last question with kernel setting apk can you see core to 2200 mhz?
Sorry for question list.
Many thanks.

Tried without luck.
It says: unsupported device
Usin' the chinese twrp linked somewhere on xda honor7.
and my fw is b170
Sent from my PLK-L01 using XDA Premium HD app

sminki said:
technically it's the same kernel version - 3.10.61
i need a volunteer with 170 who can load the zip, and if it fails to boot, reflash the stock B170 (both in the first post) - preferably someone who knows their way around fastboot and isn't going to panic
Click to expand...
Click to collapse
On my H7 B170 when I install this kernel TWRP says "unsupported device"

Hi sminki, just installed, no problèm,gona dl K adiutor to explore a little
Thank you !

Thanks a lot for your hard work !

c0llal0 said:
Tried without luck.
It says: unsupported device
Usin' the chinese twrp linked somewhere on xda honor7.
and my fw is b170
Click to expand...
Click to collapse
JRC said:
On my H7 B170 when I install this kernel TWRP says "unsupported device"
Click to expand...
Click to collapse
OK, thanks.
One more favour then
can one of you boot into TWRP, connect USB then from your PC do this..
Code:
adb shell
in the shell, get the results from these two commands:
Code:
~ # getprop ro.product.device
~ # getprop ro.build.product
must be from within TWRP
thank you

I've make a thread on FrAndroid (here : http://forum.frandroid.com/topic/236632-kernellpstock-on-or-kernel/?p=3545366) in order that the community can improve their Honor 7.
If you want, i can delete it.

First Step to an Custom Rom. Thanks looks great.

sminki said:
OK, thanks.
One more favour then
can one of you boot into TWRP, connect USB then from your PC do this..
Code:
adb shell
in the shell, get the results from these two commands:
Code:
~ # getprop ro.product.device
~ # getprop ro.build.product
must be from within TWRP
thank you
Click to expand...
Click to collapse
Possibly answering my own question.. I pulled apart the Chinese TWRP from piskr's thread.
Code:
ro.product.device=gem703l
ro.build.product=gem703l
So, this recovery was built from the MediaPad X2 TWRP
Would be nice if someone can confirm this is what you're using.
I think what we really need is a proper recovery, get everyone standard instead of trying to work around inconsistent hacks!

sminki said:
Possibly answering my own question.. I pulled apart the Chinese TWRP from piskr's thread.
Code:
ro.product.device=gem703l
ro.build.product=gem703l
So, this recovery was built from the MediaPad X2 TWRP
Would be nice if someone can confirm this is what you're using.
I think what we really need is a proper recovery, get everyone standard instead of trying work work around inconsistent hacks!
Click to expand...
Click to collapse
Hi , i tried but device not found in recovery mode
here is the twrp i use, no bootloop
https://www.dropbox.com/s/n50okepdvljglk2/TWRP_Honor7_EN.img?dl=1%22

samcro94 said:
Hi , i tried but device not found in recovery mode
here is the twrp i use, no bootloop
https://www.dropbox.com/s/n50okepdvljglk2/TWRP_Honor7_EN.img?dl=1%22
Click to expand...
Click to collapse
That's the one I've got, and yours flashed ok, right?

sminki said:
That's the one I've got, and yours flashed ok, right?
Click to expand...
Click to collapse
yes flashed ok

sminki said:
That's the one I've got, and yours flashed ok, right?
Click to expand...
Click to collapse
Hi
Battery drain problèm,tried to flash the stock kernel, ''failed',' any solution ?

samcro94 said:
Hi
Battery drain problèm,tried to flash the stock kernel, ''failed',' any solution ?
Click to expand...
Click to collapse
fastboot flash boot boot.img

sminki said:
fastboot flash boot boot.img
Click to expand...
Click to collapse
Ok thank you , will try tomorow

samcro94 said:
Ok thank you , will try tomorow
Click to expand...
Click to collapse
sorry, I wasn't really clear.
download the STOCK_B140_BOOT.zip from the first post. extract it, plug the phone in
then run:
Code:
fastboot flash boot boot_140.img
fastboot reboot
as for the battery drain, what are the high users of battery?
mine has been mostly idle (using the G4 as my main), but it's still at 45% after 2 days 11 hrs

Related

[TOOL] [DISCONTINUED] Nexus 5 Multi-tool 3, UNLOCK, CWM/TWRP, ROOT, RESTORE, DRIVERS

Nexus 5 Multi-Tool
{
"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"
}
me and kwongger are putting together a new tool, its one of the first that supports windows/linux/mac AND ANDROID! thats right, the tool can be used on your device!
FEATURES
Unlock bootloader
Install CWM
Install TWRP
Add root permissions
Add build.prop tweaks
Backup device
Flash a custom recovery
Flash a custom kernel
Revert device to stock out-of-box state
Pull device information
Install drivers
Find custom kernels, recoveries and roms
Click to expand...
Click to collapse
Due to my cousin having this device(not me) i would appreciate someone to help me with testing new features?
DOWNLOAD LINK
INSTRUCTIONS ARE SIMPLE
All activities take place with the device on and you will endup back with the device on.
Download
Extract
Run Tool.exe as administrator
Install device drivers(included)​
Click to expand...
Click to collapse
FAQ
Q. After trying to revert to stock state(out of the box) my device is stuck in a bootloop?
A. Boot into recovery, wipe data/factory reset. Your prayers have beey answered
Q. After the tool flashes recovery, it doesnt seem to stick. why?
A. This is not an error with the tool or recovery, its just.. a nexus thing...
Flash it a few more times and eventually it will stick!
Q. Why is the file only 1.5 MB?
A. All files are stored on server and pulled only when needed with a utility
Q. Will the tool download all the files everytime i wanna perform an option?
A. No. it downloads the file once and detects that its already there the second time.
Q. Is this tool worth my time?
A. Who would think a 10 minute toolkit could hit the portal?
Q. Are the drivers included?
A. Yes but no. the application downloads the drivers only if you want to install them via my tool
Q. Who's yo daddy?
A. Idk, son.
Click to expand...
Click to collapse
CHANGELOG
3.0
Added CWM
Updated TWRP
Added "Where to find custom..." in flash options
2.4
Fixed menu error
Changed file type to executable
Added logo
Added root options menu
Changed root method
All processes are now verbal
No wait-for-device command
2.0
All files stored on server
Cut the tool size down to 1.5 MB
Added restore to stock state
Added install drivers+guide
Added get device info
Fixed minor error
1.0
Initial release
Click to expand...
Click to collapse
Credits
Chainfire
PlayfulGod
Cwm
Twrp​
Click to expand...
Click to collapse
NOTE: what you do with this tool is your responsibility, use it at you own risk.​
Hello,
Good work!
Published on HTCMania :good:
http://www.htcmania.com/showthread.php?t=711894
David_Vaz said:
Hello,
Good work!
Published on HTCMania :good:
http://www.htcmania.com/showthread.php?t=711894
Click to expand...
Click to collapse
Thanks
You show it as note 3 multi tool, need to change that
jd1639 said:
You show it as note 3 multi tool, need to change that
Click to expand...
Click to collapse
whopps will fix that now
Used the tool - now phone will not restart. It is stuck on the four colours that move about. Has been stuck on this now for about 5 minutes.
Any suggestions? I am able to get into twrp recovery no problems.
Ian
irhut said:
Used the tool - now phone will not restart. It is stuck on the four colours that move about. Has been stuck on this now for about 5 minutes.
Any suggestions? I am able to get into twrp recovery no problems.
Ian
Click to expand...
Click to collapse
You will have to Restore your phone.
My kit will have recovery functions monday.
http://forum.xda-developers.com/showthread.php?t=2508817
irhut said:
Used the tool - now phone will not restart. It is stuck on the four colours that move about. Has been stuck on this now for about 5 minutes.
Any suggestions? I am able to get into twrp recovery no problems.
Ild.pro
Ian
Click to expand...
Click to collapse
what function did you use?
Kwongger said:
You will have to Restore your phone.
My kit will have recovery functions monday.
http://forum.xda-developers.com/showthread.php?t=2508817
Click to expand...
Click to collapse
Also no he doesnt, the only thing that could cause this is the build.prop tweaks, whitch can be reverted by pushing the backup back to /system/ Aldo mine will Also include restore options soon
What tweaks are in this?
Sent from my Nexus 4 using Tapatalk
crackmulah said:
What tweaks are in this?
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Battery saving deepsleep quickbook scrolling enhancement better touch responde better jpeg quality better picture quality better internet and connection speed, googles sms Server and overall smootheness
Does this tool install the official TWRP release for the N5?
ricky310711 said:
Battery saving deepsleep quickbook scrolling enhancement better touch responde better jpeg quality better picture quality better internet and connection speed, googles sms Server and overall smootheness
Click to expand...
Click to collapse
That's quite something to say, better all these things for a new device and software.
Sent from my Nexus 4 using xda app-developers app
Synyster06Gates said:
Does this tool install the official TWRP release for the N5?
Click to expand...
Click to collapse
Yes!
also people reading the article on the portal, the tool does not use fast flash commands, it uses the dd method for those flashes, when i add kernel flashing and backing up your device as .img files then i will be adding fastboot flash commands, so yes, the flashes occur when your device is booted!
Can I ask what version of TWRP is installed, is it the latest?
ItzMar said:
Can I ask what version of TWRP is installed, is it the latest?
Click to expand...
Click to collapse
there is only one version of TWRP compiled for the N5 and yes its the latest! update coming soon!
Ok thanks man. Can I also ask where to find the device drivers?
ItzMar said:
Ok thanks man. Can I also ask where to find the device drivers?
Click to expand...
Click to collapse
i am almost finished updating the tool i will include it in the next update!! but you could more then likely find them in the general section!
ok cheers, no problem. Will wait for the new version to be up, no rush. Thanks for your commitment to provide a tool for us noobs/lazy people!
Would you recommend running your tool before first boot?
Just a few questions: when there is <waiting for device> for 5 minutes, that seems like my drivers are wrong? It was possible to unlock, but not to install a recovery, so i am trying to update my drivers...
And can i run the tool and select unlock, install recovery and root even when my device is already unlocked?

[E450]ULTRASLIMROM(Optima Team)

{
"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"
}
Code:
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
HOW TO
1. Install Phils Touch Recovery(http://forum.xda-developers.com/optimus-l3-l5-l7-l9-ii/development/lg-l5ii-e460-philz-touch-cwm-advanced-t2893044)
2. Reboot To Recovery
3. Wipe Data, Cache and Dalvik Cache
4. Install Zip SlimRom (This will Wipe system)
5. Install GAPPS
6. Reboot
Features
# Very Slim
# Fast
# All Bloat Removed
# Separate GAPPS
# Very Fast
# Deodexed
# Zipalign
# Png Optimization
# WiFi Issue Fixed
# Did I mention its very fast
Benchmark
I don't usual y post benchmarks because they can be tricked in giving fake results. I only use it to test if something is causing performance issues, like gfx tweaks causing the device to lag and so on. Here it is no tricks, no fake.
Screen Shots
DOWNLOAD​
RESERVED
RESERVED
Nice rom, will surely give a try whenever zi have time. Good idea with separating GAPPS from the from. You gotta tell me how do you make it so fast hahah
Good job man.
any chance for e460?
porozex said:
any chance for e460?
Click to expand...
Click to collapse
It works on E460.
Beershake said:
It works on E460.
Click to expand...
Click to collapse
you said that also the modded kernel from e450 works but it didnt. so sorry but i dont trust you
porozex said:
you said that also the modded kernel from e450 works but it didnt. so sorry but i dont trust you
Click to expand...
Click to collapse
Nodded kernel didn't work because an error on my part. I called busybox the wrong way. I didn't notice because It worked for me but when flashing back stock I noticed that it needed further modding.
Beer shake said it worked because he was able to boot after flashing the nodded kernel. What he meant was it didn't brick his device.
As far as the ROM goes I am not 100% sure what the difference is between the 2 devices . what I can say is if you device supports NFC then NFC will stop working as my device does not have NFC. If you have dual sim then your sim probably won't work ether. I would suggest making a back up and try it. If it doesn't work then let me know and I can try help to port it.
slipsystem said:
Nodded kernel didn't work because an error on my part. I called busybox the wrong way. I didn't notice because It worked for me but when flashing back stock I noticed that it needed further modding.
Beer shake said it worked because he was able to boot after flashing the nodded kernel. What he meant was it didn't brick his device.
As far as the ROM goes I am not 100% sure what the difference is between the 2 devices . what I can say is if you device supports NFC then NFC will stop working as my device does not have NFC. If you have dual sim then your sim probably won't work ether. I would suggest making a back up and try it. If it doesn't work then let me know and I can try help to port it.
Click to expand...
Click to collapse
No dual sim of L5II in Europe as far as I know, anyeays it should work as the e450 has no huge differences.
Great work!
Got a couple of questions... Can I delete stock unuseful apks without getting the "securitu error" problem? Can I replace the phone app with the stock one?
Thank you!
alejflores94 said:
Great work!
Got a couple of questions... Can I delete stock unuseful apks without getting the "securitu error" problem? Can I replace the phone app with the stock one?
Thank you!
Click to expand...
Click to collapse
Sure you can replace phone apk with the stock one. Ehm, this rom has already most bloatware removed, if you brave enough go ahead.
alejflores94 said:
Great work!
Got a couple of questions... Can I delete stock unuseful apks without getting the "securitu error" problem? Can I replace the phone app with the stock one?
Thank you!
Click to expand...
Click to collapse
Most of the stock lg apps are removed, so there shouldn't be any need to do delete anything. There are still a few apks that will be removed in a future ota update. The phone apk is the stock mmodified version. You can replace with the stock but it must be deodexed .
Great man! I only have one problem: whenever I try to enter in the Background (sfondo in italian) menu the settings app crashes. I hope I explained it well, sorry for my english.
Wishing for an update via ota :good:
marzionellospazio said:
Great man! I only have one problem: whenever I try to enter in the Background (sfondo in italian) menu the settings app crashes. I hope I explained it well, sorry for my english.
Wishing for an update via ota :good:
Click to expand...
Click to collapse
I'm an italian developer and I can help you if need, just PM me.
Help
Works on e450f? I tried to install with "CWM is Locked Bootloader (Beta 2)" most of the installation error, not able to use "Phils Touch Recovery" and not compatible for my device (sorry for my english I'm Brazilian and more use the translator =])
luxux said:
Works on e450f? I tried to install with "CWM is Locked Bootloader (Beta 2)" most of the installation error, not able to use "Phils Touch Recovery" and not compatible for my device (sorry for my english I'm Brazilian and more use the translator =])
Click to expand...
Click to collapse
E450f is still a device that has locked bootloader so it's hard to say if you can install this or not. Currently devices with less difficulties are E450 and E460.
Could anyone upload updater script from this rom, I can't download the full rom at the moment but I want to see the updater script for my personal purposes.
luxux said:
Works on e450f? I tried to install with "CWM is Locked Bootloader (Beta 2)" most of the installation error, not able to use "Phils Touch Recovery" and not compatible for my device (sorry for my english I'm Brazilian and more use the translator =])
Click to expand...
Click to collapse
This will not work on cwm4lbl it formats the system and will cause the recovery to stop working before the install finishes.
Also the bootimg is custom so you will get security error.
slipsystem said:
This will not work on cwm4lbl it formats the system and will cause the recovery to stop working before the install finishes.
Also the bootimg is custom so you will get security error.
Click to expand...
Click to collapse
Could you post the updater script from this rom as I can't download the full.
later you might well produce a e450f and to make people happy =]
Beershake said:
Could you post the updater script from this rom as I can't download the full.
Click to expand...
Click to collapse
https://dl.dropboxusercontent.com/u/51036208/Android/Template.zip
can u give it a kitkat feel ????

[5.1.1][E2303] AOSP by Beta Team [WIP]

{
"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"
}
Features
- Pure AOSP (Stock Android, just like on the Nexus devices)
- No bloatware
- No extra features, just as clean as possible
Review Video
What's Working
- Display
- Wi-Fi
- Vibration
- Camera Button (Due to some reason the camera app isn't there :\ )
- Adaptive Brightness
- And more...
What Isn't Working
- Notification Light
- Sound
- Camera
- External SD
- Sim
- Rotation
- Bluetooth
- Maybe more...
Downloads
DOWNLOAD HERE
How To Install It
1. Be sure that the bootloader is unlocked!
2. Download the zip from the downloads
3. Download the Google SDK (fastboot, adb and etc)
4. Extract the zip in the same folder as the fastboot.exe (for example like this, C:/SDK/fastboot.exe | C:/SDK/system.img and etc)
5. Hold shift and right click somewhere in the folder (in an empty space)
6. Click open command prompt here...
7. Put the device in fastboot
8. Type "fastboot flash boot boot.img" and hit enter
9. Type "fastboot flash system system.img" and hit enter
10. Type "fastboot flash userdata userdata.img" and hit enter
11. Type "fastboot reboot" and hit enter
12. Enjoy it
Thanks To
Google - For Android
@jeffreyvh - That's me
Sony - For the source of the kernel and for the device
XDA:DevDB Information
AOSP 5.1.1 - E2303, ROM for the Sony Xperia M4 Aqua
Contributors
jeffreyvh
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Unlocked bootloader
Based On: AOSP
Version Information
Status: Testing
Created 2015-09-04
Last Updated 2015-09-16
Reserved
I hope all works.
Later you can also create a Version for the E2333 (M4 Aqua Dual)?
HeliosXenon said:
I hope all works.
Later you can also create a Version for the E2333 (M4 Aqua Dual)?
Click to expand...
Click to collapse
As i already said, requests are welcome... But i can not guarantee that it will work as expected since i dont have the device.
Sent from my E2303 using XDA Forums
Sorry if this question is absurd, but will this kind of ROM come with Overclock? Your webpage suggests something on 'More overclock' so I guess the ROM may come with it. Just curious, sorry >.<
AndyPhoenix9879 said:
Sorry if this question is absurd, but will this kind of ROM come with Overclock? Your webpage suggests something on 'More overclock' so I guess the ROM may come with it. Just curious, sorry >.<
Click to expand...
Click to collapse
As I wrote in the OP, no features will be added. But you can vote the poll of this thread
STATUS of the compilation :
Kernel can't be compiled
I will make a daily status post from now on
Wish me success
Why kernel cannot be compiled?
alby_var said:
Why kernel cannot be compiled?
Click to expand...
Click to collapse
It says,
"No rule to make 'out/target/product/tulip/boot.img' needed by 'out/target/product/tulip/boot.img' "
I build the kernel appart but I mis the needed .dtb file, anyone who can tell me how I can make it?
If not, I will try it myself
Sent from my E2303 using XDA Free mobile app
I not know how to compile..... can you give me the complete name of the .dtb file?
alby_var said:
I not know how to compile..... can you give me the complete name of the .dtb file?
Click to expand...
Click to collapse
Already fixed it, the dtb was in the 32bit out folder. That was not where I expected it to be, but anyways now I can continue with the rom
Sent from my E2303 using XDA Free mobile app
Perfect!!
I need help
The black display is a kernel issue, I have not much experience in kernels.
Anyone, please help me!!!
jeffreyvh said:
Already fixed it, the dtb was in the 32bit out folder. That was not where I expected it to be, but anyways now I can continue with the rom
Sent from my E2303 using XDA Free mobile app
Click to expand...
Click to collapse
Can you upload the dtb, please? I want to try to compile twrp one last time, and the dtb was my problem
Sent from my Xperia M4 Aqua
husam666 said:
Can you upload the dtb, please? I want to try to compile twrp one last time, and the dtb was my problem
Click to expand...
Click to collapse
I extracted the dtbs from the ftf and they are available in my github repo together with the decompiled dts:
https://github.com/zw3n/android_device_sony_tulip/tree/cm-12.1_preComp
zw3n said:
I extracted the dtbs from the ftf and they are available in my github repo together with the decompiled dts:
https://github.com/zw3n/android_device_sony_tulip/tree/cm-12.1_preComp
Click to expand...
Click to collapse
Thanks, I managed to compile successfully, but couldn't boot the image stuck in fastboot mode and when flashing it, got stuck on the sony logo :/
@husam666 Mine passes the Sony logo, but after that... Screen is black but vibration, usb mass storage, adb, and maybe more is still working. Looks like sony isnt yet done with our kernel, is here anyone with kernel experiences? I really need some help, I am good in device tree's but not in kernels... Btw, my device tree completely works! I compiled with success, i tried booting with stock kernel: resulted on Sony boot logo loop... My own kernel: resulted in black screen after sony logo, but as I can see using adb: it boots successful, vibration also works. When i click the power button for 2 secs.
So the screen is the only bug i know so far.
Anyone, please contact me if u think that u can help with the kernel
Kind regards,
Jeffrey
If you have a log, I can try to find something
S7relok said:
If you have a log, I can try to find something
Click to expand...
Click to collapse
As I thought, Sony isn't yet done with our kernel.
I got confirmation on github :
https://github.com/sonyxperiadev/kernel/commit/e06bc517f65d4bb9adfbd18f030f252dd7a27d99
Logcat.log
jeffreyvh said:
@husam666 Mine passes the Sony logo, but after that... Screen is black but vibration, usb mass storage, adb, and maybe more is still working. Looks like sony isnt yet done with our kernel, is here anyone with kernel experiences? I really need some help, I am good in device tree's but not in kernels... Btw, my device tree completely works! I compiled with success, i tried booting with stock kernel: resulted on Sony boot logo loop... My own kernel: resulted in black screen after sony logo, but as I can see using adb: it boots successful, vibration also works. When i click the power button for 2 secs.
So the screen is the only bug i know so far.
Anyone, please contact me if u think that u can help with the kernel
Kind regards,
Jeffrey
Click to expand...
Click to collapse
If it boots that's really good news, I don't know anything about kernels, sorry. Anyway twrp has an adb command line interface, which means we don't need the screen in order to flash zips, atm I'm only interested in flashing supersu in order to root the phone.
So can you upload the kernel, please zImage and DTBs?
Thank you for your work
Sent from my Xperia M4 Aqua
Does your recovery work with stock rom? Can you give me the .img file?

[Rom] [MM] [LG G2] MIUI 8 for all variant (D80x/ls980/vs980)

Update: Rom link is down so see the original author's thread for latest update and info
Here
MIUI Rom has been ported for LG G2 and all variants are supported. It is not ported by me and, I have no connection with any of the dev, I am just spreading the news. If developers don't like it that, I will remove this thread. So just take it as a news.
Source:
Here is the true origin of Rom --> Here/
Info:
As it is MIUI 8 so it is based upon Android Marshmallow version 6.0.1. So you can expect many new features.
Google play services and play store are included in this rom, So no need to flash any gapps.
Screenshot
{
"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"
}
Download Link(s):
1: Rom
Mirror: Mega
2: Kernel (For better performance).
3: Supersu
4: SupersuFix
Sound fix: (Thanks to zg85).
For those having no sound issue, Try flashing this modem. (Currently for D802 only. Searching for other variants fix. If anyone have other please tell.).
Here.
Important:
For those with device running Lollipop or other bootloader than Kitkat you can follow this thread to change bootloader to kitkat.
Here.
And
For baseband, You can check this out. (I have not tested any yet, But please tell me if this can solve issues).
Here.
Instructions:
1: Boot into TWRP.
2: Make full wipes. (Leaving internal storage).
3: Flash the rom zip. Select your model. Wait till finished. Don't reboot into system.
4: Flash the kernel after rom installation is completed.
(You need to be at kitkat bootloader and also required baseband of kitkat model for sim to work. So make sure you have all these things
5: Flash supersufix then supersu to get root.
First boot takes some time, So wait at least 15 to 20 minutes for first time.
Disclaimer:
I'm not developers of this rom and any other thing related and mentioned here. So don't complain about any thing. You can ask for help and I will try to help (If i can). But I'm not responsible for any damage to your device or any other things.
Thanks in advance for not complaining me.
Press Thanks button if, I helped you.
Thanks to:
@Cloudyfa for basebands.
XDAVN team for origin of this rom.
Any one other who did any thing for this rom/thread, directly or indirectly.
Most Important:
It's look like that the original developer has created his thread for this rom. So All can find latest fixes and support there.
Here is the Link
http://forum.xda-developers.com/lg-g2/development/mm-miui8-lg-g2-t3502836
Hello, i flashed the rom via TWRP with following the instructions, it has been like 40 minutes and it still not booted. Any idea?
Screen is like:
Fastboot mode started
reset
portcharge
reset
portcharge
STALL GET_DESCRIPTOR 128 6 1006 0 255
fastboot: processing commands
Edit: It was my fault, this rom has to be flashed on a kitkat rom, i was on a lollipop rom.
faceliler said:
Hello, i flashed the rom via TWRP with following the instructions, it has been like 40 minutes and it still not booted. Any idea?
Screen is like:
Fastboot mode started
reset
portcharge
reset
portcharge
STALL GET_DESCRIPTOR 128 6 1006 0 255
fastboot: processing commands
Edit: It was my fault, this rom has to be flashed on a kitkat rom, i was on a lollipop rom.
Click to expand...
Click to collapse
flash KK.bootloader for your phone model
Is google play service included in this ROM? Thank you.
jim380 said:
Is google play service included in this ROM? Thank you.
Click to expand...
Click to collapse
yes included
Pattern lock and Applock is not working
After one day, i can say that there is some bugs, but they are not that big, sometimes its freezing and sometimes its restarting whole system in random moments, also this is not that smooth like AOSP or miui v7 for lg g2, camera is working well, but in my opinion it's slow, movies on snap doesent work (recording, u can record but after this u will see static image). But, other things are good, i'll use it and wait for updates. Hope OTA is working (Sorry for my bad english, if u didnt understand me, i will try to explain it better just pm me)
Will this thread be updated/maintained?
Flashed the ROM and it looks great
But there are some problems.
Sound doesn't work and I can't call either.
Compass doesn't work. AppLock won't work. So as pattern lock.
Any solution for call and sound problem?
Pls help. I love this ROM
No sound is playing... Any patch for it
Southleader said:
Flashed the ROM and it looks great
But there are some problems.
Sound doesn't work and I can't call either.
Compass doesn't work. AppLock won't work. So as pattern lock.
Any solution for call and sound problem?
Pls help. I love this ROM
Click to expand...
Click to collapse
flash modem
aixabdennour said:
flash modem
Click to expand...
Click to collapse
Where can I find the modem?
Could you pls give me a link??
I'm on D805 variant
Southleader said:
Where can I find the modem?
Could you pls give me a link??
I'm on D805 variant
Click to expand...
Click to collapse
https://github.com/danielstuart14/hybrid_caf_bootstacks/tree/LG-CAF/d805-6
aixabdennour said:
what is your phone model!!
Click to expand...
Click to collapse
[deleted post]
jim380 said:
Will this thread be updated/maintained?
Click to expand...
Click to collapse
Yeah, I am here, trying my best to keep this thread updated all new informations. If you or anyone find an info to tell, then I will update it.
Does it really have OTA updates or not?
It really needs to be updated there are so many bugs which need to be fixed
Ai giúp minh vơi bật 3G nhưng sao lại chay tôc đô 2G. Cũng k chon được mang 2G
I followed all instructions here flash rom bootloader modem but when i finished didnt work every time reboot to recovery
Also i flashed kernel but fail
I do not know where is the problem
Aures Batna said:
I followed all instructions here flash rom bootloader modem but when i finished didnt work every time reboot to recovery
Also i flashed kernel but fail
I do not know where is the problem
Click to expand...
Click to collapse
Which variant you are using?
dksoni411 said:
Which variant you are using?
Click to expand...
Click to collapse
Ls980

[ROM][Unofficial][AOSP9r46/Pie & AOSP10r41][X/X Dualsim/X Compact]2020-11-01 builds

[ROM][Unofficial][AOSP9r46/Pie & AOSP10r41][X/X Dualsim/X Compact]2020-11-01 builds
Downloads : see the AOSP9 release post (no gapps) and AOSP10 release post (gapps & non-gapps builds)
Required
OEM: SW_binaries_for_Xperia_Android_9.0_2.3.2_v9_loire.zip
Install
Backup whatever you can't afford to loose ! Also search for "TA partition backup" if you never heard of it...
Have unlocked device
Have fastboot command installed
Download and extract the ZIP file related to your device
Download and extract the OEM ZIP file
Phone powered-off, keep Volume-Up key pressed while plugging it to computer with USB cable
Run the following fastboot commands, adjusting path to .img files as needed
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot flash recovery recovery.img (optional, skip if you want to keep twrp)
fastboot flash oem SW_binaries_for_Xperia_Android_9.0_2.3.2_v9_loire.img
Unplug the USB cable, wait for ~30 seconds then power on the device
Build characteristics
AOSP9 : PQ3A.190801.002, 2019-08-01 security patch
AOSP10 : QQ3A.200805.001, 2020-08-05 security patch
Kernel 4.9.230
Credits: the fine folks contributing to Sony Open Devices Project
These roms are provided in case they're useful, no promises, no guarantees...
Only f5121 and f5321 builds were basic-tested (call, sms, data, wifi, camera, bt, fingerprint),
no battery drain, over-heating nor intempestive reboot seen after a few hours mostly idle.
GApps, GStore, GCam and Magisk reported to work when proceeding with care (see this post)
finally something new for suzu thanks i'll test it later
vknecht said:
no battery drain, over-heating nor intempestive reboot seen after a few hours mostly idle.
Click to expand...
Click to collapse
Are you sure no reboot?
lookmanns14 said:
Are you sure no reboot?
Click to expand...
Click to collapse
i testing it right now and post a little "review" soon
for now i can only say it boot with gapps and magisk flashed
edit: when it booting on there were only a few minor errors in adb logcat so i think it will be a quiet stable rom
Adi_OP said:
i testing it right now and post a little "review" soon
for now i can only say it boot with gapps and magisk flashed
edit: when it booting on there were only a few minor errors in adb logcat so i think it will be a quiet stable rom
Click to expand...
Click to collapse
Thanks appreciate it...if there no random reboot issues,it would be nice
Flashed it on my f5121 and it's best rom for suzu right now.
No bugs at all, baterry life and prformance is great.
No random reboots (at least no reboot happened to me).
GApps/GStore working. Magisk too. Im not able to test NFC, 5GHz wifi and cast so idk if it works.
Unfortunately I'm back to nougat PA rom because
drivedroid app not working on this rom (it not working on any rom even on stock only on PA lol)
but if you not using it, this rom probably will be your daily rom.
I'm will flash this ROM soon and i'm gonna write a post about it after a "week experience". I'm still gonna write any "strange behaviours" during usage, if necessary. I hope for the best
installation help
HELP
Hello to all ..
I have already installed other roms ...
I do not have the skills to install this rom
I tried with the adb commands .. but it doesn't install ... you can explain how to install this rom .. thanks
Adi_OP said:
Flashed it on my f5121 and it's best rom for suzu right now.
No bugs at all, baterry life and prformance is great.
No random reboots (at least no reboot happened to me).
GApps/GStore working. Magisk too. Im not able to test NFC, 5GHz wifi and cast so idk if it works.
Unfortunately I'm back to nougat PA rom because
drivedroid app not working on this rom (it not working on any rom even on stock only on PA lol)
but if you not using it, this rom probably will be your daily rom.
Click to expand...
Click to collapse
Did you check it Gcam works?
twain55 said:
Did you check it Gcam works?
Click to expand...
Click to collapse
Gcam works
Davidemondo said:
I tried with the adb commands .. but it doesn't install ... you can explain how to install this rom .. thanks
Click to expand...
Click to collapse
I've added details about install instructions ; note the crucial part of those is with fastboot, not adb.
installation ok
vknecht said:
I've added details about install instructions ; note the crucial part of those is with fastboot, not adb.
Click to expand...
Click to collapse
thanks
just installed .... 100% cpu .. in alternation
I can tell you guys that 5GHz wifi works
{
"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"
}
Sent from my Xperia X (AOSP) using Tapatalk
Lihxor said:
I can tell you guys that 5GHz wifi works
Click to expand...
Click to collapse
What about for random reboot problem bro. Do you have it?
yns_rdm said:
What about for random reboot problem bro. Do you have it?
Click to expand...
Click to collapse
I'm gonna be able to answer correctly to this question after some days of usage. BTW, since i flashed i only got an unexpected reboot after flashing Magisk (so it's not that unexpected) and i had to reboot once because i've got some problems with wifi but this is a bug that i found on other pie ROMs too. I'll let you know in the following days if this issue is too annoying
Sent from my Xperia X (AOSP) using Tapatalk
This aosp build is pretty fast...but one and only,I just got reboot issues while try to use recent app switcher (gesture)
Lihxor said:
I'm gonna be able to answer correctly to this question after some days of usage. BTW, since i flashed i only got an unexpected reboot after flashing Magisk (so it's not that unexpected) and i had to reboot once because i've got some problems with wifi but this is a bug that i found on other pie ROMs too. I'll let you know in the following days if this issue is too annoying
Click to expand...
Click to collapse
Thanks Lihxor for your reply. I will wait for your usage experience for following days.
lookmanns14 said:
This aosp build is pretty fast...but one and only,I just got reboot issues while try to use recent app switcher (gesture)
Click to expand...
Click to collapse
Maybe with a clean flash all our little issues would vanish. Anyway, compared to a 2.9 Havoc GSI that i was using before flashing this AOSP i can say that (for now) this ROM looks smoother and more stable. I'm also trying to increase battery life by tweaking stuff with kernel adiutor
Sent from my Xperia X (AOSP) using Tapatalk
Lihxor said:
Maybe with a clean flash all our little issues would vanish. Anyway, compared to a 2.9 Havoc GSI that i was using before flashing this AOSP i can say that (for now) this ROM looks smoother and more stable. I'm also trying to increase battery life by tweaking stuff with kernel adiutor
Click to expand...
Click to collapse
Yeah I do clean flash..but its okay,I don't blame anyone because aosp have this issues since oreo,what wrong with aosp on sony phone btw :laugh: ...what should we do
lookmanns14 said:
This aosp build is pretty fast...but one and only,I just got reboot issues while try to use recent app switcher (gesture)
Click to expand...
Click to collapse
lookmanns14 said:
Yeah I do clean flash..but its okay,I don't blame anyone because aosp have this issues since oreo,what wrong with aosp on sony phone btw :laugh: ...what should we do
Click to expand...
Click to collapse
Could you get logcat/dmesg/ramoops logs from the crash ? And describe how to reproduce if possible ?

Categories

Resources