xindervella / droidwall

Automatically exported from code.google.com/p/droidwall
0 stars 0 forks source link

Unknown app ID need fix or ip allow #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.blocking all except market and download manager
2.open market then install an app
3.it will not download the app unless I disabled the firewall
in log I got:
 App ID (unknown) -blocked 8 packets (8 packets for 173.194.37.100)

What version of the product are you using? On what operating system?
DroidWall v1.4.5 on android 2.2.1 (CyanogenMod 6.1)

how come droidwall can't know the app ID?
if it can't be fixed then at less make a special rule for this, or let me allow 
the google ip?

Original issue reported on code.google.com by kdman...@gmail.com on 10 Dec 2010 at 7:26

GoogleCodeExporter commented 8 years ago
To use the market you need to allow the following apps: "Market"; "Media 
Storage, DRM Protected Content Storage, Download Manager" and "Calendar Sync 
Adapter, Google Services Framework, Contacts Sync Adapter"

Please note that DroidWall is an iptables front-end, and thus is limited by 
iptables functionalities.

"App ID (unknown)" usually means that the connection was attempted by the Linux 
Kernel, and not by an application - so there is not App ID. I don't know any 
way on iptables to create rules matching against kernel connections.

Original comment by rodrigo...@gmail.com on 10 Dec 2010 at 11:31

GoogleCodeExporter commented 8 years ago
i can now download market apps after enabling "Calendar Sync Adapter, Google 
Services Framework, Contacts Sync Adapter"

Thanks

Original comment by kdman...@gmail.com on 10 Dec 2010 at 1:59

GoogleCodeExporter commented 8 years ago
good :) On the FAQ there are some recommended apps to enable.

Original comment by rodrigo...@gmail.com on 10 Dec 2010 at 3:28