[GUIDE][HOW-TO] Change {Pop Up Message} at Android Version - XPERIA X8 Themes and Apps

{
"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 just wanna share how to edit smali and change a pop message when you clicks again and again at Android Version :fingers-crossed:
Example
To change 'zombie art by Jack Larson' to yours text for example 'Ice Cream Sandwich' to have a fully changed Ginger Bread to????
1.Basic knowledge how to compile/decompile using Apktool/Apkmanager/
2.Brain and brave :laugh:
Method :
-Decompile framework.jar
-Find PlatLogoActivity.xml in smali/com/android/internal/app/
-Open with Notepad++(Windows) or gedit(Linux)
-Find this line ["Zombie art by Jack Larson" for GB] ["Ice Cream Sandwich" for ICS] ["Jelly Bean" for JB]
-Change this text to yours "WHATEVER"
-Save and close file
-Recompile your framework.jar file
-Make an CWM package and install/flash it
-Or replace it with Root Explorer or other app and change permissions to 644(rw-r--r--) and restart your phone
-Tell me the Result
CREDITS TO : ALUCARD1989PL For his info thread :good:
Original Thread
http://forum.xda-developers.com/showpost.php?p=34563875&postcount=3

Reserve - Mnangehhh..

Related

[Modified thread] Neo Green! NEW Downloads link!! jan.24

Samsung galaxi stil,settings,reboot opcio......thx,credit :drotifuti, AUDIMEN
Download: http://data.hu/get/4657226/drotifuti-green_mod-Neo.zip
The new softwer do it, root and rootexplorer needed!
Installation:-in the zip file to extract (ATTENTION: do not xrecoverys installation!),
Subfolders, files in the folder name according to a local copy, but before the system folder drivers then this, the rights to give:
{
"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"
}
-you will not be able to simultaneously copied, so only the files in each folder at a time, then reboot and go to the other files in subfolders. -reboot, and you're done!
Unless you used newest settings. apk you should have some fc on brightness is this the case
Ps I already made a fix for that
Sent from my MT15i using xda premium
does this works on Arc .42?
The starting point is a topic of Arc topic, I think it should go!
But you know the "test of eating pies"!
big big thanks
This is the thank you button it.
NEW Downloads link!! jan.24
screenshot please ?
New !! : http://forum.xda-developers.com/showthread.php?t=1471021

[APP][4.0+] Google Ears (From Jelly Bean)

hello guys
So i got new Google widget work on ics
I thinks it will works on any devices with ICS rom.
What is Google Ears? Is it a music service?:fingers-crossed:
yes its like TRACK ID
{
"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"
}
---
Installation guide:
1. Push the .apk to system/app
2. Fix permissions (rw-r--r--)
---
Lib
1. Push lib to system/lib
2. Fix permissions (rw-r--r--)
3. Reboot your device
---
Downloads:
- http://www.mediafire.com/?ccjh14ydtuiad
NO ROOT DEVICES (Thanks to lbrfabio)
- Just Install apk : goo.gl/GJftm
Transparent Widget (Thanks to maped)
- Install apk : https://dl.dropbox.com/u/28277769/bo...GoogleEars.apk
---
Credits go to me
of course google for app.
Hit thanks if u like it
Tested on
LG E510 CM9 Unofficial.
Xperia NEO ICS 4.0.4 [Xperia Pureness[B.1.00]
Tested on AOKP SGS2
CM9 RC1 Sensation
MIUI ICS rom on EVO 3D
Credits go to Original thread
Code:
http://forum.xda-developers.com/showpost.php?p=28089682&postcount=1

CM9/ICS Semi-transparenet/Transparent Status bar

Ok, so every mod/guide/apk I have found for CM9/ICS does not seem to work with any of our ICS Roms. From reading comments, it seems that somewhere mid 2012 something changed in the SystemUI source that stopped the previous mods from working. I am guessing that is our problem.
Well there is a source patch that does work for ASOP by Evilisto.
I used that diff patch as a somewhat 'guide' for editing the systemUI.apk of CM9 and it works!! Just thought I would share.
Just a couple of notes...
1. There is no 'res/layout-sw600dp/navigation_bar.xml'
2. No need to edit the launcher portion
3. The changes to 'res/values/colors.xml' actually need to be made to our 'res/values/drawables.xml'
4. When editing 'com/android/systemui/statusbar/phone/PhoneStatusBar.smali'
- Do a search for 'mPixelFormat' and directly above that line change 'const/4 v8, -0x1' to 'const/4 v8, -0x3'
- That is equivalent to making the 'mPixelFormat = PixelFormat.TRANSLUCENT;' change.
- Thats the only edit you need to make to that file
5. No need to edit 'com/android/systemui/statusbar/tablet/TabletStatusBar.java', our phones not a tablet
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"
}

[HOW TO] Lockscreen totally invisible/ transparent 100%

I'd love to have a pattern unlock without the little circles but still have to do the gesture.
So I've done this..TUTORIAL!!
decompile framework-res.apk from system/framework
search for the image in the folder of decopiled apk => apk\res\drawable-xhdpi\ those files:
Code:
btn_code_lock_default
btn_code_lock_default_holo
btn_code_lock_touched
btn_code_lock_touched_holo
btn_check_label_background.9
indicator_code_lock_drag_direction_red_up
indicator_code_lock_point_area_default
indicator_code_lock_point_area_default_holo
indicator_code_lock_point_area_red_holo
open the images with paint.net
select all the image (ctrl+a) delete and save
recompile the apk
push it back into system/framework/framework-res.apk of your device
a little advice, choose a suitable image of background to guide you,
not one solid background, otherwise you will have no more access to the device!
Now nobody can try to understand your pattern anymore!!!!
yeah!!!
{
"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
ruelle said:
I'd love to have a pattern unlock without the little circles but still have to do the gesture.
So I've done this..TUTORIAL!!
Click to expand...
Click to collapse
Dude ... congratulations
Search, develop, test and share in only 2 hours!!!
THIS IS XDA STUFF.
<!-- insert ovation sound here -->
Thanks

[MOD] Delete SIM icon (A710F)

I just tried to recompiled but no luck,
now I just made it!
Works with deodexed, A710FXXU1APB2 only!
Bug:
have some little space between the signal strength icon
Screenshots:
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 :
How to install (IMPORTANT)
P.s. Permissive Kernel is needed
1. Install your deodexed rom zip file first
2. Reboot to system
3. go to recovery and flash the file
4. reboot
5. finished!
You'll found the alert said unautorized access found, don't panic and ignore them.
If you found it's annoying, use Wanam Xposed to hide the alert
Download: https://drive.google.com/open?id=0BzDGDKylfS3CZDBHT0ZZTHAxY3M
Hit thanks if you like
Credits :
- Ubuntu 16
- Tickle My Android by Ticklefish
- Don't repost without my permission
I habe try for my A3
please please please please introduce A custom ROM for Galaxy A7 2016 A710fd, please please please
Hey I need some help do you have fb?

Categories

Resources