Here is the evo 4 camera app with the nice onscreen button. I installed the OTA yesterday and that was one of the things I misssed the most about frankenrom. So I decided to rip the camera app out of frankenrom and see if it would work with the OTA. Surprise it actually does!
I made a zip that is installable through clockwork recovery. Just download and put on the root of your sd card and update it from within clockwork. One thing to keep in mind is that you should probably backup the stock camera app to app.disabled or your sdcard so you can go back incase there is an issue.
I tested this on my phone and it worked fine, please let me know if you have any issues so I can try to fix it.
Boot into recovery and mount /system
Move /system/app/HTCCamera.apk to /system/app.disabled/ just incase
Then adb push HTCCamera.apk /system/app/
Then adb reboot
If you have issues with the camera showing up after installation you will need to change the permissions of the .apk. You can do this through root explorer if you have it, just change the permissions to:
Quote:
User: Read, Write
Group: Read
Other: Read
You can also do this from a adb shell by typing:
Quote:
chmod 644 /system/app/HTCCamera.apk
Last edited by TheCowGod; August 31st, 2010 at 12:16 AM.
Reason: Update...
The Following 7 Users Say Thank You to TheCowGod For This Useful Post:
Here is the evo 4 camera app with the nice onscreen button. I installed the OTA yesterday and that was one of the things I misssed the most about frankenrom. So I decided to rip the camera app out of frankenrom and see if it would work with the OTA. Surprise it actually does!
Boot into recovery and mount /system
Move /system/app/HTCCamera.apk to /system/app.disabled/ just incase
Then adb push HTCCamera.apk /system/app/
Then adb reboot
Sweet! I like the EVO Camera way better than the standard Incredible one.
Doesn't even show up as an app. When the oem apk is restored the camera appears again but the second i replace it with the evo one it just disappears totally. I tried doing it both via recovery and with root explorer (nand unlocked).
Maybe try clearing the cache for the camera? Are you sure it got pushed to the right directory?
Are you running the Odexed or DeOdexed version of the leak? This will only work on the DeOdexed version as there is no odex file for the replacement apk...
Last edited by TheCowGod; August 28th, 2010 at 01:06 AM.
What difference is there? Anyone have any screen shots?
Basically there is a button to take the picture rather than having to press the trackball or hold your finger on the screen. It makes it MUCH easier to take steady pictures that way. Also the metering seems to be a little better ie. not as many blown out areas of the image.
To the people who this works for are you running a custom kernel?
It works fine on my phone, I am running the 8/26 leak deodexed with adrenalynes kernel.
To the people who this works for are you running a custom kernel?
It works fine on my phone, I am running the 8/26 leak deodexed with adrenalynes kernel.
I had to change the permissions on the new apk before this would work. Used Root Explorer and basically changed the permissions to match the rest of the apks in system/app. Running Virtuous 2.3 w/stock kernel.
Last edited by poolguy; August 29th, 2010 at 08:03 PM.
Reason: Added ROM info
I had to change the permissions on the new apk before this would work. Used Root Explorer and basically changed the permissions to match the rest of the apks in system/app. Running Virtuous 2.3 w/stock kernel.
what did you set the permissions to?
nm i got it...thanks
Last edited by CatsTide; August 29th, 2010 at 08:28 PM.
usually things like this require a de-odexed rom since its a de-odexed file
There were a couple of people further up in the thread that said they had the deodexed version and it still didn't work.
Quote:
Originally Posted by poolguy
I had to change the permissions on the new apk before this would work. Used Root Explorer and basically changed the permissions to match the rest of the apks in system/app. Running Virtuous 2.3 w/stock kernel.
Thats an interesting find. I run Linux and just grabbed it out of the frankenrom zip. I bet when it uploaded and windows users downloaded it the permissions went back to default windows and thats where the issue lies...
Can anyone whom this didn't work for before go into an adb shell and do:
Quote:
chmod 644 /system/app/HTCCamera.apk
and see if it fixes the problem.
Last edited by TheCowGod; August 29th, 2010 at 09:21 PM.
Success! Redownloaded the file and noticed the size was much larger than last time, copied it via root explorer, permissions were all out of wack, set to
User: Read, Write
Group: Read
Others: Read
Rebooted and bingo,
Many thanks all, and Root Explorer is now the second app ive paid for and been very happy with!
I would make a zip installer for this, but I have no idea where to start. If someone else doesn't get it done before tonight ill try to figure out how to go about doing it.
Please help... I used titanium backup to remove the original camera app then tried to use astro to install the new one and it keeps failing. Any suggestions?
Please help... I used titanium backup to remove the original camera app then tried to use astro to install the new one and it keeps failing. Any suggestions?
i believe you need root explorer to change the permissions