New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
jimbridgman
Old
(Last edited by jimbridgman; 10th December 2011 at 11:15 PM.)
#51  
jimbridgman's Avatar
Recognized Contributor - OP
Thanks Meter 3038
Posts: 2,176
Join Date: Dec 2007
Location: Dallas, TX

 
DONATE TO ME
Quote:
Originally Posted by woodview View Post
i tried it but it says on the mountosh files that there read only :

#
C:\Users\BT5\Desktop\ubuntu-1.0.6>adb shell
$ su
su
# cd /data/local
cd /data/local
# rm mountosh
rm mountosh
# rm mountosh1
rm mountosh1
# exit
exit
$ exit
exit

C:\Users\BT5\Desktop\ubuntu-1.0.6>adb push mountosh.tar /data/local
1111 KB/s (10240 bytes in 0.009s)

C:\Users\BT5\Desktop\ubuntu-1.0.6>adb push mountosh1.tar /data/local
624 KB/s (10240 bytes in 0.016s)

C:\Users\BT5\Desktop\ubuntu-1.0.6>adb shell
$ su
su
# cd /data/local
cd /data/local
# rm /system/bin/mountosh.orig
rm /system/bin/mountosh.orig
rm failed for /system/bin/mountosh.orig, Read-only file system
# rm /system/bin/mountosh
rm /system/bin/mountosh
rm failed for /system/bin/mountosh, Read-only file system
# chmod 755 /system/bin/mountosh.orig
chmod 755 /system/bin/mountosh.orig
Unable to chmod /system/bin/mountosh.orig: Read-only file system
# tar -xvf mountosh.tar
tar -xvf mountosh.tar
mountosh
# tar -xvf mountosh1.tar
tar -xvf mountosh1.tar
mountosh1
# cp ./mountosh /system/bin/mountosh.orig
cp ./mountosh /system/bin/mountosh.orig
cp: /system/bin/mountosh.orig: Read-only file system
# cp ./mountosh1 /system/bin/mountosh
cp ./mountosh1 /system/bin/mountosh
cp: /system/bin/mountosh: Read-only file system
# chmod 755 /system/bin/mountosh.orig
chmod 755 /system/bin/mountosh.orig
Unable to chmod /system/bin/mountosh.orig: Read-only file system
# chmod 755 /system/bin/mountosh
chmod 755 /system/bin/mountosh
Unable to chmod /system/bin/mountosh: Read-only file system
# su chmod 755 /system/bin/mountosh
su chmod 755 /system/bin/mountosh
Permission denied
#

My bad you need to mount /system read-write....

Code:

adb shell
su
mount -o remount, rw /system
cd /data/local
rm /system/bin/mountosh
rm /system/mountosh.orig
cp ./mountosh /system/bin/mountosh.orig
cp ./mountosh1 /system/bin/mountosh
chmod 755 /system/bin/mountosh.orig
chmod 755 /system/bin/mountosh
mount -o remount, ro /system
reboot

End code


Then you should be able to move to the next step, and launch a terminal and get into synaptic.... you will not actually see a difference in webtop yet thoguh, except that you can get a terminal and run synaptic to install your Desktop of choice like xfce or gnome, or blackbox, etc, then webtop will look quite different.
SGS 3 Running CM10.1 nightlies (Jelly Bean 4.2)
Backup: Galaxy Nexus Running Ubuntu Phone OS

"Microsoft is the Evil Empire"
"I *nix UNIX we all scream for Linux"

If you don't have dropbox, go sign up here:
http://db.tt/SorT4X6q
You will get an extra 500MB, and so will I.


Jim
 
woodview
Old
#52  
woodview's Avatar
Junior Member
Thanks Meter 0
Posts: 18
Join Date: Dec 2011
Location: preston uk
Hi Jim

I did as you stated above with no errors but now when i plug my phone into my tv doc i dont get a webtop option, i only get entertainment center, in entertainment center there is a webtop icon when clicked i just get the motorola logo moving around my screen
 
jimbridgman
Old
#53  
jimbridgman's Avatar
Recognized Contributor - OP
Thanks Meter 3038
Posts: 2,176
Join Date: Dec 2007
Location: Dallas, TX

 
DONATE TO ME
Quote:
Originally Posted by woodview View Post
Hi Jim

I did as you stated above with no errors but now when i plug my phone into my tv doc i dont get a webtop option, i only get entertainment center, in entertainment center there is a webtop icon when clicked i just get the motorola logo moving around my screen

Ok, you are getting closer...

Again, I need the output of a couple commands to know what to do now.

Code:

adb shell
su
busybox df -h | busybox grep -i osh
ls -l /osh/etc/tomoyo
ls -l /osh/etc/toy

End code
SGS 3 Running CM10.1 nightlies (Jelly Bean 4.2)
Backup: Galaxy Nexus Running Ubuntu Phone OS

"Microsoft is the Evil Empire"
"I *nix UNIX we all scream for Linux"

If you don't have dropbox, go sign up here:
http://db.tt/SorT4X6q
You will get an extra 500MB, and so will I.


Jim
 
woodview
Old
#54  
woodview's Avatar
Junior Member
Thanks Meter 0
Posts: 18
Join Date: Dec 2011
Location: preston uk
C:\Users\BT5\Desktop\ubuntu-1.0.6>adb shell
$ su
su
# busybox df -h | busybox grep -i osh
busybox df -h | busybox grep -i osh
755.8M 681.3M 74.5M 90% /osh
# ls -l /osh/etc/tomoyo
ls -l /osh/etc/tomoyo
-rw-r--r-- root root 19362 2011-09-16 04:22 exception_policy.
conf
-rw-r--r-- root root 122571 2011-09-16 04:38 domain_policy.con
f
-rw-r--r-- root root 340 2011-09-16 04:22 profile.conf
-rw-r--r-- root root 156 2011-09-16 04:22 manager.conf
# ls -l /osh/etc/toy
ls -l /osh/etc/toy
/osh/etc/toy: No such file or directory
#
 
jimbridgman
Old
#55  
jimbridgman's Avatar
Recognized Contributor - OP
Thanks Meter 3038
Posts: 2,176
Join Date: Dec 2007
Location: Dallas, TX

 
DONATE TO ME
Quote:
Originally Posted by woodview View Post
C:\Users\BT5\Desktop\ubuntu-1.0.6>adb shell
$ su
su
# busybox df -h | busybox grep -i osh
busybox df -h | busybox grep -i osh
755.8M 681.3M 74.5M 90% /osh
# ls -l /osh/etc/tomoyo
ls -l /osh/etc/tomoyo
-rw-r--r-- root root 19362 2011-09-16 04:22 exception_policy.
conf
-rw-r--r-- root root 122571 2011-09-16 04:38 domain_policy.con
f
-rw-r--r-- root root 340 2011-09-16 04:22 profile.conf
-rw-r--r-- root root 156 2011-09-16 04:22 manager.conf
# ls -l /osh/etc/toy
ls -l /osh/etc/toy
/osh/etc/toy: No such file or directory
#
Your SDcard is not mounting correctly to /osh

I need you to run some more commands

Code:


adb shell
su
fdisk -l /dev/block/mmcblk1 | grep Linux
fdisk -l /dev/block/mmcblk0 | grep Linux

End code

Do you have an IM account? If so PM it to me, and we can do this real time if you like...
SGS 3 Running CM10.1 nightlies (Jelly Bean 4.2)
Backup: Galaxy Nexus Running Ubuntu Phone OS

"Microsoft is the Evil Empire"
"I *nix UNIX we all scream for Linux"

If you don't have dropbox, go sign up here:
http://db.tt/SorT4X6q
You will get an extra 500MB, and so will I.


Jim
 
woodview
Old
#56  
woodview's Avatar
Junior Member
Thanks Meter 0
Posts: 18
Join Date: Dec 2011
Location: preston uk
sent im via private message

outcome of commands

C:\Users\BT5\Desktop\ubuntu-1.0.6>adb shell
$ su
su
# fdisk -l /dev/block/mmcblk1 | gep Linux
fdisk -l /dev/block/mmcblk1 | gep Linux
gep: not found
# fdisk -l /dev/block/mmcblk1 | grep Linux
fdisk -l /dev/block/mmcblk1 | grep Linux
/dev/block/mmcblk1p1 1 701 5630751 83 Linux
# fdisk -l /dev/block/mmcblk0 | grep Linux
fdisk -l /dev/block/mmcblk0 | grep Linux
/dev/block/mmcblk0p1 65 512 3584 83 Linux
/dev/block/mmcblk0p2 513 576 512 83 Linux
/dev/block/mmcblk0p3 577 832 2048 83 Linux
/dev/block/mmcblk0p5 897 1024 1024 83 Linux
/dev/block/mmcblk0p6 1025 1088 512 83 Linux
/dev/block/mmcblk0p7 1089 1152 512 83 Linux
/dev/block/mmcblk0p8 1153 1280 1024 83 Linux
/dev/block/mmcblk0p9 1281 1536 2048 83 Linux
/dev/block/mmcblk0p10 1537 2560 8192 83 Linux
/dev/block/mmcblk0p11 2561 3584 8192 83 Linux
/dev/block/mmcblk0p12 3585 44544 327680 83 Linux
/dev/block/mmcblk0p13 44545 142848 786432 83 Linux
/dev/block/mmcblk0p14 142849 145408 20480 83 Linux
/dev/block/mmcblk0p15 145409 227328 655360 83 Linux
/dev/block/mmcblk0p16 227329 489472 2097152 83 Linux
/dev/block/mmcblk0p17 489473 533632 353280 83 Linux
/dev/block/mmcblk0p18 533633 1937856 11233792 83 Linux
#
 
jimbridgman
Old
#57  
jimbridgman's Avatar
Recognized Contributor - OP
Thanks Meter 3038
Posts: 2,176
Join Date: Dec 2007
Location: Dallas, TX

 
DONATE TO ME
Just want to let everyone here know, that the issues that some have been experiencing, are because they tried this method on the wrong phone... please be aware these instructions are for the Atrix 2 ONLY.

If you have an Atrix or a Bionic this process most likely will break your webtop. The hardware this will work on is the MB865 ONLY. I will add something into the OP to clarify this.

Sent from my MB865 using xda premium
SGS 3 Running CM10.1 nightlies (Jelly Bean 4.2)
Backup: Galaxy Nexus Running Ubuntu Phone OS

"Microsoft is the Evil Empire"
"I *nix UNIX we all scream for Linux"

If you don't have dropbox, go sign up here:
http://db.tt/SorT4X6q
You will get an extra 500MB, and so will I.


Jim
 
jahuang
Old
#58  
Junior Member
Thanks Meter 0
Posts: 19
Join Date: Feb 2010
Location: Shenzhen
Question Can't reach the download url

1st Thank U Jim for your great work!

But I find some problem to download the tar file, when I click the link as below, dropbox.com feedback a error(404), can you help me to transfer it to another file share website?

Thank you very much! and so sorry for my bad English.

dl.dropbox.com/u/45576654/webtop_unlock.tar
 
jimbridgman
Old
#59  
jimbridgman's Avatar
Recognized Contributor - OP
Thanks Meter 3038
Posts: 2,176
Join Date: Dec 2007
Location: Dallas, TX

 
DONATE TO ME
Quote:
Originally Posted by jahuang View Post
1st Thank U Jim for your great work!

But I find some problem to download the tar file, when I click the link as below, dropbox.com feedback a error(404), can you help me to transfer it to another file share website?

Thank you very much! and so sorry for my bad English.

dl.dropbox.com/u/45576654/webtop_unlock.tar

Humm, strange, I tested and got the same 404. I went ahead and deleted it from my dropbox and uploaded it again, and it appears to work now. Sorry about that odd glitch.
SGS 3 Running CM10.1 nightlies (Jelly Bean 4.2)
Backup: Galaxy Nexus Running Ubuntu Phone OS

"Microsoft is the Evil Empire"
"I *nix UNIX we all scream for Linux"

If you don't have dropbox, go sign up here:
http://db.tt/SorT4X6q
You will get an extra 500MB, and so will I.


Jim
The Following User Says Thank You to jimbridgman For This Useful Post: [ Click to Expand ]
 
jahuang
Old
#60  
Junior Member
Thanks Meter 0
Posts: 19
Join Date: Feb 2010
Location: Shenzhen
Quote:
Originally Posted by jimbridgman View Post
Humm, strange, I tested and got the same 404. I went ahead and deleted it from my dropbox and uploaded it again, and it appears to work now. Sorry about that odd glitch.
It's OK, thanks again!