Thank you for reply. My service is written in native c ,and I've already
can boot my service through adding code in init.rc. But I can't make it the
first service to boot.
2013/6/13 Pratik Prajapati
> As far as i know you can not start your java service on first of all other
> services. Technic
As far as i know you can not start your java service on first of all other
services. Technically you can start it from init.rc but you can not get any
other system service object in your service. you can not even get system
context, nothing will work, your service will crash. But if you want to run
Any suggestions would be greatly appreciated.
On Thursday, June 13, 2013 11:52:19 AM UTC+8, dywis...@gmail.com wrote:
>
> I want to boot my own service right after all ".img" file were mounted and
> before any other service was going to boot.
>
--
--
unsubscribe: android-kernel+unsubscr...@
I want to boot my own service right after all ".img" file were mounted and
before any other service was going to boot.
--
--
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
---
You received this message because you are subscribed
hi,guys.
I use l4android3.6(linux 3.6) to start android4.0.4, however it can not
work.
there are some problem in there:
!init: critical process 'ueventd' exited 4 times in 4 minutes; rebooting into
recovery mode.
However, from the source code, I can not find what is wrong. After running this
This might be a trivial question but I dont know the answer to it. Looking
for android gurus. My task is to compile android kernel and run on a
pandaboard. I cannot just take the uImages there are drivers which I need
to modify..
Now one way is to download every thing from AOSP by repo init..
When I'm building a module the only difference in my version magic strings
is the "+" character. I do not explicitly add, is there a kernel option or
something else that is preventing them being equal?
Thanks
--
--
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://grou
Hi
It looks with the bootloader param's passed to Kernel in the "ATAG_CMDLINE:
3d 54410009 ': loglevel=8 console=ram " is configured with 'console=ram'.
Try changing console to a valid serial port (tty).
Anirudh
On Wednesday, June 5, 2013 2:41:43 PM UTC+5:30, Dilshad Alam wrote:
>
> Hi,
>