Can anyone please port this rom to galaxy s plus i9001
Please,it will be really helpful
Please,it will be really helpful
Using apktool to try to decompile, so I can tweak the settings to work with phone specific options.not sure exactly what you are trying to do there. why do you need to decompile framework-res?
I use this to decompile : http://www.galaxynexusforum.com/for...562-how-decompile-compile-using-apktools.htmlUsing apktool to try to decompile, so I can tweak the settings to work with phone specific options.
It was in the previous source. Looks like they updated it. Put this in your /system/bin/ https://github.com/ParanoidAndroid/android_vendor_pa/blob/ics/prebuilt/common/bin/backuptool.shWhat is the script to backup and restore gapps when flashing ? It's missing in my port
Should be complaining on Epic thread.Here is my port for the Epic 4G Touch: http://forum.xda-developers.com/showthread.php?t=1717546
My current hiccups are 4G - Biggest one.
About Phone Force closes
Custom Carrier Label doesnt change
Hard Key lights dont work.
Other than that it is running great. I also set up a directory for building from PA source. Got the settings errors on build. Tried building with CM settings instead, built fine but when setting DPI to tablet DPI, SystemUI crashed and also couldnt get Settings working fully. I have learned some things from this thread so far. Gonna try something new and see what I can do.
Thank you again for your hard work.
I wasnt complaining actually. Just giving info on where I stood. I read every page of this thread and read where it isnt fully open source yet. Thanks for looking out.Should be complaining on Epic thread.PA isn't open sourced, yet, so you won't have matching framework for this to work.
Ok, I want to get this clear. Here are my steps. They have worked for previous releases but not recent.Tip for porters. Check out your CM9 source code for the device you are porting, especially the "overlay" directory. That will show what is different for your device compared to general CM9 source. The ones that can't be changed with unzipping and unzipping are in the device overlay/frameworks/base/core/res/res/values. arrays.xml can be copied and pasted but config.xml will need to be searched and replaced line by line in the original xml (bool, integer, string, etc) in a decompiled framework-res.apk. This should get you ROM that is virtually like it was compiled for your device, if you already have a working ROM.
Ooh, haven't worked with 1.4b, yet. I would assume similar operation would work. Instead of using WinMerge, I use the devices overlay/framework/res/res to make adjustments. Can copy everything except for the arrays with winzip. Then decompile and merge config.xml manually.Ok, I want to get this clear. Here are my steps. They have worked for previous releases but not recent.
-Used WinMerge to compare files, anything that was different in the CM9 from my device is replaced by the files from the PA framework-res.apk.
Now that usually works but now that the roms have been updated to 1.4b, it doesnt seem to work anymore.
Is there something I am missing?
When you say "devices overlay/framework/res/res", are you tallking about source folders or is that in a program?Ooh, haven't worked with 1.4b, yet. I would assume similar operation would work. Instead of using WinMerge, I use the devices overlay/framework/res/res to make adjustments. Can copy everything except for the arrays with winzip. Then decompile and merge config.xml manually.
Just checked, don't use 1.4b, until it is compiled for the GS2.
Sorry, forgot yours wasn't CM9 official, yet. Overlay directory is hereWhen you say "devices overlay/framework/res/res", are you tallking about source folders or is that in a program?
Ok, just so I am sure I understand.Sorry, forgot yours wasn't CM9 official, yet. Overlay directory is here
https://github.com/darchstar/android_device_samsung_epic4gtouch/tree/ics/overlay
Make sure all apps you see in the packages/apps folder are imported from CM9 ROM. Not sure about the include directory, maybe someone here can offer some guidance. frameworks/base/core/res/res/xml files can be imported from cm9 rom by unzipping and rezipping. frameworks/base/core/res/res/values arrays.xml can be imported directly to a decompiled PA frameworks-res.apk. Now for the "fun" step, configure arrays.xml, bools.xml, colors.xml, and strings.xml manually according to the values in frameworks/base/core/res/res/values/config.xml. I'm getting around to it as soon as I can on my ROM, but overlay/frameworks/base/packages would be a similar set of steps.
sounds like somethings wrong. this must be an overlay problem that should be dealt with by your porter. i have tried PA on s2 and the buttons are mapped correctly.i just tried this amazing ROM in my One X..i used tablet mode
my One X have three bttons .. Back - Home - Recent Apps
in this ROM .. Recent Apps changed to Menu button !! and if i want open recent apps should i enable on-screen buttons .. why should we have on-screen buttons and we have it already under screen ?
We want this
Back > Back
Home > Home
Recent Apps > Recent Apps
and if there any app need menu button..the three dots should be in the navigation bar
sorry for my english
Sent from my HTC One X using Tapatalk 2
Yeah, that should work. If not try "Import xmls from frameworks/base/core/res/res/xml to decompiled PA apk" step using zipping and unzipping using github source as a guide to what files need moved, instead.Ok, just so I am sure I understand.
-Decompile PA rom Framework-res.apk
-Import xmls from frameworks/base/core/res/res/xml to decompiled PA apk
-Also import arrays.xml from frameworks/base/core/res/res/values to decompiled PA framework-res.apk
-Manually edit arrays.xml, bools.xml, colors.xml, and strings.xml with missing lines found in the config.xml
That sound correct?