[android-porting] Re: New To Android

2011-05-30 Thread Ashwini Singh
HI John, That 'porting guide' is no longer available on google. However, a copy of it can be found at www.kandroid.org/android_pdk/index.html Thanks. On May 28, 1:15 am, John Anderson ja391...@gmail.com wrote: Greetings all, I'm fairly new to Android.  I've gone through the build process

Re: [android-porting] IP unavailable at User Screen; available on terminal.

2011-05-30 Thread Robert Greenwalt
This network system properties will be disappearing in the future - system properties were not intended for rapidly changing values and as we get more numerous and dynamic networks this is becoming a problem. Question1: IP not being displayed on user screen. How to do it? An explanation of the

[android-porting] /system/framework directory missing after flashing custom system image.

2011-05-30 Thread andy-enth
I flashed my custom system.img compiled from froyo sources. When I extract system.img using unyaffs utility, i can see /system/framework directory. But when i flash it using nvflash.exe I don't see that directory. after flashing custom system.img, my board just keeps rebooting. I see following

[android-porting] Re: GPS port for crespo

2011-05-30 Thread Itai
after building a complete version for the Nexus S, I found out that there is a lib in vendor/broadcom gps.s5pc110.so which is probably the libgps.so implementation How can I change the makefiles to direct the build to use my libgps instead of this library? On May 18, 2:04 pm, Itai

[android-porting] iMX515 Herotab M10 Porting

2011-05-30 Thread Linux Box Solutions
I am having trouble figuring out how to port to this device. Anyone with experience that can help me? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: log system or device info to sdcard from an android native init service

2011-05-30 Thread Gopi
Hi Chris, Is the path '/data' correct to log to the sdcard??? and also fopen is ok to write to the file??? On May 27, 7:50 pm, Chris Stratton cs07...@gmail.com wrote: On Friday, May 27, 2011 1:48:38 AM UTC-4, Gopi wrote:        i m using devkit800 and i used to insert the sdcard once

[android-porting] Bluetooth encryption technique in android

2011-05-30 Thread manish
Dear All I want to set the encryption key size for Bluetooth in Android, but not able to find the files where the exact encryption happens . I have seen that BluetoothSocket class does take encryption as a boolean argument in constructor, but when i followed it to the JNI layer, found that it

[android-porting] how to log from devkit8000 to logcat

2011-05-30 Thread Gopi
Hi, Can anyone guide me how to log from devkit8000 to logcat, that is how to connect logcat and devkit8000 generally i use a bus which comes along with the devkit to be connected to the cpu and use the start-all programs-accessories- communications-hyperterminal I want to know

[android-porting] Support SMP in Android source

2011-05-30 Thread macdorson
Does Android Ginger bread and before are SMP safe ?? What optimizations are happening in DalvikVM ?? Where i can find SMP related patches till Gingerbread + DavikVM optimization patches w.r.t SMP?? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: