[android-porting] Re: normal boot in s5pc110

2011-11-29 Thread white
I think u need the partition table informations. You would better read a article related with GPT partition table or LBA partition table. Partition size is decided by Partition table information. And the filesystem type is decided by super block node information. On 11월29일, 오전2시21분, Johnson Pinto

[android-porting] Some questions about using GDB in libskia.so

2011-11-29 Thread violet...@gmail.com
H! I want to trace skia behavior in Browser by using GDB. It is strange that GDB sometimes jump back and isn't in sequence. Maybe it is caused by code optimization, so I want to disable it. Try to add LOCAL_FLAGS += -O0 in external/skia/Android.mk or add the following setting in "buildspec.mk" DE

[android-porting] Re: Ethernet Patch, but problems with dhcpcd

2011-11-29 Thread Ronnyek
Nicu, I am actually using your patches... I am not 100% sure if its patched in completely (I've noticed it appears the settings/ethernet stuff should show the dhcp settings regardless if its in dhcp or static (if its been set) and mine does not. Regarding the dhcpcd.conf, should I have any entrie

[android-porting] Re: pandaboard kernel repository for ICS / android-4.0.1_r1 / master

2011-11-29 Thread Fab
Hi Christopher, Here are the indications to download kernel source and compile it: git clone https://android.googlesource.com/kernel/omap cd omap git checkout remotes/origin/android-omap-panda-3.0 make ARCH=arm CROSS_COMPILE=/prebuilt/linux-x86/ toolchain/arm-eabi-4.4.0/bin/arm-eabi- mrproper mak

[android-porting] pandaboard kernel repository for ICS / android-4.0.1_r1 / master

2011-11-29 Thread Christopher Friedt
Hi list / JBQ Just wondering where the source repository is for the Panda kernel image with the release of ICS. I could only find a binary kernel image (device/ti/panda/kernel) and no direct link in the README. Sorry for reposting if this is a common question, but g00gling did not turn up any co

[android-porting] Re: Android socket failed when enable Bluetooth dongle

2011-11-29 Thread Jiancong Xie
Currently, after removed the ANDROID_PARANOID_NETWORK and added bluetoothd as service in init.rc, the bluetoothd and dbus-daemon worked fine on my system. I can use my hci1 usb device to scan bt devices nearby. And I can use "sdptool browse " to scan service too. But the new issue I met is that

[android-porting] Battery logo display problem

2011-11-29 Thread Muneer Ahamed
Hi I have updated my kernel to 3.0.4. Battery logo is not able to get read the battery information Got logcat messages as follows E/BatteryService( 146): Could not open '/sys/class/power_supply/ac/type' E/BatteryService( 146): Could not open '/sys/class/power_supply/usb/type' E/BatteryService(

[android-porting] Re: normal boot in s5pc110

2011-11-29 Thread Johnson Pinto
yes, i see the message with the bootloader.. i have one question: when we partition the sd-card to boot the board. it has to be partitioned to 4 parts (types i think it is 1 fat32 and 3 ext4) i have 2 gb card. can you please tell me the partition size and what type ? -johnson On Nov 27, 7:37 pm,

[android-porting] Re: Have tabletUI interface (with system bar at bottom) with Android 4.0.1 ICS

2011-11-29 Thread Fab
Hi, Thank you very much for your indications, I just tried to set ro.sf.lcd_density=120 in device.mk and make a new build and it works perfect :) I can go on on my next steps :) Fab On 29 nov, 09:02, Hemanth(ヘマント) wrote: > Hi, > > It might be because of the density value. > If you want to use

Re: [android-porting] Ethernet Patch, but problems with dhcpcd

2011-11-29 Thread Nicu Pavel
> I've attempted to modify a script 20-dns.conf, but doesnt really seem > to change anything at all. In logcat, it looks like it gets the proper > ip, gateway, and netmask, but shows 0.0.0.0 for both dns1 and dns2. > > It also seems like there may be issues with the patch creating a route > to 0.0.

[android-porting] Re: Have tabletUI interface (with system bar at bottom) with Android 4.0.1 ICS

2011-11-29 Thread ヘマント
Hi, It might be because of the density value. If you want to use the tablet interface you might need to change it. Honeycomb also had a similar way yo change the ui scheme based on the density. Check out: http://forum.xda-developers.com/showthread.php?t=704890 On Nov 28, 9:02 pm, Fab wrote: >