[android-porting] Re: Port Bionic to a new CPU

2020-12-28 Thread Chen Wang
hello, Jallen I find this old email from out of this group, how about your progress? I wonder what's the risc chip you were working with? Because I'm studying how to port android to RISC-v. 在2009年7月18日星期六 UTC+8 下午11:34:24 写道: > Hi, everybody! > > I'm a newbee of android development~ Recently, I

[android-porting] [Question] debug bionic linker with gdb

2020-12-28 Thread Chen Wang
Hi, android team guys, I am working on port aosp to other isa than arm/x86. When I am debugging bionic/linker, I find a strange question, that is the gdb can not get file/line info from the linker_main.c, but for other files in linker, it works as normal. I am running qemu as gdb server and run

[android-porting] AOSP on RISC-V

2020-08-06 Thread Chen Wang
hello, Any people know the status about AOSP to porting to risc-v arch? Does google have plan on this? And is there any guide or clue on how to port a new arch for AOSP? Thanks in adv. -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/and

[android-porting] i want to build audioserver (/frameworks/av/media/audioserver) to 64-bit in android ,and it can't startup

2019-01-23 Thread Andrew Chen
I want to build audioserver(/frameworks/av/media/audioserver) to 64-bit, and refer to the instructions in Android.mk (/frameworks/av/media/audioserver/Android.mk) I add AUDIOSERVER_MULTILIB :=64 in device.mk, but it can't startup, check the log and find the following error. 01-20 09:44:31

[android-porting] Re: running a script from init.rc

2013-06-26 Thread Chen Jiaqi
Please try like this: on boot exec /system/bin/sh ./system/etc/my.sh add to init.rc 在 2012年4月25日星期三UTC+8上午8时46分39秒,HV写道: > > Hi All, > > I'm trying to initiate a script as a service from init.rc (running ICS), > but it doesn't seem to work. Here is what I have: > > > service my_sh

[android-porting] [Question]EGL Config on s5pv210 for cm9.1.0~~~

2013-06-17 Thread Chen Jiaqi
Hi, All I just did a try to build the cm9.1.0 for s5pv210 locally, and found the version of the latest SGX driver binaries google Nexus S phone provides Below is the detail information for each: version in kernel: shell@android:/ $ cat /proc/pvr/version Version CustomerGoogle_Android_ogles1_ogle

[android-porting] Re: [Question] CTS -- Audio Quality Verifier

2012-11-28 Thread Starrylin Chen
Hi, I want to know when will release the Audio Quality Verifier Suite, Thanks On Tuesday, November 20, 2012 8:30:20 AM UTC+8, Guru Nagarajan wrote: > Hi All, > We are currently developing a Audio Quality Verifier Suite and the > sources for this are in the Jelly Bean (Android 4.1) release.

[android-porting] Re: Red lines across borders of screen while booting

2012-11-27 Thread Erdi Chen
Are you talking about red rectangular outlines that flash on and off? The red lines indicate that some code is blocking the UI thread for too long. It is part of the strict mode feature that is enabled by default on non-user builds. You can manually enabled in the developer options settings. On

[android-porting] Re: Boot process stuck on Android 2.3.x SMP

2012-03-29 Thread Yan-Pai Chen
; primarily about having the memory barriers at the right places. > > On Mar 24, 8:12 am, Yan-Pai Chen wrote: > > Hi all, > > > > I am working with a dual-core processor (ARM) which is running at very > low > > speed (33MHz). > > The boot process stuck a

[android-porting] Boot process stuck on Android 2.3.x SMP

2012-03-24 Thread Yan-Pai Chen
Hi all, I am working with a dual-core processor (ARM) which is running at very low speed (33MHz). The boot process stuck at "ANDROID" animation sometimes. It looks like that if Launcher failed to attach, the boot process just stuck (please see the message below). But sometimes the Launcher may r

[android-porting] How to disable Andorid4.0(ICS) sensor fusion?

2011-12-22 Thread morris chen
Hi All, Except for modifying the sensorserivce.cpp, is there another way to disable Andorid4.0(ICS) senosr fusiton? Thanks a lot. Regards, Morris -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] stk service exception

2011-06-08 Thread Chen Shijian
hi all, can give me some suggestions? this exception occured when doing hexstring parse which is from ril. log is here E/AndroidRuntime( 1170): FATAL EXCEPTION: main E/AndroidRuntime( 1170): java.lang.ClassCastException: java.lang.String E/AndroidRuntime( 1170):at com.a

[android-porting] Re: Add 2.6.37 high-speed UART driver to 2.6.32 kernel

2011-03-24 Thread Christine Chen
And choose all the drivers under omap serial port support 7. make Besides, make sure your serial application on Android set the speed as you want. I use busybox's microcom, and I have to define the speed > 921600bps by myself. Christine On 3月22日, 下午5時00分, Christine Chen wr

[android-porting] Re: Bluetooth UART bccmd failed

2011-03-22 Thread Christine Chen
ignals. > 3.Check CSR power setting/ > > On 3月19日, 下午3時47分, Christine Chen wrote: > > > > > > > > > Hi all: > > > I am running Android Ecalir on Devkit8000 board. > > Now I want to enable bluetooth UART by command. > > > Before hciattach

[android-porting] Re: Add 2.6.37 high-speed UART driver to 2.6.32 kernel

2011-03-22 Thread Christine Chen
The problem was solved. Now the UART1 transmission can achieve 3.5Mbps. I'll posted the method later, hope it will help others who is developing on UART communication. Christine On 3月2日, 下午1時48分, Christine Chen wrote: > Hi all: > > I am running Android Ecalir on Devkit8000 board O

[android-porting] Bluetooth UART bccmd failed

2011-03-19 Thread Christine Chen
Hi all: I am running Android Ecalir on Devkit8000 board. Now I want to enable bluetooth UART by command. Before hciattach, I have to use bccmd, but it failed. Does anybody know how to solve this problem? I deeply appreciate your help! == # bccm

[android-porting] Add 2.6.37 high-speed UART driver to 2.6.32 kernel

2011-03-02 Thread Christine Chen
Hi all: I am running Android Ecalir on Devkit8000 board OMAP3530. The kernel I used was git from 0xdroid branch omap3-2.6.32. My goal is getting higher UART baud rate(3M). I found the patch “serial: Add OMAP high-speed UART driver”. http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.

[android-porting] Migrating libhgl to android 2.2

2010-09-12 Thread Chen
iated. Chen. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] how to run tests about dalvik in android source code Options

2010-09-09 Thread vincent chen
Hi All, My platform is android1.6, Now I'd like to test the dalvik using the program which in source code, I try to run sometimes,but not successful. the error prompt is "dx: can't find dx.jar" thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.goo

[android-porting] how to run tests about dalvik in android source code Options

2010-09-09 Thread vincent chen
Hi All, My platform is android1.6, Now I'd like to test the dalvik using the program which in source code, I try to run sometimes,but not successful. the error prompt is "dx: can't find dx.jar" thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.goo

Re: [android-porting] How to set static ip for adb in x86 virtualbox img?

2010-08-22 Thread Chen Yang
. hope it helps. -- Chen On Sun, Aug 22, 2010 at 10:36 AM, New portor wrote: > Hello. > > when I boot up the android system which already installed > eth0 has some kind of random ip. > where should I can put static ip? > > in init.rc via setprop? > or > in cmdline besi

Re: [android-porting] Stopped during boot up on x86 virtualbox with cupcake

2010-08-21 Thread Chen Yang
This thread may give some hints: http://groups.google.com/group/android-porting/msg/64eb5a0158e6b815?dmode=source The system server is parsing some vars to to values, while in your init.rc, it hasn't specified it. You can check ActivityManagerService.java:1303 for more information. -- Che

Re: [android-porting] Stuck at the android logo on x86 virtual box with cupcake

2010-08-21 Thread Chen Yang
have you specified the vesa mode support with vga=785 or so? the console looks like in generic text mode. -- Chen On Sat, Aug 21, 2010 at 9:49 AM, Mitchell Lee wrote: > Hello. > > I hope you give me some advice for me.. thank you for your time in advance. > > I'm using ge

[android-porting] option to disable Trace-Jit for interested application on non-rooted phone

2010-06-07 Thread Chen Yang
that certain application can disable the JIT in AndroidManifest.xml. Don't know whether production Android phone has this kind of support? Any good idea? Thanks. -- Chen -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[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

Re: [android-porting] Android Boot time reduction

2010-05-14 Thread Chen Yang
It would also be interesting to look at the log dumped by logcat with a fresh rebooted nexus one. Would someone share here? Thanks. -- Chen On Sat, May 15, 2010 at 3:15 AM, Tim Bird wrote: > On 05/14/2010 12:02 PM, Dianne Hackborn wrote: > > On Wed, May 12, 2010 at 7:40 AM,

Re: [android-porting] Android Boot time reduction

2010-05-14 Thread Chen Yang
Dianne: Thanks a lot! Very helpful. -- Chen On Sat, May 15, 2010 at 3:02 AM, Dianne Hackborn wrote: > On Wed, May 12, 2010 at 7:40 AM, Chen Yang wrote: > >> Cool! Would you like to share some insights on what makes the preloading >> and scan so efficient on Nexus One? Fas

Re: [android-porting] Android Boot time reduction

2010-05-12 Thread Chen Yang
Cool! Would you like to share some insights on what makes the preloading and scan so efficient on Nexus One? Fast CPU + fast flash? Which one is more important? Or both? Thanks. -- Chen On Tue, May 11, 2010 at 6:31 AM, Dianne Hackborn wrote: > There is no trivial way to reduce either of th

[android-porting] 0xdroid release beagle-eclair-0x4, devkit8k-eclair-0x4

2010-04-26 Thread Kan-Ru Chen
GTPuzzles: http://chris.boyle.name/projects/android-puzzles Thanks, Kan-Ru Chen 0xlab Team - http://0xlab.org/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] 0xlab released new 0xdroid: beagle-eclair-0x4, devkit8k-eclair-0x4

2010-04-26 Thread Kan-Ru Chen
android-puzzles FrozenBubble: http://code.google.com/p/frozenbubbleandroid/ Thanks, Kan-Ru Chen 0xlab Team - http://0xlab.org/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-08 Thread Kan-Ru Chen
Hi Gokul, You have to integrate the tslib to EventHub. Here is the example: https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=commitdiff;h=aa870b Regards, Kanru http://0xlab.org On Thu, Apr 8, 2010 at 4:02 PM, Gokul Nagarajan wrote: > Hi Ashwin, > > Once we run the ts_

[android-porting] ANN: 0xdroid officially supports Devkit8000

2010-03-10 Thread Kan-Ru Chen
(development): http://groups.google.com/group/0xlab-devel 0xlab YouTube channel: http://www.youtube.com/channel/0xlab Thanks, Kan-Ru Chen 0xlab Team - http://0xlab.org/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: How to get Google apps and build in system?

2009-12-01 Thread Alen Chen
Hi all: I am interesting about this information. Would you please send it to me? Thank you very much. 2009/12/1 Barry.Tan > Hi, > Thanks reply. > Could you let me know contact window with Google about sources issue? > > > On Dec 1, 8:57 am, Ashwin Bihari wrote: > > On Mon, Nov 30, 2009 at 7:35

[android-porting] Re: Dalvik virtual machine build on x86

2009-09-30 Thread Chen Yang
Have you put the vmdk file together with the installer.img and be sure that the installer.img can be accessed by current user. I cannot see obvious problem in your steps in creating the vmdk. Hope it helps. -- Chen On Wed, Sep 30, 2009 at 3:15 PM, Rakesh Kumar wrote: > Hi, > Please t

[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: Can anyone know how to setup an application to eeepc based on android?

2009-08-24 Thread Chen Yang
return null; } and Log: W/PackageParser( 2429): Skipping dir: /sdcard/download/SoftwareDirectory-1_3_0.apk the check of the apk returned false. -- Chen On Tue, Aug 25, 2009 at 5:23 AM, Alan Cramer wrote: > This is attempting to install 2 applications via GUI. AndAppStore

[android-porting] Re: libdvm segfault

2009-08-11 Thread Chen Yang
You may be able to reference my post in this thread for the fix: http://groups.google.com/group/android-porting/browse_thread/thread/b87d6c96a16af57d/a0461561a68c6e24#a0461561a68c6e24 On Tue, Aug 11, 2009 at 11:49 PM, Sergej Pupykin wrote: > > logcat log contains: > > I/PackageManager( 1448): N

[android-porting] Re: running android on SMP hardware

2009-08-07 Thread Chen Yang
I have used android on x86 system with HT. -- Chen On Fri, Jan 9, 2009 at 1:21 AM, Simon Braunschmidt < simon.braunschm...@gmail.com> wrote: > > Hi > > I am currently researching possibilities to run android on SMP. Would > there be any blocking points that immediat

[android-porting] Re: android on intel atom

2009-08-06 Thread Chen Yang
try to specify the "-o rw" with the mount. it will solve this problem. -- Chen On Fri, Aug 7, 2009 at 6:44 AM, penguins wrote: > > Installed 0.9 successfully to my eeepc, however I am having problem in > mounting usb drive, it doesn't seems to be automounted and wh

[android-porting] Re: [Android-x86 ] Notice: Build broken is fixed

2009-08-04 Thread Chen Yang
-system-server socket zygote stream 666 Meanwhile, in order to build the installer_img, don't forget to enable external/e2fsprogs/Android.mk remove the # before the include. Hope it helps. -- Chen On Wed, Aug 5, 2009 at 4:51 AM, Yi Sun wrote: > You are using wrong command. > &g

[android-porting] Re: android on intel atom

2009-08-03 Thread Chen Yang
try Yi Sun and Chih-wei's work on android-x86: http://code.google.com/p/android-x86/ They have done some great work for android on x86. -- Chen On Mon, Aug 3, 2009 at 7:54 PM, vishal bhoj wrote: > Hello Everyone, > > I saw the livedroid image for x86 machine at > http://groups

[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] Re: [Android-x86 ] Notice: Build broken is fixed

2009-08-02 Thread Chen Yang
yes, I have run it. 10482 has 2 issues, my 2nd item fixed one issue. I don't know whether current framework has the right kind of implementation that may expose the 2nd issue of that. At least, from what I have run, I haven't found problems so far. -- Chen On Mon, Aug 3, 2009 at 2:10

[android-porting] Re: [Android-x86 ] Notice: Build broken is fixed

2009-08-02 Thread Chen Yang
LATOR),true) +ifeq ($(TARGET_ARCH),arm) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -48,4 +49,5 @@ LOCAL_STATIC_LIBRARIES += libz include $(BUILD_HOST_EXECUTABLE) +endif # TARGET_ARCH == arm endif # !TARGET_SIMULATOR 4. preloaded-classes/init.rc fixes originally known to x86. hope it

[android-porting] Re: [Android-x86 ] Notice: Build broken is fixed

2009-07-30 Thread Chen Yang
Cool. would you like to provide some more detail about the issue? Thanks. -- Chen On 7/30/09, Chih-Wei wrote: > > > The android-x86 build broken due to upstream changes (donut merged) is > fixed. > Now you can get a workable tree and enjoy Donut on x86. > > You may try

[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] how to let the data of the install ed apps in the directory "/sdcard/data" and “/sdcard/dalvi k-cache”?

2009-07-20 Thread trust_chen chen
hi all: for the internal space is limited, i want to modify the codes to let the application to be installed in the /sdcard/data and /sdcard/dalvik-cache? how to implement? thanks! --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegrou

[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

[android-porting] Re: android on X86 will not boot after June 22nd

2009-07-10 Thread Chen Yang
u4 newBit = CLASS_BIT_FROM_OFFSET(f->byteOffset); +clazz->refOffsets |= newBit; +f++; } -f++; -} + } } if (dvmCheckException(self)) { On Fri, Jul 10, 2009 at 5:41 AM, fadden wrote: > > On Jul 9, 1:13 am, Chen Yang

[android-porting] Re: android on X86 will not boot after June 22nd

2009-07-09 Thread Chen Yang
Cool! Any explanation on why it doesn't show on ARM platform? -- Chen On Thu, Jul 9, 2009 at 1:26 AM, fadden wrote: > > bhayes has posted an explanation of the problem in the change (https:// > review.source.android.com/#change,10482). > > In short, it can cause live obj

[android-porting] Re: android on X86 will not boot after June 22nd

2009-07-07 Thread Chen Yang
to any dalvik heap. one case I remembered: IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY) in scanObject: caused segfault Any plan to introduce the precise GC soon? Thanks. -- Chen On Wed, Jul 8, 2009 at 1:49 AM, fadden wrote: > > On Jul 7, 10:41 am, Chen Yang wrote: > > just curious to

[android-porting] Re: android build error

2009-07-07 Thread Chen Yang
you can follow the patch posted there: http://code.google.com/p/patch-hosting-for-android-x86-support/ -- Chen On Tue, Jul 7, 2009 at 12:46 AM, androidfan wrote: > > Hi, > I am trying to build android for eee 701 with the following host > system configurations: > architectur

[android-porting] Re: android on X86 will not boot after June 22nd

2009-07-07 Thread Chen Yang
just curious to know: is the arm version working correctly? >From what i have observed on x86, the introduced code by that patch brought none reference stuff as reference, which caused the runtime segmentation fault. On Tue, Jul 7, 2009 at 2:34 AM, Yi Sun wrote: > All, > If you have a tree that i

[android-porting] Re: How to get past "waiting for for device /dev/block/sdb2" on eee PC 1000HE?

2009-06-30 Thread Chen Yang
Cool! For the issue with IDE mode, may need to include the proper support in the kernel. -- Chen On Wed, Jul 1, 2009 at 12:01 PM, Bruce wrote: > > I got it working, I think I changed the volume in disk_layout while I > was mucking about, I thought I'd changed it back and rebuilt bu

[android-porting] Re: How to get past "waiting for for device /dev/block/sdb2" on eee PC 1000HE?

2009-06-30 Thread Chen Yang
try to find the output of dmesg, specifically for the hard drive part. See what the device is. -- Chen On Tue, Jun 30, 2009 at 4:03 PM, Bruce wrote: > > I'm making some small progress.. > > I found I could not see the HDD with "ls /dev/block", looking in the >

[android-porting] Re: How to get past "waiting for for device /dev/block/sdb2" on eee PC 1000HE?

2009-06-29 Thread Chen Yang
conf file (/system/etc/installer.conf) -l - Path to device disk layout conf file (/system/etc/disk_layout.conf) -d- Dump the compiled in partition info -p - Path to device that should be mounted to /data. -t- Test mode. Don't write anything to disk -- Chen On Mon, Jun 29,

[android-porting] Re: How to get past "waiting for for device /dev/block/sdb2" on eee PC 1000HE?

2009-06-28 Thread Chen Yang
il of your hard drive, if it has different number of paritiions, it should be easy to find out. Otherwise, maybe you can try to see the kernel log via: dmesg -- Chen On Mon, Jun 29, 2009 at 1:32 PM, Bruce wrote: > > I tried various combinations of that (kill installer process and / > system

[android-porting] Re: permissions problem on x86 porting

2009-06-22 Thread Chen Yang
In short, no. I think lots of android on x86 have the data partition as ext2, it works correctly. -- Chen On Mon, Jun 22, 2009 at 9:04 PM, thomasbl wrote: > > > > On Jun 19, 7:14 pm, Chen Yang wrote: > > It looks like that you haven't mounted the /data with proper partit

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-16 Thread Chen Yang
Check the /sdcard's permission, see whether you app has the write permission. -- Chen On Tue, Jun 16, 2009 at 4:32 PM, GrainWang wrote: > HI ChenYang: >When adb push a video and a jpg file into /sdcard,still got "No > media found", I added "setprop EXTERNAL_

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-15 Thread Chen Yang
oh, after the virtualbox restarts its kernel, you'd better repeat the "adb kill-server" and "adb devices" to let it scan for it. Otherwise, adb may not be able to find it. -- Chen 2009/6/16 GrainWang > > HI YiSun: > No,such kind of thing can't happe

[android-porting] Re: gears porting for X86 in Android

2009-06-15 Thread Chen Yang
I have raised the question about 5 months ago: http://groups.google.com/group/android-porting/browse_thread/thread/f34d9ff618f8fc50/5dcd265cd2b7e126?pli=1 While no response. Only google can do the that porting. -- Chen On Tue, Jun 16, 2009 at 1:33 PM, Yi Sun wrote: > > what does you mean

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-15 Thread Chen Yang
i may have detailed description of those drivers config in previous eeepc related discussion, you can search. one easy way is just to append these into the .config file in your kernel directory: CONFIG_NET_PCI=y CONFIG_PCNET32=y CONFIG_E1000=y -- Chen 2009/6/16 GrainWang > > > HI

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-15 Thread Chen Yang
If you are using pcnet-pci card, you need to compile the kernel with CONFIG_PCNET32 set in the kernel configuration. You can change it to e1000 if your kernel has e1000 driver. By default, neither is enabled. You may need to enable them if you want to use. -- Chen 2009/6/16 GrainWang > &

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-15 Thread Chen Yang
You may need to set the state to tell the system: try: #setprop EXTERNAL_STORAGE_STATE mounted Then see whether it works or not. -- Chen 2009/6/15 GrainWang > > HI ChenYang: >According to your method,the adb was succesfully connected to the > virtualbox. But after push several t

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-15 Thread Chen Yang
our host, if you can ping that address, try to set the address to environment variable ADBHOST and use "adb kill-server" and then "adb devices" to list the device. -- Chen 2009/6/15 GrainWang > > HI ChenYang: > The issue now is when using adb push, there is error messag

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-14 Thread Chen Yang
hi, Grain: It's available in the built directory: mydroid/out/host/linux-x86/bin export it to the PATH, then you can use it easily. -- Chen 2009/6/15 GrainWang > > HI ChenYang: > I tried "adb push" first before I posted the topic, just show that > "adb

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-14 Thread Chen Yang
How about trying "adb push"? It needs the network being configured properly, you may need to compile the kernel supports the virtual ethernet card that virtualbox emulates. -- Chen 2009/6/15 GrainWang > > HI Sammy: >Thanks! Is there any way to add files in virtuabox

[android-porting] Re: Cursor.patch fails

2009-05-21 Thread Chen Yang
hi Mathias: Would you like to give some suggestions if you can? Thanks a lot. -- Chen On Thu, May 21, 2009 at 12:40 PM, Yi Sun wrote: > > Not sure if the hardware cursor would solve the problem or not. the > intelfb driver has hw cursor support. Let see if I can find a time to >

[android-porting] Re: Cursor.patch fails

2009-05-20 Thread Chen Yang
. -- Chen 2009/5/21 Yi Sun > This code is wrong (Ya, I did it). But, it should not be the reason of the > slowness. The position convert should not happen here. Otherwise, the event > batch will crew up the position value in the original event. Even after I > fixed it, the slowness is still

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Chen Yang
If your processor has VT support, kvm is a very good choice. yes, apt-get install kqemu-common I cannot remember clearly, but maybe you need kqemu-source also. :) -- Chen On Thu, May 21, 2009 at 10:56 AM, Alex wrote: > > Thanks. It really makes sense. > Alternatively, the following

[android-porting] Re: x86 svn repository is ready

2009-05-20 Thread Chen Yang
If i am correct, you may reference: http://code.google.com/p/patch-hosting-for-android-x86-support/source/checkout -- Chen 2009/5/21 fredchen > > By the way, does drmintelfb driver improve the graphics performance? > > On 5月21日, 上午10時14分, fredchen wrote: > > Where is the repo

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Chen Yang
AFAIK, qemu doesn't support the vga= option with append, You may need to patch the qemu for that option: http://lists.gnu.org/archive/html/qemu-devel/2007-02/msg00269.html Hope it helps! -- Chen On Thu, May 21, 2009 at 10:12 AM, Alex wrote: > > Yes, oh, I forgot mentioning my q

[android-porting] Re: Cursor.patch fails

2009-05-20 Thread Chen Yang
Log.e(TAG, "Failure showing mouse surface",e); +} +Surface.closeTransaction(); + } + +break; -- Chen On Fri, May 8, 2009 at 11:48 PM, Yi Sun wrote: > > CHih-wei,

[android-porting] Re: x86 svn repository is ready

2009-05-20 Thread Chen Yang
Cool! have you applied the Jackie's alarm related patch in the kernel? -- Chen On Thu, May 21, 2009 at 7:55 AM, Yi Sun wrote: > > BTW-- I have confirmed that 2.6.29 kernel works with Android on x86. I > can boot up Android without any problem even I did not test any devices >

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Chen Yang
have you specified the vga=788 in the cmdline? The vesafb can only be started when booting up. -- Chen On Wed, May 20, 2009 at 2:13 PM, Alex wrote: > > I have installed android x86 eee_701 in VirtualBox successfuly. > But the steps seem too repeated when I try to replace a kernel or

[android-porting] Re: Running Android applications on Linux OS

2009-05-17 Thread Chen Yang
This discussion may be helpful: http://groups.google.com/group/android-porting/browse_thread/thread/e3070a43b8565642/da900ba4acaa05a6?lnk=gst&q=chroot#da900ba4acaa05a6 -- Chen On Sun, May 17, 2009 at 2:10 PM, Vaidya wrote: > Hi.. > Is there anybody who has tried running an Android a

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-05-11 Thread Chen Yang
You may be able to logcat to redirect to some file, and then read that file in other linux environment (install the disk to other linux vm and mount under that linux.) -- Chen On Mon, May 11, 2009 at 9:25 PM, Kasuko wrote: > > Ok giving the parameter console=tty0 I can grab the console

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-05-11 Thread Chen Yang
I suggest you try to see what's going on there without the vga=788 option. You can modify the boot command in grub. Then you can use logcat to see what's going on. Alt+F1 can switch to that console. -- Chen On Mon, May 11, 2009 at 9:18 PM, Kasuko wrote: > > I don't have a

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-05-11 Thread Chen Yang
-porting/browse_thread/thread/66862bdb52dac936/5c921671c5a246a3#5c921671c5a246a3 You may need to check whether you have solved those issues. -- Chen On Mon, May 11, 2009 at 8:41 PM, Kasuko wrote: > > Is there anyway to get the logcat information without access to > anything. I can'

[android-porting] Re: Run Android with Eee PC resolution using grub2+915resolution

2009-05-11 Thread Chen Yang
It's sad to see the response on those issues. Would some one from google to give some comments here? How would the effort in making android x86 be more efficient and appreciated by Google? Thus it can be beneficial to all the people interested to run Android on x86. Thanks. -- Chen 2009

[android-porting] Re: Run Android with Eee PC resolution using grub2+915resolution

2009-05-10 Thread Chen Yang
How about submitting one or two patches to the specific project for comments? Then we may have some base for the follow up. And once familar with the process and considerations behind, we may update the patches and hopefully to get them accepted by google. my 2 cents. -- Chen On Mon, May 11

[android-porting] Re: Run Android with Eee PC resolution using grub2+915resolution

2009-05-10 Thread Chen Yang
Would you like to elaborate the issue with ALSA? Pre-link is just one optional optimization, without it, it would still be functional. -- Chen On Mon, May 11, 2009 at 6:02 AM, Luca Belluccini wrote: > > I think a push could be ok, but all must be well switched, as I said. > I am tryin

[android-porting] Re: Run Android with Eee PC resolution using grub2+915resolution

2009-05-10 Thread Chen Yang
Why not push the code to android open source? Have you tried to push some? -- Chen On Sun, May 10, 2009 at 4:08 AM, Yi Sun wrote: > > There are a few things planed in my mind for next: > 1. a mail list for Eeepc/X86 issues only > 2. a git server for Eeepc/x86 platforms. &

[android-porting] Re: Run Android with Eee PC resolution using grub2+915resolution

2009-05-10 Thread Chen Yang
For the ethernet, you can compile the driver in the kernel, it shall work. For wireless, you may need some extra effort, you may try the ndiswrapper approach. Don't know whether it now has some better support in linux. -- Chen On Sun, May 10, 2009 at 10:51 PM, Kent Loobey wrote: > >

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-05-08 Thread Chen Yang
would you like to provide the logcat information? it may not be the fb related according to your description. -- Chen On Sat, May 9, 2009 at 5:17 AM, Kasuko wrote: > > I am having this exact same issue. When I boot normally or changing > the boot options to vga=778 the screen resizes

[android-porting] Re: Porting ANDROID on S3C2440 Platform

2009-05-08 Thread Jollen Chen
Hi, You need a s3c2440 Android ports. Koolu has ported Android to armv4 platform. Please get it from Koolu repository - git.koolu.org -jollen > Hi all, > > I am a newbie in ANDROID. > > My first question is : HAS ANYONE PORTED ANDROID ON S3C2440 (armv4 > Architecture ) PLATFORM SUCCESSFULLY? >

[android-porting] Re: How to switch video frame buffer

2009-05-04 Thread Chen Yang
That may have some relationship with the incorrect video mode. Are you using android on eeepc? Can you use network? If yes, you can use adb to connect to it by poiting the ADBHOST to the ip that your target machine has. -- Chen 2009/5/5 Cloud : > > Thanks for your suggestion, > > I r

[android-porting] Re: How to switch video frame buffer

2009-05-04 Thread Chen YANG
my 2 cents, but i am not so sure whether it works or not. You may be able to achieve it by removing the vga=788 in cmdline to disable the vesafb and let android directly use the only fb device. -- Chen On May 4, 10:56 pm, Cloud wrote: > Hi everyone, > I can use vesafb for intel video chip

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-04-26 Thread Chen Yang
oops, have you compiled the kernel with builtin vesafb? it is not there by default. -- Chen On 4/26/09, FrankieCZ wrote: > > Unfortunately, still the same. > I removed vesafb, add vga=788, I can boot and see black screen only > (I'm waiting enough time to be sure that And

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-04-26 Thread Chen Yang
just if > something will change, but nothing. > > Obviously, there is some problem with SurfaceFlinger / GUI > initialization, maybe because I'm running it under VirtualBox? Is > there any special FB or video driver to be compiled into the Kernel? > > Frank > > >

  1   2   >