[android-porting] Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-18 Thread BiX
Hi, I'm booting Android 2.3 on BeagleBoard with kernel Linux-2.6.32. However, I'm getting this warning: """ Warning: unable to open an initial console. init: /init.rc: 149: invalid option 'root' init: cannot open '/ initlogo.rle' init: cannot find '/system/etc/install-recovery.sh', disabling 'fla

[android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-18 Thread BiX
mal init.rc > > also, check init with more traces enabled ( change LOG_DEFAULT_LEVEL > system/core/init, via loglevel in init.rc) > > > > > > > > > > On Tue, Jan 18, 2011 at 2:43 PM, BiX wrote: > > Hi, I'm booting Android 2.3 on BeagleBoard with kern

[android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-19 Thread BiX
Hey Amit, Thanks but your init does not work for me =( I'm using omap 3530. How do you attach files here btw? On Jan 19, 2:39 pm, Amit Pundir wrote: > On Tue, Jan 18, 2011 at 2:43 PM, BiX wrote: > > Hi, I'm booting Android 2.3 on BeagleBoard with kernel Linux-2.6.32. > &g

[android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-19 Thread BiX
one, good for bootup with > required commands and  less services started., > Try the one Amit shared - omap3evm version should be good for beagle too., > > >The only loglevel I see in init.rc is 'loglevel 3', am I supposed to > >change it? > > You can se

[android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-20 Thread BiX
t side, 'request_suspend_state' and 'init: untracked' only appeared once and not repeatedly. Thanks for all your help, Deva & Amit!! Cheers! On Jan 20, 12:01 am, Amit Pundir wrote: > On Wed, Jan 19, 2011 at 3:00 PM, BiX wrote: > > Ok I've tried Amit's in

[android-porting] Cannot on wifi in Android ported on BeagleBoard

2011-01-25 Thread BiX
I've successfully ported android 2.3 onto BB. However wifi cannot be switched on and doing a netcfg shows that there are only lo and USB, both which are down too. I'm using a Belkin G Wireless Network Adapter which depends on rt73. What I'm confused about is how do you compile the driver needed for

[android-porting] Re: Cannot on wifi in Android ported on BeagleBoard

2011-01-26 Thread BiX
le:obj-$(CONFIG_RT73USB) >          += rt73usb.o > > > How are the folders "/system/lib/modules" and "/system/etc/firmware" > > made? > > those were part of build and FS creation procedure., > you can refer our steps > athttp://omappedia.org/wiki/WiLink_Connectiv

[android-porting] Re: Cannot on wifi in Android ported on BeagleBoard

2011-01-28 Thread BiX
Ok... I could compile '/system/wlan/ti/wilink_6_1/platforms/os/linux' after 'make prepare' in kernel but the compilation will stop with the following errors: """ /home/android/gingerbread/OHA-Android-2.3_r1.0/system/wlan/ti/ wilink_6_1/platforms/os/linux/build/../../../../platforms/os/linux/src/ W

[android-porting] Wpa_supplicant - error: undefined reference

2011-02-14 Thread BiX
Hi, Using : Gingerbread (2.3_r1.0) Linux kernel version: 2.6.32 I was compiling beagleboard_xm-eng but I'll get the following error: """ target Executable: wpa_supplicant (out/target/product/beagleboard_xm/ obj/EXECUTABLES/wpa_supplicant_intermediates/LINKED/wpa_supplicant) prebuilt/linux-x86/to

[android-porting] Re: How to Ping a Bluetooth Device

2011-03-10 Thread BiX
http://android-dls.com/wiki/index.php?title=Magic_Root_Access On Mar 8, 10:37 pm, Mehmet Yildirim wrote: > "l2ping: permission denied" it says > > What should I do to get permission? > > On Mar 8, 2:50 pm, Ashwin Bihari wrote: > > > > > > > > > 'l2ping ' will do a Bluetooth ping.. > > > Regards

[android-porting] Cannot get WiFi and Bluetooth running

2011-03-10 Thread BiX
Using Gingerbread on OMAP 3530 For WiFi: 1. Build rt73 as loadable module. 2. Added BOARD_WLAN_TI_STA_DK_ROOT in BoardConfig.mk to build wlan_loader. 3. Placed rt73usb.ko, rt2x00lib.ko & rt2x00usb.ko in /system/lib/ modules. 4. Placed rt73.bin in /system/etc/firmware. Locat: I/WifiHW (

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread BiX
on.STATE_CHANGED On Mar 10, 9:30 pm, Pavan Savoy wrote: > On Thu, Mar 10, 2011 at 12:28 PM, BiX wrote: > > Using Gingerbread on OMAP 3530 > > > For WiFi: > > > 1. Build rt73 as loadable module. > > 2. Added BOARD_WLAN_TI_STA_DK_ROOT in BoardConfig.mk to build &

[android-porting] Modules for GSM?

2011-03-14 Thread BiX
I am using a gsm modules as shown > http://www.google.com/url?sa=D&q=http://www.sparkfun.com/products/9427 Currently, I've built FTDI serial driver and BeagleBoard recognize it but Android does not receive any signal. Can someone enlighten me on the modules or steps I am missing ? Thanks. -- uns

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread BiX
345): showUnbondMessage: Not displaying any message for reason:9 Are there any modifications or modules missing? Thanks in advance. On Mar 10, 9:30 pm, Pavan Savoy wrote: > On Thu, Mar 10, 2011 at 12:28 PM, BiX wrote: > > Using Gingerbread on OMAP 3530 > > > For WiFi: > &

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread BiX
ter on in UI which hciconfig -a will return an up. Bluetooth is unstable for me; sometimes it cannot scan for other devices and display timeout. On Mar 14, 9:14 pm, Pavan Savoy wrote: > On Mon, Mar 14, 2011 at 3:00 PM, BiX wrote: > > Thanks Pavan for the config. >

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread BiX
> comment this out from wifi.c My wifi.c was modified to follow http://projectkennel.com/wiki/diffs/wifi.html so this is wrong? On Mar 14, 9:14 pm, Pavan Savoy wrote: > On Mon, Mar 14, 2011 at 3:00 PM, BiX wrote: > > Thanks Pavan for the config. > > > WiFi: > > I buil

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread BiX
> comment this out from wifi.c I modified it according to http://projectkennel.com/wiki/diffs/wifi.html so it's wrong? On Mar 14, 9:14 pm, Pavan Savoy wrote: > On Mon, Mar 14, 2011 at 3:00 PM, BiX wrote: > > Thanks Pavan for the config. > > > WiFi: > > I

[android-porting] Re: Modules for GSM?

2011-03-16 Thread BiX
ok we will deal with RIL. Please let > me know about this. > > On Fri, Mar 11, 2011 at 5:55 AM, BiX wrote: > > I am using a gsm modules as shown > > >http://www.google.com/url?sa=D&q=http://www.sparkfun.com/products/9427 > > Currently, I've built FTDI serial

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-17 Thread BiX
5, A. phy0 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 5, CWmax: 10, . phy0 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 5, CWmax: 10, . On Mar 15, 10:52 am, BiX wrote: > > comment this out from wifi.c > > My wifi.c was modified to followhttp://projectk

[android-porting] Re: Modules for GSM?

2011-03-22 Thread BiX
to put the reference ril on it and see > what happens... (start it with "-d ttyUSB0") > > Having just one com port may be a bit of a challenge if you want to do > data... > > M. > > On Mar 16, 7:38 am, BiX wrote: > > > > > > > > > Sor

[android-porting] Re: Modules for GSM?

2011-03-22 Thread BiX
nce ril on it and see > what happens... (start it with "-d ttyUSB0") > > Having just one com port may be a bit of a challenge if you want to do > data... > > M. > > On Mar 16, 7:38 am, BiX wrote: > > > > > > > > > Sorry I do not understand h

[android-porting] Disable Fastboot or Bootloader?

2011-03-31 Thread BiX
I would like to know if there is any way to disable fastboot or bootloader for Nexus One? I've built without usb support but I'm still able to fastboot. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] USB flash drive detected but not mounted

2011-04-05 Thread BiX
I plugged in my thumb drive to a usb hub connected to Beagleboard running Gingerbread and minicom shows that the device is recognized as shown below: usb 1-2.3: new high speed USB device using ehci-omap and address 4 usb 1-2.3: New USB device found, idVendor=0781, idProduct=5567 usb 1-2.3: New USB

[android-porting] Re: USB flash drive detected but not mounted

2011-04-10 Thread BiX
ternal Storage > and won't be auto scanned for media files. > > Hope it will help. > > Regards, > Amit Pundir > > [1]http://www.lysesoft.com/products/andexplorer/http://www.mydroid.info/android-apps/ghost-commander-file-manager-v1-33/ > > > > > > > >

[android-porting] Re: USB flash drive detected but not mounted

2011-04-12 Thread BiX
r 11, 2011 at 7:49 AM, BiX wrote: > > Although the minicom shows "sdb: sdb1" when I plug in the thumb drive, > > it does not appear under mount. > > Mounting manually does not help either, "mount -t vfat /dev/sdb1 /mnt/ > > try "mount -t vfat /dev/bloc

[android-porting] Re: USB flash drive detected but not mounted

2011-04-12 Thread BiX
What's more, we have created a hard > link named "sdcard" at the root of system which points to "/mnt/ > sdcard". > To know more about the system structure, try the command "adb shell", > then you can type the unix command like "ls" there

[android-porting] Re: USB flash drive detected but not mounted

2011-04-12 Thread BiX
Never mind, scratch that question about mounting cdrom. It was as easy as adding a '-o ro'... On Apr 12, 3:13 pm, BiX wrote: > Thanks a lot! The disk was under /dev/block although I don't know why > it changed to sda1 instead. > Do you know how to mount a usb flash d

[android-porting] Re: USB flash drive detected but not mounted

2011-04-12 Thread BiX
e not found" before. Because > you need to enable the USB Debugging mode before. Take a look at the > Internet how to enable it. (Go to settings => applications > =>development => USB Debugging). After that, you can use "adb devices" > to view the list of devices c

[android-porting] Re: Modules for GSM?

2011-04-19 Thread BiX
Ideally, your modem should have more than one com port, so > you can dedicate one (or more) to control and one to data... > > Hope this helps. > > M. > > On Mar 22, 9:28 am, BiX wrote: > > > > > > > > > I've tried 'pppd ttyUSB0' on the co

[android-porting] Re: Modules for GSM?

2011-04-20 Thread BiX
wxrwx radioradio188, 0 1970-01-01 00:00 ttyUSB0 ls -l /dev/ppp crw-rw radiovpn 108, 0 1970-01-01 00:00 ppp On Apr 19, 6:05 pm, BiX wrote: > Sorry, I'm getting 'error: cannot bind socket' when I try 'adb forward > dev:/dev/ttyUSB0'. I&#x