[android-porting] Re: kernel built error

2011-05-10 Thread Ashwini Singh
Hi Krishna, First of all, please check if you have prebuilt toolchain in your codebase. If not 'git' clone it. after that, jump to the ../prebuilt and select your host. If you are using ubuntu (say), jump to ../prebuilt/linux-86 then, 'toolchain' ../prebuilt/linux-86/toolchain Now, you'll see

[android-porting] IP unavailable at User Screen; available on terminal.

2011-05-30 Thread Ashwini Singh
Friends, While working with wireless network. I'm able to get IP/DNS/Netmask etc form DHCP. i.e. [dhcp.wm0.pid]: [2154] [dhcp.wm0.reason]: [BOUND] [dhcp.wm0.dns1]: [192.168.0.1] [dhcp.wm0.dns2]: [] [dhcp.wm0.dns3]: [] [dhcp.wm0.dns4]: [] [dhcp.wm0.ipaddress]: [192.168.0.13] [dhcp.wm0.gateway]: [1

[android-porting] Re: New To Android

2011-05-30 Thread Ashwini Singh
HI John, That 'porting guide' is no longer available on google. However, a copy of it can be found at www.kandroid.org/android_pdk/index.html Thanks. On May 28, 1:15 am, John Anderson wrote: > Greetings all, > > I'm fairly new to Android.  I've gone through the build process and made it > up t

[android-porting] Re: What type of this .img file?

2011-06-05 Thread Ashwini Singh
Hi Tony, TO UNPACK: $ mkdir open_ram $ cd open_ram $ gunzip -c ../your-ramdisk-file | cpio -i PACK it again: $ cd $ find . | cpio -o -H newc | gzip > ../newramdisk.cpio.gz Thanks. On Jun 5, 12:25 am, Tony wrote: > Hello, > > I'm new to android dev

[android-porting] D/DHCP ( 1636): socket() failed: Permission denied

2011-06-07 Thread Ashwini Singh
Friends, While working with the DRAFT release of pandroid-gingerbread... http://pandroid.googlecode.com/files/L27.12.1-P2-pandroid_rls.tar.bz2 'netcfg' command is not working... D/DHCP( 1636): socket() failed: Permission denied How can I enable all this network features on it? -- unsubsc

[android-porting] Re: How to download the gingerbread code for panda board[omap4]

2011-06-10 Thread Ashwini Singh
Hi Amit, I've ported your code on BeagleBoard-xm. Is there any procedure to update the source codebase to support panda as well. OR, do i need to repo sync it. In both the case, what will be the procedure? Does Panda support ethernet? Is it functioningproperly? Thanks. On Jun 8, 5:36 pm, A

[android-porting] Re: How to download the gingerbread code for panda board[omap4]

2011-06-13 Thread Ashwini Singh
Hi Amit. Thanks. eager to work on it. :) Thanks a lot. On Jun 12, 11:45 am, Amit Pundir wrote: > On Fri, Jun 10, 2011 at 4:50 PM, Ashwini Singh wrote: > > Hi Amit, > > > I've ported your code on BeagleBoard-xm. > > > Is there any procedure to update the source

[android-porting] Ethernet not working - gingerbread pandaboard

2011-06-13 Thread Ashwini Singh
Friends, I need help on this:--> I downloaded the PandaBoard L27.12.1-P2-pandroid "DRAFT" release prebuilt from the link: http://www.omappedia.com/wiki/PandaBoard_L27.12.1-P2_Release_Notes When i try to 'netcfg' on terminal, It throws a message- D/DHCP( 1479): socket() failed: Permission

[android-porting] Re: Ethernet not working - gingerbread pandaboard

2011-06-14 Thread Ashwini Singh
worked with adb over OTG. Thanks. On Jun 15, 6:35 am, Nishanth Menon wrote: > On 06/13/2011 08:37 AM, Ashwini Singh wrote:> Friends, > > > I need help on this:--> > > >   I downloaded the PandaBoard L27.12.1-P2-pandroid "DRAFT" release > >   prebuilt

[android-porting] Re: is that possible to add iwpriv tool to android

2011-07-12 Thread Ashwini Singh
Hi, http://code.google.com/p/android-wifi-tether/source/browse/tools/wireless-tools/iwpriv.c?r=434 Hope, thats what you are looking for. Thanks Regards, Ashwini On Jul 12, 3:33 pm, Hao wrote: > Dear All, > > I am trying to change the beacon interval of softap mode in android. > The wireless

[android-porting] Re: Compile Android Kernel 2.6.32.9 for Tegra Harmony board

2011-08-18 Thread Ashwini Singh
Hi Magnus, Try comparing kernel configurations. On Aug 18, 3:56 pm, Magnus wrote: > Hi, > > I'm trying to compile and boot the 2.6.32.9 kernel for my harmony > board but it will not boot > Here is the exactly what I do: > > repo init -u git://nv-tegra.nvidia.com/android/manifest.git -b froyo- >

[android-porting] Re: wifi cannot scan for any network,but using "adb shell",it works well.

2011-08-23 Thread Ashwini Singh
Hi weihongcsu, It seems like a permission issue. Scenario is :--> There is something that is accessible via adb and un- accessible via console. I guess, granting permissions to 'console' should do the work. On Aug 20, 12:59 pm, weihongcsu li wrote: > Dear all, > Hello!I am trying to use bc

[android-porting] Re: wifi cannot scan for any network,but using "adb shell",it works well.

2011-08-24 Thread Ashwini Singh
> I/ActivityManager( 200): Start proc android.process.media for broadcast > com.android.providers.downloads/.DownloadReceiver: pid=760 uid=10020 > gids={1015, 2001, 3003} > D/GoogleLoginService( 601): onBind: Intent { > act=android.accounts.AccountAuthenticator > cmp=com

[android-porting] Re: wifi cannot scan for any network,but using "adb shell",it works well.

2011-08-25 Thread Ashwini Singh
.100 -- Note that suffix - 1 after dns. > Thank you all the same! Not at all. You may continue to get the DHCP Time-out message. It's just an effort to override and get network connectivity established. > > 2011/8/25 Ashwini Singh > > Hi weihongcsu/li, > >