[android-porting] Can any one tell me steps to port android to Nokia 5130

2010-05-28 Thread vasudeva pavan kumar
Hi All, I am a fresher to the group and mobile app development itself. I own Nokia 5130 X Press Music piece. and I want to see Android running on it. Could you please help me. What do I need to do for this. Regards, Vasudev -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] How to make the emulator work with the Custom Android IMage

2010-05-28 Thread gopu
Hi , Created a custom Android Image Its working in real hardware.But in emulator its not working. How to make it work in emulator ?.I just replaced the system.img ramdisk.img in the SDK/platforms/platfo../image/ Is their a way to debug in emulator env? Thanks Regards Gopu -- unsubscribe:

RE: [android-porting] Can any one tell me steps to port android to Nokia 5130

2010-05-28 Thread Uhrenfeldt Henrik
Hello Vasudev, The 5130 device is a phone running on Nokia's own mobile phone OS. To get Android running on it, you would need tons of things in place: 1. A Linux kernel (with sources) capable of booting up on the device 2. Sufficient CPU power (I don't know the specs of the CPU in this one -

RE: [android-porting] Updating Android

2010-05-28 Thread Uhrenfeldt Henrik
Hi Ashwin, You do not give many details here, so without even knowing which device we are talking about, it is hard to give you any advice. To update Android, you basically have a few important components: 1. Linux kernel 2. Android's filesystem - home of all system code, apps, media, etc.

[android-porting] RE: Data connection via cell modem (GPRS)

2010-05-28 Thread Uhrenfeldt Henrik
Hi Mike, Am I right in assuming that you cannot use the browser no matter how you supply internet connectivity for Android? Even if it is USB Ethernet, manual PPP, etc.? Normally Android wants to do a Google login (probably to integrate nicely with all the Google services), but in the source

Re: [android-porting] Updating Android

2010-05-28 Thread Ashwin Bihari
Hi Henrik, I was just trying to see what others are using to perform upgrade on devices that aren't cell-phones and so on.. My device holds the Boot loaders (X-Loader and U-Boot) in NAND, the Kernel and Android RFS are stored on an eMMC that contains 2 partitions (FAT32 and EXT3). Our client has

[android-porting] Re: How to make the emulator work with the Custom Android IMage

2010-05-28 Thread Mikkel Christensen
Hi, Did you try to run the emulator manually? # ./out/host/linux-x86/bin/emulator -system out/target/product/generic/ system.img -kernel prebuilt/android-arm/kernel/kernel-qemu -data out/ target/product/generic/userdata.img You need to change the generic path to your board name off course.

Re: [android-porting] How to make the emulator work with the Custom Android IMage

2010-05-28 Thread Josh Zhao
Hello Gppu, The emulator supports the fewer board.You have to add your board to emulator. 2010/5/28 gopu gopuraj...@gmail.com Hi , Created a custom Android Image Its working in real hardware.But in emulator its not working. How to make it work in emulator ?.I just replaced the system.img

[android-porting] How to debug dalvik

2010-05-28 Thread Josh Zhao
Hello , I want to trace dalvik vm and webkit source code step by step by simulator, is there any approach to debug it? Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Communication b/w SurfaceFlinger SurfaceComposerClient

2010-05-28 Thread K
I think SurfaceComposerClient calls SurfaceFlinger's function using Binder(Bp.. Bn... Interfaces). But my GDB call stack says, #2 0xacd2c0a6 in android::BClient::createSurface (this=value optimized out, params=value optimized out, pid=0, display=0, w=0, h=0, format=-1, flags=0) at

[android-porting] Re: Can't enable bluetooth

2010-05-28 Thread aBiNg
Or what libraries and binaries must be extracted from htc stock ROM to make bluetooth work? In my opinion, the list is here: bts -- htc specified hciattach/hcid/sdptool -- hciattach compiled from aosp is different from htc stock one, others are same libbluedroid.so/libbluetooth.so --

Re: [android-porting] How to make the emulator work with the Custom Android IMage

2010-05-28 Thread David Turner
use -show-kernel to get kernel messages, and -logcat '*:v' to get logcat traces, that should tell you a lot about what's going wrong. On Thu, May 27, 2010 at 11:32 PM, gopu gopuraj...@gmail.com wrote: Hi , Created a custom Android Image Its working in real hardware.But in emulator its not

[android-porting] Re: Password lock screen in android

2010-05-28 Thread nekia
Hi, Froyo will support password based lock screen. You can check it in emulator of 2.2 SDK. Best regards, On 5月20ζ—₯, 午後8:04, Akash mail5...@gmail.com wrote: Hi, Has no one done anything similar to this? Any pointers related will be helpful. On May 19, 8:52 pm, Akash mail5...@gmail.com