Extended Camera Record Time - Samsung Gear 2

If anyone is interested we can now record for a longer period of time! Only downside is it is done through a whole new app.
It is set to 90 secs ATM but you can easily increase this to whatever value you want in Tizen IDE. It even saves in the gallery! Hoping to improve on the gui as its just one of the sample apps in Tizen and it doesn't look that great
Also the camera doesnt go up to 1080x1920, only 1280x960.
Original idea came from AndyCamera, Creds to him.
Oh and for the nuubs, in cmd, "sdb install "path/to/wgt/Camera.wgt"

I want to try it
Have a simple explanation of how to install it on my watch gear2
tnx

Thanks! Works fine with my Gear 2.
But I should restart my Gear2 to view pictures, videos that I took. (I think it has problem with my Gear not your app.)
I changed Max recording time with Tizen SDK for Wearable to 1hour but works well!(I didn't tried to record for 1hour.)
Thanks to you again!
Ps. Sorry for my bad English.

haha5039 said:
Thanks! Works fine with my Gear 2.
But I should restart my Gear2 to view pictures, videos that I took. (I think it has problem with my Gear not your app.)
I changed Max recording time with Tizen SDK for Wearable to 1hour but works well!(I didn't tried to record for 1hour.)
Thanks to you again!
Ps. Sorry for my bad English.
Click to expand...
Click to collapse
Can you please post your 1 hour version? Lots of us don't know how to use the SDK or don't wish to install it. Thanks.
NOTE: My video files only record at 320x320, no way to change them. I need 720p, though, like the native camera. Dang.

To fbueller
I'm sorry but I'm not sure that I can post wgt file without rootmygear2's permission
To rootmygear2
May I post wgt file that I've editted max recording time into 3600 seconds (1Hour) or should I only post method to change max recording time?

haha5039 said:
To fbueller
I'm sorry but I'm not sure that I can post wgt file without rootmygear2's permission
Click to expand...
Click to collapse
Thanks, haha, but at 320x320 I'll never use it anyways. Is there any way to get it to 720p like native capture?

I'm sorry. I don't knowbhow to do it. I think I can't help you anymore.

haha5039 said:
To fbueller
I'm sorry but I'm not sure that I can post wgt file without rootmygear2's permission
To rootmygear2
May I post wgt file that I've editted max recording time into 3600 seconds (1Hour) or should I only post method to change max recording time?
Click to expand...
Click to collapse
Yes, anyone can edit/re-create and post this widget as they wish. I am completely for free open source software like tizen apps

fbueller said:
Thanks, haha, but at 320x320 I'll never use it anyways. Is there any way to get it to 720p like native capture?
Click to expand...
Click to collapse
Ill see what I can do when I get home, might also look at the camera picture resolution, maybe boost it up to 1080p
Sent from my SM-G900F using XDA Free mobile app

SHATTAH said:
I want to try it
Have a simple explanation of how to install it on my watch gear2
tnx
Click to expand...
Click to collapse
You will need a windows pc with the samsung drivers installed and the sdb.exe from tizen sdk, if you dont know what these are, head on over to the gear 2 root forum in general.
Sent from my SM-G900F using XDA Free mobile app

How can I extend the recording time of more then 90 sec. ?

dansafe said:
How can I extend the recording time of more then 90 sec. ?
Click to expand...
Click to collapse
Using the Tizen IDE for wearable, haha3059 may be posting his 1 hour version later today...
Sent from my SM-G900F using XDA Free mobile app

Can you tell us how exactly?

Cyyto said:
Can you tell us how exactly?
Click to expand...
Click to collapse
How to do what?

rootmygear2 said:
How to do what?
Click to expand...
Click to collapse
exten the time

Cyyto said:
exten the time
Click to expand...
Click to collapse
How long do you want it to extend for?
Sent from my SM-G900F using XDA Free mobile app

One hour?

Andy CAM
This is the latest version of AndyCam test only in Gear 1.
Take pictures max 1280x960 and put them in the folder /Images/
Records video max 90 seconds and max 320x320 mp4 format and put them in the folder /Video/
For my the video quality is very low
If you want try use sdb
Open prompt in sdb tree
sdb devices (to find device Remember to activate the debug mode - press several times build version and enables the flag)
sdb install AndyCam.wgt
This is the real problem:
Tizen version is 1.0.0b2
Recording sizes is not available.
This is what you find in Tizen SDK for Wearable:
/**
* Array containing available picture sizes. The following values must be supported:
* <ul>
* <li>[320, 240]
* <li>[320, 320]
* <li>[640, 480]
* <li>[640, 640]
* <li>[1280, 720]
* <li>[1280, 960]
* </ul>
*
* @Type Array
*/
CameraCapabilities.prototype.pictureSizes = new array();
/**
* Array containing avaliable picture formats. The following formats must be supported:
* <ul>
* <li>"jpeg"
* <li>"png"
* </ul>
*
* @Type Array
*/
CameraCapabilities.prototype.pictureFormats = new array();
/**
* Array containing avaliable picture formats. The following formats must be supported:
* <ul>
* <li>"3gp"
* </ul>
*
* @Type Array
*/
CameraCapabilities.prototype.recordingFormats = new array();

com.samsung.w-camera-app
If anyone interested I extracted the original Camera application of my Gear 1.
I was not able to edit it.
maybe someone can work ??

saleand said:
This is the latest version of AndyCam test only in Gear 1.
Take pictures max 1280x960 and put them in the folder /Images/
Records video max 90 seconds and max 320x320 mp4 format and put them in the folder /Video/
For my the video quality is very low
If you want try use sdb
Open prompt in sdb tree
sdb devices (to find device Remember to activate the debug mode - press several times build version and enables the flag)
sdb install AndyCam.wgt
This is the real problem:
Tizen version is 1.0.0b2
Recording sizes is not available.
This is what you find in Tizen SDK for Wearable:
/**
* Array containing available picture sizes. The following values must be supported:
* <ul>
* <li>[320, 240]
* <li>[320, 320]
* <li>[640, 480]
* <li>[640, 640]
* <li>[1280, 720]
* <li>[1280, 960]
* </ul>
*
* @Type Array
*/
CameraCapabilities.prototype.pictureSizes = new array();
/**
* Array containing avaliable picture formats. The following formats must be supported:
* <ul>
* <li>"jpeg"
* <li>"png"
* </ul>
*
* @Type Array
*/
CameraCapabilities.prototype.pictureFormats = new array();
/**
* Array containing avaliable picture formats. The following formats must be supported:
* <ul>
* <li>"3gp"
* </ul>
*
* @Type Array
*/
CameraCapabilities.prototype.recordingFormats = new array();
Click to expand...
Click to collapse
Wow thank you very much! Can I ask where I can find these arrays? I'm guessing there not in the widget itself but a config file for the SDK?
Also this application is based on AndyCam as I've mentioned, I've just edited it so it looks like the stock camera app (Andy cam isn't very stylish, sorry Andy!)

Related

IMPORTANT: Full featured AV Solution for PDA ?

What do you think about a full featured AV Solution for Pocket PC's ?
I ask that question to build up different installation packages.
There are many things which have to been considered, for instance that a real time protection would use a lot of battery or that a huge database would use a lot of memory.
So please provide me with your input and thoughts, wishes and requirements. The result will be a free solution with a outstanding detection rate. ( It's already under development and works so far for all platforms including Palm, Windows Mobile 2002, 2003 etc )
Some features (already under development)
* Pocket Outlook Attachments Scanning (in and outgoing)
* Dialer and Worm/Trojan Heuristic especially for PDA's
* Beam-Realtime Scan ( if you get or send new files )
* In-Craddle-Realtime Scan ( cause battery is there no problem )
* PIE Realtime Scan for downloading files
* On-Demand Scan for the whole PDA (including all Storage Cards)
* On-Demand Scan for the Storage Cards
* Autoinstall Option via Beam on other Devices
* Unpacking Engine for Windows 32 Malware ( CAB, ZIP, RAR, UPX, ASPack, FSG, ASProtect, Petite, Neolight, PECompact etc.)
* Polymorph Engine for Windows 32 Malware
* Incremental Updates downloadable within GPRS or via ActiveSync
* Logfile Support
* WLAN scanning on shares in a network environment
* Scan Sheduler
* Today Screen Plugin with infos
Now it's up to you 8)
Cheers,
Scorpion
Sounds good ... how much and when?
How much ? - its free - its not even limited
When ? - i think at the end of this month
Right now i am developing the interface, all other things are almost ready.
Should i post some screenshots from time to time during development ?
Cheers,
Scorpion
AV
Sounds great. Yes to screen shots.
Thanks.
calli
But i think it would make sense if it checks at least for the win32 things.
I dont know how many people using the XDA II for mobile emails ( at least i do ) and therfore i think it would be a good idea if it is be able to scan and to detect also Win32 Worms etc. in the attachments after marking for download.
Maybe i could split that into a basic install ( only for PDA ) and a extended database for all win32 malware. The extended database will be around 3 or 4 MB; that is not that much. Overall i calculated around 6 MB for all features.
Cheers,
Scorpion
sounds excellent, can't wait to see more
Right now reorganizing the interface with tabulators, but here is the splashscreen that you can see atleast something 8)
eeugh. uuuuugly splash

[DEV-KERNEL] 2.6.34 for HeroC

THERE IS A WORKING 2.6.35 KERNEL HERE: https://github.com/Decad3nce/cm-kernel
TO DO:
Listed by priority.
board-heroc.{c,h} restructured to mimic board-hero.{c,h}
This will allow closer mirroring of the two platforms (and potentially, unification)
RFKILL
MMC
Please, either fork the existing repository OR do pull requests to submit patches/fixes so that we/I can keep track of credits/fixes/blame
What do we have for a common place to monitor who is working on what? Do you have a specific task list that shows what needs doing(what drivers need ported, etc)?
s0be said:
What do we have for a common place to monitor who is working on what? Do you have a specific task list that shows what needs doing(what drivers need ported, etc)?
Click to expand...
Click to collapse
Currently, the biggest tasks are getting the board files rewritten to get this thing to boot. Then we'll be at about the same place:
Not working(from GSM):
Code:
touchscreen (reason unknown)
leds (microp driver, included but needs updating)
accelerometer (bma150 driver, included but needs updating)
sound (acoustic driver seems to work though)
all audio jack stuff (depends on microp driver)
sdcard (config probably)
But I can't confirm any of that until we fix these two board files: http://github.com/Decad3nce/cm-kernel/commit/68a6c94fad4456fc90a215e1a1ff33a8f3260809
http://github.com/Decad3nce/cm-kernel/commit/b41eb06a93c2ced9929fe93d24913f685ecec5a4
and we'll need to fix the usb product id/functions in board-heroc.c, specifically in the function
Code:
static struct msm_hsusb_product heroc_usb_products[] = {
So, currently, it's just me getting these board files to work D:
That means get off your ass s0be
Well, I'll admit, I've had a bit of a deathspank addiction these past weeks. Tonight, I should complete Thongs of Virtue. I'll fork your tree before I bail and start working on small incremental changes. We need a better way to coordinate this though.
s0be said:
Well, I'll admit, I've had a bit of a deathspank addiction these past weeks. Tonight, I should complete Thongs of Virtue. I'll fork your tree before I bail and start working on small incremental changes. We need a better way to coordinate this though.
Click to expand...
Click to collapse
We could/should set up a gerrit code review; but someone else would have to set that up. No experience :S
http://code.google.com/p/gerrit/
I know nothing about coding, ill be the first to admit that.. but if you have needs for testing/reporting I'd be happy to help. I have plenty of free time, and I'm pretty much constantly lurking around xda. so let me know. if you're looking for someone more experienced that's completely understandable. I'd just like to give something back to the community around here. seeing as how I've been helped so much. I hope this isn't what you meant when talking about unneeded clutter, if so, my apologies!
TODO:
RFKILL
MMC
s0be said:
TODO:
RFKILL
MMC
Click to expand...
Click to collapse
I'll just add that to the second post.
TODO:
board-heroc.{c,h} restructured to mimic board-hero.{c,h}
This will allow closer mirroring of the two platforms (and potentially, unification)
s0be said:
TODO:
board-heroc.{c,h} restructured to mimic board-hero.{c,h}
This will allow closer mirroring of the two platforms (and potentially, unification)
Click to expand...
Click to collapse
I'll have a patch for this tonight, my remote dev kit is not sufficient for a patch of this magnitude.
s0be said:
I'll have a patch for this tonight, my remote dev kit is not sufficient for a patch of this magnitude.
Click to expand...
Click to collapse
Sweet. I'm looking at kanging some bt code from the hero-rfkill for heroc-rfkill. I should have that up too. BT drivers seem to be nearly identical.
On another note, it would be nice to list all the drivers that heroc uses; I can already tell that hero gsm uses a different camera sensor. MT9T013 vs Samsung s5k3e2fx.
Deleted post
Decad3nce said:
We could/should set up a gerrit code review; but someone else would have to set that up. No experience :S
http://code.google.com/p/gerrit/
Click to expand...
Click to collapse
I'm looking into how difficult this is to set up. I've no experience coding but if this isn't out of the realm of possibility for me I'll give it a shot.
Please cherry pick f91931e939016b136685bfe2db5c6230015afa3a from my tree
http://github.com/s0be/cm-kernel/commit/f91931e939016b136685bfe2db5c6230015afa3a
mbobino said:
I'm looking into how difficult this is to set up. I've no experience coding but if this isn't out of the realm of possibility for me I'll give it a shot.
Click to expand...
Click to collapse
If you want to, we won't stop you. It'll be really helpful.
s0be said:
Please cherry pick f91931e939016b136685bfe2db5c6230015afa3a from my tree
http://github.com/s0be/cm-kernel/commit/f91931e939016b136685bfe2db5c6230015afa3a
Click to expand...
Click to collapse
done.
Just pushed one more small commit, now my lunch break is over, no coding till tonight.
You can probably backport those changes to .29 and test them that way, btw.
I've got the gerrit stuff set up on my personal computer. I'm looking through my schools server usage policies to see if I can host it here. I'm hoping they will classify it as educational or community service related. Will post back with updates.
Preliminary Source Tree Documentation:
Code:
Config options that do not affect inclusion of files in arch/arm/mach-msm:
CONFIG_ARCH_MSM7X00A
CONFIG_ARCH_MSM_ARM11
CONFIG_MSM_SMD_PKG3
CONFIG_CPU_V6
- not referenced in arch/arm/mach-msm/
CONFIG_MSM_MDP22
- not referenced in arch/arm/mach-msm/
CONFIG_MSM_AMSS_VERSION=6355
CONFIG_MSM_AMSS_SUPPORT_256MB_EBI1
CONFIG_MSM_SERIAL_DEBUGGER
CONFIG_HTC_PWRSINK
CONFIG_MSM7X00A_USE_GP_TIMER
CONFIG_MSM_IDLE_STATS
CONFIG_HTC_BATTCHG_SMEM
- not referenced in arch/arm/mach-msm/
arch/arm/mach-msm/
Unconditional for mach-msm:
io.c
* CONFIG_ARCH_MSM_ARM11
irq.c
* CONFIG_MSM_FIQ_SUPPORT
timer.c
* CONFIG_MSM7X00A_USE_GP_TIMER
dma.c
memory.c
devices.c
* CONFIG_ARCH_MSM7X00A
proc_comm.c
vreg.c
pmic.c
clock.c
gpio.c
generic_gpio.c
nand_partitions.c
drv_callback.c
/*// May not be included
sirc.c
* CONFIG_MSM_FIQ_SUPPORT
//*/
CONFIG_PM
pm.c
* MSM_IDLE_STATS
* CONFIG_ARCH_MSM7X00A
* CONFIG_MSM_FIQ_SUPPORT
CONFIG_ARCH_MSM_ARM11:
acpuclock-arm11.c
* CONFIG_TURBO_MODE
* CONFIG_CPU_FREQ_TABLE
idle.c
CONFIG_MACH_HEROC:
board-heroc.c
* CONFIG_TURBO_MODE
* CONFIG_MSM_SERIAL_DEBUGGER
* CONFIG_HTC_PWRSINK
board-heroc-panel.c
board-heroc-keypad.c
board-heroc-rfkill.c
board-heroc-mmc.c
board-heroc-wifi.c
htc_wifi_nvs.c
devices_htc.c
CONFIG_MSM_SMD
smd.c
* CONFIG_MSM_SMD_PKG3
smd_debug.c
smd_tty.c
smd_qmi.c
last_radio_log.c
CONFIG_HTC_BATTCHG
htc_battery.c
CONFIG_HTC_PWRSPLY
htc_power_supply.c
CONFIG_MSM_FIQ_SUPPORT
fiq_glue.c
CONFIG_MSM_ONCRPCROUTER
smd_rpcrouter.c
* CONFIG_MSM_AMSS_VERSION >= 6350
smd_rpcrouter_device.c
* CONFIG_MSM_AMSS_VERSION >= 6350
smd_rpcrouter_servers.c
* CONFIG_MSM_AMSS_VERSION >= 6350
CONFIG_MSM_RPCSERVERS
rpc_server_dog_keepalive.c
rpc_server_time_remote.c
CONFIG_CPU_FREQ
cpufreq.c
CONFIG_MSM_HW3D
hw3d.c
CONFIG_MSM_ADSP
qdsp5/
CONFIG_HTC_ACOUSTIC
htc_acoustic.c
Included from other files (Affected by our .config):
idle.S
* CONFIG_MSM_FIQ_SUPPORT
include/mach/htc_battery.h
* CONFIG_HTC_BATTCHG
include/mach/irqs.h
* CONFIG_ARCH_MSM_ARM11
include/mach/memory.h
* CONFIG_MSM_AMSS_SUPPORT_256MB_EBI1
include/mach/msm_iomap.h
* CONFIG_ARCH_MSM_ARM11
include/mach/msm_hsusb_hw.h
* CONFIG_ARCH_MSM7X00A
include/mach/msm_serial_debugger.h
* CONFIG_MSM_SERIAL_DEBUGGER
clock.h
* CONFIG_ARCH_MSM7X00A
* CONFIG_MSM_AMSS_VERSION >= 6350
gpio_hw.h
* CONFIG_ARCH_MSM7X00A
smd_private.h
* CONFIG_ARCH_MSM7X00A
* CONFIG_MSM_AMSS_VERSION == 6355
* CONFIG_MSM_SMD_PKG3
Makefile.boot
* MSM_AMSS_SUPPORT_256MB_EBI1

[APP][2.3+] Flud -Torrent Downloader

Hi everyone,
I have been working very hard on this one. It is a free torrent client for android. Hope you like it!
Flud is a simple and beautiful BitTorrent client for android. The power of BitTorrent protocol is now in the palm of your hands. Share files with ease from your phone/tablet. Download files directly to your phone/tablet.
Features :
* No speed limits on downloads/uploads
* Ability to select which files to download
* Ability to specify file/folder priorities
* Magnet link support
* NAT-PMP, DHT, UPnP (Universal Plug and Play) support
* µTP (µTorrent Transport Protocol) , PeX (Peer Exchange) support
* Ability to download sequentially
* Ability to move files while downloading
* Supports torrents with large number of files
* Supports torrents with very big files (Note: 4GB is the limit for FAT32 formatted SD cards)
* Recognizes magnet links from the browser
* Has option to download on WiFi only
* Ability to change theme (Light, Dark, Light with dark actionbar)
* Modern (Holo) UI
* Tablet optimized UI
Many more features coming soon...
You feedback is very important. Don't hesitate to drop us a mail if you find any bug or you would like to see a new feature in the next version.
If you are giving less than 5 stars, please leave a review telling us what you didn't like in the app.
Get it from the play store
Version 0.9.4.1 (16 June 2014)
* Fixed a crash on Android version below Honeycomb.
Version 0.9.4 (16 June 2014)
* Added "Force reannounce", "Keep CPU awake", "Download only when charging", "Play notification sound" options
* New option to enable/disable tracker exchange
* It is now possible to edit torrent name
* UI modifications for tablets
* Updated Openssl to fix the heartbleed bug
* New translations for Czech (Čeština) and Hungarian (Magyar)
* Killed many bugs
Version 0.7.1
* Fixed a critical bug which caused Flud to stop running in the background
* Fixed some crashes
* Minor UI changes for tablets
Version 0.7.0
* The UI is now tablet optimized! (Currently for android 3.2+ only)
* Added dark theme
* Added basic Italian translation
* ETA is now displayed in the torrent list (Main Screen)
* Added "Share magnet link" option
* Bugfixes
XDA:DevDB Information
Flud -Torrent Downloader, App for all devices (see above for details)
Contributors
Bhambya, Bhambya
Version Information
Status: Beta
Current Beta Version: 0.9.4.1
Beta Release Date: 2014-06-16
Created 2013-10-04
Last Updated 2014-06-20
Download link not available from mobile app plz fix it mate
||""Playing Asphalt™ 8 Airborne on my sgy. LoLz.
Joke of the year. Gameloft devs will die if they hear this. ""||
Flud is good, I've been using uTorrent so far but recently it just crashes upon launch so I discovered Flud: and I'm happy with that!
teorouge said:
Flud is good, I've been using uTorrent so far but recently it just crashes upon launch so I discovered Flud: and I'm happy with that!
Click to expand...
Click to collapse
ill try it on my p7500 tonight. How about Battery? Does it run as "foregroundservice?"
Or is it within the Background with return_sticky to avoid Memory leaks/high battery consumation?
Actually don't know, I used that to download a couple mp4's and it did that fast and easy: it didn't eat my battery right away but I used that for like half an hour only.
mynote said:
ill try it on my p7500 tonight. How about Battery? Does it run as "foregroundservice?"
Or is it within the Background with return_sticky to avoid Memory leaks/high battery consumation?
Click to expand...
Click to collapse
I runs as a foreground service only when a torrent is active. Unlike tTorrent or aTorrent who keep a foreground service even when no torrent is active. As far as I know that is the only way of avoiding the service being killed by android when low on memory.
Will try this tonight.
Good nice app
one request:
Ability to set global download/upload speed limit or particular torrent speed limit feature.
victorharsh said:
one request:
Ability to set global download/upload speed limit or particular torrent speed limit feature.
Click to expand...
Click to collapse
You can already set global download/upload speed limit. Ability to set speed limit for each torrent is a planned feature.
I download straight to my extsd with utorrent. I can watch or listen to a previous download while another download is running. With flud my music player and video player don't open when a download is running. would be nice to be able to download and watch at the same time.
Galaxy s3 4.1.2 stock based rom. No tweaks or mods installed. Stock kernel. No overclocking or any of that good stuff.
Can you post the apk for people who dont use the playstore please?
Could someone explain to me whats is the encryption level thing and ip filter? Thx
Rhabdomancy said:
Could someone explain to me whats is the encryption level thing and ip filter? Thx
Click to expand...
Click to collapse
Well encryption is encryption. It's self explanatory in itself.
IP filter blocks a list of known bad servers
Will download torrent on my phone reduce the lifetime of my SDCard? Can you implement a write-cache(with setting to change cache size) to reduce the number of writing data to sdcard?
Idk why but i get rly slow download...
@Bhambya Any update coming soon?
I've been using this since December and just wanted to say thank you for this amazing app! Blows the competition away!
Sent from my Nexus 5 using Tapatalk
Bhambya said:
Hi everyone,
I have been working very hard on this one. It is a free torrent client for android. Hope you like it!
Flud is a simple and beautiful BitTorrent client for android. The power of BitTorrent protocol is now in the palm of your hands. Share files with ease from your phone/tablet. Download files directly to your phone/tablet.
Features :
* No speed limits on downloads/uploads
* Ability to select which files to download
* Ability to specify file/folder priorities
* Magnet link support
* NAT-PMP, DHT, UPnP (Universal Plug and Play) support
* µTP (µTorrent Transport Protocol) , PeX (Peer Exchange) support
* Ability to download sequentially
* Ability to move files while downloading
* Supports torrents with large number of files
* Supports torrents with very big files (Note: 4GB is the limit for FAT32 formatted SD cards)
* Recognizes magnet links from the browser
* Has option to download on WiFi only
* Ability to change theme (Light, Dark, Light with dark actionbar)
* Modern (Holo) UI
* Tablet optimized UI
Many more features coming soon...
You feedback is very important. Don't hesitate to drop us a mail if you find any bug or you would like to see a new feature in the next version.
If you are giving less than 5 stars, please leave a review telling us what you didn't like in the app.
Get it from the play store
Version 0.7.1
* Fixed a critical bug which caused Flud to stop running in the background
* Fixed some crashes
* Minor UI changes for tablets
Version 0.7.0
* The UI is now tablet optimized! (Currently for android 3.2+ only)
* Added dark theme
* Added basic Italian translation
* ETA is now displayed in the torrent list (Main Screen)
* Added "Share magnet link" option
* Bugfixes
XDA:DevDB Information
Flud -Torrent Downloader, a App for the No Device
Contributors
Bhambya, Bhambya
Version Information
Status: Beta
Current Beta Version: 0.7.1
Beta Release Date: 2013-10-02
Created 2013-10-04
Last Updated 2013-10-05
Click to expand...
Click to collapse
Hi, first I would like to congratulate you for the excellent app, one of the best in the area of torrent client. However eustou having trouble seeding
Your app Seeds very little. Other apps like tTorrent aTorrent seed and much more.
And when I leave the phone seeding with the screen off, it stop and only seeds again if I pause and resume.
I'm using v0.8.4 and the past few months its been amazing!
This is the best torrent client on Android, and I thank you for making it free and ad-free!
Bhambya said:
Hi everyone,
I have been working very hard on this one. It is a free torrent client for android. Hope you like it!
Get it from the play store
Click to expand...
Click to collapse
This has been the best Android torrent client since it came out, bar none. Really excellent work. Thank you.
I concur with a previous comment, please post an apk in this thread if you will, not everyone can use Google Play.
Secondly, must say ( and I've seen others mentioning this ) that the last two versions published just launch a black screen and do nothing. Tested on several devices... So, right now, the app is dead. I gather you already know, anyway.

Camera 3.8GB limit increase

Not sure if this is the right place to put this but back in the past I tried to increase the limit of the note 3s video recording size, I was able to increase the length of video but the file size limit seemed to always stop at 3.8GB (or in any case 4GB "4,294,967,296" FFFFFFFF). Now I would like to get this started back up fresh and new. I am asking for the help of developers to help me find what is causing the video recording to stop at 3.8GB. I will post up my original finds once I find my original thread and hopefully when we find this it will also work for the Note 4.
If interested in helping please comment here or message me. I am seriously dedicating 99% of my free time to figure this out due to wanting to record longer than 13 minutes (most I could get out of 4k).
Hexes found so far:
Size limit is fffffffff in hex (terabytes)
CommonEngine.smali line 4279 for time limit (in milliseconds).
MediaRecorderProfile.smali line 1028 for bitrate (in bits). All in hex.
Here is a small tool I through together from knowledge on the internet, it allows you to decompile an odex file easily. Compiling... I havent figured out yet
There is a small and a big one. The small one has all files needed to decompile EXCEPT the java files the big one has everything PLUS the java files needed. The camera file is included also.
Small
Big
​
If those links dont work try these:
Small
Big
​
kevinrocksman said:
Not sure if this is the right place to put this but back in the past I tried to increase the limit of the note 3s video recording size, I was able to increase the length of video but the file size limit seemed to always stop at 3.8GB (or in any case 4GB "4,294,967,296" FFFFFFFF). Now I would like to get this started back up fresh and new. I am asking for the help of developers to help me find what is causing the video recording to stop at 3.8GB. I will post up my original finds once I find my original thread and hopefully when we find this it will also work for the Note 4.
If interested in helping please comment here or message me. I am seriously dedicating 99% of my free time to figure this out due to wanting to record longer than 13 minutes (most I could get out of 4k).
Click to expand...
Click to collapse
Trying to save it onto your sdcard formatted as fat32?
celderic said:
Trying to save it onto your sdcard formatted as fat32?
Click to expand...
Click to collapse
nope exFAT, 64GB card.
From what I recall it had nothing to do with the SD card file system. Its an internal limit Samsung has. I'd be thrilled if a fix was found !
I created a simple decompiler with the camera odex file already in it on the OP 1st post. Please anyone with knowledge please help out!
here is part of the hexes we found
Size limit is fffffffff in hex (terabytes) - CommonEngine.smali line 4279 for time limit (in milliseconds). MediaRecorderProfile.smali line 1028 for bitrate (in bits). All in hex.
kevinrocksman said:
here is part of the hexes we found
Size limit is fffffffff in hex (terabytes) - CommonEngine.smali line 4279 for time limit (in milliseconds). MediaRecorderProfile.smali line 1028 for bitrate (in bits). All in hex.
Click to expand...
Click to collapse
Hi
I have also spend some time on this matter. I started reading your thread here:
http://forum.xda-developers.com/showthread.php?t=2519180
well, about 4gb limit:
There is some entries that refer fffffffff
in my CommonEngine.smali (only because the line numbers):
http://www.mediafire.com/view/c16kii40zt88h28/CommonEngine.smali
line 133, 3381, 3388 and 24402
you have below, the same file in java code, to be easier to understand the code:
http://www.mediafire.com/view/unf32fl2871evo8/CommonEngine.java
are the following lines:
line 1748, 2248, 2249 and 7062
I think it is necessary to check the code, after line 2245, in java code
is where is set the variable maxfilesize
about 300 seconds limit in 4K
are you already check the variable mMaxVideoDurationInMs around line 2423 in java code?
one question
are you able to change the bitrate in 4k resolution?
I changed the bitrate to 44Mbit in 1080/60p and 22Mbit 1080/30p, but in 4K the video bitrate not changed (i can change the sound in all 3 modes)
zamcum said:
Hi
I have also spend some time on this matter. I started reading your thread here:
http://forum.xda-developers.com/showthread.php?t=2519180
well, about 4gb limit:
There is some entries that refer fffffffff
in my CommonEngine.smali (only because the line numbers):
http://www.mediafire.com/view/c16kii40zt88h28/CommonEngine.smali
line 133, 3381, 3388 and 24402
you have below, the same file in java code, to be easier to understand the code:
http://www.mediafire.com/view/unf32fl2871evo8/CommonEngine.java
are the following lines:
line 1748, 2248, 2249 and 7062
I think it is necessary to check the code, after line 2245, in java code
is where is set the variable maxfilesize
about 300 seconds limit in 4K
are you already check the variable mMaxVideoDurationInMs around line 2423 in java code?
one question
are you able to change the bitrate in 4k resolution?
I changed the bitrate to 44Mbit in 1080/60p and 22Mbit 1080/30p, but in 4K the video bitrate not changed (i can change the sound in all 3 modes)
if you want check my files:
original files
modified files
my videos to check the bitrate:
Click to expand...
Click to collapse
i cant look at this until i get back to kansas city in a few hours but to my knowlegde the max bitrate I could get 4k to was 50mbps
zamcum said:
Hi
I have also spend some time on this matter. I started reading your thread here:
http://forum.xda-developers.com/showthread.php?t=2519180
well, about 4gb limit:
There is some entries that refer fffffffff
in my CommonEngine.smali (only because the line numbers):
http://www.mediafire.com/view/c16kii40zt88h28/CommonEngine.smali
line 133, 3381, 3388 and 24402
you have below, the same file in java code, to be easier to understand the code:
http://www.mediafire.com/view/unf32fl2871evo8/CommonEngine.java
are the following lines:
line 1748, 2248, 2249 and 7062
I think it is necessary to check the code, after line 2245, in java code
is where is set the variable maxfilesize
about 300 seconds limit in 4K
are you already check the variable mMaxVideoDurationInMs around line 2423 in java code?
one question
are you able to change the bitrate in 4k resolution?
I changed the bitrate to 44Mbit in 1080/60p and 22Mbit 1080/30p, but in 4K the video bitrate not changed (i can change the sound in all 3 modes)
Click to expand...
Click to collapse
Hmm so far found a few things but dont know what they mean:
1787---private ParcelFileDescriptor mCameraVideoFileDescriptor;
1823---private int mMaxVideoDurationInMs;
1859---private Thread mStopRecordingThread;
1866---private long mVideoFileLengthInByte;
1867---private long mVideoRecordingTimeInMiliSecond;
1868---public long maxFileSize;
1905---mVideoFileLengthInByte = 0L;
1906---mVideoRecordingTimeInMiliSecond = 0L;
1910---maxFileSize = 0L;
2140---Log.secI("CommonEngine", (new StringBuilder()).append("duration = ").append(mProfile.duration).toString());
2232---l = bundle.getLong("android.intent.extra.sizeLimit");
2233---Log.secV("CommonEngine", (new StringBuilder()).append("requestedSizeLimit: ").append(l).toString());
2245-2265
maxFileSize = 0x2080000L + CheckMemory.getAvailableStorage(mCameraSettings.getStorage());
if (l > 0L && l < maxFileSize)
maxFileSize = l;
if (maxFileSize > 0xffffffffL)
maxFileSize = 0xffffffffL;
if (mCameraSettings.isCamcorderRecordingMMSMode())
if (mIsVideoCaptureIntent && bundle != null)
{
maxFileSize = mCameraSettings.getRequestedRecordingSize();
} else
{
maxFileSize = mCameraSettings.getMaxRecordingSize();
mCameraSettings.setRequestedRecordingSize(maxFileSize);
}
if (mCameraSettings.getCamcorderRecordingMode() == 6 && (l == 0L || l > 0x3200000L))
maxFileSize = 0x3200000L;
Log.secE("CommonEngine", (new StringBuilder()).append("maxFileSize = ").append(maxFileSize).toString());
try
{
mMediaRecorder.setMaxFileSize(maxFileSize);
}
Hi
the credits of this mod are for: @rafalense, @jobnik, @alexhc18, @killa12222, @PatF[/MENTION] and @kevinrocksman
If i forgot someone, let me know
This mod are for international version of Note 3, N9005, with XXUFNF4.
Deodexed version may work on other firmwares. The Odex version, surely, only work in XXUFNF4.
Even with a limit of 4GB per recording, but with some progress:
Uncompressed images in photo
65Mbit 4k (not 50Mbit)
44Mbit 1080/60p
22Mbit 1080/30p
192Kbit audio
no time limit in 4K mode (but limited yet to 4GB per file, so, the limit in time with this bitrate is 8m47s) (well i made it with 30minutes time limit, but we can change it.)
Make a backup first
for XXUFNF4 deodexed:
http://www.mediafire.com/download/xmvc5wfpfizfa4c/ModCamera_XXUFNF4_deodexed.zip
for XXUFNF4 ODEX:
http://www.mediafire.com/download/m34z7s950jh9bmg/ModCamera_XXUFNF4_ODEX.zip
and let we know, if all is ok
@kevinrocksman
I will copy my answer from S5 thread:
Speaking from practical point of view: it's "mission impossible". The main problem is media recording engine working with 32bit sizes. It's inside native libraries and codecs - they all share common structures where sizes are encoded in 32bit variables. Thus, Samsung need to update this engine to work with 64bit variables to allow >4gb files. All your examples are from dalvik code and none of patch can fix it. Patching native code where structures are copying many times with dynamically allocated memory is super hard. It's also super hard to track all these variables in native code.
I see only one workaround which can be made: segmented recording. So, you can find right dalvik functions of camera and make patch, so camera will quickly finish record when file reach max size and automatically start to record into new file, and so on. This is the only solution possible, IMHO.
sorg said:
@kevinrocksman
I will copy my answer from S5 thread:
Speaking from practical point of view: it's "mission impossible". The main problem is media recording engine working with 32bit sizes. It's inside native libraries and codecs - they all share common structures where sizes are encoded in 32bit variables. Thus, Samsung need to update this engine to work with 64bit variables to allow >4gb files. All your examples are from dalvik code and none of patch can fix it. Patching native code where structures are copying many times with dynamically allocated memory is super hard. It's also super hard to track all these variables in native code.
I see only one workaround which can be made: segmented recording. So, you can find right dalvik functions of camera and make patch, so camera will quickly finish record when file reach max size and automatically start to record into new file, and so on. This is the only solution possible, IMHO.
Click to expand...
Click to collapse
I thought of that, the recording 4GB then instantly splitting it off and starting a new one but I would have absolutly no way to figure that out lol. Well if no one figures it out before the note 4 hopefully they upgrade/update this in the note 4
zamcum said:
Hi
All credits of this mod are for @kevinrocksman
This mod are for international version of Note 3, N9005, with XXUFNF4.
Deodexed version may work on other firmwares. The Odex version, surely, only work in XXUFNF4.
Even with a limit of 4GB per recording, but with some progress:
Uncompressed images in photo
65Mbit 4k (not 50Mbit)
44Mbit 1080/60p
22Mbit 1080/30p
192Kbit audio
no time limit in 4K mode (but limited yet to 4GB per file, so, the limit in time with this bitrate is 8m47s) (well i made it with 30minutes time limit, but we can change it.)
Make a backup first
for XXUFNF4 deodexed:
http://www.mediafire.com/download/xmvc5wfpfizfa4c/ModCamera_XXUFNF4_deodexed.zip
for XXUFNF4 ODEX:
http://www.mediafire.com/download/m34z7s950jh9bmg/ModCamera_XXUFNF4_ODEX.zip
and let we know, if all is ok
Click to expand...
Click to collapse
any way you can make these for NC5?
kevinrocksman said:
any way you can make these for NC5?
Click to expand...
Click to collapse
absolutely, but only deodexed version. I don't have that rom installed, to re-odex
Give me your SamsungCamera2.apk deodexed and media_profiles.xml, please
EDIT
Or a good link (mega, dropbox, drive etc.) to download the stock rom
zamcum said:
absolutely, but only deodexed version. I don't have that rom installed, to re-odex
Give me your SamsungCamera2.apk deodexed and media_profiles.xml, please
EDIT
Or a good link (mega, dropbox, drive etc.) to download the stock rom
Click to expand...
Click to collapse
Here is the Samsung camera app
http://click.xda-developers.com/api...crease | Galaxy Note 3 | XDA Forums&txt=Small
zamcum said:
Hi
All credits of this mod are for @kevinrocksman
This mod are for international version of Note 3, N9005, with XXUFNF4.
Deodexed version may work on other firmwares. The Odex version, surely, only work in XXUFNF4.
Even with a limit of 4GB per recording, but with some progress:
Uncompressed images in photo
65Mbit 4k (not 50Mbit)
44Mbit 1080/60p
22Mbit 1080/30p
192Kbit audio
no time limit in 4K mode (but limited yet to 4GB per file, so, the limit in time with this bitrate is 8m47s) (well i made it with 30minutes time limit, but we can change it.)
Make a backup first
for XXUFNF4 deodexed:
http://www.mediafire.com/download/xmvc5wfpfizfa4c/ModCamera_XXUFNF4_deodexed.zip
for XXUFNF4 ODEX:
http://www.mediafire.com/download/m34z7s950jh9bmg/ModCamera_XXUFNF4_ODEX.zip
and let we know, if all is ok
Click to expand...
Click to collapse
can u tell me exactly what lines of what files you modified? Im going to play around with the bitrates to get the best quality but most amount of time
I wish I knew stuff like you guys.....4real...
mlock420 said:
I wish I knew stuff like you guys.....4real...
Click to expand...
Click to collapse
3 years ago I knew nothing... then I made the "HTC view multi tool" then went from there and learned aroma. Then started doing boot animations. This stuff were doing now is somewhat basic. But can get difficult
kevinrocksman said:
Here is the Samsung camera app
Click to expand...
Click to collapse
...and here is rhe apk modded.
The apk modded below, is for Note 3 N900P, with firmware VPUCNC5
Is the deodexed apk,
Remember:
I don't have that model to make the re-odex.
...And more important, i can't test this apk
http://www.mediafire.com/download/5svubg666ns01zs/SamsungCamera2.apk

Which camera and apps for surveillance..

Hi, guys!
I'd like to look and hear the environment around my old father that is far some hundreds kilometers from me.
I don't know anything about surveillance but for me it would be enough to know some apps or phone that can do that.
It should better if you can hide the app, but
that's not essential.
Can you help me?
Sent from Note 4 device - Rome - Italy
umby75 said:
Hi, guys!
I'd like to look and hear the environment around my old father that is far some hundreds kilometers from me.
I don't know anything about surveillance but for me it would be enough to know some apps or phone that can do that.
It should better if you can hide the app, but
that's not essential.
Can you help me?
Sent from Note 4 device - Rome - Italy
Click to expand...
Click to collapse
you can try alfred home security camera
I checked it. Thanks but I didn't find something good for my needs.. I'd like something reliable to hide the camera in the house but I don't find anything good and reliable about that..
Sent from Note 4 device - Rome - Italy
kushfighter2 said:
you can try alfred home security camera
Click to expand...
Click to collapse
The better way it use ip camera with wifi amplifier and directionnal antenna or you can do with tasker maybe
c0derz67 said:
The better way it use ip camera with wifi amplifier and directionnal antenna or you can do with tasker maybe
Click to expand...
Click to collapse
Yes. Thanks. I already use an ip wifi camera(Foscam FI8918W) but I'm looking for an hidden one compatible as others like Foscam, etc.
What do you mean about tasker.
Sent from Note 4 device - Rome - Italy
umby75 said:
Yes. Thanks. I already use an ip wifi camera(Foscam FI8918W) but I'm looking for an hidden one compatible as others like Foscam, etc.
What do you mean about tasker.
Sent from Note 4 device - Rome - Italy
Click to expand...
Click to collapse
Hello
Yes with Tasker it possible to take picture from the background and record microphone i think is not possible to do real time but it possible that like this :
Tasker check http x minutes when the content of http is "record" you record microphone and when http content is "stop_record" it will stop the record and send to you via http.
Or you can send use IP Webcam and hide from status bare but it's very battery suck and heat smartphone.
It's very hard for me to do something like the tasker you said me.
Now I have another P2P camera and I'd like to use with Tinycam app for Android.
In this way I can manage the recording from the cam to my Ftp server.
This last cam has an Uid too long (24 characters) and I can't configure it in a right way. Furthermore if you try the automatic configuration the camera is recognised as an Onvif one and the app streams the video but the audio doesn't work.
In short, we are on the high seas!
Sent from Note 4 device - Rome - Italy
Yes, this is a 2016 thread, but here goes:
I have used Alfred Home Security Camera apk, successfully in the past (maybe 2+ yrs ago). One Samsung S3 is set up as the camera, the 2nd Samsung S3 is set up as the viewer.
But now it doesn't run. I've tried a dozen or more versions, but same problems. Prompts say things like: Alfred won't run with Framework, or problem with Google Play, etc.
Alternatively I downloaded many similar home security camera apk's, such as Warden Cam, At Home, i-Security, Video Monitor etc.
No luck. None will work. Most recently the error prompt said: Will not work with rooted device!
So damn frustrating.
Anybody else with custom ROM have these problems?
* * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
BTW I am totally free of Google; no Google Play Store, no Google Pay, no Google Framework, no Gapps, no Google spyware, no Google bloatware, no Google tracking etc.
I download all my apps as APK's which are readily available on the Net ( Google them . . . just kidding! ).
My older Samsung S3 i747 is a 'd2att' originally locked to Rogers, in Ottawa, Ontario, Canada. Then switched over to MTS (Manitoba Telephone System). Now running on Bell Canada. My replacement is also a Samsung S3 T999, originally running T-Mobile in Arizona, now running on Bell Canada.
umby75 said:
Hi, guys!
I'd like to look and hear the environment around my old father that is far some hundreds kilometers from me.
I don't know anything about surveillance but for me it would be enough to know some apps or phone that can do that.
It should better if you can hide the app, but
that's not essential.
Can you help me?
Sent from Note 4 device - Rome - Italy
Click to expand...
Click to collapse
Update:
After fiddling around (deleting, reinstalling) I am able to get Warden Cam work with my rooted devices!
BTW the custom ROM is CrDroid. Very nice ROM
* * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Just bragging: I am totally free of Google; no Google Play Store, no Google Pay, no Google Framework, no Gapps, no Google spyware, no Google bloatware, no Google tracking etc.
I download all my apps as APK's which are readily available on the Net ( Google them . . . just kidding! ).
My older Samsung S3 i747 is a 'd2att' originally locked to Rogers, in Ottawa, Ontario, Canada. Then switched over to MTS (Manitoba Telephone System). Now running on Bell Canada. My replacement is also a Samsung S3 T999, originally running T-Mobile in Arizona, now running on Bell Canada.
Тhat is great that modern technologies gives such an opportunity to watch how your relative lives
Hello. I understand what it's like to have an old relative in need of care and attention. And I know what it's like to know that you can't give it to him. I couldn't put my father in a nursing home, so I installed an ajax security system with security cameras at home. I liked this system precisely because it has the ability to monitor images from cameras through a mobile app for iPhone. This is very convenient to watch your family person who is not always able to cope with something by himself.

Categories

Resources