[GUIDE][GB] Customizable PlatLogo - Galaxy Y GT-S5360 Android Development

Description: Changeable Platlogo and Toast frame text
Screenshot:
{
"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"
}
What you need:
Basic knowledge on decompiling and recompiling
Yourself
Steps:
1.) Download the 2 attachments below
2.) Decompile your framework.jar
3.) Go to smali/com/android/internal/app
4.) extract smali.zip from attachment then copy the 2 smalis then paste it on smali/com/android/internal/app on your framework.jar
5.) recompile
6.) install the CustomPlatlogo.apk
7.) Flash your recompiled framework.jar
8.) Jump High
NOTE: you can merge the customplatlogo.apk to your settings.apk, find the guide on how to put an extra activity on settings. (Im too lazy you know xD)
PS: tested on gingerbread version, not sure if will work on other android versions.
Update: CustomPlatlogo.apk reuploaded, no more black screen.
Credits:
[email protected]
[email protected]
StackOverflow
LenoxDevs
Potato Inc​

Cool thanks for this

mariozawa said:
Cool thanks for this
Click to expand...
Click to collapse
please please please sir xD i know you can do it also xD

After Modding and Flashing My Framework.jar Can I B Able To Change My Platlogo+Toast text With Customplat logo.apk

Edited framework.jar successfully but Custom Platlogo app only show a black screen... What i did wrong?

Himan Boro said:
After Modding and Flashing My Framework.jar Can I B Able To Change My Platlogo+Toast text With Customplat logo.apk
Click to expand...
Click to collapse
Yes sir it will. Hehe tested in mine too
Sent from my Nexus 7 using Tapatalk

RBDoMGaM said:
Edited framework.jar successfully but Custom Platlogo app only show a black screen... What i did wrong?
Click to expand...
Click to collapse
i've got the same problem

Your app is not working only blck screeen appears nothing else in the app

Himan Boro said:
Your app is not working only blck screeen appears nothing else in the app
Click to expand...
Click to collapse
maybe it is not compatible on other android versions? it works fine to me. try to merge it on your settings, decompile it, get the smalis, and also the resources. Compare the ids then recompile. There's a guide out there on how to add activity in settings.

tentenponce said:
maybe it is not compatible on other android versions? it works fine to me. try to merge it on your settings, decompile it, get the smalis, and also the resources. Compare the ids then recompile. There's a guide out there on how to add activity in settings.
Click to expand...
Click to collapse
ok.i wil try this also

RBDoMGaM said:
Edited framework.jar successfully but Custom Platlogo app only show a black screen... What i did wrong?
Click to expand...
Click to collapse
File reuploaded, just redownload CustomPlatlogo.apk. I upload the wrong apk, sorry. xD

Can you add "Custom PlatLogo Animation" from android 2.3 - 4.4?

the_vanya1 said:
Can you add "Custom PlatLogo Animation" from android 2.3 - 4.4?
Click to expand...
Click to collapse
@mariozawa has a guide on custom platlogo animation. check out his thread.

Pls give me link for this

the_vanya1 said:
Pls give me link for this
Click to expand...
Click to collapse
forum.xda-developers.com/galaxy-s3/themes-apps/mod-multi-platlogo-v1-t2610004

Can you add this for your mod?

the_vanya1 said:
Can you add this for your mod?
Click to expand...
Click to collapse
Why will I add, if there's now a guide?

All in one)

Awesome mod

Related

[UPDATED 23-12][MOD][GUIDE]CM Trebuchet Transparent Drawer

Description:
Transparent app drawer by definition means you can see the homescreen wallpaper whilst in app drawer instead of the default black background.
Tools needed:
1) apktool
2) notepad++
3) 7zip
Files needed: (Depending on ROM type)
1) trebuchet.apk, or
2) Launcher2.apk
Steps [HOW TO]:
1) decompile trebuchet.apk or Launcher2.apk
2) go to \res\layout\apps_customize_pane.xml
replace android:background="#ff000000" with android:background="#00000000"
There are two instances in this file.
3) now SMALI CODE.
go to
\smali\com\cyanogenmod\trebuchet\
or
smali\com\android\launcher2\
4) open Launcher.smali and delete the following method: updateWallpaperVisibility
Also delete all its references in Launcher.smali and other smali files. Usually this method is referenced in Launcher$13.smali and Launcher$17.smali and AppsCustomizePagedView.smali
However, it could be different from file to file depending on how it was built from source. Therefore, to know the file names exactly, just use notepad++ and use Search in Files feature and search for updateWallpaperVisibility in the decompiled apk samli folder. It will tell you where this method is referenced.
After deleting the method and all of its references, just compile the apk and make your flashsable zip.
I use APKTOOL and 7zip for that.
Example:
Before:
{
"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"
}
After:
Enjoy
Click to expand...
Click to collapse
Installation:
1.Download
2.Flash it in CWM
CM Transparent Trebuchet Drawer
Restore to NO Transparent
Restore NT
Screenshot:
Credits to
@wesamothman
Superman™
Superman said:
Installation:
1.Download
2.Flash it in CWM
CM Transparent Trebuchet Drawer
Screenshot:
View attachment 1548506
Superman™
Click to expand...
Click to collapse
Transparent Trechuchet drawer works. no problems, works like a charm. see screenshot
Great, I like it. : Good:
How did you do it?
Can u tell me the files you edited???
Sent from my GT-S5360 using xda-premium
Ganesh Arivoli said:
How did you do it?
Can u tell me the files you edited???
Sent from my GT-S5360 using xda-premium
Click to expand...
Click to collapse
Edited it in system/app/Trebuchet.apk
Superman™
Superman said:
Edited it in system/app/Trebuchet.apk
Superman™
Click to expand...
Click to collapse
I of course know it ¥¥¥¥
tell me the lines in decompiled app
Sent from my cm_totoro using xda-premium
Ganesh Arivoli said:
I of course know it ¥¥¥¥
tell me the lines in decompiled app
Sent from my cm_totoro using xda-premium
Click to expand...
Click to collapse
SOrry i cant. The person who figure out is not allowed. WAit the guide.
Superman™
WILL IT WORK ON CM10.1 LATEST BUILD?
Vraj.vup said:
WILL IT WORK ON CM10.1 LATEST BUILD?
Click to expand...
Click to collapse
Take nandroid backup and try it
Superman™

[GUIDE][GINGERBREAD] How to Make ICS Like Notifications For Gingerbread

How to Make ICS Like Notifications For Gingerbread
- By Manas1796 -
​
Hi Guyz, Did you ever thought of how to make the Gingerbread Notification Look like ICS One? Then You are At the Right Place! Just Follow the Simple Instructions !
{
"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"
}
Click to expand...
Click to collapse
Things You'll Need -
Knowledge of compiling and decompiling APKs
framework-res.apk
Brain And Common Sense ( Which I can't Provide You with )
Click to expand...
Click to collapse
:good:Step 1
Decompile framework-res.apk
Download This zip - http://www.mediafire.com/download.php?j1pc3ycf8hlnach
:good:Step 2
Extract the zip
And Copy/Paste status_bar_latest_event_content.xml in res/layout
:good:Step 3
Copy All the PNGs from the zip And Paste/Replace them in Drawable-hdpi/Drawable-ldpi/Drawable-mdpi
:good:Step 4
Recompile the framework-res.apk
And Done! :highfive:
:good:Press Thanks If I've Helped You!
if it's no trouble could you provide what is needed to decompile/recompile the .apk? Thank you
leolawliet said:
if it's no trouble could you provide what is needed to decompile/recompile the .apk? Thank you
Click to expand...
Click to collapse
APK Tool ,You can also google for them!
tanks it work
Frist try: Nothing happen.
Second Try: Bootloop.
So, I entered into recovery and wiped Cache, then i go to advanced and wiped Dalvik. And... Bootloop. Didn't work for me | Have to flash my old framework.
Getting ErroR!
Manas1796 said:
How to Make ICS Like Notifications For Gingerbread
- By Manas1796 -
​
Hi Guyz, Did you ever thought of how to make the Gingerbread Notiication Look like ICS One? Then You are At the Right Place! Just Follow the Simple Instructions !
:good:Step 1
Decompile framework-res.apk
Download This zip - http://www.mediafire.com/download.php?j1pc3ycf8hlnach
:good:Step 2
Extract the zip
And Copy/Paste status_bar_latest_event_content.xml in res/layout
:good:Step 3
Copy All the PNGs from the zip And Paste/Replace them in Drawable-hdpi/Drawable-ldpi/Drawable-mdpi
:good:Step 4
Recompile the framework-res.apk
And Done! :highfive:
:good:Press Thanks If I've Helped You!
Click to expand...
Click to collapse
Hello there! The mod works Cool! But when i turn On Flight mode i get FC! Is there any way to fix? Waiting...
EDIT: I just modded the XML and it works now ! Thanks btw
cool man ...thanks for sharing
Help to resize
Sir Manas1796, I've followed your guide, but status_bar_latest_event_panel is very big, please help me to reduce it sir..
You can see the attached image below..
mahdy666 said:
Sir Manas1796, I've followed your guide, but status_bar_latest_event_panel is very big, please help me to reduce it sir..
You can see the attached image below..
Click to expand...
Click to collapse
Solved :victory:

[MOD][MiniCM9] Remove Recent Apps Button from Status Bar [27/5/13]

Recent Apps Button Removed MiniCM9
Hey Folks, I thought this would help many people who're using MiniCM9 ... The Recent Apps button on the status bar gave ugly look to the status bar. So I thought why not remove it? So Here I present you the MOD .. Just Flash it and you're ready to go!!
Instructions​
Download The ZIP
Paste it in your SD-CARD
Reboot into Recovery
Flash the ZIP
Reboot
Enjoy
Downloads​
Recent Apps Remover ZIP​
Screenshots
{
"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"
}
is the the statusbar tranparent?
wsdyleon said:
is the the statusbar tranparent?
Click to expand...
Click to collapse
Yeah. It's shown in the screenshot -_- What kind of question it was? -.- If you don't want the transparent one I'll make a non-transparent one! Just keep it in your wish list
Regards, MR.
Minimilised_MR said:
Yeah. It's shown in the screenshot -_- What kind of question it was? -.- If you don't want the transparent one I'll make a non-transparent one! Just keep it in your wish list
Regards, MR.
Click to expand...
Click to collapse
thank you for this work.
the background was black,so i cannot destinguish whether it was transparent.
Minimilised_MR said:
Yeah. It's shown in the screenshot -_- What kind of question it was? -.- If you don't want the transparent one I'll make a non-transparent one! Just keep it in your wish list
Regards, MR.
Click to expand...
Click to collapse
i've flashed the zip ,but the statusbar doesnot change to transparent。
my rom is Mini CM9 Touchwiz 5 UI Build #2。
cannot be work on this rom?
wsdyleon said:
i've flashed the zip ,but the statusbar doesnot change to transparent。
my rom is Mini CM9 Touchwiz 5 UI Build #2。
cannot be work on this rom?
Click to expand...
Click to collapse
Yeah, Maybe because of the ROM! It's a PORTED ROM and plus maybe this thing is related to framework-res.apk in the ROM. Try installing on stock Mini-CM9 lemme know if it works for you or not!
OR Try one thing just pull out the SystemUI.apk from the ZIP and paste it in /system/app ... rewrite the pre-existing one! and Set permissions to rwrr / 644
EDIT: Or Just gimme your SystemUI.apk I'll try to do this job for you! BUT no ETA's
Regards, MR.
Minimilised_MR said:
Yeah, Maybe because of the ROM! It's a PORTED ROM and plus maybe this thing is related to framework-res.apk in the ROM. Try installing on stock Mini-CM9 lemme know if it works for you or not!
OR Try one thing just pull out the SystemUI.apk from the ZIP and paste it in /system/app ... rewrite the pre-existing one! and Set permissions to rwrr / 644
EDIT: Or Just gimme your SystemUI.apk I'll try to do this job for you! BUT no ETA's
Regards, MR.
Click to expand...
Click to collapse
this is my systemui.apk in the rom, u can check it.
any guide for modifying the statusbar backgroud?
View attachment SystemUI.apk
good mate +1
wsdyleon said:
this is my systemui.apk in the rom, u can check it.
any guide for modifying the statusbar backgroud?
View attachment 2025242
Click to expand...
Click to collapse
@wsdyleon I'm unable to decompile your SystemUI.apk ... I need your other framework-res.apk's I guess there's another framework in Touchwiz ROMs So if you can provide I can do it
@AbhiTheRacer Thanks Dude
Minimilised_MR said:
@wsdyleon I'm unable to decompile your SystemUI.apk ... I need your other framework-res.apk's I guess there's another framework in Touchwiz ROMs So if you can provide I can do it
@AbhiTheRacer Thanks Dude
Click to expand...
Click to collapse
thank u!can you access this link
下载=download , then 普通下载 normal download。

{Modded/Themed} Task Manager Icons Modified

This is my 1st Moded/Themed System app for N9005 JB MJ7
Task Manager (JobManager.apk)
{
"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"
}
Download file and upzip it
http://www57.zippyshare.com/v/95107380/file.html
You must have root and root browser
change permissions to rw-r-r--
replace JobManager.apk app at /system/apps
Phone will reboot
ENJOY!!!
APK is modified and tested by me and working
but BACKUP your system or original apk before replacing, it is your choice and your responsibility
If any one can do it as flashable zip file, his help will be highly appreciated
I must thank Pille_S5830 for guiding me how to do it
I have some more system apps themed already and will post them later, keep following to find them
{Modded/Themed} Status And Notififaction Bar Icons Modified
{Themed}{4.3} Internet Browser Icons Modified​
Awesome :good: Mr. Maged
Interesting, never thought of that before
Thanks mate
virus_egypt said:
Awesome :good: Mr. Maged
Click to expand...
Click to collapse
مرحب محمد
A true name, virus is every where
Ryan 23 said:
Interesting, never thought of that before
Thanks mate
Click to expand...
Click to collapse
Better than the boring white icons, right?
Very nice
7odaahmad said:
Very nice
Click to expand...
Click to collapse
مرحب حوده
Hope u like it
thermax04 said:
Better than the boring white icons, right?
Click to expand...
Click to collapse
Definitely!
Cheers mate :good:
Ryan 23 said:
Definitely!
Cheers mate :good:
Click to expand...
Click to collapse
Glad that u like it
{Modded/Themed} Status And Notififaction Bar Icons Modified​
{Themed}{4.3} Internet Browser Icons Modified​
Thank you for the good job.
it worked fine for my sm900 but Storage icon show CPU.
tucha said:
Thank you for the good job.
it worked fine for my sm900 but Storage icon show CPU.
Click to expand...
Click to collapse
it is for N9005 and not for SM900
All the names are different!!!!
put back your original apk , upload screen shoot for original Task manager screen. then upload the original apk and I will modify it 4 you
thermax04 said:
it is for N9005 and not for SM900
All the names are different!!!!
put back your original apk , upload screen shoot for original Task manager screen. then upload the original apk and I will modify it 4 you
Click to expand...
Click to collapse
I already modify it correctly,Thank you again.
tucha said:
I already modify it correctly,Thank you again.
Click to expand...
Click to collapse
please share your modified file for others
{Theme}{4.3} The Best Theme Ever 4 Note 3 By SiR M V1​

[E]eL Framework. Lolipop framework ported for Xperia E!

{
"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 guys, Its me
In last few weeks I worked for port of Android L framework (Material Design) for our devices.
unfortunately my Xperia get bricked and I can't continue working about this project (Its finished in 50-60%, framework pored in 75%)
What was changed:
•Ported L check boxes and radio buttons with animations!!!!!
•Progress bar, seek bar
•List dividers
•Redesigned Alert Dialogs for Material Design
•Redesigned Settings
•And moree...​
Click to expand...
Click to collapse
Of course all is theme accent, I'll continue work on this project when I fix my phone.. but I dont have money for this, works only on deodexed 4.1.1 firmware..​
Download is available on my page: KuaQ-Projects​
Screenshots:​
Click to expand...
Click to collapse
reserved
and one more
@KuaQ Good Work bro !
Great work dude...
Bro its all black cant see anything
Arbaaz328 said:
Bro its all black cant see anything
Click to expand...
Click to collapse
Chenge png Home_background.apk in res/drawable-HDPI...change PNG
DanielFlorin said:
Chenge png Home_background.apk in res/drawable-HDPI...change PNG
Click to expand...
Click to collapse
Can you please give me the correct png?
axxx007xxxz said:
Can you please give me the correct png?
Click to expand...
Click to collapse
Here is version with background fix
Here
DanielFlorin said:
Here is version with background fix
Here
Click to expand...
Click to collapse
Thanks!
Thanks bro...
@KuaQ: which SystemUI you reccomend for this MOD?
Could this be ported to Xperia J?
axxx007xxxz said:
@KuaQ: which SystemUI you reccomend for this MOD?
Click to expand...
Click to collapse
I worked on L systemUi for rhis
daleksic8 said:
Could this be ported to Xperia J?
Click to expand...
Click to collapse
Sure, send me your framework-res, settings and systemui apks
KuaQ said:
I worked on L systemUi for rhis
Click to expand...
Click to collapse
Cool! When you relase it?
When I'll fix my phone
KuaQ said:
When I'll fix my phone
Click to expand...
Click to collapse
Ok; if you want I can test your UI, send me the link and I'll test.
EDIT: I have a problem, when I reboot my phone it lose my name and my image.
Please port to ics. Nexboost rom
@NeoTrix
Send me your framework, settings and systemui apk
KuaQ said:
@NeoTrix
Send me your framework, settings and systemui apk
Click to expand...
Click to collapse
@doperthancoke - Contact him. Soon.
Kuaq - He is the developer of the rom^
please contact him.

Categories

Resources