GLBasic forum

Main forum => GLBasic - en => Topic started by: JonVelop on 2015-Aug-20

Title: Android/IPhone Icon(Bkgnd) clear?
Post by: JonVelop on 2015-Aug-20
good Morning,

I have created a custom icon.
But when I create the project will create for Android and IPhone my icon is placed under this Bkgnd.
Can I not delete or turn it disabled this Bkgnd?

Apology in bad English
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: MrTAToad on 2015-Aug-20
Have you replaced all the default icons ?
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: JonVelop on 2015-Aug-20
yes I mean that you know what there is a growing before my Icon ...


Can I delete or disable it?
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: erico on 2015-Aug-20
Oh, you want to get rid of that template? I´m not yet sure how it is done, but most GLB games I played on android do not have that template, so it is possible.
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: spacefractal on 2015-Aug-20
Just replace those.

The icon system in iOS is heavy changed, and glbasic old icon system not used.

I'm used own icon files in Android Extras and delete the originals created with the border.

Checkout output window (when debug enabled) for the file names used and just replace those. If still happens, replace those manually in res folder. It's all stated there.

However you do need Android Extras or glbasic v14. Stock glbasic v12 won't do that for android.
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: JonVelop on 2015-Aug-21
I own version 12,308 can not update. I can not delete or overwrite this template.

Can someone help me? please
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: spacefractal on 2015-Aug-21
Just download Android Extras from this thread:
http://www.glbasic.com/forum/index.php?topic=9644.0

You do can download v14 from the main homepage.

For stock glbasic, you cannot replace those icons very easy, if possible at all.
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: JonVelop on 2015-Aug-23
Why he shows me an error when creating.
I have on the Java not changed and also on the variable.
Why me Faults are indicated now?
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: JonVelop on 2015-Aug-24
Can someone help me?


BUILD SUCCESSFUL
Total time: 11 seconds
Picked up _JAVA_OPTIONS: -Xms256m -Xmx512m
.
HOW TO INSTALL? Install by invoke this command:
"Q:\Compiler\platform\android\bin\..\android-sdk-windows\platform-tools\adb.exe" install -r "C:\Users\-----\----\------\distribute\Android/bin/glbasic-debug.apk"
.
HOW TO SIGN? Sign it by invoke this command:
"Q:\Compiler\platform\android\bin\glb_code_sign.bat" "C:\Users\-----\------\-----\distribute\Android"
.
Android=C:\Users\------\-------\-------\distribute\Android

please help me :nw:
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: MrPlow on 2015-Aug-24
Hi Jon

For removing the generic icon frames...
1. Remove from the top folder of your app then

2. Remove / delete your distribution copies i.e. Android > res (folder) delete it...

As the old one will still stay there...then re-compile your app for Android
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: JonVelop on 2015-Aug-26
And what about this Ouya Icon how can one remove this?
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: spacefractal on 2015-Aug-26
Just ignore it if you don't use it. It's only optional and does not effect the normal android at all. Its a issue im will look on later to remove it if not used at all. Until then, just create a blank icon for it.
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: JonVelop on 2015-Sep-01
But I would like to remove it because I like to want as much as possible to do by yourself. Can I remove it?
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: spacefractal on 2015-Sep-02
its only been shown if you release it on Ouya, newer on Google Play (and does not interferere either).

Currectly, you cant remove it. But in the next version of AE, the icon will been automatic deleted, if icon_ouya_AndroidExtras.png do not exists (which is not created be beforehand). Until im release a new AE (later this month), you can uses this file and put it in Compiler\platform\android\bin in your glbasic dir:

https://www.dropbox.com/s/h2t4q36tvnli2qm/AndroidIcons.zip?dl=0


PS. Glbasic v14 or Android Extras is required. Stock glbasic 12 will not work and im will not support that version with the old api-8.
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: JonVelop on 2015-Sep-06
So if I've understood correctly, I can in the next update of GLBasic delete the icon_ouya_AndroidExtras.png when comes to the update and how do I delete it?
Title: Re: Android/IPhone Icon(Bkgnd) clear?
Post by: JonVelop on 2015-Sep-12
nobody can help me?