Raconeisteron / omnia2droid

Automatically exported from code.google.com/p/omnia2droid
0 stars 0 forks source link

other: can not execute errors while booting #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Booting Haret
2. Wait until ---ANDROID-- shows up
3. Can not execuve all kind of things

What is the expected output? What do you see instead?
Booting Android

What version of the product are you using? On what operating system?
Beta2 Without last update (03-03)

Please provide any additional information below.

Original issue reported on code.google.com by ring...@gmail.com on 4 Mar 2011 at 12:44

GoogleCodeExporter commented 8 years ago
pse provide some more info, what errors? Logging (dmesg/logcat) or picture of 
errors helps...

Original comment by elbee1...@gmail.com on 7 Mar 2011 at 9:37

GoogleCodeExporter commented 8 years ago
I took a pickture. If attachment doen'nt work, here's a link to imageshack 
http://img42.imageshack.us/i/androidz.jpg/

Original comment by ring...@gmail.com on 7 Mar 2011 at 7:37

Attachments:

GoogleCodeExporter commented 8 years ago
what kind of installation did you use (what guide/post/howto)?

maybe you used a custom linux installation where you untarred or copied files 
without the right file permissions?

Original comment by elbee1...@gmail.com on 7 Mar 2011 at 10:20

GoogleCodeExporter commented 8 years ago
I followed this guide to install in my storage 
http://www.modaco.com/content-page/322429/android-on-omnia-ii-i8000-03-03-2011/p
age/740/#entry1572487. I untarred in ubuntu terminal with sudo tar xzvf, so 
permissions should be allright. I also checked the dir and they are RW to all 
users. Also all users are able to execute files according to my Ubuntu.

Original comment by ring...@gmail.com on 8 Mar 2011 at 12:31

GoogleCodeExporter commented 8 years ago
but at least on /system/bin/dbus-daemon & /system/bin/keystore
you get a 'permission denied'

according to the tar manual you can use the switch 'p' to preserve permissions
(sudo tar xvzpf ...)

Original comment by mosclamer on 8 Mar 2011 at 3:12

GoogleCodeExporter commented 8 years ago
I got this error too. What software u used to create the ext2 partition?  I use 
the gparted to recreate the partition and then the problem is solved. 

Original comment by jerry.lo...@gmail.com on 21 Apr 2011 at 3:54

GoogleCodeExporter commented 8 years ago
I'm experiencing this issue as well.  I executed "tar xvzpf ext4.tar.gz -C 
/media/Android" as superuser and permissions errors persist.

My installation (manual install of Froyo Beta 1 on SD card) also has 
permissions errors on executing /system/bin/akmd (for the same reasons).  I 
have tried setting permissions on all files in /system/bin/ as 775 as well as 
777.  Has anyone come across a solution for this yet?

Original comment by sudo.adam.carruthers@gmail.com on 29 Jun 2011 at 4:25

GoogleCodeExporter commented 8 years ago
I found a solution. I created a logical EXT partition, should be a Primary. Now 
it works.

Original comment by ring...@gmail.com on 29 Jun 2011 at 10:25

GoogleCodeExporter commented 8 years ago
Confirmed: creating a primary ext4 partition works. Problem solved.

Original comment by sudo.adam.carruthers@gmail.com on 29 Jun 2011 at 5:15

GoogleCodeExporter commented 8 years ago
i was facing the same issue while using ubuntu's disk utility to format the 
ext4 partition. there was an option like "take the ownership of the partition 
after format" (don't know the exact text because mine is in portuguese) 
checked, and it was leading to the problem.

Original comment by alexandr...@gmail.com on 13 Jul 2011 at 10:51