mine was in my apps and I had to look around for it. if all else fails isnt the flashable zip in the op?Hi,
I did all of this, but after reboot there is no camera on the device.
Can anybody help me?
Using n9005 stock.
Thanks.
mine was in my apps and I had to look around for it. if all else fails isnt the flashable zip in the op?Hi,
I did all of this, but after reboot there is no camera on the device.
Can anybody help me?
Using n9005 stock.
Thanks.
Thanks,found it.mine was in my apps and I had to look around for it. if all else fails isnt the flashable zip in the op?
There is problem with 4.4.2 APK/ZIP (whatever) version
My Note 3 is deodexed,stock. Audio bitrate is fine (~188kbps) but video is only 50mbps (stock its ~48mbps)
@kevinrocksman - do you will try to change this? Do you still working on it?
Thanks.
Thanks you man! It works!Here my procedure to install a modded app:
1) Root the device using a windows PC
procedure from xda
- install the Samsung Kies USB drivers
WARNING: warranty loss, no more system update from Samsung
2) install app RootBrowser (icon: black android pirate) , which does the unmout and remount of the /system automatically
3) with rootbrowser, go to /system/app/
rename SamsungCamera2.apk to SamsungCamera2.apk.bak
rename SamsungCamera2.odex SamsungCamera2.odex.bak
4) copy new camera apk to /system/app/
5) change permission of a new app: rw-r-r
6) edit media_profiles.xml in /system/etc : increase max bit rate for video from 500000 to 1000000 (or more)
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="100000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="1" maxFrameRate="30" />
increase audio quality
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8192" maxBitRate="256000"
minSampleRate="8000" maxSampleRate="96000"
minChannels="1" maxChannels="2" />
7) set permissions of media_profiles.xml to rw r r
8) reboot
I used this procedure and was able to get the camera app working... However, I still see the 5 minutes... I haven't tried to record past 5 minutes, but wanted to ask if that is supposed to still be there.Here my procedure to install a modded app:
1) Root the device using a windows PC
procedure from xda
- install the Samsung Kies USB drivers
WARNING: warranty loss, no more system update from Samsung
2) install app RootBrowser (icon: black android pirate) , which does the unmout and remount of the /system automatically
3) with rootbrowser, go to /system/app/
rename SamsungCamera2.apk to SamsungCamera2.apk.bak
rename SamsungCamera2.odex SamsungCamera2.odex.bak
4) copy new camera apk to /system/app/
5) change permission of a new app: rw-r-r
6) edit media_profiles.xml in /system/etc : increase max bit rate for video from 500000 to 1000000 (or more)
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="100000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="1" maxFrameRate="30" />
increase audio quality
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8192" maxBitRate="256000"
minSampleRate="8000" maxSampleRate="96000"
minChannels="1" maxChannels="2" />
7) set permissions of media_profiles.xml to rw r r
8) reboot