[Q] adb app install failure - Optimus One, P500, V General

i tired best i could to avoid being noob and starting a new thread.
but i've searched and searched and tried everything it seems and have become frustrated.
im on LG-p509 running RevOidOpt rom
this rom has stock MMS app removed/ replaced with Go SMS. this seems to be causing a problem with me receiving ( while i have no problem sending ) mms.
i sought out to re-install stock Mms.apk.
firs i have tried "adb install" - with error: Failure [INSTALL_FAILED_DEXOPT]
then i tried, mounted /system and sdcard in recovery and in adb with su#:
/system/bin/mv /sdcard/Mms.apk /system/app/Mms.apk -
with error: failed on '/sdcard/Mms.apk' - Cross-device link
adb push does not work b/c file system is read only.
any advice would be greatly appreciated!! i cant post in the dev thread of the rom b/c i do not have enough posts yet.

The mms.apk you use is odexed you have to deodex it or place both mms.apk and mms.odex In phone.
Sent from my LG-P500 using XDA Premium App

silver tooth, thanks for the reply.
could you provide me with a link on how to deodex the file? or a link to where i can get mms.odex?
and even so, if it will not let me move mms.apk, how will it let me move either file while im getting these errors?

Deodexing will be long procedure but you can get mms.apk from a deodex custom roms that might be available. If you get it use adb install and dexopt error will not come up.
The mms.odex will be exactly in the same place where you got mms.apk and placing them is the same procedure as you did in first post but give adb remount before mv or cp
Sent from my LG-P500 using XDA Premium App

i obtained mms.odex but i still can not place the files. same errors
i did do "adb remount" before mv the first time when i recieved the error mentioned.

autonami said:
i obtained mms.odex but i still can not place the files. same errors
i did do "adb remount" before mv the first time when i recieved the error mentioned.
Click to expand...
Click to collapse
Install some non-borked busybox version and try again with busybox mv instead.
Sent from my LG-P500 using XDA App

autonami said:
i obtained mms.odex but i still can not place the files. same errors
i did do "adb remount" before mv the first time when i recieved the error mentioned.
Click to expand...
Click to collapse
Just do a
adb shell
Then commands to cp
Don't use mv I think mv makes hard links. cp should work.
Sent from my LG-P500 using XDA Premium App

ok cp worked. thanks a lot guys.
bad thing now though is..... the files i had didnt work lol. gotta find the right ones. >.<

autonami said:
ok cp worked. thanks a lot guys.
bad thing now though is..... the files i had didnt work lol. gotta find the right ones. >.<
Click to expand...
Click to collapse
There's also apn to be updated for mms to work.
Sent from my LG-P500 using XDA Premium App

xD
i dont suppose you could point me in the right direction to fix that could you? lol
the problem is now, while GoSMS still works, and will send, but not receive texts.
the Mms.apk that i just installed will not run. it just force closes everytime.
sorry to trouble your sir. but your help is greatly appreciated. i cant recieve txts!!

What does logcat say...on FC.
Download aLogcat from market.
Sent from my LG-P500 using XDA Premium App

Related

[Help] ADB Push Permission Denied

I'm trying to push touchwizcalendar but it doesn't work. This is what I get:
C:\sdk\tools>adb push touchwizcalendar.apk /system/app/touchwizcalendar.apk
failed to copy 'touchwizcalendar.apk' to '/system/app/touchwizcalendar.apk': Per
mission denied
Click to expand...
Click to collapse
keep your phone unlocked, run the command and you'll see the Superuser app pop up. Hit allow.
The end.
Eugene has a init script that will have staten as rw always.. Its an update.zip you flash from cwmod recovery.. If you don't have a lag fix it will flash fine, if you do it will over write it so you have to modify...
His newest rom supports both, maybe you could just kang it..
I currently have his mount script on my phone bc im always editing my services.jar and need that ability..
Sent from my SGH-T959 using XDA App
cashless said:
keep your phone unlocked, run the command and you'll see the Superuser app pop up. Hit allow.
The end.
Click to expand...
Click to collapse
It didn't work and I got the same message.
junkdruggler said:
Eugene has a init script that will have staten as rw always.. Its an update.zip you flash from cwmod recovery.. If you don't have a lag fix it will flash fine, if you do it will over write it so you have to modify...
His newest rom supports both, maybe you could just kang it..
I currently have his mount script on my phone bc im always editing my services.jar and need that ability..
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Really appreciate that you are trying to help but I don't have a clue what you said. I'm totally new to this.
We had are First Sleepless Night with the New baby Boy.... Between Trying Figure out what was Wrong & taking turns with the Wife Holding Aries, I tried Pushing File's & forgot adb push didn't work...
Now this Script originally is what I made for the Behold 2, but the Basic still works For the SGV..
Just mod the script if your using the userinit.sh
Using this script you can place the userinit.sh any place you would Like...
I hope ever gets Good use out of this & Please Enjoy!
~Eugene
Download > adbpushGS1.zip
Installing*
Reboot to recovery, run the update.zip to run ClockworkMod Recovery, then installed the ZIP..
Quoted from eugene's post-- hope this helps...
Sent from my SGH-T959 using XDA App
How do I "Reboot to recovery" and I think I already run the "update.zip" when I rooted the phone. Do I have to download ClockworkMod Reovery or something? Like said I'm new to this so I'm sorry if I'm a nuisance.
Edit: Is it the same thing as this?
http://awdisk.com/2010/01/how-to-reboot-your-motorola-milestone-in-recovery-mode/
Now we can start. Plug your device to your computer and enable the debugging mode of your phone (Go to MENU->SETTINGS->APPLICATIONS->DEVELOPMENT->Enable the “USB debugging”).
Then you need the adb tool that is given with the SDK. (You can find it it the “Tools” directory of the SDK).
Open a command prompt, go to the directory of “adb.exe” and type:
adb.exe devices
You should see your device. If there is no device connected, maybe your phone is not in the “debugging mode” see above. If your device appears, you can now type:
adb.exe -d reboot recovery
Then your phone will reboot in recovery mode and you will see this logo:
Click to expand...
Click to collapse
You can go to the market and download rom manager and use it to flash a custom recovery...
Flash cwmod recovery from the app
Reboot into cwmod recovery from the app
First thing to do its go to the nandroid option and do a backup (always recommended before changing anything)
Then dl the link from above.. This is a new .zip make sure its on the internal sdcard (the 16gb one).. When you reboot into recovery (from the app like last time) go to flash any zip from sdcard.. Choose the new .zip file you just downloaded.. Your /system should now be rw upon reboot
Sent from my SGH-T959 using XDA App
do we rename the adbpushGS1.zip file??
i reboot into recovery and chose reinstall packages because that's all there was, besides deleting ?
edit: i ionstalled the push zip but when i reboot i get stuck at the galaxy s logo
junkdruggler said:
We had are First Sleepless Night with the New baby Boy.... Between Trying Figure out what was Wrong & taking turns with the Wife Holding Aries, I tried Pushing File's & forgot adb push didn't work...
Now this Script originally is what I made for the Behold 2, but the Basic still works For the SGV..
Just mod the script if your using the userinit.sh
Using this script you can place the userinit.sh any place you would Like...
I hope ever gets Good use out of this & Please Enjoy!
~Eugene
Download > adbpushGS1.zip
Installing*
Reboot to recovery, run the update.zip to run ClockworkMod Recovery, then installed the ZIP..
Quoted from eugene's post-- hope this helps...
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
So can I just go into userinit script and add this to the top...
Code:
show_progress 0.100000 0
show_progress 0.500000 0
delete SYSTEM:bin/playlogos1
copy_dir PACKAGE:system SYSTEM:
set_perm 0 1000 0755 SYSTEM:bin/playlogos1
set_perm 0 1000 0755 SYSTEM:bin/playlogosnow
show_progress 0.100000 10
Or was it a diff script we pull from and add to it? Also do I have to put anything after I copy this into the script before the normal script in userinit to signify a pause or finishing one task and starting another?
I saw ;fi placed throughthe script alot and im guessing its afinish point or something to start the next set of commands fresh m???
Pooped from my Samsung Vibrant using XDA app...
Dont mind the skidmarks...
p()()pypants said:
So can I just go into userinit script and add this to the top...
Code:
show_progress 0.100000 0
show_progress 0.500000 0
delete SYSTEM:bin/playlogos1
copy_dir PACKAGE:system SYSTEM:
set_perm 0 1000 0755 SYSTEM:bin/playlogos1
set_perm 0 1000 0755 SYSTEM:bin/playlogosnow
show_progress 0.100000 10
Or was it a diff script we pull from and add to it? Also do I have to put anything after I copy this into the script before the normal script in userinit to signify a pause or finishing one task and starting another?
I saw ;fi placed throughthe script alot and im guessing its afinish point or something to start the next set of commands fresh m???
Pooped from my Samsung Vibrant using XDA app...
Dont mind the skidmarks...
Click to expand...
Click to collapse
I would hate to tell you something wrong... If you use twitter I would ask eugene... or you can send him a pm or here is a link to the OP, you could ask in there
http://forum.xda-developers.com/showthread.php?t=741664
sorry I wasnt more help
Ok so I added that except to the userinit script, lag fix still works, adb doesnt seem to...
Just ran .zip file through clockwork to overwrite other file then just fix later after adb use was done, still no positive results...
Keeps saying
Cannot stat 'touchwizcalendar.apk' : no such file our directory
And if I open a shell and type the same command i get push: not found
Maybe I am just approaching this all wrong and not getting adb set up right first or something...
Can some one just step me through this crap, I can almost always figure this kind of thing out and this is pissing me off that I can't do a simple command to reinstall a damn calendar apk I want and that's the whole frickin point of having root...
Starting fresh again...
Running a fresh flash of vibrant6, have an up to date busy box, no lag fix activated at this time (but files are there from vibe6 and had it installed in the past before nand restoring.stock w/root and flashing fresh vibe 6), no adb push script installed yet but.zip is in root of sd if needed, running version 1.0.26 of adb on my computer and have apk files pulled from deodexed rom that are desired to be pushed sitting in root of sdcard (files named; "TouchWizCalendar.apk", "TouchWizCalendarProvider.apk", "TouchWizCalculator.apk", "ClockPackage.apk".)
Again guys any help would be appreciated as this is driving me nuts and should be slot easier with how some of you make it sound...
Sent from my SGH-T959 using XDA App
Do you use droid explorer? It makes adb much easier...
Sent from my SGH-T959 using XDA App
Finally got the Calendar to show up. Thanks a lot Junkdruggler and other members!
what I got lost... What you trying to do now? What do you want in you system file?
Sent from my SGH-T959 using XDA App
junkdruggler said:
what I got lost... What you trying to do now? What do you want in you system file?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
I deleted stock samsung calendar (touchwizcalendar) via titaniumbackup and I pushed it back.
oh so your good now? everything working fine?
if so glad I could help...
junkdruggler said:
oh so your good now? everything working fine?
if so glad I could help...
Click to expand...
Click to collapse
Yes, everything is working fine now. Thank you
Can I delete the .apk, .odex, and update.zip from the internal sdcard?
yes you can...they're not needed anymore..
junkdruggler said:
Do you use droid explorer? It makes adb much easier...
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
can i push a boot animation zip using root explorer??
and may i ask how does droid explorer make adb easier?
What kind of boot animation.zip? You prob have to flash that thru recovery...
Droid explorer makes install a one click thing... It adds the sdk to your paths and pushing apps just takes a double click.. Prob more things I don't use also..
Sent from my SGH-T959 using XDA App

Clockworkmod for Cellular South Galaxy S Showcase

The Showcase is the Cellular South version of Fascinate and is very similar in structure to the Mesmerize. While it has been determined that the Mesmerize files work for the Showcase kernel and Clockworkmod, I was able to get jt1134 to compile the same files from a dump of my showcase. Attached is the kernel for clockworkmod as well as instructions for getting it installed. redbend_ua and zimage are located in the kernel_update folder of zip file.
You will also need to be rooted and have the sdk installed to use adb.
You will need to install redbend_ua first extract the zip file then;
Code:
adb push path/to/redbend_ua /sdcard/redbend_ua
then you need to make it executable
Code:
adb shell
su
chmod 777 /sdcard/redbend_ua
Now you need to move it to the /system/xbin
Code:
adb shell
su
mv /sdcard/redbend_ua /system/xbin/redbend_ua
Take the zImage file and push it to the sd card.
Code:
adb push path/to/zImage /sdcard/zImage
Finally we need to flash the zImage
Code:
redbend_ua restore /sdcard/zImage /dev/block/bml8
Now you can download clockworkmod from market and install the fascinate version of recovery. When you get done you can then flash the attached zip and it will replace your stock phone kernel with the modded one giving access to bln and some other stuff.
Big thanks to jt1134 for taking the time to answer my questions and compile the kernel zip for my phone. Also props to thescorpion420 who I borrowed the installations steps from, since he already had it so well layed out in the mesmerize post. http://forum.xda-developers.com/showthread.php?t=850898
Thanks for the writeup! And thanks for the help, got this going on my Showcase a couple of days ago... very nice to have the ability to make backups!
Hey, sorry, I'm having some odd trouble with this and I was wondering if someone could help. When I attempt to push the file, I'm getting a "permission denied" error. Any idea how to fix this?
I had similar troubles when I did it... I used Root Explorer to move the files into the proper locations, and Terminal Emulator to run the commands.
Hey. Is the zImage the zip file attached to the first post? Sorry, I'm learning. Managed to get to the last couple of steps!
ShadowDude said:
Hey. Is the zImage the zip file attached to the first post? Sorry, I'm learning. Managed to get to the last couple of steps!
Click to expand...
Click to collapse
the zImage file is in the kernel_update folder of the zip file... so open the zip file and extract it from there.
anyone else from cell south lose vibrate?
Sent from my SCH-I500 using Tapatalk
Pensacola06 said:
anyone else from cell south lose vibrate?
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
You lost vibrate after making some modification?
after flashing the above kernel
Sent from my SCH-I500 using Tapatalk
Pensacola06 said:
after flashing the above kernel
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
No problem with vibrate for me after flashing the kernel... did you make a backup?
Vibrate is working fine on mine.
Sent from my SCH-I500 using XDA App
restored from backup, vibrate still broke, even tried factory reset. do you think warranty will cover?
Sent from my SCH-I500 using Tapatalk
I am an idiot. I was reading "bml8" as "bm18." *facepalm* Thanks for the help!
Pensacola06 said:
restored from backup, vibrate still broke, even tried factory reset. do you think warranty will cover?
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
I'm sure it will... that sounds like a hardware issue at this point
Has anyone tried flashing super clean rom for the mesmerize?I figure since the showcase and the mezmerize have a lot of similarities it might be possible but i dont want to brick it.
Flip260z said:
Now you need to move it to the /system/xbin
Code:
adb shell
su
mv /sdcard/redbend_ua /system/xbin/redbend_ua
Click to expand...
Click to collapse
I'm still getting the error:
failed on '/sdcard/redbend_ua' -Cross-device link
downloading Astro Free* right now to see if I can move it with that... Doesn't look like the FREE version will let me move or copy the file. I'm wondering if it will work if I buy Root Explorer
Well Root Explorer solved my issue. For some reason xbin had RO rights.. I flashed the Recovery now I'm installing ROM Manager to do a back up..
Finally finished my first back up..
Worked with no issues. Thank you for getting us one step further in Showcase development
Sent from my SCH-I500 using XDA App
add144 said:
Worked with no issues. Thank you for getting us one step further in Showcase development
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
there's now a vudoo kernel jt posted for the fascinate, mersmerize, showcase and it's smoking fast..
Can someone tell me how to do this from the terminal on my phone? my phone isnt showing under devices.
paullytinkle said:
Can someone tell me how to do this from the terminal on my phone? my phone isnt showing under devices.
Click to expand...
Click to collapse
Essentially, you would download Terminal Emulator from the Android Market and run the commands in the terminal. Note that the files should be copied to your /sdcard/ first!
A little more info, since you're running it from the phone (and not adb shell) your first command will be: su. PM me if you need more help!

[SOLVED] Renamed PortalApp with Root Explorer

In trying to enable the webtop app I renamed the PortalApp.apk to PortalApp.apk.bak. Now I get an error message:
"The application com.android.portal (com.android.portal) has stopped unexpectedly.Please try again."
I know, I shouldn't have renamed that apk when in the thread it didn't say to but I figured I needed to replace that too. I've learned my lesson.
How can I go about fixing this?
Connect your mobile to computer .
I hope you have adb checked already!
Open cmd.
And write:
adb shell
su
(and TRY TO ALLOW on the phone)
mv system/app/PortalApp.apk.bak system/app/PortalApp.apk
If you can't allow SU request, respond here. To give a try with same commands on early usb enumeration!
If I helped, hit thanks button
Sent from my MB860 using XDA App
Do you mean PortalApp.apk instead of Portal.apk?
Bagel Bear said:
Do you mean PortalApp.apk instead of Portal.apk?
Click to expand...
Click to collapse
Yes. I Am on the atrix. And I couldnt see or remember your apk, so I posted and later edit.
Sent from my MB860 using XDA App
I do have the sdk installed and I've used it before but I've forgotten how to get to it. Just typing "adb shell" on the first line of cmd won't do much help if I'm not in the right directory.
With windows explorer!
Find your sdk folder. Enter it.
Copy everything.
Go to Windows folder, and paste everything!
Now you have "adb" command directly in your cmd prompt!
Sent from my MB860 using XDA App
Can I give you one million thanks?
Everything worked out alright!
Yes.
Go to xda settings, click the autothanks button, put "Paschalis" and then allow SU Request on your atrix!
Heheheh!!
Your are welcome!!
Sent from my MB860 using XDA App
Can you also replace:
Need help in your topic title, with:
[SOLVED] tag?
So somebody else with same problem, find answer easily!
Sent from my MB860 using XDA App

Root access without dock or computer

Ok...first off i know this is not supposed to be in general discussion but as my new status will not let me reply to the relevant thread (http://forum.xda-developers.com/showthread.php?t=1216131). I just wanted to share how I achieved root access (without a computer) by using bits of different advise from other users. I take no credit for any of this, I don't know any commands but I obviously have an idea of what they are trying to accomplish. Here goes:
First Step:
Download Superuser from market
Download Terminal Emulator from market
Download Dolphin HD browser
Navigate to the above linked thread in the Dolphin broswer and Download photon-torpedo.tar
Once all these are installed reboot your device.
Second Step:
From the terminal emulator enter commands pressing enter after each.
cd /tmp/
cp /sdcard/download/photon-torpedo.tar . (note the "space" and "period" at the end)
chmod 777 photon-torpedo.tar
/bin/tar xf photon-torpedo.tar
./photon-torpedo.sh (you will receive errors at this point, IGNORE)
./install-su.sh
Reboot your device
Third Step:
Run terminal emulator
Enter the command su
At this point it will ask for superuser rights and you are rooted.
*The reason for this thread is that I had to take bits from different responses and piece them together to get this to work. Hope this helps someone as I wanted give back to the community. Again...all credit goes to the original contributors.*
*Fixed typo*
*Theory - If you have a SD card installed when you download the file change the second command line to " cp /sdcard-ext/download/photon-torpedo.tar ." (note the "space" and "period" at the end)*
*Another hint - Determine the location of your /tmp/ folder prior to attempting root (download a file explorer from market) and modify as needed. Some have needed to use /data/tmp/ *
Nice!!! On your second command, change cp to cd
Sent from my MoPho...
HondaCop said:
Nice!!! On your second command, change cp to cd
Sent from my MoPho...
Click to expand...
Click to collapse
Actually that is supposed to be cp. I believe it copies the photon-torpedo.tar to the /tmp/ folder where it needs to be located in order to run. (I could be wrong on my logic but that is what worked for me)
Moxxy22 said:
Actually that is supposed to be cp. I believe it copies the photon-torpedo.tar to the /tmp/ folder where it needs to be located in order to run. (I could be wrong on my logic but that is what worked for me)
Click to expand...
Click to collapse
Ooppsss my bad then...
Sent from my MoPho...
cp means copy paste xf means unzip. Or something like that
Sent from my MB855 using xda premium
Dude for this I think you deserve an upgrade...nicely done.. can you scriped it as a one shot magic photon rooting torpedo for market?
Sent from my MB855 using XDA App
redhatter said:
Dude for this I think you deserve an upgrade...nicely done.. can you scriped it as a one shot magic photon rooting torpedo for market?
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
Im sure it could be done lol but im not close to there yet with my skill set....
Thanks a lot! This worked great! I just picked up my photon last night and didn't have time to root via the computer before work today.
I did find one typo.
cp /sdcard/download/photon-topedo.tar .
should be
cp /sdcard/download/photon-torpedo.tar .
(you accidently left the "r" out of torpedo)
Thanks again!
Moxxy22 said:
Im sure it could be done lol but im not close to there yet with my skill set....
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=17007727&postcount=268
Not exactly one shot but reduced steps.
bigbassbrent said:
Thanks a lot! This worked great! I just picked up my photon last night and didn't have time to root via the computer before work today.
I did find one typo.
cp /sdcard/download/photon-topedo.tar .
should be
cp /sdcard/download/photon-torpedo.tar .
(you accidently left the "r" out of torpedo)
Thanks again!
Click to expand...
Click to collapse
Good catch in the typo and im glad it worked out for you!
Sent from my MB855 using XDA App
Very nice! Never thought of an interanl root option. Thank you for your hard work and creativity
You are awesome, thank you. Worked like a charm. Way easier than all the other methods out right now.
Sent from my Photon Blaster.
is there any risk to brick my phone?
argentinito said:
is there any risk to brick my phone?
Click to expand...
Click to collapse
There is always a chance of something happening anytime you step outside official updates but i would venture to say that this about 99.9% safe.
Sent from my MB855 using XDA App
Moxxy22 said:
There is always a chance of something happening anytime you step outside official updates but i would venture to say that this about 99.9% safe.
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
ok thanks, n after i root i can just flash a rom on it?
argentinito said:
ok thanks, n after i root i can just flash a rom on it?
Click to expand...
Click to collapse
To be quite honest i haven't felt the need to flash a rom on the mopho so you'll have to research that one yourself. To flash though you normally need to install a bootloader and im just not familiar with the process on this phone. I only rooted to access wifi hotspot and a few other apps.
Sent from my MB855 using XDA App
Moxxy22 said:
To be quite honest i haven't felt the need to flash a rom on the mopho so you'll have to research that one yourself. To flash though you normally need to install a bootloader and im just not familiar with the process on this phone. I only rooted to access wifi hotspot and a few other apps.
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
all right.. i want to root bcus i need battery indicator with numbers
argentinito said:
all right.. i want to root bcus i need battery indicator with numbers
Click to expand...
Click to collapse
Let us know how it works out.
Sent from my MB855 using XDA App
*Another hint - Determine the location of your /tmp/folder prior to attempting root (download a file explorer from market) and modify as needed. Some have needed to use /data/tmp/ *
how i do that? in a ffew i will try to root im nervous lol
argentinito said:
*Another hint - Determine the location of your /tmp/folder prior to attempting root (download a file explorer from market) and modify as needed. Some have needed to use /data/tmp/ *
how i do that? in a ffew i will try to root im nervous lol
Click to expand...
Click to collapse
Change the lines that say /tmp/ to /data/tmp/
Sent from my MB855 using Tapatalk

[Q] Trying to replace a system apk

Hi,
I'm attempting to replace Email.apk on my miui rom. This is the method I am using:
Code:
adb push Email.apk /sdcard/
adb shell
su
rm /system/app/Email.apk
rm /system/app/Email.odex
mount -o rw,remount /dev/block/mmcblk0p9 /system
cp /sdcard/Email.apk /system/app
reboot
When the phone has rebooted, my changes do not take affect. To check, I pulled the /system/app/Email.apk back, and found it to be the original version.
Can anyone tell me what I'm doing wrong here?
Thanks,
Have figured this out...
adb appears to send some kind of cached version over. Renaming the file before transferring forced adb to use the correct file, and all is well.
jimhaddon said:
Have figured this out...
adb appears to send some kind of cached version over. Renaming the file before transferring forced adb to use the correct file, and all is well.
Click to expand...
Click to collapse
How? I like to know too, guide step by step....thanks
You mean renaming the original file first to any name then copy the moded file with the original name ?
If that what u mean , so I better to delete the original one first then but enstead my moded file . Is that right ?
Sent from my GT-I9100 using XDA App
Just use something like root explorer, no need for adb...
Joey2o11 said:
Just use something like root explorer, no need for adb...
Click to expand...
Click to collapse
I tried to use root explorer to change phone.apk, it didnt work.. i changed the file but it kept on crashing all the time ...
Sent from my GT-I9100 using XDA App
hielo_te said:
I tried to use root explorer to change phone.apk, it didnt work.. i changed the file but it kept on crashing all the time ...
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
You'll get lots of FCs until you reboot the phone then it should be fine.

Categories

Resources