Re: [android-porting] Re: Error at Boot up. Hangs at splash screen

2011-10-22 Thread Vinay R
Hi, Sorry for the delayed response. I have not solved the issue. On Tue, Oct 11, 2011 at 11:52 AM, whoard wrote: > Hi, > > @Vinay, have you solved the codec/audio issue you posted? > -- Thank you, Warm Regards, Vinay Ravish. -- unsubscribe: android-port

[android-porting] Porting to Digi Wi-imx51

2011-08-08 Thread Vinay
Hi All, I'm trying to port gingerbread to Digi Wi-imx51 board. I have referred to the following document - http://www.embedded-linux.co.uk/android/ccwimx51 I'm able to port and boot successfully with the images given by the author. Author suggests two partitions 1. Kernel 2. Android root file sy

[android-porting] LIbhardware

2011-03-14 Thread vinay kumar
Hi All, If any one know how lib hardware work , could u please explain me . Thanks & Regards Vinay -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] creating virtual gps

2011-03-14 Thread vinay kumar
libgps.so and send it back to framework. Thanks & Regards Vinay -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Implementing Binder Interface

2010-12-20 Thread Vinay
I have created the class which implements the Binder interface(Service). I am able to send the data to it from client. If I want to send the asynchronous response back to client, do I need to implement Binder interface at client as well? With Regards Vinayakumara T V -- unsubscribe: android-por

[android-porting] Re: porting froyo to imx51

2010-12-06 Thread Vinay
Hi Halimton, Things are resolved. I was able to boot froyo. There were no issues in fact, may be it wanted to test my patience :) I really wonder why it took so long to boot. This morning I started the board and was looking around hunting for solutions, and then it surprised me.. Thanks, Vinay

[android-porting] Re: porting froyo to imx51

2010-12-06 Thread Vinay
gs ${bootargs} init=/init androidboot.console=ttymxc0 di1_primary calibration ip=dhcp' I did: BBG U-Boot > setenv bootargs_android 'setenv bootargs ${bootargs} init=/init androidboot.console=ttymxc0 ip=dhcp' Again nothing seems to be working. Vinay. On Dec 7, 5:21 am, Hamil

[android-porting] Re: porting froyo to imx51

2010-12-06 Thread Vinay
w how I can go about it further. Thanks a lot Vinay. On Dec 6, 2:01 pm, Vinay wrote: > Hi, > > I'm trying to port froyo to imx 51 board. I have followed the > instructions given in the document: iMx Android R7 User guide.  I have > not encountered any error while building

[android-porting] porting froyo to imx51

2010-12-06 Thread Vinay
lete. EXT3-fs: mounted filesystem with writeback data mode. scsi 0:0:0:0: Direct-Access USB TO I DE/SATA Device 0041 PQ: 0 ANSI: 0 sd 0:0:0:0: [sda] Attached SCSI disk (This is where, nothing happens further) Thanks in advance, Vinay. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: INSTALL_FAILED_INSUFFICIENT_STORAGE in froyo

2010-11-17 Thread Vinay
Hi all, Even I'm facing the same problem. I'm using eclair. I have partitioned the sd card as per the guide lines given in the link: http://www.imxdev.org/wiki/index.php?title=All_Boards_Android Looking forward for some suggestions, Thanks Vinay. On Nov 17, 2:56 pm, ashwani wrote:

[android-porting] Re: using bluetooth dongle with imx board

2010-11-14 Thread Vinay
g/browse_thread/thread/4e5930894053db24 Thank you. Vinay On Nov 10, 2:28 pm, Vinay wrote: > Hi Alan, > > The following configuration was set while building the kernel > > CONFIG_BT=y > CONFIG_BT_L2CAP=y > CONFIG_BT_SCO=y > CONFIG_BT_RFCOMM=y > CONFIG_BT_RFCOMM_TTY=y >

[android-porting] Re: android.process.acore

2010-11-14 Thread Vinay
under the hood.. why does this problem of low memory start after a while. Thanks in advance. Vinay. On Nov 11, 4:32 am, Dianne Hackborn wrote: > You know more about your device than I do, so I'm not sure what else I can > do.  It says that it failed writing to storage because it though

[android-porting] Re: using bluetooth dongle with imx board

2010-11-10 Thread Vinay
, BOARD_HAVE_BLUETOOTH flag was also set for the android build. I'm unable to turn on the bluetooth. The logcat output indicates time- out. I'm using a USB Bluetooth dongle with CSR chipset. Please let me know if I'm missing some thing.. Thank you, Vinay. On Nov 9, 6:14 pm, Alan Carvalho de Assis wr

[android-porting] Re: android.process.acore

2010-11-10 Thread Vinay
Hi Dianne, I did notice that error. I'll be thankful if you can please elaborate on that error and how to go about to resolve that. Thank you Vinay On Nov 9, 11:52 pm, Dianne Hackborn wrote: > This seems pretty clear: > > E/Database( 2290): Failure 13 (database or disk is ful

[android-porting] android.process.acore

2010-11-09 Thread Vinay
ava:618) E/ContactsProvider( 2290): at dalvik.system.NativeStart.main(Native Method) Thanks, Vinay -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] using bluetooth dongle with imx board

2010-11-09 Thread Vinay
http://groups.google.com/group/android-porting/browse_thread/thread/575cce00be3d633d/3b8fc32e2b1558b5?lnk=gst&q=Connecting+a+Bluetooth+device+via+USB+on+beagleboard#3b8fc32e2b1558b5 I'm unable to communicate with the USB bluetooth dongle. Please let me know how to go about this.. Tha

[android-porting] Re: Error at Boot up. Hangs at splash screen

2010-10-17 Thread Vinay
d the dependecy between, removing Launcher and audio codec chip being not detected correctly ?? And is there some more that application Launcher does other than just dealing with the home screen kind of UI.. ?? Finally, Am I taking a wrong way of replacing the Launcher ??? Thanks a lot. Vinay On

[android-porting] Error at Boot up. Hangs at splash screen

2010-09-30 Thread Vinay
ry #8 Freeing list entry #9 Freeing list entry #50 (This repeats..) The spalsh screen blinks and boot does not proceed. Thanks, Vinay -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] make clean for imx51_BBG android build

2010-09-29 Thread Vinay
build?? (The iMx specific imx51_BBG build) I hope I'm clear with my question. Thanks. Vinay -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Emulator with iMx specific images.

2010-09-29 Thread Vinay
Hi, Kindly let me know if it is possible to run emulator using the images obtained after applying iMx51 specific patches and building android (eclair). I have followed the steps suggested on the IMx Android r7 user guide to build the android source for the iMx51 board. I have tried copying the sy

[android-porting] Integrating 3rd party APPLICATION

2010-09-28 Thread Vinay
libraries: http://groups.google.com/group/android-framework/browse_thread/thread/a8b67be37a52101a?q=#019d20de15836c54 Kindly guide me how different is it when it comes to integration of application and how to handle the libraries and native code. Thanks, Vinay -- unsubscribe: android-porting+unsubscr

[android-porting] Full screen ViewFinder

2010-04-07 Thread Vinay
full screen. Any pointers on this would be really helpful. Regards, Vinay K. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me" as the subject.

[android-porting] Camera on Eclairs

2010-02-03 Thread Vinay Krishnamurthy
Camera.java and AndroidManifest.xml file present under packages/apps/Camera directory, but of no use. Thanking you, Vinay K. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Enabling Wifi on Beagle Board

2009-12-06 Thread Vinay H
thai might help. of course this is done on older android version, http://vinayharugop.blogspot.com/2009_02_01_archive.html On Sun, Dec 6, 2009 at 8:39 PM, anantha krishnan wrote: > Hi Ashwin > > Thanks for your input.By the way do you have any idea reagrding how > wifi should be enabled at

[android-porting] Re: Does android provide SMP multicore support ?

2009-09-30 Thread Vinay harugop
Hi shivappa at the moment kernel ver is 2.6.27. soon will move to 2.6.29. regards, -vinay On Sep 22, 7:39 pm, Shivappa wrote: > Hi Vinay, > > May I know the kernel version you have used to boot Android with SMP > enabled ? > > Regards > Shivappa > > On Aug 31, 9:

[android-porting] Re: Does android provide SMP multicore support ?

2009-08-31 Thread Vinay harugop
hello All, Android works cool on SMP architecture and Check the below link http://groups.google.com/group/android-platform/browse_thread/thread/de20f1b10703acc2/a3feacf349f9be51?show_docid=a3feacf349f9be51 System is very much stable and robust. regards, -vinay On Aug 16, 5:06 pm, venu wrote

[android-porting] Hardware/Software Codec in OpenCore

2009-08-13 Thread Vinay
Hi All, I wanted some clarification about hardware and software codecs. I am integrating a "hardware codec" for some video format into OpenCore. I will get the codec from my vendor. After integration does it work in emulator, since the codec I am integrating is the hardware codec? Can I have both

[android-porting] Re: conatct/calender/dialer does not launch

2009-08-13 Thread vinay
Got fixed but in a strange way.. I am flashing using MMC card and this card need to be FAT formatted. On Aug 12, 8:06 pm, Yi Sun wrote: > What did you do? Here is what I did: > for each xxx-finger, I created a new directory called xxx-notouch > > > > > > On Wed, Aug 12,

[android-porting] Re: conatct/calender/dialer does not launch

2009-08-12 Thread Vinay H
>> >> On Tue, Aug 11, 2009 at 10:37 PM, vinay harugop wrote: >> >>> >>> hello, >>> >>> I have android 1.5 running on developer board which does not have >>> touhchscreen and all keboard keys are passed through UART. All >>&

[android-porting] conatct/calender/dialer does not launch

2009-08-11 Thread vinay harugop
hello, I have android 1.5 running on developer board which does not have touhchscreen and all keboard keys are passed through UART. All application works except contact, calender and dialer. When these applciations are launched "android.process.acore has stopped unexpectdegly" error comes wth for

[android-porting] Sending Video/Audio frame as input to OpenCore

2009-08-05 Thread Vinay
Hi All, I am not able to use MediaPlayer/VideoView to make rtsp to work in Android. So I have created a client to interact with RTSP server, I have succeeded in doing this. I am able to get the video/audio frame from RTSP server (MySpace) in Android. Now I want to play the frames. I have searched

[android-porting] RTSP stack implementation

2009-07-31 Thread Vinay
Hi, I am working on making RTSP url to work on Android. 1. I have used MediaPlayer and VideoView to play the RTSP url but both of them fail to play in G1 Device and emulator. Error is PVMFFailureiin PLAYER_INIT. 2. So I thought of implementing a RTSP client from scratch. I have developed a small

[android-porting] Re: porting on S3C24xx (ARMv4T)

2009-07-28 Thread Vinay Rao
Hi , Latest Android source has already support for ARMv4t architecture. Download the latest source and cross compile for ARMv4t. Regards, Vinay R Rao On 7/29/09, Brian Code wrote: > > You can find an ARMv4T compatible build on http://git.koolu.org . It's > a build that'

[android-porting] TOUCHSCREEN ISSUE on SMDK2440 Platform

2009-07-08 Thread Vinay R Rao
pressed. How can i rectify this slight shift in the co-ordinates on the touch screen? Waiting for replies. Thank you Regards, Vinay R Rao --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

[android-porting] Re: Internet Access on ANDROID

2009-07-05 Thread Vinay Rao
It is for Wired Etherent not wireless Regards, Vinay R Rao On 7/6/09, Rakesh Kumar wrote: > Hi, > This solution is for wired(Ethernet) or wireless internet(GPRS). > > > Thanks > Rakesh > > 2009/7/6 Terry Z > >> >> Hi vinary >> My android can

[android-porting] Re: Internet Access on ANDROID

2009-07-05 Thread Vinay Rao
hi terry, Thank you very much for the reply. My internet is working now. regards, Vinay On 7/6/09, Terry Z wrote: > > Hi vinary > My android can get to Internet. > 1)i use DHCP at start up, > 2)use "setprop net.dns1 "cmd to set the address of DNS server. > Go

[android-porting] Re: error on booting android filesystem through NFS

2009-07-03 Thread Vinay Rao
ed my android using arm-eabi tool chain and the problem got solved. Even u try 1st booting your kernel with BUSYBOX init before trying ANDROID init directly. First make sure your kernel is booting fine using BUSYBOX init. Regards, Vinay On Fri, Jul 3, 2009 at 4:33 PM, manjunatha wrote: > &g

[android-porting] Internet Access on ANDROID

2009-07-02 Thread Vinay R Rao
the steps to get internet working on ANDROID. Waiting for your replies. Thank you in advance. Regards, Vinay R Rao --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: error on booting android filesystem through NFS

2009-07-02 Thread Vinay Rao
Hi, Your boot loader bootargs may be wrong check it once. Regards, Vinay R Rao On Thu, Jul 2, 2009 at 7:36 PM, manjunatha wrote: > > Hi > > I am getting following error on mounting android filesystem through > NFS on OMAP board: > > Kernel panic - not syncing: Attempte

[android-porting] browser URL string concatenated with "null"

2009-06-30 Thread vinay harugop
d as "http:// www.google.com/m?client=ms-null"; has anyone noticed this and got the fix? thanks, -vinay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Flv to mp4 Convertion

2009-06-26 Thread Vinay
Hi All, I want to play the flv files in Android. So what I thought is to convert the flv file to mp4 or 3gp(for which there is a decoder in Android). OpenCore can be used to convert. I have looked into opencore code, there is a class in opencore "/android/external/opencore/ fileformats/mp4/compose

[android-porting] Re: Is 768MB RAM sufficient to install and build Android ?

2009-06-14 Thread Vinay Rao
768 RAM is sufficient, but system will become slow during the compilation of ANDROID source. 1GB RAM is recommended. Regards, Vinay R Rao On 6/13/09, liuhy wrote: > in my environment , build android need 1G ram at least. > > 2009/6/12 Ishita Sharan > >> >> >>

[android-porting] Re: MX27 Android porting problems

2009-06-11 Thread Vinay Rao
d check it. It will work 100%. Regards, Vinay r Rao On 6/12/09, xro wrote: > > hi... > > I know the power problem ;) > > so, you have to modify your com_android_server_BatteryService.cpp. > This file is in your Android environment (mydroid) there is a > patch somewhere..

[android-porting] Re: Regarding Porting Guide

2009-06-04 Thread Vinay Rao
HI manish, which platform are you trying to port Android? On 6/3/09, Manish K Hemani wrote: > Dear all, > I want to port android on a new board. > I am new to android porting. > Please some one help me how to go ahead with this. > existing documentations are already obsolete. > Please help. >

[android-porting] Re: init process unknown instruction call

2009-06-04 Thread Vinay Rao
Can you post your strace log?? On 6/3/09, Neil Nguyen wrote: > > > I have the same issue but it is my kernel configuration. > I did not have CONFIG_EABI and CONFIG_OABI_COMPAT turned on. > You give it a try and see if it helps. > Neil > > --- On Wed, 6/3/09, sathish kumar wrote: > >> From: sath

[android-porting] Re: ANDROID Home Screen problem on SMDK2440 Platform

2009-06-03 Thread Vinay R Rao
solution for the MIRROR INPUT? Thank you Regards, Vinay R Rao On Jun 1, 10:59 am, Vinay R Rao wrote: > HI all, > > Android GUI is up on SMDK2440 Platform(Armv4t architecture). There are > few issues with the LCD: > LCD was flickering whenever i tap on the LCD screen after th

[android-porting] Re: Porting ANDROID on S3C2440 Platform

2009-06-02 Thread Vinay Rao
check whether it boots using BUSYBOX. Better use Linux-2.6.27 kernel, because Android 1.5 source contains Linux-2.6.27 kernel and it becomes easy for you to add Android related stuffs to your custom modified Linux-2.6.27 kernel. Regards, Vinay On 6/2/09, Ash09 wrote: > > Hi Vinay, > I

[android-porting] ANDROID Home Screen problem on SMDK2440 Platform

2009-06-01 Thread Vinay R Rao
us gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@43688d0 D/TrackingPatternView( 1614): width=240 textureWidth=120 What could be the cause of the above problem? Please help me solve the same. Regards, Vinay R Rao --~--~-~--~~~---~--~~ unsubscribe: android-portin

[android-porting] Re: Porting ANDROID on S3C2440 Platform

2009-05-28 Thread Vinay R Rao
er is working fine. i can cat /dev/input/event0 Please help me to solve the above problems. Thankyou, Vinay R Rao On May 11, 12:17 am, Vinay R Rao wrote: > Hi jollen and michael, > > Thank you very much for your reply.  I will surely go through Koolu > repository and contact y

[android-porting] diff master branch and android 1.5 branch

2009-05-14 Thread vinay harugop
to master branch and that is why master branch version set to 1.5?? Can some one clarify imm. regards, -vinay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Porting ANDROID on S3C2440 Platform

2009-05-10 Thread Vinay R Rao
boot the Linux-2.6.27 kernel (with android related changes) on the > > s3c2440 platform the following error occurs : > > > "Kernel panic - not syncing: Attempted to kill init!" > > > I don't know where exactly the problem is. Please help me in solving >

[android-porting] Porting ANDROID on S3C2440 Platform

2009-05-07 Thread Vinay R Rao
ror occurs : "Kernel panic - not syncing: Attempted to kill init!" I don't know where exactly the problem is. Please help me in solving the problem. Where am i going wrong? Does the patches given in the benno's blog works perfectly f

[android-porting] dalvik profiling

2009-02-22 Thread vinay harugop
hi, Are there any method for thread profiling of Dalvik.. Any one tried using oprofile for Dalvik since it needs agent startup options to be given. thanks, -vinay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] Re: Porting a WiFi Driver on a android supported platform

2009-02-11 Thread vinay
wpa_supplicant.conf file for AP configuration and Run /system/bin/wpa_supplicant -Dwext -ieth1 -c/sdcard/wpa_supplicant.conf 5. Run dhcp to get the IP /system/bin/dhcpcd -d eth1 6. Ping to AP to check connectivity. regards, -vinay On Thu, Feb 12, 2009 at 11:58 AM, Maneesh wrote: > > Hi

[android-porting] automating net.dns1 configuration

2009-02-11 Thread vinay harugop
make this automatic setting of net.dns1? how to put in init.rc for chnaging DNS server ip OR is there any way to inform dhcp to up date net.dns1 ? thanks, -vinay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google

[android-porting] Re: touch screen calibration?

2009-02-08 Thread vinay
>It has to be calibrated data. Android assumes it to be calibrated that means dirver should have hard coded XMAX,XMIN, YMAX, YMIN as per the touch screen calibrated earlier ? On Sun, Feb 8, 2009 at 6:20 PM, vishal bhoj wrote: > > It has to be calibrated data. Android assumes it to be calibrated

[android-porting] Re: android DNS fail to resolve website IP adddres

2009-02-03 Thread vinay
On Thu, Jan 29, 2009 at 11:47 AM, vinay wrote: > hi, > > DNS started working after setting net dns proprty.. , > setprop net.dns1 > > thanks, > -vinay > > On Wed, Jan 21, 2009 at 12:10 PM, Sean McNeil wrote: > >> >> eth1 isn't a valid device

[android-porting] Re: touch screen sensitivity while scrolling

2009-01-30 Thread vinay
hi dianne, i checked the android issue list,, issues 1497 and 1740 are relevent to my problem? willl these be fixed in comming release? *http://code.google.com/p/android/issues/detail?id=1497#makechanges*<http://code.google.com/p/android/issues/detail?id=1497#makechanges> -vinay On Fri,

[android-porting] Re: touch screen sensitivity while scrolling

2009-01-30 Thread vinay
9 at 3:02 PM, Dianne Hackborn wrote: > Are you saying that your hardware is behaving worse or different than the > G1, or that you want to change the framework to do something different? > > On Thu, Jan 29, 2009 at 11:48 PM, vinay harugop wrote: > >> >> hi, >>

[android-porting] touch screen sensitivity while scrolling

2009-01-29 Thread vinay harugop
hen whole screen automatically moves up/down. Some kind of more inertial behaviour for the current screen. below inetruupt handler routine snipp.. regards, -vinay harugop -- if( pin_value == 1) { //pen up input_report_abs(&d->idev, ABS_X, lastx); input_report_abs

[android-porting] Re: android DNS fail to resolve website IP adddres

2009-01-28 Thread vinay
hi, DNS started working after setting net dns proprty.. , setprop net.dns1 thanks, -vinay On Wed, Jan 21, 2009 at 12:10 PM, Sean McNeil wrote: > > eth1 isn't a valid device for tracking. Take a look at > frameworks/base/core/java/android/net/MobileDataStateTracker.java. > Y

[android-porting] Re: Wifi: how to cancel scanning

2009-01-27 Thread vinay
by andrew, I wil try with settig wifi.interface property with eth1. BR, -vinay On Wed, Jan 28, 2009 at 9:19 AM, pavan savoy wrote: > Hi, > > Please look into the earlier posts, like Wifi and wpa_supplicant, I faced > all these set of issues & its been discussed there. &g

[android-porting] Wifi: how to cancel scanning

2009-01-27 Thread vinay
with event EVENT_DHCP_START. how to acheive this? -vinay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Open GL

2009-01-21 Thread vinay
it is completly on ARM, not accelerated. On Wed, Jan 21, 2009 at 3:36 PM, Vandana Vuthoo wrote: > Hi All, > I have ported android on TI OMAP 3530, I can see that open GL application > is running , is it with hardware acceleration or software acceleration? > In case it its hardware acceleration,

[android-porting] android DNS fail to resolve website IP adddres

2009-01-20 Thread vinay
hi, I have configured wifi with custom driver and able to connect to secured Access point. But IP resolv for website link is not happening. If I type IP address in the url then browser opens the site. Are there any known problems/limitations with DNS deployment in android on real target ? bel

[android-porting] Re: Enabling route table with Custom Wifi driver

2009-01-15 Thread vinay
thanks for the information..Android is really doing great on my board.. -vinay On Thu, Jan 15, 2009 at 10:54 PM, dimitr...@android.com < dimitr...@android.com> wrote: > > Hi, > > If you take a look on route utility you will find that it can only set > values. > To get

[android-porting] Re: Enabling route table with Custom Wifi driver

2009-01-15 Thread vinay
getprop is displaying network setting, route table and all four DNS nameserver ip address. thanks, -vinay On Jan 15, 11:32 am, vinay wrote: > hi , > > I am making custom wifi driver up in android. After installing the > wifi driver I am able to run wpa_supplicant and dhcpcd t

[android-porting] Enabling route table with Custom Wifi driver

2009-01-14 Thread vinay
hi , I am making custom wifi driver up in android. After installing the wifi driver I am able to run wpa_supplicant and dhcpcd to get the IP address. This is working for open mode and close mod also. But when I run route in the terminal nothing is displayed and route just return back. Here DHCP