[GUIDE]Adding extra activity at Settings.apk - Galaxy Y GT-S5360 General

Hello there, I am here again with some guide.
This will add extra option at your settings.apk.
First and foremost, I adapted the code from COD DJ Tabbed Settings.
Download:
Code:
https://www.dropbox.com/s/1051uyxpbtpqwm9/Extra%20Option.zip
Screenies:
{
"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"
}
1. Pull Settings.apk
2. Decompile it.
3. Download the file and extract.
4. Now, go to AndroidManifest, and find this line,
Code:
<application android:label="@string/settings_label" android:icon="@drawable/ic_launcher_settings" android:taskAffinity="">
<uses-library android:name="touchwiz" />
below it, add this
Code:
<activity android:name="ExtraSettings" />
5. We're almost done, recompile the Settings.apk
6. Decompile it again
7. Now go to /res/values/public.xml and find this code,
Code:
<public type="xml" name="extra_settings"
Copy the public id.
8. Go to smali/com/android/settings/ExtraSettings.smali and replace
Code:
0x7f04003b
with the public ID of extra_settings
9. Save, and recompile again, sign apk.
CREDITS: COD DJ

Thanx
willl try this

sure man.
Sent from my GT-S5360 using Tapatalk 2

3r41nl33n said:
sure man.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Please update file link, I really excited with this simple guide.

zhalx said:
Please update file link, I really excited with this simple guide.
Click to expand...
Click to collapse
Gonna fix the thread later sir. Btw, it is here, http://db.tt/HpvBuohp sorry for inconvinience.
Sent from my GT-S5360 using Tapatalk 2

3r41nl33n said:
Gonna fix the thread later sir. Btw, it is here, http://db.tt/HpvBuohp sorry for inconvinience.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Thanx! :highfive:

Simple MOD, but,This is awesome guide Thanks

Link is dead, can you reupload the file?

Sir link is dead pls reupload the file!
Sent from my GT-S5360 using XDA Free mobile app

It's not dead.
AND1 Master said:
Sir link is dead pls reupload the file!
Sent from my GT-S5360 using XDA Free mobile app
Click to expand...
Click to collapse
Here is the link from Sir Pineappleowl https://www.dropbox.com/s/8rycm6rjxcvz1qd/Extra Option.zip
Just backread LOL

I willl try this..

Awesome sir..

Related

[Noob] UOT Kitchen PICKUP -PATCH-

THREAD CLOSED
Hello, guys this is my first patch.
Download - http://uot.dakra.lt/downloadpickup.php?data=VU9ULTAzLTA4LTE4LTEwLTIuemlw
1. I have changed battery looks.
2. Nice icons.
3. Improoved Status Bar by me.
4. Self made popup
5. Changed Window
6. Nice system FONT.
7. Android GLOW bootanimation
8. Hope enjoy
Press thanks if you likes this!
SS:
BATTERY -
{
"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"
}
Emoticons -
and so on.
Notification -
reserved....
Hello! Install and stuck on android logo... :-(
kompressorgpl said:
Hello! Install and stuck on android logo... :-(
Click to expand...
Click to collapse
Wich rom were you on??
Sent from my GT-S5660 using xda premium
Please place this topic to themes thread. PM AndyHarney to do it. This has nothing to do with develpoment.
voetbalremco said:
Wich rom were you on??
Sent from my GT-S5660 using xda premium
Click to expand...
Click to collapse
i'm on CM 7.2...
kompressorgpl said:
i'm on CM 7.2...
Click to expand...
Click to collapse
Maybe he uploaded twlauncher.apk and framework so its for stock and not cm7 ??
Sent from my GT-S5660 using xda premium
voetbalremco said:
Maybe he uploaded twlauncher.apk and framework so its for stock and not cm7 ??
Sent from my GT-S5660 using xda premium
Click to expand...
Click to collapse
My mistake! Sorry!
kompressorgpl said:
My mistake! Sorry!
Click to expand...
Click to collapse
Not your fault, he should tell you..
Sent from my GT-S5660 using xda premium
You must know the dl link will be removed after 12 hours
Sent from my GT-S5830 using xda premium

[Guide] How to add banner in "About Phone" | Noob friendly

Hello folks .... I’ve backed to xda after a looong time because exams
My new TUT for adding logo in "About Phone" .
Inspired by this THREAD
Credits :
@gravtec for inspiring big thanks for you bro .
What you need ? :
Latest APKTOOL package .
A brain .
PC .
Knowledge in decompiling and recompiling .
Lets start the GUIDE !
Resources
APKTOOL here .
Image Resolution : 700*215 .
Guide​
First Part​
Decompile Settings
Go to res/Layout folder
Download this file
paste it in Layout folder
Second Part​
Copy the image to res/drawable folder
Rename it to logo and it must be "PNG" !
EX: logo.png
Click to expand...
Click to collapse
Third Part​
Go to res/xml
open device_info_settings.xml
Add this
<PreferenceScreen android:layout="@layout/logo" android:key="od_logo" />
Click to expand...
Click to collapse
after this line
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
Click to expand...
Click to collapse
EX :
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceScreen android:layout="@layout/logo" android:key="od_logo" />
Click to expand...
Click to collapse
SAMPLE
{
"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"
}
Reserved for future
More things will add for this feature
awesome
Good bro
Sent from my LT26ii using XDA Premium 4 mobile app
Nice guide thanks
sent from my lt26i running android 4.4 by RaymanFX
great tutorial mate! hoping to finish ur rom soon
guidance mod Setting White Balance + Staminamode is better.
trinhvanan12 said:
guidance mod Setting White Balance + Staminamode is better.
Click to expand...
Click to collapse
Those things are not as simple as adding a few lines in Settings.
They have to be ported, I.e. Some files have to be modified too.
Sent from my brain using my Xperia S1

[theme] [4.3] naturesxp

NATURESXP​
HERE IS MY FIRST THEME CREATED FOR XPERIA M MAY WORKS ON ALL XPERIA 4.3 AND ABOVE
TESTED DEVICE :- XPERIA M C2004 4.3 FR2
BASE THEME :- FIFA & MEATBALLS
HOW TO INSTALL
DOWNLOAD NATURESXP THEME
ENABLE SUPERUSER MODE (OTHERWISE IT JUST CHANGE THE WALLPAPER ONLY ie ROOT-->XPOSED MODULE-->XPERIA XPOSED-->SUPERUSER MODE )
INSTALL THE APP AS NORMAL APP
DOWNLOAD LINK
NATURESXP.APK
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"
}
THANKS TO
@SArnab©®
@ansebovi
@paper13579
and also me
SORRY IF I MISS ANY ONE
SORRY FOR MY POOR ENGLISH​
Thanks for the credits and this theme is great bro well done, but i just don't understand what i helped with. Lol
paper13579 said:
Thanks for the credits and this theme is great bro well done, but i just don't understand what i helped with. Lol
Click to expand...
Click to collapse
In png file editing you said about 9.pngis different otherwise I collapsed all png with that. and also get learn how to edit .9.png files
Once again sorry for my English
Sent from my C2004 using XDA Premium 4 mobile app
Guy's please give some feedback that will help me to correct mistakes & make more themes
Sent from my C2004 using XDA Premium 4 mobile app
stalin.sk2 said:
Guy's please give some feedback that will help me to correct mistakes & make more themes
Sent from my C2004 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
bro, can we request for themes too? [emoji54]
and yes, this one is definitely more than awesome!!!
StraightEdgeKid said:
bro, can we request for themes too? [emoji54]
and yes, this one is definitely more than awesome!!!
Click to expand...
Click to collapse
if i have time i will really try:good:

[APK] [4.1+] Semcvideo7.1.A.0.4 [update v3]

Recompile and edit by try71023
DOWNLOAD:
View attachment v3.zip
V3:
{
"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"
}
Other...
V2:
Remove the virtual keys
Other...
Changelog
Quote:
Improve stability
Easier to identify different folders
try71023 said:
by try71023
Download:
https://www.dropbox.com/s/k82yilorey3ncrc/SemcVideo.rar
Changelog
Quote:
Improve stability
Easier to identify different folders
Click to expand...
Click to collapse
Awesome work mate . . .working perfectly. :good:
This is port or clean app?
Lt26i tapatalk Poland
try71023 said:
by try71023
Download:
https://www.dropbox.com/s/k82yilorey3ncrc/SemcVideo.rar
Changelog
Quote:
Improve stability
Easier to identify different folders
Click to expand...
Click to collapse
thanks bro....
The app opens properly but when i try to play a video..It fc's..
Works!!
@try71023 Work fine for me thanks.
AND want to share one bug if you want to Fix.
Working bro.... :thumbup::beer: Thanks.
How to download v3 ?
Sent from my LT26i using XDA Premium 4 mobile app
yonAn.-DaiMe said:
How to download v3 ?
Sent from my LT26i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
here is the direct link:
https://www.dropbox.com/s/hu85raiogv2sg03/SemcVideoV3.rar
Doesn't work on Jb based on.96 z2 style rom. It force closes when playing a video. Already clear data amd pushed it on system/app
Yeah...i had that same problem..
BTW...It works great on cm11...
Thanks...
Thanks for your work
But can i get the link or apk of ver.2?
In ver.3, there is a virtual key problem like ver.1.
So i want to go back to ver.2 but the link of ver.2 has disappeared.
Please help me:crying:
yonAn.-DaiMe said:
Working bro.... :thumbup::beer: Thanks.
Click to expand...
Click to collapse
Do you have ver 2? Can i get it? Please leave any answer i really want to get ver 2 :crying:
Please update new version Movies 7.2.A.0.4. Thanks for good work
@try71023,
Hi friend,
if you have more times, i update new version from here: http://forum.xda-developers.com/showthread.php?t=2423361 NEW Latest Sony MEDIA Apps: Movies 7.2.A.0.4[19 Aug 2014] BY @kongaz2.
Thank you very much :fingers-crossed::fingers-crossed::fingers-crossed:

Walkman help....

{
"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"
}
Whats the empty space in the bottom...I guess its for the navigation bar right? But I don't want it ...so what do I do?
I couldnt find the solution anywhere...
Thanks
--
Nicholas
Sent from my LT18i using XDA Premium mobile app
xneonnick said:
View attachment 2907852
Whats the empty space in the bottom...I guess its for the navigation bar right? But I don't want it ...so what do I do?
I couldnt find the solution anywhere...
Thanks
--
Nicholas
Sent from my LT18i using XDA Premium mobile app
Click to expand...
Click to collapse
decompile apk & remove the placeholder
Please explain a little bit.
Sent from my LT18i using XDA Free mobile app
xneonnick said:
Please explain a little bit.
Sent from my LT18i using XDA Free mobile app
Click to expand...
Click to collapse
okay this is a lil tricky. maybe a chance to learn someting
you need this tool: http://forum.xda-developers.com/showthread.php?t=2639400
in addition you need the framework-res.apk from the firmware where the walkman is from. (i guess its z2) you can use this: https://www.dropbox.com/s/657vnl1nzz30sz9/Z2_frm.apk (thanx @ashishdubey) after download reneame it pls to "Z2_frm-res.apk
"
put both in the "IN" folder of apktool. run apktool. install the framework, then decompile apk, so you can edit the code.
google how-to & look in /res/values/dimens.xml with notepad++ also the navbar placeholder can be inside a file in /res/layouts/..
just need a bit work & brain....
OR: if that sounds to hard for y, you can do this:
open the Semcmusic.apk with 7zip. go to:
-drawable-nodpi-v19
-drawable-sw600dp-hdpi-v19
-drawable-sw600dp-land-hdpi-v19
allways delete the bg-navbar.png
close 7zip & replace the apk in system/app with edited
this will atleast remove the navbar shadow. (looks way better)
peace
---------- Post added at 09:03 PM ---------- Previous post was at 08:59 PM ----------
also i forget, maybe its the easiest solution, but not allways working:
get xposed framework. install it & reboot. get this module http://repo.xposed.info/module/net.chezlestatto.xposed.mods.adaptedlayout
activate & again reboot. see if worked
Thanks... I was searching for a long time for a solution.
Sent from my LT18i using XDA Free mobile app

Categories

Resources