[APP][DEV] Update me [ROM MAKER] - 2.0.3 - PUSH NOTIFICATION - (updated 2012-09-13) - Android Software Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi,
i have created the app "Update me" for help all rom makers.
With this app you can easily configure a system for automatic check rom update, plugin, theme, ecc.
The app is also available in a modded version in Megatron Rom for Asus tranformer with more of 600 download and good review on market, the thead is here:
http://forum.xda-developers.com/showthread.php?t=1583100
[SIZE=+2]What makes this application?[/SIZE]
Push notification for send check to new rom
Push notificatio for send message to rom's users
Check for new rom available
Show list of kernel which can be downloaded, download it and reboot to recovery
Show list of plugin which can be downloaded, download it and reboot to recovery
Show list of themes which can be downloaded, download it and reboot to recovery
Check md5 for download file
Check new rom on startup
check new rom every hours
android version
Create your custom tab with name and icon
Support all hosts as external links
[SIZE=+2]Link for download[/SIZE]
website
http://win.acquariusoft.com/updateme/
Android > 3
https://play.google.com/store/apps/details?id=com.acquariusoft.UpdateMe
Android > 2
https://play.google.com/store/apps/details?id=com.acquariusoft.UpdateMeSmartphone
Direct link
http://dl.dropbox.com/u/3681387/UpdateMe.apk
http://dl.dropbox.com/u/3681387/UpdateMeSmartphone.apk
[SIZE=+2]How to configure[/SIZE]
The program is easily to configure.
in your rom you need only a file named update_me.xml in the system folder.
The file must be like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<RomConfig>
<RomName>Name rom</RomName>
<RomVersion>0.1.0</RomVersion>
<RomCheckUrl>http://www.me.com/update_me_ckeck.xml</RomCheckUrl>
<RomElemUrl>http://www.me.com/update_me_parts</RomElemUrl>
<CheckMD5>0</CheckMD5>
<RebootRecovery>0</RebootRecovery>
</RomConfig>
and 2 other file must to be placed online:
- a file with rom info for check new rom availability
- a file with element for rom.
ATTENTION
When the rom is update, the new rom MUST contains a modified update_me.xml with new version,otherwise the app show always the message "new rom available"
an example config is available here
http://dl.dropbox.com/u/3681387/config_example.zip
the pack of available icon for tabs can download here
http://dl.dropbox.com/u/3681387/icons.zip
in the pack icon named icon_0.png is the number 0 of the config ;D
[SIZE=+2]Supported file host[/SIZE]
direct download file host
public folder on dropbox, box.net, etc
goo.im
xdafileserver.nl
androidfilehost.com
all other host as external link
How use push notification on your rom
Register on http://win.acquariusoft.com/updateme
Go on "Registered" -> "Rom list" menu
choose a uid (uniqueid) for the rom. Max 16 chars. and insert a new rom name (need only for list, can be different from name inserted in the config). If uid is already used a message is promped
if it's all ok, you see your rom inserted.
now you can inserted your uid in the config using updateme.otauid in the build prop and <OtaUid>xxx</OtaUid> in the xml
when new version is available if you go to info of rom you can send new version check and message to all users!
[SIZE=+2]How check md5 work[/SIZE]
if check md5 is enabled for a file, the program check for a file name with the same name of file plus .md5sum like: app.zip and app.zip.md5sum
with contains md5 plus filename.
if the host is goo.im the md5 is read directly from page
[SIZE=+2]Donate[/SIZE]
if you like my work, donate me a beer!!!!
i have create a new app on the market for donate 3 €.
https://play.google.com/store/apps/details?id=com.acquariusoft.UpdateMe.donate
for now it don't allow new feature but in the future i'll add some feature only for donate user.
[SIZE=+2]Extra[/SIZE]
Also i have create a new site for the project
http://win.acquariusoft.com
for registered user is possible upload your xml file for public access without limitation of time, in the future more stuff ;D
for now registration is now available on the site, so if you want an account send me a pm with username, password and email.
Donator (tnx to all)
krarvind
TamCore
core720
barikke74
pglmro
pcrao.n
jeff
TRothe
jensmeyer1
makowskimaq
If you have ideas for improve the program, find some bug or other write on this thread
Beta version of program was posted here before post on market for all

[SIZE=+2]Help with translation[/SIZE]
This is the last string to translate for the program.
http://dl.dropbox.com/u/3681387/strings.xml
if you wanna see this app in your language translate and send me ;D
[SIZE=+2]Beta version[/SIZE]
no version available
[SIZE=+2] Official version changelog[/SIZE]
2.0.3
bug fix
2.0.2
[add][donated version] Disable push notification
[add] <CwmFlipSdcard> tag in xml or updateme.cwmflipsdcard in build.prop for enable cwm flip sd card for default
2.0.1
[add] Turkish translation (tnx to mamunda)
[improve] Click on a push notification message open a window for see the complete message
[improve] update german translation (tnx to hawkeyexp)
2.0.0
[add] Push notification for send command to check new rom and send message to the rom's users (if you send check new rom command and there is not new version available no message is show. For test use send message if there is no new version available).
[add] updateme.lighttheme=1 or <LightTheme>1</LightTheme> for enable default light theme (only if user not have selected black theme in option
[add] Now with tag <ExternalLink>1</ExternalLink> in the check and parts files you can host your file on every host. when the user download the file, the browser is used for download the file, so you can use all host (rapidshare,fileshare,ecc)
[add]downloaddir parameter in the build.prop and DownloadDir in xml for set defauld download dir. If the user select a dir, this override this setting!
[add] add check if downloaded file size is correct, if not an error message is showed
[change] Now default folder is sdcard\UpdateMe (only on new installation or wipe cache)
[improve] update franch translation (tnx toel_liberator)
[improve] less memory and no data downloaded when disable rom auto-check is selected
1.3.4
[fix]little bug fix
[improve] some code clean
[improve] update translation
[add] add polish translation
1.3.3
[improve] now click on list element donwload file like disk image
1.3.2
[new] add dev-host support
[fix] fix some problem on load some xml.
[fix] show more line of text in element list.
[improve] some code clean
[improve] update german translation
[improve] update italian translation
1.3.1
[new] Installed apps and script tab can be hide by default by rom config and the option can be modified in settings by user
[improve] update french translation
[improve] little improvement in element layout
1.3.0
[new] Now is possible have more than one <RomElemUrl> tag in config and build.prop, so you can split xml in more file in you want share with more rom
[new] Add images for element ( tag <ImageUrl>)
[new] Add thumbnail for element ( tag <ThumbnailUrl>)
[improved] Improved element layout with button for downoad
[new] Manage installed apps
[new] Confirm dialog when download a file
[new]Progress bar on notification area when download a file
[new] add<DestChmod> in tab element for set value for chmod after move file to Dest. Default is 0644
[new] <Wipe> tag for show the text in the message that this file need a full wipe
[new] if wipe if enabled a checkbox is showed in the dialog afterdownload a fileand if selected,when choose reboot and install , wipe operation is made
[new] on downloaded file now there is a checkbox for made a full wipe before install files
[new] checkbox for wipe when install downloaded files
[new] add French language
[new] add Korean language
[fix] fix bug when created scripts have empty fields.
[fix] correct file name on service like goo.gl
1.2.0
[new] add script section for download script from the site http://win.acquariusoft.com
[new] add your custom script (saved on sdcard/update_me/my_script.xml)
[new] added spanish translation (tnx to Joaquín Padilla)
[new] share your rom info with your friends
[fix] fix some missing properties read from config
[fix] md5 url tag and md5 tag now work also in rom check
[improved] update german translation
[improved] update hebrew translation
[improved] show message on start info download
[improved] optimized data exchange
[fix] now all screen use light theme if selected
[fix] error on download on some server
1.1.5
[new] choose time between rom check
[new] disable rom check (not show alert notification of new rom)
[improved] reorganized settings section
[new] add advertise in settings page (please support the app!!)
[new] donate app remove ads in Update me and Update me Smartphone
ver 1.1.4
[new] support for 4ext
[new] now the user can choose reboot type in settings. Default is value in config
[new] inserted alternative url for md5 file for element
<MD5Url></MD5Url>
[new] inserted md5 of element in the xml file with tag
<MD5></MD5>
[fix] no more exception on wrong version format, but wrong formatted cannot be p****d so check work wrong. if you wan insert a message extra you must insert a version like 1.2.3. beta1
[new] Error message if no config available
[new] List of compatible roms with page link on config->compatible rom list
[fix] fix more bug on CWM and OSR (tnx to krarvind)
ver 1.1.3
[new] add filter for elements
add <FilterName>transformer</FilterName> in update_me.xml
and <Filter>transformer</Filter> on tab element for filter
see example of config for details
[new] now the configuration can be stored in build.prop, the name are the same but lowercase
updateme.name
updateme.version
updateme.urlcheck
updateme.urlelement
updateme.useragent
updateme.reboottype
updateme.filter
if use this delete update_me.xml or it override build.prop properties
[new][smartphone] available light theme
[new] added option to flip sdcart do emmc to cwm flash
[new] install multiple zip on recovery (go to config->downloaded files) (work only if single install work)
[fix][smartphone]when app is hide and reshow, it show the same page, also on download (dumraden bug)
ver 1.1.2
[new]new button on download for choose to install directly on recovery
the rom maker must add
<RebootType>1</RebootType><!-- 0 no install,1 install on cwm, 2 install openrecoveryscript -->
to update_me.xml in /system
for enable the button
[improved] update german translation
[fix][android>3] change title on small screen
[fix][smartphone] fix rotate
[fix] move app don't work if desc is empty
[fix] change donate text
ver 1.1.1
[new] now the version can be in format x.x.x.x
[new] show version number on all element
[new][smartphone] now image in tab are available in smartphone version
[new][android>3] option for choose light theme
[improved] rewritten more code, so is more easy to develop ;D
[fix] fix bug on xml p****r
ver 1.1.0
[new] Now is possible create your personal tab with name and icon
[new] The update_me logo image now can be a png
[new] Translation in Hebrew (tnx to firefds)
[fix] new the update_me logo is centered
[fix] rotate bug (now really!)
[improve] more icont (tnx to Flukzr)
ver 1.0.6
[new] Add ics icon style (tnx to Flukzr)
[new] The tags
<CheckMD5>0</CheckMD5>
<RebootRecovery>0</RebootRecovery>
now works also in rom
[new] add <Dest> in app section for copy the downloaded app in a location like /system/app/ (es: <Dest>/system/app/</Dest>) (tnx to krarvind)
[fix] bug of not show logo image
[fix] On MDPI devices, the taskbar notification icon is blurry
[fix] rotate bug
ver 1.0.5
Added logo you must put the image to system/update_me.jpg
Bug fix
Check for new rom now on the rom section
Check for new rom now now show a wait dialog
Added wakelock when download a file
Update some icon
ver 1.0.4
bug fix
Show alert message when check rom in settings
ver 1.0.3
bug fix
support to sourceforge host
add app section for download apk and install directly
ver 1.0.2
bug fix
add cancel on download dialog
add german translation (tnx hawkeyexp)
ver. 1.0.1
fix bugs
new button in option for reboot in recovery
Added UserAgent field in update_me.xml for change userAgent
ver. 1.0.0
First version available

[SIZE=+2]Compatible roms
[/SIZE]
OpenSensation Link
Brainmaster's CM9 & Black CM9 Link
Spartan Rom Link
Sensation & XE GhostXSeries Link
Slim ICS Link
Epsilon Project Link
Optimus 3D CyanogenMod 7.2 Link
Revolution Custom Rom GS2 by SconcauTeam Link
MIUI V4 for i9000 Link
TsunamICS Link
Catalyst MIUI Link
Phone-Bricker Link
Epsilon Project LP7 Link
JetMOD™3.0-Micromax A75 Link
Tiramisu+ I.C.E. A.G.E. Link
SuperStock Link
Revolution Custom Rom GS1 by SconcauTeam Link
RevoNote odex project by SconcauTeam Link
INFINITUM LBR Link
Clean AOPK Link
LeWa Os Link
INFINITUM-LBR (Samsung Captivate) Link
INFINITUM-LBR (Samsung Vibrant) Link
SilverLight™ Link
MyUI Euphoria Link
RebelROM Link
RebelROM Link
cm9 nightlies for mediacom Link
JetMOD™2.2 Link
GSIII revolution ROM by SconcauTeam Link
ZeroOneS3 Link
Team Sonic- FreeGS3 Link
Epsilon Project v4 Link
Light by TugaPower TEAM Link
MIUI v4 ICS Apside Edition Link
CriskeloROM Link
RGUI Link
LilBitMod Link
SmartRazr Latam Link
NovAndroid Link
[email protected] SliVeR Link
JellyBam AOSP Link
JellyBam AOKP Link
JetMOD Link
[SIZE=+2]FAQ
[/SIZE] Some link inserted in my xml file don't work
Some link with strange caracters don't work in xml, you must surround the link by CDATA tag like
Code:
<DonateUrl><=!=[=C=D=A=T=A=[http://forum.xda-developers.com/donatetome.php?u=xxxxxx]=]=></DonateUrl>
How can i call you app from my app?
Simple, insert this code if you use Update me
Code:
Intent intentDeviceTest = new Intent("android.intent.action.MAIN");
intentDeviceTest.setComponent(new ComponentName("com.acquariusoft.UpdateMe","com.acquariusoft.UpdateMe.UpdateMeActivity"));
startActivity(intentDeviceTest);
And if you use Update me Smartphone
Code:
Intent intentDeviceTest = new Intent("android.intent.action.MAIN");
intentDeviceTest.setComponent(new ComponentName("com.acquariusoft.UpdateMeSmartphone","com.acquariusoft.UpdateMeSmartphone.UpdateMeActivityOld"));
startActivity(intentDeviceTest);

Thanks! I'll try it with my OpenSensation nightlies. I have only one feature request: It would be nice if we could configure a custom User-Agent.

TamCore said:
Thanks! I'll try it with my OpenSensation nightlies. I have only one feature request: It would be nice if we could configure a custom User-Agent.
Click to expand...
Click to collapse
yes, i can do.
For what operation do you need a custom user-agent?
xml download, or also rom and other thinks download?
Inviato dal mio Transformer TF101 usando Tapatalk

Version 1.0.1 beta with support to custom user agent
in update_me.xml
add a UserAgent field with the string for user agent.
tell me if work

Custom UserAgent works fine. Thanks! But I have two problems:
1. When I press "Info" the App crashes. (Logcat)
2. When I go into Settings and press "Check for ROM update" the App crashes. (Logcat)

Can i see you update_me.xml?
where you have put it?
Inviato dal mio Transformer TF101 usando Tapatalk

Code:
$ adb shell cat /system/update_me.xml
<?xml version="1.0" encoding="UTF-8"?>
<RomConfig>
<RomName>test</RomName>
<RomVersion>20120408</RomVersion>
<RomCheckUrl>http://files.tamcore.eu/android/update_me_check.xml</RomCheckUrl>
<RomElemUrl>http://files.tamcore.eu/android/update_me_parts.xml</RomElemUrl>
<UserAgent>test</UserAgent>
</RomConfig>

the problem is romversion.
this field must have the format 1.0.0. you can do something like 2012.4.9
also in the other config files
Inviato dal mio Transformer TF101 usando Tapatalk

very interesting paesà
I just need to understand better how it works and I m done

Please, if you insert my app in your rom or you make compatible, please post a link at rom here, i'll make a list of compatible roms
Inviato dal mio Transformer TF101 usando Tapatalk

Wu hoo!!!!!!
This is awesome app.
I m going to integrate this in my next version of ROM
Is this app compatible with froyo?
Subscribed to this thread
Here are some suggestions
1. is it possible to link this app with system updates in settings>about phone>System updates
It should call this app on taping System updates
2. instant notifications- is it possible to edit this app in such a way that if i release a theme, mod or stability fix then it should give a notification.
btw a very big project is under construction and will be declared soon on xda and we would like to make use of this cool app in our project
Edit: OMG!!, saw that its only compatible with Android 3.0+
Huh!! can u make one for lower platforms?

new version available

varun.chitre15 said:
Wu hoo!!!!!!
This is awesome app.
I m going to integrate this in my next version of ROM
Is this app compatible with froyo?
Subscribed to this thread
Here are some suggestions
1. is it possible to link this app with system updates in settings>about phone>System updates
It should call this app on taping System updates
2. instant notifications- is it possible to edit this app in such a way that if i release a theme, mod or stability fix then it should give a notification.
btw a very big project is under construction and will be declared soon on xda and we would like to make use of this cool app in our project
Edit: OMG!!, saw that its only compatible with Android 3.0+
Huh!! can u make one for lower platforms?
Click to expand...
Click to collapse
I don't know if is possible to call the app on System update, you must modify the rom for do this.
Instant notification are interested, but need more time to develop, i'll make later ;D
Compatibility for froyo, not for now, sorry i have to time to implement this ;D

Oops!!
Sad!!
Any plans in future?

varun.chitre15 said:
Wu hoo!!!!!!
This is awesome app.
I m going to integrate this in my next version of ROM
Is this app compatible with froyo?
Subscribed to this thread
Here are some suggestions
1. is it possible to link this app with system updates in settings>about phone>System updates
It should call this app on taping System updates
2. instant notifications- is it possible to edit this app in such a way that if i release a theme, mod or stability fix then it should give a notification.
btw a very big project is under construction and will be declared soon on xda and we would like to make use of this cool app in our project
Edit: OMG!!, saw that its only compatible with Android 3.0+
Huh!! can u make one for lower platforms?
Click to expand...
Click to collapse
varun.chitre15 said:
Oops!!
Sad!!
Any plans in future?
Click to expand...
Click to collapse
if i find a simple way to implement PreferenceFragment in android < 3 i'll do quickly ;D

ok, i start make compatible with android 2.2.
i need 2-3 day for make it ;D

Wow!!!!
Take ur own time dude!!!
Thanks a lot.
Tell me if I need to test anything.
Burned from my laser torch using pencil cells

ooooooookkkkkkkkkkkkkkk
today is a good day ;D
There is a test version for 2.2 and up phone.
same config of other!
if you have problem download from my dropbox
http://dl.dropbox.com/u/3681387/UpdateMeSmartphone_beta1.apk

Related

m90ultimate V2.0 CFW [s8500]

I present before you my prescisly
cooked tasty custom firmware
m90ultimate V2.0 BADA2.0 XXLC1
(fastest till date as
compared to newer ones)​
ROM FEATURES:-
UPDATE V1.0
*polaris office removed (a much better
alternative "pixel smartoffice" available
for free on AppStore)
*Caster,Music Hub removed
*ChatON,Facebook and Twitter removed
(available on AppStore)
*IM(Yahoo,Live and Google Messenger)
(removable)
*navigation disabled to recover some
ram
*ram optimized( removed un necessary
stuff from rc1 and csc files)
*changed boot screen in rc2
*all Ringtones and Alert tones removed
except the default one
-CSC *BAN,INU,KOR,NPL,SLK*
-by default-KOR*
-users can change csc as per their region
by typing *#5239870*# in keypad and
then select preconfig.then type *#
27236*# then select your preffered CSC
-SocialHub premium activated for all csc
*Visibility of Hidden Storage is activated
in SHP
*Front Camera for Self Shot and Record
is activated
*Camera sound is changed
*Call Record is activated
*Custom GPS based on google server
*Any key LCD on activated
*Two Themes added (ios5 and elite)
(credit goes to their respective creators)
*new samsung ICS type lock screen and
alaram popup
*Dolfin default UA changed to i9000 ICS
*Java App
addedopera,ucbrowser,centurion(to
open zip and rar files)
*Multitasking 5 Java apps
*backup and restore works perfectly
with kies
*Help PopUp Windows at startup
disabled
*Default Battery Percentage
*Backlight time 15sec by default
*Default App Instalation directly on
memorycard
*Bluetooth remote SIM mode activated
*Reception of SMS-300 MMS-200
*MMS Resized Image to 7mb,size of
attachment to 10mb
UPDATE V2.0:-
*rc1 and csc severely optimized (rc1 just 34mb and csc just 28mb) (so much more free ram available than previous version)
*navigation engine enabled which was disabled in previous version
*added 31 csc :- SOCIAL HUB PREMIUM ACTIVATED IN ALL 31 CSC
csc 1:- BAN,BHT,CMF,DBT,GBL,HAT
csc 2:- INU,IRD,ITV,KOR,MBM,MET
csc 3:- MOT,MTL,NPL,ORC,SER,SLK
csc 4:- SMO,TMT,TRA,TUR,VDC,VDH
csc 5:- VVT,XEF,XEH,XEN,XEO,XEZ,XTC
*all other languages removed except ENGLISH
m90ultimate v2.0
download link:-
https://hotfile.com/dl/155470459/d24eaf8/m90ultimate-S8500_v2.0.rar.html
password:-
m90ultimate
for direct links please use leeching sites like leechking.com or premiumleech.com
hope you will enjoy this ultimate rom.
just try it once and you will forget all other your previous roms.
best in ram management .you can playy bulky games like asphalt6hd and tintin flawlessly on this rom .
just go ahead and Njoy.
​
nice!!! I'm gone to flash this
##EDIT##
This rom rocks like **** man!!!! much better than other one.
and I've clean out CSC file more, only my CSC (XEN) and only Dutch stings 26MB now
please m90ultimate other FW for s5830 like in the thread
Hello m90ultimate,
please consider adding google maps, opera, picsel smart office and some mp3 player custom setting like: changing the music equalizer.
If it's possible try to remove navigation as i and others think is a waste of memory, add more languages in CSC, optimize GPS for offline and online navigation, optimize the camera as i felt that is a bit laggy ,and if you can try to increase the response after a photo is taken as to take much faster photos in a somewhat burst mode and finaly add more widgets!!!!!!
Thank you for the custom S8500 rom and keep up the good work
P.S. Is much snappier then other roms that i tried.
Any key LCD on activated....what is this feature?
could you please post a tutorial of how to add a language we want?
josecabre said:
Any key LCD on activated....what is this feature?
could you please post a tutorial of how to add a language we want?
Click to expand...
Click to collapse
that "any key LCD on activated" is that with every button u push the screen goes on
and U can edit the CSC file to add language if U want, use waveremaker

TurkoCFW V6.1 : Wave&Wave II (Amazing TurkoCFW V8 Soon)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm Proudly Present My Biggest Custom Firmware to you Enjoy
S8500XELF1/S8530ANLD1 - Version!
Big Thanks To Ho1od,B.Kubica,cybekteam and Others...
Thanks to Bada-Il for Lang Packets (Asia&Mea)
And Thanks to mylove90 for CSC Preconfiguration on Mea
And also Big Thanks to Android Developers : All credits goes to Rebellos, Mike Gapinski, nbates66, oleg_k, b.kubica, mijoma, anghelyi,Linus torvalds, all the linux kernel hackers, Google's developers, Samsung's developers, my parrents and my family, etc.
It is my Custom Rom Named Turko CFW V6 for Wave I
Here is a custom firmware based on last S8500XELF1/S8530ANLD1 and release for S8500/S8530 only
Default CSC: your country
If it does not install your country, after flash from keyboard: *#272*HHHH# where HHHH is time show on the wave and select your country.
This time I made for both European and Asian languages, and also added csc's
For Android Installing no need to flashing.Only download android files and copy to Internal memory
Android ICS Rom by Mike : http://depositfiles.com/files/vlxkglf0s
Turko CFW V6 is now enjoy with the android experience within a few seconds! moreover, as simple as removing one of those!
Call + End Call keys to move to Android 5-6 seconds.
Press and hold NO keys to switch Bada normal
Now let's look at the method pros and Android to employees;
Although both systems are working normally
Android Market works
Wireless is working without to ask a static IP
Sound is working.
Camera Works.
Touchscreen works with the latest kernel below
Memory card is working.But only Accessing no Writing
and Etc...
Not worked on Android beta;
Android, GSM does not work
Android remove!
only Delete these files from Internal memory or make hard reset
(zImage, cache, data and polishblood_Nightly1)
Fixed Touchscreen Calibration by anghely
So Download below and Change zimage on your phone with this new one.Now Touchscreen will work perfectly
Zimage : http://www.share.az/3kt49gar9px5/zimage_02.07.2012_by_angelhyi.zip.html
Attention : Android Only For GT-S8500 Wave I
Firmware Version: S8500XELF1/S8530ANLD1
CSC Version: S8500CISLF1/S8530EPLLD1
Bada Version: 2.0
Compatible Phone Model: S8500/S8530​
Download For GT-S8500 Wave I
TurkoCFW V6 Europe Wave : http://www.share.az/vn7vhfoyof56/TurkoCFW_V6_Europe_+_Android_4.0.4_(ICS_Beta)_by_Hero355.7z.html
Alternative Hotfile for V6 Europe Wave : https://hotfile.com/dl/162185229/e114101/TurkoCFW_V6_Europe__Android_4.0.4_(ICS_Beta)_by_Hero355.7z.html
TurkoCFW V6 Asia&Mea Wave: http://www.share.az/qagdqpd73i44/TurkoCFW_V6_Asia&Mea_+_Android_4.0.4_(ICS_Beta)_by_Hero355.7z.html
Alternative Hotfile for V6 Asia&Mea Wave: https://hotfile.com/dl/162190846/e72ace8/TurkoCFW_V6_AsiaMea__Android_4.0.4_(ICS_Beta)_by_Hero355.7z.html
-----------------------------------------------------------------------------
Added New CSC File For Wave I:Contain Some Languages and CSC Preconfiguration .Who wants Download this and Full flash with Firmware
http://www.share.az/699l3w8a8hsf/CSC_V8_Europe_S8500_Hero355_BadaDroid.7z.html
CSC Version 8 : CSC_V8_Europe_S8500_Hero355
Lang0=GERMAN
Lang1=ENGLISH
Lang2=DUTCH
Lang3=CZECH
Lang4=HUNGARIAN
Lang5=CROATIAN
Lang6=SLOVAKIAN
Lang7=MACEDONIAN
Lang8=SERBIAN
Lang9=POLISH
Lang10=TURKISH
Lang11=KOREAN
CSC Preconfiguration:TUR,AUT,BHT,CMF,DBT,EPL,XEB,XEH,XEO,XEU,XEZ,INU,IRD,KOR,MBM,MOZ,ORS,PHB,PRO,SMO,TMT,TMZ,TPL,TRA,ATO,VDC,VDH
Click to expand...
Click to collapse
Click to expand...
Click to collapse
-----------------------------------------------------------------------------
Download For GT-S8530 Wave II
TurkoCFW Lite V6 Europe&Asia&Mea Wave II : http://www.share.az/3792rki1h4vz/Turko_CFW_V6_Wave_II_by_Hero355.7z.html
Click to expand...
Click to collapse
Alternative Hotfile : https://hotfile.com/dl/162330081/b2c27d1/Turko_CFW_V6_Wave_II_by_Hero355.7z.html
Thanks to alkalinorap
Who has problem with calling Please full flash this shpapp : https://docs.google.com/open?id=0B0UvdvainPw9OGw1UXJrR2dRM2M
Alternative : http://www.share.az/a8h8ron4p3ui/ShpApp_S8530_hero355_fixed_by_Alkalino.app.html
-----------------------------------------------------------------------------
CSC Preconfigurations And Languages (*.txt) for Wave I : http://www.share.az/oxokvq17ns4e/CSC_Language_Preconfigurations_For_Wave_I.txt.html
CSC Preconfigurations And Languages (*.txt) for Wave II : http://www.share.az/8xyw88iqv750/CSC_Language_Preconfigurations_For_Wave_II.txt.html
Changelog:
- Fm Radio Is Working Without Earnphone Connection [Ordinary, earphone functions as though antenna of the phone, therefore radio gets more signals. But here we would like to emphasize that most of the time we do not take earphones with us and so no Radio. Sure if you have internet connection (3G) can get online radio stations with 3th party software.
With this Custom Firmware we brought about Radio without Antenna (earphones).
By making Manuel station search even you can find many radio stations or just put your finger over antenna input area.]
- Fixed a very low start ringing when a call comes at the beginning.
- Deleted Operator Name From Notification Bar
- Auto portrait camera
- Any key LCD on
- Exclusive! Opera Mini for Bada app is included only this CFW
- Show hidden storage on windows explorer (IntSys) )
- SocialHub premium Activated for ALL CSC
- You can record a call
- Deleted All default pictures.Only one of them is remained
- Deleted Analog Clock,Calendar and Memo Widgets
- Added Iphone ring tone
- This time firmware based on latest XELF1/CISLF1 June's Firmware for Russia
- There are 5 CSC file in the CSC file. CSC version is required with the necessary explanations below
- Fixed on calculator division operation in CSC-V5 Turkish language
- CSC & ShpApp Reduced
- Origo Browser name fixed to original
- Changed power on/off sound
- Added Search button to the main menu, as bada 1.2
- China, Korea and Asian symbols has been deleted for Ram (only CSC V1)
- Fixed Some wrong translation on Turkish and Azerbaijan Language
- Ripped Boot screen seconds (for quick opening)
- Changed Boot logo to BadaDroid
- Deleted unnecessary apps like Caster,GTalk,Yahoo,MSN,Music hub and etc. for saving ram
- Remove pdf file, widgets, gadgets from hold bada 1.x
- Custom for GPS
- Facebook,Twitter and Chat On are available on market!
- Default Start Year 2012 Default
- Help Windows Disabled
- Reduced number of home screens to 1
- Changed app arrangement on homescreen
- Changed app arrangement in main menu
- Battery percentage enabled Default
- Sleep Time 1 Min Default
- Maximum use of 5 Java apps same time
- Wave 3 Market inside
- Maximum SMS / MMS increased 150
- MMS Resized Image to 7 mb previous it was 3 mb, size of attachment to 10 mb previous 5 mb
- Backlight time 15sec default
- Motion Shake,Tilt and Turn over OFF default
- Default App Instalation MMC
- Bluetooth remote SIM mode activated
- For Using SER (Russian) You will See Qip Mobile on the Java apps
- Fixed Transparant on Notification bar
- Supported 32 European Language & 55 CSC / 11 Mea & Asian Language & 28 CSC
- If you will use SER CSC .Kies will say it is the latest firmware
- Support for RTL languages (Right to left languages) (Only CSC V7)
- MEA calendar added (Hijri - Shamsi - Georgian)(Only CSC V7)
​
​
Download Attachment which you want.Change Download Mode on your Phone.And Open Multiloader And Choose Only "XXX. app'' and tick to Download.After Finished You can See App Icon On your Phone's menu
XXX=Which app you want to install
MSN : http://www.share.az/k6xkwv2qg6xn/MSN.app.html
Yahoo : http://www.share.az/uyqn53mq9g9q/Yahoo.app.html
Gtalk : http://www.share.az/w977vtscioco/GTalk.app.html
IM(Instant Messenger) : http://www.share.az/rbu7ggxmkrd9/IM(Instan_Messenger).app.html
Caster : http://www.share.az/0tp9ol5p63mb/HDCaster.app.html
Polaris Office : http://www.share.az/b3bwloytqkiu/ShpApp_HDPolaris_Hero355.app.html
Enjoy ​
Click to expand...
Click to collapse
​
great job mate waiting S8530 version :victory:
Will Android ICS come pre-installed with this firmware or will I need to install it? Actually I don't wish to use the ICS Nightly ROM anymore and so asking.
---------- Post added at 05:10 PM ---------- Previous post was at 05:08 PM ----------
Okay just saw that it can be removed by just doing a hard-reset. Thanks.
---------- Post added at 05:23 PM ---------- Previous post was at 05:10 PM ----------
Can you please include Caster? I use it a lot and just saw that you have removed it.
AbhishekS said:
Can you please include Caster? I use it a lot and just saw that you have removed it.
Click to expand...
Click to collapse
Downlod below.Open multiloader and Tick only HDCaster.app and flash it and you got Caster
http://www.share.az/0tp9ol5p63mb/HDCaster.app.html
Hotfile Link for Asia&Mea added
So I'm plannig for Wave II still wait please
nice work ..
now can we play RF2012 ?
Joker 1994 said:
nice work ..
now can we play RF2012 ?
Click to expand...
Click to collapse
Nope.RF2012 has high texture.it must be updated
it seems very good, i'll try it!
regarding Android ICS...
no credit to oleg, mijoma, Rebellos, mikegapinski?
none?
many didn't ask when they did this with the froyo version, did you ask anyone if you could include this one?
While asking isn't a necessity, it's a polite gesture, and you should definitely give proper credit.
also since your using the nightly1 label it with a warning that android ICS could corrupt sdcard contents, since it was forgotten to remove external sdcard mount apparently(or recompile it with that mount removed).
nbates66 said:
regarding Android ICS...
no credit to oleg, mijoma, Rebellos, mikegapinski?
none?
many didn't ask when they did this with the froyo version, did you ask anyone if you could include this one?
While asking isn't a necessity, it's a polite gesture, and you should definitely give proper credit.
also since your using the nightly1 label it with a warning that android ICS could corrupt sdcard contents, since it was forgotten to remove external sdcard mount apparently(or recompile it with that mount removed).
Click to expand...
Click to collapse
I will add...
P.S : Really I never have problem with SDcard while i using ICS
Anyway thanks
News for ICS Beta
Fixed Touchscreen Calibration by anghelyi.Thanks to him
So Download below and Change zimage on your phone with this new one.Now Touchscreen will work perfectly
Zimage : http://www.share.az/3kt49gar9px5/zimage_02.07.2012_by_angelhyi.zip.html
P.S : Instruction also added to First post
RAM tweak included?
Hi, I would like to ask you if this CFW has also the free ram amount increased.
I'm currenly using the S8500LD2 modified by nexus with the new improved free RAM, almost 107mb, so I can now play games like asphalt 6 without crashing.
I found your CFW intresting but I would like to know if the above ram tweak is included first and then flash my device..
Many thanks for the great job you did on this new FW.
mipoes said:
Hi, I would like to ask you if this CFW has also the free ram amount increased.
but I would like to know if the above ram tweak is included first and then flash my device..
Click to expand...
Click to collapse
hi
Ram Tweak also is included You can play Games like Asphalt 6 without crashing
hero355 said:
hi
Ram Tweak also is included You can play Games like Asphalt 6 without crashing
Click to expand...
Click to collapse
Perfect!!
Start download and flashing process
Sorry for the silly question, but how to activate Android or to switch from Bada to Android ?
Thanks in advance
cezabs said:
Sorry for the silly question, but how to activate Android or to switch from Bada to Android ?
Thanks in advance
Click to expand...
Click to collapse
Call + End Call Combination for Android
Normal End Call Pressing for Bada
Thanks for the swift answer but it doesn't work for me.
There is something I don't understand ?
cezabs said:
Thanks for the swift answer but it doesn't work for me.
There is something I don't understand ?
Click to expand...
Click to collapse
Switch off your phone totally
Pressing call + end Call Together around 5-6 seconds it will boot to android
or Pressing only End Call button it will open normal bada
Fixed arabic Problem
Added New CSC V7 Only for Arabic,Urdu,Persian users.While Flashing Please Use This CSC file
Support for RTL languages (Right to left languages)
MEA calendar added (Hijri - Shamsi - Georgian)
Thanks to yakapa40 and Mylove90
Added Wave 3 Market apps
All added to first post
Enjoy
P.S Now I'm going to do for Wave II

MIUIv4 _2.12.21 [Android 4.0.3] - genokolar .... FINISHED! :(

NOTE: This is not my ROM!!
The ROM - These links won't work.. Genokolar has stopped MIUI support for our phone.
http://pan.baidu.com/share/sharevie.../MIUIv4+2.12.21&page=1&num=20&fsid=4099073847 -from mobile
http://pan.baidu.com/share/link?shareid=158722&uk=3791923799#dir/path=/MIUIv4/MIUIv4 2.12.21 -from PC
Get the ROM by Seed8038
gapps - goo.im/gapps/gapps-ics-20120429-signed.zip
[Skip this if you have flashed gapps right after flashing the ROM, i.e., before booting into the ROM!]
How to quickly change from Chinese to English-
After you successfully boot into the ROM, don't do anything, just pull down the notification drawer and press the settings icon on top right-hand corner.
When settings open, swipe left to open complete settings.
Scroll to "Keyboard icon", tap it.
From the next page that comes, tap on the first field and choose English!
I installed RAM Manager Pro and selected the preset "Hard Gaming".. as a result, Temple Run and Asphalt 7 are working!! :laugh:
To unlock fps- http://www.mediafire.com/?yybxj2yy18xedqb
paste this on system/etc and give all 9
permissions.. then reboot! :victory:
(this will eliminate all lags in Temple Run! and improve your AnTuTu score too)
Big thanks to-
pikachukaki
genokolar
[RESPECT!!]
Seed8038 said:
Hi people, if you want, you can try this version of MIUI. Remember that MIUI is not for everyone, but it still is for everyday use. This ROM is not super speed, but is smooth.
This rom is multilanguage, follow instalation steps, as is in first post, is it easy.
Changelog:
-updated apps
-added MyPhoneExplorer
-changed icons
DOWNLOAD - MIUI_U8800Pro_2.12.21.zip
USB connection is still buged.
For communication phone with PC install THIS application to your PC, then turn on the same application in phone and pair it over WIFI.
In theme manager you can change almost anything (lockscreen, notification, dialer, bootanimation, font...)
Some usable tips for MIUI is here - http://forum.xda-developers.com/showpost.php?p=22567230&postcount=3 - thanks to omair2005.
Screenshots in attachments.
Click to expand...
Click to collapse
Seed8038 said:
Hi people, I would like to introduce a slightly modified MIUI ROM. I do not make new thread because is the same ROM as on first post, but i make some changes:
CHANGELOG:
- added gapps
- replace stock apks with multilanguage
- added some usable apks (can be uninstalled)
- default language set to english
- changed bootanimation (Now are more "MIUI" )
- "Search button" changed to "Power button"
INSTALLATION:
Installation is same as any other installation - wipe data/factory, cache, davik cache and format /system in mounts and storage, then install ROM
I have no problem with ROOT, It is only necessary to setup(screenshots).
To unlock FPS: Install-recovery.sh is in system/etc, you must just go there and set all permissions(screenshots).
DO NOT CHANGE LANGUAGE IN THE SETTINGS MENU!!!
After installation, you must start application"Morelocale2" wait approximately 30-40 seconds to view languages. WARNING! Not all these languages are included! You can choose only :
Languages included:
English (MarkHUK & iBotPeaches)
Chinese (Xiaomi)
Polish (Acid)
Dutch (Kees-Jan)
Italian (Mish)
Korean (IAmGhost)
Spanish (Ehrans)
Danish (1982Strand)
Russian (KDG & malchik-solnce)
Arabic (silent_4)
Ukrainian (KDG & Vlaaaad)
German (Gerret84, bitti09, bobquentok)
Hebrew (Catbaxter)
Hungarian (vagyula)
Slovak (ingbrzy)
Czech (kynio & zeduaz)
Greek (FinN)
Turkish (Özgür Yalçın)
Vietnamese (nqduy)
I tried only Slovak, Czech and Spain, I do not know which languages ​​work and which do not. Those languages ​​that are listed should work, but it is necessary to test.
I am not the porter of this ROM, porter is Genokolar
So I don't fix any bugs
DOWNLOAD:
HERE
I found two bugs (maybe there are other, I do not know),
First is :
When i connect phone to PC with USB, mounted is only internal storage(i do not see external SD) as "CD unit" and its not possible delete or copy any files...
And second is in Google play, Do not show me the images. (Search and install aplications is without problem)
Maybe this bugs are only for me, i dont know... :/
CREDITS:
Thanks to:
Genokolar - for port MIUI to our device http://pan.baidu.com/share/link?shareid=158722&uk=3791923799#dir/path=/MIUIv4/MIUIv4 2.12.21
INGBRZY - for creating multilang apks for our device - MIUI Multilang builder, MIUI CZECH and SLOVAK Developer - http://miuiandroid.com/community/threads/miui-multi-lang-2-12-21-ics-jb.19084/
Prakharkmr27 - for starting this thread http://forum.xda-developers.com/showthread.php?t=2032407
Some images are similar to those from prakharkmr27, sorry for this.
It's a shame that genokolar not use multilang apks..
It should be noted that this is not an official port MIUI, our device is not officially supported, it is therefore possible that not everything will work ...
Regards
Click to expand...
Click to collapse
Seed8038 said:
I forgot, do not use volume rocker from this thread(http://forum.xda-developers.com/showthread.php?t=1736650 when you use MIUIHome as launcher.
With another launcher is ok but no with stock MIUI.
This version is based on official B928 but not all tweaks(designed for B928) works without problem.
Click to expand...
Click to collapse
Well, this release is 21 this month?!
dingila said:
Well, this release is 21 this month?!
Click to expand...
Click to collapse
Yes it's the newest release by geno.
Please, give me the original link...you can?
I can't open this: The ROM - http://pan.baidu.com/share/shareview...sid=4099073847 -21/12/2012
Link does not work (for ROM dl)
dingila said:
Please, give me the original link...you can?
I can't open this: The ROM - http://pan.baidu.com/share/shareview...sid=4099073847 -21/12/2012
Click to expand...
Click to collapse
Juicee91 said:
Link does not work (for ROM dl)
Click to expand...
Click to collapse
The link is original and not modified by anyone! ..Straight from genokolar's bounty
the link is working perfectly! I opened it in Opera Mini as well as Stock Android browser! Just click on this button-> "下载 (215.29MB)"
any way, here is the whole folder-
pan.baidu.com/share/link?shareid=158722&uk=3791923799&third=0
Sent from my awesome Ideos X5 (U8800PRO)!
prakharkmr27 said:
The link is original and not modified by anyone! ..Straight from genokolar's bounty
the link is working perfectly! I opened it in Opera Mini as well as Stock Android browser! Just click on this button-> "下载 (215.29MB)"
any way, here is the whole folder-
pan.baidu.com/share/link?shareid=158722&uk=3791923799&third=0
Sent from my awesome Ideos X5 (U8800PRO)!
Click to expand...
Click to collapse
More languages ​​may be added to it, or is it?
dingila said:
More languages ​​may be added to it, or is it?
Click to expand...
Click to collapse
I don't know.. Ask genokolar
or maybe pikachukaki
P.S.- This isn't my ROM. I'm just publicising this beautiful ROM.
Sent from my awesome Ideos X5 (U8800PRO)!
link miui geno
Development version this week recommended: 82%
Here comes the full changelog:
[Contacts]
Optimized smart grouping supports bulk SMS and setting ringtones
[Messaging]
Fix in some cases received MMS causes the call interface to collapse
[Lock screen, status bar, notification bar]
Optimize the lock screen drag operation fluency
Fix a series of lock screens display an error or problem leading to it not being usable
[Themes]
New variety lock screen framework supports screenshots capturing
Fix mislabeled ringtones currently in use
Fix in some cases, error reviewing theme info in theme details page
Fix in some cases the wallpaper scrolling type cannot be used
Fix cannot view full screen font preview
[Sound Recorder]
Fix problem with longer recording durations when saved causes a locking issue
[Video Player]
New Enter full screen playback by tapping only one key
Seems everything is ok on Dec. 21. How's there?
http://www.miui.com/extra.php?mod=download/rom&fid=117
akalos said:
link miui geno
Development version this week recommended: 82%
Here comes the full changelog:
[Contacts]
Optimized smart grouping supports bulk SMS and setting ringtones
[Messaging]
Fix in some cases received MMS causes the call interface to collapse
[Lock screen, status bar, notification bar]
Optimize the lock screen drag operation fluency
Fix a series of lock screens display an error or problem leading to it not being usable
[Themes]
New variety lock screen framework supports screenshots capturing
Fix mislabeled ringtones currently in use
Fix in some cases, error reviewing theme info in theme details page
Fix in some cases the wallpaper scrolling type cannot be used
Fix cannot view full screen font preview
[Sound Recorder]
Fix problem with longer recording durations when saved causes a locking issue
[Video Player]
New Enter full screen playback by tapping only one key
Seems everything is ok on Dec. 21. How's there?
http://www.miui.com/extra.php?mod=download/rom&fid=117
Click to expand...
Click to collapse
This changelog is for all phones, in general, that are officially supported by MIUI.. Can't say if its applicable to our phone too..
yes this is the same ROM.
An AUTO CALL RECORD option was available in MIUI GB ROMs which recorded voice calls automatically in background. This option is not found in MIUI V4. Has it been removed?
Secondly I think MIUI V4 are based on ICS. Is there any MIUI ROM based on JB for our 8800+
I like this feature a lot where you can record the conversation, but it does not any ROM that.
Only in MIUI
If having many languages​​, it would be great, but ...
parthabhatta said:
An AUTO CALL RECORD option was available in MIUI GB ROMs which recorded voice calls automatically in background. This option is not found in MIUI V4. Has it been removed?
Secondly I think MIUI V4 are based on ICS. Is there any MIUI ROM based on JB for our 8800+
Click to expand...
Click to collapse
I think there is call record function in this ROM.. I can't confirm it right now..
This ROM also works perfectly! Who needs GB then? Its the time of 4.2!
Sent from my awesome Ideos X5 (U8800PRO)!
Hey, could you upload it to megaupload?
It takes few hours for me to download via chineeze website.
Moribus said:
Hey, could you upload it to megaupload?
It takes few hours for me to download via chineeze website.
Click to expand...
Click to collapse
Here ==> http://d-h.st/myfiles
And... Does anyone know if there is a language pack for MIUI??
dingila said:
Here ==> http://d-h.st/myfiles
And... Does anyone know if there is a language pack for MIUI??
Click to expand...
Click to collapse
Well, you gave me a link to ur files, but u can see those, only if u are loged in. It's not public links, if u get what i mean.
prakharkmr27 said:
I think there is call record function in this ROM.. I can't confirm it right now. (U8800PRO)!
Click to expand...
Click to collapse
There is a call recording option which is to be invoked manually from call screen "MORE" option which actually works. But I need that auto option add in MIUI GB. Anyway great ROM by the way.
Moribus said:
Well, you gave me a link to ur files, but u can see those, only if u are loged in. It's not public links, if u get what i mean.
Click to expand...
Click to collapse
Try here ==> http://d-h.st/sb4
dingila said:
Try here ==> http://d-h.st/sb4
Click to expand...
Click to collapse
Ty mate.
Moribus said:
Ty mate.
Click to expand...
Click to collapse
I tried from my other computer ... no problem.
All my files are public!
http://d-h.st/sb4

[ROM][04.07.2013] Turko CFW | S4 Style : S5380,S7250

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
S5380XXLF1 & S7250NALF1 - Version!
Big Thanks To Ho1od,B.Kubica,cybekteam,mylove90.Dokugogagoji,_King_ and others...
and Big thanks for Badaturkiye Team.[Frager]
Thanks to Maks from badapps.ru (S5380) and Nov4Chas3r (S7250) for tests
It is my custom rom named TurkoCFW for S5380 and S7250
Here is a custom firmware based on S5380XXLF1 &S7250NALF1 and release for S5380 & S7250 only
Default CSC: your country
If it does not install your country, after flash from keyboard: *#272*HHHH# where HHHH is time show on the wave and select your country.
Firmware Version: S5380DXXLF1 & S7250DNALF1
CSC Version: S5380DCISLF1 & S7250DNRJLI1
Bada Version: 2.0
Compatible Phone Model: S5380 & S7250​
TurkoCFW V2.1 S5380
: https://hotfile.com/dl/232378630/fb296de/S4_Style_TurkoCFW_v2.1_S5380D_by_hero355.zip.html
TurkoCFW V1.0 S7250
: https://hotfile.com/dl/232245407/4e7dafd/S4_Style_TurkoCFW_v1_S7250D_by_hero355.zip.html
Graphical Changes:
S4 style quickpanel
S4 stlye Dialpad
New S4 Style TurkoCFW theme integrated
New logo added
New edited Wave 3 lockscreen
S4 UI sound, progress, status indicators and icons have been added.
Settings icons changed as theme
Contacts icon changed as S4
Blue, corners, oval Warning screen changed. Decorated with turquoise-gray color around!
The top of the symbols of the notification;
Bluetooth, Wi-fi, Signal, Charging, Music player, Play / Pause, Memory Card, Audio Options, Connection type and Alarm clock icons renewed!
And many things you will see yourself
Changelog:
- Don't forget to increase system volume to maximum,Because I added S4 UI touch sounds
-NOT Support Chinese quick panel (I'd remove it because it had Wi-Fi bug)
-Deleted Java icons from menu
- Changed Setting Menu Icons as theme compatible
- Opera Mini 7,SonID,Facebook java,eBuddy,Google Maps,BlueFTP and UCBrowser available from Java menu
- GPS activated default
- Data activated default
- Activated Battery Percentage,Now possible to activate it from settings
- Now you can record sound as *.mp3
- Added S4 Style font
- Browser mod of Dolphin included
- Fm Radio Is Working Without Earnphone Connection
- Show hidden storage on windows explorer (IntSys) )
- You can record a call
- Deleted All default pictures.And changed other one
- Deleted Analog Clock,Calendar and Memo Widgets
- Added Iphone and Blackberry ring tone
- This time firmware based on latest S5380 firmware
- Now there are more languages available.
- CSC & ShpApp &FFS Reduced
- Added Search button to the main menu, as bada 1.2
- Deleted Caster,Music hub and IM
- Remove pdf file, widgets, gadgets from hold bada 1.x
- Custom for GPS
- Chat On are available on market!
- Default Start Year 2013 Default
- Help Windows Disabled
- Reduced number of home screens to 1
- Changed app arrangement on homescreen
- Changed app arrangement in main menu
- Battery percentage enabled Default
- Sleep Time 1 Min Default
- Maximum use of 5 Java apps same time
- Maximum SMS / MMS increased 300/200
- MMS Resized Image to 7 mb previous it was 3 mb, size of attachment to 10 mb previous 5 mb
- Backlight time 15sec default
- Motion Shake,Tilt and Turn over OFF default
- Default App Instalation MMC turned off
- Bluetooth remote SIM mode activated
- NFC is activated as default (Works with some European models)
- Added rotation animation on S5380
- IOS 4 Uagent added
- And some minor things..that you will notice yourself
​​
Screen Shots : http://forum.xda-developers.com/showpost.php?p=43225279&postcount=2
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CSC Preconfiguration files in this CFW S5380
:
CSC_S5380D_Hero355_TurkoCFW_S4Style.csc:
Languages: English, Korean, German,Russian,Ukrainian,Azerbaijani,Turkish,French,Kazak,Romanian,Georgian
CSCs: CRO ,DBT ,HAT ,XEF ,TUR ,KOR, SER, SEK, SKZ, ALO, FTD, MSG, VHC, ETR, NPL, SLK, TML, INS, INU
Click to expand...
Click to collapse
CSC Preconfiguration files in this CFW S7250
:
CSC_S7250D_Hero355_TurkoCFW_S4Style.csc:
Languages: English, Korean, German, Italian, French, Spanish, Dutch, Polish, Portuguese, Turkish, Irish
CSCs: CRO ,DBT ,HAT ,XEF ,TUR ,KOR, ETR, NPL, SLK, TML, INS, INU
Click to expand...
Click to collapse
ScreenShots
Looks Like this S8XXX version : http://forum.xda-developers.com/showpost.php?p=42111200&postcount=2
Wave M Market and Extra apps !!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wave M store for S5380 :
With flash this file,you can go Wave M store,and download Wave M Fonts,themes and etc, which isn't on S5380 store
You need to download and flash apps_compressed as compatible with your phone
You won't lose data
04.07.2013
Wave M store for GT-S5380 WAVE Y : http://www63.zippyshare.com/v/93935501/file.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Extra apps:
If you want MSN,MusicHub or Yahoo office you need to download below for your phone model and flash all one by one
GT-S5380 WAVE Y & GT-S7250 WAVE M - MSN : http://www63.zippyshare.com/v/7567233/file.html
GT-S5380 WAVE Y & GT-S7250 WAVE M - MusicHub : http://www63.zippyshare.com/v/55585513/file.html
GT-S5380 WAVE Y & GT-S7250 WAVE M - Yahoo : http://www63.zippyshare.com/v/17761594/file.html
GT-S5380 WAVE Y & GT-S7250 WAVE M - Viber : http://www44.zippyshare.com/v/20426520/file.html
​
Deleting Battery Percentage option on S5380 !!
If you are facing with battery percentage problem : Download below and simply flash it,It'll disable battery on off from settings
Link : http://www69.zippyshare.com/v/34368324/file.html​
Installation !!
INSTALLATION method is the same for S5380 and S7250
Backup your files
Take out SIM and SD card
Go to download mode with these combinations
Call end + Vol down + Menu
Connect USB to PC
Open Multiloader 5.65 or 5.67 and Follow picture
Port Search and Download
If you want to Share it on any blog,Please give credit !!
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Convincing evidence will result in copied work being removed. If there is no clear evidence you created the work then in the spirit of sharing all work will remain posted on the forums.
As an addition, developers have the right to hold exclusivity over their work for as long as it is deemed necessary by the dev or freely share it. However, if the work is claimed as exclusive, it must remain as such. No selective sharing will be allowed (ie allowing certain people to use it and not others). Should the dev decide to start sharing the work with others, the work automatically becomes fair game for all to use.
In regards to permissions, same rules remain for this but if permission was already given, unless there is a very valid reason, it cannot be revoked (same applies to major updates on the work). Under that same premise, permissions cannot be denied unless the work is exclusive or under severe circumstances.
In plain English: If you want to keep your work exclusive, go for it. However, if you are going to share your work, do it fairly.
These rules apply to all software posted on XDA (including but not limited to ROMs, RUUs, apps, games, kernels, themes, icons, etc) unless that software comes with a license that waives these rules.
Click to expand...
Click to collapse
Enjoy !
Added S7250 Version...
OHHH thanks bro, i will test
bro here show this error:
Code:
Boot Binary Download Start Ch[0]
Bcmboot 118.2KB OK[0.2s]
Boot2 708.1KB OK[0.8s]
Drom_dsp 2097.2KB OK[1.3s]
Patch_dsp 131.1KB OK[0.2s]
Sysparm_dep 8.5KB OK[0.2s]
Sysparm_ind 136.2KB OK[0.2s]
NVRAM6 9.5KB OK[0.1s]
Wait reset !!
Download Start Ch[0]
FOTA 1375.8KB OK[0.9s]
Amss 9335.6KB OK[9.0s]
Apps 28049.4KB OK[27.1s]
Rsrc1 23855.1KB OK[22.9s]
Rsrc2 1495.0KB OK[1.5s]
FFS 26148.9KB OK[52.9s]
SHPAPP 74924.0KB OK[96.2s]
CSC 21422.1KB OK[11.3s]
Error : CMD_USB_LOCK fail
you know how to solve?
rafaelvasconcelos said:
bro here show this error:
you know how to solve?
Click to expand...
Click to collapse
Try to force restart by End key
I'm already working on fixing it
Fixed S5380 version,Download v2.1 and Enjoy
hero355 said:
Try to force restart by End key
I'm already working on fixing it
Click to expand...
Click to collapse
downloading new version
hero355 said:
Fixed S5380 version,Download v2.1 and Enjoy
Click to expand...
Click to collapse
Hi.....hero355
this can be a noob question..but please clear me
Can i flash it to "s5380k" .........?
if not please clear me.....what is the difference
between s5380 and s5380k
thnx in advance
@hero355
Hey.. Great job Manh!!
Does everything work and is everything fluid? no lags n bugs?
hi. i have an s5380d. there is a way to add italian language to your cfw?
eFFeRaTuM said:
hi. i have an s5380d. there is a way to add italian language to your cfw?
Click to expand...
Click to collapse
Hello download both S5380 and S7250 firmware from 1st page,then extract them anywhere on your pc,then Open Multiloader Choose all files from S5380 and as *.csc choose file from S7250 and full flash.
In theory it must work
Try and tell me If it worked :good:
hero355 said:
Hello download both S5380 and S7250 firmware from 1st page,then extract them anywhere on your pc,then Open Multiloader Choose all files from S5380 and as *.csc choose file from S7250 and full flash.
In theory it must work
Try and tell me If it worked :good:
Click to expand...
Click to collapse
ok, i'll try.
before your post, i've flashed italian firmware again and i still have no italian lang... strange.
and after some seconds i've got a screen saying:
Platform 'so' checking is failed...
Platform 'so' modification is detected
do i need a full firmware to restore it back?
eFFeRaTuM said:
ok, i'll try.
before your post, i've flashed italian firmware again and i still have no italian lang... strange.
and after some seconds i've got a screen saying:
Platform 'so' checking is failed...
Platform 'so' modification is detected
do i need a full firmware to restore it back?
Click to expand...
Click to collapse
yes Full firmware is required to restore it back
hero355 said:
yes Full firmware is required to restore it back
Click to expand...
Click to collapse
damn... at least i was able to flash your firmware with italian taking the CSC S5380DOXAKK1 from S5380DXXKK4!!
thank you and great firmware!
a last thing: everytime the phone boot ask me to activate packet data connection...
i check don't ask me again and tap on no, but it appears again after a reboot.
a way to disable it or let it save the asnwer?
eFFeRaTuM said:
damn... at least i was able to flash your firmware with italian taking the CSC S5380DOXAKK1 from S5380DXXKK4!!
thank you and great firmware!
a last thing: everytime the phone boot ask me to activate packet data connection...
i check don't ask me again and tap on no, but it appears again after a reboot.
a way to disable it or let it save the asnwer?
Click to expand...
Click to collapse
It is damn bada 2.0 bug which we are also suffering from it

[ROM] [GB 2.3.6] SGA RAINBOW v3.2 Custom ROM [Update 5]

SGA RAINBOW v3.2 View attachment 3343665
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Update 5
Introduction
Maybe it's not too late for a Custom ROM for S5830, but I just want to share this ROM with you.
The name is SGA RAINBOW, and is for GT-S5830 model also known as “Cooper”. It’s based on Stock firmware – GB 2.3.6 XWKTM and is a stock Custom ROM.
There is nothing original added, but is stable, nice, no fake, no warez. I use it every day.
I know, were made some more Stock Custom ROM for S5830, some of them quite good. I have a list with them, but is not here the place to say that would be the best.
I hope it will find some users that will test it and like to use it on the phone, as I like.
This is not a Copyrighted ROM.
You can use any part of my ROM, but just list my name in your credits.
Warning
This ROM should be applied to witch having the model Ace GT-S5830, and is not for model GT-S5830i.
If you update in a GT-S5830i model, you will brick your device.
This ROM is not for very beginners. If you are a very beginner, please first to get comfortable to other Custom ROM's, backups, and "how to flash a firmware with Odin". You can also wait to appear some reviews here.
Disclaimer
If you do not know what you're doing, try to learn first.
If you understand something, you'll understand more. If you do not understand, try first to understand, search on Google, read, learn.
I just trying to expose something from my experience.
You do not have to follow my advice if you're not sure that what you want to do, is what you can or need to do.
Do it at your own risk.
I am not responsible for what you do with your phone.
Change log
---------------------------------------------------
SGA RAINBOW PLAN B - download link, some explanations and screenshots in post #39
---------------------------------------------------
SGA RAINBOW v3.2 - some screenshots in post #19
4.
- changed:
- TouchWiz5holoGBmod.apk -> re-modded by me
- Power Widget -> modded by me
SGA RAINBOW v3.1 - some screenshots in post #16
3.
- changed:
- FmRadio.apk -> modded by me
- Music.apk -> modded by me
- DialerTabActivity.apk -> SpaceCaker
- font.laconic – as default
- font.laconic bold – as default
- added 2 additional fonts:
- com.monotype.android.font.Delius-1.apk
- com.monotype.android.font.Segoepr.apk
2.
SGA RAINBOW v2 - some screenshots in post #13
-Changed launcher with TouchWiz5holoGBmod modded by SpaceCaker
- Horizontal view
- Desktop, Drawer and Dock settings.
1.
SGA RAINBOW
- Note3Launcher by Vishnu
Features
- S5830 XWKTM deodexed
- ALL-in-1 Mod for Stock ROM **Update 6 - by parasmi -> (20 Notification Widget buttons)
- ALL-in-1 Mod for Stock ROM **Update 6 – modded by me
- TouchWiz5holoGBmod modded by SpaceCaker --- in SGA RAINBOW v3.1
- Note3Launcher by Vishnu --- in SGA RAINBOW
- S5_BOOT_ANIMATION by Vishnu
- default.prop - V6 SuperCharger by zeppelinrox – SpaceCaker
- kernel - [email protected] – SpaceCaker
- CRT Off effect - modded by me
- hosts Add Free - changed
- Deleted some bloatware
- Calculator changed – brijeshep
- Camera – changed
- GoogleQuickSearchBox changed – brijeshep
- Memo – changed
- media - ringtones, alarms, notification – changed
- MyFiles - changed – nvky71
- GenieWidget – modded by me
- DeskClock – modded by me
- TimeWidget – modded by me
- TwWallpaperChooser – modded by me
- FmRadio.apk -> modded by me
- Music.apk -> modded by me
- DialerTabActivity.apk -> SpaceCaker
- font.laconic – as default
- font.laconic bold – as default
- com.monotype.android.font.Delius-1.apk
- com.monotype.android.font.Segoepr.apk
Known Bugs
- Boot sound
To do: if you want boot sound you can download flashable “Boot_Sound.zip” and install it in ROM by CWM.
But only after first boot.
- Receiver (White) - Force close in LCD TEST (*#0*#).
To do: do not use Receiver (White) in LCD TEST.
Installation
Always make a backup to your phone before install a new ROM.
Back to Stock firmware with Odin before installing any Custom ROM.
Download the ROM zip file.
Copy the Custom ROM downloaded to your SDCard.
Keep your device to recharge during installation and first boot.
Go to Recovery mode.
Install ClockWorkRecovery v5.0.2.6, if you have Stock Recovery.
Wipe data / factory reset.
Wipe cache partition.
Go to advanced and – Wipe Dalvik Cache.
Go to install zip from sdcard -> choose zip from sdcard – find Custom ROM zip and install it.
Reboot system.
Done.
Credits and Thanks
parasmi – for ALL-in-1 Mod for Stock ROM – modded by me
LibiSC – for kernel
brijeshep – for some very good instructions and some apps
NaTHaN – for sysctl.conf
Vishnu pv – for instructions
abcdjdj – for Universal_Deodexer_V5
raziel23x – for APK-Multi-Tool
vaibhavpandeyvpz – for Apk Studio
abhi922 – for help and good instructions
SpaceCaker - for TouchWiz5holoGBmod, good instructions and some apps
nvky71 – for some apps
XDA Community - many, many thanks
If I missed anyone, please excuse me.
Downloads
Download SGA RAINBOW v3.2 link:
rainbow
or direct link:
http://www.mediafire.com/download/6ppg3z14323p6jq/SGA_RAINBOW_v3.2.zip
Screenshots SGA_RAINBOW_v1_to_v3.2.zip link:
screenshots
or direct link:
http://www.mediafire.com/download/58dn9tngfq99sxh/Screenshots_SGA_RAINBOW_v1_to_v3.2.zip
Download SGA RAINBOW v1 link:
http://www.mediafire.com/download/p9lus16370017n6/SGA_RAINBOW_S5830.zip
Boot_Sound.zip link:
http://www.mediafire.com/download/33njo25cvn7zv2b/Boot_Sound.zip
Tips:
For transparent effect:
please go to settings - Status bar tweaks - Statusbar Background and make Statusbar background and Dropdown background – Transparent
For CRT Off effect:
please go to settings – Display – Animation and set All animations
For some discussion:
you can go here http://forum.xda-developers.com/galaxy-ace/ace-2-help/qa-sga-rainbow-rom-t3091645
-------------------------------------------------------------------------------------------------
Flashable zip Fonts
Because the font it is important for how it looks a ROM, I thought to post some fonts of which you can choose.
The fonts are:
GT-S5830 Default font - to return to the GT-S5830 original font.
Laconic font - to return to the Laconic font, in case that you changed.
Lastwaerk font
Rosemary font
How to install:
Download archive, it contains four CWM flashable zip fonts.
Unzip downloaded archive on PC.
Choose the flashable zip font you want.
Put flashable zip font on SDCard.
Go to CWM and install it.
Done.
Note:
Keep in mind that the new flashable zip font, will become the default font.
In order to avoid some errors, if the default font was changed in Settings -> Display -> Font style, you must first return to the default font, and then install a new flashable zip font.
Flashable 4_Fonts link:
http://www.mediafire.com/download/ul1pwwgso05fxz5/Flashable_4_Fonts.zip
-------------------------------------------------------------------------------------------------
If you want to thank me, please press the button Thanks.
Thank you for that.
--------------------------------------------------------------------------------------------------
Think Different
"Because the people who are crazy enough to think they can change the world, are the ones who do."
Steve Jobs
Just the kind of ROM i was looking for.
Perfect , Just reveived my old SGA, Thank you for the effort.
er.davinder said:
Just the kind of ROM i was looking for.
Perfect , Just reveived my old SGA, Thank you for the effort.
Click to expand...
Click to collapse
Thank you.
For your information the launcher is Android:SMSAgent-AHY [Trj] and many know, the download is interrupted, it's not a false positive. Your theme looks interesting and can be a little translucent. This phone still exists ?
One a good job launcher : http://forum.xda-developers.com/galaxy-ace/themes-apps/cm7-touchwiz30launcher-t2883929
- mod and write false, repack, sign for a statusbar translucide (if you understand)
mickael.webmaster said:
For your information the launcher is Android:SMSAgent-AHY [Trj] and many know, the download is interrupted, it's not a false positive. Your theme looks interesting and can be a little translucent. This phone still exists ?
One a good job launcher : http://forum.xda-developers.com/galaxy-ace/themes-apps/cm7-touchwiz30launcher-t2883929
- mod and write false, repack, sign for a statusbar translucide (if you understand)
Click to expand...
Click to collapse
Please excuse me but do not understand:
1. the download is interrupted, it's not a false positive
2. This phone still exists ?
3. mod and write false, repack, sign for a statusbar translucide
Can you be more specific?
Thank you.
As about Note3Launcher by Vishnu pv, the address it's here
So the modded launcher has a Malware / Torjan ??
er.davinder said:
So the modded launcher has a Malware / Torjan ??
Click to expand...
Click to collapse
For Note3Launcher by Vishnu pv, the address it's here
If someone finds a malware in launcher, I can change it.
Otherwise, I do not intend to put another, especially recommended.
And if I will change it, I will choose which will be.
beegeero said:
Please excuse me but do not understand:
1. the download is interrupted, it's not a false positive
2. This phone still exists ?
3. mod and write false, repack, sign for a statusbar translucide
Can you be more specific?
Thank you.
As about Note3Launcher by Vishnu pv, the address it's here
Downloading is not interrupted.
I have checked.
Click to expand...
Click to collapse
beegeero said:
For Note3Launcher by Vishnu pv, the address it's here
If someone finds a malware in launcher, I can change it.
Otherwise, I do not intend to put another, especially recommended.
And if I will change it, I will choose which will be.
Click to expand...
Click to collapse
I think he is trying to tell you that the included launcher has malware in it and look at the launcher link he has posted and modify it for transparent statustbar and repack it into the rom
er.davinder said:
I think he is trying to tell you that the included launcher has malware in it and look at the launcher link he has posted and modify it for transparent statustbar and repack it into the rom
Click to expand...
Click to collapse
OK. I understood.
But please look here:
http://forum.xda-developers.com/showthread.php?t=2332051&page=77, posts 763, 764 and 766.
Maybe I will change the launcher.
I do not know now, because this it's ok, and it fits excellent in ROM.
In your link it's written that I will not lie and I decompiled all the launcher team cooee are infected. Made as you like, I warned you only.
This phone still exists ?
Click to expand...
Click to collapse
However, what it means:
This phone still exists ?
beegeero said:
However, what it means:
This phone still exists ?
Click to expand...
Click to collapse
Maybe it's just a bad translation, as he is not a native english speaker.
However, he is right, cooee launcher is infected with Android:SMSagent-ahy. That's why I stopped using cooee launcher and other mods
Update
However, he is right, cooee launcher is infected with Android:SMSagent-ahy. That's why I stopped using cooee launcher and other mods
Click to expand...
Click to collapse
In your link it's written that I will not lie and I decompiled all the launcher team cooee are infected. Made as you like, I warned you only.
Click to expand...
Click to collapse
SGA RAINBOW v2
Changed launcher with TouchWiz5holoGBmod modded by SpaceCaker.
- Horizontal view.
- Desktop, Drawer and Dock settings.
Now looks like this.
er.davinder said:
I think he is trying to tell you that the included launcher has malware in it and look at the launcher link he has posted and modify it for transparent statustbar and repack it into the rom
Click to expand...
Click to collapse
I changed launcher with TouchWiz5holoGBmod.
I hope it's better now.
Greetings.
Update 2
Update SGA RAINBOW v3
SGA RAINBOW v3
- changed:
- FmRadio.apk -> modded by me
- Music.apk -> modded by me
- DialerTabActivity.apk -> SpaceCacker
- font.laconic – as default
- added 2 fonts:
- com.monotype.android.font.Delius-1.apk
- com.monotype.android.font.Segoepr.apk
Changed default font bold
Update 3
SGA RAINBOW v3.1
Changed default font bold with font.laconic bold
Because some texts font had not changed, such as titles in Settings.
Now it looks like this.
Can I use Cronmod or something like that with this ROM ?
Grabber66 said:
Can I use Cronmod or something like that with this ROM ?
Click to expand...
Click to collapse
I have not tested cronmod on this ROM.
But if it helps, for expanded memory you can install Link2sd.
SGA RAINBOW v3.2
- changed:
- TouchWiz5holoGBmod.apk -> re-modded by me
- Power Widget -> modded by me
- and 4 flashable fonts in thread.
Now looks like this
With Rosemary font, or with Lastwaerk font
thankyou for this rom.
i'm still actively using my ace. Pls keep deving for us.

Categories

Resources