Xperia X Performance Qnovo Battery Technology ( Discussion ) - Sony Cross-Device General

Sony introduce new battery consumption technology for his Xperia X series, name Qnovo
And as we all know that most of the Sony technologies in xperia is software based rather then the hardware like ( Bravia Engine , X reality , Bionz for camera ect ). So i decided to try to port this Qnovo technology for other xperia devices specially in Z5 series.
For this I download the Xperia X Performance Firmware F8131_35.0.A.1.227 and try to find the Qnovo related files, then i found Qnovo.sin file in FTF pack
Its look like that Sony separately pack his Qnovo files, then i extract this sin file with flash tools and the output is Qnovo.ext4 that is 80MB file in Size. i try to explore and extract this ext4 file but fail.
i attached the sin file in the attachment you can extract it with flash tools and help me out to copy data from it.
I also try to flash this sin file in my Z5 but flash tool gives error and flashing fails, Do not try this with your phone
What is Qnovo
https://www.youtube.com/watch?v=xEFoJ3bPvYA

Qnovo unite both hardware and software.

does thsi work on Z2 rooted? thx

abeyruma said:
does thsi work on Z2 rooted? thx
Click to expand...
Click to collapse
it won't work at anything else yet. op is trying to explore qnovo for the z5 and he's asking for help.

Abaddon said:
it won't work at anything else yet. op is trying to explore qnovo for the z5 and he's asking for help.
Click to expand...
Click to collapse
Thank You for Replying.. ?

NewBieSS said:
Qnovo unite both hardware and software.
Click to expand...
Click to collapse
There're no hardwares required. http://qnovo.com/technology/
Afaik after reading, Qnovo is just an algorithm to expand battery life after every chargings, it doesn't help much in longer battery usage in one charged.

i tried port to my kernel and /system folder on xperia x kernel open source and dump but it didnt succeed. c code file from open source kernel, qns file ("qns.txt" rename as "qns") from system/bin dump.

Related

[Tool]Converter Bin-to-Zip

This tool is for the conversion of meizu's bin formatted rom files to zip. I didn't make the tool, but I can't recall where I got it either.
link
I made the tool. There's a topic on meizume dedicated to it but feel free to discuss it here.
http://d-h.st/users/iSilver
It is quite bloated because of the Qt dlls (couldn't be arsed to recompile the whole beast statically) and that doesn't count the VC 2008 runtime. Oh well.
I have found it is essentially good for converting stock bins to zips, as the other way round won't be helpful for CN devices - a check in the Mz recovery has a special code path for HK devices (based on /proc/uboot_version), which accepts all stuff regardless of whether it's signed updates or not. That's why you could flash anything, prerooted ROM, or even a su package (no need to mess with TPsparky indeed).
OTH, the CN version:
- checks sig of what it flashes (thus only stock updates may be flashed)
- had a (RSA ?) checksum for each partition and thus cannot be written to freely (e.g. mod the recovery image)
- is the reason my next phone won't be a Mz
TwoPointZero said:
I made the tool. There's a topic on meizume dedicated to it but feel free to discuss it here.
http://d-h.st/users/iSilver
It is quite bloated because of the Qt dlls (couldn't be arsed to recompile the whole beast statically) and that doesn't count the VC 2008 runtime. Oh well.
I have found it is essentially good for converting stock bins to zips, as the other way round won't be helpful for CN devices - a check in the Mz recovery has a special code path for HK devices (based on /proc/uboot_version), which accepts all stuff regardless of whether it's signed updates or not. That's why you could flash anything, prerooted ROM, or even a su package (no need to mess with TPsparky indeed).
OTH, the CN version:
- checks sig of what it flashes (thus only stock updates may be flashed)
- had a (RSA ?) checksum for each partition and thus cannot be written to freely (e.g. mod the recovery image)
- is the reason my next phone won't be a Mz
Click to expand...
Click to collapse
I suppose I'm lucky to own a HK MX then. Honestly, they make the best phone that I've handled aside from an iPhone (don't get me wrong, I'm just referring to the build quality.) Thanks for the tool!
We need a kernel dev if your up for it as well. Custom recovery would be a lifesaver for this phone. I'll credit you in the thread as well!
How about this:
1/ Extract the contents of an stock recovery_uboot.img
you obtain a recovery-uboot.img-kernel.zImage and recovery-uboot.img-ramdisk.cpio.gz
2/ Flash recovery-uboot.img-kernel.zImage where kernel ("zImage" in update) for normal boot goes
/dev/block/mmcblk0p6​3/ Flash [(64-byte header)+recovery-uboot.img-ramdisk.cpio.gz] where ramdisk ("ramdisk-uboot.img" in update) for normal boot goes
/dev/block/mmcblk0p7​
and try to boot normally. Do you think the recovery that's normally invoked via VolUp+Power would show up?
EDIT: I posted instructions for dismembering such an image @ http://www.meizume.com/showthread.php?p=158029
TwoPointZero said:
I made the tool. There's a topic on meizume dedicated to it but feel free to discuss it here.
It is quite bloated because of the Qt dlls (couldn't be arsed to recompile the whole beast statically) and that doesn't count the VC 2008 runtime. Oh well.
I have found it is essentially good for converting stock bins to zips, as the other way round won't be helpful for CN devices - a check in the Mz recovery has a special code path for HK devices (based on /proc/uboot_version), which accepts all stuff regardless of whether it's signed updates or not. That's why you could flash anything, prerooted ROM, or even a su package (no need to mess with TPsparky indeed).
OTH, the CN version:
- checks sig of what it flashes (thus only stock updates may be flashed)
- had a (RSA ?) checksum for each partition and thus cannot be written to freely (e.g. mod the recovery image)
- is the reason my next phone won't be a Mz
Click to expand...
Click to collapse
I use this tool, but a mistake in the walk around the process, the specific circumstances, see screenshot!Please improve this tool, it really is very practical, thanks! ! !
Screenshot
View attachment 1613097
I'm trying to use this tool to convert the Flyme 2.0.3 update.bin to a zip file so I can extract a boot.img file, and I'm getting an error. Has the format of the update.bin file changed?
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
Full package : http://d-h.st/ukl
exe only (no dlls) : http://d-h.st/WLC
TwoPointZero said:
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
Click to expand...
Click to collapse
This is a fantastic tool, I like it! Thank you very much for your work!
TwoPointZero said:
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
Full package : http://d-h.st/ukl
exe only (no dlls) : http://d-h.st/WLC
Click to expand...
Click to collapse
Mighty TwoPointZero mate, as MX3 CN version finally hits the market today, is there any chances renewing your tool so that I can get my hands on the new V3.0 update.bin for MX3? Thanks in advance and keep up the great work.
Hi PaulReminder,
MzCrypt-Gui v1.0.3 with support for MX3 update.bin.
Full package : http://d-h.st/nZs
exe only (no dlls) : http://d-h.st/O69​
Thanks iSilver! I uploaded it to my new Meizu fan community if you don't mind: http://meizufans.eu/forum/showthread.php?tid=55
TwoPointZero said:
Hi PaulReminder,
MzCrypt-Gui v1.0.3 with support for MX3 update.bin.
Full package : http://d-h.st/nZs
exe only (no dlls) : http://d-h.st/O69​
Click to expand...
Click to collapse
Thank you sooo much mate for the heads up! Now I can extract new flat icons extracted from MX3 OS to work with my own theme.
With edited icons my phone looks so FlymeOS 3ish now. @TwoPointZero mate, I salute you.
No problem HondaRacer
What's happened to meizume btw?
TwoPointZero said:
No problem HondaRacer
What's happened to meizume btw?
Click to expand...
Click to collapse
Tool works for Meizu MX4 pro?
Thank
Is this tool no longer available? When I click the "Download Now" link, it just brings up a new tab with a grey blank page.
If it's still available, can someone provide me a mirror link please?
This tool is available on the chinese forum http://bbs.flyme.cn/thread-20121-1-1.html
or russian 4pda forum http://4pda.ru/forum/index.php?showtopic=521028&st=21460
or spanish forum http://www.htcmania.com/showthread.php?t=881622
direct download link : Converter Bin-to-zip

rom porter patch beta 1

after too many test i finally made a patch for porting ics stock roms from arc/s (and maybe other xperia 2011 devices) to pur lovely xperia play
it will install all the things that you need for fully working rom on xperia play and deletes the cybershot camera(because it not working on our device)
installation guide:
there are 2 ways for installing
1-if the rom has armo installer
2-if it doesnt have armo installer
if it has armo installer its very easy to use this
here is the instruction
1-open rom zip and ics rom porter.zip files with winrar
2-find the device section in rom zip file
3-drag all the files inside system folder in the ics rom porter.zip to lt28i(xperia arc) folder of rom zip
4-now simply flash the rom zip ans choose xperia arc as your device and everything will be fine
if the rom doesnt have armo installer
do the same thing as i said for the the roms with armo installer but instead of draging the files to lt28i folder drag them to system folder
bugs:
1-no touchpad. i need help for this part.
2-flashable.zip is broken. i need help for this one too
3-build.prob will be replaced with xperia z v5 by markphyton so you wont see the original tweaks after the port
4-some of the roms will give bootloop because they have more space than our system partition. if some one can repartiton a kernel with more system storage it will be great
to do list:
1-making an armo zip with all build.prob form popular roms and the requested roms
2-adding touchpad fix
tested on(working):
1-anzumi : by myself
2-4.1.b.1.13(arc version by jader) : by myself
tested on(not working):
xperia ray 4.1.b.1.13 (touchscreen had some problems)
download link:
http://d-h.st/eJv
thanks to:
1-markphyton : i have taken my files from his rom
2-all the developers of xperia arc :for making roms(that gived me the idea of this patch)
3- xda: all of us know why
4-dev host : i use it for uploading my files
5-xperia play users : for not giving up
reserved
please help me for fixing the bugs
i will start working on gb and jb patch as soon as i get time
waiting for reports now
that all i can do now
if you want to help for completing this patch i need help for these things
1- someone with good knowledge in making armo installer and update.zip files
2-someone for helping me in making build.prob files of requested roms
3-(the moost ipmortant) helping me for fixing touchpads
Smokerman is good in porting roms, you should ask him for touchpad fix
I have basic knowledge of aroma installer and build.prop editing, if i can, i'll help
touchpads
@smokerman
can you help me for fixing the touchpads?
i will release an update soon
things that i changed:
1-fixed the flashable zip
2-im using 4.0.4 ics build.prob instead of xperia z rom by markphyton
jb patch is being tested now
for now i only get bootloops
but im trying to solve the problem
i aslo wanted to make an gb patch but i saw that we will get a little problem in gamepad after porting gb roms from arc
(always open game pad. you cant use touchscreen for gaming anymore in ported gb roms.)
pedyvirus said:
@smokerman
can you help me for fixing the touchpads?
Click to expand...
Click to collapse
i can help for sure..what is the rom? send me the link..i will look into it on the weekend.
well im making a patch for all of the roms
i need to know the way so i can support all the roms that xperia play users want
do you use farenheith's patch for fixing the touchpad in stock based roms?
update coming in less than 30 minutes
im doing the final test
changelog:
1-you don't need to do anything yourself now. just flash the rom + the porter package and everything is finished
2-build.prob replaced with 4.1.b.1.13 for xperia play (made by myself)
3-updated most of the files
to do list:
1-building a 410mg system partition kernel.(i really need help or this one. i don't have enough experience)
2-fixing touchpads (i really dont know how to this because i never fixed touchpads for stock based ics roms. please help me )
also i saw project lard remover script
it can remover build.prob lines
if i can remove xperia arc lines and replace them with xperia play lines most of the bugs will be fixed
but my problem is with different build.prob lines like 4.1.b.1.13 or 4.1.b.0.631 and these things
for now i will add a guide about how to make the build.prob yourself for activating the build.prob tweaks of the rom after applying my patch(for better speed)
update: i got bootloop using the new zip although its working with the old way of porting (extracting the files to the system folder)
i will release it when i fix this problem
pedyvirus said:
update coming in less than 30 minutes
im doing the final test
changelog:
1-you don't need to do anything yourself now. just flash the rom + the porter package and everything is finished
2-build.prob replaced with 4.1.b.1.13 for xperia play (made by myself)
3-updated most of the files
to do list:
1-building a 410mg system partition kernel.(i really need help or this one. i don't have enough experience)
2-fixing touchpads (i really dont know how to this because i never fixed touchpads for stock based ics roms. please help me )
also i saw project lard remover script
it can remover build.prob lines
if i can remove xperia arc lines and replace them with xperia play lines most of the bugs will be fixed
but my problem is with different build.prob lines like 4.1.b.1.13 or 4.1.b.0.631 and these things
for now i will add a guide about how to make the build.prob yourself for activating the build.prob tweaks of the rom after applying my patch(for better speed)
update: i got bootloop using the new zip although its working with the old way of porting (extracting the files to the system folder)
i will release it when i fix this problem
Click to expand...
Click to collapse
is it possible to port ics stock rom of arc to our device(xperia miro) (2012) ?????
a help would be appreciated!!! and i know @pedyvirus you can help me

Sony Mobile Battery Testing App [Version 1.13.0]

Sony Mobile Battery test application.
the archive includes adb drivers and instructions.
Description
New version 1.13.0 Sony Mobile Battery test application is prepared for
Xperia Acro S (LT26w),
Xperia AX (SO-01E),
Xperia C (C2305, S39h),
Xperia Go (ST27i ,ST27a),
Xperia GX (SO-04D),
Xperia Ion (LT28at,LT28h,LT28i),
Xperia P (LT22i),
Xperia S (LT26i),
Xperia SL (LT26ii),
Xperia Sola (MT27i),
Xperia SP (C5302, C5303, C5306, M35c, M35h) ,
Xperia T (LT30p),
Xperia TL (LT30a,LT30at),
Xperia TX (LT29i),
Xperia V (LT25c,LT25i),
Xperia VL (SOL21),
Xperia Tablet Z (SGP311, SGP312, SGP321,SGP341, SGP351, SO-03E) ,
Xperia Z (C6602,C6603,C6606,C6616,L36h,SO-02E),
Xperia Z Ultra (C6802,C6806, C6833, C6843, XL39h) ,
Xperia Z1 (C6902, C6903, C6906, C6943, SO-01F,SOL23)
Xperia ZL (C6502, C6503, C6506, L35h),
More products will follow.
This test is designed to identify a faulty battery or a hardware issue in the phone or with the charger.
The guide will describe different procedures depending on the battery level when the battery test is initiated.
The following equipment is needed to do the installation and perform the test:
• Computer with Bluetooth device or Computer and EC480 [Micro USB] cable to transfer the application to the phone
• An EP800 [Mains] charger and EC480 [Micro USB] cable is regarded as reference equipment when trouble shooting
the charger system if the users charger/cable has been returned together with the phone and battery
• SD card to install the application if no internally memory is available.(other models)
RELEASE NOTES - 2013-11-03
--------------------------------
Version 1.13.0 Added support C6843 and C6943.
Version 1.12.0 Added support for M35t.
Version 1.11.0 Added support for C6806, C6933, C6902, C6903, C6906, L39h, SO-01F and SOL23
Version 1.10.0 Added support for C2305 and S39h.
Version 1.9.0 Added support for C6616, C6802 and XL39h.
Version 1.8.0 Added support for C5302, C5303, C5306, M35c and M35h.
Version 1.7.0 Added support for C6606, SGP311, SGP312, SGP321, SGP341 and SGP351
Version 1.6.0 Added support for SO-03E
Version 1.5.0 Added support for C6502, C6503, C6506 and L35h
Version 1.4.0 Added support for C6602, C6603, L36h and SO-02E
Version 1.3.0 Added support for LT25c, LT25i, LT28at, LT28i, LT30a, LT30at, SO-01E and SOL21
Version 1.2.0 Automatic driver installation added. Added support for LT28h, LT29i, LT30p and SO-04D
Version 1.1.0 Added support for ST27i, ST27a, LT26i, LT26ii and LT26w.
Version 1.0.0 Added support for LT22i and MT27i .
Download
DevHost
EmbedUpload
Good, I try in my Xperia TX LT29i and it's work...
And all result PASS.......
Thanks...
Great Thanks to share, i also tried, its very helpful :good:
Any can reupload? Thanks for advance!
Can you please Support for Xperia ZR (C5502)?
NEOCRIVI said:
Any can reupload? Thanks for advance!
Click to expand...
Click to collapse
http://d-h.st/Agp
you can still down it here, just need to disable adblocks and make sure you are downloading a file that's 16MB, not the 3MB version as it might be adware or something
Daedroza said:
Can you please Support for Xperia ZR (C5502)?
Click to expand...
Click to collapse
I think this is from Official Sony so there won't be support for your request
hii...i have xperia z and i installed this apk test but is saying to me: model is not suported. I have rom resurection remix cm13...can u tell me which can be the problem?
op3n said:
hii...i have xperia z and i installed this apk test but is saying to me: model is not suported. I have rom resurection remix cm13...can u tell me which can be the problem?
Click to expand...
Click to collapse
Same Problem with the same Rom Here
Can anybody tell me that if i have a full Nandroid backup of my present custom Rom & then install a StockRom, when i do a Full Wipe and restore my past Backup, now can i exactly have my previous Custom Rom with full settings ?! (without any failure!)
Sorry for my bad English.. Plz Help me
Cyrus_Persian said:
Same Problem with the same Rom Here
Can anybody tell me that if i have a full Nandroid backup of my present custom Rom & then install a StockRom, when i do a Full Wipe and restore my past Backup, now can i exactly have my previous Custom Rom with full settings ?! (without any failure!)
Sorry for my bad English.. Plz Help me
Click to expand...
Click to collapse
you can do full backup,via twrp. check all boxes and set on sdcard; after that u can flash official rom and come back on resurection when u will want. will work (i tested it).
op3n said:
you can do full backup,via twrp. check all boxes and set on sdcard; after that u can flash official rom and come back on resurection when u will want. will work (i tested it).
Click to expand...
Click to collapse
thank u so much Dear
Cyrus_Persian said:
thank u so much Dear
Click to expand...
Click to collapse
u are welcome, but im not a girl to say to me "dear" ))))
LINKS FOR SONY TEST APP download TROJANS and COINMINERS > AVOID !!
The links from this page which are meant to enable a download of "Sony Mobile Battery Tester.rar" will get anyone who clicks on them some nice Infections !
- Is it too much to ask to put a downloadable file in a google drive or dropbox ?
Surprised that XDA allows this type of thing at ALL - not good for the rep XDA and droid102 !!
tried for past hour and only managed to get INFECTED...TWICE !!
NOT HAPPY
Do anyone still have the apk file of this xperia z battery test app? Cause all the links in this post are broken
JoshuaX12 said:
Do anyone still have the apk file of this xperia z battery test app? Cause all the links in this post are broken
Click to expand...
Click to collapse
Here you go
https://mega.nz/#!xAIiAQBA!7bUDJ3P6GdkDSndqV23gpIQeOI-X-Ndte_DYtXHUBhg
...
...
kulvertti said:
Here you go
https://mega.nz/#!xAIiAQBA!7bUDJ3P6GdkDSndqV23gpIQeOI-X-Ndte_DYtXHUBhg
...
...
Click to expand...
Click to collapse
Thank you very much

[KERNEL][STOCK][SONY] PDesireCoreKernel 1.0, Every Sony device is a FLAGSHIP

THIS IS MY COMEBACK:
PDesireCoreKernel
Every Device is a Flagship
My target on these kernels is to make the old devices equal and even better than the flagships
This is a project for extremly many devices so I've seperated my OP in some sections:
Kitakami Family
CHANGELOG:
Code:
1.0:
PDesireAudio 10.0
Security and Memory patches by Google
Misc Patches by kernel.org
Backported commits from 4.9 and 3.12 kernel (stable)
Reducing crashes
RC3:
Added some missing Defconfig
Some Crypto and ARM64 patches
Added support for more Kitakami devices
RC2:
Rock Stable and Smooth like warm butter
PDesireAudio 6.0
KCAL Color Control
CPU OC
FSync included
Many Schedulers (like Tripndroid) included
Westwood (best TCP algorithm)
Voltage Table Control (use it with caution)
Adaptive Low Memory Killer
Updated WiFi driver
Many other patches for more battery and more stability
Compatibility to phh Superuser
DRM Patched
TWRP included
Busybox included
Rased on RyTekk's kernel for sumire
FUTURE:
Code:
FauxSound Control
if you have more, tell me
WHAT YOU NEED TO KNOW:
Every kernel just works on latest Nougat FW (376)
DOWNLOADS:
Downloads:
https://goo.gl/u5g1hz
Others comes soon, more information see here:
https://forum.xda-developers.com/showpost.php?p=71089034&postcount=2
SOURCE:
https://github.com/Team-DevElite/PDesireCoreKernel-Kitakami-RC
Shinano Family
Need some things from you before i can start, more info here:
https://forum.xda-developers.com/showpost.php?p=71089034&postcount=2
Rhine Family
Need some things from you before I can start, more info here:
https://forum.xda-developers.com/showpost.php?p=71089034&postcount=2
Tetra Family (Sony SmartWatch 3)
Coming Soon, more info here
HOWTO INSTALL:
Boot to recovery
Flash the downloaded zip
Reboot
FAQ
Where's my kernel?
Please read my second post, as long I don't have all ramdisks, no kernel for that device
Even though I am 17 years old, go to college 38 hours per week, and my life isn't easy at all so please take patience, for your patience you get the present then
CREDITS:
@zacharias.maladroit
@tobias.waldvogel
@RyTekk
@ShadowElite
@_LLJY
@perobot
@kavatzas7
@anjelz2012
@wulfiss
@Raz0Rfail
@V4LKyR
@[Fenix]
Every Commiter on my Repo
Team DevElite and the THDR Alliance​
So when you want i contribute for all devices listed here i need something from you:
Your kernel.elf extracted from your LATEST firmware
I need it for these devices:
Z1
Z1c
Z2
Z3 Dual
Z3c
Z3+
Z3+ Dual
Z4 Tablet
Z5 Dual
Z5c
Z5 Premium (not Dual)
Any help of you would be very appericated and gives you an placement into Credits
Xperia Z5 Premium
E6853
nougat .376
https://mega.nz/#!LQYVzbCS!I5AnILA9p6KJGSNj-HyVfYoiBgJTzCfnTnkfSGsBuyA
But it is a lot to ask would be interesting to enable 4k as default resolution, I am available for testing
Thank you:laugh:
Xperia Z1 Compact - D5503
14.6.A.1.236 Lolipop
http://www.mediafire.com/file/i4jp8z4kytz7hxd/kernel.elf
Great work sir @PDesire :good:
can you bring support to the z3 tablet? if you can't or don't want to bring support for it, there are no problems.
Hi
Hi, these are from the xperia z3 D6653 23.5.A.1.291
https://mega.nz/#F!M0cGXQRY!DWdEZSdGb7W5HefPAPRV-w
It would be awesome if you could support the application (Universal Kernel Manager to make use of the application [Synapse])
Https://forum.xda-developers.com/android/software/zip-synapse-script-universal-kernel-t2736986;)
wulfiss said:
can you bring support to the z3 tablet? if you can't or don't want to bring support for it, there are no problems.
Click to expand...
Click to collapse
Of course there's no problem. I think at the end I would've added support as I forgot it Only to add to the list
If you have the kernel.elf of it I can add it to the supported devices too
Your PDesire
perobot said:
Hi, these are from the xperia z3 D6653 23.5.A.1.291
https://mega.nz/#F!M0cGXQRY!DWdEZSdGb7W5HefPAPRV-w
It would be awesome if you could support the application (Universal Kernel Manager to make use of the application [Synapse])
Https://forum.xda-developers.com/android/software/zip-synapse-script-universal-kernel-t2736986;)
Click to expand...
Click to collapse
Do I have to add something for that support? Or does it work without any modification too?
And thanks for your help, you've earned a place on Credits
kavatzas7 said:
Xperia Z1 Compact - D5503
14.6.A.1.236 Lolipop
http://www.mediafire.com/file/i4jp8z4kytz7hxd/kernel.elf
Click to expand...
Click to collapse
Okay Thank-you. You will be added to the Credits
The Rhine project starts soon
anjelz2012 said:
Xperia Z5 Premium
E6853
nougat .376
https://mega.nz/#!LQYVzbCS!I5AnILA9p6KJGSNj-HyVfYoiBgJTzCfnTnkfSGsBuyA
But it is a lot to ask would be interesting to enable 4k as default resolution, I am available for testing
Thank you:laugh:
Click to expand...
Click to collapse
It's possible to force 4K but that would heat your phone and laggs like **** and it would kill your SoT
But I think I will try soon at least to add QHD support
And you get a place on Credits
Your PDesire
Added support now for Sumire (E6603/E6653)
Soon Satsuki (E6853) will come too
Your PDesire
where i download for xperia z2? THANKS
YamyYugi said:
where i download for xperia z2? THANKS
Click to expand...
Click to collapse
Isn't released yet, and i need a kernel.elf from latest FW of Z2 that i can make a kernel for it
Your PDesire
Hello,
The kernel ELF file for Xperia Z2 23.5.A.1.291 is here:
https://mega.nz/#!y50UWCRJ!MmFuZKmIY1xy2NPcJlD3d_YbN61C8esJTT9F7S4YkGc
Thanks for your future work!
@PDesire
The kernel says 6603.img is it safe to use it?
My phone is 6653.
Kernel from Z5c E5823
.305 last marshmallow
http://www2.zippyshare.com/v/TM2392Sh/file.html
.376 last nougat
http://www2.zippyshare.com/v/BFRhndAM/file.html
GeramanX said:
The kernel says 6603.img is it safe to use it?
My phone is 6653.
Click to expand...
Click to collapse
Yes E6653 and E6603 shares same Kernel
Your PDesire
PDesire said:
Of course there's no problem. I think at the end I would've added support as I forgot it Only to add to the list
If you have the kernel.elf of it I can add it to the supported devices too
Your PDesire
Click to expand...
Click to collapse
Oh great!.
here it go the kernel of the SPG611 23.5.A.1.291 https://mega.nz/#!1d5RURCK!VCsCJ7K4f0GTqN2bGFH-cRTAU-19iYa23oqDIwFFGWc
Thanks for your work!
Where I download for Z1 .236
Today the kernel will get Z5c (suzuran) and Z5P Single (satsuki) support
Your PDesire
never mind

Compiling kernel 3.18 [Build 43.0.A.7.25] which config file shoul I use?

I'm trying to compile this kernel source code I got from the official Sony mobile website for the Xperia L1 G3313 [open-source-archive-for-43-0-a-7-25]
This particular model has a MediaTek Quad Core MT6737T processor.
Can someone enlight me on what's the right kernel configuration file for Sony Xperia L1? I need it to choose the right configuration file from arch/arm/configs/
Here is the complete list of configuration files that this folder contains:
acs5k_defconfig cm_x2xx_defconfig imote2_defconfig marzen_defconfig palmz72_defconfig spear13xx_defconfig
acs5k_tiny_defconfig cm_x300_defconfig imx_v4_v5_defconfig mini2440_defconfig pcm027_defconfig spear3xx_defconfig
am200epdkit_defconfig cns3420vb_defconfig imx_v6_v7_defconfig mmp2_defconfig pleb_defconfig spear6xx_defconfig
ape6evm_defconfig colibri_pxa270_defconfig integrator_defconfig moxart_defconfig prima2_defconfig spitz_defconfig
armadillo800eva_defconfig colibri_pxa300_defconfig iop13xx_defconfig msm_defconfig pxa168_defconfig sunxi_defconfig
assabet_defconfig collie_defconfig iop32x_defconfig multi_v5_defconfig pxa255-idp_defconfig tct_hammer_defconfig
at91_dt_defconfig corgi_defconfig iop33x_defconfig multi_v7_defconfig pxa3xx_defconfig tegra_defconfig
at91rm9200_defconfig davinci_all_defconfig ixp4xx_defconfig mv78xx0_defconfig pxa910_defconfig trizeps4_defconfig
at91sam9260_9g20_defconfig dove_defconfig jornada720_defconfig mvebu_v5_defconfig qcom_defconfig u300_defconfig
at91sam9261_9g10_defconfig ebsa110_defconfig keystone_defconfig mvebu_v7_defconfig raumfeld_defconfig u8500_defconfig
at91sam9263_defconfig efm32_defconfig koelsch_defconfig mxs_defconfig realview_defconfig versatile_defconfig
at91sam9g45_defconfig em_x270_defconfig ks8695_defconfig neponset_defconfig realview-smp_defconfig vexpress_defconfig
at91sam9rl_defconfig ep93xx_defconfig kzm9g_defconfig netwinder_defconfig rpc_defconfig viper_defconfig
at91x40_defconfig eseries_pxa_defconfig lager_defconfig netx_defconfig s3c2410_defconfig vt8500_v6_v7_defconfig
axm55xx_defconfig exynos_defconfig lart_defconfig nhk8815_defconfig s3c6400_defconfig xcep_defconfig
badge4_defconfig ezx_defconfig lpc32xx_defconfig nuc910_defconfig s5pv210_defconfig zeus_defconfig
bcm2835_defconfig footbridge_defconfig lpd270_defconfig nuc950_defconfig sama5_defconfig
bcm_defconfig h3600_defconfig lubbock_defconfig nuc960_defconfig shannon_defconfig
bockw_defconfig h5000_defconfig mackerel_defconfig omap1_defconfig shmobile_defconfig
cerfcube_defconfig hackkit_defconfig magician_defconfig omap2plus_defconfig simpad_defconfig
clps711x_defconfig hisi_defconfig mainstone_defconfig orion5x_defconfig socfpga_defconfig
I've already tried to get the configuration file from my actual working device from /proc/config.gz but such file is missing.
Also, I've spent an entire day trying to find an answer everywhere but I wasn't able to find any. Normally I don't do this but now I need help
Thank you very much :fingers-crossed:
zonic.doe said:
I'm trying to compile this kernel source code I got from the official Sony mobile website for the Xperia L1 G3313 [open-source-archive-for-43-0-a-7-25]
This particular model has a MediaTek Quad Core MT6737T processor.
Can someone enlight me on what's the right kernel configuration file for Sony Xperia L1? I need it to choose the right configuration file from arch/arm/configs/
Click to expand...
Click to collapse
arch/arm64/configs/pine_defconfig
Pine is the L1's device code name

Categories

Resources