Skip to content

The Framework-Patches which are needed to use the official PDroid2.0 Manager Application.

Notifications You must be signed in to change notification settings

morristech/PDroid2.0_Framework_Patches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

PDroid2.0

## PDroid2.0 Official Framework Patches These are the patches for the official PDroid2.0 framework. The patches only contain the latest stable version. I'm currently looking for a way to distribute 'devel' patches which are for testing purpose only. If someone has good ideas, please get in touch with me.

Apply The Patches

I'm also looking forward for an better way how to apply the patches. Until now I handle it the same way like mateor, so you can use this commands:

cd ~/android/system; repo sync -j16 -f
cd ~/android/system/build; git checkout -b pdroid; patch -p1 < ~/JB_build.patch
cd ~/android/system/libcore; git checkout -b pdroid; patch -p1 < JB_libcore.patch
cd ~/android/system/packages/apps/Mms; git checkout -b pdroid; patch -p1 < JB_Mms.patch
cd ~/android/system/frameworks/base; git checkout -b pdroid; patch -p1 < JB_frameworks_base.patch
cd ~/android/system/frameworks/opt/telephony; git checkout -b pdroid; patch -p1 < ~/JB_frameworks_opt.patch
cd ~/android/system; . build/envsetup.sh 
brunch <YOUR_DEVICE>

Remove The Patches

You can remove the Patches with following commands (also same way like mateo handles it):

cd ~/android/system/build; git checkout . ; git clean -df
cd ~/android/system/libcore; git checkout . ; git clean -df
cd ~/android/system/frameworks/base; git checkout . ; git clean -df
cd ~/android/system/frameworks/opt/telephony; git checkout . ; git clean -df
cd ~/android/system/packages/apps/Mms; git checkout . ; git clean -df
cd ~/android/system; repo abandon pdroid

Now only clean your target directory:

cd ~/android/system; make clobber ; make clean

Easier Way?

If you aren't able to compile by your own, please choose AutoPatcher to apply the patch to your current ROM.

Can I help you?

Yes of course, I'm always in search of Team-Members and contributors for other ROMs. If you want to help me, just get in touch with me :-)

About

The Framework-Patches which are needed to use the official PDroid2.0 Manager Application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published