[Q] Help Compiling Mms.apk ... - HTC Rezound

I am getting the below error when trying to compile Mms.apk with apkmanger and apktool.
At first I wasn't able to decompile without errors but I updated to apktool 1.4.3 and didn't have any more errors when decompiling I just can't get it to compile now
I only edited drawables so far, no xml edits. even when I just decompile and recompile I still get this error.
Anyone able to offer some insite please? I'm working on a nice theme and want this themed too !!
Code:
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
invalid resource directory name: C:\Android\Apk Manager\other\..\projects\Mms.apk\res/values-w1dp
invalid resource directory name: C:\Android\Apk Manager\other\..\projects\Mms.apk\res/values-w2dp
invalid resource directory name: C:\Android\Apk Manager\other\..\projects\Mms.apk\res/values-w3dp
invalid resource directory name: C:\Android\Apk Manager\other\..\projects\Mms.apk\res/values-w4dp
invalid resource directory name: C:\Android\Apk Manager\other\..\projects\Mms.apk\res/values-w5dp
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Justin\AppData\Local\Temp\APKTOOL4480593789449832654.tmp, -I, C:\Users\Justin\apktool\framework\1.apk, -I, C:\Users\Justin\apktool\framework\2.apk, -S, C:\Android\Apk Manager\other\..\projects\Mms.apk\res, -M, C:\Android\Apk Manager\other\..\projects\Mms.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java: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:\Users\Justin\AppData\Local\Temp\APKTOOL4480593789449832654.tmp, -I, C:\Users\Justin\apktool\framework\1.apk, -I, C:\Users\Justin\apktool\framework\2.apk, -S, C:\Android\Apk Manager\other\..\projects\Mms.apk\res, -M, C:\Android\Apk Manager\other\..\projects\Mms.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
(goto was unexpected at this time.

Did you register the framework-res.apk and com.htc.resources.apk with apt?
apktool if com.htc.resources.apk apktool if framework-res.apk
Also when decompiling with apkmanager did you use option 10 and drag and drop the com.htc.resources into the window?

I had registered the framework and tried it both regular decompile and w/ dependencies (com.htc.resources)
I finally was able to get it to compile without errors using the upgraded apk manager - APK Mulit-tool!!
Thanks for your post NilsP, I thought that if the frameworks was installed it was not needed to use option 10, guess I was wrong.
back to themeing now

Themed mms.apk?!! Will we be able to use it individually??
Sent from my ADR6425LVW using XDA App

Well they could be installed individually if packaged that way but i'm working on a complete theme for ineffabilis here's a sneak peak
{
"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"
}
the red is brighter than it looks

Therev29 said:
Well they could be installed individually if packaged that way but i'm working on a complete theme for ineffabilis here's a sneak peak
the red is brighter than it looks
Click to expand...
Click to collapse
Looks awesome man!!

Thanks.
I just have to theme the status bars icons and fix 2 bugs i cant seem to change the text in the menu background or the time stamp on notifications. I know where they are i think, but they dont seem to be playing nice for me.

I have some bad news for you. Even if you update your resources and get it to compile apktool causes fc. I had to hex edit it to add it to my theme
Sent from my ADR6425LVW using xda premium

Hmmm
Sent from my ADR6425LVW using XDA App

fernando sor said:
I have some bad news for you. Even if you update your resources and get it to compile apktool causes fc. I had to hex edit it to add it to my theme
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
No issues so far using the apk multitool. Deleted /res and resources.arsc from keep, compiled, amd flashed in recovery...

Therev29 said:
No issues so far using the apk multitool. Deleted /res and resources.arsc from keep, compiled, amd flashed in recovery...
Click to expand...
Click to collapse
What version of apktool is the multi tool use? I just use apktool from a command line. I get no problems compiling. It just fc when I open individual messages
Sent from my ADR6425LVW using xda premium

Not sure what version comes with it but im using 1.4.3

Therev29 said:
Not sure what version comes with it but im using 1.4.3
Click to expand...
Click to collapse
That's what i use
Sent from my ADR6425LVW using xda premium

you totally jinxed me man!!! lol. I made a couple more edits and I'm now getting the force closes when selecting a text. guess I have to learn the hard way

Therev29 said:
you totally jinxed me man!!! lol. I made a couple more edits and I'm now getting the force closes when selecting a text. guess I have to learn the hard way
Click to expand...
Click to collapse
I had to hex edit mine. Its in my theme i just posted
Sent from my ADR6425LVW using xda premium

Yeah, first round I just did png edits which compile fine just those xml edits. I haven't themed with hex before but.. well... this is my first real theme so why not go all the way. I think I have a guide bookmarked for it time to revisit
thanks for the heads up!

Did mine in Linux no problem...
Sent from my ADR6425LVW using Tapatalk

Related

Ultimate Online Theme Kitchen

Ultimate Online Theme Kitchen
Yes! it works for our streaks! Im running DJ Steves 1.4.5
Successfully created a few themes for my streak. they are pretty basic but i finally got rid of that white notification bar.
There is an option to select a custom boot animation but decided to not change mine. In theory it should work.
http://circle.glx.nl/ <---- follow the instructions.
Copy to sd and flash with clockwork.
Post what you've made!
{
"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"
}
(credit to Rev. Nathan for letting me know it works)
Any screenshots?
Thanks for the link Looking forward to trying this
I am pretty sure this is not for people on the official 2.2, can some please confirm if this works on the official 2.2 ? Thank You
I'm now waiting for my battery icon to cook
chrisrotolo said:
I am pretty sure this is not for people on the official 2.2, can some please confirm if this works on the official 2.2 ? Thank You
Click to expand...
Click to collapse
Because you need to flash the zip with clockwork i dont believe it will work for official.
I cant get this to work with 1.4.6. It hangs at the dell logo screen at boot.
Any ideas?
I finally got it to load after 3 tries... but with only the icon pack change...still can't get the bar notification bar... I think that's whats making it hang...and now the UOT is giving error logs when cooking the framework....
+ WORKING_DIR=UOT-CN-12-02-18-29-1
+ java -Xmx32m -jar ./tools/apktool.jar d data/working_dir/UOT-CN-12-02-18-29-1/framework/framework-res.apk data/working_dir/UOT-CN-12-02-18-29-1/temp/fw_dec
I: Loading resource table...
I: Decoding resources...
I: Copying assets and libs...
+ WORKING_DIR=UOT-CN-12-02-18-29-1
+ java -Xmx32m -jar ./tools/apktool.jar b data/working_dir/UOT-CN-12-02-18-29-1/temp/fw_dec/ data/working_dir/UOT-CN-12-02-18-29-1/framework-unsigned.apk
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
/home/circle/ver2b/data/working_dir/UOT-CN-12-02-18-29-1/temp/fw_dec/res/values/public.xml:3653: error: Public symbol layout/status_bar_expanded declared here is not defined.
/home/circle/ver2b/data/working_dir/UOT-CN-12-02-18-29-1/temp/fw_dec/res/values/public.xml:3671: error: Public entry identifier 0x1090076 entry index is larger than available symbols (index 118, total symbols 118).
/home/circle/ver2b/data/working_dir/UOT-CN-12-02-18-29-1/temp/fw_dec/res/values/public.xml:3671: error: Public symbol layout/zoom_magnify declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, /tmp/APKTOOL1041846211233111504.tmp, -x, -0, arsc, -S, /home/circle/ver2b/data/working_dir/UOT-CN-12-02-18-29-1/temp/fw_dec/res, -M, /home/circle/ver2b/data/working_dir/UOT-CN-12-02-18-29-1/temp/fw_dec/AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(Unknown Source)
at brut.androlib.Androlib.buildResourcesFull(Unknown Source)
at brut.androlib.Androlib.buildResources(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, /tmp/APKTOOL1041846211233111504.tmp, -x, -0, arsc, -S, /home/circle/ver2b/data/working_dir/UOT-CN-12-02-18-29-1/temp/fw_dec/res, -M, /home/circle/ver2b/data/working_dir/UOT-CN-12-02-18-29-1/temp/fw_dec/AndroidManifest.xml]
at brut.util.OS.exec(Unknown Source)
... 7 more
Click to expand...
Click to collapse
I have clockwork and can flask .zips on official 2.2, but when i tried a status bar mod, I could not boot
NoDoze said:
I finally got it to load after 3 tries... but with only the icon pack change...still can't get the bar notification bar... I think that's whats making it hang...and now the UOT is giving error logs when cooking the framework....
Click to expand...
Click to collapse
sounds silly but are you using the stock (unchanged) framework.res.apk or you're uploading the customized one?
I just created my custom theme but I'm backing up all the files its replacing... just in case.
I'm using the 1.4.6 framework.res.apk...
After a few more tires ...trial and error... I've got it loading...but without being able to change the notification bar. I'm 80% sure it's the notification bar that's causing it to fail. Any ideas on how to change the notificaion bar to black? I've google and search forums, xda and modaco, but they all apply to older roms....
u can change the notification bar in UOT
Like I said... When I use UOT's notification bar it errors out whats show above.
Im asking if anyone knows another method....????
NoDoze said:
Like I said... When I use UOT's notification bar it errors out whats show above.
Im asking if anyone knows another method....????
Click to expand...
Click to collapse
Worth a shot but there's a link on XDA somewhere for 1.4.6 Black Notification Bar. Try using the framework-res for that for the upload perhaps.
I've just posted a .zip to jazz up the 1.4.6 white status bar so have a look if you're struggling Ill upload more when I have time to test.
LOL...well...cue32...I've got the black notification bar loaded! ...but now I tried using UOT to cook a zip, based on the black notification bar framework.res.apk, to change the icons for a black notification bar...and again...UOT errors out
...seams like they don't like each other!?! I can't get a black notification bar AND colored icons on the same load!?! LOL
sheeesh.... this is certainly a cat and mouse game.... sigh...
Seams anything other than the stock 1.4.6 allows UOT to work.
...but the stock 1.4.6 uses a white notification bar, and I want a black one...
LOL... I guess if you can't beat 'em, join 'em....Uhgh....
NoDoze said:
LOL...well...cue32...I've got the black notification bar loaded! ...but now I tried using UOT to cook a zip, based on the black notification bar framework.res.apk, to change the icons for a black notification bar...and again...UOT errors out
Click to expand...
Click to collapse
Yeah actually shortly after I posted that comment I tried using the transparent notification's framework and got errors....was hoping youd have better luck.
S'ok... the one I cooked up fits me fine
cue_32 said:
Yeah actually shortly after I posted that comment I tried using the transparent notification's framework and got errors....was hoping youd have better luck.
S'ok... the one I cooked up fits me fine
Click to expand...
Click to collapse
Its much nicer knowing youve done it yourself Have you got any screen shots yet?
This is a screenshot of what i tested lastnight but not so sure on the green...Ill try something else later

{REQ} Photon Settings Page In Color

Hey guys, I have been looking around for some time. Is there anyway we can get the settings splash page colored like the Galaxy phones? The plain white is just disgusting in my opinion. I don't know how hard it would be but sure would be nice to have.
I second that notion.
In fact, i'm surprised that there are no "themes" that i can apply to my photon as well.
Coming from EVO 4g and EVO 3d, i would think all phones have this option.
Anyone know how hard this would be or where to start if I wanted to do it myself?
Probably the settings apk need to decompile it replace pngs and recompile
Sent from my MB855 using xda premium
[email protected] is right you can decompile that apk and change the png files. If you are wanting the background behind the labels changed that would either be framework-res.apk or SystemUI.apk. Not sure which but....
If you are running a custom rom like Alien or Star Wars those are deodexed and Metamorph should work. If the P-Roms are deodexed then it should work too but idk if they are or not. I plan on trying to theme some this weekend if I figure anything out I'll pass it along.
If you aren't sure what Metamorph is search it in the Market and in Google that will hold your answers :-D
Good luck
WiredAnim said:
[email protected] is right you can decompile that apk and change the png files. If you are wanting the background behind the labels changed that would either be framework-res.apk or SystemUI.apk. Not sure which but....
If you are running a custom rom like Alien or Star Wars those are deodexed and Metamorph should work. If the P-Roms are deodexed then it should work too but idk if they are or not. I plan on trying to theme some this weekend if I figure anything out I'll pass it along.
If you aren't sure what Metamorph is search it in the Market and in Google that will hold your answers :-D
Good luck
Click to expand...
Click to collapse
Well I opened up Settings.apk but I couldn't get it to decompile properly getting an error
Code:
[email protected]:/usr/local/bin# ./apktool if '/media/MOT/framework-res.apk'
I: Framework installed to: /root/apktool/framework/1.apk
[email protected]:/usr/local/bin# ./apktool d '/media/MOT/Settings.apk'
I: Baksmaling...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: /root/apktool/framework/1.apk
I: Loaded.
I: Decoding file-resources...
I: Decoding values*/* XMLs...
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 3
at java.lang.String.charAt(String.java:694)
at brut.androlib.res.xml.ResXmlEncoders.findNonPositionalSubstitutions(ResXmlEncoders.java:165)
at brut.androlib.res.xml.ResXmlEncoders.hasMultipleNonPositionalSubstitutions(ResXmlEncoders.java:138)
at brut.androlib.res.data.value.ResStringValue.serializeExtraXmlAttrs(ResStringValue.java:63)
at brut.androlib.res.data.value.ResScalarValue.serializeToResValuesXml(ResScalarValue.java:65)
at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResources.java:264)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:137)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:120)
at brut.apktool.Main.main(Main.java:57)
tried twice so I am not sure what the issue is. I can verify that this is the .apk that would need to be modified though.
edit:
ill have a zip for you in a second op
I took the PNGs from the EVO3D and stuck em in there
{
"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"
}
DOWNLOAD
Exactly what I was looking for that's awesome! Thank you very much
mac10334 said:
Exactly what I was looking for that's awesome! Thank you very much
Click to expand...
Click to collapse
Feel free to hit thanks
http://forum.xda-developers.com/showthread.php?t=1260483 thanks Shady... Sent from my MB855 using xda premium
This looks awesome. How and where do we install this? I have root explorer.
Sent from my MB855 using Tapatalk
dschachm said:
This looks awesome. How and where do we install this? I have root explorer.
Sent from my MB855 using Tapatalk
Click to expand...
Click to collapse
if you want the one i have just click on this link http://forum.xda-developers.com/show....php?t=1260483
How do we install this settings page?
Sent from my MB855 using Tapatalk
dreDrennon1 said:
if you want the one i have just click on this link http://forum.xda-developers.com/show....php?t=1260483
Click to expand...
Click to collapse
Just wanted to give a shout-out for using my sniper boot image in your signature!! Thanks for the support!!

[APP] JBMakeOver Patcher for CM7

Since many were having problems making their own mods or were confused about versions and builds, here is a simple solution to transform your CM7 into Jellybean look-alike with Jellybean style notification bar, transition animations and settings. It works with all CM7 builds (maniac, Quarx (official), Fuzz and Epsylon3).
{
"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"
}
This patcher includes all of the mods mentioned in my JBMakeOver thread in an easy to use one-click patcher for windows. Just extract and run patcher.exe and follow on-screen instruction. It'll also make an undo.zip along with the mod so it's safe to fiddle around with
-------------Download--------------
* You'll have to install Java for it to work. Please note, JB theme and fonts are separate from the mods.
UPDATE 04 Dec 2012
--> Added support for Euroskank builds. Not tested (confirmed working in this post )
--> Other minor fixes.
UPDATE 08 Dec 2012
--> Fixed framework decompile errors
UPDATE 14 Dec 2012
--> Added "Theme" section in settings.
UPDATE 21 Dec 2012
--> Added Epsylon3 (2nd boot) build support
--> Fuzz support updated for 1412 build
--> New JB Phone
UPDATE 09 Jan 2013
--> Updated JBPhone, new Music and Deskclock. Simplified process.
--> Compatibility fix for JBPhone, should work with most CM7.2 builds (even non-defy). Also a separate JBPhone_Patcher
UPDATE 15 JAN 2013
--> Fix Bluetooth and Play Store issues.
Thanks for this, but I have a problem, it says "error while decompiling SystemUI!"
Tried to copy the files again, the aps are deodexed, downloaded the newest apktool and it always shows the same error... maybe there is a problem with my rom?
sotodefonk said:
I have a problem, it says "error while decompiling SystemUI!"
Click to expand...
Click to collapse
That's most probably because JAVA is not installed.
UPDATE 04 Dec
--> Added support for Euroskank builds (not tested). Need feedback.
--> Other minor fixes.
i think paths for framework-res.apk are wrong. Are they?
is there a way to use this patcher on mac osx? thanks a lot
ojas25 said:
i think paths for framework-res.apk are wrong. Are they?
Click to expand...
Click to collapse
+1 confirmed!
Code:
and copy the following from /system/app to acPatcher/res/app:
should be:
Code:
and copy the following from /system/framework to JBMakeOver_Patcher/res/framework:
measel said:
confirmed!
the instructions should be:
--> copy framework-res.apk from
Code:
system/framework
--> and paste it to
Code:
JBMakeOver_Patcher/res/framework
Click to expand...
Click to collapse
My bad, thanks ojas25 and measel for pointing out the typo Fixed and uploaded.
Can someone confirm Fuzz support?
Error
Patching Quarx 7.2 23-Sep-2012 defy+..
Got error...
Error while decompiling framework-res!
De-compiling errors are mostly because of incorrect/missing Java setup. Try with other apps like APKManager or VTS and see if you get the same error.
I dont know much about Apk compile and decompile but I just tried xdaAutotool 4.0.3 to decompile framework-res.apk.
Logs
[*] framework-res.apk
-----------------------------------------------------
Decompiling framework-res.apk...
I: Loading resource table...
I: Loaded.
I: Decoding file-resources...
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...
Done!
Send me your framework-res.apk, I'll check it out.
It seems fine but the status bar always crush
Here...
UPDATE 08 Dec 2012
--> Fixed framework decompile errors
ojas25 said:
Quarx 7.2 23-Sep-2012 defy+..
Error while decompiling framework-res!
Click to expand...
Click to collapse
It now works Download the updated patcher and try again. Links in OP.
MB525 Fuzz
Thanks, works now also with the 03.12 defy(MB525) Fuzz build.
MB525 CWM Patch: h*tp://depositfiles.com/files/gf5k37e97
UNDO: h*tp://depositfiles.com/files/dnmg7eojc
Patcher work successfully :good:
but after flashing it using cwm, it shows error...
Systemui failed to start
ojas25 said:
Systemui failed to start
Click to expand...
Click to collapse
Send me your SystemUI, I'll look into it.
here...
ojas25 said:
here...
Click to expand...
Click to collapse
Flash this:
http://db.tt/nAf3Lkxb
Now just to be clear, the patcher is confirmed to be working with the following build dates only -
* maniac103: 2510 and up
* Quarx: 2511 and up
* Fuzz_: 0312 and up
I can not assure compatibility with builds older than those mentioned above. So if you face problems please try again after updating.

Side bar folder style for Touchwiz30

We all know that despite the smoothness of touchwiz and the simplicity,,, we never create a folder in it even if we got 100s of apps on twiz because it looks like ****,,,
See the SS if you have never tried or see for yourself
-- so ,, here is the mod to make it way more cooler by making it open as a side bar with HOLO looks (googles latest trend)
1) Decompile touchwiz30launcher.apk
2) open user_folder.xml in res/layout-ldpi/
3) delete every thing there and replace with this
<?xml version="1.0" encoding="utf-8"?>
<com.sec.android.app.twlauncher.UserFolder androidrientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android">
<Button android:textSize="20.0sp" android:textStyle="bold" android:textColor="#00ddff" android:gravity="left|center" android:id="@id/folder_close" android:background="@drawable/popup_top_dark" android:layout_width="100.0dip" android:layout_height="wrap_content" android:singleLine="true" />
<LinearLayout android:background="@drawable/popup_bottom_dark" android:layout_width="100.0dip" android:layout_height="0.0dip" android:layout_weight="1.0">
<GridView android:scrollbarAlwaysDrawVerticalTrack="true" android:scrollbarStyle="insideInset" android:id="@id/folder_content" android:layout_width="100.0dip" android:layout_height="wrap_content" android:listSelector="@drawable/grid_selector" android:drawSelectorOnTop="false" android:cacheColorHint="#00000000" android:verticalSpacing="10.0dip" android:numColumns="1" />
</LinearLayout>
</com.sec.android.app.twlauncher.UserFolder>
4) place the pngs downloaded from here in drawable-ldpi .. u can use ur own pngs if u want
https://www.dropbox.com/s/jd9mzd7phjudil8/png.rar
5) Now,, .......... Recompile and have fun,,,
6) if u want it to open it as bottom bar instead of side bar,,, just replace all "vertical" with "horizontal" and switch the android_layoutWidth values with that of andrid:layoutHeight values in each line
-------------------------------------------------------:good: press thanks if you like my works,, liked my work,, or If i helped you-------------------------------
This is how it was----------------
{
"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"
}
And this is how it would be---
Nice work :good: KEEP IT UP :good:
could you post a finished one because i cant compile because i dont know about it please op post a finished Tw30 thanks in advance if you grant my request
AW: Side bar folder style for Touchwiz30
Yeah,that would be cool for many users.
MANY INSANE GREEETZ WITH TAPATALK BEATZ!!!
(Y) !! ..... Great bro
Will try it later !!
Nice and great theming ...
mvsdroid said:
the smoothness of touchwiz and the simplicity
View attachment 1798806
Click to expand...
Click to collapse
Is dis nigga joking? TW is the laggiest of OEM launchers.
Sent from my GT-S5360 using xda app-developers app
BRO!!
blagginspaziyonokip said:
Is dis nigga joking? TW is the laggiest of OEM launchers.
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
learn to talk properly first of all,, but i assume you are joking,, so
no,, touchwiz is the smoothest,, laggiest is xperia launcher,,, even holo launcher lags when zoom our and folder opening sometimes but never twiz,,, unless you have lots of launchers instlaled with no build prop tweaks in which case it might happen
Thanks of guide.
Mine..
can anyone share the moddet launcher please,currently i cant do it by myself,thanx
JustInsAne aka CALIBAN666 said:
can anyone share the moddet launcher please
Click to expand...
Click to collapse
Take this.
Cooooool awesome :thumbup::thumbup::thumbup::thumbup:
Want To Ask Question? Ask Here
Thanks,
TechnoSavie
Nice work man help me a lot
Sent from my HTC-Desire using xda app-developers app
not working .. error in apkt tool
[*] "D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher"
recompiling "D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher"...
W: Could not find sources
I: Building resources...
D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\res\layout-ldpi\user_folder.xml:4: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/popup_top_dark').
D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\res\layout-ldpi\user_folder.xml:5: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/popup_bottom_dark').
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Manohar\AppData\Local\Temp\APKTOOL5005082334626604732.tmp, -I, C:\Users\Manohar\apktool\framework\1.apk, -S, D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\res, -M, D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java: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:\Users\Manohar\AppData\Local\Temp\APKTOOL5005082334626604732.tmp, -I, C:\Users\Manohar\apktool\framework\1.apk, -S, D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\res, -M, D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
The system cannot find the drive specified.
??? what to do??
sohan rawat said:
not working .. error in apkt tool
[*] "D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher"
recompiling "D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher"...
W: Could not find sources
I: Building resources...
D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\res\layout-ldpi\user_folder.xml:4: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/popup_top_dark').
D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\res\layout-ldpi\user_folder.xml:5: error: Error: No resource found that matches the given name (at 'background' with value '@drawable/popup_bottom_dark').
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Manohar\AppData\Local\Temp\APKTOOL5005082334626604732.tmp, -I, C:\Users\Manohar\apktool\framework\1.apk, -S, D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\res, -M, D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java: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:\Users\Manohar\AppData\Local\Temp\APKTOOL5005082334626604732.tmp, -I, C:\Users\Manohar\apktool\framework\1.apk, -S, D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\res, -M, D:\8-bit games\Downloads\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\TouchWiz30Launcher\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
The system cannot find the drive specified.
??? what to do??
Click to expand...
Click to collapse
bro,, please use the term "error while recompiling" instead of "NOT WORKING",,, if it didnt work,, how did i post ss
,,, I use apk manager,, ofcourse that should nt make a difference ,,, maybe the touchwiz you are modding had previously experienced.9.png modding withot decompiing,,, i d k whats the prob,, i faced similar probs with apk tool in past so i use apk manager ....
Using ningamorph i have modified if but after recompile it , it is showing prasing error.
Please help me
Sent from my HTC-Desire using xda app-developers app

{JB} [Share] Tutorial: Add Seconds to Statusbar Clock

Thanks to GerryS2 from the SII forum, I found out how to add seconds to the clock in the statusbar. I am not sure if this will work in anything other than the stock SystemUI but you can try.
First download the rar attached. It contains the needed smali files.
Decompile your SystemUI.apk and put the three files in the rar into:
smali/com/android/systemui/statubar/policy/
Next go the res/layout/ and edit the tw_status_bar.xml with notepad++
Find: <com.android.systemui.statusbar.policy.Clock
and change to:
<com.android.systemui.statusbar.policy.DigitalClock
Recompile your SystemUI and put it in System/Apps. You can overwrite the original or rename the original to back it up (I suggest that)
Here is a screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here is the rar thanks to gerryS2
View attachment DigitalClock.rar
Enjoy!
As usual I am not responsible for anything that goes wrong in doing this, as it is your choice to try it. Just make sure you know how to use apktool or another program for decompiling/compiling.
Any screenshot?
Send to my Samsung Galaxy S Advance v4.1.2 LQL Kernel Cocore8.2 using xda-developer app
Thanks for sharing mate!
What I also want is a way to ether Enable or Disable with a toggle in Settings :good:
Cyberdog78 said:
Any screenshot?
Send to my Samsung Galaxy S Advance v4.1.2 LQL Kernel Cocore8.2 using xda-developer app
Click to expand...
Click to collapse
Screenshot is there...
Sami Kabir said:
Thanks for sharing mate!
What I also want is a way to ether Enable or Disable with a toggle in Settings :good:
Click to expand...
Click to collapse
You can check out the original thread. I think he has a toggle in the taskbar even... not sure how to do a toggle in settings myself but wish I did too. Click thanks if you don't mind also hehehe....
Easier way to have seconds display on clock, download the XuiMod, it is an exposed module. It has the option to enable second in clock
Here is the link to it, http://forum.xda-developers.com/showthread.php?t=2477558
Nice
Sent from my GT-I9070 using xda app-developers app
Recompiling "SystemUI.apk" With Original Signature,
in work area "_WorkArea1", using "apktool_2.0.0.jar"
With Tickle My Android 10.4.1.
(tinyurl.com\ticklemyandroid)
----------------
I: Using Apktool 2.0.0
I: Smaling smali folder into classes.dex...
..\_WorkArea1\_working\SystemUI.apk\smali\com\android\systemui\statusbar\policy\DigitalClock$1.smali[27,4] Error for input '.parameter': Invalid directive
..\_WorkArea1\_working\SystemUI.apk\smali\com\android\systemui\statusbar\policy\DigitalClock$1.smali[100,15] no viable alternative at input 'now'
..\_WorkArea1\_working\SystemUI.apk\smali\com\android\systemui\statusbar\policy\DigitalClock$1.smali[108,15] no viable alternative at input 'next'
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file: com/android/systemui/statusbar/policy/DigitalClock$1.smali
at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:71)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:55)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:41)
at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:371)
at brut.androlib.Androlib.buildSources(Androlib.java:298)
at brut.androlib.Androlib.build(Androlib.java:282)
at brut.androlib.Androlib.build(Androlib.java:256)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
----------------
Recompile Not Successful!
richard.elgh said:
Recompiling "SystemUI.apk" With Original Signature,
in work area "_WorkArea1", using "apktool_2.0.0.jar"
With Tickle My Android 10.4.1.
(tinyurl.com\ticklemyandroid)
----------------
I: Using Apktool 2.0.0
I: Smaling smali folder into classes.dex...
..\_WorkArea1\_working\SystemUI.apk\smali\com\android\systemui\statusbar\policy\DigitalClock$1.smali[27,4] Error for input '.parameter': Invalid directive
..\_WorkArea1\_working\SystemUI.apk\smali\com\android\systemui\statusbar\policy\DigitalClock$1.smali[100,15] no viable alternative at input 'now'
..\_WorkArea1\_working\SystemUI.apk\smali\com\android\systemui\statusbar\policy\DigitalClock$1.smali[108,15] no viable alternative at input 'next'
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file: com/android/systemui/statusbar/policy/DigitalClock$1.smali
at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:71)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:55)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:41)
at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:371)
at brut.androlib.Androlib.buildSources(Androlib.java:298)
at brut.androlib.Androlib.build(Androlib.java:282)
at brut.androlib.Androlib.build(Androlib.java:256)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
----------------
Recompile Not Successful!
Click to expand...
Click to collapse
What phone do you have and what version of android is on it?
bobfrantic said:
What phone do you have and what version of android is on it?
Click to expand...
Click to collapse
Thanks, but I solved it.
Sent from my GT-I8190 using XDA Free mobile app

Categories

Resources