yea i'm just fairly new to the command line so i stick to what i know i guess.
Who is that in your avatar btw? To me, it looks like a zombiefied version of the singer, Prince.

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
yea i'm just fairly new to the command line so i stick to what i know i guess.
Who is that in your avatar btw? To me, it looks like a zombiefied version of the singer, Prince.![]()
i guess you didn't watch chappelle show. well anyways thats from the episode where charlie murphy told a story about a time that he went to princes house and of course dave chappelle plays prince in the reenactment.
i guess you didn't watch chappelle show. well anyways thats from the episode where charlie murphy told a story about a time that he went to princes house and of course dave chappelle plays prince in the reenactment.
great episode btw.
This rom makes me feel like finally rooting, but I've been so patient I almost feel like I should just wait for a froyo release.
Seems like I am having an issue with SU priveleges. When I ran adfree and quickboot for the first time I had a freeze and automatic reboot. It didn't happen with Titanium or Shootme though....... IDK
I noticed live wallpapers dont work... seems to be confirmed on xda as well
do you really need to do all that, can't you just mount system and push them into system/app?
like this adb push mms.apk /system/app then adb reboot
so i'm not sure where i'm going wrong. I'm in adb shell and have tried both:
adb push mms.apk /system/app
and
adb push /sdcard/mms.apk /system/app
and get a not found error every time.
when i try:
cp /sdcard/mms.apk /system/app
i get a read-only file system error.
what am i doing wrong?
adfree is known to cause a reboot the first time you run it. Have you read this thread?
http://androidforums.com/all-things...et-adfree-android-working-htc-incredible.html
anyone elses superuser ****ed with this?
SU is working good for me now. The issue I had was just on the first run of only 2 of my SU programs, and since then it has been fine.
hmmm... copied both mms files but still get an error message when i try to send an mms (something about process fail).
perhaps the permissions DO need to be changed?
i'm new to adb lingo though... do you need the full path or anything like that to run a chmod, or once the files are in the system/apps/ dir you you just run a chmod from the # ??
I noticed live wallpapers dont work... seems to be confirmed on xda as well
so i'm not sure where i'm going wrong. I'm in adb shell and have tried both:
adb push mms.apk /system/app
and
adb push /sdcard/mms.apk /system/app
and get a not found error every time.
when i try:
cp /sdcard/mms.apk /system/app
i get a read-only file system error.
what am i doing wrong?
before doing anything copy and past Mms.apk and Mms.odex to the root of your sdk/tools folder.
this is exactly what i did and it worked great for me: in the command prompt navigate to the tools folder of your sdk folder that is located on the root of your c drive just like you did when rooting. once there plug in phone and boot into recovery, go into partitions menu and mount system. after you have done this type this in the command line:
adb push Mms.apk /system/app
adb push Mms.odex /system/app
after running this first command it will first say something about daemon started successfully.
then last: adb reboot
that should be it.
Sorry! The application Messages (process com.android.mms) has stopped unexpectedly. Please try again.
C:\sdk\tools>adb shell
~ # ls -ila /system/app/Mms*
ls -ila /system/app/Mms*
1296 -rw-rw-rw- 1 root root 902253 Jun 20 02:22 /system/app/Mms.apk
1308 -rw-rw-rw- 1 root root 1156144 Jun 20 02:22 /system/app/Mms.odex
thanks for the instructions. i followed exactly and all worked well... however, after reboot, i get the following when trying to send a message:
here's the listing of the two files:
any ideas?