Adding Wifi Location Based on your Settings.apk - Sony Ericsson Xperia Mini, Mini Pro, Xperia Pro, A

Hi friends and visitors xda. Well I'll pass on to you a bit adding apks in your Settings. I tried to do the best possible way to understanding all, hope you like it and read it carefully. Let's start
Requirements:
Virtuous Ten Studio
Apktool
Install Framework-res.apk
Installation SemcGenericUxpRes.apk
This tutorial works on Custom roms and stock roms based firmware 587. Devices MDPI and HDPI! just what we need to have is a little attention to codes in public.xml file
In my opinion the VST and most complete program for editing in general .. then the procedure was done for him!
*Decompile your Settings.apk
*After decompile ... check the folder >>>> res / values ​​/ strings.xml <<<< edit it. See the image below
*Add the code below to your Strings.xml.
<string name="loc_based_wifi">Location Based Wi-Fi</string>
Click to expand...
Click to collapse
{
"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"
}
*Now open Public.xml is add the following code below
<public type="string" name="loc_based_wifi" id="0x7f0b0656" />
Click to expand...
Click to collapse
*Then open the folder and xml file settings_headers proucure the open and see where the code will be added below!
<header android:icon="@drawable/ic_wifi_lock_signal_4" android:title="@string/loc_based_wifi">
<intent android:targetPackage="com.sonyericsson.android.locationbasedwifi" android:action="android.intent.action.MAIN" android:targetClass="com.sonyericsson.android.locationbasedwifi.LbwPreferenceActivity" />
</header>
Click to expand...
Click to collapse
*Now place the images in the following folder drawable-MDPI
*Once added the images in drawable-MDPI folder ... You will compile your Settings.apk according to the program you are using for editing. In my case as I use the VST I compile my file in Build all.
Compiling ...
If all goes well will compile the following message appears telling you that everything went well and without errors!
Screenshot Xperia Mini Pro
Installation mode
Install with the flashable zip apk placing the Wifi Settings and location-based app folder in the zip with Root explorer or giving the permissions [rw-r--r--]
Ready. I hope everything goes well in the settings of you ... look carefully the hexadecimal code in public! is and of course, give me a Thanks kkkk
Credits >> @saqib nazm / @M4ST3R-V
Until next time friends.

Great, i will try on my touchwiz based rom for s3 mini :laugh: :good:

JynAlek said:
Great, i will try on my touchwiz based rom for s3 mini :laugh: :good:
Click to expand...
Click to collapse
Thank you. Test and answer me to know if everything went right.

if this tutorial can work on a custom rom cyanogen base cm10.1 ...

D2Y aka E said:
if this tutorial can work on a custom rom cyanogen base cm10.1 ...
Click to expand...
Click to collapse
I have not tested ... but I think yes you can :good:

Marília de Oliveira said:
I have not tested ... but I think yes you can :good:
Click to expand...
Click to collapse
okay I'll try my review later if this works on a custom rom that I use

D2Y aka E said:
okay I'll try my review later if this works on a custom rom that I use
Click to expand...
Click to collapse
Okay more and you get better and change the original settings.apk from the beginning. anything send me your settings if you do not get. good luck :good:

Related

Porting small apps to X10

I thought that we can continue develop and discuss how to port small apps for x10 in this thread instead of the one for Achotjan's SDE. So, what we have up to now:
NuriJ said:
I've tried many times but haven't got it working yet :/ I've ported everything related to small apps except the systemui which is most difficult..
I'll share my test zip soon if someone wants to look at it
EDIT: Here it is.. everything ported except the systemui..and it's booting (atleast for me)
http://www.mediafire.com/?i8es8iqcj6a1ouh
Click to expand...
Click to collapse
Vasishta Reddy said:
you have to change the following in systemUI from the sytemUI which your porting
You will have to add 1 file and modify 2 files to your systemUI.
Add ExternalTaskSwitcher.smali to smali/com/android/systemui/recent
In smali/com/android/systemui/statusbar/phone/phonestatusbar.smali you must copy lines 75, 328 to 337, 6105 to 6279, 6393 to 6456, 7409 to 7666 to your file.
In smali/com/android/systemui/statusbar/phone/phonestatusbar$H.smali you must copy line 49 to the end.
Click to expand...
Click to collapse
I've tried to put all the files that NuriJ uploaded, but got stuck when trying to replace framework-res.apk. Otherwise small apps install without a problem and fixing permissions was also fine.
Also, i've used Achotjan's SDE framework-res.apk and added the needed files, but got bootloop...
this is how small apps look like, they're widget-like applications, which can be placed wherever you want allover the screen:
{
"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"
}
Edit: these screenshots are not from x10 (yet)
What small apps are you talking about??
Here are the test zip's if someone wants to try it. Download all zip's and flash one by one
Once we port small apps features to systemui we have a possible working small apps port. The ZIPs is from Aeon but my files are inside
http://www.mediafire.com/?437ob3777y1t0ek
http://www.mediafire.com/?38m0u9pqn9unzqj
[URL=http://www.mediafire.com/?qchqycsbmcvbf66]http://www.mediafire.com/?qchqycsbmcvbf66[/URL]
Only tested on sde beta1
mama_mia said:
What small apps are you talking about??
Click to expand...
Click to collapse
http://www.youtube.com/watch?v=4Ju9j30au6M
Flashed all the files successfully but nothing changed. NuriJ, have you tested all the method decribed by Vasishta Reddy. If not i'l give it a go and see what happens. The only thing is that ExternalTaskSwitcher.smali, but i'l look up in the files you provided.
Denie46 said:
Flashed all the files successfully but nothing changed. NuriJ, have you tested all the method decribed by Vasishta Reddy. If not i'l give it a go and see what happens. The only thing is that ExternalTaskSwitcher.smali, but i'l look up in the files you provided.
Click to expand...
Click to collapse
I know that nothing changed buddy.. We need to edit systemui properly to see changes.. I've tried Vasishta's method didn't work either.. but i think he can help in editing
you can get ExternalTaskSwitcher.smali from xperia t systemui. Here's links for reference
http://forum.xda-developers.com/showthread.php?t=1923670
http://forum.xda-developers.com/showthread.php?t=1922339
First you have to flash 0 part and wipe cache.. reboot And let the ROM upgrade. There would be A request of sim pin or something after the booting, at that time remove the battery and go to cwm recovery and flash the remaining files... this is the actual method.. did u guys flash in this method??
Sent from my Xperia X10 using xda app-developers app
I flashed this way and going to do what Vasishta Reddy suggested.

[Q] - which file should edit in "framework-res.apk" ?

Hello devs ,
i want to ask u if i want to change any thing in framework-res.apk which file should i edit ?
i don't want to change images , i mean if i want to change/delete any thing in my systemUI which depends on "framework-res.apk" which file should i edit after Decompiling the "framework-res.apk" ?
thank u
SORRY , WRONG SECTION !!!!!!!
plz move it
there are only .pngs and .xmls in framework so you must look into .xmls in /drawable , /layout , /xml and find something interesting for you
godlesplay said:
there are only .pngs and .xmls in framework so you must look into .xmls in /drawable , /layout , /xml and find something interesting for you
Click to expand...
Click to collapse
thanks sir , how to open .xml files ?
Mohamed Hashem said:
thanks sir , how to open .xml files ?
Click to expand...
Click to collapse
Decompile the file and open with 'notpad++'
Sent from my SK17i using xda premium
sandy7 said:
Decompile the file and open with 'notpad++'
Sent from my SK17i using xda premium
Click to expand...
Click to collapse
thanks sandy7 , but do u mean decompile the .xml file ?
when i edit any .xml file with Note++ i find this :
{
"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"
}
any help guys ?
Hmmm...decompile framework-res.apk first before you can edit any xml files using Notepad++....if you don't decompile it then you will see those kind of xml like on your screenshot....
for compiling and decompiling you better use TickleMyAndroid....its good for beginner or even expert user cause its the most easy tool to use....
iPusak Gaoq™ said:
Hmmm...decompile framework-res.apk first before you can edit any xml files using Notepad++....if you don't decompile it then you will see those kind of xml like on your screenshot....
for compiling and decompiling you better use TickleMyAndroid....its good for beginner or even expert user cause its the most easy tool to use....
Click to expand...
Click to collapse
Thanks sir, will try it tomorrow <3
Hope i've helped you
Mohamed Hashem
Check this great guide by @stanlin salu - http://forum.xda-developers.com/showthread.php?t=2011254 it may help u
Cheers,
AJ
Abhinav2 said:
Check this great guide by @stanlin salu - http://forum.xda-developers.com/showthread.php?t=2011254 it may help u
Cheers,
AJ
Click to expand...
Click to collapse
Thx sir
Hope i've helped you
Mohamed Hashem

[GUIDE] how to change plat logo text

for who do not know, this tutorial to change the text "Zombie Art by Jack Larsson" when we tap quickly on the android version
Stuff:
1. Tools to decompile/compile jar file like apk multitool or baksmali manager
2. framework.jar
Steps:
1. decompile framework.jar
2. go to com/android/internal/app/PlatLogoActivity.smali
3. find Zombie art by Jack Larson
4. change to what you want
5. save
6. compile
7. push/flash via cwm
nb: to change the image of platlogo, go to framework-res.apk/res/drawable-nodpi/platlogo.jpg and replace with the image what you want
{
"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"
}
Nice Guide!! Helpful
+1
EDIT: Mention Credits!! Or The Source....
EDIT 2: Already New The Trick... I Was Posting It On Mini Forums!
credit? for my self. I discovered this when I was to edit framework.jar
in general thread i have shows the guide days ago,lol.anyway here is better,maybe.
-CALIBAN666- said:
in general thread i have shows the guide days ago,lol.anyway here is better,maybe.
Click to expand...
Click to collapse
+1 ^
its been der in general section from ages....
where's the thread?
Good guide:good:
nice guide bro . . . :good:
i like it . .
+1
tanx for article
ocoot said:
for who do not know, this tutorial to change the text "Zombie Art by Jack Larsson" when we tap quickly on the android version
Stuff:
1. Tools to decompile/compile jar file like apk multitool or baksmali manager
2. framework.jar
Steps:
1. decompile framework.jar
2. go to com/android/internal/app/PlatLogoActivity.smali
3. find Zombie art by Jack Larson
4. change to what you want
5. save
6. compile
7. push/flash via cwm
nb: to change the image of platlogo, go to framework-res.apk/res/drawable-nodpi/platlogo.jpg and replace with the image what you want
Click to expand...
Click to collapse
Nice article
it will be helpful if you add steps to compile/recompile jar
@op can I know what is your font plz
And in hyperion 8 GM there is nimation if we press the android version How can i apply this?
balamurugan94 said:
Nice article
it will be helpful if you add steps to compile/recompile jar
Click to expand...
Click to collapse
you can search that how to compile/decompile jar files
GalKill said:
@op can I know what is your font plz
And in hyperion 8 GM there is nimation if we press the android version How can i apply this?
Click to expand...
Click to collapse
i'm not use galaxy y gt-s5360 again. sorry i can't help you
(/QUOTE)i'm not use galaxy y gt-s5360 again. sorry i can't help you [/QUOTE]
A least can yoi give me the font? Thanks
GalKill said:
(/QUOTE)i'm not use galaxy y gt-s5360 again. sorry i can't help you
Click to expand...
Click to collapse
A least can yoi give me the font? Thanks [/QUOTE]
i lost my phone, so i don't know what name of font i use

[Mod]Sense 4 Style Multi Tasking Mod for Xperia 2011 [ Stock ICS | Cm10 ]

Hi Geeks
Here is a Port of the Sense 4 Style Multitasking UI/Recent Apps For Stock ICS and Cm 10 Only
Ported it on Stock,Serajr's Tabbed UI v7.1, and Cm10 Stock
Featured on Portal- Get the Sense 4 Recent Apps Look on Your Sony Ericsson Xperia Arc, Neo and Pro
Thanks for support :good:
Screenshots:
Stock ICS
{
"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"
}
For Cm 10 Roms
Instructions:
1.Always backup your SystemUI.apk and framework-res.apk OR A full Nandroid Backup
I am Not responsible if phone Bootloops! Read Well Before you flash!
2.[Optional but Adds to the UI].
Decompile your Rom's Framework-res.apk
go to /res/values/dimens
and change
the following lines[red] as shown
Code:
<dimen name="thumbnail_height">[COLOR="Red"]267.0dip[/COLOR]</dimen>
<dimen name="thumbnail_width">[COLOR="red"]168.0dip[/COLOR]</dimen>
Or use the Framework with the Mod!
3.Downloads has 2 types
a. Mod-Replaces framework and SystemUI
b. SystemUI Only-Zip name *_SystemUIOnly_* Changes only your SystemUI.apk (Use this if you edit your framework manually as in step 2)
Choose appropriate download
4.Just flash through CWM and Reboot.
Click to expand...
Click to collapse
Downloads:
HDPI
Stock
Whole Mod- http://d-h.st/XPP
SystemUI Only- http://d-h.st/n38
Click to expand...
Click to collapse
Stock+Serajr's v7.1 Toggles Mod
Mod- http://d-h.st/xru
SystemUI Only- http://d-h.st/BAm
Click to expand...
Click to collapse
For Cm 10
Mod- http://d-h.st/POc
SystemUI Only- http://d-h.st/XbC
Click to expand...
Click to collapse
MDPI
Stock
Full - http://d-h.st/Zv3
SystemUI only- http://d-h.st/7nE
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Credits:
Evilisto
grgsiocl
Adi Adisteru Reborn For the Guide
Click to expand...
Click to collapse
If you want to include it in your Roms,ask for permissions and give credits with links,No mirrors!
If you like my work,Hit thanx,rate good and Motivate :good:
​
Will this work ok cm 10.2...?
Sent from my Xperia Neo V using xda app-developers app
techie24 said:
Will this work ok cm 10.2...?
Sent from my Xperia Neo V using xda app-developers app
Click to expand...
Click to collapse
Ics and cm10 only for now..
Sent from my Xperia Neo V using Tapatalk 2
Have you thought about the module to Xposed? Could you share the original file framework and SystemUI? I have only N4, but I really like this mod
Dzakus said:
Have you thought about the module to Xposed? Could you share the original file framework and SystemUI? I have only N4, but I really like this mod
Click to expand...
Click to collapse
Therez no original frame as such
Just the code that I ve changed in the original stock framework
Well,shoot me a pm with your framework and systemui,ill see if I can make one for you.
Xposed,iguess thatll need java which I dont know yet
Could you share files "For 10 cm" before and after your modification, because you must based on something? I would like to compare the changes by diff and create module based on it.
I don't want edit my framework, because I update rom every night.
I know some Java and I could help.
Sorry for my English. My native language is Polish
Dzakus said:
Could you share files "For 10 cm" before and after your modification, because you must based on something? I would like to compare the changes by diff and create module based on it.
I don't want edit my framework, because I update rom every night.
I know some Java and I could help.
Sorry for my English. My native language is Polish
Click to expand...
Click to collapse
Use your stock files and follow these guides
http://forum.xda-developers.com/showthread.php?t=2066740
and
http://forum.xda-developers.com/showthread.php?t=2296068
But make sure u use both the guides and remove errors wisely or they simply wont work
nice work, i like the htc recent apps

help me how can i add Tab Named Developed By inside option About Phone settings.apk

Hi I need to add Tab Named Developed By inside option About Phone in my Setting.apk in Android GB containing Developer name, ROM Developer and Contact with me... etc please help me.
I tried a lot but all attempts failed.
About Phone > Developed By:
{
"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 click on "Developed By" take you to this pic:
a.h.l said:
Hi I need to add Tab Named Developed By inside option About Phone in my Setting.apk in Android GB containing Developer name, ROM Developer and Contact with me... etc please help me.
I tried a lot but all attempts failed.
About Phone > Developed By:
After click on "Developed By" take you to this pic:
Click to expand...
Click to collapse
Am sure ur suppose to edit the area in source code.. I dont think its possible to your end..
Sent from my Hisense F20 using Tapatalk
a.h.l said:
Hi I need to add Tab Named Developed By inside option About Phone in my Setting.apk in Android GB containing Developer name, ROM Developer and Contact with me... etc please help me.
I tried a lot but all attempts failed.
About Phone > Developed By:
After click on "Developed By" take you to this pic:
Click to expand...
Click to collapse
Should be as easy as decompiling the settings apk and replacing the icons and strings. Strings will be located in res/values/ and icons will be in one of the drawable folders. (depending on dpi)
Sent from my LG-Q710AL using Tapatalk
RealWelder said:
Should be as easy as decompiling the settings apk and replacing the icons and strings. Strings will be located in res/values/ and icons will be in one of the drawable folders. (depending on dpi)
Sent from my LG-Q710AL using Tapatalk
Click to expand...
Click to collapse
can you tell me what i edit in xml and string
ok ok if i edit without icon i want to (((tutorial that please ))))
a.h.l said:
can you tell me what i edit in xml and string
ok ok if i edit without icon i want to (((tutorial that please ))))
Click to expand...
Click to collapse
Post me a copy of your Settings, SystemUI, and framework apks such as framework-res and I'll take a look.
Sent from my LG-Q710AL using Tapatalk
RealWelder said:
Post me a copy of your Settings, SystemUI, and framework apks such as framework-res and I'll take a look.
Sent from my LG-Q710AL using Tapatalk
Click to expand...
Click to collapse
this is a picture i wont to know how can me make that
a.h.l said:
this is a picture i wont to know how can me make that
Click to expand...
Click to collapse
It's too much to do it all on this thread, but do a search for TDunham's Ultimate Touchwiz Guides and Links thread. I know that for Samsungs, but a lot of the mods work on other devices as well. I'm pretty sure there is a tutorial in there that will walk you through this step by step.
Sent from my LG-Q710AL using Tapatalk
RealWelder said:
It's too much to do it all on this thread, but do a search for TDunham's Ultimate Touchwiz Guides and Links thread. I know that for Samsungs, but a lot of the mods work on other devices as well. I'm pretty sure there is a tutorial in there that will walk you through this step by step.
Sent from my LG-Q710AL using Tapatalk
Click to expand...
Click to collapse
thank you so mush that have alot of mods but ididn't found what i wont to add name

Categories

Resources