I didn't see one started here, and after seeing this on the portal, I started to play around a bit with this and thought it may be a good idea to post this here too. With thanks to kkoolpatz in this link I started to edit the CSC file found here:/system/csc/feature.xml in my stock, rooted JB ROM. Just be sure to make a backup, and I recomend RootExplorer to make changes:
I also highly recomend you check out the origional post above, but I have found the following of his to work:
Unlimited linked contacts:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>999</CscFeature_Contact_SetLinkCountMaxAs>
Shutter sound option for Camera (can turn it Off):
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Not tested by me, but in the other post, these may be sueful to some:
Enter Key = New Line in stock sms // Only if not supported already
Code:
<!-- Message -->
<CscFeature_Message_ReplaceCRToNewLine>true</CscFeature_Message_ReplaceCRToNewLine>
Dialer search matches numbers in contacts and call logs along with contacts
Code:
<!-- Dialer / Logs -->
<CscFeature_Dialer_PhonebookNdigitsMatching>true</CscFeature_Dialer_PhonebookNdigitsMatching>
You may have to optionally add this line too.
<!-- RIL -->
<CscFeature_RIL_CallerIdMatchingDigit>8</CscFeature_RIL_CallerIdMatchingDigit>
Add exit menu to stock web browser
Code:
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
Stock browser requests Desktop site by default
Code:
<CscFeature_Web_EnableDesktopSiteAsDefault>true</CscFeature_Web_EnableDesktopSiteAsDefault>
I am playing around with the following:
Restored the hidden APN Remove the following:
Code:
<CscFeature_Setting_HideApnList>pcweb.tmobile.com</CscFeature_Setting_HideApnList>
These give me the option for Find my mobile/Sim replacement alert, but Find my mobile doesn't seem to work, would love to activate this feature:
Code:
<CscFeature_Setting_DisableMenuFindMyMobile>false</CscFeature_Setting_DisableMenuFindMyMobile>
<CscFeature_Settings_FindMyMobile>true</CscFeature_Settings_FindMyMobile>
This one I disabled see no effect:
Code:
<CscFeature_Setting_RemoveDisableButtonInAppMgr>com.carrieriq.tmobile,com.carrieriq.tmobile.IQOOB,com.carrieriq.tmobile.IQToggle</CscFeature_Setting_RemoveDisableButtonInAppMgr>
kkoolpatz also posted these, I haven't gone through it yet but probably worth a look:CscFeatures
If anyone has more to add, let me know, and I will modify this post.
Thansk again kkoolpatz
I have added my Stock file to this post, just remove the txt
Couple of things I noticed that I think is interesting:
1) By deleting [I comented out] the line that hides the the teather APM, this no looks like it can be easily deleted, may be useful for some
2) You can enable the Find my phone menu. Looks like you can set it up, but when you launch the web page, this phone is not listed. Wondering what else is needed to make this work
3) You seem to be able to add the ability to disable Carrier IQ apps from the apps list, but I still don't see them there. Wondering if this can be useful some way.
4) There are a lot of interesting things to play with in this file. Also the CscFeatures file posted by kkoolpatz has some items of interest
nygmam said:
I didn't see one started here, and after seeing this on the portal, I started to play around a bit with this and thought it may be a good idea to post this here too. With thanks to kkoolpatz in this link I started to edit the CSC file found here:/system/csc/feature.xml in my stock, rooted JB ROM. Just be sure to make a backup, and I recomend RootExplorer to make changes:
I also highly recomend you check out the origional post above, but I have found the following of his to work:
Unlimited linked contacts:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>999</CscFeature_Contact_SetLinkCountMaxAs>
Shutter sound option for Camera (can turn it Off):
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Not tested by me, but in the other post, these may be sueful to some:
Enter Key = New Line in stock sms // Only if not supported already
Code:
<!-- Message -->
<CscFeature_Message_ReplaceCRToNewLine>true</CscFeature_Message_ReplaceCRToNewLine>
Dialer search matches numbers in contacts and call logs along with contacts
Code:
<!-- Dialer / Logs -->
<CscFeature_Dialer_PhonebookNdigitsMatching>true</CscFeature_Dialer_PhonebookNdigitsMatching>
You may have to optionally add this line too.
<!-- RIL -->
<CscFeature_RIL_CallerIdMatchingDigit>8</CscFeature_RIL_CallerIdMatchingDigit>
Add exit menu to stock web browser
Code:
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
Stock browser requests Desktop site by default
Code:
<CscFeature_Web_EnableDesktopSiteAsDefault>true</CscFeature_Web_EnableDesktopSiteAsDefault>
I am playing around with the following:
Restored the hidden APN Remove the following:
Code:
<CscFeature_Setting_HideApnList>pcweb.tmobile.com</CscFeature_Setting_HideApnList>
These give me the option for Find my mobile/Sim replacement alert, but Find my mobile doesn't seem to work, would love to activate this feature:
Code:
<CscFeature_Setting_DisableMenuFindMyMobile>false</CscFeature_Setting_DisableMenuFindMyMobile>
<CscFeature_Settings_FindMyMobile>true</CscFeature_Settings_FindMyMobile>
This one I disabled see no effect:
Code:
<CscFeature_Setting_RemoveDisableButtonInAppMgr>com.carrieriq.tmobile,com.carrieriq.tmobile.IQOOB,com.carrieriq.tmobile.IQToggle</CscFeature_Setting_RemoveDisableButtonInAppMgr>
kkoolpatz also posted these, I haven't gone through it yet but probably worth a look:CscFeatures
If anyone has more to add, let me know, and I will modify this post.
Thansk again kkoolpatz
I have added my Stock file to this post, just remove the txt
Click to expand...
Click to collapse
Thanks for mentioning me
There is alot you can do with the csc xmls
Related
I have this code to play .wav file when button is pressed:
(I am using MS Visual Studio 2008, C#, WM5 Pocket PC SDK, NET CF 3.5)
Code:
private void button1_Click(object sender, EventArgs e)
{
System.Media.SoundPlayer myPlayer = new System.Media.SoundPlayer();
myPlayer.SoundLocation = "/M1.wav";
myPlayer.Play();
}
Problem - It will play this sound file only if it is located in root of my deviece.
Question - How can I make it play from my application folder?
Use this to get the application folder...
Code:
string folder = new FileInfo(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase).DirectoryName;
and then use...
Code:
myPlayer.SoundLocation = folder + "\M1.wav";
Hope this helps
Thanks! This worked.
Code:
string folder = new FileInfo(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase).DirectoryName;
Now i have another question - how can I play music in background when I press button and how can i turn it of by pressing button? I did some search, but i could not find anything about it.
Google is your friend, mate.
A quick search turned this up for me...
http://www.developerfusion.com/forum/thread/41606/
I've not tried it, but it has start and stop methods, so it looks spot on.
Good luck
Edit:
Here's another one that may help...
http://www.davidjsushil.com/tutorials/winapisounds.pdf
Thanks again!
Everything works like it should expect one more thing -
I have 3 Forms and when I switch between them, they all stays opened?
What do I have to do to make them close when I switch between them?
Thanks again.
Podkasts said:
Thanks again!
Everything works like it should expect one more thing -
I have 3 Forms and when I switch between them, they all stays opened?
What do I have to do to make them close when I switch between them?
Thanks again.
Click to expand...
Click to collapse
Just do a close on the form that is opening the next one...
Code:
form2.Show();
form1.Close();
(obviously, they're example names - change them to suit).
Closing the forms may not be the right thing to do though - it obviously depends what you're doing with them.
I had already tried that and it gives this error:
Code:
error CS0103: The name 'form1' does not exist in the current context
(Yes, form name is "form1")
Podkasts said:
I had already tried that and it gives this error:
Code:
error CS0103: The name 'form1' does not exist in the current context
(Yes, form name is "form1")
Click to expand...
Click to collapse
Sorry... you can't do that because form1 doesn't know it's called form1. My bad.
Use this instead...
Code:
this.Close();
Hope that helps mate.
johncmolyneux said:
Use this to get the application folder...
Code:
string folder = new FileInfo(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase).DirectoryName;
and then use...
Code:
myPlayer.SoundLocation = folder + "\M1.wav";
Hope this helps
Click to expand...
Click to collapse
Hi. Do you know about similar code for embedded C++?
I am actually using this:
PlaySound (TEXT("\\APPLICATION DATA\\MYAPP\\MYSOUND.WAV"), NULL, SND_ASYNC | SND_LOOP);
Hi all, using TkFileExplorer 2.4 you can see and edit Bada system files, in this thread I will report all usefull changes I will find and you could perform using this tool
If you find something other, you might write it here so we have all them collected in the same place
How to use TkFileExplorer:
-Connect your wave to PC with usb cable;
-Select USB Debug connection;
-Start TkFileExplorer and clic Connect;
-if the program fails to connect, try changing the COM port number in Settings;
-Make a backup of the files you change;
-...and try at your own risk!
Changing default browser brightness:
File: Phone:/Settings/Default/Registry/BrowserSettings.ini
Customize power on/off screen:
for configuration:
File: Phone:/Settings/Default/Registry/PowerOnOff.ini
for resources:
Directory: Phone:/SystemFS/PowerOnOff/
Change volume presets for calls, audio player, fm radio, video player, ringtone...:
File: Phone:/SystemFS/Driver/volpresets.xml
Cleaning themes preview images:
Simply clean the files in:
Directory: Phone:/User/Mass/Theme/Default/
Change camera settings:
File: Phone:/Settings/Default/Registry/CamSetting.ini
File: Phone:/SystemFS/Driver/CameraCaps/DevCamDeviceCapsNConfig_Primary.xml [only Bada 1.2]
Change Samsung LBS settings:
File: Phone:/Settings/Default/Registry/LbsConfig.ini
for using external bluetooth gps antenna, change BtGPS=1 (not tested yet) in:
File: Phone:/Settings/Default/Registry/LbsAppRegistry.ini
Usefull directories:
Internal user storage: Phone:/Media
MicroSD storage: Phone:/Mount/Mmc
Preinstalled apps: Phone:/Osp/Application/
Hey thanks a lot for the heads up! I just had a question... Can we really change the intro animation..? I mean completely replace it..? Or is that not possible??
Reply soon....
Hi all, I find the file /User/OspSys/LifeLog/Database/lifelog.db.
It's SQLite (view by sqlitebrowser.sourceforge.net )
There are many information, calls, deleted messages (but only 100 chars).
I hope, it's information isn't send anywhere, because my wave is trying to connect once a day (it's maybe one of the widget)
sonalswaroop said:
Hey thanks a lot for the heads up! I just had a question... Can we really change the intro animation..? I mean completely replace it..? Or is that not possible??
Reply soon....
Click to expand...
Click to collapse
hi, today I just gave a quick look to all files, but I think it's possible, in PowerOnOff.ini there are clear bindings to two .swf files and a startup / shutdown .wav sound contained in the resource path Phone:/SystemFS/PowerOnOff not sure, need to watch those files, I'll verify in next days..
guari said:
Change volume presets for calls, audio player, fm radio, video player, ringtone...:
File: Phone:/SystemFS/Driver/volpresets.xml
Click to expand...
Click to collapse
Yes, you can change this too in Trix but in fact nothing change. Exp. you can't change "volume level" (exp. in MediaPlayer there is limit to 14 steps, if you change that to 15 steps and add one more <spklevel> and <earlevel>-so that there will be 15 steps, but nothing change in Wave, you can still able go to max. 14 steps in MediaPlayer) and you can't change that may mp3 playing miusic lauder as well as playing video, even if you copy and paste settings from VideoPlayer to MediaPlayer (only test that on speaker not on headphones).
In Registry\MainMenu_reg.ini you can remove any icons from the main menu (except SamsungApps). The file format is clear, I will note only that the system items will have MenuType=0, custom user applications - MenuType=1, SamsungApps - MenuType=2.
And, of course, make a backup before any manipulations with MainMenu_reg.ini
to be clear
adfree had made all those expermintes before & we already know these things
if there is something new please post it
Is there a file in registry where are the settings for the screen lock?Or other display related settings?
azcv said:
Is there a file in registry where are the settings for the screen lock?Or other display related settings?
Click to expand...
Click to collapse
Unfortunately I have not found anything like that using tkFileExplorer...
Assuming that replacing original browser it's difficult to do, source code is available (http://opensource.samsung.com/reception/reception_main.do?method=reception_list&menu_item=mobile thanks to sabianadmin) but the browser seems deeply integrated in the os files (also notice that Samsung Dolfin is not the open source browser Dolphin..): is there anyone who found in filesystem files the textures used by the browser GUI? if aren't cripted it will be possibile to change them for having a more usable GUI on our little screen (I'm thinking of upper/lower bars..)
guari said:
Assuming that replacing original browser it's difficult to do, source code is available (http://opensource.samsung.com/reception/reception_main.do?method=reception_list&menu_item=mobile thanks to sabianadmin) but the browser seems deeply integrated in the os files (also notice that Samsung Dolfin is not the open source browser Dolphin..): is there anyone who found in filesystem files the textures used by the browser GUI? if aren't cripted it will be possibile to change them for having a more usable GUI on our little screen (I'm thinking of upper/lower bars..)
Click to expand...
Click to collapse
I think the browser user interface might be in the file called BrowserAppControl.so which can be found in the SystemFS>Osp folder. All files in that folder are in .so formats. But they are RSA 1024bit signed. And they are not like other settings in phones which are written in html or xml. These files are similar to the .dll files on Windows. .so files are Linux format files.
Is there anyway to modify an *.ini file to enable "Noise Reduction" to always be on during calls?
tibere86 said:
Is there anyway to modify an *.ini file to enable "Noise Reduction" to always be on during calls?
Click to expand...
Click to collapse
I will check on that and get back to you.
astrotom said:
I will check on that and get back to you.
Click to expand...
Click to collapse
Thank you astrotom!
Can I changing default brightness in the VideoPlayer?
Hello
This software doesn't work with my phone. I can't click on the connection i receved error message : "Warning : Unable to open the specified port. Please try again". But i can't configure in the settings.
Thanks for your help.
I'm sory for my bad english, but i'm french.
vort said:
Hello
This software doesn't work with my phone. I can't click on the connection i receved error message : "Warning : Unable to open the specified port. Please try again". But i can't configure in the settings.
Thanks for your help.
I'm sory for my bad english, but i'm french.
Click to expand...
Click to collapse
i got the same error
im running the latest firmware s8530DXKB1/s8530OLBKB1
you have to specify the port you are using for connection from settings
in Phone:/SystemFS/Driver/CameraCaps/DevCamDeviceCapsNConfig_Primary.xml
you can change max ISO and max resolution parameters for phone camera, so you can set iso1600 or 8mp for photos, probably it is useless but it's still a hack
thanks to: http://www.badaitalia.com/2011/06/13/fotografie-con-poca-luce-a-iso-1600/
(on Bada 1.0.2 this system folder is missing so it's not possible..)
Yeah, I read it. Tonight I'll try and I'll let you know.
is it possible to port the statusbar with PacketData of CZLB4 to any other Firmware?
flo2204 said:
is it possible to port the statusbar with PacketData of CZLB4 to any other Firmware?
Click to expand...
Click to collapse
Quick Panel (status bar) is controlled by many files:
1) Rsrc1 > System > Rsrc > Black:
- QuickPanelBmp.rbm
- VoiceMemoQuickPanel.rbm (?)
2) ShpApp > SystemFS > SHP > QuickPanelApp.so (and also code in GeneralSoInfo.so.sig)
3) CSC (this is the problem! ) > CSCrcs > SystemCSC > String > QuickPanel.rsr
So, I try to change those files, but I'm not able to change status bar, maybe because there are other files that I don't know, or maybe because it's not possible to change those files (Wave loop, restart again and again).
Someone can help us?
Thanks!
thx for testing
did you tried to replace these files with the files of the CZLB4
sry can't test it myself at the moment
Tested.It gives boot loop
I tested it too. No problem with RCS (QuickPanel.rsr), and RC1(*.rbm) files
the problem is code in QuickPanel.so is not compatible with some others libraries
We can compare so from with and without 5th option and then edit code to fitbut who dares?
For me better option would be GPS on/off
How ? Just waiting for you
thx for testing
b.kubica said:
I tested it too. No problem with RCS (QuickPanel.rsr), and RC1(*.rbm) files
the problem is code in QuickPanel.so is not compatible with some others libraries
We can compare so from with and without 5th option and then edit code to fitbut who dares?
For me better option would be GPS on/off
Click to expand...
Click to collapse
I prefer "Data" But thanks for your work!
Do you think it's possible to make compatible QuickPanel.so? Thank you so much b.kubika!
in the QuickPanel.rsr of zclb4 is the "Data Button" called "IDS_QP_BUTTON2_DATA_ON_OFF"
this file should be somewhere
if we find this file we could add this to another fw
and in any other file should be something which load the command for enable or disable these things
Edit1:
what about to replace in the customFW "GeneralSoInfo.so.sig" the signature of the Custom with the ZCLB4 and then replace the "QuickPanelApp.so" with ne ZCLB4?
.rsr file is not the problem
I edited that file to make it support my own language and got the boot loop too
So please be quite for a while and let b.kubica do his magic
Yes it is .so file issue & I don't have enough skills to deal with it
Best Regards
its not a file, just string ID
Some steps:
1. change RCS - QuickPanel.rsr from ZC work on XX - only strings are missed but phone works
2. change RC1 - 2 *.rmb files - phones works normally, only graphics are missed
3. change *.so file - phone won't start normally - boot loop
some libraries from XX are not compatible with QuickPanel.so from ZC
that's all for now
b.kubica said:
its not a file, just string ID
Some steps:
1. change RCS - QuickPanel.rsr from ZC work on XX - only strings are missed but phone works
2. change RC1 - 2 *.rmb files - phones works normally, only graphics are missed
3. change *.so file - phone won't start normally - boot loop
some libraries from XX are not compatible with QuickPanel.so from ZC
that's all for now
Click to expand...
Click to collapse
Thanks kubika I'm sad
However I've got two Samsung Wave, one is the tester! If you want you can use it.
ok thx
Any News ?
i'd like to try somethink but i need the wave of my friend
maybe in 1 or 2 days...
Still no solution?
I have seen some CFWs that already added it, anyone know?
Right now: SM-T705, 4.4.2, SkyHigh ROM (T705XXU1AOA1) with CSC=DBT and I have no lockscreen shortcut option
http://forum.xda-developers.com/showthread.php?t=2157256
http://forum.xda-developers.com/showpost.php?p=38318802&postcount=664
http://forum.xda-developers.com/showthread.php?t=2157256&page=3
http://forum.xda-developers.com/showthread.php?t=2468236&page=2
https://play.google.com/store/apps/details?id=uz.dev.app.galaxy.hidden
https://play.google.com/store/apps/details?id=com.manniakk.cscselector&hl=de
Some say that those lines in /csc/others.xml should do the trick
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<SamsungMobileFeauture>
<Version>ED001</Version>
<Country>UNITED KINGDOM</Country>
<CountryISO>GB</CountryISO>
<SalesCode>BTU</SalesCode>
<FeatureSet>
<CscFeature_Camera_ShutterSoundMenu>TRUE</CscFeature_Camera_ShutterSoundMenu>
<CscFeature_Setting_ShortcutListInLockScreen>Phone,Messaging,Internet,Camera</CscFeature_Setting_ShortcutListInLockScreen>
</FeatureSet>
</SamsungMobileFeauture>
but this (in above example CSC=BTU) is not enough, if you sit on an CSC like DBT
Tassos_i said:
Unfortunately, as your csc is DBT, changing the system/csc/others.xml file will not give you shortcuts in lockscreen. You do not need to change your csc to BTU though. You can keep your "others.xml" file as you describe it above and then go to system/csc/BTU/system/csc and copy the 3 files -other than "others.xml"- to replace the existing in system/csc/others.xml. Then restart, and you are ok. And do not forget to delete or freeze the Help1.0 app in Titanium, or simply rename it to whatever you like with your root browser.
However, that's what eybee's zip file does more or less.
Click to expand...
Click to collapse
But I only find the ones listet in attachement .png on my SkyHighROM:...
Other features could be:
Code:
<CscFeature_Message_EnableScheduledMessage>true</CscFeature_Message_EnableScheduledMessage>
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
<CscFeature_Web_EnablePromptToExit>true</CscFeature_Web_EnablePromptToExit>
<CscFeature_Contact_ExtendSpeedDialTo100>true</CscFeature_Contact_ExtendSpeedDialTo100>
So:
1 Do we have to change to another CSC (this would cause a factory reset) or is it good enough to edit the right files ?
1a If we have to change: What CSC should we use to enable most of the hidden features
2 I mounted the system partition of a MultiCSCstockROM like XXU1ANF7_T705ATO1ANF1_T705XXU1ANF6 (my home country and expected to find multilpe CSC to check the differences. No luck in /csc ...
Where can those be found ?
I dont like the idea of changing the whole CSC. I would prefer editing the right files/lines ... any hint would be very welcome
Mount the cache.img from the stock rom you should find the csc data in there.
I adapted (thx to @eybee1970) the attached .zip to Tab-S and I have the menue now.
At the end its not a very good solution as it only works with swipe !!!
BTW: How to add custom Widgets ?? I am sure there are already solutions - Link would be great - otherwise we could start a Tab-S thread
gggg said:
I adapted (thx to @eybee1970) the attached .zip to Tab-S and I have the menue now.
At the end its not a very good solution as it only works with swipe !!!
BTW: How to add custom Widgets ?? I am sure there are already solutions - Link would be great - otherwise we could start a Tab-S thread
Click to expand...
Click to collapse
Hi, what exactly does this zip do? Would love a screenshot!
http://forum.xda-developers.com/showpost.php?p=38318802&postcount=664, I just adjusted the partition settings to Tab-S
gggg said:
I adapted (thx to @eybee1970) the attached .zip to Tab-S and I have the menue now.
At the end its not a very good solution as it only works with swipe !!!
BTW: How to add custom Widgets ?? I am sure there are already solutions - Link would be great - otherwise we could start a Tab-S thread
Click to expand...
Click to collapse
lol...funny thing Haven't worked on anything for years now
I've seen a lot of people asking how to exactly theme the LG devices, a while ago i made a template in Android Studio.
This is based on another Template i found that was just for Settings.
Anyone familiar with Android Studio should know what to do with this.
Included in the template package is: "common", "settings" and "_app"
"common" is used for the package: com.lge (which is comparable with SystemUI/Framework-res)
"settings" is used for: com.android.settings (Settings App obviously)
"_app" is the app for the theme itself.
If you want to provide themeing to more apps, you will have to add them yourself.
Make a new folder for the app you want to theme, let's say: Phone.
In this folder you add the resources and manifests to make this work (you can copy/modify them basically from 'common' or 'settings')
Add this folder to 'settings.gradle' (main folder)
Code:
include ':_app', ':common', ':settings'[COLOR="Red"], ':phone'[/COLOR]
Build all the seperate files (common, settings and phone (and whatever else you might add))
Then build app, making sure the other files are built and inside "_app\src\main\assets"
I won't be explaining stuff, hope everyone will work together on this one.
Anyways, here's the ZIP file, show me some love for this, and please show the stuff you make using this :good:
[
Mod Edit, link removed.
Thread Closed and PM sent regarding this thread....
Mjuksel said:
I've seen a lot of people asking how to exactly theme the LG devices, a while ago i made a template in Android Studio.
This is based on another Template i found that was just for Settings.
Anyone familiar with Android Studio should know what to do with this.
Included in the template package is: "common", "settings" and "_app"
"common" is used for the package: com.lge (which is comparable with SystemUI/Framework-res)
"settings" is used for: com.android.settings (Settings App obviously)
"_app" is the app for the theme itself.
If you want to provide themeing to more apps, you will have to add them yourself.
Make a new folder for the app you want to theme, let's say: Phone.
In this folder you add the resources and manifests to make this work (you can copy/modify them basically from 'common' or 'settings')
Add this folder to 'settings.gradle' (main folder)
Code:
include ':_app', ':common', ':settings'[COLOR="Red"], ':phone'[/COLOR]
Build all the seperate files (common, settings and phone (and whatever else you might add))
Then build app, making sure the other files are built and inside "_app\src\main\assets"
I won't be explaining stuff, hope everyone will work together on this one.
Anyways, here's the ZIP file, show me some love for this, and please show the stuff you make using this :good:
[
Mod Edit, link removed.
Click to expand...
Click to collapse