[android-porting] Re: Procedure to extract Filesystem From NewSDK

2008-11-24 Thread Markus
Hi, you can extract the filesystem like in the tutorial you mentioned, nothing changed in Android's basic file system structure. Indeed, there are some changes in the booting process. You have to call /init to boot Android, runtime does not exist anymore. There are also some changes in the

[android-porting] Porting Android to PC

2008-11-24 Thread Arul Mani
Hello, Can I run Android in a PC, if so please point me few links/steps I understand that Dalvik is for ARM, but if the Emulator can create A platform for Android apps to run why not we be able to run it In a normal OS? Is Android compiled Bytecode completely different from normal bytecode,

[android-porting] Re: Porting Android to PC

2008-11-24 Thread Filipe Abrantes
Hi Marul, At this point it is complicated to get the full android running on a PC. You can have a look at the android on x86 thread: http://groups.google.com/group/android-porting/browse_thread/thread/ab553116dbc960da/750968267c31ed58 Cheers, Filipe Arul Mani wrote: Hello, Can I run

[android-porting] Re: adb USB gadget driver now available

2008-11-24 Thread Shivdas
Hi Mike, Does this driver works with Linux, because as I see its enumerating as a Vendor specific device, with ProductId 0001 and Vendor Id 0x18d1 Have you written any specific driver for Linux/windows at Host side to communicate with this? Regards, Shivdas Mike Lockwood wrote: FYI - a USB

[android-porting] Re: adb USB gadget driver now available

2008-11-24 Thread Mike Lockwood
On Mon, Nov 24, 2008 at 8:57 AM, Shivdas [EMAIL PROTECTED] wrote: Hi Mike, Does this driver works with Linux, because as I see its enumerating as a Vendor specific device, with ProductId 0001 and Vendor Id 0x18d1 Yes, this driver works with Linux, Windows and Mac. It works with the adb tool

[android-porting] Re: DexOpt: source file mod time mismatch (39679511 vs 396799d2)

2008-11-24 Thread Filipe Abrantes
Hi Fadden, Finally I had the time to test your suggestion and indeed the name of the class was the problem: [EMAIL PROTECTED]:~/mydroid/development/samples/Home/src$ ./run- dalvik -cp Home.jar com.example.android.home.Home W/dalvikvm(10004): VFY: unable to resolve new-instance 48 (Lcom/

[android-porting] Re: Permissions for services

2008-11-24 Thread Nick Pelly
hcid immediately drops to UID bluetooth. See android_bluez.c We also have modifications to the kernel so that only processes with root, or gid bt or gid bt_admin can create new Bluetooth sockets for security. Since hcid immeidately drops root you'll need the bt_admin gid. Nick On Mon, Nov 24,

[android-porting] Re: Permissions for services

2008-11-24 Thread pavan savoy
Ok, Thank you, So If I just do the Android_paranoid_network='N' then, everything should go fine. I hope this doesn't break anything else. Regards, Pavan Savoy. On Mon, Nov 24, 2008 at 12:59 PM, Nick Pelly [EMAIL PROTECTED] wrote: hcid immediately drops to UID bluetooth. See android_bluez.c

[android-porting] Re: USB fastboot PC tools anyone?

2008-11-24 Thread Rajiv
I get this error when trying to build under cygwin: - host C: fastboot = system/core/fastboot/usb_windows.c host C: fastboot = system/core/fastboot/util_windows.c make: *** No rule to make target `out/host/windows-x86/obj/ STATIC_LIBRARIES/AdbWinApi_intermediates/AdbWinApi.a', needed by

[android-porting] Help to port android on openmoko

2008-11-24 Thread Davide
Anyone can help me? --~--~-~--~~~---~--~~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Help to port android on openmoko

2008-11-24 Thread Jim Ancona
On Nov 24, 5:00 pm, Davide [EMAIL PROTECTED] wrote: Anyone can help me? Three people that I know of are working (apparently independently) on Freerunner/Neo ports. (I'm not one of them!) I believe all three have them have posted on this list at one time or another. One of the three, Sean

[android-porting] Use of 3D Hardware Accelerator

2008-11-24 Thread Pivotian
From the source code i got to know that Android has its own software codecs for both audio and video which supports many formats like H263,MPEG4, H264 , MP3,AAC etc. But what if the device itself has 3D Hardware Accelerator which contains inbuilt support for formats including MPEG4, H.263, H.264