How To depend a value to an external application - Android Q&A, Help & Troubleshooting

Hi
If you take look at Themes fourm you Can see a lot of sttings applications that sets values(colors,sizes and etc) to Some apps(like status bar)...
I want know how To get values from on app and set them to other app.
I tried decompiling apps and look trough them but i couldn't get any thing Cuz Im not good in smali at all
If anyone Can help me with java code i will be Thankful to.:good:
And of course I would give him Credit In my mods. @serajr
Sorry for this but your SystemUI (thats really Awesome ) is just what i mean.
Can you help me?
Sent from my LT18i using Tapatalk 2

poria1999 said:
Hi
If you take look at Themes fourm you Can see a lot of sttings applications that sets values(colors,sizes and etc) to Some apps(like status bar)...
I want know how To get values from on app and set them to other app.
I tried decompiling apps and look trough them but i couldn't get any thing Cuz Im not good in smali at all
If anyone Can help me with java code i will be Thankful to.:good:
And of course I would give him Credit In my mods. @serajr
Sorry for this but your SystemUI (thats really Awesome ) is just what i mean.
Can you help me?
Sent from my LT18i using Tapatalk 2
Click to expand...
Click to collapse
Hi buddy!!
The answer is: BroadcastReceiver
With Xposed Framework life became easier, and to implement it inside apps is a piece of cake!! But if you want to do the same without Xposed, you need to go into "smali bowels"!
You mentioned my SystemUI mods with external settings app. How did I managed to make this scenario work? BroadcastReceiver once again!
1th - I've registered a custom BroadcastReceiver inside PhoneStatusBar.smali in which receives known intents from my external settings app!
2th - After intent received and filtered, the right job is done!
I don´t know if this short explanation will help you as you want, but that´s the concept!! I can provide you java and smali examples (for both, java and eclipse skills are necessary)!!

serajr said:
Hi buddy!!
The answer is: BroadcastReceiver
With Xposed Framework life became easier, and to implement it inside apps is a piece of cake!! But if you want to do the same without Xposed, you need to go into "smali bowels"!
You mentioned my SystemUI mods with external settings app. How did I managed to make this scenario work? BroadcastReceiver once again!
1th - I've registered a custom BroadcastReceiver inside PhoneStatusBar.smali in which receives known intents from my external settings app!
2th - After intent received and filtered, the right job is done!
I don´t know if this short explanation will help you as you want, but that´s the concept!! I can provide you java and smali examples (for both, java and eclipse skills are necessary)!!
Click to expand...
Click to collapse
Thank you
It seems i should try harder
I think i know java as well.
But i usually work with Android Studio.
And If its ok I really want to check and see your examples!
Thank you agian.
Sent from my LT18i using Tapatalk 2

poria1999 said:
Thank you
It seems i should try harder
I think i know java as well.
But i usually work with Android Studio.
And If its ok I really want to check and see your examples!
Thank you agian.
Sent from my LT18i using Tapatalk 2
Click to expand...
Click to collapse
Let's focus on a SystemUI mod as example like change some text color... whatever, and I'm gonna put related code over here!!
I just need to prepare something ok!!

@serajr
Did you prepare it?
Sent from my LT18i using Tapatalk 2

poria1999 said:
@serajr
Did you prepare it?
Sent from my LT18i using Tapatalk 2
Click to expand...
Click to collapse
In progress... it´s not so easy to do it during week due my job, but I hope to start post something today yet!!

poria1999 said:
@serajr
Did you prepare it?
Sent from my LT18i using Tapatalk 2
Click to expand...
Click to collapse
@poria1999
Guide done!! I´m gonna start writing a new thread for that, so today yet I think it will be released!!
But I've used ContentObserver instead of BroadcastReceiver (got better results)!!
When done, I´ll edit here with the new thread link!!
( @sandy7, @niaboc79 take a look at whole discussion and tell me what about!! Thanks!!! )

serajr said:
@poria1999
Guide done!! I´m gonna start writing a new thread for that, so today yet I think it will be released!!
But I've used ContentObserver instead of BroadcastReceiver (got better results)!!
When done, I´ll edit here with the new thread link!!
( @sandy7, @niaboc79 take a look at whole discussion and tell me what about!! Thanks!!! )
Click to expand...
Click to collapse
Thank you bro!
Waiting for!
I think this thread can change the whole story about Theming and moding in xda!
Sent from my LT18i using Tapatalk 2

poria1999 said:
Thank you bro!
Waiting for!
I think this thread can change the whole story about Theming and moding in xda!
Sent from my LT18i using Tapatalk 2
Click to expand...
Click to collapse
I really hope so!!! Credits go to you too!
I think in a hour it will be ready...

serajr said:
I really hope so!!! Credits go to you too!
I think in a hour it will be ready...
Click to expand...
Click to collapse
Thank you!
Sent from my LT18i using Tapatalk 2

Related

(solved)ATTENTION DEVELOPERS Please Help with Live Wallpapers(solved)

I have these 3 live wallpapers which are made to work with Xperias in Japan only, can someone work on them so everyone can install and use them on our Xperias.
The apk installs ok but when you set it as live wallpaper, a message says that 'live wallpaper cannot be shown on your device',so please guys work your magic!
Fixed wallpapers are at the bottom,scroll down plz
What ROM are you using and which device are these LWPs from? Could be resolution incompatibility or graphics incompatibility.
The wallpapers are for FWVGA Xperias,running Gingerbread.I have an Xperia Ray with 2.3.4 GB(standard), their link in google play says that they will only work in Xperias in Japan, i guess its kind of like a country restriction in the apk (im not a developer so i have no idea, how to get around it)
I think its because our devices are not listed in res/values/arrays.xml. Im not sure if adding our devices to the list is sufficient or there is some editing of the smali be required. Best if someone with more experience look at this.
Can you please ask some developers that you know to work on these,im sure it cant be alot of work
Help
Need some expert developer input people!
damn..these wallpapers looks DELICIOUS!!!!!!!!!!!
howdy guys
See attached smali hacked wallpapers will work on any device.
tested on my ARC S LT18i on ICS.
enjoy
what i did was find in the smali where it checked the phone model then changed the testing condition's to return supported all the time. for more explanation ask and i will tell you.
Pvy.
Thank you sooooooooooo much!!!
Wow it works perfectly buddy! Thank you so very much.
I had no idea of what to do so thank you for helping
Just out of curiosity what program did you use to edit this?
He used this one...
http://code.google.com/p/smali/downloads/list
Riyal said:
He used this one...
http://code.google.com/p/smali/downloads/list
Click to expand...
Click to collapse
I'm sure he just used Notepad++.
iR¡[email protected]!* via Tapatalk 2
Riyal said:
He used this one...
http://code.google.com/p/smali/downloads/list
Click to expand...
Click to collapse
Apktool and notepad++
so all of the above
Pvy.
Hi Sakura cannot be installed.great job btw!!
sent from SO-01c
i have tried them on Xperia Ray and all of them work.
hinata76 said:
Hi Sakura cannot be installed.great job btw!!
sent from SO-01c
Click to expand...
Click to collapse
You must uninstall a prev version. I had to resign them.
Pvy
Sent from my LT18i using xda premium
ok! it worked!!
thanks!!!!!!!!
any how to resize it to mdpi...

[APP][2.3+] Anas App [12/8/12]

Hey guys, this app isn't a share or a mod. It's an app MADE by me. When you launch this app, you have to enter a certain number in the box and then it will convert it to kilograms or grams (depending on your choice). This is just a simple app, not any great one, as there are a million converter apps out there. But, it's important to me as I have built my first Android app. I have been studying basic Java at school for over a year, so after following a tutorial and working on this for 3 days, it wasn't so hard to come up with this. I built this app on Eclipse environment. I'm trying to learn more and build better Android apps. I just wanted to share my first work with you guys.
Screenshot and apk in attachment.
P.S. The apk's file is only 31.4 kb. Hehe!
anasdcool71 said:
Hey guys, this app isn't a share or a mod. It's an app MADE by me. When you launch this app, you have to enter a certain number in the box and then it will convert it to kilograms or grams (depending on your choice). This is just a simple app, not any great one, as there are a million converter apps out there. But, it's important to me as I have built my first Android app. I have been studying basic Java at school for over a year, so after following a tutorial and working on this for 3 days, it wasn't so hard to come up with this. I built this app on Eclipse environment. I'm trying to learn more and build better Android apps. I just wanted to share my first work with you guys.
Screenshot and apk in attachment.
P.S. The apk's file is only 31.4 kb. Hehe!
Click to expand...
Click to collapse
u hav dx.jar in android-sdk?? btw gud job
Thnx for share
N I think more apps are on the way
Sent from my GT-S5360 using xda premium
hell_lock said:
u hav dx.jar in android-sdk?? btw gud job
Click to expand...
Click to collapse
Yeah....i have the whole sdk......and thanks for the compliment bro...m
Sent from my GT-S5360 using Tapatalk 2
anasdcool71 said:
Yeah....i have the whole sdk......and thanks for the compliment bro...m
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
can u upload dx.jar for me?? pls
hell_lock said:
can u upload dx.jar for me?? pls
Click to expand...
Click to collapse
I will when i get on my laptop...till when do you want it?
Sent from my GT-S5360 using Tapatalk 2
anasdcool71 said:
Yeah....i have the whole sdk......and thanks for the compliment bro...m
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
CAN U PORT SOME ICS APPS LIKE LAUNCHER,GALLERY,CAMERA,MESSAGING IF U R GOOD IN PORTING APP
by SOMKLL
somkll said:
CAN U PORT SOME ICS APPS LIKE LAUNCHER,GALLERY,CAMERA,MESSAGING IF U R GOOD IN PORTING APP
by SOMKLL
Click to expand...
Click to collapse
These apps can't be ported because there are certain functions that only the higher API levels can perform. Furthermore, we can't decompile the source (java) code of any app. We can only decompile XML files.
Sent from my GT-S5360 using Tapatalk 2
anasdcool71 said:
I will when i get on my laptop...till when do you want it?
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
by today.. anytime
hell_lock said:
by today.. anytime
Click to expand...
Click to collapse
Alright...i will certainly try to do it....
Sent from my GT-S5360 using Tapatalk 2
anasdcool71 said:
These apps can't be ported because there are certain functions that only the higher API levels can perform. Furthermore, we can't decompile the source (java) code of any app. We can only decompile XML files.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
You can decompile the java code from the .class file. Search for java decompiler in Google.
Sent from my GT-S5360 using Tapatalk 2
sasuketobi said:
You can decompile the java code from the .class file. Search for java decompiler in Google.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
K...i'll search for it...
Sent from my GT-S5360 using Tapatalk 2
you have nice talent,
please post this in the android apps and games thread so other people will try it
deathnotice01 said:
you have nice talent,
please post this in the android apps and games thread so other people will try it
Click to expand...
Click to collapse
People will laugh at me.....i'll post in that section when i make a good app that stands out from rest of the others...
Sent from my GT-S5360 using Tapatalk 2
@hell_lock
dx.jar in attachment. Couldn't send a PM as net was very slow, and the thread's page was already opened. Place the file in platform-tools/lib...
anasdcool71 said:
Hey guys, this app isn't a share or a mod. It's an app MADE by me. When you launch this app, you have to enter a certain number in the box and then it will convert it to kilograms or grams (depending on your choice). This is just a simple app, not any great one, as there are a million converter apps out there. But, it's important to me as I have built my first Android app. I have been studying basic Java at school for over a year, so after following a tutorial and working on this for 3 days, it wasn't so hard to come up with this. I built this app on Eclipse environment. I'm trying to learn more and build better Android apps. I just wanted to share my first work with you guys.
Screenshot and apk in attachment.
P.S. The apk's file is only 31.4 kb. Hehe!
Click to expand...
Click to collapse
i appreciate u....first step is never measured in terms of distance covered....it just marks the begining of a whole journey.....
keep it up...and keep developing....
Sent from my GT-S5360 using xda premium
can u help at this??
http://developer.android.com/training/basics/firstapp/starting-activity.html#RespondToButton
hell_lock said:
can u help at this??
http://developer.android.com/training/basics/firstapp/starting-activity.html#RespondToButton
Click to expand...
Click to collapse
What kind of help do you need??
Sent from my GT-S5360 using Tapatalk 2
hell_lock said:
can u help at this??
http://developer.android.com/training/basics/firstapp/starting-activity.html#RespondToButton
Click to expand...
Click to collapse
Pm me for any help in creating and debugging apps. I am an proffesional app developer.
jaison thomas said:
Pm me for any help in creating and debugging apps. I am an proffesional app developer.
Click to expand...
Click to collapse
can u tell me wat to do exactly on that page?? The xml files they hav mentioned are not there!!

[Themes / Mods / Guides ⇒ ICS ⇒ JB] TheWorks

ICS:
Reserved. Will update when get time.
To moderators who find this thread empty: lock it if you think it should be done, as I am remaking the purpose of the thread. I will ask to unlock when the time comes.
Do It Yourself:
Will update as I come up with guides.
JB:
reserved. Will update as I create.
Credits:
Qasimzia512 (XML help)
Google (Shadows)
Emwno (Theme)
where is it??
oh XD. sorry, i almost forgot to upload it. its up now!
No offence, its looking nice, but why you need 4 postst? You can put that all in 1-2
post... It doesnt help you to get more thanks
Sent from my LT18i using xda app-developers app
jader13254 said:
No offence, its looking nice, but why you need 4 postst? You can put that all in 1-3 post... It doesnt help you to get more thanks
Sent from my LT18i using xda app-developers app
Click to expand...
Click to collapse
who's talking about more thanks? i just dont like clustered posts.
great job!
hi, it looks very nice!! but will it work on this ROM?? http://forum.xda-developers.com/showthread.php?t=1746508
thanks!!
gerardojerry said:
hi, it looks very nice!! but will it work on this ROM?? http://forum.xda-developers.com/showthread.php?t=1746508
thanks!!
Click to expand...
Click to collapse
i think no!!! it's ICS rom....this zip is write that is for cm10 rom (JB)
good zip :victory: :fingers-crossed: ....works on CAMP and it's very beautiful but you add the possibility to change color of sms recive?? (to have 2 color and not only white)
Awesome theme, thanks for sharing!
Just got 1 question...its possible to have pictures of contacts too, as in original messaging?
It is possible to find and for a telephone directory such subject matter?
Sure I can. Just waiting to get some time off school. Then I'll be starting
Nice work ! Tks so much !!!
SCreenshots!!! :banghead:

[APK] Apktool for Android [SHARE]

okay so i usually dont share stuff, but i just found this awesome app to decompile apk's in your device, and hence i just had to share it
I just tested it and it works!! A little slow though, but its something
http://code.google.com/p/apktool/
Enjoy everybody
Sent from my LT18i
Sahaab said:
okay so i usually dont share stuff, but i just found this awesome app to decompile apk's in your device, and hence i just had to share it
I just tested it and it works!! A little slow though, but its something
http://code.google.com/p/apktool/
Enjoy everybody
Sent from my LT18i
Click to expand...
Click to collapse
if it work my problm solving.and i start my work again.tanx bro.
.
Sahaab said:
okay so i usually dont share stuff, but i just found this awesome app to decompile apk's in your device, and hence i just had to share it
I just tested it and it works!! A little slow though, but its something
http://code.google.com/p/apktool/
Enjoy everybody
Sent from my LT18i
Click to expand...
Click to collapse
What should i choose? Armel or armhf?
Sorry for asking this, my data is almost dead. And that file are huge.
nevadasaga said:
What should i choose? Armel or armhf?
Sorry for asking this, my data is almost dead. And that file are huge.
Click to expand...
Click to collapse
I used armel
Dnt know the diference
Sent from my LT18i
Thank you very much!
☜ Sent from my Xperia Pro MK16a BL ☞
Sahaab said:
okay so i usually dont share stuff, but i just found this awesome app to decompile apk's in your device, and hence i just had to share it
I just tested it and it works!! A little slow though, but its something
http://code.google.com/p/apktool/
Enjoy everybody
Sent from my LT18i
Click to expand...
Click to collapse
Can u upload it another place?
Google has prohibited Iran... @google plz don't continue that
poria1999 said:
Can u upload it another place?
Google has prohibited Iran... @google plz don't continue that
Click to expand...
Click to collapse
I am sorry it isnt mine :-/
Sent from my LT18i
Very cool
Sahaab said:
I am sorry it isnt mine :-/
Sent from my LT18i
Click to expand...
Click to collapse
That's no problem bro...
Can u upload it another place?
Plz
And don't forget framework.jar
jader13254 said:
Very cool
Click to expand...
Click to collapse
Ikr!!!
I can finally use the phone to do this stuff
poria1999 said:
That's no problem bro...
Can u upload it another place?
Plz
And don't forget framework.jar
Click to expand...
Click to collapse
And it doesnt need framework.jar
And also sorry i prefer not to upload other peoples stuff
Access it using proxy, search proxy on google u will find many sites
Sent from my LT18i
Sahaab said:
Ikr!!!
I can finally use the phone to do this stuff
And it doesnt need framework.jar
And also sorry i prefer not to upload other peoples stuff
Access it using proxy, search proxy on google u will find many sites
Sent from my LT18i
Click to expand...
Click to collapse
Tnx...
My mean was the framework.jar form power menu...
poria1999 said:
Tnx...
My mean was the framework.jar form power menu...
Click to expand...
Click to collapse
Man im sorry bro jst quite bz
I thought u had done it cuz of ur post in the Q&A section
Sent from my LT18i
Sahaab said:
Man im sorry bro jst quite bz
I thought u had done it cuz of ur post in the Q&A section
Sent from my LT18i
Click to expand...
Click to collapse
Tnx man u r a good friend!!!
I done it but I get bootloop
This is the one i am using for a month now . You need to choose a compatible version for your phone to make it work! Its really handy and a breeze in apk editing.
Where I can find recompiled folder? I try decompile a apk successfully, but after recompile it I cannot find it.
And am I right, that you cannot change app name by decompile it through phone with this?
http://forum.xda-developers.com/showthread.php?t=2295002

[Theme]ALL BACKS BLACK 4.3

Objective
As extensively researched by the community, the use of black backgrounds in OLED (AMOLED and Super AMOLED) devices may lead to a gain up to 20% more battery juice.
If, as is mine, your main device concern is lifetime and not the looks, give this a try and share your experience. Mine has been fantastic!
What is themed:
- ClockPackage
- FlahsBarService (MultiWindow)
- JobManager
- MusicPlayerWT
- SecContacts
- SecDownloadProviderUi
- SecGallery2013
- SecLauncher4
- SecMms
-SecMyFiles2
- SecPhone
- SecSettings
- SystemUI
- framework-res
Requirements
- Sammy Stock TouchWizard Rooted 4.3 ROM
- ClockworkMod Recovery (any){philz 5 recommended}
Install
- Enter CWM recovery;
- Flash ALL BLACK;
- Restart your device;
If u want like in screen shots
IN AROMA
-1st option
Choose-install all baks black
-2nd
Leave as is
-3rd
With battery
-4th
Clear white
5th
Clear white
You can furthur customise it in
Customise menu
Click to expand...
Click to collapse
Uninstall
- Enter CWM recovery;
- Wipe Cache and Dalvik
- Reflash your ROM zip (no need to wipe data);
- Restart your device;
Credit
@Kdio
Download
change log
Re themed
SecMyFiles2
FlashBarService
Some minor changes
Click to expand...
Click to collapse
FULLY WORKING NOT ANY SINGLE ISSUE
Looks good and i like blacked out look.
Will twrp recovery not work?
You know @manikant_009 has simular theme...Duplicate threads is a big no-no on xda
Sent from my GT-N7100 using XDA Premium 4 mobile app
Spitwista said:
Looks good and i like blacked out look.
Will twrp recovery not work?
You know @manikant_009 has simular theme...Duplicate threads is a big no-no on xda
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
How could you say this is a duplicate thread? This is different theme. Dev just quoted few lines from manikant_009.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
For all those who are churning in this thread, I have already reported that this theme breaks wifi. But the dev ova here have uploaded the same file. I had asked someone to port this theme on whatsapp. but it seems that it has already been ported (Not Sure). I haven't tried this one so cant say if it is actually been ported or just copied the zip file posted here. if its just a copy than the Op is going to be in serious trouble coz it has been already reported to XDA admin and the investigation is being done.
Confimed that this breaks wifi. Dont waste your time
Sent from my SAMSUNG-SGH-I317 using Tapatalk
Duplicate...lol
Here on xda hundred's of thread are present with this quotation.
Jst grabed some files(with permission of kdio) and gave proper credit.
wtf, dude this is a theme how it will break ur wifi.
I checked it.
Spitwista said:
You know @manikant_009 has simular theme...Duplicate threads is a big no-no on xda
Click to expand...
Click to collapse
Hi Spitwista
Could you please point me to his thread? Thank you.
Nahh .. forget it ... not my work. Tks.
nitol said:
Dev just quoted few lines from manikant_009
Click to expand...
Click to collapse
Hi nitol
May be a few from him but a bunch from me.
cardozclive said:
I have already reported that this theme breaks wifi. But the dev ova here have uploaded the same file. I had asked someone to port this theme on whatsapp. but it seems that it has already been ported (Not Sure). I haven't tried this one so cant say if it is actually been ported or just copied the zip file posted here. if its just a copy than the Op is going to be in serious trouble coz it has been already reported to XDA admin and the investigation is being done.
Click to expand...
Click to collapse
Namorbrowneyes said:
Confimed that this breaks wifi. Dont waste your time
Click to expand...
Click to collapse
Gentlemen, as it seems to me that a great part of this release is mine, could we dig a little more this wi-fi issue as it may, someway, affect my own releases at S3 thread?
I would be very thankful if you could wait a little more time as I'm still trying to determine the extension of the modifications that were made by the dev to port my work to yours devices.
At the moment I get the whole picture here, we will be tackling it.
cardozclive, if you remember, please point me to the whatsapp theme you've mentioned. Thank you.
Nice regards.
.
Spitwista said:
Will twrp recovery not work?
Click to expand...
Click to collapse
Hi Spitwista
Any CWM like Recovery should be suffice.
Spitwista said:
You know @manikant_009 has simular theme...
Click to expand...
Click to collapse
Just realized that, not the work, but the quotation he has in his OP is mine indeed:
Kdio said:
Objective:
As extensively researched by the community, the use of black backgrounds in OLED (AMOLED and Super AMOLED) devices may lead to a gain up to 20% more battery juice. As related information, you can find some maths here and this xda experiment.
Click to expand...
Click to collapse
We just differ that he ask you to search Google, I don't.
Respectfully, he quoted the words (not the author). Anyway, I wouldn't claim authorship on words
Nice regards.
.
Kdio said:
cardozclive, if you remember, please point me to the whatsapp theme you've mentioned. Thank you.
Nice regards.
.
Click to expand...
Click to collapse
Hi @Kdio, I dont know if you remember me. Few months back I tried your theme from S3's forum and PM'd u that the I like your theme but it breaks some things on Note 2.
As for the whatsapp thing. I had asked peepz in the group if anyone can help solve the wifi breaking prob and gave the link of your theme for them to look over.
PS: I guess its the PNGS which from the SystemUi.apk that are breaking the WIFI coz they aren't resized as per note 2's resolution
@cardozclive
No wifi issues dude
Now every thing is fine
Thread updated
Thanks again to @Kdio
Sent from my GT-N7100 using XDA Premium 4 mobile app
cardozclive said:
PS: I guess its the PNGS which from the SystemUi.apk that are breaking the WIFI coz they aren't resized as per note 2's resolution
Click to expand...
Click to collapse
Hi cardozclive
Thank you A LOT dude for your words.
And YES ... seems you are completely right as the package was delivery DIRECTLY from S3 to Note2 without modifications.
Implementing correction right now.
Nice regards.
.
Kdio said:
Hi cardozclive
Thank you A LOT dude for your words.
And YES ... seems you are completely right as the package was delivery DIRECTLY from S3 to Note2 without modifications.
Implementing correction right now.
Nice regards.
.
Click to expand...
Click to collapse
Nice to see you work for our note 2. Really appreaciate it. Thanks ton @Kdio. Hope to see a workinhlg theme very soon.
Sent from my GT-N7100 using Tapatalk
this theme is exactly what I was searching for
Is it possible to make it compatible with phoenix ROM?
I tried to flash it to phoenix 16.7 but nothing changed at all Please add more ROMs support thank you
Mod Edit
Tread closed at the request of the [OP]
malybru
Forum Moderator

Categories

Resources