[android-porting] android is not booting with yaffs2 filesystem

2009-11-10 Thread jack
it: cannot find '/system/bin/flash_image', disabling 'flash_recovery' init: cannot find '/system/bin/keystore', disabling 'keystore' enabling adb android_usb gadget: high speed config #1: UMS + ADB (Debugging mode) * End of log ** please advise what could be the reason for this. any help will be appreciated. Regards, Jack. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: android is not booting with yaffs2 filesystem

2009-11-11 Thread jack
ystem/ framework/android.policy.jar' E/dalvikvm( 1734): opt header write failed: No space left on device I/dalvikvm( 1734): Unable to open or create cache for /system/ framework/services.jar (/data/dalvik-cache/ sys...@framework@services@classes.dex) D/dalvikvm( 1734): Unable to process

[android-porting] Re: android is not booting with yaffs2 filesystem

2009-11-11 Thread jack
. any other clue? Regards, Jack On Nov 11, 7:49 pm, mvniekerk wrote: > Have you've checked for read only partitions? > > What Android does upon initial bootup it will extract the apk files > into the /data/ folder. If it doesn't have write access it will fail. > Also, if

[android-porting] Re: android is not booting with yaffs2 filesystem

2009-11-11 Thread jack
620 lr afe0eca8 pc ad057486 cpsr 0030 logcat end here these mesg are repeating.. Any help will be appreciated. Regards, Jack On Nov 11, 8:10 pm, jack wrote: > I have given full permissions to /data > chmod 0777 /data > even a

[android-porting] Re: android is not booting with yaffs2 filesystem

2009-11-11 Thread jack
, Jack On Nov 12, 9:59 am, jack wrote: > Hello again, > i changed my data partition from 11MB to 31MB. Now the logcat massages > has changed as below, please give some pointer if any one have face > similar problem: > > * logcat start *** > D

[android-porting] Re: L2 Cache driver

2009-11-12 Thread jack
Hi, Which arm version are you using(armv6, armv7 etc)? ARM event monitor Driver can be found under the arch/arm/oprofile/ op_model_.c regards, Jack On Nov 13, 6:19 am, altanbileg wrote: > I want to know that where is the L2 cache driver in android kernel? > In ARM core there is event c

[android-porting] Re: Integrating eclair

2009-11-17 Thread jack
Hi, Post your logcat massages. You may try deleting the contents on /data and reboot the system. see the below discussion: http://groups.google.com/group/android-porting/browse_thread/thread/cd74cc4f77c43bb5 Regards, Jack On Nov 18, 3:53 am, Porting beginner wrote: > Hi, > > I have

[android-porting] Re: problem about repo sync

2009-11-18 Thread jack
[ 1 ] do repo sync done fi Note: This script can be optimized in a better way, this is just a reference. Regards, Jack On Nov 18, 4:23 pm, Dmitry wrote: > you can try to modify .py script -http://android.amberfog.com/?p=230 > > On Nov 5, 12:40 pm, Thimmarayaswamy Krishnappa > >

[android-porting] Kernel panic after clicking on the browser button

2009-12-03 Thread jack
out why it is. Please help me out as I am completely stuck. Thanks in advance. Regards Jack -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Kernel panic occurs while Android is running

2009-12-03 Thread jack
=10.20.0.21:/tmpwork/jack/rootfs/cupcake/ ip=10.20.8.81:10.20.0.21:10.20.0.1:255.255.0.0::eth0:off root=/dev/nfs rw cpufreq=600M mem=128M console=ttyS0,115200 mtdparts= L2cache= init=/ init androidboot.console=ttyS0 Right now, it can successfully boot up and see Android main screen. However, when I

[android-porting] Re: Kernel panic occurs while Android is running

2009-12-03 Thread jack
4:c7818000 [] (get_signal_to_deliver+0x0/0x3e8) from [] (do_signal+0x58/0x4ec) [] (do_signal+0x0/0x4ec) from [] (do_notify_resume +0x2c/0x30) [] (do_notify_resume+0x0/0x30) from [] (work_pending+0x1c/0x20) Regards Jack On 12月4日, 上午2時38分, fadden wrote: > On Dec 3, 4:42 am, jack wrote: > > > Right no

[android-porting] Re: Kernel panic occurs while Android is running

2009-12-07 Thread jack
(Segmentation fault) @ 0 (10) --- Process 1 detached Do you have any idea about this and what the problem is? Thank in advance. Regards Jack On 12月4日, 下午2時41分, jack wrote: > Thanks for your help. > > I have checked /proc directory but cannot find /proc/last_kmsg in &

[android-porting] Re: Kernel panic occurs while Android is running

2009-12-08 Thread jack
a lot. Regards, Jack On 12月8日, 下午3時23分, jack wrote: > Hi all, > > I try to use strace to get more information before kernel panic. > The following is what I got by using strace -p 1: > > Process 1 attached - interrupt to quit > setup()                                 = ? ERES

[android-porting] Re: Kernel panic occurs while Android is running

2009-12-13 Thread jack
Dear all, After these days testing and source code tracing, I fixed this problem finally. :) It is solved simply by enabling the CONFIG_ARM_THUMB option in kernel config. Thanks all for your help. Regards, Jack On 12月9日, 上午1時27分, jack wrote: > Dear all, > > I try to use gdb to debug

[android-porting] Re: Kernel Panic - booting

2009-12-14 Thread jack
Hello, According to my porting experience, there will be many causes resulting in kernel panic. Pasting more logs before the line kernel panic will help for others to figure out your problem. Thanks. Regards Jack On 12月15日, 上午11時58分, linux newbie wrote: > Hi, > > Our embedded pla

[android-porting] Re: reducing system image size

2009-12-15 Thread jack
Hi, Maybe you can put the kernel image into the flash and try to mount your rootfs by nfs. Or, you can try to build a compressed system image in jffs2 which will reduce the size. Regards, Jack On 12月15日, 下午6時42分, Tim wrote: > On Dec 15, 10:05 am, linux newbie wrote: > > > Hi,

[android-porting] Re: Kernel Panic - booting

2009-12-15 Thread jack
Hello, Your log before the kernel panic is much the same as what I had before. I solve my problem by enabling the CONFIG_ARM_THUMB of processor feature to support Thumb user binaries. Good luck. Regards, Jack On 12月16日, 上午7時53分, linux newbie wrote: > Hi, > > Here is the log bef

[android-porting] Re: Kernel Panic - booting

2009-12-15 Thread jack
Hello, As Novin said, your kernel does not have the necessary stuff Android needs. You have to get your source code from http://android.git.kernel.org/ Regards, Jack On 12月16日, 上午10時08分, linux newbie wrote: > Hi, > > I already enabled CONFIG_ARM_THUMB. > > Is it enough to make

[android-porting] Re: /dev files

2009-12-17 Thread jack
Hi, I had the same question before. :) You do not have to create or copy any device node in the /dev directory by yourself. After Android starts, it will automatically create the corresponding device node under /dev. Regards, Jack On Dec 18, 12:39 pm, shivap wrote: > hello all > i got a

[android-porting] Re: Android Eclair -- hangs after gralloc/mapFrameBufferLocked

2010-01-07 Thread jack
Hello, I had this problem before. I fixed it by implementing the double buffering for frame buffer. The details of double buffering implementation can be found at http://www.yuan.se/?p=7 Regards, Jack On 2009年11月18日, 下午11時05分, Alexey Roslyakov wrote: >   Hello, > I managed to compileEcl

[android-porting] Re: The 'kernel' directory in donut branch

2010-01-14 Thread jack
In http://android.git.kernel.org/, check the fist one in the project list. Regards, jack On 1月15日, 上午2時31分, hap497 wrote: > Hi, > > In cupcake branch, there is a kernel directory which a bunch of > subdirectories. > But in donut branch, I don't see the same 'kernel'

[android-porting] android gui is not coming up with yaffs2 filesystem

2010-01-19 Thread jack
Hi All, I have 256MB samsung NAND flash, i have build yaffs2 android filesystem (system.img). using u-boot nand command "nand write.yaffs " i have written this filesystem to nand. when i boot the board, i can see only small later "A N D R O I D" on the lcd and the shell but no android GUI. My quest

[android-porting] Re: SMDK 6410 & Latest Android

2010-04-19 Thread jack
Are you able to port and run some older version on android on smdk6410? if not, try out these links: 1> http://www.linuxforum.net/forum/gshowflat.php?Cat=&Board=embedded&Number=728965&page=0&view=collapsed&sb=5&o=all%3C/span%3E 2> http://github.com/leemgs/samsung-s3c6410-android.1.0 3> http://tr

[android-porting] Re: Android porting to TV

2010-06-07 Thread Jack
In big picture, the it does mean screens of mobile phone and TV are now converged under Android OS. Obviously, the applications wrote for mobile phone will be able to run on TV screen! That is amazing is'n it? People will not need to learn a new user experience. That is why Microsoft dominate PC w

[android-porting] Re: kernel panic ;(

2010-06-26 Thread jack
Disable you MTD driver and partition in the kernel menuconfig. Increase the bootdelay=5 and see. On Jun 26, 5:55 pm, Manav Gautama wrote: > On Sat, Jun 26, 2010 at 5:58 PM, Ranganath s wrote: > > HI group, > > >        I am porting android 1.5 to mini 2440 board. I am getting the kernel > > pani

[android-porting] Re: Boot from SD card - Suspend & Resume issue

2010-07-16 Thread jack
just check if you have CONFIG_MMC_UNSAFE_RESUME enabled in your kernel .config, if not, enable CONFIG_MMC_UNSAFE_RESUME and try. On Jul 16, 4:51 pm, Srikant wrote: > Hi all, > > We've made SD card 4 partions, 1 FAT32 for U-boot & Kernel images, 2 > EXT3 for System image, 3 EXT3 for Data and 4

[android-porting] GPS Porting Problems On The Android 2.3

2011-05-06 Thread jack
Hi, I am going to porting a USB-based GPS module to Android 2.3.2 on arm device. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] GPS Porting Problems On The Android 2.3

2011-05-06 Thread jack
Hi I am going to porting a USB-based GPS module to Android 2.3 on arm device. In the Android2.3 source,I find the file (sdk/emulator/gps/ gps_qemu.c). So i change the file and Android.mk, making them been builded to gps.default.so and been copied to the directory (/system/ lib/hw/). By d

[android-porting] Re: GPS Porting Problems On The Android 2.3

2011-05-23 Thread jack
> I just got the same problem as you said, which blocked mygpsproject > > > > nearly one week > > > > > On 5月9日, 下午12时55分, white wrote: > > > > > I was under the impression thatgps.default.so(or libgps.so) should go > > > > > to the di

[android-porting] Anyone heard of the Pandora?

2011-06-30 Thread Jack Sanders
Hola! I'm not very cultured around here, but I'd like to stop by to say that some folks in the OpenPandora community are trying to get Android ported to their device. Currently there's a $425 "bounty" to whomever does the job, and people are constantly pledging more mone

[android-porting] Write uboot from kernel Or read data part from uboot

2013-01-09 Thread Jack Feng
rtition so I can write it in android framework. But then I cannot find a way to mount this partition and open the file in uboot process. Have anyone done this before or some work like this? Thanks Jack -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google

[android-porting] System Service in SDK Add-on

2013-02-18 Thread Jack Newcombe
I've been working on creating my own System Service for a custom Android build. Everything has progressed as planned and I've just built an SDK that exposes the service interface. However, I've also been working on an SDK Add-on that includes some libraries that aren't intended to be included i

[android-porting] Re: Can't open /dev/ttyVSP0 in mainloop() which located in reference-ril.c,why???????

2009-02-19 Thread Jack stone
I am getting the same problem with your. My AT channel is /dev/ ttyVPP0, If i add " chmod 777 /dev/ttyVPP0" there is no changes to / dev/ttyPP0 permission. If anybody give some advices, thanks. On 2月19日, 下午6时04分, "dephon...@gmail.com" wrote: > Hi, all: > >   I am porting Android GSM CALL functi

[android-porting] Re: Can't open /dev/ttyVSP0 in mainloop() which located in reference-ril.c,why???????

2009-02-20 Thread Jack stone
David Turner , thank for your reply. And now my /dev/ttyVSP0 can't be opened in android, if it is opened ,then kernel panic. It' s big problem. By the way, if /dev/ttyVSP0(a char device map to uart 0) driver works well, i just need to implement reference-ril.c, such as(1) change the Open() device

[android-porting] Re: Can't open /dev/ttyVSP0 in mainloop() which located in reference-ril.c,why???????

2009-02-24 Thread Jack stone
on: GENERIC_FAILURE D/GSM ( 474): SMS send failed D/AT ( 426): AT< +CSQ: 23,99 D/AT ( 426): AT< OK D/RILJ( 474): [0358]< SIGNAL_STRENGTH {23, 99} On 2月20日, 下午4时10分, Jack stone wrote: > David Turner , thank for your reply. > And now my /dev/ttyVSP0 can't b

[android-porting] Re: JNI run time error even I use same code and lib as Android source code.

2009-02-24 Thread Jack stone
I have the same problem with you. You should compile you .c with android toolchain(Whether static link or dynamic link). If you must use the third party compiler, you must compile it with static link. On 2月24日, 下午4时44分, Jerry Yang <1999bige...@gmail.com> wrote: > Hi,Kozak and all > I checked the

[android-porting] Re: ALSA build error

2009-03-08 Thread Jack stone
you should search in this group. There is a patch : http://groups.google.com/group/android-porting/browse_thread/thread/b66db688d1630382/80fdb626e3194c09?#80fdb626e3194c09 On Mar 6, 8:34 pm, Androidphan wrote: > My local_manifest.xml: > > > > > > > > > I changed BoardConfig with BOARD_USES

[android-porting] Re: start bluetooth failed from UI

2009-04-02 Thread Jack Zheng
Hi,lzh20044178, I have met with the same problem with you.I can not start bluetooth from UI,but it can be done by manually. On my phone, $bttest enable enable =0 Could you please explain more details about how you solve this problem? I don't understand "the reason is the sdptool service is runnin

[android-porting] why do i need to erase userdata after replace nand flash from x16 to x8??

2009-04-28 Thread Jack stone
Hi,all: Replace NAND flash from x16 to x8, Android can run once successfuly! I have just replaced my NAND flash from x16 to x8. After change my nand flash driver in uboot and kernel,I use the android image(ramdisk.gz, system.img, userdata.img) which run ok on x16 H/W platform to test my

Re: [android-porting] Re: RIL - GSM Cell broadcast related query

2017-03-10 Thread &#x27;Jack Yu' via android-porting
always hardcode them to 0 and 255. On Mon, Mar 6, 2017 at 10:53 AM, Robert Greenwalt wrote: > Jack, what do you think of their interpretation of the parameters? > > On Mon, Mar 6, 2017 at 6:23 AM, Giri J wrote: > >> yeah thats true >> >> if i see the 3gpp spec >