kiah2008 / android-openvpn-installer

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

remounting rw fails on Samsung Moment (maybe others) #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install OpenVPN Installer apk on Samsung Moment running cupcak MR14
2. Run OpenVPN installer, select Install, either /system/bin or /system/xbin
3. Wait for install to fail. Show log indicates it failed to remount /system 
due to invalid arguments for mount due to basic mount implementations

Please provide any additional information below.

It attempts to issue the command (in su -c):
  mount -oremount,rw /system
but this is syntax is not as widely supported.

Attached patch adjusts the mount command to include the device name 
which is more widely supported by basic mount implementations.

Changes mount command (on my device) to:
  mount -o remount,rw /dev/stl5 /system

Original issue reported on code.google.com by jshrieve@gmail.com on 9 Mar 2010 at 12:13

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed, please checkout and try again.

Original comment by friedrich.schaeuffelhut on 9 Mar 2010 at 8:21

GoogleCodeExporter commented 8 years ago

Original comment by friedrich.schaeuffelhut on 10 Mar 2010 at 1:20