[guide] statusbar and lockscreen animation effect - Sony Cross-Device Development Themes and Apps

Animation Mod
{
"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"
}
Hi guys this is my first tutorial or guide.
In this i will show u how to get accent animaton effect on lockscreen and statusbar.
REQUIREMENT
- 4.4+ Device
- Superuser mod
- Know to decompile/recompile
Instructions
- decompile systemui
- download the zip from attachment
- copy drawable and drwable-hdpi to res
- copy android to smali folder
- go to res-layout-msim_statusbar_expanded.xml/statusbar_Expanded.xml
- paste this before </com.android.systemui.statusbar.phone.NotificationPanelView>
Code:
<android.para****.AnimatedImageView android:layout_gravity="center" android:id="@id/bekgron_image" android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/duitblue" android:scaleType="fitXY" />
- ****- change this to s.h.i.t dont add dots i have added because cant type it here
- go to res - values - colors.xml and paste this
Code:
<color name="somc_color_accent_dark">@android:color/somc_color_accent_dark</color>
- than in values folder ids.xml add this
Code:
<item type="id" name="bekgron_image">false</item>
- done recompile.

Credit​- maaadon
- and me for accent and fixing fc

Super bro?
SM-G800H cihazımdan Tapatalk kullanılarak gönderildi

I tried it twice, but receiving these errors:
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue1.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue10.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue11.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue12.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue13.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue14.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue15.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue16.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue2.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue3.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue4.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue5.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue6.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue7.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue8.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
C:\Users\G4B33\Desktop\systemui\decode\res\drawable\duitblue9.xml:4: error: Error: No resource found that matches the given name (at 'id' with value '@id/theme_accent').
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\G4B33\AppData\Local\Temp\brut_util_Jar_6929661432006947638.tmp, p, --forced-package-id, 127, --min-sdk-version, 22, --target-sdk-version, 22, --version-code, 22, --version-name, 5.1.1-1xdidi, -F, C:\Users\G4B33\AppData\Local\Temp\APKTOOL616343226343353787.tmp, -0, arsc, -0, arsc, -I, C:\Users\G4B33\apktool\framework\1.apk, -S, C:\Users\G4B33\Desktop\systemui\decode\res, -M, C:\Users\G4B33\Desktop\systemui\decode\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:472)
at brut.androlib.Androlib.buildResources(Androlib.java:410)
at brut.androlib.Androlib.build(Androlib.java:298)
at brut.androlib.Androlib.build(Androlib.java:268)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\G4B33\AppData\Local\Temp\brut_util_Jar_6929661432006947638.tmp, p, --forced-package-id, 127, --min-sdk-version, 22, --target-sdk-version, 22, --version-code, 22, --version-name, 5.1.1-1xdidi, -F, C:\Users\G4B33\AppData\Local\Temp\APKTOOL616343226343353787.tmp, -0, arsc, -0, arsc, -I, C:\Users\G4B33\apktool\framework\1.apk, -S, C:\Users\G4B33\Desktop\systemui\decode\res, -M, C:\Users\G4B33\Desktop\systemui\decode\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:425)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:458)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [C:\Users\G4B33\AppData\Local\Temp\brut_util_Jar_6929661432006947638.tmp, p, --forced-package-id, 127, --min-sdk-version, 22, --target-sdk-version, 22, --version-code, 22, --version-name, 5.1.1-1xdidi, -F, C:\Users\G4B33\AppData\Local\Temp\APKTOOL616343226343353787.tmp, -0, arsc, -0, arsc, -I, C:\Users\G4B33\apktool\framework\1.apk, -S, C:\Users\G4B33\Desktop\systemui\decode\res, -M, C:\Users\G4B33\Desktop\systemui\decode\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:419)
... 6 more
Click to expand...
Click to collapse
I'm using z1c, 5.1.1 .

G4B33 said:
I tried it twice, but receiving these errors:
I'm using z1c, 5.1.1 .
Click to expand...
Click to collapse
<item type="id" name="theme_accent">false</item>
if fc remove this line from all xmls [email protected]/theme_accent'

Thanks, it successfully recompiled it, but It doesn't wanna work

G4B33 said:
Thanks, it successfully recompiled it, but It doesn't wanna work
Click to expand...
Click to collapse
- go to res-layout-msim_statusbar_expanded.xml/statusbar_Expanded.xml
- paste this before </com.android.systemui.statusbar.phone.NotificationPanelView>
Code:
<android.para****.AnimatedImageView android:layout_gravity="center" android:id="@id/bekgron_image" android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/duitblue" android:scaleType="fitXY" />
- ****- change this to s.h.i.t dont add dots i have added because cant type it here

@yash989 I can't understand it. What will it do, I is it something like particle effect? Will it work on cm too or just stock roms?

mayank22 said:
@yash989 I can't understand it. What will it do, I is it something like particle effect? Will it work on cm too or just stock roms?
Click to expand...
Click to collapse
U get this animation effects whem u pull statusbar and lockscreen if u trying on cm11 lockscreen womt work but cm12+ it will

yash989 said:
U get this animation effects whem u pull statusbar and lockscreen if u trying on cm11 lockscreen womt work but cm12+ it will
Click to expand...
Click to collapse
Thnks for reply but I still can't get exactly what animation?
But no worry I will try it today itself.....

mayank22 said:
Thnks for reply but I still can't get exactly what animation?
But no worry I will try it today itself.....
Click to expand...
Click to collapse
Now what to say it somthing like raining on ur statusbar and lockscreen

yash989 said:
Now what to say it somthing like raining on ur statusbar and lockscreen
Click to expand...
Click to collapse
Ohh, I now I got the feel, I it sounds interesting. I am definitely gonna try it

yash989 said:
- go to res-layout-msim_statusbar_expanded.xml/statusbar_Expanded.xml
- paste this before </com.android.systemui.statusbar.phone.NotificationPanelView>
Code:
<android.para****.AnimatedImageView android:layout_gravity="center" android:id="@id/bekgron_image" android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/duitblue" android:scaleType="fitXY" />
- ****- change this to s.h.i.t dont add dots i have added because cant type it here
Click to expand...
Click to collapse
Thanks man, I tried it, but still nothing..

G4B33 said:
Thanks man, I tried it, but still nothing..
Click to expand...
Click to collapse
compare it https://drive.google.com/file/d/0B9nu7Uret6OkbnZsQi04NmxUVU0/view

Related

[Q] Can anyone help me De/Re compile framework-res.apk?

Can anyone help me De/Re compile framework-res.apk? all i need is to change one line in res/values strings.xml
i keep getting errors when compiling
Code:
C:\apk>apktool b framework
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
C:\apk\framework\res\values\anims.xml:3: error: Found tag anim where item is exp
ected
C:\apk\framework\res\values\layouts.xml:3: error: Found tag layout where item is
expected
C:\apk\framework\res\values\raws.xml:3: error: Found tag raw where item is expec
ted
C:\apk\framework\res\values\public.xml:6932: error: Public symbol layout/htc_lis
t_item_2text_2stamp declared here is not defined.
C:\apk\framework\res\values\public.xml:6933: error: Public symbol layout/htc_lis
t_item_2text_bright declared here is not defined.
C:\apk\framework\res\values\public.xml:6934: error: Public symbol layout/htc_lis
t_item_image_2text_image_bright declared here is not defined.
C:\apk\framework\res\values\public.xml:6935: error: Public symbol layout/htc_lis
t_item_imageicon_2text_2stamp declared here is not defined.
C:\apk\framework\res\values\public.xml:6936: error: Public symbol layout/htc_lis
t_item_imageicon_text declared here is not defined.
C:\apk\framework\res\values\public.xml:6937: error: Public symbol layout/htc_lis
t_item_separator declared here is not defined.
C:\apk\framework\res\values\public.xml:6938: error: Public symbol layout/keyguar
d_screen_device_unlock declared here is not defined.
C:\apk\framework\res\values\public.xml:6939: error: Public symbol layout/pin_key
board declared here is not defined.
C:\apk\framework\res\values\public.xml:7029: error: Public symbol anim/htc_ime_d
ecelerate_interpolator declared here is not defined.
C:\apk\framework\res\values\public.xml:7140: error: Public symbol raw/fallbackri
ng_htc declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\Lord\AppData\Local\Temp\AP
KTOOL1415025283371956419.tmp, -x, -S, C:\apk\framework\res, -M, C:\apk\framework
\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Lord\AppData\Local\Temp\APKTOOL1415025283371956419.tmp, -x, -S, C:\apk\fram
ework\res, -M, C:\apk\framework\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
if i followed this guide http://forum.xda-developers.com/showthread.php?t=1601511 i can successful compile but when framework-res pushes back to onev, all apps crashed after reboot.
Thanks guys!
if you are using apk multitool you should put all the files inside the java folder of your pc.you can compile it but you compiled it with errors because of apk not finding something related to java and when you put it in your phone it is normal that everything crashes.
Unzip and overwrite the files after you decompile and right before your recompile. It will change back everytime you decompile. So you will need to reuse these files each time.

Problem recompiling SystemUI

i am having some problem recompiling the new build 0.587 SystemUI
I get this message
C:\Apktool>apktool b SystemUI fin.apk
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
C:\Apktool\SystemUI\res\values\styles.xml:3: error: Error retrieving parent for
item: No resource found that matches the given name '@android:style/TextAppearan
ce.StatusBar'.
C:\Apktool\SystemUI\res\values\styles.xml:8: error: Error retrieving parent for
item: No resource found that matches the given name '@android:style/TextAppearan
ce.StatusBar'.
C:\Apktool\SystemUI\res\values\styles.xml:9: error: Error retrieving parent for
item: No resource found that matches the given name '@android:style/TextAppearan
ce.StatusBar'.
C:\Apktool\SystemUI\res\values\styles.xml:14: error: Error retrieving parent for
item: No resource found that matches the given name '@android:style/TextAppeara
nce.StatusBar'.
C:\Apktool\SystemUI\res\values\styles.xml:46: error: Error retrieving parent for
item: No resource found that matches the given name '@android:style/TextAppeara
nce.StatusBar.Ticker'.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\NOIM\AppData\Local\Temp\AP
KTOOL3986682972765043768.tmp, -I, C:\Users\NOIM\apktool\framework\1.apk, -S, C:\
Apktool\SystemUI\res, -M, C:\Apktool\SystemUI\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:251)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:325)
at brut.androlib.Androlib.buildResources(Androlib.java:270)
at brut.androlib.Androlib.build(Androlib.java:193)
at brut.androlib.Androlib.build(Androlib.java:175)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\NOIM\AppData\Local\Temp\APKTOOL3986682972765043768.tmp, -I, C:\Users\NOIM\a
pktool\framework\1.apk, -S, C:\Apktool\SystemUI\res, -M, C:\Apktool\SystemUI\And
roidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:249)
... 6 more
Click to expand...
Click to collapse
CAn anyone find whats Wrong ???
Have you installed the relevant files first? http://forum.xda-developers.com/showthread.php?t=1759573
SystemUI has different recompile.. I was looking for a solution for 20 days but noone helped.. anyway here is %100 solution of myself for recompiling SystemUI.apk
>> use wanam's ICS apk manager. it works with GB too..
>> Before decompile .apk , right click and ' open archive ' with 7-zip. Drag & drop classes.dex file to a folder or desktop, and delete inside the .apk..
Decompile it, do what you want and recompile.. After all is ok, open unsigned apk with 7-zip and drag&drop classes.dex back.
Cheers..
Opss, ıf U still have recompile problem, try using latest 'aapt' file. ,)
thanks for the reply ...i will give each method a try ...

[GUIDE] ICS HOLO SPINNERS! For GB - ACE[5830/5830i]/ACE DUOS/ Y / Y DUOS

WELCOME HERE!!!
I PRESENT YOU ALL - HOLO ICS Spinner for ACE/ACE DUOS/Y/Y DUOS And any one with gingerbread.
I am sure 90% This will work on all devices that are running below 4.0.[ICS] , as ics have , but we dont.
credits- i have learned the codes from hyperdroid team for makin the animation smooth for the ginger bread devices.
but then i discovered that why HOLO cant be implemented on our deivces??
i went through the "whatsapp" that had ics holo spinner [ as u have noticed and u loved it!]
{
"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"
}
READ THE PROCEDURE PROPERLY, Failing to this will cause boot loop. Dont try if are a noob. You should know about compiling process properly.
PRE- REQUIREMENT :​-rooted
-notepad++
-some knowledge of xml editing to tweak urself
-knowledge of decompile/recompile
-backup current framework-res.apk in case u pushed unproperly compiled apk
-dont forget to copy metainf folder / android manifiest.xml from orignal framework to modded [ using 7.zip ]
-permissions set to rw-r--r-- after pushing
-copy icons to / framework-res/res/drawable-mdpi
--------------------------------------------------------------------------------------------------------------
codes:
open / framework-res/res/drawable/*******_****.xml : [name as below]
--------------------------------------------------------------------------------------------------------------
After opening XML replace whole code with this one . follow in all XMLs.
You have to edit 6 xmls.
progress_large.xml AND progress_large_whie.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<rotate android:drawable="@drawable/spinner_72_outer_holo" android:fromDegrees="0.0" android:toDegrees="1080.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
<item>
<rotate android:drawable="@drawable/spinner_72_inner_holo" android:fromDegrees="720.0" android:toDegrees="0.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
</layer-list>
progress_medium_xml AND progress_meduim_whie.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<rotate android:drawable="@drawable/spinner_48_outer_holo" android:fromDegrees="0.0" android:toDegrees="1080.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
<item>
<rotate android:drawable="@drawable/spinner_48_inner_holo" android:fromDegrees="720.0" android:toDegrees="0.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
</layer-list>
progress_small.xml AND progress_small_whie.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<rotate android:drawable="@drawable/spinner_16_outer_holo" android:fromDegrees="0.0" android:toDegrees="1080.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
<item>
<rotate android:drawable="@drawable/spinner_16_inner_holo" android:fromDegrees="720.0" android:toDegrees="0.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
</layer-list>
Now , Copy the icons attached below to framework-res/res/drawable-mdpi
Now Recompile, AFTER THAT OPEN ORIGNAL AND MODDED [UNSIGNEDXXX.APK] IN 7ZIP AND COPY METAINF FOLDER AND ANDROID MANIFIEST.XML FROM ORIGNAL TO MODDED. Rename the modded.
Push to system / framework/ "here"
Set permissions to rw-r--r-- after pushing
Restart....
----------------------------------------------------------------------------------------------------------------
here ="@drawable/spinner_xx_xxxxx_holo represents :
xx= icon which is to be used ; u can change icons of ur choice and put it here and change the name.
<rotate .../> - tells the icon to be rotated from which degree to which.
This is very simple , and u can change it as according to you.
---------------------------------------------------------------------------------------------------------------
--------------FUTURE UPDATE MAY INCLUDE SMOOTH ANIMATION----------------
I am currently using:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<animated-rotate android:drawable="@drawable/spinner_black_76" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="25" android:framesCount="48"
xmlns:android="http://schemas.android.com/apk/res/android" />
Here -
android:frameDuration="25" android:framesCount="48" - gives smooth animation to ur icons.
for this i will attach the ready made xmls. [NON -HOLO]
This are not holo ; this are the modded for smooth animation and this will not give holo look.
to get holo look u have to use the above codes.
About Attachment - non-holo Those who just want to change icons and smooth animation use xml provided. THOSE WHO WANT REAL ICS SPINNERS , FOLLOW ABOVE PROCESS
If u like my work , share ur click on THANKS ..:fingers-crossed::fingers-crossed::laugh:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<animated-rotate android:drawable="@drawable/spinner_16_outer_holo" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="25" android:framesCount="48"
xmlns:android="http://schemas.android.com/apk/res/android" />
I implemented the
Code:
android:frameDuration="25" android:framesCount="48"
in
Code:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<rotate android:drawable="@drawable/spinner_16_outer_holo" android:fromDegrees="0.0" android:toDegrees="1080.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
<item>
<rotate android:drawable="@drawable/spinner_16_inner_holo" android:fromDegrees="720.0" android:toDegrees="0.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
</layer-list>
But not effective , i will update once i get that work too.
Try looking into build.prop tweaks for animation?
Sent from my SPH-M580BST using Tapatalk 2
ciscogee said:
Try looking into build.prop tweaks for animation?
Sent from my SPH-M580BST using Tapatalk 2
Click to expand...
Click to collapse
no , its in this xmls only.
when I use 'animate-rotation', it works .
but when I use same in <layer>
it dont
www.dadabhagwan.org
nice guide mate !! :good:
Tell here , if its working in lower end phones too..!! do more people get ics look.
www.dadabhagwan.org
Would it work just by renaming your files after the old files and replacing them?
mathm2013 said:
Would it work just by renaming your files after the old files and replacing them?
Click to expand...
Click to collapse
the files which I have attached are not for dual circle , they are for single circle.
if u just want animation smooth, replace d files and recompile.
if u want ics , file d process.
dont forget to hit thanks!
www.dadabhagwan.org
i can't recompail the apk...
icspanneer said:
i can't recompail the apk...
Click to expand...
Click to collapse
you must have done some editing error..
www.dadabhagwan.org
mjp93 said:
you must have done some editing error..
www.dadabhagwan.org
Click to expand...
Click to collapse
no.. dude..
my editing is correctly ....
my "progress_large.xml"is
Code:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<rotate android:drawable="@drawable/spinner_72_outer_holo" android:fromDegrees="0.0" android:toDegrees="1080.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
<item>
<rotate android:drawable="@drawable/spinner_72_inner_holo" android:fromDegrees="720.0" android:toDegrees="0.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
</layer-list>
icspanneer said:
no.. dude..
my editing is correctly ....
my "progress_large.xml"is
Code:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<rotate android:drawable="@drawable/spinner_72_outer_holo" android:fromDegrees="0.0" android:toDegrees="1080.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
<item>
<rotate android:drawable="@drawable/spinner_72_inner_holo" android:fromDegrees="720.0" android:toDegrees="0.0" android:pivotX="50.0%" android:pivotY="50.0%" />
</item>
</layer-list>
Click to expand...
Click to collapse
Please give your log of multi tool
www.dadabhagwan.org
mjp93 said:
Please give your log of multi tool
www.dadabhagwan.org
Click to expand...
Click to collapse
here this error....
Code:
C:\Users\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework>apktool b fram
ework-res
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
C:\Users\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework\framework-res\
res\drawable\progress_large.xml:2: error: Error: No resource found that matches
the given name (at 'drawable' with value '@drawable/spinner_76_outer_holo').
C:\Users\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework\framework-res\
res\drawable\progress_large_white.xml:2: error: Error: No resource found that ma
tches the given name (at 'drawable' with value '@drawable/spinner_76_inner_holo'
).
C:\Users\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework\framework-res\
res\drawable\progress_medium.xml:2: error: Error: No resource found that matches
the given name (at 'drawable' with value '@drawable/spinner_48_outer_holo').
C:\Users\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework\framework-res\
res\drawable\progress_medium_white.xml:2: error: Error: No resource found that m
atches the given name (at 'drawable' with value '@drawable/spinner_48_inner_holo
').
C:\Users\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework\framework-res\
res\drawable\progress_small.xml:2: error: Error: No resource found that matches
the given name (at 'drawable' with value '@drawable/spinner_16_outer_holo').
C:\Users\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework\framework-res\
res\drawable\progress_small_titlebar.xml:2: error: Error: No resource found that
matches the given name (at 'drawable' with value '@drawable/spinner_16_inner_ho
lo').
C:\Users\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework\framework-res\
res\drawable\progress_small_white.xml:2: error: Error: No resource found that ma
tches the given name (at 'drawable' with value '@drawable/spinner_16_inner_holo'
).
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
ibException: brut.common.BrutException: could not exec command: [aapt, p, --min-
sdk-version, 10, --target-sdk-version, 10, -F, C:\Users\Panneer\AppData\Local\Te
mp\APKTOOL2541621921937326722.tmp, -x, -S, C:\Users\Panneer\Downloads\Compressed
\VET_v4.2_NTP_14MB\framework\framework-res\res, -M, C:\Users\Panneer\Downloads\C
ompressed\VET_v4.2_NTP_14MB\framework\framework-res\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
at brut.androlib.Androlib.buildResources(Androlib.java:283)
at brut.androlib.Androlib.build(Androlib.java:206)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [aapt, p, --min-sdk-version, 10, --target-sdk-version, 10, -F, C:
\Users\Panneer\AppData\Local\Temp\APKTOOL2541621921937326722.tmp, -x, -S, C:\Use
rs\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework\framework-res\res, -
M, C:\Users\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework\framework-r
es\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:357)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sd
k-version, 10, --target-sdk-version, 10, -F, C:\Users\Panneer\AppData\Local\Temp
\APKTOOL2541621921937326722.tmp, -x, -S, C:\Users\Panneer\Downloads\Compressed\V
ET_v4.2_NTP_14MB\framework\framework-res\res, -M, C:\Users\Panneer\Downloads\Com
pressed\VET_v4.2_NTP_14MB\framework\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:355)
... 6 more
C:\Users\Panneer\Downloads\Compressed\VET_v4.2_NTP_14MB\framework>
There is no problem in recompiling .. I'll be there is a problem in the framework you are not correctly installed..
www.dadabhagwan.org
mjp93 said:
There is no problem in recompiling .. I'll be there is a problem in the framework you are not correctly installed..
www.dadabhagwan.org
Click to expand...
Click to collapse
okay got it...
Error
B:\apktool>apktool b framework-res
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
aapt: warning: string 'choose_sim' has no default translation in B:\apktool\fram
ework-res\res; found: zh_CN
aapt: warning: string 'global_action_reboot_phone' has no default translation in
B:\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_confirm' has no default translation in B:\apktool\
framework-res\res; found: zh_CN
aapt: warning: string 'reboot_phone' has no default translation in B:\apktool\fr
amework-res\res; found: zh_CN
aapt: warning: string 'reboot_progress' has no default translation in B:\apktool
\framework-res\res; found: zh_CN
aapt: warning: string 'sim1_not_standby' has no default translation in B:\apktoo
l\framework-res\res; found: zh_CN
aapt: warning: string 'sim2_not_standby' has no default translation in B:\apktoo
l\framework-res\res; found: zh_CN
aapt: warning: string 'sim_not_standby' has no default translation in B:\apktool
\framework-res\res; found: zh_CN
Exception in thread "main" B:\apktool\framework-res\res\drawable\progress_large.
xml:5: error: Error: No resource found that matches the given name (at 'drawable
' with value '@drawable/spinner_72_outer_holo').
B:\apktool\framework-res\res\drawable\progress_large.xml:8: error: Error: No res
ource found that matches the given name (at 'drawable' with value '@drawable/spi
nner_72_inner_holo').
B:\apktool\framework-res\res\drawable\progress_large_white.xml:5: error: Error:
No resource found that matches the given name (at 'drawable' with value '@drawab
le/spinner_72_outer_holo').
B:\apktool\framework-res\res\drawable\progress_large_white.xml:8: error: Error:
No resource found that matches the given name (at 'drawable' with value '@drawab
le/spinner_72_inner_holo').
brut.androlib.AndrolibException: brut.common.BrutException: could not exec comma
nd: [aapt, p, -F, C:\Users\Nicx_14\AppData\Local\Temp\APKTOOL2050733108139731590
.tmp, -x, -S, B:\apktool\framework-res\res, -M, B:\apktool\framework-res\Android
Manifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Nicx_14\AppData\Local\Temp\APKTOOL2050733108139731590.tmp, -x, -S, B:\apkto
ol\framework-res\res, -M, B:\apktool\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
Help me.. can you mod my framework-res.apk for me.. please.. can you do it??
ardelsan said:
B:\apktool>apktool b framework-res
W: Could not find sources
I: Checking whether resources has chat.... brut.util.OS.exec(OS.java:83)
at
... 6 more
Help me.. can you mod my framework-res.apk for me.. please.. can you do it??
Click to expand...
Click to collapse
I can't do it, but can hint you that - you have not copied the icons on the required folder - error says that given resources are missing, if you don't know then copy icons in all resources folder.
I can't help you because I have no tools to do as I have corrupted my hard drive and I am at great loss
ParanoidAndroid | i9300
www.dadabhagwan.org
ardelsan said:
B:\apktool>apktool b framework-res
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
aapt: warning: string 'choose_sim' has no default translation in B:\apktool\fram
ework-res\res; found: zh_CN
aapt: warning: string 'global_action_reboot_phone' has no default translation in
B:\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_confirm' has no default translation in B:\apktool\
framework-res\res; found: zh_CN
aapt: warning: string 'reboot_phone' has no default translation in B:\apktool\fr
amework-res\res; found: zh_CN
aapt: warning: string 'reboot_progress' has no default translation in B:\apktool
\framework-res\res; found: zh_CN
aapt: warning: string 'sim1_not_standby' has no default translation in B:\apktoo
l\framework-res\res; found: zh_CN
aapt: warning: string 'sim2_not_standby' has no default translation in B:\apktoo
l\framework-res\res; found: zh_CN
aapt: warning: string 'sim_not_standby' has no default translation in B:\apktool
\framework-res\res; found: zh_CN
Exception in thread "main" B:\apktool\framework-res\res\drawable\progress_large.
xml:5: error: Error: No resource found that matches the given name (at 'drawable
' with value '@drawable/spinner_72_outer_holo').
B:\apktool\framework-res\res\drawable\progress_large.xml:8: error: Error: No res
ource found that matches the given name (at 'drawable' with value '@drawable/spi
nner_72_inner_holo').
B:\apktool\framework-res\res\drawable\progress_large_white.xml:5: error: Error:
No resource found that matches the given name (at 'drawable' with value '@drawab
le/spinner_72_outer_holo').
B:\apktool\framework-res\res\drawable\progress_large_white.xml:8: error: Error:
No resource found that matches the given name (at 'drawable' with value '@drawab
le/spinner_72_inner_holo').
brut.androlib.AndrolibException: brut.common.BrutException: could not exec comma
nd: [aapt, p, -F, C:\Users\Nicx_14\AppData\Local\Temp\APKTOOL2050733108139731590
.tmp, -x, -S, B:\apktool\framework-res\res, -M, B:\apktool\framework-res\Android
Manifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Nicx_14\AppData\Local\Temp\APKTOOL2050733108139731590.tmp, -x, -S, B:\apkto
ol\framework-res\res, -M, B:\apktool\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
Help me.. can you mod my framework-res.apk for me.. please.. can you do it??
Click to expand...
Click to collapse
Firstly have you installed the framework before continuing decompiling it?
I suggest you to use APK Multi Tool as its eaiser and has much more features.
good app

Transparent incoming call screen

Hello everyone. Can someone please edit and compile this? I can decompile and edit file, but compiling always get me error. It is from Sphongle 21.5.13 rom. I would like full transparent incoming call screen. Any help would be pleasant.
Here is guide http://forum.xda-developers.com/showthread.php?t=1856517
Thank you.
http://d-h.st/7Rl
not sure how different that rom is from 4.1 roms but a easier method would be to just edit a 512x512 png that is completely transparent and readd it to the phone apk.
I will try it.
Dreggar said:
Hello everyone. Can someone please edit and compile this? I can decompile and edit file, but compiling always get me error. It is from Sphongle 21.5.13 rom. I would like full transparent incoming call screen. Any help would be pleasant.
Here is guide http://forum.xda-developers.com/showthread.php?t=1856517
Thank you.
Click to expand...
Click to collapse
what is the error that you get? its pretty simple guide. i will try. but you will have to test it.
ivanrvf said:
what is the error that you get? its pretty simple guide. i will try. but you will have to test it.
Click to expand...
Click to collapse
c:\Apktool>java -jar apktool.jar b Phone
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
c:\Apktool\Phone\res\values-de\strings.xml:170: error: Multiple substitutions sp
ecified in non-positional format; did you mean to add the formatted="false" attr
ibute?
c:\Apktool\Phone\res\values-de\strings.xml:171: error: Unexpected end tag string
c:\Apktool\Phone\res\values-es\strings.xml:170: error: Multiple substitutions sp
ecified in non-positional format; did you mean to add the formatted="false" attr
ibute?
c:\Apktool\Phone\res\values-es\strings.xml:171: error: Unexpected end tag string
c:\Apktool\Phone\res\values-es-rUS\strings.xml:173: error: Multiple substitution
s specified in non-positional format; did you mean to add the formatted="false"
attribute?
c:\Apktool\Phone\res\values-es-rUS\strings.xml:174: error: Unexpected end tag st
ring
c:\Apktool\Phone\res\values-it\strings.xml:170: error: Multiple substitutions sp
ecified in non-positional format; did you mean to add the formatted="false" attr
ibute?
c:\Apktool\Phone\res\values-it\strings.xml:171: error: Unexpected end tag string
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
ibException: brut.common.BrutException: could not exec command: [aapt, p, --min-
sdk-version, 17, --target-sdk-version, 17, -F, D:\Temp\APKTOOL806675093492219433
9.tmp, -0, arsc, -I, C:\Users\Heidern\apktool\framework\1.apk, -S, c:\Apktool\Ph
one\res, -M, c:\Apktool\Phone\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
at brut.androlib.Androlib.buildResources(Androlib.java:283)
at brut.androlib.Androlib.build(Androlib.java:206)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, D:
\Temp\APKTOOL8066750934922194339.tmp, -0, arsc, -I, C:\Users\Heidern\apktool\fra
mework\1.apk, -S, c:\Apktool\Phone\res, -M, c:\Apktool\Phone\AndroidManifest.xml
]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:357)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sd
k-version, 17, --target-sdk-version, 17, -F, D:\Temp\APKTOOL8066750934922194339.
tmp, -0, arsc, -I, C:\Users\Heidern\apktool\framework\1.apk, -S, c:\Apktool\Phon
e\res, -M, c:\Apktool\Phone\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:355)
... 6 more
Tried.. no luck!! Sorry
this might help: http://forum.xda-developers.com/showthread.php?t=2316070
ivanrvf said:
what is the error that you get? its pretty simple guide. i will try. but you will have to test it.
Click to expand...
Click to collapse
ivanrvf said:
Tried.. no luck!! Sorry
Click to expand...
Click to collapse
Damn. But thank you for trying.
Curtis1973 said:
not sure how different that rom is from 4.1 roms but a easier method would be to just edit a 512x512 png that is completely transparent and readd it to the phone apk.
Click to expand...
Click to collapse
Tried to edit phone.apk but after editing i had no signal.. I did something wrong.
i will look later at the app to see what it uses for the bg image. should be just a matter of making it transparent.
I have upload first time bad framework file. Now it should be right. Give it please another shot. :angel:
I have it now. Thanks for your help.
Dreggar said:
I have it now. Thanks for your help.
Click to expand...
Click to collapse
how did you do it?
ivanrvf said:
how did you do it?
Click to expand...
Click to collapse
I asked for help in OP. And one kind soul did it for me. His name is ..::WD40::..

[Guide][SHARE]Port ICS Lockscreen for Gingerbread Devices without any third party app

ravikanthchary said:
Here is the tutorial for integrating Original ICS Style Lockscreen for All Gingerbread Devices...:laugh:
Steps To Integrate:
1.Needs:
apktool for decompiling and compiling
Notepad+ for editing xml files
framework-res.apk
build.prop (open root browser on mobile and goto system then you ill find this)
Download xml files from here:
http://www.mediafire.com/download/bixe8em6gkww1jz/ICS+Lock4GB+files.zip
2.first you have to decompile your framework-res.apk
and open ur decompiled framework-res folder
In that open res\layout paste the downloaded xml files
after that download lockscreen pngs from here
https://www.mediafire.com/?1d923c8j5qihvd6
Then open res\drawable-mdpi\paste pngs here
Half Of The Work Is Over
You Have to add some ids in res\values\ids open this
and add this line At the end of below
HTML:
<item type="id" name="rl_multiWaveView">false</item>
<item type="id" name="digital_clock">false</item>
<item type="id" name="dateShow">false</item>
<item type="id" name="iv_drop">false</item>
<item type="id" name="ib_greenorange">false</item>
<item type="id" name="rl_click_after">false</item>
<item type="id" name="ib_photo">false</item>
<item type="id" name="ib_greenorange_gone">false</item>
<item type="id" name="ib_phone">false</item>
<item type="id" name="tv_phone_unread">false</item>
<item type="id" name="ib_sms">false</item>
<item type="id" name="tv_sms_unread">false</item>
<item type="id" name="ib_home">false</item>
<item type="id" name="tv_remind">false</item>
<item type="id" name="rl_multiWaveViewforsimulateics">false</item>
<item type="id" name="iv_wave">false</item>
<item type="id" name="iv_wave1">false</item>
<item type="id" name="iv_wave2">false</item>
<item type="id" name="iv_circle">false</item>
<item type="id" name="timeDisplay">false</item>
<item type="id" name="am_pm">false</item>
after adding this to ids recompile your framework-res.apk
last method for integrating ICS Lockscreen to your Mobile
open your build.prop via notepad+
Add These Line On above
HTML:
#add wanglu 20120811 start
#do not greenorging lockscreen
ro.origin.lockscreen=simulateICS
#add wanglu 20120811 end
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"
}
save it and move this modded build.prop to your system\overwrite here
and also the compiled framework-res.apk to system\framework\overwrite here with permissions
Screenshot:
Reboot Your Mobile...
Now you Have successfully Integrated ICS Lockscreen To your GingerBread Mobile
Click to expand...
Click to collapse
There is no contribution of mine , all the credits goes to ravikanthchary
Awesome man.... Can anybody build a flashable zip ??
Just Press Thanks If I helped
Awesome :thumbup:
Sent from my GT-S5360 using xda app-developers app
where did you get the original sources and such ?
Sent from my S500 using xda app-developers app
Gonna try.
Sent from my GT-S5570I
---------- Post added at 02:32 PM ---------- Previous post was at 02:00 PM ----------
here is the original thread. http://forum.xda-developers.com/showthread.php?t=2580029
---------- Post added at 02:45 PM ---------- Previous post was at 02:32 PM ----------
One more thing. I think that these files dont exist in gingerbread, or at least our device.
com.android.internal.policy.impl.MultiWaveViewForSimulateICS
com.android.internal.policy.impl.MultiWaveView
sir this guide is not working ! at all i have source
SpaceCaker said:
where did you get the original sources and such ?
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
sir this guide is not working at all! how it will work with only some missing smalli and fonts and ids and missing some pngs !! I PORTED IT FROM DEVICE i can give you source i created a guide for porting lockscreen after 2 or 3 days
i am going to post it
SK(SurajKumar) said:
sir this guide is not working at all! how it will work with only some missing smalli and fonts and ids and missing some pngs !! I PORTED IT FROM DEVICE i can give you source i created a guide for porting lockscreen after 2 or 3 days
i am going to post it
Click to expand...
Click to collapse
waiting ^^
Check out the original thread. Its updated
Sent from my GT-S5570I
plz listen
m4RinKo2 said:
Check out the original thread. Its updated
Sent from my GT-S5570I
Click to expand...
Click to collapse
bro i know him better !! because that rom he using i our clone device!!
Bootloop for me -_-
Отправлено с моего GT-S5830i через Tapatalk
Recompiling Error ...
me too i got this message
gingerbread 2.3.5
Code:
aapt: warning: string 'choose_sim' has no default translation in D:\Android\ROM\
Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'global_action_reboot_phone' has no default translation in
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_confirm' has no default translation in D:\Android\
ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_phone' has no default translation in D:\Android\RO
M\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_progress' has no default translation in D:\Android
\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'sim1_not_standby' has no default translation in D:\Androi
d\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'sim2_not_standby' has no default translation in D:\Androi
d\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'sim_not_standby' has no default translation in D:\Android
\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\values\ids.xml:286: e
rror: Resource entry timeDisplay is already defined.
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\values\ids.xml:164: O
riginally defined here.
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\values\ids.xml:287: e
rror: Resource entry am_pm is already defined.
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\values\ids.xml:165: O
riginally defined here.
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:4: error: Error: No resource found that matches the given name (at
'id' with value '@id/rl_multiWaveView').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:5: error: Error: No resource found that matches the given name (at
'id' with value '@id/digital_clock').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:9: error: Error: No resource found that matches the given name (at
'id' with value '@id/dateShow').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:10: error: Error: No resource found that matches the given name (at
'id' with value '@id/iv_drop').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:10: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/lock_drop').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:10: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/dateShow').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:11: error: Error: No resource found that matches the given name (at
'id' with value '@id/ib_greenorange').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:11: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/dateShow').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:12: error: Error: No resource found that matches the given name (at
'id' with value '@id/rl_click_after').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:12: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/dateShow').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:13: error: Error: No resource found that matches the given name (at
'id' with value '@id/ib_photo').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:14: error: Error: No resource found that matches the given name (at
'id' with value '@id/ib_greenorange_gone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:15: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/ic_unselect_phone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:15: error: Error: No resource found that matches the given name (at
'layout_toLeftOf' with value '@id/ib_greenorange_gone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:16: error: Error: No resource found that matches the given name (at
'background' with value '@drawable/ic_number_bg').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:16: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/ib_photo').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:17: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/ic_unselect_sms').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:17: error: Error: No resource found that matches the given name (at
'layout_toRightOf' with value '@id/ib_greenorange_gone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:18: error: Error: No resource found that matches the given name (at
'background' with value '@drawable/ic_number_bg').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:18: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/ib_photo').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:19: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/ib_greenorange_gone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:5: error: Error: No resource found that matches the given name (at
'id' with value '@id/digital_clock').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:9: error: Error: No resource found that matches the given name (at
'id' with value '@id/dateShow').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:10: error: Error: No resource found that matches the given name (at
'id' with value '@id/ib_greenorange').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:14: error: Error: No resource found that matches the given name (at
'id' with value '@id/rl_click_after').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:15: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/circle').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:16: error: Error: No resource found that matches the given name (at
'id' with value '@id/ib_photo').
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\OP\AppData\Local\Temp\APKT
OOL2004066232815669350.tmp, -x, -S, D:\Android\ROM\Create ROM\Themes\apktool\fra
mework-res\res, -M, D:\Android\ROM\Create ROM\Themes\apktool\framework-res\Andro
idManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\OP\AppData\Local\Temp\APKTOOL2004066232815669350.tmp, -x, -S, D:\Android\RO
M\Create ROM\Themes\apktool\framework-res\res, -M, D:\Android\ROM\Create ROM\The
mes\apktool\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
bendol212 said:
me too i got this message
gingerbread 2.3.5
Code:
aapt: warning: string 'choose_sim' has no default translation in D:\Android\ROM\
Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'global_action_reboot_phone' has no default translation in
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_confirm' has no default translation in D:\Android\
ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_phone' has no default translation in D:\Android\RO
M\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_progress' has no default translation in D:\Android
\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'sim1_not_standby' has no default translation in D:\Androi
d\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'sim2_not_standby' has no default translation in D:\Androi
d\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'sim_not_standby' has no default translation in D:\Android
\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\values\ids.xml:286: e
rror: Resource entry timeDisplay is already defined.
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\values\ids.xml:164: O
riginally defined here.
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\values\ids.xml:287: e
rror: Resource entry am_pm is already defined.
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\values\ids.xml:165: O
riginally defined here.
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:4: error: Error: No resource found that matches the given name (at
'id' with value '@id/rl_multiWaveView').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:5: error: Error: No resource found that matches the given name (at
'id' with value '@id/digital_clock').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:9: error: Error: No resource found that matches the given name (at
'id' with value '@id/dateShow').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:10: error: Error: No resource found that matches the given name (at
'id' with value '@id/iv_drop').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:10: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/lock_drop').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:10: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/dateShow').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:11: error: Error: No resource found that matches the given name (at
'id' with value '@id/ib_greenorange').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:11: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/dateShow').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:12: error: Error: No resource found that matches the given name (at
'id' with value '@id/rl_click_after').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:12: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/dateShow').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:13: error: Error: No resource found that matches the given name (at
'id' with value '@id/ib_photo').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:14: error: Error: No resource found that matches the given name (at
'id' with value '@id/ib_greenorange_gone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:15: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/ic_unselect_phone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:15: error: Error: No resource found that matches the given name (at
'layout_toLeftOf' with value '@id/ib_greenorange_gone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:16: error: Error: No resource found that matches the given name (at
'background' with value '@drawable/ic_number_bg').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:16: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/ib_photo').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:17: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/ic_unselect_sms').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:17: error: Error: No resource found that matches the given name (at
'layout_toRightOf' with value '@id/ib_greenorange_gone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:18: error: Error: No resource found that matches the given name (at
'background' with value '@drawable/ic_number_bg').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:18: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/ib_photo').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:19: error: Error: No resource found that matches the given name (at
'layout_below' with value '@id/ib_greenorange_gone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:5: error: Error: No resource found that matches the given name (at
'id' with value '@id/digital_clock').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:9: error: Error: No resource found that matches the given name (at
'id' with value '@id/dateShow').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:10: error: Error: No resource found that matches the given name (at
'id' with value '@id/ib_greenorange').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:14: error: Error: No resource found that matches the given name (at
'id' with value '@id/rl_click_after').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:15: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/circle').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:16: error: Error: No resource found that matches the given name (at
'id' with value '@id/ib_photo').
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\OP\AppData\Local\Temp\APKT
OOL2004066232815669350.tmp, -x, -S, D:\Android\ROM\Create ROM\Themes\apktool\fra
mework-res\res, -M, D:\Android\ROM\Create ROM\Themes\apktool\framework-res\Andro
idManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\OP\AppData\Local\Temp\APKTOOL2004066232815669350.tmp, -x, -S, D:\Android\RO
M\Create ROM\Themes\apktool\framework-res\res, -M, D:\Android\ROM\Create ROM\The
mes\apktool\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
Click to expand...
Click to collapse
Learn to read the error in the log - its really easy
1 - you have duplicate entries in ids.xml - delete all the duplicate entries
2 - you haven't copied and pasted the ids on the first post and pasted it in your ids.xml above /resources taking into account not to paste any duplicate entries
marcussmith2626 said:
Learn to read the error in the log - its really easy
1 - you have duplicate entries in ids.xml - delete all the duplicate entries
2 - you haven't copied and pasted the ids on the first post and pasted it in your ids.xml above /resources taking into account not to paste any duplicate entries
Click to expand...
Click to collapse
ehmmmm lemme try again.......
no luck still got an error
D:\Android\ROM\Create ROM\Themes\apktool>apktool b framework-res
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:10: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/lock_drop').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:15: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/ic_unselect_phone').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:16: error: Error: No resource found that matches the given name (at
'background' with value '@drawable/ic_number_bg').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:17: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/ic_unselect_sms').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_gre
enorange.xml:18: error: Error: No resource found that matches the given name (at
'background' with value '@drawable/ic_number_bg').
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res\layout\lockscreen_sim
ulateics.xml:15: error: Error: No resource found that matches the given name (at
'src' with value '@drawable/circle').
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\OP\AppData\Local\Temp\APKT
OOL1398518024285188859.tmp, -x, -S, D:\Android\ROM\Create ROM\Themes\apktool\fra
mework-res\res, -M, D:\Android\ROM\Create ROM\Themes\apktool\framework-res\Andro
idManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\OP\AppData\Local\Temp\APKTOOL1398518024285188859.tmp, -x, -S, D:\Android\RO
M\Create ROM\Themes\apktool\framework-res\res, -M, D:\Android\ROM\Create ROM\The
mes\apktool\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
aapt: warning: string 'choose_sim' has no default translation in D:\Android\ROM\
Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'global_action_reboot_phone' has no default translation in
D:\Android\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_confirm' has no default translation in D:\Android\
ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_phone' has no default translation in D:\Android\RO
M\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'reboot_progress' has no default translation in D:\Android
\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'sim1_not_standby' has no default translation in D:\Androi
d\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'sim2_not_standby' has no default translation in D:\Androi
d\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
aapt: warning: string 'sim_not_standby' has no default translation in D:\Android
\ROM\Create ROM\Themes\apktool\framework-res\res; found: zh_CN
Click to expand...
Click to collapse
ive deleted 2 entries timeDisplay and am_pm
any idea
bendol212 said:
ehmmmm lemme try again.......
no luck still got an error
ive deleted 2 entries timeDisplay and am_pm
any idea
Click to expand...
Click to collapse
Read the instructions on the first post again
You haven't put all the resources in eg png images in res/drawable-ldpi and so on

Categories

Resources