Lordvincent 90
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
im going to pm you
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.
Its been said a crapload of times that email.apk is needed for the camera to work.I also deleted the Email .apk and odex file as well. Now, since you just uploaded the Email.apk, will I also need the odex file as well, or does the system just generate that file? If I do indeed need the odex file, could you please upload that too. It would be much appreciated.

Its been said a crapload of times that email.apk is needed for the camera to work.![]()


E:Error in /sdcard/MountTest.zipcuold someone please test this for me... http://dl.dropbox.com/u/54328432/MountTest.zip
you flash it in cwm
if successful, it should place a file in /system/app called text.txt
it can be deleted after confirming its location
thanks in advance
if this works, you will basically have a generic script that can be flashed (after adding any removed apks to /system/app, inside the zip) to restore apps removed in error
Isnt it odd that a noob would be doing something like this in the first place? adb is short for android debugging bridge. It is the tool google made for the intentions of doing these kinds of things. I know some people are uncomfortable with it but if they intend to do these things to the android devices they own they should learn how to use the tools provided to them. So lets think of this in a different way. If someone goes to there car and pulls off the oil filter. They have a new oil filter but no filter wrench. There are a dozen tricks to get a person through this situation. Like use a wet rag twisted around the filter and tighten it with the rag. Now this person still does not know how to use an oil filter wrench and they wont go buy one because they can always use a wet rag. Of course most people will just take there car to a person who has the oil filter wrench and the experience to do it for them. In my opinion not teaching people how to use the correct tools is a disservice to them.i was only trying to make it noob proof... some are not comfortable with adb but thank you. i will revise later tonight, 12 hr drive ahead of me.
E:Error in /sdcard/MountTest.zip
(Status 4)
Installation aborted.
Couldnt you just use adb and unstall any apk you need to with it.
Just download this EasyADB.zip
Make sure you unzip it to the root directory of your drive.
Put whatever apk file your trying to install in the same directory as the easy adb.
Make sure you check unknown sources (wont install if you dont) and adb debugging in setting.applications.
Then do these steps.
I know its not using an update zip but it works.
- adb shell chmod 777 /data/local/tmp <---might not need to do this. I just do it out of habit.
- adb install Yourappname.apk
Did you try the instructions I posted above? If not give it a shot please.Thank you kind sir for uploading the .odex file. I have moved both files into the system/app folder in the phone but am unable to install them like many other people. I do not have clock work mod installed/nor do I want to install it, I have installed the android sdk and have attempted to follow directions from various tutorials on how to use the android database to force install an apk to no avail. It looks like that's where QuietPsycho left off. There are different commands most of the time, and it's somewhat confusing. Did QuietPsycho have any luck forcing the app to install?


Scroll up to post 35. Download that adb and follow the instructions in that post. Are you using a windows pc? And no this has nothing at all to do with CWM. And those are the instructions to install using adb.It looks like those instructions are calling clockwork mod 777, are they not? Are there a different set instructions to just force install removed system apks through the adb?
Isnt it odd that a noob would be doing something like this in the first place? adb is short for android debugging bridge. It is the tool google made for the intentions of doing these kinds of things. I know some people are uncomfortable with it but if they intend to do these things to the android devices they own they should learn how to use the tools provided to them. So lets think of this in a different way. If someone goes to there car and pulls off the oil filter. They have a new oil filter but no filter wrench. There are a dozen tricks to get a person through this situation. Like use a wet rag twisted around the filter and tighten it with the rag. Now this person still does not know how to use an oil filter wrench and they wont go buy one because they can always use a wet rag. Of course most people will just take there car to a person who has the oil filter wrench and the experience to do it for them. In my opinion not teaching people how to use the correct tools is a disservice to them.
) maybe in addition to scolding them, , you could still try to provide insight to the issue/problem. After all, isn't that why we are here?
i have actually used said wet rag, lol. But i can also use a filter wrench 
Thechmod command (abbreviated from change
mode) is a Unix command that lets a user tell the system how much (or little) access it should permit to a file. [1] It changes the file system modes of files and directories. The modes include permissions and special modes. It is also a C language function in Unix and Unix-like environments. (Android is considered "a UNIX compatible device" )
And data/local/temp is (i believe) the location of busybox (?) Or at least its symlink?
cd c:\
adb shell
chmod 777 /data/local/tmp <---might not need to do this.
adb install [COLOR=Red]Yourappname[/COLOR].apk
Make sure you unzip it to the root directory of your drive.(pc) (c:\)
Put whatever apk file your trying to install in the same directory as the easy adb.(c:\)
Make sure you check unknown sources (wont install if you dont) and adb debugging in setting.applications.
Then do these steps.
Code:cd c:\ adb shell chmod 777 /data/local/tmp <---might not need to do this. adb install [COLOR=Red]Yourappname[/COLOR].apk
As for the odex file. I thought the installation process created a new one for you. Am I wrong about that?Make sure you unzip it to the root directory of your drive.(pc) (c:\)
Put whatever apk file your trying to install in the same directory as the easy adb.(c:\)
Make sure you check unknown sources (wont install if you dont) and adb debugging in setting.applications.
Then do these steps.
Code:cd c:\ adb shell chmod 777 /data/local/tmp <---might not need to do this. adb install [COLOR=Red]Yourappname[/COLOR].apk