BRoy98 / pandroid

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

How to get root access authority in Pandroid 2.3 #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Boot the Pre-build Image 2.3 on PandaBoard A2.
2. In Serial port command, Input: netcfg
3. It shows: 
       ------------------------------------
       Cannot perform requested operation: Permission denied
       ------------------------------------

What is the expected output? What do you see instead?
    The following output is expected:
---------------------------------------
# netcfg
# lo       UP    127.0.0.1       255.0.0.0       0x00000049
  usb0     UP    0.0.0.0         0.0.0.0         0x00001043
  sit0     DOWN  0.0.0.0         0.0.0.0         0x00000080
  ip6tnl0  DOWN  0.0.0.0         0.0.0.0         0x00000080
  usb1     UP    10.127.109.146  255.255.255.0   0x00001043
---------------------------------------

  but I see
---------------------------------------
Cannot perform requested operation: Permission denied
---------------------------------------

What version of the product are you using? On what operating system?
PandaBoard A2, with L27.12.1-P2-pandroid_v2.tar.bz2 pre-build image in 
http://code.google.com/p/pandroid/downloads/list

Please provide any additional information below.

Not yet

Original issue reported on code.google.com by fancol...@gmail.com on 20 Jun 2011 at 9:53

GoogleCodeExporter commented 8 years ago
Can you retest this using adb shell. 

Connect USB cable to OTG and enter your mydroid/out/host/linux-86/bin directory.

do the following to get shell access
./adb shell

#netcfg

Post findings

~orbarron

Original comment by orbarro...@gmail.com on 20 Jun 2011 at 1:03

GoogleCodeExporter commented 8 years ago
Not sure if this is a final solution or not, but the console is not being 
started with root permissions in the init.rc file.  After changing this to be 
both user and group root, root permissions were granted to the boot shell.

Original comment by nateran...@gmail.com on 18 Jul 2011 at 12:40

GoogleCodeExporter commented 8 years ago
I have successfully booted up android ui on panda board and also able to 
navigate and access ui from dvi display.But cannot access the adb shell.I think 
root permission is not there.Please help how to enable root access on pandroid.
When i am giving #netcfg , it says *Cannot perform requested operation: 
Permission denied* .I am using L27.12.1-P2-pandroid_v2.tar.bz2 pre-build image 
on panda board V3.

Original comment by jyotshna...@gmail.com on 22 Sep 2011 at 2:04