[android-porting] CTS case: testPerformFiltering always timeout, even on Nexus One

2010-05-26 Thread Xinyu Chen
estSetFrame(pass) android.widget.cts.AutoCompleteTextViewTest#testPerformValidation (pass) android.widget.cts.AutoCompleteTextViewTest#testSetCompletionHint (pass) == Best Regards Xinyu Chen -- unsubscribe: android-porting+unsubscr...@googlegrou

[android-porting] Re: Is it possible to default the screen to Portrait mode?

2009-09-20 Thread Xinyu Chen
The screen rotation default value is consistent with the framebuffer mode. If fb mode is landscape, android show UI with landscape. Thanks. On Sep 19, 5:43 am, "Lewis Z." wrote: > I have Android developement board and it doesn't have screen rotation > feature. When it boots up, it always show l

[android-porting] Re: Thinking about adding UBIFS utilities into platform/external/

2009-09-02 Thread Xinyu Chen
Yes, I just want to know, if it's possible, then how? I will send questions on repo-discuss. Thanks. BR Xinyu Chen On 8月31日, 上午12时41分, RaviY wrote: > Well, I think you missed the point. I said "I don't know the answer > and repo-discuss will probably give you ideas&quo

[android-porting] Re: Thinking about adding UBIFS utilities into platform/external/

2009-08-30 Thread Xinyu Chen
Then, how about other projects creating by outside contributor? If android maintainer can accept patch in mail when there's no way for Gerrit to create project, I think that will be good. I just want submit patches, and let it work. Thanks BR Xinyu Chen On Aug 29, 11:16 am, RaviY wrote:

[android-porting] Thinking about adding UBIFS utilities into platform/external/

2009-08-28 Thread Xinyu Chen
Hi All I'm thinking about pushing UBIFS utilities into platform/external/, named ubi-utils.git, just like e2fsprogs for EXT2/3. These utilities can help to make raw image on host and do control on target, when android system using UBIFS on MTD devices. How about creating a new project under platf

[android-porting] Re: List of platforms that android has been ported to

2009-08-03 Thread Xinyu Chen
; > Has anyone done a port of android to a 16-bit microprocessor platform? > Possibly a Freescale or Samsung ARM core variant? > > Elvis Dowson Android has been ported onto Freescale's: i.MX31, ARMv6 i.MX37, ARMv6 i.MX51, ARM Cotex A8 BR Xinyu Chen --~--~-~--~~

[android-porting] How to generate the public key file in recovery rootfs

2009-07-24 Thread Xinyu Chen
fs image remove this verification codes? (As I dump the recovery binary, seems no "res/keys" symbol) 2. What's key file's format, and how to generate it from a certification file? Thanks. BR Xinyu Chen --~--~-~--~~~---~--~~ unsubscribe: android-port

[android-porting] Re: Console cursor

2009-07-23 Thread Xinyu Chen
On Jul 23, 9:11 pm, Addison wrote: > Hi all, > > There is a cursor _ at left-up corner when the android resume. > > How to turn it off ? > > Thanks in advance. It's kernel's vt console cursor, not related to android. Disable it: echo -e '\033[?6c]' > [your vt dev node] --~--~-~--~

[android-porting] Re: IMX27 no sound ---alsa problem

2009-07-23 Thread Xinyu Chen
On Jul 23, 3:44 pm, xujh wrote: > I ported Android1.5 to iMX27 board,now it can play video but no > sound,neither playing mp3. Fllowings are my steps. >  I followedhttp://source.android.com/downloadto get android > source .The date should be 7.7. I found that alsa-lib has gone so that > i downl

[android-porting] Re: IMX27 no sound ---alsa problem

2009-07-23 Thread Xinyu Chen
On Jul 23, 3:44 pm, xujh wrote: > I ported Android1.5 to iMX27 board,now it can play video but no > sound,neither playing mp3. Fllowings are my steps. >  I followedhttp://source.android.com/downloadto get android > source .The date should be 7.7. I found that alsa-lib has gone so that > i downl

[android-porting] Re: about "parent mmc0 is sleeping, will not add" error when wakeup

2009-07-21 Thread Xinyu Chen
ere anyone show me a easy way to > fix it ?givng source code and patch is better :),thanks all >    PS:my linux kernel version:2.6.28 Try to enable CONFIG_MMC_UNSAFE_RESUME BR Xinyu Chen --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: PMEM cache flush operation

2009-07-14 Thread Xinyu Chen
Hi Quan As far as I know, pmem has two usage: 1. GPU or VPU buffers shared with CPU core 2. Android service heap. Under case 2, it can be cached. On Jul 10, 9:09 am, Andy Quan wrote: >  Hi, > I am working on PMEM sharing between opencore and surfaceflinger in Android > 1.5. I find that PMEM can

[android-porting] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-14 Thread Xinyu Chen
Here some suggestions: * check init.rc, adbd service will be started or not * check /dev/android_adb*, this is android adb enable misc driver. * check adb gadget drivers are loaded in /sys/devices/ On Jul 12, 4:04 am, da yang wrote: > Hi > i got this new mobilephone this week in Germany, wanted

[android-porting] Re: Several Consoles ?

2009-07-14 Thread Xinyu Chen
Have you enable the virtual console in kernel? On Jun 30, 5:42 pm, Lionel GAUTHIER wrote: > Hello all, > > I have installed ANDROID on a DELL laptop. I would like to have access > to several consoles, lets say 6 for example (ALT+F1 ...ALT+F6), not > only one, does someone know how to do that ? >

[android-porting] Re: about sd card

2009-07-14 Thread Xinyu Chen
Can you give out the error log, or then process you do for mounting? On Jul 10, 4:13 pm, xujh wrote: >  I have ported Android1.5 to freescale MX27 board.Everything works > well except sd card . It looks like Android can't recognize it. I > tried to mount sd card manually but it seems that /syste