[MOD][Cool Mods][10 June] CamMod v6/MusicMod v4 |Sense 3.6|VM/SP 2.95b

Search This thread

Hammerfest

Senior Member
Apr 3, 2008
1,682
286
San Antonio, TX
Hi,

Cool-CamMod-v6 Added

Change Log:

* Flash Restriction Removed
- From Wifi HotSpot, Airplane Mode & WiMax


Download

Is there anyway you can put in some detail information in either this OP or the one for the CoolEXE rom? IE if in this thread, have the Included in v## so we know if you release an update for the CamMod, that its needed for the ROM or not needed as its included?


Thanks! (v17 haulin ass on Ting!)
 

THC Butterz

Senior Member
could you please update your mods For Sprint ICS 2.95.651.6 as your current mods dont work and cause bootloops

Edit, have your beats moded to work with 2.95.651.6, now I only need the camera mod, if your willing to update it of course!
 
Last edited:

mrg666

Senior Member
Aug 4, 2011
1,966
4,784
Hi,

Cool-CamMod-v6 Added

Change Log:

* Flash Restriction Removed
- From Wifi HotSpot, Airplane Mode & WiMax


Download

I did a diff and the followings are the changes in init.rc. Can you please give a little more information about the problem with camera_led_status?

Code:
@@ -271,9 +271,9 @@
     chmod 0660 /sys/android_camera2/htcwc
     chown media system /sys/android_camera2/htcwc
     chown media system /sys/android_camera/cam3Dmode
-    chown radio system /sys/camera_led_status/led_ril_status
-    chown system system /sys/camera_led_status/led_wimax_status
-    chown system system /sys/camera_led_status/led_hotspot_status
+#    chown radio system /sys/camera_led_status/led_ril_status
+#    chown system system /sys/camera_led_status/led_wimax_status
+#    chown system system /sys/camera_led_status/led_hotspot_status
     chown media system /sys/android_camera/cam_mode
     chmod 0660 /sys/power/state
     chmod 0660 /sys/power/wake_lock
@@ -391,6 +391,8 @@
 # Set error receiver
     setprop ro.error.receiver.htc.apps com.htc.feedback
 
+    start sysinit
+
     class_start core
     class_start main
 
@@ -508,6 +510,10 @@
     user drm
     group system inet drmrpc
 
+service sysinit /system/bin/logwrapper /system/xbin/busybox run-parts /system/etc/init.d
+    disabled
+    oneshot
+
 service media /system/bin/mediaserver
     class main
     user media
 

coolexe

Retired Recognized Developer
Aug 17, 2008
2,371
5,371
Is there anyway you can put in some detail information in either this OP or the one for the CoolEXE rom? IE if in this thread, have the Included in v## so we know if you release an update for the CamMod, that its needed for the ROM or not needed as its included?


Thanks! (v17 haulin ass on Ting!)

ohh sorry i will add mod version info in my rom thread...

could you please update your mods For Sprint ICS 2.95.651.6 as your current mods dont work and cause bootloops

Edit, have your beats moded to work with 2.95.651.6, now I only need the camera mod, if your willing to update it of course!

hmm both mods is tested with latest vm and sprint ics rom (2.95.xxx.x) even I'm using same mods on my rom which is based on sprint 2.95 base...

remember betas audio mod needed full wipe if u going to flash it over any ics 2.95 rom...

I did a diff and the followings are the changes in init.rc. Can you please give a little more information about the problem with camera_led_status?

Code:
@@ -271,9 +271,9 @@
     chmod 0660 /sys/android_camera2/htcwc
     chown media system /sys/android_camera2/htcwc
     chown media system /sys/android_camera/cam3Dmode
-    chown radio system /sys/camera_led_status/led_ril_status
-    chown system system /sys/camera_led_status/led_wimax_status
-    chown system system /sys/camera_led_status/led_hotspot_status
+#    chown radio system /sys/camera_led_status/led_ril_status
+#    chown system system /sys/camera_led_status/led_wimax_status
+#    chown system system /sys/camera_led_status/led_hotspot_status
     chown media system /sys/android_camera/cam_mode
     chmod 0660 /sys/power/state
     chmod 0660 /sys/power/wake_lock
@@ -391,6 +391,8 @@
 # Set error receiver
     setprop ro.error.receiver.htc.apps com.htc.feedback
 
+    start sysinit
+
     class_start core
     class_start main
 
@@ -508,6 +510,10 @@
     user drm
     group system inet drmrpc
 
+service sysinit /system/bin/logwrapper /system/xbin/busybox run-parts /system/etc/init.d
+    disabled
+    oneshot
+
 service media /system/bin/mediaserver
     class main
     user media

Video Camcorder flash using camera.apk for knowing Wifi HotSpot, Airplane Mode & WiMax ON-OFF status, but Still Camera using camera_led_status/* for knowing Wifi HotSpot, Airplane Mode & WiMax ON-OFF status
 
Last edited:

Hammerfest

Senior Member
Apr 3, 2008
1,682
286
San Antonio, TX
ohh sorry i will add mod version info in my rom thread...


Thanks :D

Sorry for the request by the way, I know some Devs have a life and are busy, so when im on the ROM from June 6th and see an update for one of the ROM Components done on the 10th, It leads me to wonder if the ROM Component update is needed or if its just released late due to life :D!


Again, Thanks! I really enjoy your work!
 
  • Like
Reactions: coolexe

mrg666

Senior Member
Aug 4, 2011
1,966
4,784
Video Camcorder flash using camera.apk for knowing Wifi HotSpot, Airplane Mode & WiMax ON-OFF status, but Still Camera using camera_led_status/* for knowing Wifi HotSpot, Airplane Mode & WiMax ON-OFF status

Thanks for the reply. I am using the camera mod on the stock rom and I have only copied your modded camera.apk and media_profiles.xml, without the ramdisk update. Camera is working great, much better than the stock camera. Finally, that inaccurate white balance seems to be fixed. Thank you so much for this mod.

BTW, you could add a line in the install script to delete the camera odex file to make the mod compatible with odexed stock ROM. I have done that manually.
 

workdowg

Senior Member
Apr 17, 2011
1,556
691
Seneca Falls
Thanks for the reply. I am using the camera mod on the stock rom and I have only copied your modded camera.apk and media_profiles.xml, without the ramdisk update. Camera is working great, much better than the stock camera. Finally, that inaccurate white balance seems to be fixed. Thank you so much for this mod.

BTW, you could add a line in the install script to delete the camera odex file to make the mod compatible with odexed stock ROM. I have done that manually.
I got boot-loop when using his ramdisk. I just copied the files like you said. Now I can keep this phone for a while longer....
 
I don't think hdr does that , k believe it just enhances the photos you take

Sent from my PG86100 using xda premium

If that's true then this is only "fake" HDR. True HDR combines two or three photos with different exposure settings to produce a single one that has both light and dark areas recorded in detail. Check out, for example, HDR Camera by Almalence on Play Store (you'll have to see it in action on another phone because it doesn't work on the Evo3D).
@coolexe
Do you know if this camera app has true or fake HDR?

Sent from the 3rd dimension!
 
Last edited:

chw9999

Senior Member
Dec 29, 2006
389
78
Bensheim
I have the problem that the camera display only works correctly in vertical mode. In horizontal mode the displayed picture is distorted, and the dials are upside down. The picture taken, however, is OK, 2D as well as 3D. When I untick 'display/auto rotate' in Settings it works correctly, but that can't be the solution because no other program rotates anymore :)

Any idea, anybody?

Using Coolexe's EVO 3D ROM and 5.7 kernel...

--
Gesendet mit HTC EVO 3D and Tapatalk
 
Last edited:

chw9999

Senior Member
Dec 29, 2006
389
78
Bensheim
Found the culprit: 'Secure Settings' Tasker Plugin allows rotation of EVERY application, but this setting is not compatible with the canera.

Switched it off, everything fine again.

--
Gesendet mit HTC EVO 3D and Tapatalk
 
  • Like
Reactions: HappyBirthday

Top Liked Posts

  • There are no posts matching your filters.
  • 47
    HQ Camera For ICS

    Special thx To mdeejay and NODO-GT


    Cam.jpg

    Features:
    * For Sprint ICS 2.95.651.5 & Virgin Mobile ICS 2.95.652.5 Base
    * HDR, Panorama
    * 1250 ISO
    * Fast Click
    * Sharpness Mod (For Sharp Photos and Videos)
    * GPU Effects Mod (Photo/Video Enhancement)
    * Front Cam 720p Video Recording
    * Front Cam Image Auto-Enhance
    * Framerate Stability Improved
    * 0 Compression on Image
    * Image Cap-Size Increased
    * Flash Restriction Removed
    * Video Recording Set to 30FPS @10-20 Mbits/Sec
    * Dual Channel Stereo Audio Recording
    * Audio Recording Set to 44100Hz 128kbits/Sec


    Change Log:
    Code:
    * Flash Restriction Removed
    - From Wifi HotSpot, Airplane Mode & WiMax

    Download

    Note: Cool-CamMod-v6.zip has custom ramdisk with Flash Hack.
    init.rc.diff
    Code:
    --- stock_init.rc     2013-06-10 20:27:34.585237300 +0530
    +++ mod_init.rc     2013-06-10 13:31:22.650352900 +0530
    @@ -271,9 +271,10 @@
         chmod 0660 /sys/android_camera2/htcwc
         chown media system /sys/android_camera2/htcwc
         chown media system /sys/android_camera/cam3Dmode
    -    chown radio system /sys/camera_led_status/led_ril_status
    -    chown system system /sys/camera_led_status/led_wimax_status
    -    chown system system /sys/camera_led_status/led_hotspot_status
    +#    Flash Hack by Coolexe
    +#    chown radio system /sys/camera_led_status/led_ril_status
    +#    chown system system /sys/camera_led_status/led_wimax_status
    +#    chown system system /sys/camera_led_status/led_hotspot_status
         chown media system /sys/android_camera/cam_mode
         chmod 0660 /sys/power/state
         chmod 0660 /sys/power/wake_lock
    31
    HQ Audio For ICS

    Special thx To mdeejay and mudhi


    Music.jpg

    Features:
    * For Sprint ICS 2.95.651.5 & Virgin Mobile ICS 2.95.652.5 Base
    * Buggy HTC Music Fix
    * Video/Streaming Mod
    –Working SRS, HTC 5.1 & Beats Audio w/o Breaking 3D
    * Audio Mod
    –Working SRS, Dolby, EQ & Beats Audio
    * Improved SRS Audio *Only For Wired & BT Headset*


    Change Log:
    Code:
    * Aroma Installer
    * Apk Compression Fix
    * CDMA: Compatible with VM 2.95.652.5 Base

    Download

    Beats Audio Mod (thx to lyapota for Advanced Beats Control)
    11
    Hi,

    ok here is CamMod v3 CDMA for Sprint ICS 2.89.651.2


    Downlaod
    9
    [MOD][Cool Mods][23 April] CamMod v4/MusicMod v4 |Sense 3.6|VM1.13/SP2.89/2.95b

    Hi,

    New Camera Mod For Sprint 2.95 Base

    Change Log:

    * New Base: Sprint ICS 2.95.651.5
    * All Feature Same as v3


    Sprint ICS 2.95.651.5
    Download

    New Music Mod For Sprint 2.95 Base

    Change Log:

    * New Base: Sprint ICS 2.95.651.5
    * All Feature Same as v3


    Sprint ICS 2.95.651.5
    Compilable With Stock Audio
    Download

    Beats Audio Mod (thx to lyapota for Advanced Beats Control)
    Download

    Soon Added on OP
    5
    Definitely be great to have this on sense 4. I would assume it wouldn't be too difficult. Has anyone tried it yet :)

    yes its easy on sense 4.0 too...dont worry give me some more time...

    btw here is CamMod v2..

    Camera Sound Fixed
    Fast Click Fixed
    Tap Screen Capture Added


    Download