what does the logcat say, while booting up? most probably it's looping 
over, after some crash.
watch carefully and check for the portion of log that is repeating itself 
(it could be very large).

On Thursday, 6 June 2013 06:42:33 UTC+2, ddy wrote:
>
>
> hi all
>  I'm porting an ics device to Jb,it can boot into laucher now,
> but its log print 
> E/Netd    ( 2041): exec() res=768 for /system/bin/iptables -t filter -N 
> bw_INPUT
> E/Netd    ( 2041): exec() res=768 for /system/bin/ip6tables -t filter -N 
> fw_INPUT 
>
> I googled,seemed have to rebuild kernel,so I add the following config to 
> default kernel config,
> I watched new kernel build ,the Netd error disappeared,but it's hang on 
> the booting animation.
> so did I fixed the Netd error or there are somewhere errors exist?
>
>
> CONFIG_NETFILTER_XT_MATCH_POLICY=y
>   CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
>   CONFIG_NETFILTER_XT_MATCH_QUOTA=y
>   CONFIG_NETFILTER_XT_MATCH_QUOTA2=y
>   CONFIG_NETFILTER_XT_MATCH_QUOTA2_LOG=y
>   CONFIG_NETFILTER_XT_MATCH_SOCKET=y
>   CONFIG_NETFILTER_XT_MATCH_STATE=y
>   CONFIG_NETFILTER_XT_MATCH_STATISTIC=y
>   CONFIG_NETFILTER_XT_MATCH_STRING=y
>   CONFIG_NETFILTER_XT_MATCH_TIME=y
>   CONFIG_NETFILTER_XT_MATCH_U32=y
>   CONFIG_NF_CONNTRACK_IPV4=y
>   CONFIG_NF_CONNTRACK_IPV6=y
>   CONFIG_IP_NF_IPTABLES=y
>   CONFIG_IP_NF_MATCH_AH=y
>   CONFIG_IP_NF_MATCH_ECN=y
>   CONFIG_IP_NF_MATCH_TTL=y
>   CONFIG_IP_NF_FILTER=y
>   CONFIG_IP_NF_TARGET_REJECT=y
>   CONFIG_IP_NF_TARGET_REJECT_SKERR=y
>   CONFIG_IP_NF_TARGET_LOG=y
>   CONFIG_NF_NAT=y
>   CONFIG_IP_NF_MANGLE=y
>   CONFIG_IP_NF_TARGET_MASQUERADE=y
>   CONFIG_IP_NF_TARGET_NETMAP=y
>   CONFIG_IP_NF_TARGET_REDIRECT=y
>   CONFIG_IP_NF_RAW=y
>   CONFIG_IP_NF_ARPTABLES=y
>   CONFIG_IP_NF_ARPFILTER=y
>   CONFIG_IP_NF_ARP_MANGLE=y
>   CONFIG_IP6_NF_IPTABLES=y
>   CONFIG_IP6_NF_TARGET_LOG=y
>   CONFIG_IP6_NF_FILTER=y
>   CONFIG_IP6_NF_TARGET_REJECT=y
>   CONFIG_IP6_NF_TARGET_REJECT_SKERR=y
>   CONFIG_IP6_NF_MANGLE=y
>   CONFIG_IP6_NF_RAW=y
>
>

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to