Posts by Ade Wale

Show threads by Ade Wale
261 posts found, page 14 of 18

Ade Wale (In thread: Feature request: Define environment in BatchFiles for Android)

Hi,

There is no need to add your request as a feature because not everybody settings are messy up.

@ECHO OFF

SET JAVA_HOME=c:\Program Files\Java\jdk1.8.0_71\
SET ANT_HOME=c:\Program Files\apache-ant-1.9.6\
SET ANDROID_HOME=d:\android-sdk
SET PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin;%ANDROID_HOME%\platform-tools
PAUSE

If you think you might want to always run above script then open Notepad paste the code inside and save it as ANYNAME YOU WANT with .bat at the end.

REM Add the Android platform for our app
CALL cordova platform add android

REM Add the Whitelist plugin for our app
CALL cordova plugin add cordova-plugin-whitelist

REM Add the "cordova-plugin-flashlight" plugin by the "Flashlight" plugin
CALL cordova plugin add cordova-plugin-flashlight

REM Build our app for the Android platform
CALL cordova build android

REM Pause the script execution, so we can view the script results
PAUSE

If you follow AppBuilder news, there is always new updates. David is really committed and response quickly to help.

Thanks


Ade Wale (In thread: My First App Build With AB)

Hi,

I downloaded and put on my phone. I also by mistake tried to download it from the link here.
First I am assuming it is an Android app. I think that is all that you can get from he play store.

Yes, it is an apk file (android).

When I tried to use the above link from wndows, I got a bunch of Samsung devices to download it to, Not sure why that would be as I don;t have any Samsung devices. So I just did not download.

Very strange, I am not sure why you got Samsung thing trying to download it. If you click the link it should take you to Play store website.

Then I used my Motorola based Android phone and installed it,
It install fine but when I pushed the player I did not get any sound. I checked my sound level and it was high. I have downloaded AB media player in my app and the player works fine.

It should work with your phone, if your mobile android version is 4.0 and higher. There is no need to install any extra thing.

Not sure what it all means but am just passing along,

PS I have Swedish ancestors so many I need to know Finnish if I get lost and end up there. :-0

Oh, thanks for stopping by.
Ah, you can't miss your way. If you do please ask for Sauna.

Thanks.


Ade Wale (In thread: My First App Build With AB)

Hi David,

That's good news. I will add splash screen to the app.
Thanks.


Ade Wale (In thread: IOS Apps, how to get them on the devices)

@Hi David,

Woow! my prayer has been answered. I have being trying to get xcode with the generated file. Thank you once more David.

@datadon,

There is a way of running OSX on your Windows OS with VirtualBox or VMWare workstation. If you are interested I will send you an email.


Ade Wale (In thread: My First App Build With AB)

Hi David,

That's sound good. I will do them.

1. Yes, it is good. But I am not sure how to create splash screen, how do I do it? (any available sample?)

2. No, I didn't know that. It worth trying.

3. That would be great to use it. True, enduser will have an idea if it is going to play or not.

4. I am not sure about it, do you mean I should have the audio file in application storage?

5. True, I have registered with AdMob and tried to learn to use AdMob sample. But I couldn't get it working (any guide on how to do it?).

Thanks.


Ade Wale (In thread: My First App Build With AB)

Hi Everyone,

Big thanks David for the wonderful Mobile apps Builder.

Could you please give me feedback on my first app build with App Builder?

Is on Google play store:

https://play.google.com/store/apps/details?id=com.afritelly.learnsuomea

Thanks.


Ade Wale (In thread: Modify HTML Code)

Hi,
Will this logic work with audio file?


Ade Wale (In thread: Chart Gallery)
Hello,

A sample application can be good. Anyway, remember App Builder include a Chart and a Gauge control. Maybe not too complete like the library you linked, but, they works out of the box. Anyway thanks for the link edunt.

Hi David,

You are welcome. I was away little bit from the forum because we just got a new baby girl. Yes, I will make some sample as time goes on.

Thanks.


Ade Wale (In thread: Chart Gallery)

Hi David,

This will be very interesting for everyone who would like to create and integrate Chart Gallery into their apps developed by AppBuilder (AB).

This is use *.js file to display the Chart Gallery.

https://developers.google.com/chart/interactive/docs/gallery

Additional sample Charts

https://developers.google.com/chart/interactive/docs/more_charts

Hope it helps.

Thanks.


Ade Wale (In thread: {SOLVED} How To Signed *.APK???)

Hi,

You are look at it as a developer and I am looking at it as a software development standard.

Debug version is useful for something else i.e Developer, for me it is okay, but novice is something that can mislead them.


Ade Wale (In thread: {SOLVED} How To Signed *.APK???)

Hi David,

Well done. It would be nice to have single *.bat file that will have this script instead of two batch file.

@ECHO OFF
CLS

REM Add the Android platform for our app
CALL cordova platform add android

REM Add the Whitelist plugin for our app
CALL cordova plugin add cordova-plugin-whitelist

REM Add the Network plugin for our app
CALL cordova plugin add cordova-plugin-network-information

REM Build our app for the Debug Android platform
CALL cordova build android

REM Build our app for the Android platform
CALL cordova build --release android

REM Pause the script execution, so we can view the script results
PAUSE


Ade Wale (In thread: {SOLVED} How To Signed *.APK???)
Hello,

I am not in my PC right now, but, if I am not wrong, we get three files instead two. Are you sure you get two APK files instead three?

Yes, I am 100% sure I got two files. I have a been checking the Cordova apache setup if that is where the problem is.


Ade Wale (In thread: {SOLVED} How To Signed *.APK???)

Hi David,

That is what I am doing, but the problem is there is no release-unsigned.apk file generated. If there is released-unsigned.apk then I will be able to signed file.

Have a look at the apk files generated. It suppose to be three (3).


Ade Wale (In thread: {SOLVED} How To Signed *.APK???)
Hello edunt,

Sincerely I can't help you at this time. I can only refer you to the Google Play Store instructions for signed APK files.

Hi David,

Thanks, but that wouldn't help because I tried it before.


Ade Wale (In thread: {SOLVED} How To Signed *.APK???)
Hello,

I can't understand... you are saying the post you publish do not work?

Yes, step 1 work but this did not work
jarsigner -verbose -keystore c:\Users\PCNAME_USERNAME\desktop\appkey.keystore -storepass Password1 -keypass Password1 c:\Users\PCNAME_USERNAME\desktop\MyApps.apk MyKey

Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.

This website uses some useful cookies to store your preferences.

I agree. Hide this note. Give me more information.