Jonmhaney / android-x86

Automatically exported from code.google.com/p/android-x86
0 stars 0 forks source link

No /bin directory in general android bootup (It is present in debug mode) #286

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try booting android in Debug mode and go to terminal emulator
2. Check for /bin folder, It is present
3. No try booting android in normal mode and go to terminal emulator
4. Check for /bin folder, It is not present

What is the expected output? What do you see instead?
/bin folder and its contents to be present in normal mode of android boot

What version of the product are you using? On what operating system?
I am using Froyo version

Please provide any additional information below.
I am raising this issue as I am facing problem with mounting through 
NFS(busybox mount -t nfs ....) in normal android booting which is working fine 
in Debug mode of android booting. The only reason for this is in debug mode it 
is using /bin/busybox variant and in normal mode it was using 
/system/xbin/busybox variant. I think some bug in /system/xbin/busybox variant.

Original issue reported on code.google.com by ravishan...@gmail.com on 1 Apr 2011 at 4:58