Whole User Interface is Flash based... swf - Bada Software and Hacking General

Files taken from bada SDK... Language packs...
Rsrc_bada_S5250.rc1.org
Rsrc_bada_S8500.rc1.org
Extracted with:
http://forum.xda-developers.com/showpost.php?p=11101655&postcount=4
Thank you very much sebamix.
"Good news"...
Use Flash Decompiler and you can understand:
1.
Why black color Background is locked...
2.
Why only 10 sites for Apps and only 12 Icons each site...
3.
With Flash Decompiler very easily to modify.
And now the bad news...
RC1
I have no idea, If bada 2.0 brings more chance for customization, as I read something about Lock Screen. Btw. *.swf file...
Developer of User Interface came from Sweden... tata.
http://www.tat.se/
Best Regards

almost all samsung phones use a flash interface... so we just have to look how to edit those on bada....
i had a samsung star before and there everything was flash too so we maybe can change those files on wave too

great news , but we have to found a solution to replace the swf file .....
adfree , what is the original name of the file ?

so how will we change the menu background???
or it can't even be changed
i think i am so stupid when i see these things and donot figure them out

Many more *.swf and many other files are stored in RC1...
http://forum.xda-developers.com/showthread.php?t=928178
Between 100 and 140 MB... inclusive Fonts in TTF Format...
But again. No way at the moment to change something...
Best Regards

is that the 7mb file?

~MaX~ said:
almost all samsung phones use a flash interface... so we just have to look how to edit those on bada....
i had a samsung star before and there everything was flash too so we maybe can change those files on wave too
Click to expand...
Click to collapse
Now this explains why there are no native widgets. Posting to TamsBada, thank you!
Up:
http://tamsbada.tamoggemon.com/2011/03/30/bada-gui-is-flash-based/

TAMHAN said:
Now this explains why there are no native widgets. Posting to TamsBada, thank you!
Up:
h t t p : / / t a m s b a d a .t a m o g g e m o n . c o m / 2 0 1 1 / 0 3 / 3 0 / b a d a - g ui-is-flash-based /
Click to expand...
Click to collapse
Error 404 - Not Found
Sorry, the page that you are looking for does not exist.

You should delete these spaces
http://tamsbada.tamoggemon.com/2011/03/30/bada-gui-is-flash-based/

adfree would it be possible to make a custom application and replace the existing flash UI with it. I was thinking of Porting the enlightenment libs to bada and using them to create a community maintained, cross platform, UI.
something similar to: http://www.youtube.com/watch?v=lsw-_S7rZWg&feature=player_embedded

sabianadmin said:
adfree would it be possible to make a custom application and replace the existing flash UI with it. I was thinking of Porting the enlightenment libs to bada and using them to create a community maintained, cross platform, UI.
something similar to: http://www.youtube.com/watch?v=lsw-_S7rZWg&feature=player_embedded
Click to expand...
Click to collapse
That would be truly interesting... I think that if you get to replace it it should work...

At this time we stuck in some problems...
How to build valid RC1 or alternate way...
But work in progress.
Meanwhile you can study and extract self all files from your handset. Look at this:
http://forum.xda-developers.com/showthread.php?t=1010761
Best Regards

Hi,
I have to apologize - it was down as I enqueued the post with a bit of a delay.
Tam

Maybe new chance to mod Background in Mainmenu...
http://forum.xda-developers.com/showpost.php?p=25645157&postcount=11
I'm playing with Flash Decompiler...
But wow... so many black Pics...
No easy Background Color...
My knowledge about SWF and Flash is nearly 0 ...
Best Regards

Related

Contents.xml

SystemFS\User\MultiStage\Contents.xml
You could extract this file from *.FFS or grab from handset.
Maybe some tweaking possible...
S5PC110_EVT1_UM10.pdf
2D Graphic Engine
− BitBLT
− Supports maximum 8000x8000 image size
Click to expand...
Click to collapse
<FileFormat>
<JPG>
<MaxFileSize value="4096000"/>
<MaxWidth value="5000"/>
<MaxHeight value="5000"/>
<ThumbNail>
<MaxWidth value="1280"/>
<MaxHeight value="1024"/>
</ThumbNail>
</JPG>
There are more infos in this file...
<MaxInstallCount>
<NativeApp value="100"/>
<NativeWidget value="50"/>
<JavaApp value="-1"/>
</MaxInstallCount>
</AStore>
</Contents>
</SDP>
Check out, maybe interesting or helpfull.
Best Regards
I already tryed to increase the max. resolution to 8000x8000px for jpg a week ago but it didnt worked
This file exists 2 times and I flashed them correctly to the wave (tested with sTunes after flash), the limits seems to be set somewhere else...
The image sizelimit is also higher than 4096000 byte (or what it is) - about 10 mb.
I would have liked to tweak this setting to 200 or more and see but unfortunately there are not that many good apps to install.
<MaxInstallCount>
<NativeApp value="300"/>
<NativeWidget value="50"/>
<JavaApp value="-1"/>
</MaxInstallCount>
Btw, what does this Java value mean ? Could it be that it controls whether to show icon in Menu or not ?
SystemFS\User\MultiStage
User\MultiStage
@ st0rmi
Thanks.
Yes, via sTune this file is twice.
It seems writeprotected files are most in folder SystemFS... as Backup.
If you check via TriX Firmware files. Then Contents.xml is in *.FFS... maybe edit before flashing. Then changes in both files on handset.
Not tested yet...
@ rex4u
At the moment I have nothing changed in this file, so no idea what happens.
Maybe soon few tests...
Best Regards
@adfree: Yeah thats what I have done
I just used sTunes to copy the contents.xml back to my pc and view if the edited xlm are really on my phone because it didnt worked...
@adfree
No bro' I was offering my own suggestions to this configuration file.
It might allow us to install more than 100 apps in phone and show in Menu.
Second it might show Java apps icons in Menu.
My 2 cents
xml parser
please help me
a want to parser punker xml data base.
rex4u said:
I would have liked to tweak this setting to 200 or more and see but unfortunately there are not that many good apps to install.
<MaxInstallCount>
<NativeApp value="300"/>
<NativeWidget value="50"/>
<JavaApp value="-1"/>
</MaxInstallCount>
Btw, what does this Java value mean ? Could it be that it controls whether to show icon in Menu or not ?
Click to expand...
Click to collapse
it's into the 'app counter' field, '-1' may be means 'unlimited' number of java apps installable, but I haven't read yet the whole xml... anyway if it is editable it's an interesting thing..
I saw that file a while ago while looking for something inside my phone (very special thing that made me to copy the whole phone)
there is a lot of interesting things but i never tried tweaking it
Maybe if someone have enough knowledge to add few new extensions and test them
Also removing some stupid limits would be awsome
Sorry i've no time to test that with you guys but would appreciate results
Best Regards
You dont need modif ffs or other just use pfs file to modif what you want and in real time direct phone flash pfs file and not have write protect problem
Just says Thank
Example file : dont give attention of boot img cause i dont take time to do it in 800x480 but its 400x240 then its make bug but with pfs file you can upload anything you want to change !!!
Good hack !!!
Maybe with this you can create dual boot or i dont know what a pro smoker can do, you can also try to put her rc2 or rc1 directory i dont try it !!!
Download example, in this one you can see SystemFS and Registry directory, off course you can put her all directory you want to flash pfs, using trix to modified or wave remaker more faster :
https://rapidshare.com/files/809973956/Circle.pfs
An idea its like you can make your one firmware with personal Widget installed and other idea welcome....Just take file registry and Widget folder on phone and put it on PFS
i can not open new thread
i went to parser an xml file with structure like this.
<?xml version="1.0"?>
<node1>
<node2>
<node3>
<node4>
<node5>
text
</node5>
</node4>
</node3>
</node2>
</node1>
Click to expand...
Click to collapse

PowerOnOff Animation

Lets start again with these Pictures *.img
Header
compress LZ
Okidoki... seems compressed.
Now I found in bada SDK files.
Original BMP files from little bada...
Check out:
PowerOnOff.ini
AnimationType=bmp
Then also PowerOnFlash=power_on.swf
Maybe we find working solution.
Theory:
1.
Find way to decompress or compress to make valid *.img.
2.
Change *.img into something else accepted from handset...
*.bmp
*.swf
Maybe QMG is possible, like in Themes?
*** who knows...
3.
Do nothing... wait...
Best Regards
I think it's more power_on.swf than img files.
If possible if I find someone who works on flash, will try second possibility.
Sorry,能用中文解释下吗?thanks
What we know about *.img
Resolution is 480 x 800 Pixel (S8500/S8530).
"Level 1"
Find *.img with 1 Color...
I found black.
Then I replaced all files by same black Image...
"Level 2"
I need second Color... I think I know where to find... I think it will be white...
Best Regards
So I have now 2 Colors. Black and white, both are 480 x 800 Pixel.
If you compare both files you see around 391 Differences... hmm most Value:
F8/F0
Please. I wish to find more 1 Color *.img files.
Maybe then users with more brain can find algo, or Tool exists to create these Pictures...
Best Regards
I think I know what it could be... maybe.
TIFF compressed Bitmap *.tif ... LZW Compression.
Maybe some Header changes...
Edit...
Several Compressions for TIFF exists... depend on Grafik Tool...
PowerOnOff.ini is 3 times in Wave... if different depend on Branding:
\Registry\
\Settings\Default\Registry
\SystemFS\Settings\PreConfiguration\Default\Registry
All 3 files are not writeprotected. You could:
(A) Delete PowerOnOff.ini
Silence + no Animation
(B) Edit PowerOnOff.ini with other path to folder... maybe:
PowerOnAniImage0=/Mount/Mmc/PowerOnOff/Image/poweron_00.img
instead writeprotected folder
PowerOnAniImage0=/SystemFS/PowerOnOff/Image/poweron_00.img
Best Regards
Edited again.
Tested, yes it works.
I've changed path to Memory Card. Now I can play faster...
Very simple.
1.
Copy PowerOnOff folder to card.
Attention, if you choose subfolder, my path is only for Root... check exact folder or edit PowerOnOff.ini again.
2.
Copy my example to folder:
\Registry\
Nice how do you extract the bmp files?
Edit: look this video you will love
http://www.youtube.com/watch?v=Er9fhJWNL70
http://www.megaupload.com/?d=Y65D7LR1
Here are 3 different Animations:
DREI
T-Mobile
PRT Poland
In combination with my modified PowerOnOff.ini you can easily switch between them.
@ lasentenza
Nice how do you extract the bmp files?
Click to expand...
Click to collapse
BMP files taken from Language packs from bada SDK...
*.img but in this time Images and ready for open with WinImage...
Best Regards
... ... Friends IMG to edit the files and use them in the device I found this program that uses the QT ... thank by psycoy
http://www.4shared.com/file/weq4iPSk/Alcis_IMg_editor.html
@ psycoy
Please, can you upload 1 selfmade *.img as example?
I'm not smart enough to use your Tool.
*.img not open
And if I import an *.bmp and save... the result is not the same like valid *.img.
Please enlight my little brain.
Thanx in advance.
Best Regards
I've reduced PowerOnOff.ini to only poweron_00.img and poweroff_00.img.
So I can faster Brute force...
And I see better result...
Attention!
Once I made an mistake in PowerOnOff.ini and result was Bootcycle.
So please only try at your own risk.
Best Regards
Thanks a lot adfree, you find 3 animation boot
Just try it changes from bada animation
You are making great job
http://www.megaupload.com/?d=T5YF5620
I've "fixed" T-Mobile Animation, as they "forgot" 4 Pics from bada Animation...
Maybe this was the reason, why second folder only used.
I've added Orange Poland Animation...
So I have 5 Animations (second T-Mobile not included).
Maybe someone know more Animations?
Eplus?
O2?
There are many Operator... i hope.
S8530 also possible, as same Resolution.
Best Regards
Edit 1.
Found more Animation(s)
Found third Color... Now I have black, white and red.
But red is complete different and double in size... strange...
New attempt.
Created 480x800 black and white Pic and converted into QMG (Theme).
As I thought Idle_Background.qmg converted into IdleWallpaper.cbm could help.
But, QMG is to small... only 1 KB
CBM is tooo big... 1,5 MB
My black or white *.img only 51 KB...
Best Regards
adfree this is cool. I've been wanting to get to the bottom of the .IMG file mystery for awhile now.
The Alci's IMG Editor program is a mod tool for the GTA San Andreas game. I tried opening a .IMG file and it didn't work for me either. It's possible theres no connection with the QMG .IMG files at all. I'm not sure what the QT reference is in relation to.
Found 2 new Animations from American Firmware:
Entel and ViVo
Found 4. color... blue
OemBmPreShutdown: Inform the power off to CP side
Click to expand...
Click to collapse
Hmmmm... maybe Algo is in amss.bin.
CP could mean Call Processor...
Maybe this is Qualcomm Compression...
Best Regards
hi adfree
can you please give me instructions on how to use these animations???
i've stune, samsung wave , no sd card
is it possible without the card???
thanks in advance
ok i understood what i needed
i changed the 3 ini files with \Media\Poweronoff and added the files in the phone's internal memory
so yes i did it without a memory card and used t-mobile files
now i want vodafone's files because my network is vodafone
can someone upload them for me????
please do something for small wave phones
i.e wave s5250 etc thanx~
luciferps said:
please do something for small wave phones
i.e wave s5250 etc thanx~
Click to expand...
Click to collapse
sure i will do anything you want just i can't use trix as it is not working on my laptop
also i donot have a wave s5250 to do some expermints on it
sorry man if i can i will

QuB an mighty Tool for Samsung handsets

This Tool is amazing. Many features.
Source is here:
http://rk-team.net/showthread.php?11-%CD%EE%E2%FB%E5-%E2%E5%F0%F1%E8%E8-QuB
"Lesson 1"
Make hidden folders visible for research and Backup.
For instance folder System is the RC1 file, mounted into RAM...
Many Thanx RusEm and Team.
Best Regards
Hi thank you for this tool but it is only for "qualcomm" platforms i think (not sure). In s8500 qualcomm is only processor for calls.
QuB is designed for Samsung handsets.
This command is 100 % working on S8500 and U700, tested by me.
You have to select same COM Port like you would choose for File Manager...
No magic.
Then you have access to nvm folder, system folder and few more...
System folder is read only as it is the mounted RC1 file...
Best Regards
But... with this... what kind of researches could be done?
"Lesson 2"
Decrypt Firmware files, like:
apps_compressed.bin
and
boot_loader.mbn
Best Regards
adfree said:
"Lesson 2"
Decrypt Firmware files, like:
apps_compressed.bin
and
boot_loader.mbn
Best Regards
Click to expand...
Click to collapse
If you can decrypt bootloader... that's mean you're closer to install other os?
Ok, maybe the information given in "lessons" can cause more expectation
Waiting for lesson three!
does all these features run on trial mode???
or should i buy the app
there is no profile for s8500 why???
i know you are not the developer of the app adfree but i just wanted to put those questions
does all these features run on trial mode???
Click to expand...
Click to collapse
Yes.
Public solution.
Tested with QuB_public_v.0.3_001_beta.rar
Best Regards
@adfree: take a look at the screen, i got only question mark on the application. do you know what is the problem?? may be due to lang files ??
Main Language is Russian.
See Screenshot. Blue marked... then you see right Russian-> change into English.
Not all Text is translated.
Best Regards
wonderful new tool
-i am able now to view the files in the ram but don't know what to do with them
-after decryption of apps_compressed.bin i found out that i have a very little brain to modify in that file
i can't wait for lesson 3
thanks adfree and good luck
"Lesson 3"
apps_compressed.bin
Decompressed example from XXJL2 is here:
http://forum.xda-developers.com/showpost.php?p=12300153&postcount=17
Code:
Type : Unofficial Version
Number : 362
Builder : Administrator
Host : S1-AGENT05
Date : 2010/12/23
Time : 14:24:54
[B][COLOR="Red"]Size[/COLOR][/B] : 82576764 bytes
CheckSum : 0x32cdbee8
I was not able to decompress with QuB, maybe my fault...
Helpfull would be, to know which part is with CheckSum.
82576764 bytes
Best Regards
Really nice tool.
Setting FmSecureMode to off gives us the chance to see where everything is located and we can investigate and chang the files on the pc. now we need to find a way to get them back to the wave
Maybe with PfsDeleteList.txt / *.pfs ?
Also after reboot FmSecureMode is set to on again.
But we can already see where the fonts are located, that the sms viewer is html/css based like the one for email and any other messages (so we can easiely change layout, colors, font-size,...) and a lot of other things like replacing images etc.
When we get this working, nothing keeps us anymore from a fully customized bada
In combination of TkFileExplorer 2.4 you can see this.
Caution!
Renaming or other Directory Manipulation can lead to Bootcycle.
At your own risk.
http://forum.xda-developers.com/showpost.php?p=12515691&postcount=20
Thank you very much for posting Xenon.
Best Regards
yes indeed the tool works fine
adfree said:
Main Language is Russian.
See Screenshot. Blue marked... then you see right Russian-> change into English.
Not all Text is translated.
Best Regards
Click to expand...
Click to collapse
How did you get the s8500 otion in handset? I dont have it. Do you have a plugin for it?
How did you get the s8500 otion in handset?
Click to expand...
Click to collapse
I've made my own... but not all Settings... So it makes no sense to upload.
Best Regards
adfree said:
I've made my own... but not all Settings... So it makes no sense to upload.
Best Regards
Click to expand...
Click to collapse
Still can u please upload it? Its a kind request.
There is nothing special...
Make folder + S8500XXJL2.ini...
Folder is nearly empty... I've made an Logo.jpg with text.
But again. You NOT need it. As mandatory parameter are wrong or missing...
[Loader]
[PreConf]
[Patch]
...
1.
You can use S8500 or other not listed Samsung handsets like U700 with QuB. BUT not with all features...
2.
Many features NOT need attached handset...
Best Regards
Need help in decompressing Rc1 and Rc2 files. I see some tabs in Qub saying Rc1 and Rc2. Dont know how to use them to dump rc1 and rc2 files. And if I do, is there any way to upload them back like in trix. Or can you use trix to decompress rc1 and rc2 files? If yes, how? Help would be very much appreciated.

[Q] Social Hub Premium for 525

I was wondering if we can enable social hub premium for low end devices?
Their are "minor" differences between S8500/S8530...
So without trying, no idea if success.
If more S5250 users contribute, we could try to find solution.
I have only S8500, so I can't check theory.
Best Regards
Hi,
I'm an Italian developper.
(sorry for my bad english )
With a small team we want to mod our S5250.
We have mod the menu background, adapted the wave spoofer and many other...
If you say me the "theory" we can try to make it
We have mod the menu background
Click to expand...
Click to collapse
You mean the swf ?
System\Rsrc\Flash\Menu\MainMenu.imswf
How? Maybe this work for others too:
http://forum.xda-developers.com/showthread.php?t=1052733
About SHP:
http://forum.xda-developers.com/showpost.php?p=11135222&postcount=60
Something like this.
Best Regards
No one SWF...
The Wave Lite have a different graphics' motor...
It use a RichUI
*Cut by TheZero*
The only problem is the font...
For the imswf...we have a LockScreen.imswf
to mod it you can rename it to .swf and open it with Trillix SWF Decompiler
and edit the image into the swf.
Good Modding and Good Luky
if you want some help...i'm here!
This sounds very interesting.
As "we" stuck into problem with *.rbm files.
I can't extract them... 32 Bit Colors...
Found only 16 Bit support Tools...
Hmmm. We have ColorTbl.rsb ...
Maybe here is it possible to play with colors... Check out QuB:
http://forum.xda-developers.com/showthread.php?t=1010761
Thank you very much for input.
Best Regards
Edit 1:
to mod it you can rename it to .swf and open it with Trillix SWF Decompiler
Click to expand...
Click to collapse
I know, but I can't write back into S8500...
http://forum.xda-developers.com/showthread.php?t=979796
We have already test Qub...
I have spoke with RusEm in 2010 for S5230 Modding
and Qub is programmed only for Nucleus Os based Samsung devices
Bada is Linux Kernel, Nucleus Structure and TouchWiz Graphics...
a MeltingPot!!
Yes you can write back swf...
Take the original swf and open it with HxDen or other Hex programm...
So you have to open the original RC1 with Hex Program...search the first 3 letters of swf
in Rc1 and you find the initial offset of SWF.
Now You can open the new swf with Hex and Put it into Rc1 from old offset
and over write the old...
If the old is bigger then new sobstitute the remain hex valute with 00
If the new is bigger then new you can't put into rc1
When Rc1 is saved you can flash with MultiLoader...
This is only the theory...you must test it
i Forgot to quote my team:
-Th3Zer0
-Zackron
and the samsungs5230[dot]tk forum
can any body explain how to change menu background colour in wave525
You have to make icons with color background.

(FOR PROGRAMMERS) Create a ROM apks' images resizing tool

Hello Everybody , as i have seen this would apply to ALL android phones , so i posted it here !
I have searched over the xda , and couldn't see an apk resizing tool so it could fit on smaller devices more like hdpi to mdpi ... But it is easily possible with the script i am going to provide down ... I don't know if you heard about ImageMagick tools , a whole bunch of scripts almost capable of everything for editing pictures . These scripts contain a script called mogrify.c , this script can resize images in percentages , ratios , specific length and/or width ; but featuring a rare thing to find """RESPECT FOR ALPHA""" , yes it respects alpha = the transparent parts of the image are NOT filled with white instead of staying ...
USAGE :
So for the use of this script for example.png , if example.png was hdpi , we would type in for example "mogrify -resize 75% example.png" , and then example.png would be applicable to mdpi ... another example , but this time we have a bunch of pngs which need to be resized , so the command would be "mogrify -resize 125% *.png" and fastly they will be enlarged 25% each png in the specified folder ... and so on ... note that we can type in instead of 75% or 125% , 320x480 (but this will resize the image , not resolution , so only way for resizing from hdpi to mdpi using this script is by calculating ratios and percentages , and working on their basis ...
Ok so i was thinking one of the programmers could create a GUI for a proper use for ROMS , and this wouldn't be a hard task for programmers i guess , so what i want from the programmers to in this GUI is :
1-Extract every system apk except some(not at once , in alphabatical order) (if there was exceptions)
2-Run the script as wanted using percentages (from mdpi to hdpi , from xhdpi to mdpi etc ...)
3- XMLs are left to resize , so then include workspace.xml resizing or any other xmls (totally your job , i have no idea how it works)
4-Repack the apks and push them into a copy of the ROM
By that we could partially and most importantly ported a WHOLE rom to the desired device !!
The script is down , google for Mogrify if you needed a or wanted to know more info ! wish this stickies !
WARNING !! THIS TOOL DIDN'T WORK WELL FOR ME WHILE USING BATCHES (but worked pretty nice in normal cmd.exe) , TRY TO FIND AN ALTERNATIVE !!
PLEASE include me in the credits of it , I was very tiiirreeedd so i can find such an important script !!
How exactly do you run it? By making a batch file? I could definitely use this. Your OP is a bit confusing. But this does look promising.
hmm yeah forgot to tell how to run it , i will add it to OP ...
yes it looks prommising..let us know how to...gj
I am not a programmer myself , because of that i said [FOR PROGRAMMERS] , i am just a 14 year old student , but this GUI can be made like any other GUI , see like Virtous studio , it is a combination of many stuff all in one ! so this should be worth the hustle ! share it in your signitures , this will beautify the world of android !
any cotributions ??
Just came across this and first off thank you! I'm knee deep in a project that i need to convert a whole rom from hdpi to ldpi, this is a life saver. I will pass the word on to see if anyone wants to help you with the gui !
Sent from NS4G Pool Party
Thanks a lot , but actually i am NOT A PROGRAMMER , so i wished if i gave a headstart , the "guys" would continue the thing ! I can't do anything from now on , i gave what i had , and now its the programmers turn !
seaskyways said:
Thanks a lot , but actually i am NOT A PROGRAMMER , so i wished if i gave a headstart , the "guys" would continue the thing ! I can't do anything from now on , i gave what i had , and now its the programmers turn !
Click to expand...
Click to collapse
Yeah i got you, I'm going to see if any of my contacts want to take this on
Sent from my Sprint Galaxy Nexus
-Everything i post is opinion based on my experiences and should be taken a such.
any news ??
seaskyways said:
any news ??
Click to expand...
Click to collapse
you actually should stop in and talk to the guys who do TWRP i imagine a "one size fits all" theme zip would be awesome for them...
This is not meant for theming , this is for resizing a whole ROM apks ... so this is very important for the android devices , lets say the Sense 3.0 was given to the mdpi htc devices , wouldn't this be cool ??
seaskyways said:
This is not meant for theming , this is for resizing a whole ROM apks ... so this is very important for the android devices , lets say the Sense 3.0 was given to the mdpi htc devices , wouldn't this be cool ??
Click to expand...
Click to collapse
Trust me this is for themers too!
Sent from NS4G Pool Party
Yeah i know , I used this method to resize many things FOR THEMING , but i need help to spread it , I am not a recognized developer or even recognized user of anykind , so no one would look at this unless you guys spread it !
seaskyways said:
Yeah i know , I used this method to resize many things FOR THEMING , but i need help to spread it , I am not a recognized developer or even recognized user of anykind , so no one would look at this unless you guys spread it !
Click to expand...
Click to collapse
Believe me eyes are on this just be patient
Sent from NS4G Pool Party
Any updates ??
So I am the only one concerned about such a big project ??
seaskyways said:
So I am the only one concerned about such a big project ??
Click to expand...
Click to collapse
You made this rather confusing...
I see you attached some imagemajick code or something... But have you released something?
I don't understand from the OP if you've released something or written something, and there's no clear documentation of what's going on.
pulser_g2 said:
You made this rather confusing...
I see you attached some imagemajick code or something... But have you released something?
I don't understand from the OP if you've released something or written something, and there's no clear documentation of what's going on.
Click to expand...
Click to collapse
Dear Admin , No I haven't released anything , this is an Idea for the PC/Linux programmers... I have attached that file in there , so that I could make it easier for devs to accomplish what we all need , a tool to resize pngs without any loss of alpha data ... So if a Elite programmer could work on this , to decompile every apk in the system and resize all the pngs and xml files and recompile them into the ported system , then One Software would apply on all hdpi , mdpi , ldpi , xhdpi etc ! get it or still not yet clear ??
Hey OP - PM me, let's talk more. This sounds very doable to me, and I am a programmer. I just need some more details.

Categories

Resources