[APP] PDroid - The Better Privacy Protection [2012-03-18: Bugfixes in Patch 1.32]

Status
Not open for further replies.
Search This thread

DnaPolymerase

Senior Member
Sep 17, 2011
115
9
I'm running a LG Optimus One. Is the flashing patch part mandatory or is it only for htc phones?
 
Last edited:

g4rb4g3

Senior Member
Jul 22, 2009
508
288
I tried to build my own CM-Rom (for Desire-Z) with this but I can't compile it :(

Code:
ILocationManager.java:0: error 10: Parameter of hidden type android.location.GeocoderParams in android.location.ILocationManager.getFromLocation()
ILocationManager.java:0: error 10: Parameter of hidden type android.location.GeocoderParams in android.location.ILocationManager.getFromLocationName()

Without the patches compiling works perfectly.
 
Last edited:

svyat

Senior Member
May 26, 2010
174
556
I tried to build my own CM-Rom (for Desire-Z) with this but I can't compile it :(

Code:
ILocationManager.java:0: error 10: Parameter of hidden type android.location.GeocoderParams in android.location.ILocationManager.getFromLocation()
ILocationManager.java:0: error 10: Parameter of hidden type android.location.GeocoderParams in android.location.ILocationManager.getFromLocationName()

Without the patches compiling works perfectly.
Yeah, a complete build with PDroid won't work for some reason. You have to make a clean build first, then apply the patch and partially build only the modified portions by doing the following:
Code:
source build/envsetup.sh
make update-api
mmm frameworks/base
mmm frameworks/base/services/java
mmm libcore
make snod
Importing the project into eclipse and checking for build errors might also be a good idea.

On a side note, I haven't built any Cyanogen ROMs this way before, so you might still encounter some issues. Plus, I am currently fixing some minor bugs I've recently discovered and will be uploading the new source soon, so you might want to wait a little.

However, if you do manage to build it, it would be nice if you would let me know which device and which exact ROM this is and send me the /system/framework/framework.jar /system/framework/services.jar and /system/framework/core.jar files so that I can include them for others to download ;)
 

leeps

New member
Nov 24, 2011
2
0
I registered for this.

I use ARHD 6.1.5 with added BlueHD (with addons Circle Battery and Fully Transparent Rosie Dock) on Desire HD. I flashed the recommended radio.

After flashing PDroid, Sense can no longer start: "The application HTC Sense (process com.htc.launcher) has stopped unexpectedly. Please try again."
adb logcat shows errors when the phone tries to start Sense (after SIM unlock):
Code:
E/AndroidRuntime( 2266): FATAL EXCEPTION: main
E/AndroidRuntime( 2266): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.htc.launcher/com.htc.launcher.Launcher}: android.view.InflateException: Binary XML file line #5: Error inflating class com.htc.launcher.AllAppsGridView
E/AndroidRuntime( 2266):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1872)
E/AndroidRuntime( 2266):        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1893)
E/AndroidRuntime( 2266):        at android.app.ActivityThread.access$1500(ActivityThread.java:135)
E/AndroidRuntime( 2266):        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1054)
E/AndroidRuntime( 2266):        at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2266):        at android.os.Looper.loop(Looper.java:150)
E/AndroidRuntime( 2266):        at android.app.ActivityThread.main(ActivityThread.java:4385)
E/AndroidRuntime( 2266):        at java.lang.reflect.Method.invokeNative(NativeMethod)
E/AndroidRuntime( 2266):        at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 2266):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:849)
E/AndroidRuntime( 2266):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/AndroidRuntime( 2266):        at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2266): Caused by: android.view.InflateException: Binary XML file line #5: Error inflating class com.htc.launcher.AllAppsGridView
E/AndroidRuntime( 2266):        at android.view.LayoutInflater.createView(LayoutInflater.java:518)
E/AndroidRuntime( 2266):        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:570)
E/AndroidRuntime( 2266):        at android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
E/AndroidRuntime( 2266):        at android.view.LayoutInflater.parseInclude(LayoutInflater.java:707)
E/AndroidRuntime( 2266):        at android.view.LayoutInflater.rInflate(LayoutInflater.java:619)
E/AndroidRuntime( 2266):        at android.view.LayoutInflater.rInflate(LayoutInflater.java:626)
E/AndroidRuntime( 2266):        at android.view.LayoutInflater.inflate(LayoutInflater.java:408)
E/AndroidRuntime( 2266):        at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
E/AndroidRuntime( 2266):        at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime( 2266):        at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:250)
E/AndroidRuntime( 2266):        at android.app.Activity.setContentView(Activity.java:1742)
E/AndroidRuntime( 2266):        at com.htc.widget.CarouselActivity.setContentView(CarouselActivity.java:802)
E/AndroidRuntime( 2266):        at com.htc.launcher.Launcher.onCreate(Launcher.java:668)
E/AndroidRuntime( 2266):        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1072)
E/AndroidRuntime( 2266):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1836)
E/AndroidRuntime( 2266):        ... 11 more
E/AndroidRuntime( 2266): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 2266):        at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 2266):        at java.lang.reflect.Constructor.newInstance(Constructor.java:415)
E/AndroidRuntime( 2266):        at android.view.LayoutInflater.createView(LayoutInflater.java:505)
E/AndroidRuntime( 2266):        ... 25 more
E/AndroidRuntime( 2266): Caused by: java.lang.NoClassDefFoundError: com.android.server.senseui.SettingsUtility
E/AndroidRuntime( 2266):        at com.htc.widget.PagedGridView.<init>PagedGridView.java)
E/AndroidRuntime( 2266):        at com.htc.launcher.AllAppsGridView.<init>(AllAppsGridView.java:78)
E/AndroidRuntime( 2266):        at com.htc.launcher.AllAppsGridView.<init>(AllAppsGridView.java:69)
E/AndroidRuntime( 2266):        ... 28 more
D/InputDispatcher( 1540): setFocusedApplication, mFocusedApplication is NULL
V/BatteryStatsImpl( 1540): hold partial wakelock, name=ActivityManager-Launch, pid=1540
W/ActivityManager( 1540):   Force finishing activity com.htc.launcher/.Launcher
I looked trough your code, and none of these seem to be related to your patch, but I wanted to report it anyway. I'll try again with a clean ARHD and let you know if it works correctly.
However, if you see anything that might be related to this issue, please let me know :)
 

svyat

Senior Member
May 26, 2010
174
556
I looked trough your code, and none of these seem to be related to your patch, but I wanted to report it anyway. I'll try again with a clean ARHD and let you know if it works correctly.
However, if you see anything that might be related to this issue, please let me know :)
Yeah, you're right. I don't see anything PDroid related in that stacktrace. I also looked at the BlueHD mods and they don't seem to modify anything PDroid related either. Might be some different issue :confused:
 

g4rb4g3

Senior Member
Jul 22, 2009
508
288
Yeah, a complete build with PDroid won't work for some reason. You have to make a clean build first, then apply the patch and partially build only the modified portions by doing the following:
Code:
source build/envsetup.sh
make update-api
mmm frameworks/base
mmm frameworks/base/services/java
mmm libcore
make snod
Importing the project into eclipse and checking for build errors might also be a good idea.

On a side note, I haven't built any Cyanogen ROMs this way before, so you might still encounter some issues. Plus, I am currently fixing some minor bugs I've recently discovered and will be uploading the new source soon, so you might want to wait a little.

However, if you do manage to build it, it would be nice if you would let me know which device and which exact ROM this is and send me the /system/framework/framework.jar /system/framework/services.jar and /system/framework/core.jar files so that I can include them for others to download ;)

Thanks, I'll wait for the update and try it again then.

Sent from my HTC Vision using Tapatalk
 

leeps

New member
Nov 24, 2011
2
0
I also looked at the BlueHD mods and they don't seem to modify anything PDroid related either.

BlueHD ships /system/framework/services.jar, which gets replaced by PDroid's. Since I don't have the source of BlueHD, I don't know what exactly has changed from ARHD, but I've contacted the developer about that.
Also, will you release updated sources for your changes?

I think there should be a system that allows to combine mods more easily. Overwriting files is just not the way to do things, so I really like that you published your source code. Thank you very much for that.
 

svyat

Senior Member
May 26, 2010
174
556
BlueHD ships /system/framework/services.jar, which gets replaced by PDroid's.
Oh, didn't notice that. Then, that's most certainly the issue.
Also, will you release updated sources for your changes?
Yes, in a couple of minutes.
I think there should be a system that allows to combine mods more easily. Overwriting files is just not the way to do things
Well, the problem is that not always the source of the target device is available, so that the only option is decompiling the ROM, patching it and then replacing original files.
 

g4rb4g3

Senior Member
Jul 22, 2009
508
288
Yeah, a complete build with PDroid won't work for some reason. You have to make a clean build first, then apply the patch and partially build only the modified portions by doing the following:
Code:
source build/envsetup.sh
make update-api
mmm frameworks/base
mmm frameworks/base/services/java
mmm libcore
make snod
Importing the project into eclipse and checking for build errors might also be a good idea.

On a side note, I haven't built any Cyanogen ROMs this way before, so you might still encounter some issues. Plus, I am currently fixing some minor bugs I've recently discovered and will be uploading the new source soon, so you might want to wait a little.

However, if you do manage to build it, it would be nice if you would let me know which device and which exact ROM this is and send me the /system/framework/framework.jar /system/framework/services.jar and /system/framework/core.jar files so that I can include them for others to download ;)

I tried it again witht the latest patch (1.2) and the way you described it but it still doesn't compile.
Code:
 'out/target/common/obj/JAVA_LIBRARIES/framework_intermediates//classes.dex' as 'classes.dex'...
Docs droiddoc: out/target/common/docs/api-stubs
ILocationManager.java:0: error 10: Parameter of hidden type android.location.GeocoderParams in android.location.ILocationManager.getFromLocation()
ILocationManager.java:0: error 10: Parameter of hidden type android.location.GeocoderParams in android.location.ILocationManager.getFromLocationName()
make: *** [out/target/common/docs/api-stubs-timestamp] Fehler 45
 

svyat

Senior Member
May 26, 2010
174
556
I tried it again witht the latest patch (1.2) and the way you described it but it still doesn't compile.
Code:
 'out/target/common/obj/JAVA_LIBRARIES/framework_intermediates//classes.dex' as 'classes.dex'...
Docs droiddoc: out/target/common/docs/api-stubs
ILocationManager.java:0: error 10: Parameter of hidden type android.location.GeocoderParams in android.location.ILocationManager.getFromLocation()
ILocationManager.java:0: error 10: Parameter of hidden type android.location.GeocoderParams in android.location.ILocationManager.getFromLocationName()
make: *** [out/target/common/docs/api-stubs-timestamp] Fehler 45
The error occurs when you try to do make update-api, right? Check your out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/privacy/java/android/privacy directory. If there are two files in there (IPrivacySettingsManager.java and IPrivacySettingsManager.P), you're good. Just continue partially building stuff with the mmm commands ;)

If the directory or files aren't there, you might try removing (and backing it up) the out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/location directory. Then running make update-api again and putting the location directory back afterwards, if it's not created.
 
Last edited:

svyat

Senior Member
May 26, 2010
174
556
Haven't looked into it yet. I guess I'll have to get me some 32GB RAM rig first :p
I've actually quickly checked the ICS source now. From the application framework standpoint it looks pretty much identical to Gingerbread, if you ask me. So it won't be much of a problem to port PDroid to ICS-based devices.

I'll put some work into making new patches for more devices now ;)
 
  • Like
Reactions: jb789 and NicholasQ

NicholasQ

Senior Member
Oct 16, 2010
919
344
I've actually quickly checked the ICS source now. From the application framework standpoint it looks pretty much identical to Gingerbread, if you ask me. So it won't be much of a problem to port PDroid to ICS-based devices.

I'll put some work into making new patches for more devices now ;)
Great! That sounds awesome. A lot of us in the nexus s section are running ICS now and a patch would be awesome. Are you pretty much doing the patches yourself or are you going to allow ROM modders to use your patch at apply it to various ROMs (with crediting you of course)?
 

svyat

Senior Member
May 26, 2010
174
556
Just added a patch for Desire HD on CM 7.1. Patches for Samsung Galaxy S II and Motorola Defy coming soon.
 
  • Like
Reactions: buzzboy
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 328

    PDroid-banner.png


    1.png
    2.png
    4.png
    5.png
    7.png
    3.png
    8.png

    PDroid allows blocking access for any installed application to the following data separately:

    • Device ID (IMEI/MEID/ESN)
    • Subscriber ID (IMSI)
    • SIM serial (ICCID)
    • Phone and mailbox number
    • Incoming call number
    • Outgoing call number
    • GPS location
    • Network location
    • List of accounts (including your google e-mail address)
    • Account auth tokens
    • Contacts
    • Call logs
    • Calendar
    • SMS
    • MMS
    • Browser bookmarks and history
    • System logs
    • SIM info (operator, country)
    • Network info (operator, country)
    For device ID, phone and mailbox number, SIM serial, subscriber ID and device location it also allows supplying custom or random values.


    Why you would want to use it:

    • Applicaitons do NOT crash when access to private data is blocked (unlike with Permissions Denied or CM)
    • Fine-grained tuning of access to private data
    • No background service needed
    • Very small memory footprint (~700KB)
    • No impact on battery life
    • No impact on performance (5ms overhead on access to private data; yes, that's 0.005s)
    • 100% reliable unlike ROOT applications (LBE), which need to start their background service on boot (see android underground to learn why this is an issue)
    • No ROOT required for the app to run
    • No Android permissions required for the app to run
    • Open-source


    Download:

    Automatic PDroid Patcher for Windows (XP/Vista/7):

    • JDK 6 or newer is required (get it here http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u25-download-346242.html)
    • Install JDK 6 into the default directory (don't change anything when installing)
    • .NET Framework 2.0 or newer required (ships with Windows since XP SP2)
    • Currently only supports Gingerbread (Android 2.3)
    • Will only work with deodexed ROMs (take a look into your ROM's system/framework directory; if there are any *.odex files, your ROM is NOT deodexed)
    • You will need to re-create your settings backup after updating from version 1.27 (it is not compatible with the newer version)

    Download PDroid Patcher v1.32 Beta 0.321 for Windows

    Patch Installation Requirements:

    Installation Instructions:
    1. BACKUP YOUR ROM (HOWTO)
    2. Make a PDroid Patch for your ROM with the PDroid Patcher and put the patch on your SD card
    3. Boot your device into your custom (CWM) recovery (Desire HD: vol down + power)
    4. If you flashed the patch before but PDroid said it still was not installed, then select "mount /system"
    5. Select "install zip from sdcard"
    6. Select "choose zip from sdcard"
    7. Select the PDroid patch you have put on your SD card
    8. After flashing is finished, reboot the device
    9. Install the PDroid app from the Android Market
    10. Rate the app at the Android market ;) (let me know, if you have any issues beforehand)


    Patch Changelog:

    1.32: Fixed updating from version 1.27 and below
    1.31: Fixed patching incompatibility with some ROMs (like Zeus v5)
    1.30:
    • Fixed the alarm being put to snooze every time a call is received or made
    • Fixed FC for some applications (like Yandex Maps)
    • Fixed bootloops for AT&T and SonyEricsson devices (hopefully)
    • Many small tweaks
    1.27: Fixed an issue, where the Touchwiz launcher (and probably others) would continuously crash
    1.26: Fixed an issue, which would make Google Listen and probably other apps crash
    1.25:
    • Fixed an issue, where PDroid would conflict with some ROOT applications making them freeze
    • Fixed random geocoordinates generation
    • Fixed other minor bugs
    1.22: Fixed the patch version reporting bug (v1.21 reports that it's 1.2) :)
    1.21: Fixed the bug where the device would sometimes boot loop right after the boot is finished
    1.2: Added data access notification feature
    1.1: Bugfixes
    1.0: Initial release


    Source:

    • Download: PDroid 2.3.4 source (v1.27) (yes it is based on 2.3.4 but also works with 2.3.3 and 2.3.5 flawlessly)
    • Get the 2.3.4 source from AOSP (branch: android-2.3.4_r1)
    • Extract the patches from the above archive to the 2.3.4 tree root
    • Run:
      Code:
      patch -p1 -i build.patch
      patch -p1 -i frameworks.patch
      patch -p1 -i libcore.patch
    Building from source:
    1. Make a clean build
    2. Apply the patches (see above)
    3. Run:
      Code:
      source build/envsetup.sh
      make update-api
      mmm frameworks/base
      mmm frameworks/base/services/java
      mmm libcore
      make snod


    FAQ:

    I do not have Market access, where can I download the PDroid app?
    Right here

    What about controlling the internet access?
    Controlling access to the network/internet requires either patching the kernel or using ROOT access within the PDroid app. I try avoiding the former due to portability and the latter due to user privacy/security reasons. I am looking into adding internet access control in a way, which would be the most acceptable/convenient for the user. However, this feature currently isn't on the top of my to-do list.

    How do I make a patch manually myself?
    For experienced developers the following basic steps for creating a PDroid patch should be enough to get you started:
    • Make a clean AOSP build (2.3.4, assuming that your ROM is based on 2.3.x)
    • Make another build with PDroid sources added
    • Decompile the framework.jar, services.jar and core.jar files inside the system/framework directory (of both above builds) using apktool
    • Diff the output so that you know, which parts were changed by PDroid
    • Decompile the above three files from your ROM, you want to patch
    • Add the missing code to your ROM files based on the above diff
    • Recompile your patched ROM files using apktool

    Do you plan on adding Froyo/ICS support?
    Yes. But I have not ported PDroid to Froyo or ICS yet. No ETAs yet. You'll need some patience there.

    Will you provide a public source code repository for PDroid?
    I might, when I get some more spare time :)

    Can I backup the privacy settings with TitaniumBackup?
    Yes, however you will need to backup your settings to internal memory (PDroid preferences) before making a backup with TitaniumBackup. After restoring with TitaniumBackup, you will need to restore the previously backed up settings. Alternatively you can backup privacy settings to the SD card.

    Can I use LBE Privacy Guard together with PDroid?
    Yes.

    I have applied the correct patch but my device does not boot, how do I find out what the error is?
    • Restore your backup
    • Get the Android SDK
    • Install it (you don't need the eclipse part)
    • Enable USB-debugging on your device
    • Connect it to your PC
    • Start ddms, which is located in the android-sdk-[platform]\tools directory
    • Apply PDroid patch
    • Reboot the device
    • When your device appears in the ddms window, click on it to see the system log
    • Filter the log by "error"
    • Watch the system log for errors and post them here ;)

    I have flashed a patch but I am having very weird issues I didn't have before (like you cannot unlock the SIM card or there are weird graphics etc.)?
    Have you flashed other mods to your ROM? If so, PDroid is most likely conflicting with them. You will need to create a patch for your customized ROM.

    Also make sure that you are using a patch appropriate for your ROM (the CyanogenMod patches for stable 7.1 will mostly not work on nightlies unless the link says so).

    How do I make a patch for my device after I have flashed some other mods?
    If your other mods DO NOT replace any of the three files: framework.jar, services.jar or core.jar in /system/framework, you can just create a patch normally based on your original ROM file.

    Otherwise you will need to extract those three files from your device (use a root file manager or adb pull), put them into your ROM zip (also in /system/framework) and then create a PDroid patch based on the ROM zip.
    22
    Reserved, just in case ;)
    21
    Hi guys, I'm sorry for the continuous lack of updates to PDroid. The ICS update is almost ready. However, I'm currently moving and spending all my free time on renovating the new apartment, so I never get to finishing and releasing it. It might take a while until I'm done.

    I'll try to update the code when I have a free minute or two, so that at least the hackers amongst you will be able to make their own PDroid builds.
    20
    Short update on ICS progress: It does seem to work in the emulator. Patching real ROMs next ;).
    17
    PDroidPatcher-v1.31

    Here is PDroidPatcher-v1.31 :cool:
    Code:
      File: PDroidPatcher-v1.31.zip
    CRC-32: ac588eaa
       MD4: 5406d23053e69a9e03b68125999f7344
       MD5: 5b01a3b2a1a0b3aa68936a33dc7f7365
     SHA-1: 24da1f0aab6a215ecd24a9a1e122d6bb52b193e5
    grEEtZ,
    gongoscho