hey guys,
im trying to port a rom for Lenovo a1000 t I found this rom for a device called lava iris(with similar MTK 6577 chipset) which is a lollipop themed rom.
need some assistance in editing the build prop.
Since you are porting from a lower processor to a higher , you'll have to edit the build.prop a lot.
revolutionyzer said:
Since you are porting from a lower processor to a higher , you'll have to edit the build.prop a lot.
Click to expand...
Click to collapse
like, I edited the permissions section in the updater-script, I also made some changes in build-prop.
when I flashed it, it got flashed but it was stuck in a boot loop...
Check these :
vnktdpl said:
like, I edited the permissions section in the updater-script, I also made some changes in build-prop.
when I flashed it, it got flashed but it was stuck in a boot loop...
Click to expand...
Click to collapse
* The dpi ( if its more or less than your device's dpi , the ROM won't boot).
* Re-check if you have edited the systemui.apk or the framework.apk such that the values don't match.
* Check if the port has ' update-script ' or ' updater-script '. many new recoveries now don't support the amend format.
* Confirm that the updater-script values are not obsolete.
* Make sure you have an updated recovery.
Good Luck
Launcher
Hello Guys I Am Trying To Port sk17i's Laucher In My S duos 2 ......i am not able to do so.
Can anyone help me on how to port launchers of sony to samsung devices......please reply???:crying:
revolutionyzer said:
* The dpi ( if its more or less than your device's dpi , the ROM won't boot).
* Re-check if you have edited the systemui.apk or the framework.apk such that the values don't match.
* Check if the port has ' update-script ' or ' updater-script '. many new recoveries now don't support the amend format.
* Confirm that the updater-script values are not obsolete.
* Make sure you have an updated recovery.
Good Luck
Click to expand...
Click to collapse
Will check all the values by this weekend
Has it got anything to do with the build fingerprint??
Thanks for ur help
Hi,
I am talking about those custom rom here..
https://forum.xda-developers.com/galaxy-j7/development/rom-a5-2017-rom-galaxy-j75-t3531018
A recompiled kernel that is permissive would ber really great. The one currently provided there is a user version with no compile time modification to allow any existing methods (like setenforce command or a boot time script to set from file) to toggle it.
Also i wonder how can i use samsung radio with this. I found the library files all right. Tried to manually introduce the apk with proper permissions. But system logs kept throwing errors with fc. A5 has fm too. Why can't we use it then ?
Is it possible to use j7 kernel with this rom?
I know it's a lot of questions. Hope the devs would kindly respond. Thanks.
Ps. The colour inversion works which is great really. Thanks for all the hard work.
A Series 2017 Marshmallow and S6/S7/S8 Nougat framework has an interesting feature of icon masking. I thought that A Series 2016 Nougat update will bring slightly reduced framework from flagships. However in A Series Nougat framework icons are left in border instead of masking
View attachment 4207957
Is it possible to implement that feature on Ax 2016 Nougat framework (especially A3 2016 Nougat)?
Custom Marshmallow ROMs (2017 Ports) successfully masks the icons. Do any custom Nougat ROMs have this feature already implemented?
I think that feature is hidden (or deleted) in "android/app/ApplicationPackageManager" class because this only file that links to masking image, but I dunno how to edit .smali code and i dunno which code I need to copy from flagships' .smali
Can you give me a link to Nougat ROMs that already have masking icons or help me bringing that feature to our framework.
Advanced seven rom already has that.. i ported it to a3 and of course it has icon masking, but the framework.jar of advanced seven has problem for a3, power menu wont appears if hold power button and phone will reboot itself, so in my ported rom im using other framework.jar which is doesnt have both power menu issue and icon masking feature. The thing is i tried using applicationmanager.smali from advanced seven but still got nothing
Mikkel Nf said:
Advanced seven rom already has that.. i ported it to a3 and of course it has icon masking, but the framework.jar of advanced seven has problem for a3, power menu wont appears if hold power button and phone will reboot itself, so in my ported rom im using other framework.jar which is doesnt have both power menu issue and icon masking feature. The thing is i tried using applicationmanager.smali from advanced seven but still got nothing
Click to expand...
Click to collapse
How about to port it from "Arrived Sapphire ROM" (Adv. Five)? A5 is more relative to A3 than A7, as I think and Sapphire has masking as I know
CryoManne said:
How about to port it from "Arrived Sapphire ROM" (Adv. Five)? A5 is more relative to A3 than A7, as I think and Sapphire has masking as I know
Click to expand...
Click to collapse
Of course it does, but i tried its framework in my ported rom, still has power menu issue, someone has already ported arrived sapphire anyway, it called UnderWorld rom
Mikkel Nf said:
Of course it does, but i tried its framework in my ported rom, still has power menu issue, someone has already ported arrived sapphire anyway, it called UnderWorld rom
Click to expand...
Click to collapse
Is there any way to try UnderWorld framework on deodexed stock Nougat? I just know that is not simply "adb copy framework to system", need more files and something else, but I want to try it.
Also I try to import ApplicationPackageManager.smali to stock framework to see.
UPD: I've copied all of UnderWorld's ApplicatonPackageManager$****.smali files, but icons still not masking. I am still trying to find a way to unify icons (csc/appresource is not working on Nougat)
UPD2: I found that .smalis in Underworld almost same except for ".line vXX" strings before every method in stock framework
UPD3: Copying .smalis from Sapphire crashed my installation again, I have dropped my idea and got upset, now I am just waiting for man that can port S8 framework to A3 2016 that already ported to A5 and A7
P.S.: I have already bootlooped my phone by simply copying framework.jar and -res.apk via adb. I got bootloop and after I returned my stock files I got "Unfortunately stopped" and black screen (but reboot menu still works). Wipe data helped me, but I hate that long restoring data procedure
Mikkel Nf said:
Advanced seven rom already has that.. i ported it to a3 and of course it has icon masking, but the framework.jar of advanced seven has problem for a3, power menu wont appears if hold power button and phone will reboot itself, so in my ported rom im using other framework.jar which is doesnt have both power menu issue and icon masking feature. The thing is i tried using applicationmanager.smali from advanced seven but still got nothing
Click to expand...
Click to collapse
I see that advanced three has been updated and I see on screenshots that icon masking has been implemented. How did you get this? How to port it to stock rom?
Using DiffMerge I compared both of frameworks - stock deodexed and advanced three 3.5 and I see that ApplicationPackageManager has much more differences than others (other classes just adding multiwindow feature). I found that PackageIconHelper used to draw custom Play Store icon and ApplicationPackageManager used to mask icons. I cannot just copy that class from adv to stock because class could link to resources that does not exist on stock
Another way - I should replace framework.jar, framework-res.apk and SystemUI.apk to make this thing works. Or not?
Please help me. Maybe there is another way to implement this feature on stock ROM?
P.S.: I have another question. To install and mod deodexed system app on odexed ROM, I just replace apk and remove odex/oat file. What I need to do with FRAMEWORK, or I need fully deodexed ROM for modding framework? I just dont want to play with custom ROMs because Android Pay and I dont want to install Magisk for that
Hello! Have someone a Gallery.apk that have working Editor? Because in @By Zonik ROM CM13 when you choose Edit Photo there pop up that the aplication stopped working... :/ When I tried with other Gallery.apk they do not work or they do not have photo editor or they do not work with Camera (when you do a photo and want to see it there is an error). Please, help me. Next question how can I update the level of security fixes? Now it is 16 November 2016.
If you have an working VOLTE could you give me the build.prop file so I can compare it with my build.prop? Thanks!