[android-porting] Re: Build libbluedroid.so ERROR

2009-03-09 Thread Nick Pelly
On Mon, Mar 9, 2009 at 11:08 PM, NickS wrote: > > Thanks your help, Nick, I had built libbluedroid.so. Now I want to run > bluetooth from UI and in system/bluetooth/bluedroid/bluetooth.c, > asprintf(&rfkill_state_path, "/sys/class/rfkill/rfkill%d/state", > rfkill_id); can get the path of state, b

[android-porting] Re: Build libbluedroid.so ERROR

2009-03-09 Thread NickS
Thanks your help, Nick, I had built libbluedroid.so. Now I want to run bluetooth from UI and in system/bluetooth/bluedroid/bluetooth.c, asprintf(&rfkill_state_path, "/sys/class/rfkill/rfkill%d/state", rfkill_id); can get the path of state, but when I running Android on NetBook, my /sys/class/rfkil

[android-porting] Video Application opening error.

2009-03-09 Thread pramod
hi i have ported android onto the OMAP 3430 board. The android boots properly. But while opening the video applicatoin it quits.No error message is displayed on the screen. on running the logcat i got the following log. I/ActivityManager( 801): Starting activity: Intent { action=android.intent

[android-porting] MODE_IN_CALL

2009-03-09 Thread Hemant
What is the difference between these modes? MODE_NORMAL = 0, MODE_RINGTONE, MODE_IN_CALL And what is the function of MODE_IN_CALL specifically? BR, Hemant --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://gro

[android-porting] Re: Android for higher resolution screens

2009-03-09 Thread allstars
for kernel part first you need to modify DMA memory size in kernel/include/asm-arm/memory.h modify CONSISTENT_DMA_SIZE originally it was only 2M , so when you specify larger than 800x650 (800 * 650 * 4 = 208 => almost 2M) you can see out of memory in framebuffer but the maximux value of DMA_S

[android-porting] Re: Usage of Ext2 for booting Android

2009-03-09 Thread gulshan karmani
Thanks a lot Sean. On Mon, Mar 9, 2009 at 8:36 PM, Sean McNeil wrote: > The only change that you should need to do is setup your init.rc to mount > the directories as appropriate. > > > On Tue, Mar 3, 2009 at 9:24 AM, gulshan karmani > wrote: > >> Thanks Sean, do we have to make some changes ?

[android-porting] HTTP://WWW.KICKSQUALITY.COM china cheap wholesale ,air jordan shoes,air force one shoes.paypal accept!

2009-03-09 Thread jacken
Get Nike Shoes at Super Cheap Prices Discount Nike air jordans (HTTP://WWW.KICKSQUALITY.COM) Discount Nike Air Max 90 Sneakers (HTTP://WWW.KICKSQUALITY.COM) Discount Nike Air Max 91 Supplier (HTTP://WWW.KICKSQUALITY.COM) Discount Nike Air Max 95 Shoes Supplier (HTTP:// WWW.KICKSQUALITY.COM) Di

[android-porting] Re: Working (partially) on hp mini 1035nr

2009-03-09 Thread Androidphan
I got it working on a Gigabyte M912X netbook. Without sound, camera, wifi, touchscreen yet. On 9 mrt, 22:07, stillbourne wrote: > Will post instructions and maybe video later. Screen shots: > > http://twitpic.com/1v97qhttp://twitpic.com/1v98bhttp://twitpic.com/1v98vhttp://twitpic.com/1yp9uhttp:

[android-porting] Re: automating net.dns1 configuration

2009-03-09 Thread jpitt42
Where in the architecture is the preferred location for modifying net.dns1? For example, I'm starting up a PPP connection from the RILD whenever the upper layer commands RILD to start a data call. Should the RILD/ PPPD update the net.dns1 and net.dns2 with the DNS information from the IPCP negot

[android-porting] Working (partially) on hp mini 1035nr

2009-03-09 Thread stillbourne
Will post instructions and maybe video later. Screen shots: http://twitpic.com/1v97q http://twitpic.com/1v98b http://twitpic.com/1v98v http://twitpic.com/1yp9u http://twitpic.com/1v99w http://twitpic.com/1v9as http://twitpic.com/1v9bi Used eee_701 build as reference. No wifi, camera, or sd. Long

[android-porting] Re: Usage of Ext2 for booting Android

2009-03-09 Thread Sean McNeil
The only change that you should need to do is setup your init.rc to mount the directories as appropriate. On Tue, Mar 3, 2009 at 9:24 AM, gulshan karmani wrote: > Thanks Sean, do we have to make some changes ? > > Ext3 is default supported in kernel, so its better we use ext3 ? > > On Tue, Mar 3,

[android-porting] Android for higher resolution screens

2009-03-09 Thread Bill
I'm trying to port Android to a screen with a higher resolution. I saw a previous post about this but, no one responded. Seems the issue has something to do with a limit possibly set in the kernel. Has anyone had any success porting to a bigger screen with resolution greater than 800x600 and if

[android-porting] Online Android (HTC) & Other Mobiles Programmiing courses

2009-03-09 Thread EDUmobile
Hi Everyone, If you're interested in learning how to develop top class games and applications for the iPhone, HTC Touch (Android), Instinct, WinMobile, or any other mobile device or platforms - then you should definitely have a look at what they offer...http://EDUmobile.org Register today and wa

[android-porting] Re: How Android config proxy in brwoser

2009-03-09 Thread Liang Bao
try search the internet, you will search bunch of results 2009/3/9, yan lu : > Hi, > Do you know how to config proxy for browser in Android? > I can not find any menu to setting this. > thanks. > > > > --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...

[android-porting] android linker(static, dynamic, prelink)

2009-03-09 Thread EunByung Park
I already know about android customized linker, reading some article on internet. First of all, prelink mechanism is basically inserted to android platform. Of course prelink technique is not first in android, but customized. Second, I heard about smart linking of the static linking process, whi

[android-porting] How Android config proxy in brwoser

2009-03-09 Thread yan lu
Hi, Do you know how to config proxy for browser in Android? I can not find any menu to setting this. thanks. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~---

[android-porting] problem with porting mediaplayer to real board

2009-03-09 Thread susanner
Hi dear all I don't know whether here is the proper place to post the message, After I have change opencore ( mydroid/external/opencore, this is the lower layer relevant to media player) using mEmulation=true ( android/ android_surface_output.cpp) in order to use software codec; and copied t