Im looking for a simple bill spliter where i just enter the sum and how much people are paying and the program tells me how much everyone has to give. Is there something like this?
Yup you can use the calculator and do the following steps...
1. Type in sum
2. Hit the divide key
3. Type in # of people
4. Hit "="
That should do it...
ai6908 said:
Yup you can use the calculator and do the following steps...
1. Type in sum
2. Hit the divide key
3. Type in # of people
4. Hit "="
That should do it...
Click to expand...
Click to collapse
+1
or this : http://forum.xda-developers.com/showthread.php?t=441967
apparently it's also paid application to make division !!!!
I don't know who is the most "dumb" : those who sell the soft or those who buy it !
I cant use a calculator.
If i for example would like to divide 20,06 € by 6 people the calculator would tell me 3.34333333333 wich is totally useless in accounting. The right answer would be 4 times 3,34 € and 2 times 3,35 €.
My calulator doenst do that..if yours does please tell me which it is...
I personally would advise stingy people not to go to a restaurant and save all this headache .....
I dont give a crap about restaurants i want this tool to help me in accounting...
This might help with your calculator problem
http://en.wikipedia.org/wiki/Rounding_numbers
;-)
Corwin9S said:
+1
or this : http://forum.xda-developers.com/showthread.php?t=441967
apparently it's also paid application to make division !!!!
I don't know who is the most "dumb" : those who sell the soft or those who buy it !
Click to expand...
Click to collapse
As you say yourself its just a crippled calculator that does division and not a bill splitter that would tell me how many people would have to pay 1 cent more an how many 1 cent less than the others.
if you don't want to use a calculator because it's too hard to round to the nearest penny, just create a simple Excel spreadsheet & put a shortcut to it in Start Menu.
I wouldnt know how to tell Excel that..this woulndt be simple..it would need a complex formular..
nurps said:
I wouldnt know how to tell Excel that..this woulndt be simple..it would need a complex formular..
Click to expand...
Click to collapse
Someone had to code it in the software. So if you can figure out what to code, you might be able to use Excel, which is pretty common in WM.
Sorry I am not an accounting guy to help you out more...
nurps said:
I wouldnt know how to tell Excel that..this woulndt be simple..it would need a complex formular..
Click to expand...
Click to collapse
It's not a complex formula; You can do it in 2 + (3 * p) cells (where p = number of people participating in the split)
Anyway, here you go
Headers
A1 = Total Value
B1 = Total People Split
First Row
A3 = Formula "=Int($A$1 / $B$1)"
B3 = Formula "=IF($A$1-SUM($A$3:$A$x) > 0, 1, 0)" (replace x with last row number)
C3 = Formula "=A3 + B3"
Second, Third, Fourth, Fifth, etc. Rows
Az = Formula "=Int($A$1 / $B$1)"
Bz = Formula "=IF($A$1-SUM($A$3:$A$x) - SUM($B$3:By) > 0, 1, 0)" (replace x with last row number, y with the row above the current one)
Cz = Formula "=A3 + B3"
This will give you column C telling you what each person requires. This is working off the assumption values are entered in the lowest denominator (pence, cents, etc.), so just times your euro count by 100 so 20,30e becomes 2030
This is the funniest thread I've seen so far. LOL LOL LOL...
The only reason i bought the galaxy player was to be able to use the mediahub app to watch all the media that I own. Knowing that only Samsung android devices are capable to use the mediahub app I assumed that the galaxy player would have it. After all it is a galaxy product "high end".
Can someone please help me find a working apk for mediahub?
Thank you!
I read before purchasing that it is capable with an upgrade at a later time via OTA... but out of the box, no...Media Hub is not there.
I could be wrong, but very doubtful its available otherwise.
Good luck!
CJ
Sent from my MZ609 using Tapatalk
waldoelx7241 said:
The only reason i bought the galaxy player was to be able to use the mediahub app to watch all the media that I own. Knowing that only Samsung android devices are capable to use the mediahub app I assumed that the galaxy player would have it. After all it is a galaxy product "high end".
Can someone please help me find a working apk for mediahub?
Thank you!
Click to expand...
Click to collapse
Attached is the media hub app that I pulled from my Epic 4G phone.
Enjoy!!!
Jesse- is this confirmed working in The Galaxy Players?
Thanks for the apk, much appreciated!
cramjammer said:
Jesse- is this confirmed working in The Galaxy Players?
Thanks for the apk, much appreciated!
Click to expand...
Click to collapse
It installed ok, but I got "Unknown error" when tried to run it.
Jim
Yeah, kinda what i was afraid of...I'm gonna give it a try now. See if i can play around with it.
Thanks Jim.
CJ
Sent from my YP-G70 using xda premium
cramjammer said:
Yeah, kinda what i was afraid of...I'm gonna give it a try now. See if i can play around with it.
Thanks Jim.
CJ
Sent from my YP-G70 using xda premium
Click to expand...
Click to collapse
Hi,
You're welcome.
I didn't see anything in dmesg, but I didn't check that other log thing (I forget what it's called).
If you do get it working, please post back !
Jim
Jim-
Sorry for taking so long to respond...Kids, wife, life-in-general...gets in the way of my Android obsession!
First let me say I know enough to be dangerous, i.e.- ADB, Odin, rooting, flashing, etc. But as for development, reading and writing code, I'm not the guy. I've self-taught and used steps of others to educate myself. I just got done unlocking my Galaxy Nexus and rooting it. Great phone btw.
So, with that being said I haven't got too far with this. I used the apk from Jesse and it installed, but like you i got the same error msg. I went into Root Explorer and changed the permissions with still no luck. I used the Media Hub from my Vzw Galaxy Tab 10.1 too, (I figured why not...?) no luck either.
i'm not opposed to trying different ideas using my Galaxy Player for the greater good.
sorry, I know this didn't help much but I didn't want to leave you hangin.
CJ
cramjammer said:
Jim-
Sorry for taking so long to respond...Kids, wife, life-in-general...gets in the way of my Android obsession!
First let me say I know enough to be dangerous, i.e.- ADB, Odin, rooting, flashing, etc. But as for development, reading and writing code, I'm not the guy. I've self-taught and used steps of others to educate myself. I just got done unlocking my Galaxy Nexus and rooting it. Great phone btw.
So, with that being said I haven't got too far with this. I used the apk from Jesse and it installed, but like you i got the same error msg. I went into Root Explorer and changed the permissions with still no luck. I used the Media Hub from my Vzw Galaxy Tab 10.1 too, (I figured why not...?) no luck either.
i'm not opposed to trying different ideas using my Galaxy Player for the greater good.
sorry, I know this didn't help much but I didn't want to leave you hangin.
CJ
Click to expand...
Click to collapse
Hi,
Did you get the same error I got when you tried media hub from your Galaxy Tab ("unknown error")?
If so, it's hard to tell what's going on.
I know that awhile ago, I tried bringing over some APKs from my SGP5 to my Gtablet (the opposite of this thread), and some worked ok, and some failed for various reasons, including one (Artillery Defense) that gave a more specific license error. I think another one (Heavy Gunner 3D) just dies.
The log thing I mentioned is logcat. There're some apps on market that allow you to see logcat, which is I think more of a app-type logging (vs. dmesg, which is more system logging). Maybe try install one of these apps (aLogcat, I think is one of them), then try launching media hub, then look at the logcat, to see if there's anything apparent there.
Other than that, "unknown error" isn't very helpful, so not sure what to do if logcat doesn't show anything helpful.
Jim
Jim...I'll give this a run tonight or at work tomorrow morninh and see what the logcat shows. Maybe we can work through this one with a bit of luck.
Sent from my MZ609 using Tapatalk
ya i tried a few different apk's and all had the same error message. also my 5.0 kept messing up so I swapped it for a 4.0, I like it better actually.
Hi,
I finally had time to test and run logcat. This is the snippet from when I clicked Retry, then got the popup again:
Code:
I/PowerManagerService( 120): Ulight 3->7|0
D/LightsService( 120): BUTTON : 68
I/InputReader( 120): dispatchTouch::touch event's action is 1
I/InputDispatcher( 120): Delivering touch to current input target: action: 1, channel '409ad608 com.sdgtl.mediahub.spr/com.sdgtl.mediahub.spr.Main (server)'
D/VolumeCustomizer( 77): [VOL] getVolumetableIndex XAA
D/VolumeCustomizer( 77): [VOL] getVolumetableIndex mSelectindex 0, count[19]
D/AudioHardwareALSA( 77): Calling setDevice from write @..2348.
I/AudioHardwareALSA( 77): Initialized ALSA PLAYBACK device AndroidPlayback_Speaker_normal
D/AudioHardwareALSA( 77): Using 2 channels for PLAYBACK.
I/AudioHardwareALSA( 77): DEFAULT_SAMPLE_RATE is 44100, mDefaults->sampleRate is 44100
D/AudioHardwareALSA( 77): Set PLAYBACK sample rate to 44100 HZ
D/AudioHardwareALSA( 77): Buffer size: 4096
D/AudioHardwareALSA( 77): Latency: 92879
D/DataRouter( 75): fd is 21 Content read is PDA USB
D/DataRouter( 75): length is 8
W/AudioFlinger( 77): write blocked for 120 msecs, 796 delayed writes, thread 0x75bd8
W/PowerManagerService( 120): Timer 0x7->0x3|0x0
I/PowerManagerService( 120): Ulight 7->3|0
D/DataRouter( 75): fd is 21 Content read is PDA USB
D/DataRouter( 75): length is 8
D/LightsService( 120): BUTTON : 0
D/AudioHardwareALSA( 77): Inside AudioStreamOutALSA::standby
I/AudioHardwareALSA( 77): Output standby called!!. Turn off PCM device.
D/DataRouter( 75): fd is 21 Content read is PDA USB
D/DataRouter( 75): length is 8
D/DataRouter( 75): fd is 21 Content read is PDA USB
D/DataRouter( 75): length is 8
D/DataRouter( 75): fd is 21 Content read is PDA USB
D/DataRouter( 75): length is 8
D/DataRouter( 75): fd is 21 Content read is PDA USB
D/DataRouter( 75): length is 8
I'm not sure exactly what's going on, but it looks like it's trying to initialize audio, so it may be that the APK (from the 1st couple of posts) is not compatible hardware-wise with the SGP5 (US).
Jim
jimcpl said:
It installed ok, but I got "Unknown error" when tried to run it.
Jim
Click to expand...
Click to collapse
I did not test it, but like you when I installed it on my SGP I aldo got the unknown error.
Hello,
im tring to make app that recod video from the front camera
i have a code that work in all devices that i know but not in sg3
dose any1 know how to record video with the camera in sg3?
this is my record code:
mMediaRecorder = new MediaRecorder();
mMediaRecorder.setCamera(mRecoredCamera);
mMediaRecorder.setAudioSource(MediaRecorder.AudioS ource.MIC);
mMediaRecorder.setVideoSource(MediaRecorder.VideoS ource.CAMERA);
int qualty = getSharedPreferences(Consts.SHERD_PREF_FILE, MODE_PRIVATE).getInt(Consts.SHERD_PREF_QUALITY, 0);
switch (qualty) {
case 1:
qualty = CamcorderProfile.QUALITY_LOW;
break;
default:
qualty = CamcorderProfile.QUALITY_HIGH;
break;
}
mMediaRecorder.setProfile(CamcorderProfile.get(qua lty));
mMediaRecorder.setOutputFile(fileName);//"/sdcard/video.mp4");
mMediaRecorder.setPreviewDisplay(mSurfaceHolder.ge tSurface());
mMediaRecorder.setMaxDuration(60000);
mMediaRecorder.setMaxFileSize(10485760);
mMediaRecorder.prepare();
mMediaRecorder.start();
this is the exception im getting:
java.lang.RuntimeException: start failed.
at android.media.MediaRecorder.start(Native Method)
Questions should be posted in Q&A forums, not Development forums.
http://forum.xda-developers.com/announcement.php?a=81
See rule #15
Thread moved.
So , Its an old gane of Kairosoft but still a hit. So here's the Hack.
To hack Money : https://www.youtube.com/watch?v=y9sAyQvxGAA&feature=youtube_gdata_player Watch this.
To Hack Research Point :
Open Gamecih
Insert the current Amount e.g. 20
Then minimize it
Wait a while until if get increased
like to 21 Then hit +
if you dont get the result
Dont worry minimize it and
wait until it again increase
hit + insert amount 999 cause its
the maximum amt.
Tadaaa!
To Hack Student Stats:
Goto sp. class option see a student stat for
eg 39 maths.
Open Gamecih.
Search 39 then take a Maths Quiz
it will give +5 maybe
then open Gamecih hit +
touch 45 then enter 100 cause its the highest
marks Repeat for every subject and students.
HIT THANKS IF I HELPED
Hello friends i annoyed for huge amounts of Mtklog auto Created on my sd card.
i found currently in system/etc/mtklog-config.prop
persist.mtklog.log2sd.path = /mnt/sdcard
com.mediatek.log.mobile.enabled = false
com.mediatek.log.mobile.maxsize = 300
com.mediatek.log.modem.enabled = false
com.mediatek.log.modem.maxsize = 600
com.mediatek.log.net.enabled = false
com.mediatek.log.net.maxsize = 200