[android-porting] Vendor setup and other files...

2013-09-30 Thread Einārs V .
Hi! I want to compile gingerbread for my device - Samsung Galaxy Y Duos (S6102), codename: torino. How can I create vendor files and all other necessary files for building?? -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-port

[android-porting] Re: I want to Know how many times Android rebooted.

2013-09-30 Thread shridutt kothari
Hi Punith, you may find this file useful: /system/core/rootdir/init.rc Thanks, Shridutt Kothari Impetus Infotech Limited shriduttkoth...@gmail.com On Thursday, June 20, 2013 1:16:10 PM UTC+5:30, Puneet B wrote: > > Hi Guys. > > I have working sd card which boots Android successfully. > > now i

Re: [android-porting] Routing data between WiFi and Mobile network

2013-09-30 Thread rishi gupta
Dear Robert, Does pppd (point to point daemon) always comes into picture when browsing internet using radio modem or 3G USB data card. On Friday, June 21, 2013 11:43:09 AM UTC+5:30, rishi gupta wrote: > > Thank you Robert, I am going through code to understand deeply what you > have said. > You

Re: [android-porting] build phone without cell capabilities

2013-09-30 Thread shridutt kothari
Adding more value to my previous answer:- To configure PRODUCT_NAME for your build, you will need to modify few files in following directory: Your_AOSP_root/device/manufacturer/your_product/ and files you will need to modify are: 1. AndroidProducts.mk -> here you will need to add following tag

[android-porting] LCD , Camera and Battery porting

2013-09-30 Thread Sean Shui
Hi I am a beginner for Android platform development. Should I get IHV Linux driver open source for LCD Camera and Battery porting ? Can these devices use generic drivers ? If we do not have IHV battery driver , can Android power management use generic battery driver ? Thank for your guid

Re: [android-porting] build phone without cell capabilities

2013-09-30 Thread shridutt kothari
Hi Jnan, To include Telephony or no telephony related app In AOSP is decided with the help of make files. In AOSP various types of product configurations are available in /build /target /product