[android-porting] How to simulate SD card on Android 2.2

2010-10-05 Thread Colin
hmod 777 /sdcard > setprop EXTERNAL_STORAGE_STATE mounted > am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard Thanks and regards, Colin -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Adding new Language will case problems

2010-10-08 Thread Colin
22156 22020 7ee0fc34 S com.android.inputmethod.l atin system3428 3320 118820 19804 7ee0fc34 S com.android.settings system3428 3320 118820 19804 7ee0fc34 S com.android.settings Anybody can tell me who created these processes? I want to trace the blocking cause. Thank

[android-porting] Android UI performance

2010-11-24 Thread Colin
ueue for a while. If we use "while loop" to wait, CPU will be wasted on doing nothing. Neither "sleep" nor "while loop" is good solution. Is there any suggestion for this? Regards, Colin -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Android UI performance

2010-11-25 Thread Colin
maphore will result in CPU scheduling. I am studying gralloc_lock and I consider that it is called before the surfaceflinger is going to depict on the corresponding PMEM buffer. If this is true, I can wait for 2D engine finishing command queue in the begaining of gralloc_lock. Regards, Coli

[android-porting] Re: Setting default screen-orientation

2011-01-17 Thread Colin
V solution, it's better to fix the orientation to be landscape. How can I do this? Set some property? Thanks and regards, Colin -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: How can I android Market app for ginger bread

2011-01-18 Thread Colin
Can I hack and move an android market apk from another commercial device to my platform just for development purpose? I searched on the internet and found that many people try to install android market on the emulator. Thanks and regards, Colin On 1月17日, 上午4時00分, Dianne Hackborn wrote: >

[android-porting] Questions about Renderscript and 2D

2011-02-18 Thread Colin
droid 3.0? Android 3.0 seems to use more OpenGL on 2D graphic, but I think we still need Copybit for window composition. Regards, Colin -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] How to simulate SD card on Android 2.2

2010-10-08 Thread lin colin
I didn't have vold.conf and vold.fstab in the vendor directory. I assume that they are not necessary because I am using a pseudo SD card. Do I need them? Thanks and regards, Colin 2010/10/6 Deva R > vold gets /sdcard path from vold.fstab, can you try modifying there?? > > /da

[android-porting] Re: Bluetooth error

2008-11-19 Thread Colin Lee
Did you run dbus-daemon in your system? hcid uses dbus interface to communicate with UI. 2008/11/19 pavan savoy <[EMAIL PROTECTED]> > Ok, Thanks, It worked, now I am running hciattach as root and without > logwrapper, but the problem.. > > # I/bluedroid( 665): Starting hciattach daemon > I/bluet

[android-porting] Re: Using soong_namespace with bootstrap_go_package

2019-06-17 Thread &#x27;Colin Cross' via android-porting
This has been fixed with https://android-review.googlesource.com/c/platform/build/soong/+/984643/ On Thursday, April 25, 2019 at 8:36:53 PM UTC-7, etinter...@gmail.com wrote: > > I'm trying to integrate two BSPs into the same Pie based branch, and I'm > trying to do essentially this: > > / (AOSP