how i can to change the unlock screen stock or change the framework of the gingerbread os?
pato66 said:
how i can to change the unlock screen stock or change the framework of the gingerbread os?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=876226
rendeiro2005 said:
http://forum.xda-developers.com/showthread.php?t=876226
Click to expand...
Click to collapse
thank you, but after running adb shell and change files framework and services.jar my 10 x restarted constantly, what can I do to install it and that not of this problem?, after a recovery, of course.
I WANT DOES THE CHANGE IN ECLAIR 2.1 SE, IS POSSIBLE?
pato66 said:
Thank you, but after running adb shell and change files framework and services.jar my 10 x restarted constantly, what can I do to install it and that not of this problem?, after a recovery, of course.
Click to expand...
Click to collapse
1. rooted phone
2. put those files on the root of sdcard
3. open cmd window
1. adb shell2. su (check your phone)3. mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system4. dd if=/sdcard/services.jar of=/system/framework/services.jar5. dd if=/sdcard/Contacts.apk of=/system/app/Contacts.apk6. dd if=/sdcard/Phone.apk of=/system/app/Phone.apk7. dd if=/sdcard/ADWLauncher.apk of=/system/app/ADWLauncher.apk (if you want to replace adw)8. dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk (after this your phone should reboot. if not wait at least 5min then reboot yourself)
hope this way you get it
rendeiro2005 said:
1. rooted phone
2. put those files on the root of sdcard
3. open cmd window
1. adb shell2. su (check your phone)3. mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system4. dd if=/sdcard/services.jar of=/system/framework/services.jar5. dd if=/sdcard/Contacts.apk of=/system/app/Contacts.apk6. dd if=/sdcard/Phone.apk of=/system/app/Phone.apk7. dd if=/sdcard/ADWLauncher.apk of=/system/app/ADWLauncher.apk (if you want to replace adw)8. dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk (after this your phone should reboot. if not wait at least 5min then reboot yourself)
hope this way you get it
Click to expand...
Click to collapse
Thank you, I have the same problem, says not found in step 3, but I did with rootexplorer, rest ok, but I have constant reboots, again a recovery.
pato66 said:
Thank you, I have the same problem, says not found in step 3, but I did with rootexplorer, rest ok, but I have constant reboots, again a recovery.
Click to expand...
Click to collapse
that`s odd `couse this is the way
witch rom are you using? if you hava a official one this doesn`t work for now
rendeiro2005 said:
that`s odd `couse this is the way
witch rom are you using? if you hava a official one this doesn`t work for now
Click to expand...
Click to collapse
Ok, sorry for your time, i will wait, thanks.
pato66 said:
Ok, sorry for your time, i will wait, thanks.
Click to expand...
Click to collapse
i see that you have a stock one. well...
Related
if anyone have original browser of lg then plz post here.........
View attachment Browser.apk
Try this.
And i think you cant simply install it. You have to push it to system/app
PS: Wait for a more experienced dev to come around. I am not too sure if that apk will work.
not worked ...i tried it already
Attached a zip containing my browser.apk and browser.odex from my german V10E, fresh from my /system/app directory
muff99 said:
Attached a zip containing my browser.apk and browser.odex from my german V10E, fresh from my /system/app directory
Click to expand...
Click to collapse
Pushed this to my system/app but it isn't showing up, now I want to delete it but I don't know how. Can anybody help please? Thanks.
Ojaser6 said:
Pushed this to my system/app but it isn't showing up, now I want to delete it but I don't know how. Can anybody help please? Thanks.
Click to expand...
Click to collapse
did you set the correct permission?
chmod 755 /system/app/browser.apk
jonathanchor said:
did you set the correct permission?
chmod 755 /system/app/browser.apk
Click to expand...
Click to collapse
Tried and adb said unable to chmod blablabla: Read-only File System
I don't get why this is happening, I'm already rooted and it's already in SU.
Ojaser6 said:
Tried and adb said unable to chmod blablabla: Read-only File System
I don't get why this is happening, I'm already rooted and it's already in SU.
Click to expand...
Click to collapse
You need to mount /system as RW:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
after chmod remount it as RO:
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
jonathanchor said:
You need to mount /system as RW:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
after chmod remount it as RO:
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
Click to expand...
Click to collapse
Thanks, that worked for the chmod. However Browser still doesn't show up in apps, perhaps it's a problem with the file?
Ojaser6 said:
Thanks, that worked for the chmod. However Browser still doesn't show up in apps, perhaps it's a problem with the file?
Click to expand...
Click to collapse
so you have the browser.apk in /system/app right?
try chmod 644 and reboot.
jonathanchor said:
so you have the browser.apk in /system/app right?
try chmod 644 and reboot.
Click to expand...
Click to collapse
Nope, still doesn't show up. Any idea why? Thanks for all the help.
Ojaser6 said:
Nope, still doesn't show up. Any idea why? Thanks for all the help.
Click to expand...
Click to collapse
do you have custom recovery installed?
jonathanchor said:
do you have custom recovery installed?
Click to expand...
Click to collapse
Yeah, I have Clockworkmod 3
I'm also using devoid.franco custom firmware, does that affect anything?
Ojaser6 said:
Yeah, I have Clockworkmod 3
I'm also using devoid.franco custom firmware, does that affect anything?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=12232400&postcount=1282
flash it in custom recovery.
jonathanchor said:
http://forum.xda-developers.com/showpost.php?p=12232400&postcount=1282
flash it in custom recovery.
Click to expand...
Click to collapse
How do I flash it in custom recovery though? I'm pretty new to this lol
Ojaser6 said:
How do I flash it in custom recovery though? I'm pretty new to this lol
Click to expand...
Click to collapse
just like flashing devoid.franco
jonathanchor said:
just like flashing devoid.franco
Click to expand...
Click to collapse
So I just use install zip from sdcard and select the zip file? Or do I need to extract?
Ojaser6 said:
So I just use install zip from sdcard and select the zip file? Or do I need to extract?
Click to expand...
Click to collapse
no need to extract the zip.
1. place the browser.zip in SD card root directory.
2. enter custom recovery
3. flash that zip
4. reboot
jonathanchor said:
no need to extract the zip.
1. place the browser.zip in SD card root directory.
2. enter custom recovery
3. flash that zip
4. reboot
Click to expand...
Click to collapse
All working now, thanks!
Hi im trying to flash cyanogen mod to my phone
Im using this tutorial http://forum.xda-developers.com/showthread.php?t=1038338
Anyway im stuck at installing custom recovery. i am stuck here
NOW TYPE IN THE COMMAND PROMT
cd c:\Program Files\Android\android-sdk\platform-tools (by default it should be this only where the sdk is installed)
The problem is under the android sdk folder there is no platform-tools folder. and my sdk is also installed under C:\Program Files (x86)\Android\android-sdk
Screenshot below is what i have in the android sdk folder ( i have 2.2 installed with the sdk manager)
Also is there someone that will be online for a few minutes who can just please help me if i get stuck somewhere else?
su (it will ask for root permission in your phone screen just allow)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (you will get an error just proceed)
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
flash_image recovery /sdcard/LGp500-recovery-v12.img (note just name the blue marked as the same as your custom recovery name and should end with .img)
reboot recovery
u whant to use this commands?
if so u can type them in a terminal straight tru the phone
ciolnadu said:
su (it will ask for root permission in your phone screen just allow)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (you will get an error just proceed)
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
flash_image recovery /sdcard/LGp500-recovery-v12.img (note just name the blue marked as the same as your custom recovery name and should end with .img)
reboot recovery
u whant to use this commands?
if so u can type them in a terminal straight tru the phone
Click to expand...
Click to collapse
when i type chmod 755 /system/bin/flash_image it says.. Unable to chmod /: Read-only file system
Sorry i took long.. chrome to phone doesn't want to work so i have to type everything
here u have the original thread
and 2 file
one of them is flash_image.zip that u need on sd and if i remember correctly u also need to extract it
ciolnadu said:
here u have the original thread
and 2 file
one of them is flash_image.zip that u need on sd and if i remember correctly u also need to extract it
Click to expand...
Click to collapse
yes i already did that, but when i say chmod 755 /system/bin/flash_image it says.. Unable to chmod /: Read-only file system
What should i do?
i think somewhere here
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
u also have an error and system didn't mount correctly
so try all again
kobusvdsandt said:
Hi im trying to flash cyanogen mod to my phone
Im using this tutorial http://forum.xda-developers.com/showthread.php?t=1038338
Anyway im stuck at installing custom recovery. i am stuck here
NOW TYPE IN THE COMMAND PROMT
cd c:\Program Files\Android\android-sdk\platform-tools (by default it should be this only where the sdk is installed)
The problem is under the android sdk folder there is no platform-tools folder. and my sdk is also installed under C:\Program Files (x86)\Android\android-sdk
Screenshot below is what i have in the android sdk folder ( i have 2.2 installed with the sdk manager)
Also is there someone that will be online for a few minutes who can just please help me if i get stuck somewhere else?
Click to expand...
Click to collapse
Platform tool will be download from internet during update after first start of application.
Take a look on section above:
INSTALLING ANDROID SDK IN ORDER TO USE ADB
First install JDK and JRE from here http://www.oracle.com/technetwork/ja...ads/index.html (choose your appropriate os)
ANDROID SDK LINK:http://developer.android.com/sdk/index.html (LATEST VERSION r10)
Install ANDROID SDK
Click next
Now it wont show next option to proceed just hit back once and click next again (you will be able to proceed with installation now)
Run android sdk manager(note :Run as Administrator orelse it wont download the packages) it will show various packages available just click cancel.
Click on available packages-android repository-uncheck SDK PLATFORM ANDROID ALL VERSION EXCEPT 2.2(U CAN LATER INSTALL THE VERSION U REQUIRE LATER WHEN U NEED IT)
Click install selected
Click select all and proceed with the installation.(this might take a long time depending on your connectivity)
NOTE:IF YOU DONT RUN AS ADMIN THEN THE INSTALLATION WILL FAIL
Click to expand...
Click to collapse
The_ERROR said:
Platform tool will be download from internet during update after first start of application.
Take a look on section above:
Click to expand...
Click to collapse
thank you, i did not download that. i'll try again using pc
thank you, got recovery working!!
now im busy installing rom, hope it works
The_ERROR said:
Platform tool will be download from internet during update after first start of application.
Take a look on section above:
Click to expand...
Click to collapse
thanks error for pointing him the missing step just came online and saw the issue
kobusvdsandt said:
thank you, got recovery working!!
now im busy installing rom, hope it works
Click to expand...
Click to collapse
glad u got it working
shhbz said:
glad u got it working
Click to expand...
Click to collapse
Thanks fo all the help and support everybody
Starting up now, it's showing the cyanogen mod screen with android riding skateboard , takes a while though, is it supposed to take long?
kobusvdsandt said:
Thanks fo all the help and support everybody
Starting up now, it's showing the cyanogen mod screen with android riding skateboard , takes a while though, is it supposed to take long?
Click to expand...
Click to collapse
For first time yes. It often takes few minutes... (in some special cases it can take about 5 and more minutes)
The_ERROR said:
For first time yes. It often takes few minutes... (in some special cases it can take about 5 and more minutes)
Click to expand...
Click to collapse
ok.. well mine took at least 5 so i did what i saw in forum..
5) Select "Wipe data/factory"
6) Clear cache
7) Apply the rom you downloaded again and reboot
Update, it works!
kobusvdsandt said:
Hi im trying to flash cyanogen mod to my phone
Im using this tutorial http://forum.xda-developers.com/showthread.php?t=1038338
Anyway im stuck at installing custom recovery. i am stuck here
NOW TYPE IN THE COMMAND PROMT
cd c:\Program Files\Android\android-sdk\platform-tools (by default it should be this only where the sdk is installed)
The problem is under the android sdk folder there is no platform-tools folder. and my sdk is also installed under C:\Program Files (x86)\Android\android-sdk
Screenshot below is what i have in the android sdk folder ( i have 2.2 installed with the sdk manager)
Also is there someone that will be online for a few minutes who can just please help me if i get stuck somewhere else?
Click to expand...
Click to collapse
Hey !! i will teach u whole procedure to install... i installed clockword mod and den installed .... r u in fb ??? if u r i can teach u everything 1 by 1....its very easy.... if u r in fb send me pm of ur id and tummorow after 3pm (indian tym) cum online i will teach u
@virusshah1997
He already managed to install custom recovery
just use terminal emulator instead of adb, i just rooted my new p500 running on v10c 2.2.1 using gingerbreak root tool and installed recovery 2.2.1 thunderg. no problems at all.
I m talking of custom rom cm7
virusshah1997 said:
I m talking of custom rom cm7
Click to expand...
Click to collapse
Thank you. But I already have CM7 working now. But thanks anyway for offering to help.
Hi, I have deleted my build.prop on my phone and im stuck in a boot loop.
I have a backup of a working build.prop on my PC but im having trouble sending it over with ADB, done loads of google'in and searching on here but with no luck.
Samsung galaxy S Rooted
Booted in to ClockworkMod Recovery v3.0.0.5
Mounted /system
CMD> adb push C:\build.prop /system/build.prop failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Please help time is running out got work tomorrow and need my phone work, i could do a restore but i cant remember the last time a backup.
Cheers, James
jamesbebby said:
Hi, I have deleted my build.prop on my phone and im stuck in a boot loop.
I have a backup of a working build.prop on my PC but im having trouble sending it over with ADB, done loads of google'in and searching on here but with no luck.
Samsung galaxy S Rooted
Booted in to ClockworkMod Recovery v3.0.0.5
Mounted /system
CMD> adb push C:\build.prop /system/build.prop failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Please help time is running out got work tomorrow and need my phone work, i could do a restore but i cant remember the last time a backup.
Cheers, James
Click to expand...
Click to collapse
CMD> adb push C:\build.prop /system
CMD> adb push C:\build.prop /system failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Still getting that permission denied.
Cheers, James
have you mounted /system in r/w?
sweetnsour said:
have you mounted /system in r/w?
Click to expand...
Click to collapse
What with adb???
Cheers, James
Try using Android Commander after mounting /system in the recovery menu.
http://androidcommander.com/
jamesbebby said:
What with adb???
Cheers, James
Click to expand...
Click to collapse
not sure if thisll work but try this
Try:
adb remount
adb push C:\build.prop /system
GchildT said:
Try using Android Commander after mounting /system in the recovery menu.
Click to expand...
Click to collapse
Wow, finally download all that is need to install 'Android Commander' but still no luck.
Files count: 1
Files source: C:\Users\James\Desktop
Files destination: /system/
Starting operation...
Remounting...
[1/1] Pushing file: build.prop
failed to copy 'C:\Users\James\Desktop\build.prop' to '/system//build.prop': Permission denied
*** Operation complete! *
Click to expand...
Click to collapse
sweetnsour said:
not sure if thisll work but try this
Click to expand...
Click to collapse
Ill look into that post but i get fault on the #su bit.
fifarunnerr said:
Try:
adb remount
adb push C:\build.prop /system
Click to expand...
Click to collapse
CMD> adb remount
remount failed: Operation not permitted
Thanks for the reply's, Pulling my hair out here!!! Ah
Cheers, James
Right then im gunna have to flash my phone to get it working, But i dont want lose everything.
Whats the best way to go about this?
Cheers, James
jamesbebby said:
Right then im gunna have to flash my phone to get it working, But i dont want lose everything.
Whats the best way to go about this?
Cheers, James
Click to expand...
Click to collapse
depends. are you on the stock rom or a custom rom?
custom = just reflash the rom
stock = lets hope you have a backup. if you don't, you might as well flash a custom rom
Sent from my LG-P500 using XDA Premium App
sweetnsour said:
depends. are you on the stock rom or a custom rom?
custom = just reflash the rom
stock = lets hope you have a backup. if you don't, you might as well flash a custom rom
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
Hi, Im on I9000XWJVB stock as the battery life is the best ive come across.
I have a backup but its weeks old, the only thing i dont want to lose is SMS messages, apps and files i have save on my computer.
Cheers, James
I really am well and truly stuck on trying to get this build.prop over to system/
Cheers, James
jamesbebby said:
I really am well and truly stuck on trying to get this build.prop over to system/
Cheers, James
Click to expand...
Click to collapse
Can't you take a backup of your ROM with Clockwork, reflash your stock ROM and restore just the data?
jamesbebby said:
CMD> adb push C:\build.prop /system failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Still getting that permission denied.
Cheers, James
Click to expand...
Click to collapse
I also reckon that booting into recovery and simply restoring a NANDRROID backup is your best bet.
But, if this isn't possible then I think you need to be root when in ADB which is done with the su command
adb shell
su
(this should change the prompt, I think from # to $ or the otherway)
Make an update.zip of build.prop and flash
Or try qtadb
DanWilson said:
Can't you take a backup of your ROM with Clockwork, reflash your stock ROM and restore just the data?
Click to expand...
Click to collapse
Yea i was think that but ive never done it before.........so will all my messages & contacts still be there once i restore???
ben_pyett said:
I also reckon that booting into recovery and simply restoring a NANDRROID backup is your best bet.
But, if this isn't possible then I think you need to be root when in ADB which is done with the su command
adb shell
su
(this should change the prompt, I think from # to $ or the otherway)
Click to expand...
Click to collapse
CMD> adb shell
*daemon not running. starting it now on port 5037 *
*daemon started successfully*
~ $ su
su
/sbin/sh: su: not found
So 'su' stands for superuser??? I have superuser installed and working on my phone before this problem came.
cdesai said:
Make an update.zip of build.prop and flash
Or try qtadb
Click to expand...
Click to collapse
qtadb looks like a good app but when it starts;
"adbd cannot run as root in productions so you cant do anything /system partition. Run anyway?"
I was thinking of a update.zip with my working build.prop but didnt really know what i was doing, If you know what your doing with update.zip's and its not to much trouble do you think you could knock it up for me if i send it to you?
Once again thanks for your reply's!!!
Cheers, James
i've got a similar problem, on build.prop replacing via update.zip
i'll keep you informed...
The thing wont recognize my phone and wont show the options to do xrecovery or any of the other options except for Flash...please help im desperate for a rom
You need to root first.
Here: http://forum.xda-developers.com/showthread.php?t=1196421
Then in flashtool click 'ask root permissions' and have your phone unlocked and accept superuser permissions w/the prompt on your phone. Then you're good to go.
*edit- make sure it is the fixed xrec for 2.3.3. I use a Rom w xrec included so I didn't have to install it & I dont remember if that's the one in flashtool now.
Which firmware version are you on?
I have done that already...i am rooted because I have superuser on my phone. Where do I check firmware?
Sent from my X10i using XDA App
zm4 said:
I have done that already...i am rooted because I have superuser on my phone. Where do I check firmware?
Sent from my X10i using XDA App
Click to expand...
Click to collapse
unzip xrecovery file and copy all files manually to the right places using root explorer then check all boxes on permitions.
reboot and try
How do i do that?
zm4 said:
How do i do that?
Click to expand...
Click to collapse
a very old guide written by me HERE
read "2nd mode" but use xrecovery v3 instead the one linked there
will this work for 2.3.3?
zm4 said:
will this work for 2.3.3?
Click to expand...
Click to collapse
these commands still the same you just need to change (eventually) to the right path.
check the zip structure to see that
HTML:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
dd if=/sdcard/busybox of=/system/bin/busybox
dd if=/sdcard/chargemon of=/system/bin/chargemon
dd if=/sdcard/xrecovery.tar of=/system/bin/xrecovery.tar
reboot
chargemon to \system\bin
charger to \system\bin
sh to \system\xbin
xrecovery.tar to \system\xbin
i dont see any busybox file or anything like that...please help i dun think busybox has been installed...
zm4 said:
i dont see any busybox file or anything like that...please help i dun think busybox has been installed...
Click to expand...
Click to collapse
ok...you have a reading problem kiddin´
Crowds said:
these commands still the same you just need to change (eventually) to the right path.
check the zip structure to see that
Click to expand...
Click to collapse
type this:
HTML:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
dd if=/sdcard/chargemon of=/system/bin/chargemon
dd if=/sdcard/charger of=/system/bin/charger
dd if=/sdcard/sh of=/system/xbin/sh
dd if=/sdcard/xrecovery.tar of=/system/xbin/xrecovery.tar
reboot
this should do it
cheers
where do i get this adb thing?
zm4 said:
where do i get this adb thing?
Click to expand...
Click to collapse
forguet it...
copy all files to sdcard then copy/paste to the right places after that use root explorer and do this ON EVERY FILE YOU COPIED:
HTML:
- Press and hold on each file;
- Check all Permitions on the drop down menu;
- After changes were made save and exit;
- Reboot.
try enter on xrec
*Cannot open for read: No such or directory* wth?
where does meta go?
zm4 said:
where does meta go?
Click to expand...
Click to collapse
Anywhere. Just copy the files I told you to. I didn't referred anything about that, did I?
Sent from my X10 Erenz MIUI 1.9.2 using Tapatalk
Just start all over with flashtool it will work then.
Go to settings then applications, then development, check debug mode.
Start flash tool on your pc and connect the phone
IF the phone is rooted, it should be recognized by flash tool
On flash tool click ask root perm, look at your phone screen, superuser should pop up asking if to give permission, simply choose allow.
Then click recovery on flash tool and wait a sec....
should pop up asking which gingerbread version to use. choose 0.3GB, since its gb version you have.
when you're ready to use xrecovery, restart the phone
as soon as the phone comes on and the first sony ericsson name comes up, keep pressing the back button, xrecovery will come up.
i did both kernel things...but the thing is it won't recognize my device as a rooted device...i have superuser and I have used apps that require root...so i guess the problem is well idk...and thats what i need help with sorting out.
1. Install busybox from market (xrec needs busybox)
2. Give root explorer root acces and mount /system writeable (look in settings of your file explorer)
3. Copy files to right place:
chargemon to /system/bin
charger to /system/bin
sh to /system/xbin
xrecovery.tar to /system/xbin
4. Give above files the right permissions (long touch on file and choose property option):
user > read, write, execute
other > read, execute
group > read, execute
--THIS IS FOR THE VERIZON DROID RAZR--
Go here for the test files for international version: http://forum.xda-developers.com/showpost.php?p=19900530&postcount=11
I have enough confirmations that I can now confirm this is working, However the on screen controls appear not to be launching currently, but webtop launches.
What this mod does:
It removes the device ID string check from PortalApp, and enables the webtop option in DockService. Replacing these two apk files effectively allows the webtop to launch without proprietary hardware.
Click to expand...
Click to collapse
What this means to you:
Webtop mode over any HDMI without an expensive dock.
Click to expand...
Click to collapse
Installation:
Method 1: Flashable ZIP
Flash THIS zip.
Click to expand...
Click to collapse
Method 2: ADB install
Download the attached apk files.
First Get the files to the device and remount /system as rw:
Code:
adb push DockService.apk /mnt/sdcard/
adb push PortalApp.apk /mnt/sdcard/
adb shell
su
mount -o remount,rw /system
Backup the original files:
Code:
mv /system/app/DockService.odex /system/app/DockService.odex.bak
mv /system/app/PortalApp.odex /system/app/PortalApp.odex.bak
cp /system/app/DockService.apk /system/app/DockService.apk.bak
cp /system/app/PortalApp.apk /system/app/PortalApp.apk.bak
Copy the modded files over fix permissions and reboot:
Code:
cp /mnt/sdcard/DockService.apk /system/app
cp /mnt/sdcard/PortalApp.apk /system/app
chmod 644 /system/app/DockService.apk
chmod 644 /system/app/PortalApp.apk
reboot
Click to expand...
Click to collapse
Appreciate my work? Buy Me a Beer:
You are awesome!! Thank You. As soon as I find a spare HDMI port on my TV I'm installing this.
Edit: Is there a way to revert back to stock without doing a ND restore. Only for warranty purposes of course, can't imagine anyone would even know though. <<Ignore that.
love you.
10<3
ah jeeze... just noticed it's for the Verizon RAZR, will it by any chance work on a GSM version?
Just installed it, and on the bionic after connecting to the tv, the phone became a mouse. Here the screen goes black and doesn't respond to touch.
You on a Verizon device? Did the webtop or dock option list come up at all?
Yes, Verizon phone. Everything comes up great on the tv, The webtop option comes up on the list to choise from, when i hit webtop the tv comes on, the phone goes black, but no control of pointer at all.
That's a good sign at least. Did you install via the flash method or the adb method?
Flash. I flashed BigDX ics theme yesterday, maybe it has something to do with it, so restoring a nandroid backup of before and will flash the webtop hack again.
---------- Post added at 10:41 PM ---------- Previous post was at 10:12 PM ----------
Nope. Same. Phone screen goes black, no control of pointer.
That sucks stevessvt, maybe try installing via adb instead and see what happens.
I really want to try it on my GSM RAZR... Don't know what the difference would be. Anyone...?
EDIT:
My stock DockService.apk is 109kb - odex is 173kb, the PortalApp.apk is 1.21mb - odex is 591kb
Can anyone confirm the Verizon file sizes for me?
opensourcefan said:
You are awesome!! Thank You. As soon as I find a spare HDMI port on my TV I'm installing this.
Edit: Is there a way to revert back to stock without doing a ND restore. Only for warranty purposes of course, can't imagine anyone would even know though. <<Ignore that.
Click to expand...
Click to collapse
Try this one with method 2 for the international version: http://www.cheatersedge.org/android/RazrWebtopMod.rar
I'll try to look into the on screen mouse/keyboard issue. It may be slow going seeing as I don't actually have one of these devices to test on.
Sent from my SGH-I777 using XDA App
Sadly everything I try it behaves as if I don't have root. I can get # in ADB just won't let me do anything in /system/app, says read only file system.
I tried to just rename and replace in root explorer but get a repeating force close on the Portalapp service.
I need a different way to mount read/write
Code:
mount -o remount,rw -t yaffs2 /system
or
adb shell sysrw
idunno, not a ADB fan.
oh now i just got mad since the OTA i lost root so no Webtop for me. i don't wanna loose the OTA so i'm just gonna wait for somebody to find a way to get root again.. since i don't know how to do that.
opensourcefan said:
Sadly everything I try it behaves as if I don't have root. I can get # in ADB just won't let me do anything in /system/app, says read only file system.
I tried to just rename and replace in root explorer but get a repeating force close on the Portalapp service.
I need a different way to mount read/write
Code:
mount -o remount,rw -t yaffs2 /system
or
adb shell sysrw
idunno, not a ADB fan.
Click to expand...
Click to collapse
You can change the permissions with Root Explorer: Long hold on each file, and set RW- R-- R--, and then reboot, that ought to go it.
As for the command for the adb method it might be "mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system" Where "/dev/block/mtdblock3" is replaced with the actual block device for /system. You can check this by just typing "mount" and looking at the entry for /system.
only Verizon? not for EU GSM devices?
Doesn't work on mine. As faras I know there are different version for gsm that could be the problem
Sent from my Razr XT910 using xda premium
shady_lanem said:
Doesn't work on mine. As faras I know there are different version for gsm that could be the problem
Sent from my Razr XT910 using xda premium
Click to expand...
Click to collapse
you have a Vaarizon?
9100_it said:
you have a Vaarizon?
Click to expand...
Click to collapse
Download link for international version is posted on top of this page
opensourcefan said:
Sadly everything I try it behaves as if I don't have root. I can get # in ADB just won't let me do anything in /system/app, says read only file system.
I tried to just rename and replace in root explorer but get a repeating force close on the Portalapp service.
I need a different way to mount read/write
Code:
mount -o remount,rw -t yaffs2 /system
or
adb shell sysrw
idunno, not a ADB fan.
Click to expand...
Click to collapse
You have to do
su
To login as root before.
Sent from my awsome Motorola RAZR
Perfect!
I've asked to teach me how to make it, but it's the same. The important thing is that it is available, even if my curiosity reaches an unknown level.
Thanks!
P.S.: Please, edit the thread title to reflect this section rules!