Search found 103 matches

by pkocsis
Tue Dec 03, 2019 12:12 pm
Forum: Android Deployment
Topic: Round app icon on Android Oreo
Replies: 6
Views: 6313

Re: Round app icon on Android Oreo

Hi Jacque, Is there some documentation somewhere (that I cannot find) that leads you to believe that the standalone builder should/would look for adaptive icon files that are included in the "copy files" section? You also indicated that you thought a modified manifest may be needed and deposited int...
by pkocsis
Thu Aug 08, 2019 1:18 am
Forum: iOS Deployment
Topic: mergAVcam focus mode on iOS
Replies: 0
Views: 3212

mergAVcam focus mode on iOS

The iOS cameraControl has the ability to set the focusmode. Question: since there is no focus mode setting in mergAVcamSet, does anybody know what the mergAV camera focusing behavior is? Is it "continuous", or does it focus only once when the request to take a picture is issued, ...or does it not fo...
by pkocsis
Sun Jun 30, 2019 10:15 am
Forum: Android Deployment
Topic: Round app icon on Android Oreo
Replies: 6
Views: 6313

Re: Round app icon on Android Oreo

Hello Kosta,

Did you ever figure out how to solve this issue? At this point, I'm just trying to get the Oreo icon to NOT display tiny with the white space around it.

Thanks!
by pkocsis
Fri Jun 28, 2019 7:59 pm
Forum: iOS Deployment
Topic: Problem with mergeAVCam
Replies: 11
Views: 7665

Re: Problem with mergeAVCam

I assume the problem with iOS and cameraControl is that the current LC syntax does not provide a way to indicate whether audio is desired or not to the engine before the control is created, and therefore the control gets created by the engine (which includes ability to record audio) causing an insta...
by pkocsis
Thu Mar 21, 2019 10:23 pm
Forum: Android Deployment
Topic: Android 8 "clear data" doesn't delete data?
Replies: 0
Views: 2432

Android 8 "clear data" doesn't delete data?

I have a user with android 8.0.0. I have him go to settings, apps, and find my app and tap storage. I have him tap "clear cache", then tap "clear data". Then I have him uninstall my app. I then send him a new version of my app to install. After installing, the old data from the previous app is still...
by pkocsis
Sun Mar 27, 2016 10:49 am
Forum: Android Deployment
Topic: Can no longer build standalone with LC 6.6.5 [SOLVED]
Replies: 1
Views: 2051

Re: Can no longer build standalone with LC 6.6.5 [SOLVED]

The problem seems to have been that the stack that I was trying to build for android had both "build for iOS" and "build for android" checked. Of course, on Windows one cannot uncheck "build for iOS" in the standalone settings. Once I opened the stack on OSX and unchecked "build for iOS", and then r...
by pkocsis
Sat Mar 26, 2016 12:29 pm
Forum: Android Deployment
Topic: Can no longer build standalone with LC 6.6.5 [SOLVED]
Replies: 1
Views: 2051

Can no longer build standalone with LC 6.6.5 [SOLVED]

I need to build an android app with LC 6.6.5 due to bug I have encountered with the 6.7 series. I have not filed a report yet as I'm still trying to gather more info. The short of it is, mobilePickPhoto "camera" only works about 1 out of 20 attempts on, specifically, an HTC A9 with android 6.0. I be...
by pkocsis
Sun Mar 20, 2016 4:32 am
Forum: Linux
Topic: randomBytes entropy or PRNG?
Replies: 1
Views: 3243

randomBytes entropy or PRNG?

I am trying a linux standalone on linux mint 17.3 built with LC 6.7.10. Part of my test involves the use of randomBytes. My question is: How do I know if revsecurity.so/randomBytes is indeed pulling data from an entropy pool vs falling back to the use of a PRNG? I ask because the same test on OSX is...
by pkocsis
Thu Jul 30, 2015 9:29 pm
Forum: Android Deployment
Topic: Export a picture to internal memory of the mobilephone
Replies: 6
Views: 4538

Re: Export a picture to internal memory of the mobilephone

Hi Jacque, Is the reason its common for many apps because: A) android doesn't provide an api call to tell the OS it needs to rescan ----OR---- B) Other folks writing apps with the native android api's simply neglect making the rescan api call? (laziness on their part) ....I ask because *if* the answ...
by pkocsis
Wed Jul 29, 2015 11:49 pm
Forum: Android Deployment
Topic: Export a picture to internal memory of the mobilephone
Replies: 6
Views: 4538

Re: Export a picture to internal memory of the mobilephone

Hello Razvan, The problem with simply putting the image into url("binfile:picTest.jpg") is that Android is not notified to rescan the receiving folder, and therefore the gallery app will not "see" the new pic until Android rescans. This is not a great workaround to mobileExportImageToAlbum for apps ...
by pkocsis
Tue Mar 10, 2015 10:13 am
Forum: Engine Contributors
Topic: Retaining Backwards Compatibility in a Changing World
Replies: 52
Views: 44084

Re: Retaining Backwards Compatibility in a Changing World

Ultimately, we don't want people to be held back from being able to access the benefit of new features we are adding (particularly widgets); but on the other hand don't want to hamstring the new functionality because we have to support old semantics. We need to find a healthy balance between the tw...
by pkocsis
Tue Jan 20, 2015 10:42 am
Forum: iOS Deployment
Topic: 6.7.2(rc1) notifications bug with iOS standalones?
Replies: 3
Views: 3170

Re: 6.7.2(rc1) notifications bug with iOS standalones?

Thanks for confirming and nice job on getting the report filed Gerry!
by pkocsis
Fri Jan 16, 2015 2:19 am
Forum: iOS Deployment
Topic: 6.7.2(rc1) notifications bug with iOS standalones?
Replies: 3
Views: 3170

6.7.2(rc1) notifications bug with iOS standalones?

I just used 6.7.2(rc1) to rebuild my test app for my test iPhone. The first time I ran it, I got an iOS dialog saying that my app wants to send me notifications with choices of "Don't Allow" or "OK"........'Push Notifications' is NOT checked in my standalone builder.......is this a bug that needs to...
by pkocsis
Thu Dec 11, 2014 6:50 pm
Forum: Android Deployment
Topic: MobilePickPhoto issue on 4.4.2
Replies: 5
Views: 4051

Re: MobilePickPhoto issue on 4.4.2

question immonen: I'm not 100% sure I understand what your original problem was. strongbow mentioned bug 11118. That bug is in reference to mobilePickPhoto "camera" periodically crashing, and thus, any statements after mobilePickPhoto "camera" are never reached due to the app crashing. Is that what ...
by pkocsis
Sat Oct 25, 2014 12:58 am
Forum: Android Deployment
Topic: Saving to camera roll
Replies: 14
Views: 8995

Re: Saving to camera roll

Ah! :D ...got it! Thanks Simon...

Go to advanced search