[android-porting] Re: Extreme long boot time on Android gingerbread?

2013-08-28 Thread hagenp
(a) Android usually takes a long time on its _first_ boot, because all apps are optimized and stored in /data/dalvik-cache. You will get long boot-up times of a few minutes only then "each time", if these files can not be stored persistently. (b) Do not disable chkdsk (unless you do not store a

[android-porting] Re: Run Android(ICS) in LXC(container) : dalvikvm crashes results in android boot failure.

2013-02-08 Thread hagenp
> > dalvikvm( 3865): cannot set capabilities (7c13c20,7c13c20): Operation not > permitted > OK. I never heard of that before. After a few minutes with Google and grep we see: - the error is printed from dalvik_system_Zygote.cpp - on return from "setCapabilities" - on return from a "capset" O

[android-porting] Re: My phone will stuck and not bootup after factory reset

2012-12-07 Thread hagenp
> > W/dalvikvm( 287): Cached DEX '/system/framework/android.policy.jar' > (/data/dalvik-cache/system@framew...@android.policy.jar@classes.dex) is > stale and not writable > Looks like it's mounted read-only. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.

Re: [android-porting] Jelly Bean x86 Emulator and DNS settings

2012-12-07 Thread hagenp
On Thursday, 6 December 2012 05:38:59 UTC+1, Ranganath TM wrote: > > I am working on ICS, and I don't the procedure how to build the source and > create image for emulator. kindly give me the steps how to achieve it. > http://source.android.com/source/initializing.html -- unsubscribe: android-

[android-porting] Re: Jelly beans porting on Pandaboard

2012-12-04 Thread hagenp
Look at the Linaro build of JB on Pandaboard. For me jb-42 and jb-50 worked very well. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: My own server with Android source

2012-11-19 Thread hagenp
source.android.com -> Downloading the Source Tree -> Using a local mirror ...should have all the answers. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Porting RILd

2012-11-19 Thread hagenp
Looks like you problem is not with roild, but with your kernel. When you port the kernel, you also need to port the radio devices, so rild can open them. But very likely you don't have the source code for them. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.

[android-porting] Re: Send your Google Account Manager your public key file in order to establish Git server access.

2012-11-05 Thread hagenp
You refer to an outdated, obsolete page from 2008. The requirement has been dropped. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: udev rules android

2012-09-28 Thread hagenp
On Wednesday, 26 September 2012 06:58:07 UTC+2, slreddy wrote: > > Will udev rules work in android > Only if you have compiled and started an "udevd" binary on your Android device. :-) Android has a different mechanism than udev to deal with hardware changes. It is explained here: http://www.kan

[android-porting] Re: Jellybean product version from repo is 4.0.99999.9999.99999?

2012-09-10 Thread hagenp
On Thursday, 6 September 2012 23:03:11 UTC+2, Weston Weems wrote: > > I just synched from repo a couple days ago, and have noticed that after > building jellybean, the os reports 4.0.9.9. or something... is > this what it should be, or could I have potentially synched wrong? It > app

[android-porting] Re: Not able to boot the panda board ES in fast boot mode

2012-09-07 Thread hagenp
On Monday, 6 August 2012 08:08:20 UTC+2, sanath wrote: > > I have downloaded the android ICS 4.0.3 version and compiled successfully. > First, the AOSP 4.0.3 will not work (no video output) with panda. JBQ made a branch "ics-plus-aosp" that you should use. > I am using linux ubuntu 10.04 (64 b