i was tried to edit the xml from an apk by my GY but some xml file shows that
{
"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 is those ????? icons?
any idea or suggesion to edit them through GY? any suggestable app??
hmahadi98 said:
i was tried to edit the xml from an apk by my GY but some xml file shows that View attachment 1283310 what is those ????? icons?
any idea or suggesion to edit them through GY? any suggestable app??
Click to expand...
Click to collapse
That's a compiled xml.You cant edit an xml unless you decompile the apk.There are several pc tools like apktool,apkmanager,virtuos ten studio etc..
the apk actually has a compression signature which alteration results to a encrypted data
you must decompile to use the signature
thanks guys but i want to edit them through my phone,so is there any android app that can edit those type xml file? or compile apk?
hmahadi98 said:
thanks guys but i want to edit them through my phone,so is there any android app that can edit those type xml file? or compile apk?
Click to expand...
Click to collapse
ninjamorph or metamorph,
google it
Related
is there a way to edit the size of the items in the start menu? if so pls post instructions. thanks!
i had the same question someone told me to edit the start* .cpr file but i tried it and it did not work
how do u edit .cpr files?
manachinmaniac said:
how do u edit .cpr files?
Click to expand...
Click to collapse
open with notepad or notepad++
manachinmaniac said:
how do u edit .cpr files?
Click to expand...
Click to collapse
Best is to use XML Notepad from Microsoft. Its free & great, makes it very easy to edit cpr files. Google for it.
orite guys thanks. 1 more thing. where do i find the start .cpr file?
Start menu 4x4 with big icons:
{
"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"
}
Also did a different rounded-hexagone-select image.
Just replace the files on your Windows folder with the attached zip files.
Download: http://forum.xda-developers.com/showpost.php?p=3813167&postcount=95
Portion of the cpr code to edit for icon size:
<Image ID="Image" Left="15" Top="0" Width="45" Height="45" ScaleStyle="Fit" />
Click to expand...
Click to collapse
thnks twolf!
This belongs in the Q&A section
thank you
I ask that questions ARE NOT ANSWERED in this section.
Hi,
i have a Samsung Galaxy S and i want to modify/create an own pull down menu widget like this one (highlighted in red):
{
"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 have searched around, but i can't find any point to make them...
Did anyone have an idea?
Which apk does provide this type of addon?
I'm gonna guess settings.apk...
-BMFC
Sent from my T-Mobile myTouch 3G Slide using XDA App
In the Galaxy ROMs it's in twframework-res.apk
It's in the framework.
I am going to be working on something similar except for the Inc/Evo. I'm going to try and port over the MIUI notifcation menu because it is built in. Good luck on your try
i've found the right file in the twframework-res.apk and its known status_bar_expanded.xml...
inside of this file is declared the quickpanel-container with the containing buttons.
But, the Problem is, how can i make an own override into the quickpanel?
I've deodexed and decompiled the twframework.apk and after that the following classes.dex too, but it's unreadable... there are to many machine-instructions inside and make it useless.
I have put this files is in the attachment...
(the *.ddx files are readable with any editor)
Do have anyone an idea to implement an own quickpanel-container?
hello
how do i remove an element (an image) from a layout xml?
i tried deleting the line from the xml but it gives fc
any help Oh great themers ? XD
Thank you
what is the exact line did you delete?
specificaly i was trying to mod deskclock.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"
}
u see the clocks above the check boxes i was trying to remove them
so i tried making dem transparent but they still occupied space..
then in layouts/set alarm .xml i tried to remove the whole line(2nd line under relatove layout) that was related to this
successfully recompiled and pushed and opened deskclock but when i open that view i get fc ...
since i had never tweaked xml i think this way can b wrong so ineed help
thanks for replying
Dunno if it will work but u can try set high and width to "0.0"
Sent from my GT-S5360 using Tapatalk 2
d3cka said:
Dunno if it will work but u can try set high and width to "0.0"
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
T-H-A-N-K Y-O-U man!!!! it worked
thanks a lot
Hello friends..
First off all.. i've learned how to edit APK file..
But, i've problem with com.miui.player
I've extract the apk..
And when i open the manifest..
It's just show package name and minimum sdk..
No action or anything else
{
"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 make this app transparent..
Please help..
-----
Apk will be attach soon
Sent from my GT-S5360 using xda app-developers app
Your extracting from an .apk file? No no. Decompile your .apk.
Sent from my GT-S5830i - Hit thanks if I helped
farizemo said:
Hello friends..
First off all.. i've learned how to edit APK file..
But, i've problem with com.miui.player
I've extract the apk..
And when i open the manifest..
It's just show package name and minimum sdk..
No action or anything else
View attachment 2093731
I just wanna make this app transparent..
Please help..
-----
Apk will be attach soon
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
you need to decompile the apk. not extract it
then you can edit the appearance using android:background attribute of various screens
dont create duplicate threads, just search. there will be a lot of topics on modding an apk
Hello ,Guys,I‘ll teaching you how to edit this things
Multiple clicks on the about phone Android version out of the interface
Let's take a look at the original version
{
"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"
}
Ok,Then,first Step,get your Resources ready
we need framework-res.apk,framework.jar
and a Computer with Apktool,Compression Software
let's change the image first
Open framework-res.apk using compression software
Open the folder res / drawable-nodpi, find platlogo.png
Then use your png image to replace it
Ok,The second step,Edit text in the image
Open framework.jar using compression software
Extract classes.dex
And then decompile it use Apktool
Open the folder to find classes\com\android\internal\app\PlatLogoActivity.smali
open it with Notepad2 or Notepad++
Search text in the image,Then change it
Note: The text is not too long
Then compiled using compression software to replace back
Well,Done,The modified two files changing for the better good authority, replace the framework, restart the phone:laugh:
This is my modified good results