Re: building a basic android for any arm11 processor

1,431 views
Skip to first unread message
Message has been deleted

freakingtux

unread,
Mar 5, 2012, 4:50:28 PM3/5/12
to android...@googlegroups.com
Hello

On Monday, March 5, 2012 2:32:14 PM UTC+1, akash malhotra wrote:
mini6410 board , i get this error on the serial
port ,

# warning: `rild' uses 32-bit capabilities (legacy support in use)
request_suspend_state: wakeup (3->0) at 53093245160 (2011-04-12
10:37:15.802849407 UTC)
init: untracked pid 663 exited
You can try two things at this time. run logcat (-d) to see if you get more hints about the problem. if that doesn't help
try and determine what processes are killed ( run "ps" untill you see what process gets killed). The init program itself
is already running at this stage so you probably compiled the code alright and are just missing other things like kernel features or you have not
created the proper init.rc files to boot your device (mount the right partitions etc).

Hope this helps.

Greetings


akash malhotra

unread,
Mar 6, 2012, 1:08:45 AM3/6/12
to android-porting
How do i get a shell , i tried by calling

//service console /system/bin/sh
service console /system/busybox/bin/ash
console ------------------------> but still it does not work

I am posting my entire init.rc file in both mine modified and the
board shipped default init.rc file , I even tried commenting those
files
which are not there in the system , but now i end up with no errors on
serial port , but the image does not boot up ,
I had done some search on mine erros , on one i got its possible to
have kernel bug OR the ti codecs are not there , they say its related
to the 2D or 3D libraries which are not present, i dont know how do i
enable them , bcoz the emulator works and ups the android properly .

http://pastebin.com/ZAbYwKS3
---------------------------------------------------->builded by me
http://pastebin.com/1EpvEf2V
---------------------------------------------------->shipped with the
board by default

I will try your suggestions and try to get a console on my
image ...............





Message has been deleted

Gaurav Kumar

unread,
Apr 14, 2021, 10:38:51 AM4/14/21
to android-porting
Hi Guys,

I am facing a similar issue while porting android 10 and Linux kernel over the raspberry pi 4. 

Error : 
init: untracked pid xxxxx existed with status 0. 

I am using the below link to compile the Andriod and Linux kernel. 

What is the problem, why the init : untracked pid xxxx existed with status 0. Do I need to compile android patches? 
or I have to do some more additional stuff. 

On Wednesday, 7 March 2012 at 04:41:31 UTC+1 Alvin Wong wrote:
You haven't ported the kernel, have you?

The kernel is device-specific and requires Android patches.

Also add loglevel 8 to init.rc for more.
On 3月5日, 下午9時32分, akash malhotra <akash3...@gmail.com> wrote:
> Hello all of you , for past few days i have been trying to build an
> android image , i builded a generic image , which
> works on emulator very well ,but when i port the file system on  my
> mini6410 board , i get this error on the serial
> port ,
>
> #############################
> init: cannot open '/initlogo.rle'
> init: cannot find '/system/etc/install-recovery.sh', disabling
> 'flash_recovery'
> sh: can't access tty; job control turned off
> # warning: `rild' uses 32-bit capabilities (legacy support in use)
> request_suspend_state: wakeup (3->0) at 53093245160 (2011-04-12
> 10:37:15.802849407 UTC)
> init: untracked pid 663 exited
> request_suspend_state: wakeup (0->0) at 56295562334 (2011-04-12
> 10:37:19.005166415 UTC)
>
> request_suspend_state: wakeup (0->0) at 61609864137 (2011-04-12
> 10:37:24.319467903 UTC)
> init: untracked pid 699 exited
> request_suspend_state: wakeup (0->0) at 66907271281 (2011-04-12
> 10:37:29.616875362 UTC)
> init: untracked pid 705 exited
> request_suspend_state: wakeup (0->0) at 72205536042 (2011-04-12
> 10:37:34.915140064 UTC)
> init: untracked pid 711 exited
> request_suspend_state: wakeup (0->0) at 77260623987 (2011-04-12
> 10:37:39.970227828 UTC)
> init: untracked pid 717 exited
> request_suspend_state: wakeup (0->0) at 82320542141 (2011-04-12
> 10:37:45.030145952 UTC)
> init: untracked pid 723 exited
> request_suspend_state: wakeup (0->0) at 87617575942 (2011-04-12
> 10:37:50.327180024 UTC)
> init: untracked pid 729 exited
> request_suspend_state: wakeup (0->0) at 92957082866 (2011-04-12
> 10:37:55.666686662 UTC)
> init: untracked pid 735 exited
> request_suspend_state: wakeup (0->0) at 98268267098 (2011-04-12
> 10:38:00.977871149 UTC)
> init: untracked pid 741 exited
> request_suspend_state: wakeup (0->0) at 103580632244 (2011-04-12
> 10:38:06.290236536 UTC)
> init: untracked pid 747 exited
>
> init: untracked pid 705 exited
> request_suspend_state: wakeup (0->0) at 72205536042 (2011-04-12
> 10:37:34.915140064 UTC)
> init: untracked pid 711 exited
> request_suspend_state: wakeup (0->0) at 77260623987 (2011-04-12
> 10:37:39.970227828 UTC)
> init: untracked pid 717 exited
> request_suspend_state: wakeup (0->0) at 82320542141 (2011-04-12
> 10:37:45.030145952 UTC)
> init: untracked pid 723 exited
> request_suspend_state: wakeup (0->0) at 87617575942 (2011-04-12
> 10:37:50.327180024 UTC)
> init: untracked pid 729 exited
> request_suspend_state: wakeup (0->0) at 92957082866 (2011-04-12
> 10:37:55.666686662 UTC)
> init: untracked pid 735 exited
> request_suspend_state: wakeup (0->0) at 98268267098 (2011-04-12
> 10:38:00.977871149 UTC)
> init: untracked pid 741 exited
> request_suspend_state: wakeup (0->0) at 103580632244 (2011-04-12
> 10:38:06.290236536 UTC)
> init: untracked pid 747 exited
> request_suspend_state: wakeup (0->0) at 108889470752 (2011-04-12
> 10:38:11.599074818 UTC)
> init: untracked pid 753 exited
> request_suspend_state: wakeup (0->0) at 114234242880 (2011-04-12
> 10:38:16.943847368 UTC)
> init: untracked pid 759 exited
> request_suspend_state: wakeup (0->0) at 119285543437 (2011-04-12
> 10:38:21.995147353 UTC)
> init: untracked pid 765 exited
> request_suspend_state: wakeup (0->0) at 124597594830 (2011-04-12
> 10:38:27.307198656 UTC)
> init: untracked pid 771 exited
> request_suspend_state: wakeup (0->0) at 129890469113 (2011-04-12
> 10:38:32.600073466 UTC)
> init: untracked pid 777 exited
> request_suspend_state: wakeup (0->0) at 135194080751 (2011-04-12
> 10:38:37.903684381 UTC)
> init: untracked pid 783 exited
> request_suspend_state: wakeup (0->0) at 140250557840 (2011-04-12
> 10:38:42.960161862 UTC)
> init: untracked pid 789 exited
> request_suspend_state: wakeup (0->0) at 145300543942 (2011-04-12
> 10:38:48.010148054 UTC)
> init: untracked pid 795 exite
>
> ########################################################################### #############
> I countinously get  this error on my serial port , can some suggest
> where is the problem lying out .
Reply all
Reply to author
Forward
0 new messages