[MOD]Tutorial How to change LockScreen Clock Font EASY - Sony Ericsson Xperia Mini, Mini Pro, Xperia Pro, A

Hey Guys
I discovered this
This time I bring a way to change the clock style from Xperia STOCK to ICS clock font
It is VERY EASY
ICS LOCK SCREEN CLOCK XPERIA STOCK LOCK SCREEN CLOCK
{
"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"
}
REQUERIMENTS:
1. Extracted Framework.jar from your Android (/system/framework) and copy in your PC
2. smali.jar and baksmali.jar (Into a new folder on PC) See attachments Or Download Here View attachment 1849757
3. 7zip or WINRAR
4. Notepad ++ or any text editor (recomended notepad++)
5. cmd in Windows
HERE WE GO!
1. COPY framework.res into extracted folder decomjar (with smali.jar and basksmali.jar)
2. extract classes.dex from framework.jar using 7zip or Winrar
3. Is time to open the terminal... Go to the directory where the FOLDER decompjar is content.
4. Press Shift button and right-click. select open a command window here
5. After open the terminal Write this comand:
java -jar baksmali.jar -o classout/ classes.dex
It is for Decompile the file
6. find this file DigitalClock.SMALI in this directory: \decomjar\classout\com\android\internal\widget
7. open the file and edit
a. find
.field private static final SYSTEM_FONT_TIME:Ljava/lang/String; = "/system/fonts/SoMADigitLigth.ttf"
b. and change for this .
.field private static final SYSTEM_FONT_TIME:Ljava/lang/String; = "/system/fonts/AndroidClock.ttf"
8. after change
a. find:
.prologue
.line 68
const-string v0, "/system/fonts/SoMADigitLigth.ttf"
b. Change for this:
.prologue
.line 68
const-string v0, "/system/fonts/AndroidClock.ttf"
9. SAVE THE CHANGES
10. time to recompile te file Write in the terminal this command:
java -Xmx512M -jar smali.jar classout/ -o new-classes.dex
11. Wait a Few Moments an rename "new-classes.dex" to "classes.dex"
12. Delete classes.dex from framework.jar and Repack the Modded classes.dex
13. Flash into Recovery or replace the file.
ENJOY !!!!
---------------Press THANKS :good: if your like My contribution

Change System/fonts/Somadigilight.ttf

Orochixxx said:
Change System/fonts/Somadigilight.ttf
Click to expand...
Click to collapse
How to Make Clock Font Like This?

undisputedpro said:
How to Make Clock Font Like This?
Click to expand...
Click to collapse
you would need to find line where hours are showed and add bold tag
you can ask mr.tapa to tell you

undisputedpro said:
How to Make Clock Font Like This?
Click to expand...
Click to collapse
add 2 Font Bold Thin + Thin + new style Hour & date bold thin , Minute thin Font

Orochixxx said:
add 2 Font Bold Thin + Thin + new style Hour & date bold thin , Minute thin Font
Click to expand...
Click to collapse
please elaborate, am interested... but am using a CM9.1 rom, hope it will work?

Orochixxx said:
Change System/fonts/Somadigilight.ttf
Click to expand...
Click to collapse
Yes you're right That's much more simpler than the OP
via XDA for Timescape™

how could you get
that effect on the lock screen

Font in lockscreen
Nice TUT but I need a little help.
How do you disable ALL caps in lock screen? Like the Date, Emergency call, charging, etc... I got a framework-res.apk file from FB group and modified it to disable auto-rotate in lockscreen. Was able to correct it by editing bools.xml and set
<bool name="config_enableLockScreenRotation">false</bool>
Also found, all caps tag so set it to false like the one below. (Still under bools.xml)
<bool name="config_actionMenuItemAllCaps">false</bool>
It seems to have no effect... Rotation issue is resolved but I don't like the text to be all caps.. Date, Emergency call, charging, etc... are still showing all caps.. Can someone please guide me where I can disable this ALL CAPS settings for the lockscreen?
Here's a screenshot of what I mean. Hope someone can help.
http://i43.tinypic.com/11ifypw.png

Siddhesh said:
How to Make Clock Font Like This?
Click to expand...
Click to collapse
Spex said:
you would need to find line where hours are showed and add bold tag
you can ask mr.tapa to tell you
Click to expand...
Click to collapse
Whos Mr.Tapa ... I did do all the process of decopiling the framework but now i dont know exactly where to place the "bold tags" and what the syntax for the tags would be.

How do I change the font of this from bold to regular text like previous lollipop releases?

Related

Basic Framework Edits

this is a very basic guide to change colors and maybe icons if you've suitable icons..
I don't know anything about signing apks and stuffs but I did the following steps and it worked for me...
THINGS YOU'LL NEED :
7zip
Any Imaging Software that can handle PNG files(I use PHOTOSHOP)
FRAMEWORK-RES.APK file
STEPS :
Right Click on your framework-res.apk
Click 7-zip->Open Archive
go to res folder
Extract drawable-mdpi anywhere on your pc
edit the files you want with your imaging software and save them
now drag the modified files to the drawable-mdpi folder in the zip file
Open the drawable-mdpi folder in your zip file
select the modified files, hold and drag to the zip archive and leave it
it will ask you to add the files or not
just click yes
Click to expand...
Click to collapse
Close the file
Push your framework into your phone
(I use Xrecovery mode for pushing it, cuz its safe)
Code:
[B]busybox cp /sdcard/framework-res.apk /system/framework/framework-res.apk[/B]
---------------------------END------------------------------------------
IMPORTANT TIPS
if you're upto modifying colors than you may notice that some files have extension .9.png they need special way to edit (actually not so special lol)
just open them in your imaging program
you'll notice few black dots and black border
something like 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"
}
keep those black things as they are, and mess around with the other colors
-----------------------------END QUOTE----------------------------------
for now I've just tested this with colors and few icons and it works
-------------------------------------------------------------------------------------
if anyone needs this framework (I changed the green color to orange, changed the lock symbol to stock it was too small and colored some of the network indicators from white to green lol)
FRAMEWORK-RES.APK.7z
Good. i tried to change the xml files. but the process needed me to use apktool to decompile the framework-res.apk.
when i used original framework-res-apk, it decompiled successfully, but when I used gingerbread framework-res.apk by pulpoff, errors about the .9.pngs occur.
propc said:
Good. i tried to change the xml files. but the process needed me to use apktool to decompile the framework-res.apk.
when i used original framework-res-apk, it decompiled successfully, but when I used gingerbread framework-res.apk by pulpoff, errors about the .9.pngs occur.
Click to expand...
Click to collapse
xml is just too advance for me lol
yes for editing xml files it needs to be decompiled....
maybe you need to edit 9.png files the way I did
why dont you give it a try
Thx
I searched for a TuT
Now i can give my cellphone my own looking
A question can i replace icons white icons form a X10 theme or so?
KINGMANI said:
Thx
I searched for a TuT
Now i can give my cellphone my own looking
A question can i replace icons white icons form a X10 theme or so?
Click to expand...
Click to collapse
yeah.. i used gingerbread theme's icons and they worked however you can only replace those which have the exact same name you know not everything is possible lol
nice work. can you explain how to change battery icon, i want it show percent, like 58% in front of the icon. i think that's what people need most
I see now, that in framework 'res' folder, in 'drawable-land-mdpi', we have stock layouts of Lock Screen (i mean, stock bar for unlock move and sound).
How can I set it to default? I don't like that SE original LockScreen theme...
Find all the icons named as SEMC_slidingtab and replace them the way you want
mercury_beta said:
nice work. can you explain how to change battery icon, i want it show percent, like 58% in front of the icon. i think that's what people need most
Click to expand...
Click to collapse
Most people use widgets for that.. lol
please follow the tutorial
how change icons
mislatero said:
please follow the tutorial
how change icons
Click to expand...
Click to collapse
use desktop visualizer for that.. its available for free in market

transparent notification menu

Hello yo'all
I've searched many times to make my notification pull-down menu transparent, and I've finally managed to get it work. I know that there are lots of themes that do so, but I've choosen to modify the files myself. And I know that there are already tutorials, but I couldn't find one that works with CyanogenMod 7. So here is how I did it (and TBH, it is bloody easy).
screen cap: first image is without the notification drawer, the second is the notification drawer halfway the screen and the third one is the notification drawer totally expanded.
{
"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"
}
Note that I assume you already know the basics on how to work with adb.
Two things most be done to get the background of the notification menu transparent:
1. You must make the background file transparent
2. If necessarily, you must adapt StatusBarService.smali
PART 1: MAKE THE RIGHT FILE TRANSPARENT
Step 1: get SystemUI.apk on your computer
adb pull system/app/SystemUI.apk
Click to expand...
Click to collapse
Step 2: modify/replace shade_bg.png
Open SystemUI.apk in winzip, winrar or 7zip or wathever. WARNING: DO NOT EXTRACT THE APK!
browse to res\drawable-mdpi and look for "shade-bg.png". Copy it manualy out of the apk.
Edit the image with photoshop or gimp or wathever to make it transparent. Save you transparent file as shade-bg.png
Take your new image and put in manualy in the res\drawable-mdpi of the apk, so that it will replace the old one. When asked, choose for "no compression" (like store).
Step 3: put SystemUI.apk back on your phone
Reboot into recovery
go to "mounts an storages"
select "mount /system"
you can now push your new SystemUI.apk to your phone. I always make a backup, for in case I cause a bootloop or something:
adb shell
cd system/app
mv SystemUI.apk SystemUI.bak
exit
adb push SystemUI.apk system/app
adb reboot
Click to expand...
Click to collapse
Your phone should reboot now, and normally you should have your transparent lockscreen. If that isn't the case, you have to adjust StatusBarService.smali
PART TWO: ADJUSTING StatusBarService.smali
Step 1: get SystemUI.apk and framework-res.apk on your computer
adb pull system/framework/framework-res.apk
Click to expand...
Click to collapse
So now framework-res.apk and SystemUI.apk (with the transparent image) are in the same directory.
Step 2: decompile systemUI.apk
Download apktool from the attachment and extract it in the same folder as where framework-res and SystemUI are located.
open the command line and browse to that same directory
install your framework by typing:
apktool if framework-res.apk
Click to expand...
Click to collapse
Decompile SystemUI.apk by typing:
apktool decode SystemUI.apk
Click to expand...
Click to collapse
You will notice that you now have a folder called "SystemUI".
browse to SystemUI/smali/com/android/systemui/statusbar and open StatusBarService.smali in, for example, notepad++.
Search for the line
invoke-direct/range {v0 .. v5}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V
Click to expand...
Click to collapse
Right above that line you can read
const/4 v5, 0x2
Click to expand...
Click to collapse
That should be changed to
const/4 v5, -0x3
Click to expand...
Click to collapse
Save the file.
go back to the folder where you have apktool etc. Rename SystemUI.apk to SystemUI-original.apk.
Open the command line and type
apktool b -f SystemUI SystemUI.apk
Click to expand...
Click to collapse
You will now have your SystemUI.apk
Step 3: put SystemUI.apk back on your phone
Reboot into recovery
go to "mounts an storages"
select "mount /system"
you can now push your new SystemUI.apk to your phone. I always make a backup, for in case I cause a bootloop or something:
adb shell
cd system/app
mv SystemUI.apk SystemUI.bak
exit
adb push SystemUI.apk system/app
adb reboot
Click to expand...
Click to collapse
That's all. Hope I can make someone happy with this
Cool Good job
What is the transparent part? Dont see anything in the screenshot :$ Maybe im blind?
Sent from my HTC Wildfire using XDA App
tobitronics said:
What is the transparent part? Dont see anything in the screenshot :$ Maybe im blind?
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
What you see is the general settings menu, with the notification menu on top of it. But i myself was doubting if it was clear I will add more screenshots tomorrow!
Erwin
EDIT: better screen caps in the original post!

[GUIDE][ICS]Use PNG Images as Notification Background for Stock / Stock Based ROM

Now here's tutorial on how to put any PNG image as notification pulldown background..
Here I'm using lidroid's modified SystemUI, should work on other stock based SystemUI
First you need to decompile your SystemUI.apk
Open res/values/drawable.xml with any good xml editor (here I'm using NP++)
Delete this line:
Code:
<item type="drawable" name="notification_tracking_bg">#xxxxxxxx</item>
the #xxxxxxxx value maybe vary in each ROM, just delete the whole line )
Save
Prepare your desired .png file, can be opaque or transparent, and can be in any size/dimension (the system will resize it to match the screen)
Rename it to notification_tracking_bg.png and put it in res/drawable-hdpi
Recompile your SystemUI.apk, push to your phone and you are.......
Done !!
The result will be looked like these :
{
"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"
}
Remember to
ALWAYS MAKE BACKUP !!
before doing anything above..
I don't responsible of any negative things like bootloop, bricked device, burned SD card, you late to go to school, or the third world war caused by the guide above..
You have been warned !!
Click to expand...
Click to collapse
Good luck..
iiandskater said:
Now here's tutorial on how to put any PNG image as notification pulldown background..
Here I'm using lidroid's modified SystemUI, should work on other stock based SystemUI
First you need to decompile your SystemUI.apk
Open res/values/drawable.xml with any good xml editor (here I'm using NP++)
Delete this line:
Code:
<item type="drawable" name="notification_tracking_bg">#xxxxxxxx</item>
the #xxxxxxxx value maybe vary in each ROM, just delete the whole line )
Save
Prepare your desired .png file, can be opaque or transparent, and can be in any size/dimension (the system will resize it to match the screen)
Rename it to notification_tracking_bg.png and put it in res/drawable-hdpi
Recompile your SystemUI.apk, push to your phone and you are.......
Done !!
The result will be looked like these :
Good luck..
Click to expand...
Click to collapse
when i finished modifying and pushed the new systemui.apk to my phone, i lost my statusbar. which step i was wrong in ? i'm using JJ rom. Need your help to do this guide course im' very like this mod.
Jellybread v2 ROM systemUI.apk doesnt need to be modified, only change the background png, but thanks anyway
Oohhlala said:
when i finished modifying and pushed the new systemui.apk to my phone, i lost my statusbar. which step i was wrong in ? i'm using JJ rom. Need your help to do this guide course im' very like this mod.
Click to expand...
Click to collapse
Did you just recompile and push? Or did you do something between those?
Ticklefish said:
Did you just recompile and push? Or did you do something between those?
Click to expand...
Click to collapse
recompile then using winrar to extract .arsc file and add it back to recompiled apk with " store" option, copied to sdcard and using rootexplorer to move to system/app, reboot and lost the statusbar
Oohhlala said:
recompile then using winrar to extract .arsc file and add it back to recompiled apk with " store" option, copied to sdcard and using rootexplorer to move to system/app, reboot and lost the statusbar
Click to expand...
Click to collapse
You need to make sure the new apk is signed. Easiest way of doing this is copy the META-INF folder from the original into the new one.
Android won't run unsigned apps, you see.
Ticklefish said:
You need to make sure the new apk is signed. Easiest way of doing this is copy the META-INF folder from the original into the new one.
Android won't run unsigned apps, you see.
Click to expand...
Click to collapse
use winrar to add META folder ? which option of " compression method " have to chose ? " store " is right ?
when i dit it again, after modified i tried to compile but i had got this error ? can you tell me what wrong with me ? thanks
I'm able to do everything right up to recompile I always come up with an error could somebody help
Sent from my LT18i using xda premium

[GUIDE]How to Create your own theme for android apps[GUIDE]

Android App Theming Guide(Self)​
This is my guide on how to create themes for Android Apps.
First lets start with desktop preparation.
Tools you need
Decompiling tool : apktool
Image Editor : Adobe Photoshop(paid) or Photoscape(Free)
IDE : Notepad++ (one of the best code reading tool)
Tools and SDK : Android SDK with any API(API-10 if you want to theme only for SGY)
1.Download apktool and extract the files in windows root directory (windows) or add the directory where aptool files are in to PATH
2.Navigate to directory where the apk file is using cmd and type
Code:
apktool -v d filename.apk destinationdir
4.Now you have the folder with all the xml files and images which are now in human readable format.
Reserved
Image files​
First, Lets start with editing the image files..
Before that android uses png image files mostly as this format contains transparency and alpha stored in image and it is light.
The two most used image files are .png and .9.png.
The file .png can be edited by the photo editor i have posted but the .9.png requires a seperate care.
For editing .9.png first you have to use normal photo editor to edit the image and then drag the resulting png image into the draw9patch file in sdkdirectory/tools.
So What is this .9.png????
Unlike normal png files this .9.png files contain information for expansion of the image according to the content inside.
With the draw9patch draw black borders to the edges what you feel that has to be expanded.
This is how the draw9patcher screen looks like
{
"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"
}
XML Files ​
Now the second part is the xml files..
These are present in res folder.
Android uses xml files for the user interface part of the app and Java for the logic.XML files are the very important files used by an Android App.
XML files are for Layout,Manifest values..etc
We are not going to tamper with these xml files a lot.
The basic operations using XML files are editing the layout and animations or drawables etc.Also Xml editing is used to change string values in APP.
You can also add additional image to android apps.This can be exactly done by,
Choose the required image and put it in /res/drawable folder.
Now open the folder values inside res and open public.xml using Notepad++ and go to the last line of type drawable (incase of image) or any other depending on resource and create a new line like
HTML:
<public type="drawable" name="imagename" id="" />
In the place of id put the id of your previos line incremented by 1.It is in HEX so for example if my previous line ID is 0x750395f then the id for this line will be 0x7503960
SMALI FILES
smali files are present in the folder src.This is somwhat tricky part as these are dalvik-bytecodes which are of low level language and are similar to the java files you write.These are the files you have to modify in order to change the app permissions or if you want to mod the app by customising features and adding additional features.You can find more information of smali here
Tip:If you find smali difficult just write your code in java and build it.After that decompile the resulting apk and take the smali code from it...
Now once you are ready with all just build app by
Code:
apktool b WorkingFolderName appname.apk
Pls dont forget to sign your app
Press Thanks is this was helpfulll :good:
Thanks and Gud luck
optimus
Nice guides
ROM EVOLUTION X3
KERNEL HELL FUSION
ALINS JB THEME + EVOLUTION S3 STATUS BAR.
Thanks
Really needed it.
Sent from my GT-S5360 using xda app-developers app
Nice guide
PHONE SLOW CLICK ME?
_____________________________________
"No one lives in the slums because they want to. It's like this train. It can't run anywhere except where its rails take it."- Cloud[FFvii]"​
Is there a more simpler way of creating themes? Like using drag and drop method? Can someone provide a link?
nice, will try it on my phone but it is s6312
hope that it works
So, if I want to change my stock ROM pop up look like ICS, I must edit 9.png ?
metalhead\m/ said:
nice, will try it on my phone but it is s6312
hope that it works
Click to expand...
Click to collapse
Nice Guide

[Tutorial][VIDEO] Add/integrate apps into Settings app!

Hello!
I wanted to make this little tutorial since many people wounder how to add certain apps to settings app
Things you will need
Apktool: http://forum.xda-developers.com/showthread.php?t=1755243
Notepad++: http://notepad-plus-plus.org/download/v6.3.2.html
The procedure
Video tutorial http://www.youtube.com/watch?v=75ZzDs3seqw
1: Download and extract apktool into a folder
{
"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"
}
2: Extract Settings.apk and framework-res.apk from your ROM to the apktool folder
3: Open up cmd and go to the APKtool folder
4: Install the framework
5: Put the app you want to add in the apktool folder then decompile Settings and the app
6: Open the settings folder and navigate to /res/values and open Strings.xml with notepad++
7: Add the name of the app furthest down
8: Navigate to /res/xml and open settings_headers.xml
9: Add this
Code:
<header android:icon="@drawable/..." android:title="@string/...">
<intent android:targetPackage="..." android:action="android.intent.action.MAIN" android:targetClass="..." />
</header>
10: navigate to the decompile app you want to add and open androidmanifest.xml
11: Copy the name at the top
12: Then paste here
13: Hold on your screen and select shortcuts
14: Choose activities
15: Scrool to the app and then press it
16: Enter what you found there here
18: Choose a name for the icon you will be using
19: Go to the app you will be adding and navigate to /res/drawable-****
20: Copy the icon to Settings/res/drawable-**** and rename it to what you put in the XML file
21: And now lets build it
22: When the building is done navigate to Settings/dist/ adn there is you new Settings app
I will add a zip in the attachments, just put the Settings app in /system/app/ folder in the zip then move it to your phone and flash it
Thanks alot.
Apps/Setting Tutorial
Excellent work RomWiz
Found this to be a very helpful tutorial - cheers for the info
TheCrazyClub - Xperia Arc S
Nice!
Its great to have people like you sharing skills in a simple way. I think some people make it overtly complicated to keep some mystique about such things,or they are useless at communication skills
Sent by backwards engineered alien technology.....
Video is up
One thing I want to know is how do I remove the app icon from my drawer, I don't want it hidden by means of a launcher options, I want it completely removed from the drawer, now I found a tutorial on how to do it and I successfully removed DSPManager's icon, however, I came across an error when I tried to remove the icon of Superuser, apktool gives me error during repacking proccess. Can anyone help me?
annson08 said:
One thing I want to know is how do I remove the app icon from my drawer, I don't want it hidden by means of a launcher options, I want it completely removed from the drawer, now I found a tutorial on how to do it and I successfully removed DSPManager's icon, however, I came across an error when I tried to remove the icon of Superuser, apktool gives me error during repacking proccess. Can anyone help me?
Click to expand...
Click to collapse
Post the error.
Skickat från min GT-P1000 via Tapatalk 2
RomWiz said:
Post the error.
Skickat från min GT-P1000 via Tapatalk 2
Click to expand...
Click to collapse
Here sir.
annson08 said:
Here sir.
Click to expand...
Click to collapse
There is a error in layout folder
Redo it and try again, if it wont work just send me the apk.
Skickat från min GT-P1000 via Tapatalk 2
RomWiz said:
There is a error in layout folder
Redo it and try again, if it wont work just send me the apk.
Skickat från min GT-P1000 via Tapatalk 2
Click to expand...
Click to collapse
It really doesn't work, I even trien to decompile it then recompiling it without changing anything, still the same.
Here's the file, thanks.
annson08 said:
It really doesn't work, I even trien to decompile it then recompiling it without changing anything, still the same.
Here's the file, thanks.
Click to expand...
Click to collapse
Will send you the apk when its fixed.
Edit: Check PM
Skickat från min GT-P1000 via Tapatalk 2
great tutorial..
helped me a lot.
is it possible to an applications activity to checkbox...
Added a new flasher, you should see the Settings app after flashing now.
Get value for setting
Hello! Thank you for the tutorial. Is there any way to access the setting from another application? For example, if I added something with a key "my_new_pref", could I get it's value anywhere outside of Settings.apk?
tnx

Categories

Resources