Asus zenfone 3 Max X008d Zc520tl - Paranoid Android Features Development

Asus zenfone 3 Max X008d Zc520tl, is it possible for someone to make a custom room, thank you
Sent from my ASUS_X008D using XDA-Developers Legacy app

acpereira said:
Asus zenfone 3 Max X008d Zc520tl, is it possible for someone to make a custom room, thank you
Click to expand...
Click to collapse
agreed

Source code are realised and downloadable from Asus site, anyone able to compile?

Kr47os said:
Source code are realised and downloadable from Asus site, anyone able to compile?
Click to expand...
Click to collapse
For this, it needs a device tree, not only the sources from Asus.
I tried to build this tree, but failed. Not so far either but still, failed.
It's far from that simple, I'm afraid.
The fact it's a MTK (Mediatek) soc makes it even harder to get the proper info (partitions sizes and places, hardware drivers used).

Try this https://forum.xda-developers.com/android/general/lineage-14-1-asus-zenfone-3-max-t3859061

Related

[Q] How To Get Kernel for ICS from stock rom when not having Kernel Sources.

Hello Everybody,
I want to know that how can i get the kernel from stock rom or any other method for rom development especially for ICS development for our Device i.e. Micromax A85 a re-branded model of K-Touch w700/Cherry Magnum 2x it is an Tegra-2 Dual-Core Device and still running on Gingerbread and now we want ICS :crying: . But the only thing which we are not having is kernel source and Micromax is not giving it to us as well .So people please help us.Please!!!!!!!
And if you can help us in any different way like helping as porting rom from any device to on our device, Please let me know!!!! :cyclops:
Micromax is ****.
We fought long enough for kernel source...got nothing..
My A70 has Froyo...we couldn't get touch to work in CM7...it booted though..
I don't think there's any hope in the kernel source matter.
akshaybz said:
Micromax is ****.
We fought long enough for kernel source...got nothing..
My A70 has Froyo...we couldn't get touch to work in CM7...it booted though..
I don't think there's any hope in the kernel source matter.
Click to expand...
Click to collapse
Well Bro. You are right i have fought for those kernel too but we didn't get anything at last and they kept deleting our posts from their fb page.
And for your device i found this on Xda while surfing a long time ago and thinks that you might want to give it a try........
" Micromax uses qualcomm chipsets. You can find their kernel here. Just look at your device's build.prop for ro.product.board. For example, my Micromax A57 uses msm7627a chipset. "
akshaybz said:
Micromax is ****.
We fought long enough for kernel source...got nothing..
My A70 has Froyo...we couldn't get touch to work in CM7...it booted though..
I don't think there's any hope in the kernel source matter.
Click to expand...
Click to collapse
Oppss my fault.....
I can't post link so here's the link
www . codeaurora . org / xwiki / bin / QAEP /
Just remove the spaces
Just Search in Qualcomm's website. It should be there.
http://forum.xda-developers.com/showthread.php?t=1808167
coolsandie said:
Just Search in Qualcomm's website. It should be there.
http://forum.xda-developers.com/showthread.php?t=1808167
Click to expand...
Click to collapse
Bro. My device is Nvidia Tegra 2 so i think i have to find the kernel in nvidia site and i wasn't able to find them.
Hi thanks
Sent from my HTC Desire HD using xda premium
vishvajeet.me said:
Bro. My device is Nvidia Tegra 2 so i think i have to find the kernel in nvidia site and i wasn't able to find them.
Click to expand...
Click to collapse
I was referring about Micromax models that uses Qualcomm chipsets, as most of them nowadays release Qualcomm based CPU.
Regarding, Nvidia Tegra 2, search for a similar device (maybe Samsung/Sony/Motorola etc.) that uses this CPU, and see whether they have got any custom kernel. Maybe it helps regarding directing to actual sources.
coolsandie said:
I was referring about Micromax models that uses Qualcomm chipsets, as most of them nowadays release Qualcomm based CPU.
Regarding, Nvidia Tegra 2, search for a similar device (maybe Samsung/Sony/Motorola etc.) that uses this CPU, and see whether they have got any custom kernel. Maybe it helps regarding directing to actual sources.
Click to expand...
Click to collapse
Thnx Man, I will try to find the source.

[Q] Noob AOSP build on unsupported device

Hello,
I have an Ampe A10 Quad core tablet (Freescale I.mx6q chip) which has quite a small dev community so far so I am looking at building my own rom for the device.
i can get by in Linux and learn fast so feel I can do it. I have been reading constantly for the last week before even starting to get a grip of whats what. I am trying to make an ASOP version of 4.0.4 to replace the stock 4.0.4, rather poor rom.
My question is what do I do about vendor overlays as there is nothing out there for this device or anything similar. I have done a lot of searching on this and found the suggestion "You could just use an extract from a working Rom or phone" " You use the extracted proprietory files to complete the source" . I understand I need the proprietary binaries to make the build but i don't really understand what that the suggestion means.
Any help you could offer on obtaining the files I need from the stock ROM and how to setup the vendor overlay would be most appriciated.
Cheers,
I don't have your device man, but if there is another similar device out there with a similar board and chip configuration search github for a repo that contains an "extract-files.sh" file for that other device. Fork it, clone into your dev environment under your Device folder, connect your tablet via USB (make sure adb is running), and run that script. It should pull the proprietary files required straight from the device and you may be better off.
Hope this helps a little! Good luck with your project.
Sent from my SAMSUNG-SGH-T989 using XDA Premium HD app
djmatt604 said:
I don't have your device man, but if there is another similar device out there with a similar board and chip configuration search github for a repo that contains an "extract-files.sh" file for that other device. Fork it, clone into your dev environment under your Device folder, connect your tablet via USB (make sure adb is running), and run that script. It should pull the proprietary files required straight from the device and you may be better off.
Hope this helps a little! Good luck with your project.
Sent from my SAMSUNG-SGH-T989 using XDA Premium HD app
Click to expand...
Click to collapse
Thanks for the advice. I have spend some time searching but cannot find anything on github. There are only a couple of devices that are similar. The Ampe A10 Sanei N10 and Hiapad F10 are all the same thing just rebranded, the other is the Zenithink C94 but I cant find anything on any of them.
How can I create a new device tree for my device? (which from what I understand is what I want) It would be a good thing to achieve as it would help others in the future. I have been through the "Configuring a New Product" on the AOSP site so now understand a bit more what's going on.
Sp3ktral said:
Thanks for the advice. I have spend some time searching but cannot find anything on github. There are only a couple of devices that are similar. The Ampe A10 Sanei N10 and Hiapad F10 are all the same thing just rebranded, the other is the Zenithink C94 but I cant find anything on any of them.
How can I create a new device tree for my device? (which from what I understand is what I want) It would be a good thing to achieve as it would help others in the future. I have been through the "Configuring a New Product" on the AOSP site so now understand a bit more what's going on.
Click to expand...
Click to collapse
extract-files.sh is a cyanogenmod creation, so you'd be lucky to find anything....... Linaro offer support for the sabre lite development platform which is a i.MX 6q based board, maybe building Linaro's version of the AOSP would be a good start
Here's a couple of links to get you started
https://wiki.linaro.org/Boards/MX6QSabreLite - Overview of the Board, you can check how close it is to your device
https://wiki.linaro.org/Platform/Android/BuildSource
You are correct you need to create a device tree , a couple of good resources I've used in the past when creating device tree from scratch are
Embedded Android ( http://shop.oreilly.com/product/0636920021094.do ) this book is pretty close to the bible on the Android Build System and worth the Investment. Alternatively ( more importantly free! ) a slide deck by the same author ( http://events.linuxfoundation.org/slides/2011/abs/abs2011_yaghmour_porting.pdf )
Android Device Porting - http://www.youtube.com/watch?v=mvxYt3AkbrE
Could the extract script not be used to help pull the right files straight from the device for his vendor folder though? He would just need to edit the list of files to be pulled in the referenced list the script uses in the loop if he knows what configuration files are needed, no?
I'm by no means an expert but on first glance that's all the extract-files script does...or is there something I'm missing? I'm learning too so would be good to know either way lol
Sent from my SAMSUNG-SGH-T989 using XDA Premium HD app
djmatt604 said:
Could the extract script not be used to help pull the right files straight from the device for his vendor folder though? He would just need to edit the list of files to be pulled in the referenced list the script uses in the loop if he knows what configuration files are needed, no?
I'm by no means an expert but on first glance that's all the extract-files script does...or is there something I'm missing? I'm learning too so would be good to know either way lol
Sent from my SAMSUNG-SGH-T989 using XDA Premium HD app
Click to expand...
Click to collapse
Apologieses if that came across as abrupt, Just sayin' you'd be lucky to find one that come close to his board etc, iMX Freescale chips are not that mainstream But yeah if you can find an extract script than have at it! Saying that why do you even need a script? just pull the files yourself through adb, pointless wasting time searching. The question then becomes, what files? And that is unique the each device and each version and how much of it is open source etc,etc.
I think the OP is probably a way off doing that, when I've played around starting a device tree from scratch, I've find it is easier to start off with the base requirements, i.e processor architecture, maybe start with building a mini package first or even BUILD_TINY_ANDROID on a generic arm board. The whole starting from scratch thing is not a small task, which I suppose was your point in the first place lol
For sure. It really does boil down to what files, whether a script is used to pull them or not lol.
Thanks for the links by the way, SUPER informative
Sent from my SAMSUNG-SGH-T989 using XDA Premium HD app
thanks for all the great info Trevd. The Sabre lite board is very similar indeed! There seem to be only a few minor differences which are inconsequential anyway. For example the tablet have less USB and no Ethernet. I think it could be a good starting point.
I guessed when I started this project it wouldn't be a quick fix but that't not a problem, At the end of it I will have my own working ROM and that's the point.
I can see the Freescale chips being taken more in to the main stream in the future. The tablet is VERY fast and reliable it has just been let down by poor, half-arsed software. For example all the aspects of Android relating to telephony have still been left in.
Thanks again,
Sp3ktral said:
thanks for all the great info Trevd. The Sabre lite board is very similar indeed! There seem to be only a few minor differences which are inconsequential anyway. For example the tablet have less USB and no Ethernet. I think it could be a good starting point.
I guessed when I started this project it wouldn't be a quick fix but that't not a problem, At the end of it I will have my own working ROM and that's the point.
I can see the Freescale chips being taken more in to the main stream in the future. The tablet is VERY fast and reliable it has just been let down by poor, half-arsed software. For example all the aspects of Android relating to telephony have still been left in.
Thanks again,
Click to expand...
Click to collapse
Plz keep us in the loop on how the rom is comming along.
Not that many I.MX6Q roms out there yet, and im sure many peeps are waiting for it
Thx for giving it a shot
Ill be watching
Corw1n said:
Plz keep us in the loop on how the rom is comming along.
Not that many I.MX6Q roms out there yet, and im sure many peeps are waiting for it
Thx for giving it a shot
Ill be watching
Click to expand...
Click to collapse
I'm one if those hoping for a decent rom... Apparently freescale have released a beta for jelly bean on the imx6.
MrVanDango said:
I'm one if those hoping for a decent rom... Apparently freescale have released a beta for jelly bean on the imx6.
Click to expand...
Click to collapse
Oh? Where did u find that? Been googeling my ass off trying to find a freescale jb rom....
Hope it comes tho.....already ordered my ampe a10 quad.....
Corw1n said:
Oh? Where did u find that? Been googeling my ass off trying to find a freescale jb rom....
Hope it comes tho.....already ordered my ampe a10 quad.....
Click to expand...
Click to collapse
You can download it from github. I can't post links at the moment. If you can't find it PM me and i'll forward the link i have.
MrVanDango said:
You can download it from github. I can't post links at the moment. If you can't find it PM me and i'll forward the link i have.
Click to expand...
Click to collapse
any updates on this? i cant find it on github either.
goldenpipes said:
any updates on this? i cant find it on github either.
Click to expand...
Click to collapse
The Freescale Github account is here, and it doesn't look like they provide much more useful stuff than their meta-packages there: github.com/Freescale
What I know is that for every SoC they have a page (sorry, not allowed to link yet. just search "i.MX6" on the freescale website) where they offer demo images and at least a set of patches with some documentation on how to build that Android branch.
E.g. at "Operating System Software-Board Support Packages" you can find a demo image for Kitkat and a source package: "IMX6_KK442_100_ANDROID_SOURCE_BSP" (you have to register a free account with your mail to download this). Then usually it works like this:
Get the according AOSP branch from Google
Apply patches provided by Freescale
Clone their kernel repository
Clone their uboot repository
Build
Look for a document named "Sabrelite-Android_User's_Guide.pdf" for more detailed information. Sorry, I can't remember if it was included in the source package or in another download provided in their list.

[Q] How to find an Architectural similar mobile device for CM ports

Hi,
I have been planning to port cyanogenmod for Micromax A121 Elanza. As of date, there is no custom rom for this model. So, I decided to build my own cyanogenmod for this model via the guides given in How To Port CyanogenMod (wiki.cyanogenmod.org/w/Doc:_porting_intro) . In this page, it is given "architecturally similar to other devices that are already on the market and have existing CM ports. If you find an "ancestor" or "sibling" of your device, much of the work may already be done for you!".
My question is 'How to find an architectural similar model for the aforementioned mobile model?' What components (processor, screen size, pixels, RAM, Memory) matters for architectural similarity? Please help me to get a mobile model which is similar to A121 and having CM port.
Thanks in advance...
Most important is the device's chipset and vendor.
It seems that the A121 is based on a Snapdragon 200 msm8212 SoC. So it would be optimal if you could find another micromax device using the msm8212.
You could for example look at the Wikipedia page for Snapdragon processors.
Sent from my AOSPA One m8 using XDA Free mobile app
Hi Uroc327,
I am planning to port CM rom of Moto G to Micromax A121, as both have almost same chipset configuration and screen size, except the vendor (Motorola-Micromax). Is it possible to port Moto G's CM rom to Micromax A121?
It should be definitely possible. Just depends on the invested time
Basically as the Moto G has the same SoC you can reuse most of the HAL stuff (hardware/ directory). But you will still need to handle vendor and device specific stuff like the kernel, prebuilt binaries or some config files for example.
But seems doable to me
Edit: looks like I looked up a wrong chipset for your device.. According to the screenshot you took you have a Snapdragon 400 msm8226 chipset.
Sent from my AOSPA One m8 using XDA Free mobile app
Uroc327 said:
It should be definitely possible. Just depends on the invested time
Basically as the Moto G has the same SoC you can reuse most of the HAL stuff (hardware/ directory). But you will still need to handle vendor and device specific stuff like the kernel, prebuilt binaries or some config files for example.
But seems doable to me
Edit: looks like I looked up a wrong chipset for your device.. According to the screenshot you took you have a Snapdragon 400 msm8226 chipset.
Sent from my AOSPA One m8 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks for your immediate response, Uroc327.
Sorry, I have just swapped the configuration shots in the image. Actually, the one you previously mentioned is the correct (Snapdragon 200 chipset). Could you please elaborate on configuring kernel, prebuilt binaries for the targeted device(Micromax A121)? I have following components ready with me,
Stock ROM of Micromax A121
CyanogenMod 12 of Moto G
A system with Java,.net & Android SDK
Already I have ported these ROM(by just copying and replacing some files), but I am getting stuck at boot loop. Where I am doing wrong? What may be the root cause of boot loop?
Thanks in advance.
Looking at a CyanogenMod tree for the Moto E (which uses the Snapdragon 200) it seems like CyanogenMod sources contain lots of hardware handling code out of the box.
I doubt that the kernel for the moto g will work for a completely other device (other vendor and even other chipset). But I'm no expert in kernels so I can't provide real details here.
Actually Micromax has to provide the kernel source, if they've changed anything.
I'm also having some hard times figuring out, what I can build from source and what I need to copy from stock. Maybe there exists a tool somewhere to determine just that but I didn't find it yet (if it even exists).
Regarding your bootloop: do you know, id adb shows up? So how far does the system get before it reboots.
And what files did you replace?
Probably the ramdisk is somehow doing the wrong stuff. I could imagine that there may be some props, partitions or other device specific settings which were correct for the Moto G but are completely incorrect for your device.
Sent from my AOSPA One m8 using XDA Free mobile app
Can someone send me the link for stock ROM for micromax A12
---------- Post added at 07:06 AM ---------- Previous post was at 07:02 AM ----------
If u HV completed porting cyanogenmod for A121 ...plzz let me know..

How to get LineageOS 15 (project treble) for ZenFone 4?

A dev team managed to port a ROM of LineageOS for Android O enabled devices that is Project Treble certified. The Asus ZenFone 4 ZE554KL is certified as a A device in Project Treble. Since according to the dev team, this device should work with this ROM. How do we get it to work on the ZenFone 4?
This is where the project is located at...
https://forum.xda-developers.com/pr...evice-development/lineage-phh-treble-t3767690
The sooner we get this working the better! I am so sick and tired of ZenUI!
I tried to follow all the instructions listed here with no luck. Anyone have ideas on how to get this working?
someaguy said:
I tried to follow all the instructions listed here with no luck. Anyone have ideas on how to get this working?
Click to expand...
Click to collapse
No vendor partition. Dumb ASUS
So your saying this method can not be done?
someaguy said:
So your saying this method can not be done?
Click to expand...
Click to collapse
Nope.
This project may actually help us! https://forum.xda-developers.com/pr.../tool-capire-le-treble-terble-vendor-t3774629
Has anyone tried this out to put project treble on the zenfone 4?
There is a YouTube video where it shows how you can make your own rom with that method. It looks like you need Linux which I can use. The Dev unfortunately has not given detailed instructions on what to do yet even though I requested it.
Any news about that?
does anyone have any updates on this?
It would be of great help to us if we had any other alternative ROM for replacing ZenUI, I hope that some DEV will help us. I unfortunately do not modify your ROM. Help us dev's :/

[ROM][8.1][ZC554KL] LineageOS 15.1

Note:
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here 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.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
Click to expand...
Click to collapse
LineageOS Description:
LineageOS is a free, community built, aftermarket firmware distribution of Android, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.
What's working :
- Boots
- Display
- Wi-Fi
- Audio (except .wma, use VLC Player for that)
- Video
- Sensors
- LED
- Double tap to wake
Bugs:
- Camera (not working)
- Battery drain (because the camera service is restarting endlessly)
- The screen is reversed for about 3 seconds during the boot animation (won't fix)
Untestet:
- RIL
- Bluetooth
- GPS
Firmware:
Oreo firmware (at least for modem) is recommended, but Lineage 15.1 should also boot with Nougat firmware.
Kernel Source:
Github
Download:
Folder with all versions
lineage-15.1-20190218-UNOFFICIAL-X00I
Flashing notes:
You will need TWRP 3.2.2-0 or higher to flash this image. You can download it from here. See this thread for further information.
Warning:
Lineage 15.1 for ZC554KL is still far away from ready for daily use. The images in this thread are primary for developers.
XDA:DevDB Information
LineageOS 15.1, ROM for the Asus ZenFone 4 Max
Contributors
Voldracarno
Source Code: https://github.com/ThaFireDragonOfDeath/android_device_asus_X00I/tree/lineage-15.1
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
Based On: LineageOS
Version Information
Status: Testing
Created 2019-02-19
Last Updated 2019-02-20
I tried it, and it's really really smooth, I can't wait for an update, if of course you plan to do one RIL and Wifi didn't work for me sadly, otherwise I would've kept it as a daily driver I really love the stock Oreo UI, thank you for your work, we always appreciate it
SammyInTheCity said:
I tried it, and it's really really smooth, I can't wait for an update, if of course you plan to do one RIL and Wifi didn't work for me sadly, otherwise I would've kept it as a daily driver I really love the stock Oreo UI, thank you for your work, we always appreciate it
Click to expand...
Click to collapse
Thanks .
Wifi doesn't work? Well that's a problem, because I can't fix this. For my device Wifi works without problems and I can't fix bugs which I can't reproduce on my device.
I have the Zenfone 4 Max ZC554KL with MSM8937 (Snapdragon 430), 3GB RAM and 32 GB Memory.
Are there multiple versions of the same device out there?
Edit: Make sure, that your modem firmware is for Android 8.
At the moment I concentrate on the camera bug, but that will take some time (because I'm on vacation in the next week).
Voldracarno said:
Thanks .
Wifi doesn't work? Well that's a problem, because I can't fix this. For my device Wifi works without problems and I can't fix bugs which I can't reproduce on my device.
I have the Zenfone 4 Max ZC554KL with MSM8937 (Snapdragon 430), 3GB RAM and 32 GB Memory.
Are there multiple versions of the same device out there?
Edit: Make sure, that your modem firmware is for Android 8.
At the moment I concentrate on the camera bug, but that will take some time (because I'm on vacation in the next week).
Click to expand...
Click to collapse
Yeah I have the same device as you although on CPU-Z it shows that I have a snapdragon 435 which IDK if there's a difference between the 430 and the 435, but yeah I have the 5.5 inch model with 32/3 GB RAM and rom
Here it is
SammyInTheCity said:
Here it is
Click to expand...
Click to collapse
The Snapdragon 435 (msm8940) is a different SoC. Maybe the WiFi driver, which I integrated in the kernel doesn't work for this SoC (I used the Wifi driver from the Xaomi Kernel for msm8937). Does your phone has already the Oreo Firmware?
Thats amazing.
I'll wait for the camera and battery drain fix before i test it.
How much internal space does the rom takes?
Voldracarno said:
The Snapdragon 435 (msm8940) is a different SoC. Maybe the WiFi driver, which I integrated in the kernel doesn't work for this SoC (I used the Wifi driver from the Xaomi Kernel for msm8937). Does your phone has already the Oreo Firmware?
Click to expand...
Click to collapse
Yes I do have Oreo ? are you sure it's a different SOC? My phone is the same model as yours and the processor speed and graphics processor is the exact same as well, is it just showing Snapdragon 435 to me? I mean I can't have a special phone, I just checked my phone details on another app and it shows 430, online I compared the 430 with 435 and the main differences were the ram speeds and the clock speed, from the 430 was 1.2 ghz while the 435 was 1.4ghz, but on the app that shows that I have a Snapdragon 430 it said 1.4 ghz so I'm hella confused now ?
ashye said:
Thats amazing.
I'll wait for the camera and battery drain fix before i test it.
How much internal space does the rom takes?
Click to expand...
Click to collapse
Thanks .
The system takes not more or less then Lineage 14.1 or Stock ROM. The size of the system partition is fixed by the vendor (ASUS).
SammyInTheCity said:
Yes I do have Oreo ? are you sure it's a different SOC? My phone is the same model as yours and the processor speed and graphics processor is the exact same as well, is it just showing Snapdragon 435 to me? I mean I can't have a special phone, I just checked my phone details on another app and it shows 430, online I compared the 430 with 435 and the main differences were the ram speeds and the clock speed, from the 430 was 1.2 ghz while the 435 was 1.4ghz, but on the app that shows that I have a Snapdragon 430 it said 1.4 ghz so I'm hella confused now
Click to expand...
Click to collapse
Theare are two versions of this phone. the regular Zenfone 4 Max 5.5 und the Zenfone 4 Max 5.5 Pro. The pro version have a Snapdragon 435:
"Powering the ZenFone 4 Max Pro is a Qualcomm Snapdragon 435 octa-core CPU clocked at 1.4Ghz, Adreno 505 GPU, and 3GB RAM. The only difference with the ZenFone 4 Max is the processor and it’s not even a big improvement. The SD435 has all the features of the SD430 with the addition of Snapdragon X9 LTE modem capable of LTE Cat7 downlink and LTE Cat13 uplink."
Read more at https://www.yugatech.com/mobile/asus-zenfone-4-max-pro-review-philippines-price/
Voldracarno said:
Thanks .
The system takes not more or less then Lineage 14.1 or Stock ROM. The size of the system partition is fixed by the vendor (ASUS).
Theare are two versions of this phone. the regular Zenfone 4 Max 5.5 und the Zenfone 4 Max 5.5 Pro. The pro version have a Snapdragon 435:
"Powering the ZenFone 4 Max Pro is a Qualcomm Snapdragon 435 octa-core CPU clocked at 1.4Ghz, Adreno 505 GPU, and 3GB RAM. The only difference with the ZenFone 4 Max is the processor and it’s not even a big improvement. The SD435 has all the features of the SD430 with the addition of Snapdragon X9 LTE modem capable of LTE Cat7 downlink and LTE Cat13 uplink."
Read more at https://www.yugatech.com/mobile/asus-zenfone-4-max-pro-review-philippines-price/
Click to expand...
Click to collapse
But I don't think I have the pro version, my cameras are 13mp+5 ???
SammyInTheCity said:
But I don't think I have the pro version, my cameras are 13mp+5 ???
Click to expand...
Click to collapse
Ok thats strange. But the fact is, it works on my device (so there must be a difference between our phones). And I have no Idea, whats the problem or how to fix it. Do you have a logcat and dmesg log?...
Voldracarno said:
Ok thats strange. But the fact is, it works on my device (so there must be a difference between our phones). And I have no Idea, whats the problem or how to fix it. Do you have a logcat and dmesg log?...
Click to expand...
Click to collapse
Nope ? as soon as I saw the RIL and wifi didn't work I uninstalled it, maybe I did something wrong when installing? I think I flashed Magisk right after flashing the rom or it was that device decrypt zip file I forgot which it was, could that be it?
SammyInTheCity said:
Nope as soon as I saw the RIL and wifi didn't work I uninstalled it, maybe I did something wrong when installing? I think I flashed Magisk right after flashing the rom or it was that device decrypt zip file I forgot which it was, could that be it?
Click to expand...
Click to collapse
You need the device decrypt file only on Stock ROM. And I didn't testet, what happens with magisk (I don't use this). But Root (the su zip from lineage) is already integrated. You can enable root in the developer settings (but System files can't be changed at this time, because the system partition is read only).
Hey guys, I would like to know if dev will also develop something for the ZF4 Selfie (X00LD), because it's a good pen device that ZenUi cuts too much of its potential performance.
LiiRulez said:
Hey guys, I would like to know if dev will also develop something for the ZF4 Selfie (X00LD), because it's a good pen device that ZenUi cuts too much of its potential performance.
Click to expand...
Click to collapse
I'm not talking for the dev, but I think its hard to develop a rom for a device he can't test it with, and are there no forums for your device?
LiiRulez said:
Hey guys, I would like to know if dev will also develop something for the ZF4 Selfie (X00LD), because it's a good pen device that ZenUi cuts too much of its potential performance.
Click to expand...
Click to collapse
SammyInTheCity said:
I'm not talking for the dev, but I think its hard to develop a rom for a device he can't test it with, and are there no forums for your device?
Click to expand...
Click to collapse
Developing for a device, which I don't have is impossible. For the example for the Zenfone 4 I produced about 20 not booting Images before the first fully booting image. After every build, I need a device to flash it and see in dmesg and logcat whats going on on the device (luckily it is possible to connect to the device with adb shell during the boot animation before the system is up to watch out, why the image don't boot).
Voldracarno said:
Developing for a device, which I don't have is impossible. For the example for the Zenfone 4 I produced about 20 not booting Images before the first fully booting image. After every build, I need a device to flash it and see in dmesg and logcat whats going on on the device (luckily it is possible to connect to the device with adb shell during the boot animation before the system is up to watch out, why the image don't boot).
Click to expand...
Click to collapse
I understand, it's a shame my X00LD is new, if I had another device I could start learning how to compile and do it, but ...
Using Android Studio, can I emulate a device like that?
if that's the case, I start my studies today.
LiiRulez said:
I understand, it's a shame my X00LD is new, if I had another device I could start learning how to compile and do it, but ...
Using Android Studio, can I emulate a device like that?
if that's the case, I start my studies today.
Click to expand...
Click to collapse
Android Studio can emulate a generic android device, but not a specific device. You will need Android studio only if you want to develop Android Apps. For porting Lineage you don't need it (I even haven't installed it on my build vm).
Here is a short version how I build the Lineage image (I will complete/correct this tutorial, if I'm on my PC at home) (you will need a Computer with much RAM. 16 GB RAM is recommended)
1. For building you will need to set up a Ubuntu 18.04 LTS VM (so you should know how to use Virtualbox) (the Ubuntu VM have to at least 8GB RAM). Or better: Use a real Ubuntu 18.04 LTS Machine.
2. Then you have to execute the steps from this tutorial from "Build LineageOS and LineageOS Recovery" to "Downloading the source code".
3.After that you have to put the local manifest (I will post that file later) in the .repo directory and sync again.
4. Then you will need to download and extract a Stock image from the ASUS Website for your device.
To extract you must first decompress the system image file with brotli and than convert it with sdat2img. After that you can mount the image and copy all the files out in a seperate directory.
5. After that you cd in the device directory and exec ./extract-files.sh PATH_TO_EXTRACTED_SYSTEM_FILES
6. At last you have to cd to the Lineage build dir and exec the following commands:
source build/envsetup.sh
export LC_ALL=C
export ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4G" (if jack runs still out of memory during building increase the -Xmx value to 6G)
export WITH_SU=true (for integrated root)
lunch lineage_X00I-userdebug
make -j4 bacon (replace the 4 with the count of concurrent build jobs you want to use)
After that you you will find the flashable Zip in the out directory.
To rebuild after changes you can repeat step 6 (to rebuild only the changes files) or delete the content of the out directory and repeat step 6 (for a full rebuild).
And if you didn't close your terminal window you only need to exec the make -j4 bacon commend to start a rebuild.
To update the sources of android you have to run repo sync in the lineage directory.
If you want to learn more about Android:
https://source.android.com/setup
It may have been asked...
Is this rom compatible with the 2gb/16gb version of zenfone 4 max?
The RIL wont work for me but the wifi does.
SammyInTheCity said:
I tried it, and it's really really smooth, I can't wait for an update, if of course you plan to do one RIL and Wifi didn't work for me sadly, otherwise I would've kept it as a daily driver I really love the stock Oreo UI, thank you for your work, we always appreciate it
Click to expand...
Click to collapse
Same as yours bro..the RIL wont work for me except for the wifi. This is a perfect game changer rom if all the things in this rom is working.

Categories

Resources