[MOD][GUIDE]Modified S-PEN Shortcuts toolbar / Change Apps (CWM) - Galaxy Note 10.1 Android Development

IMPORTANT: Flash this MOD at your own risk. I or the XDA assume NO responsibility for any failed flashes or bricked tablets.​
Samsung Galaxy Note 10.1
How-To change Apps in the S-PEN Shortcuts toolbar​
I found, after a long time, a solution for change the Apps in the S-Pen Shortcuts toolbar. The toolbar pops up if you pushed out the S-Pen.
I don´t like and use some Apps like this stupid Game "crayon_physics" or Polaris Office...... first i have delete the Game but how i can get a new App in this Toolbar?!?
Now i have found a solution!!! And i want to teach you how you can do this!!!
First a few Screenshoots before and ofter the modding:
before (without the game):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
after modding:
So .... how can you change the toolbar? I have tested it only on a deodexed ROM!!
What do you need?
any APK Tool Manager for decombile and recombile, like this LINK
a Text Editor like Notepad++ (free)
your SystemUI.apk from your ROM
a cup cake and a coffee :laugh:
First you decombile the SystemUI.apk
Go to the folder systemui\res\values
open the arrays.xml with the Text Editor
Here you find this lines
Code:
com.diotek.mini_penmemo,com.diotek.mini_penmemo.Mini_PenMemo_Service
com.sec.android.app.snotebook,com.infraware.filemanager.FmFileTreeListActivity
com.android.calendar,com.android.calendar.AllInOneActivity
com.acrodea.crayonphysics,com.acrodea.crayonphysics.crayonphysics
air.com.adobe.pstouch.oem1,air.com.adobe.pstouch.oem1.AppEntry
com.infraware.PolarisOfficeStdForTablet,com.infraware.splash.SplashActivity
Now you need the packageName and the className of the App that you want to make in the Toolbar.
An example:
com.acrodea.crayonphysics,com.acrodea.crayonphysics.crayonphysics
packageName = com.acrodea.crayonphysics
className = com.acrodea.crayonphysics.crayonphysics
or
air.com.adobe.pstouch.oem1,air.com.adobe.pstouch.oem1.AppEntry
packageName = air.com.adobe.pstouch.oem1
className =com.adobe.pstouch.oem1.AppEntry
Now you can change the packageName & className with your wanted Apps and recombile the SystemUI.apk
Pushed the SystemUI.apk in a flash able ZIP or changed it in your ROM.
Here are a List of Apps that i have allready tested! If you have an other App please post the packageName and the className and i added it on this List!!!
Or install the ClassFinder App
Code:
[B]Contacts[/B]
packageName=com.android.contacts
className=com.android.contacts.activities.DialtactsActivity
or
[B]Contacts[/B]
packageName=com.android.contacts
className=com.android.contacts.activities.PeopleActivity
[B]ChatOn[/B]
packageName=com.sec.chaton
className=com.sec.chaton.HomeActivity
[B]Camera[/B]
packageName=com.sec.android.app.camera
className=com.sec.android.app.camera.Camera
[B]Galerie[/B]
packageName=com.sec.android.gallery3d
className=com.sec.android.gallery3d.app.Gallery
[B]Dropbox[/B]
packageName=com.dropbox.android
className=com.dropbox.android.activity.DropboxBrowser
[B]Youtube[/B]
packageName=com.google.android.youtube
className=com.google.android.youtube.app.honeycomb.Shell$HomeActivity
[B]Settings[/B]
packageName=com.android.settings
className=com.android.settings.Settings
[B]Browser[/B]
packageName=com.android.browser
className=com.android.browser.BrowserActivity
[B]Maps[/B]
packageName=com.google.android.apps.maps
className=com.google.android.maps.MapsActivity
[B]Calender[/B]
packageName=com.android.calendar
className=com.android.calendar.AllInOneActivity
[B]PSTouch[/B]
packageName=air.com.adobe.pstouch.oem1
className=air.com.adobe.pstouch.oem1.AppEntry
[B]Contacts[/B]
packageName=com.infraware.PolarisOfficeStdForTablet
className=com.infraware.splash.SplashActivity
[B]E-Mail[/B]
packageName=com.android.email
className=com.android.email.activity.Welcome
[B]Samsung Video Player[/B]
packageName=com.sec.android.app.videoplayer
className=com.sec.android.app.videoplayer.activity.MainTab
more coming soon....
In the attachment you can found a SAMPLE ZIP File! This is flashable over CWM. Use this to flash your own SystemUI.apk ... only change the SystemUI in the ZIP with your SystemUI.apk
If I could help you.... I am happy if you press the THANKS Button or buy me a beer or coffee
:victory:!
Any Credits go to me! Feel free for using this in your own ROM ... only linked this Thread and give the Credits to me! Thanks!

Changelog
11.01.2013
- Class Finder App online ... read here
03.01.2013
- Samsung Video Player added
- Contacts added with a different Startscreen

FAQ
Q: Where can i find the packageName & className from my wanted App?
A: Install the Class Finder App ... this App show you the className and packageName !!! Link

Wow very nice work. Going to be very handy. Thanks.
Sent from my GT-N8013 using Tapatalk 2

Great idea :thumbup:
Send from my toilets

That is the best entry I have seen on this forum, today!
Thank you
I have been looking for something like this.
Now, if we can just get it to be modified, on the fly (as an app and not required to be flashed in recovery), by specifying the apps you want to put in there....THAT will be cool and very, VERY useful.
Thanks for you hard work - appreciated.

bert269 said:
Now, if we can just get it to be modified, on the fly (as an app and not required to be flashed in recovery), by specifying the apps you want to put in there....THAT will be cool and very, VERY useful.
Click to expand...
Click to collapse
Sorry but that is not possible.. because the SystemUI.apk must be decomplie.... and this is on the Device not possible..

pimpmaneaton said:
Wow very nice work. Going to be very handy. Thanks.
Sent from my GT-N8013 using Tapatalk 2
Click to expand...
Click to collapse
Any chance you could add Lecture Notes in future builds of Redemption?
Sent from my Galaxy Note 10.1 using Tapatalk HD

Great News!!!
The User bjbinc have made an App for use to read out the className of any App that installed ist!!! :highfive: :good:
BIG THANKS TO bjbinc !!!!
Install the ClassFinder_1.0.apk from Attachment an start it. Select the needed Apps and go to SAVE. Then the App saves a classes.txt to /storage/sdcard0/ClassFinder/ .... this you can open and find your requestet Infos!!
Great and easy Tool :highfive: :good:
With this Infos you can make the MOD with your own Apps!
To make an App for modded the SystemUI.apk rigtht on the device is not possible because the SystemUI.apk must be decompile.... and this is not possible on the Device. ..... sorry

Glad to help out my friend :good:

anyone having problems with the SystemUI crashing after trying to do this?. The mod works but the it keeps crashing for some reason when i hit the home button

ckavvouras said:
anyone having problems with the SystemUI crashing after trying to do this?. The mod works but the it keeps crashing for some reason when i hit the home button
Click to expand...
Click to collapse
With APK Tool you are using?
Can you post your SystemUI ?

Darkman_RS said:
With APK Tool you are using?
Can you post your SystemUI ?
Click to expand...
Click to collapse
im using apk manager v5.0.2
with the latest apktool.bat and jar
the original apk size compressed is 2.6mb after i recompile its 1.6 mb compressed, when i decompress both file they both match up perfectly as far as i can see
hope this helps with helping me

ckavvouras said:
the original apk size compressed is 2.6mb after i recompile its 1.6 mb compressed, when i decompress both file they both match up perfectly as far as i can see
Click to expand...
Click to collapse
that is ok
your systemui looks good... i think its your apk manager
if decompilie and recompilie without changing anything, works this ui?
which ROM you are using? And please post your untouched SystemUI i try to make the change for you!

Darkman_RS said:
that is ok
your systemui looks good... i think its your apk manager
if decompilie and recompilie without changing anything, works this ui?
which ROM you are using? And please post your untouched SystemUI i try to make the change for you!
Click to expand...
Click to collapse
tried that as well, same thing happens. every time i hit the home back or recent button my system ui crashes, i can open up the pull up menu without a problem, when i pull the spen out the side dock pops up with no problem, cant figure it out. have tried with different methods for compiling and decompiling apks. cant remember what rom im using but i downloaded off xda its a deodexed rom. build number jzo54k.n8000xxcll3.deodexed

ckavvouras said:
tried that as well, same thing happens. every time i hit the home back or recent button my system ui crashes, i can open up the pull up menu without a problem, when i pull the spen out the side dock pops up with no problem, cant figure it out. have tried with different methods for compiling and decompiling apks. cant remember what rom im using but i downloaded off xda its a deodexed rom. build number jzo54k.n8000xxcll3.deodexed
Click to expand...
Click to collapse
Ok then your APK Manager is not work with TW ROMs ... you need to install the framework-res.apk and the twframework-res.apk !!
Test the UI in Attachment!! Flash the ZIP over CWM...
And for decompilie i use this
Guide and this Tool !!!!

Darkman_RS said:
Ok then your APK Manager is not work with TW ROMs ... you need to install the framework-res.apk and the twframework-res.apk !!
Test the UI in Attachment!! Flash the ZIP over CWM...
And for decompilie i use this
Guide and this Tool !!!!
Click to expand...
Click to collapse
no luck, grrr i have tried everything even pushing it with adb, the systemui keeps crashing, when i replace it with the stock systemui everything runs fine, i even installed the latest 8010 you have posted on another thread and build a new one and pushed that one and still no luck :crying: also i noticed the screen turns on by its self for no reason with the modified systemui

one last Attempt ...
Please use the latest N8010er Build N8010XXUCMA5 deodexed from me. After flashed the ROM reboot the device.. then reboot in Recovery and flash the ZIP from this attachment!
I hope now it works...

Darkman_RS said:
one last Attempt ...
Please use the latest N8010er Build N8010XXUCMA5 deodexed from me. After flashed the ROM reboot the device.. then reboot in Recovery and flash the ZIP from this attachment!
I hope now it works...
Click to expand...
Click to collapse
no cigar, flashed it from cwm and this one doesn't even load at boot. I browsed with root explorer and its in the /system/app folder but its just not registering. but thanks anyways man i appreciate the help

ckavvouras said:
no cigar, flashed it from cwm and this one doesn't even load at boot. I browsed with root explorer and its in the /system/app folder but its just not registering. but thanks anyways man i appreciate the help
Click to expand...
Click to collapse
Unfortunately, it doesn't work properly for me. I do get it to work, but then the systeui.apk crashes every few seconds. Do you have an indication of what could go wrong, or at least where do you think a mistake is made?

Related

Gingerbread based theme for Ascend and MDPI & HDPI devices Update [1/10]

Update 1/10 Minor update to some, maybe major to others, I've made some changes to the status bar pull down for Ascend users, I've changed the main text to be black, I'm still not completely happy with it, so i'll keep tweaking... Also, I've added support for HDPI devices in the Gingerbread3.5.zip, in general the theme should work on a wider variety of devices.
{
"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"
}
Update 1/9 The theme is pretty much complete
In order for Ascend users to get the white clock you need to download buildprop and replace the one under your system folder with it. You'll have to be rooted and use a file manager or you could use adb shell or a terminal to replace your build.prop
Another change to the build.prop for the popups!!!
Special thanks to yuyuye for the information.
I've attached some screenshots of the theme in action. There are many more changes not visible in the screenshots, the majority of the framework-res have been updated to match the new theme.
UPDATE 12/16
I've attached the metamorph theme in case anyone wants to try it, i would say it's beta quality as it's not finished, but it's usable. Just load the v0.1.zip file on to your sdcard, download metamorph and install away. If you have any basic questions, feel free to ask but I won't be providing an major support yet because it's not finished. I would say it's 75% complete at the most. And as always, you shouldn't have any problems but USE AT YOUR OWN RISK!!
UPDATE 12/22
New version v0.3 with a change to the submenu, I changed the submenu to white so the text is legible until i can get the Ascend deodexed and properly change the color of the text...
The download labeled GingerbreadAscend3.zip is may specifically for the Ascend I don't recommend anyone apply it on any other phones
The download labeled Gingerbread3.zip is for any and all MDPI phones
Have fun!!!
screens
http://min.us/mvk9WPS
Insrtuctions for installation:This is a Metamorph theme, so download and install Metamorph. Put the theme on your sdcard. Make sure your phone is rooted, you have busbox downloaded and installed and that usb debugging is turned on
For Ascend users, download your appropriate build.prop file and use a program like root explorer or subfs to copy and paste it into the /system/ directory, if you don't want to purchase one of those programs, download this program from the market "Mount /system (rw / ro)" open it and mount the system as r/w then use adb shell or a terminal emulator to copy the file over
Code:
su
cp /sdcard/build.prop /system/build.prop
and the launcher i'm using in the screenshots is linked to here http://forum.xda-developers.com/showpost.php?p=10063058&postcount=69
and instructions for installing it http://forum.xda-developers.com/showpost.php?p=10069927&postcount=75
also make sure to grab the gingerbread keyboard http://forum.xda-developers.com/showthread.php?t=875202
Extra Launcherpro Icons by Fodoom http://forum.xda-developers.com/showpost.php?p=10464161&postcount=151
Widgets that I use and think are cool:
battstatt
Digital Clock
OneSeven
Tajm
Beautiful Weather
Power Widget
Ascend users checkout http://www.myascend.org for Ascend specific info and tutorials
Make sure to post screenshots if you load the theme!!!
METROPCS ASCEND USERS
Use this build.prop http://forum.xda-developers.com/showpost.php?p=10563819&postcount=239
Thanks BobZhome
UPDATE 1/21
If you are tired of the plain black gingerbread status bar make sure to give this status bar a try, styled by none other than Fodoom himself...
screenshot here http://forum.xda-developers.com/showpost.php?p=10797442&postcount=348
metamorph here http://www.filedropper.com/gingerbread35fodoom
UPDATE 2/3
I am no longer supporting this theme, I'm moving on to bigger and better. Happy themeing!!!!
Made a little progress using apk manager to decompile some of the xmls, got the date to show up white but still not the time and popup option menus(not sure what to call them). If anyone has any expertise, I could use the help....
Keep up the good work, I am looking fws to checking it out!
If you send me your framework-res.apk I can fix the code for the pop-up menu text.
Benny879 said:
If you send me your framework-res.apk I can fix the code for the pop-up menu text.
Click to expand...
Click to collapse
I'd really appreciate it... I've attached it in Metamorph form, if you don't mind, what xml is responsible for those properties?
joenathane said:
I'd really appreciate it... I've attached it in Metamorph form, if you don't mind, what xml is responsible for those properties?
Click to expand...
Click to collapse
For some reason ApkManager isnt allowing me to re-compile this framework. You can find the code changes you need here --> http://forum.xda-developers.com/showthread.php?t=864112&page=8
Post #77
Benny879 said:
For some reason ApkManager isnt allowing me to re-compile this framework. You can find the code changes you need here --> http://forum.xda-developers.com/showthread.php?t=864112&page=8
Post #77
Click to expand...
Click to collapse
Thanks, but problem is I don't have a "values" folder in my framework, much less an xml called "style" in any of the folders...
wait..
I'm an idiot... found it
It wasn't re-compiling the whole framework for me either, i had to to trick it to get it to re-compile the styles.xml by putting it in a different folder and renaming it... Flashed it to my phone.... and... no difference, pulled the framework back down and made sure the changes where present and they are... the Ascend doesn't seem to use those files at all... I'm pretty sure too because i accidentally deleted all the files in the values folder except the styles.xml and the phone works fine...
Thanks for your ideas Benny879, if you have any insight as to whats going on, I'd appreciate any help you could give, in the mean time i'm going to be pouring through these xml files, looking for any clues...
For anyone following the progress on this, the problem seems to be that this phone uses odex files instead of the more easily assessable jar or apks, so I'm looking into deodexing the necessary files... If anyone could offer assistance, I would appreciate it...
How would this theme be applied once its working?
Sent from my M860 using XDA App
xlarkascendingx said:
How would this theme be applied once its working?
Sent from my M860 using XDA App
Click to expand...
Click to collapse
Metamorph my good man, metamorph!
Will metamorph work with launcher pro?
Sent from my M860 using XDA App
xlarkascendingx said:
Will metamorph work with launcher pro?
Sent from my M860 using XDA App
Click to expand...
Click to collapse
The gingerbread metamorph theme I'm working on will change your lock screen sliders, your notification bar and slide down, your dialog confirmation buttons, market place tab button and a bunch of other misc graphics, your signal bars, battery, bluetooth, etc... The theme i'm working on doesn't touch the launcher. i personally use launcher pro, so this theme doesn't conflict with it, but if you want your launcher specifically to look like gingerbread's, you can find themes already made for launcher pro..
joenathane said:
For anyone following the progress on this, the problem seems to be that this phone uses odex files instead of the more easily assessable jar or apks, so I'm looking into deodexing the necessary files... If anyone could offer assistance, I would appreciate it...
Click to expand...
Click to collapse
Definately deodex your ROM first. It will make your life easier.
Sent from my Droid using Tapatalk
Benny879 said:
Definately deodex your ROM first. It will make your life easier.
Sent from my Droid using Tapatalk
Click to expand...
Click to collapse
Thanks for your feedback, sent you a PM...
Does this Rom include a custom kernel to up the Mhz past 600?
fame13 said:
Does this Rom include a custom kernel to up the Mhz past 600?
Click to expand...
Click to collapse
This is not a rom just a metamorph theme... One day we shall overclock, and that day we be a turning point for mankind, nothing will ever be the same after that day.
And how the hell do we deodex?
Sent from my M860 using XDA App
o duh lol mybad man but i will b usong the theme when complete!
Sent from my HUASCEND using Tapatalk
Ok noon question lol. What is a Gingerbread theme?
Sent from my Chill Huawei Ascend using XDA App

[FULL MOD] BLACK/ICS Whatsapp Yorzua mods :D

Hello Android fans,
Here are few MODS done by me ( more mods available here )
Dark 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"
}
Download DARK MOD 2.7.2635
Download DARK MOD 2.7.3108
ICS Mod
Download ICS MOD 2.7.2635
Download ICS MOD 2.7.3108
Mango Mod
Download MANGO MOD 2.7.3108
• With this u would be able to enjoy the latest release of Whatsapp themed
• Feel free to ask for help or just give your suggestions for next release
• Quality to the details has been done in graphics, i will work on xml/smali too
All my apk files are signed, just install as any app
or 2nd method
Easy way to install :
Download and place the zip into your sd card
Uninstall your existing whatsapp app
Use Rootexplorer to drag the app into /data/app or /system/app
Set permissions to all and reboot the phone
***Works for all devices ***
Recent changes
You are done - Enjoy it
Changelog
I made a [Tutorial]How to decompile/recompile/Sign Whatsapp.apk :
http://forum.xda-developers.com/showthread.php?p=21980621#post21980621 or HERE
I am quite busy at the moment but if you are patient,
i will find time to work on exclusive and unique mods for your daily chats
I helped a guy to go from the simple theming to real development of the apk >
he put out of his thread like a ****...
NOTE for GRATITUDE !
cybermessiah said:
@ynkamat
Regarding the message bubble design you requested. In order tho have light text on a dark bubble requires decompiling/recompiling the Whattsapp apk and editing the xmls to change the text color. I have tried that in the past, but with little success .. as Whattsapp doestnt seem to be able to recompile properly with the conventional decompiling methods. That is why you will see most mods have only black text on lighter bubbles. Not so easy to do an inverse design.
Click to expand...
Click to collapse
cybermessiah said:
@Yorzua
I am well aware of how to decompile and recompile apks.
The issue is with the Whattsapp apk recompiling after editing the Styles.xml within the res values folder. As many themers have found, there is an issue with recompiling WhatsApp apk after performing such edits. No one seems as yet able to successfully recompile the apk and alter the message bubble text color. You are doing well if you can change the text to inverse using ApkTool.
I myself prefer APK Manager than ApkTool as its command line structure is much better laid out and has more options.
Click to expand...
Click to collapse
cybermessiah said:
@ Youzua
Are you able to change the black bubble text to white (within the speech bubbles)....?
The trouble lays in that part of the modifications.
I have yet to see anyone successfully recompile the Whatsapp.apk (myself included) and have the changes (black text to white) actually work after finalization.
Many have tried editing both the Style.xml and Color.xml.. but the it just don't take after recompiling. The person who cracks this is going to make everyone happy.
Click to expand...
Click to collapse
cybermessiah said:
Good work.
Did you edit res>layout> 'conversation_text_row_right.xml' and 'conversation_text_row_left.xml ?
looks like they are the xmls.
Click to expand...
Click to collapse
cybermessiah said:
However, I will politely request that you keep this thread related to the theming and development of the themes related to this thread
If it has nothing to do with the Development of this thread then do not post.
If you wish to throw insults at each other then do it on another site as we do not want to read it. Next time i have to clean this crap up i shall give out Holidays from xda
Click to expand...
Click to collapse
Satisying to be be on more amicable terms with eachother, but please follow the above request.
Click to expand...
Click to collapse
My answer :
Wasnt you happy when i was posting all my posts off topic from the theming of your themes ?
Did i help you or i just imagine your words below ?
Without my help, you would never be able to go deeper in your own theming which comes now to a real development via xmls and smalis !
I wanted sincerely to help you but hey, like you said, you seem to be more proud or ashame for that... i still remember how you posted in my threads with rage and crap **** ...
dont count on me ever to help you and wrong if you think that we dont need help from someone else... ​
======================================================================
If you come by my thread and like my work, i ask nothing more than a little thanks for the effort.
If you dont, then just give me credits if you use it.
Thanks for reading, i wish you a great day ☼​
Thanks loving the ICS theme... Thanks again, question I followed the link, how do I download the other themes I saw??
Sent from my SAMSUNG-SGH-I997 using Tapatalk
coming releases
jsanta11 said:
Thanks loving the ICS theme... Thanks again, question I followed the link, how do I download the other themes I saw??
Sent from my SAMSUNG-SGH-I997 using Tapatalk
Click to expand...
Click to collapse
I just created yesterday the OP and will release properly all versions with screenshots this weekend
I'm liking the changes made, not sure about the font.
BTW, Some of the preview images hosted on imageshack are not appearing.
ecwpa said:
I'm liking the changes made, not sure about the font.
BTW, Some of the preview images hosted on imageshack are not appearing.
Click to expand...
Click to collapse
All feedback is always appreciated.
This thread is about Whatsapp.
Fonts are not included in the apk but comes from my rom ICS_Yorzua-Desire v2.
I'm not able to install it. I copied it to system/app . changed permissions and reboot. But nothing happens.
Permissions
.xxx. said:
I'm not able to install it. I copied it to system/app . changed permissions and reboot. But nothing happens.
Click to expand...
Click to collapse
Works for me and others.
Do you have place in your internal memory ( /system ? )
Did you set Permissions to all ?
[example]
I love your customizations Yorzua, the best around!
BTW, I installed a modded version of tweetdeck thanks to you Yorzua and I followed the same steps as you did and it worked flawlessly.
Downloaded apk to my Nexus S SD Card, then I open *Root Explorer* (you can use any file explorer with root capabilities: Script Manager - ES FIle Explorer - ROM Toolbox) changed mounting to writeable and moved the modded app to /system/app ..... then changed permissions to file so it reads: rw--r--r--
After doing so, I rebooted my phone open the app drawer and app was there, clicked on it and it works as it is supposed to.
Can you also make a BBMessenger look-a-like..??
Sent from my GT-I9000 using XDA Premium App
Here is a MOD done by me ( more mods available here )
Click to expand...
Click to collapse
mmh, I can't find links to download the other mods
lbrfabio said:
mmh, I can't find links to download the other mods
Click to expand...
Click to collapse
I will update as fast as possible the coming releases
Success. Installed and having fun.
Excellent
Enviado desde mi GT-I9000 usando Tapatalk
Hi, great theme, I like it! But why is it necessary to install your app as system app & reboot? I tried other themes which can be used by just installing them. I'm just curious.
Brotkruemel said:
Hi, great theme, I like it! But why is it necessary to install your app as system app & reboot? I tried other themes which can be used by just installing them. I'm just curious.
Click to expand...
Click to collapse
Not mandatory but 99% of the members coming here have already the latest release installed and since whatsapp ca be moved to sd, my method to install it is more efficient.
but for a first installation, you can perfectly install it with one click
Yorzua said:
Not mandatory but 99% of the members coming here have already the latest release installed and since whatsapp ca be moved to sd, my method to install it is more efficient.
but for a first installation, you can perfectly install it with one click
Click to expand...
Click to collapse
Works great, thank you !
wow this is great, thx....
working nice on darky rom sgs
Ics
I've ics Cm9 alpha build 15 on sgs and it doesn't work for me I try tu put the file.apk into data/app or info System/app and reboot but .. doesn't work .. falso if I install the apk as a normal app
Edoardox said:
I've ics Cm9 alpha build 15 on sgs and it doesn't work for me I try tu put the file.apk into data/app or info System/app and reboot but .. doesn't work .. falso if I install the apk as a normal app
Click to expand...
Click to collapse
Thanks for your feedback.
Working for everyone and for me.
However, I will test on a SGS running ICS tomorrow at work with the phone of a colleague and report to you.
I will start to release my mods once i rework the OP.
All versions will be signed with the same keys

Status bar center clock

HERE AT THE XDA I FOUND THE TUT ON HOW TO MAKE THE CLOCK AT STATUS BAR TO CENTER
{
"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 THE LINK OF THE TUTORIAL I FOUND http://forum.xda-developers.com/showthread.php?t=1174202
BUT FEW DON'T KNOW ON HOW TO EDIT XML COMPILE SO AS I PREVIOUSLY TRIED AND CREATED AS A META MORPH SO THIS WORKS WITH ALL YOUR ANDROID
HERE THE LINK TO DOWNLOAD THE MORPH OF CENTER CLOCK.... http://www.mediafire.com/?62mt4f1rzrac49r
IF YOU NEED TO GET BACK TO ORIGINAL POSITION OF CLOCK THEN TRY THIS http://www.mediafire.com/?kd1zg6841fhy38z
FOR THIS CLOCK UI U NEED META MORPH APP YOU CAN DOWNLOAD IT HERE
THIS CAN BE AVAILABLE AT MARKET ALSO
HERE GO HOW TO USE THIS META MORPH
FIRST INSTALL THE META MORPH.APK AND OPEN THE APP
U WILL GET THIS
CLICK ON START CHECKS AND THEN IT WILL INSTALL THE DATA TO SD AND U WILL GET THIS MENU
CLICK ON UNZIP/EXTRACT NEW THEME AND SELECT THE FILE FROM SD I PROVIDED
ON SELECTING THIS FILES THE DATA WILL BE EXTRACTED
SELECT CLOSE
AND NOW THEN SELECT APPLY ALL NOW U GET LLIKE THIS
CLICK CONTINUE AND IT TAKES FEW SEC AND AFTER COMPLETION MAKE A REBOOT AND CHECK THE TRANSITIONS YOU GET ​
ON DOING THIS APPLY YOU WILL GET FORCE CLOSES OF STATUS BAR SO U NEED TO REBOOT THEN CHECK THIS AND HAVE A JOY
ANY DOUBTS U CAN CONTACT ME AT MY FACEBOOK
IF U LIKE MY WORK DON'T FORGET TO SAY THANKS NOT RESTRICTION
MY PROJECTS ARE
XPERIA ARC FOR LG P500
HONEYCOMB FROM CIPS AND BUGS RECTIFIED FROM ME
XPERIA ARC FOR LG P350
PERFECT PESO
COSMIC EXPERIA 2.3.7 FROM COMPILED SOURCE
cm7.2 PURE GINGERBREAD 2.3.7 NEW COMPILED FOR P350
TRANSITION THEMES FOR LG P350 AND P500
Thank you !
Unfortunately, it did nothing with my status-bar.
The clock remains on the right, even after reboot.
However, I did exactly what you wrote.
I tried several methods (TheGrammarFreak, Taine0, or Zdunex25) but none works.
Too bad, I think I have to forget to have a centered clock...
Anyway, thanks for your effort !
have a retry it works
Litderose said:
Thank you !
Unfortunately, it did nothing with my status-bar.
The clock remains on the right, even after reboot.
However, I did exactly what you wrote.
I tried several methods (TheGrammarFreak, Taine0, or Zdunex25) but none works.
Too bad, I think I have to forget to have a centered clock...
Anyway, thanks for your effort !
Click to expand...
Click to collapse
which android you are using i think u had tried the second patch if u tried the first u get the best result have a retry it surely works i had tested for 7 different androids worked perfect
does this inlude the switching of status bar icons?(signals,battery,wifi)
thanks..
If you can't get it centered just post a link to your framework-res.apk and I will make a update.zip for you
venakt kamesh said:
which android you are using i think u had tried the second patch if u tried the first u get the best result have a retry it surely works i had tested for 7 different androids worked perfect
Click to expand...
Click to collapse
Mmmm, no.
I tried to apply the right, the first one which name is "CENTER CLOCK UI.ZIP".
I do like you wrote : choose the file, apply the file, wait a long time (about 5 minutes), and then, the systemUI FC indefinitely.
So i'm forced to remove the battery for reboot.
And the clock remains on the right...
I'm really sorry.
FYI, my rom is the Temasek's Unofficial CM7 (#91) for LG O2X (see here).
Litderose said:
Mmmm, no.
I tried to apply the right, the first one which name is "CENTER CLOCK UI.ZIP".
I do like you wrote : choose the file, apply the file, wait a long time (about 5 minutes), and then, the systemUI FC indefinitely.
So i'm forced to remove the battery for reboot.
And the clock remains on the right...
I'm really sorry.
FYI, my rom is the Temasek's Unofficial CM7 (#91) for LG O2X (see here).
Click to expand...
Click to collapse
No problem i will check for the solution can u post the system ui i will check the configuration
afrayed said:
does this inlude the switching of status bar icons?(signals,battery,wifi)
thanks..
Click to expand...
Click to collapse
Yes this included with what u asked me so plx have a view that i posted a pic
seahorsepip said:
If you can't get it centered just post a link to your framework-res.apk and I will make a update.zip for you
Click to expand...
Click to collapse
Please have a note on my point is tis center dosn't matter with any framework and it is a fully fuctional work with status bar of system ui and if i had made any post of packed ui it dont work on any rom except my rom as i created
If my words hurt you i am sorry . Cheers
Dear friends, thank you for your interest in my problem !
Please find enclosed the attached files.
I'm quite pessimistic because I really tried all the known solutions (see post above) and none worked.
But let's go !
Hope good news soon.
Thank you very much !
i re modified your system ui
Litderose said:
Dear friends, thank you for your interest in my problem !
Please find enclosed the attached files.
I'm quite pessimistic because I really tried all the known solutions (see post above) and none worked.
But let's go !
Hope good news soon.
Thank you very much !
Click to expand...
Click to collapse
i think framework is not need as this totally modification with system ui
here ur system ui for center clock not tested as i dont a device of yours but hopefully i can say i worked with ur ui now it works have a result plz
http://www.mediafire.com/?cogd370j104po6c
Flash the following zip trough CWM: http://dl.getdropbox.com/u/4281191/Center-Clock-For-Litderose .zip
Tell me if you need any other kind of modifications like font or text color/size/style.
DON'T MANUALLY REPLACE THE SystemUI.apk SINCE THAT GIVES MOST OF THE TIME A FC.
It works on roms with odex?
seahorsepip said:
Flash the following zip trough CWM: http://dl.getdropbox.com/u/4281191/Center-Clock-For-Litderose .zip
Tell me if you need any other kind of modifications like font or text color/size/style.
DON'T MANUALLY REPLACE THE SystemUI.apk SINCE THAT GIVES MOST OF THE TIME A FC.
Click to expand...
Click to collapse
and one thing friend using root explorer or root browser replace it and change the permissions as rw-r--r-- and reboot its enough using of recovery every time damages the mother board
but thanks
pyra121 said:
It works on roms with odex?
Click to expand...
Click to collapse
have a try i works i think so
venakt kamesh said:
and one thing friend using root explorer or root browser replace it and change the permissions as rw-r--r-- and reboot its enough using of recovery every time damages the mother board
but thanks
Click to expand...
Click to collapse
In most roms it does but on my phone that fails and yes I know how root explorer works so don't try to say it always works because it just doesn't.
---------- Post added at 06:40 PM ---------- Previous post was at 06:31 PM ----------
venakt kamesh said:
have a try i works i think so
Click to expand...
Click to collapse
I never suggest to use other SystemUI.apk's which are not from your rom >.>
And the SystemUI that Litderose posted was deodexed so if you've posted a odexed SystemUI for Litderose it wouldn't work...
Dear friends, here is my feedback :
1/ nandroid
2/ venakt kamesh's mod : i copied the file, get some FC, reboot, and then the status-bar diseapear.
3/ nandroid restore
4/ seahorsepip's mod : installed with CVM (i saw your nice message ), reboot, and then... nothing change, the clock remain on the right.
Anyway, what I want to say is : THANK YOU my friends !
It's very kind of you the interest of my problem !
I think the only solution (for me !) to have a centered clock are :
- to install a MIUI rom with Andy's mod,
- to install a CM9 rom with Rob43's mod.
Meanwhile, I'll keep my clock on the right !
seahorsepip said:
In most roms it does but on my phone that fails and yes I know how root explorer works so don't try to say it always works because it just doesn't.
---------- Post added at 06:40 PM ---------- Previous post was at 06:31 PM ----------
I never suggest to use other SystemUI.apk's which are not from your rom >.>
And the SystemUI that Litderose posted was deodexed so if you've posted a odexed SystemUI for Litderose it wouldn't work...
Click to expand...
Click to collapse
here dont you viewed the meta file i given its just a satus xml edit works with all cm mods and only for one i provided the systemui and i had not given my sytemui to use for other as it wont get worked friend please have a total view of post and reply it as if you find problem
so without view on post dont get commented if my words wrong sorry
Litderose said:
hm
Click to expand...
Click to collapse
dont get worry this is totally only for ur mobile designed statusbar i got studied ur mobile framework
so the xml is new it surely works iam 200% sure try this and respond click here
this is just a flashable file ok no need of risks
if any one has these type then make a ui and framework post here i will try my best
Just want to thank you venkat kamesh !
Unfortunately, it's too late because, the dev of my rom decided to incorporate the transparent status bar and the centered clock.
So i'm happy now.
Anyway, I would like to thank you very much for your efforts in providing me a solution !
Cheers.

[AllianceROM][JB XXLSZ][OTA][VISUALS]Post your submissions here

Because we are getting so many good suggestions for OTA updates in our thread AllianceROM_JB XXLSZ_v2 we decided it was time to start a thread for users to post their submissions.
Major Credits to Robbie Hood for making this Rom and to Ficeto for making the awesome Rom Customiser and the Ota app
OTA visuals (and updates) are bound to certain format rules that I will explain in the following posts.
All things posted in here will first be tested and evaluated before being uploaded to OTA
please be advised that mods are not to include complete framework-res.apk, SystemUI.apk, SecSettings.apk or android-policy
{
"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"
}
OTA visuals
Visuals are zips containing images and XML files from apk that are to be changed.
Format for zip name is simple, just try to describe what the mod does, if mod is a variation of existing mods use same format as existing ones.
The .theme in the name is no longer needed.
Inside zip you put name of apk (without .apk). Mods can contain more than one apk!
Also put in the root op the zip:
An empty txt file named theme
A txt file called description with a short description of the mod
An image file in JPG format called preview with an image of your mod
put in the rest of the folders like in original apk
Before uploading it please test the mod yourself by putting it on your sd and flashing from RomCustomiser
If your mod fits an existing category please tell us in your post
If you come up with mods that don't have a category yet, please also make a revert mod containing the same images and xml from the original rom so users can get back to that easily
OTA updates
Ota updates can contain apk, mostly used by Dev's to update the Rom.
Can however also be used for fixes that contain an apk like the stock playstore
They are basicaly CWM zips, with some additions:
A txt file named description with a description of the update
An JPG file named preview with an image of the mod (preferable, not compulsory)
Please remember that all system apps go in preload/symplink/system/app
You can use the base zip that I uploaded here
one more
Thanks a lot Bas :highfive:
Now lets see some users be creative and create some themes/mods
good job :good:
Robbie Hood said:
Now lets see some users be creative and create some themes/mods
Click to expand...
Click to collapse
Played around with the Visual Theme engine and here is what I came up with so far :victory:
..and posted a few more here: http://forum.xda-developers.com/showpost.php?p=38824949&postcount=11
Re: [AllianceROM][JB XXLSZ_v2][OTA][VISUALS]Post your submissions here
nickshertzer said:
Played around with the Visual Theme engine and here is what I came up with so far :victory:
Click to expand...
Click to collapse
Need to just install this zip using rom customizer?
Sent from my GT-N7000 using xda app-developers app
really nice,
but could I get the V Background also in red?
would be cool
thanks in advance
salilpune1 said:
Need to just install this zip using rom customizer?
Click to expand...
Click to collapse
Yes. Also, you have to be using the Alliance Ficeto TWRP kernel. Philz must be missing some of the busybox (/?) instructions that make the theme engine work.
Working on a couple more.
---------- Post added at 10:00 AM ---------- Previous post was at 09:59 AM ----------
hara74 said:
really nice,
but could I get the V Background also in red?
would be cool
thanks in advance
Click to expand...
Click to collapse
Just modify the ZIP to add your own PNG file background_holo_dark.png :good:
Here are a few more:
Enjoy! :fingers-crossed:
nickshertzer said:
Here are a few more:
Enjoy! :fingers-crossed:
Click to expand...
Click to collapse
nice thanks man will uplaod em to our server asap but im experimenting a bit with my ROM
if all goes as planned the rom config will have a stock theme option as well so no need to flash a stock theme afterwards for the ones who like stock but just optional via romcustomizer when flashing the rom
is there any chance to get a zip to flash it from cwm?
it´s because I use this beautiful rom as sd rom and can´t flash anything via Rom Customizer :crying:
I tried different zip´s till now with my own png but none works
hara74 said:
is there any chance to get a zip to flash it from cwm?
it´s because I use this beautiful rom as sd rom and can´t flash anything via Rom Customizer :crying:
I tried different zip´s till now with my own png but none works
Click to expand...
Click to collapse
Didn't realize there was a functioning dual boot kernel now. Need to go look at that
Obviously, your setup is totally unsupported as far as Alliance team would be concerned. None of the OTA stuff would ever work. You'd might be better off running Alliance as the main 'phone' ROM and AOSP, CM, whatever, as your SD ROM.
But there is hope for you yet...
You need to pull your framework-res.apk, manually modify the background png, and push framework-res.apk back into /system/framework manually via ADB or whatever file manager is convenient (Alliance ROM Manager comes to mind)
You can follow instructions here: http://forum.xda-developers.com/showthread.php?t=2175160 (except in Alliance ROM, Robbie changed the HOLO background name to background_holo_dark.png and NOT tw_background_holo_dark) :highfive:
nickshertzer said:
Didn't realize there was a functioning dual boot kernel now. Need to go look at that
Obviously, your setup is totally unsupported as far as Alliance team would be concerned. None of the OTA stuff would ever work. You'd might be better off running Alliance as the main 'phone' ROM and AOSP, CM, whatever, as your SD ROM.
But there is hope for you yet...
You need to pull your framework-res.apk, manually modify the background png, and push framework-res.apk back into /system/framework manually via ADB or whatever file manager is convenient (Alliance ROM Manager comes to mind)
You can follow instructions here: http://forum.xda-developers.com/showthread.php?t=2175160 (except in Alliance ROM, Robbie changed the HOLO background name to background_holo_dark.png and NOT tw_background_holo_dark) :highfive:
Click to expand...
Click to collapse
thanks m8 for ur quick anser :good:
with the ota updates I got no problem,
downloaded with AllianceOTA and flashed via recovery, worked fine so far
and I know it would be the best to flash this Rom as phone Rom,
but I´m to lazy to setup two Roms again :silly:
and you would laugh, I extracted the framework-res.apk from the rom a few minutes ago and replaced that png ,
but not flashed till now
Edit: it worked, I copied over the framework-res.apk manually
hara74 said:
thanks m8 for ur quick anser :good:
with the ota updates I got no problem,
downloaded with AllianceOTA and flashed via recovery, worked fine so far
and I know it would be the best to flash this Rom as phone Rom,
but I´m to lazy to setup two Roms again :silly:
and you would laugh, I extracted the framework-res.apk from the rom a few minutes ago and replaced that png ,
but not flashed till now
Edit: it worked, I copied over the framework-res.apk manually
Click to expand...
Click to collapse
why on earth would you need two roms
if OTA updates work then visuals work as well
nickshertzer said:
Here are a few more:
Enjoy! :fingers-crossed:
Click to expand...
Click to collapse
Suuper nice themes, just one question: is the home an lockscreen backround supposed to change, 'cause it didnt and it would be nice if all changed according to the theme.
LaCroyx said:
Suuper nice themes, just one question: is the home an lockscreen backround supposed to change, 'cause it didnt and it would be nice if all changed according to the theme.
Click to expand...
Click to collapse
these are no themes mate jjust backgrounds
Robbie Hood said:
these are no themes mate jjust backgrounds
Click to expand...
Click to collapse
but this backgrounds don't also change in home screens and lockscreen? I flashed one in rom customizer and it changed the background only when i',m in settings, other than that i have my old background. Or am I missing something?
Re: [AllianceROM][JB XXLSZ_v2][OTA][VISUALS]Post your submissions here
LaCroyx said:
but this backgrounds don't also change in home screens and lockscreen? I flashed one in rom customizer and it changed the background only when i',m in settings, other than that i have my old background. Or am I missing something?
Click to expand...
Click to collapse
You mean wallpaper. Wallpaper and backgrounds are two different things
Sent from my GT-I9100 using Tapatalk 2

[Tool][PortCx] Port CM Themes to Xtheme Engine in One Click! v2.2 TouchwizSupportBeta

Hi Geeks
Want to Theme your Phone at Runtime? Did you try Xposed Framework and Xtheme Engine Yet?
Here i present to you a tool that'll port CynogenMod Themes to Ones supported by Xtheme Engine just in one Click!
To start making your own themes,go to post #2
1.PortCx
{
"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"
}
Requirements:
1.Windows Machine
2.Java JRE 7
3.Notepad ++
4:Some Commom sense
Click to expand...
Click to collapse
Instructions:
1.Need to have Xposed Framework and Xtheme Engine Installed and modules updated
2.Download the Tool and Extract
3.Copy your framework-res.apk to Portx_Madaditya/bin/resources/
4.Open /bin/.JavaPath using Notepad++ and define Java path in /bin/.JavaPath as Shown(Find your path)
Make sure the same path exists in your System Variables as described here How to add PATH Env variable
Try this if you have Java errors Link to post
5.*Run Setup.cmd to choose the tool to use
6.For PortCx,place your .apk (apk name should be w/o spaces) in PlaceApksHere_PortCx
7.Run PortCx.cmd,enter few choices and soon you'll have a Xtheme Supported .apk in Output Directory! :good:
8.Read the Script as you go,mayb you'll learn porting
Click to expand...
Click to collapse
2.PortCx_Mini
Use this ONLY if PortCx gives you Java errors
Dosen't use Java ,Requires MANUAL De/Recompiling and removing errors if any.
Click to expand...
Click to collapse
Instructions:
1.Decompile the Theme You want using any ApkTool,
and follow instructions as in the picture
Click to expand...
Click to collapse
Downloads:
Go to the Second Post
Click to expand...
Click to collapse
Thanks to:
1.gu5t3r for his base Cygwin Goptimizer Pack!
2.Dully79 for an awesome tutorial [Guide] Porting CM10/.1 themes to XTheme
3.rovo89 for Xposed Framework! Its Amazing!
4.ruqqq for Xtheme Engine!
5.pier10 for hiw work for touchwiz themes.Have used his generic redirections for touchwiz
Valuable Work :good:
Click to expand...
Click to collapse
Note:
1.Do Not Share Themes if you dont have the permissions of the Theme Dev
2.Sharing Paid Themes without permissions will not be encouraged and is against the rules of Xda
3.If you have errors,please try with this framework-res.apk
4.If reporting errors,provied the apktool.log, theme name and link if possible
5.Very Few themes are NOT compatible and give you a 'FAILED TO APPLY'. Working on them
6.Touchwiz Themes is in Beta,please report with screenshots and also if possible the related png's which are not themed
Click to expand...
Click to collapse
Hit Thanks and Rate Good if you find it helpful and Motivate
Changelog:
V 1.0
Initial Release
V 1.1
Made script more smart,it'll start again IF recompilation fails
Keeps previous Error apktool.log as apktool_old.log
More readable and Easy Instructions:Check Screenie
Cleanup PlaceApkHere folder when succesfull
V 1.2
Now can add multiple themes to port(No 1 apk restriction)
Made backup optional
Changed PlaceApkHere to PlaceApksHere
Added Working Directory to make things simple
V 2.0
Added touchwiz Xtheme support BETA. Thanx to pier10 for his work
Combined PortCx and ImageRx and save you some bandwidth XD
Added one more script CopyX: to copy images from /Source to /Destination only if present in /Destionation(Useful for theme ports)
Updated to Apktool v2 Beta 8 . Thanx to gu5t3r's Goptimizer update
Added a Setup option to select Scripts
Removed backup option for POrtCx,coz apk's in PlaceApkHere_portCx remain untouched
V 2.1
Added PortCxMini for ones facing Java Issues
Uses the Genius of PortCx,requires no Java but MANUAL De/Recompiling of the Theme
V 2.2
Added Extra touchwiz redirections
Feedback welcomed! and report Errors,I'll Be happy to Help ​
ImageRx for NICS Themer
Want to make your own Mini-Themes?
Head here [Guide][NICS Themer] Create Your Own Themed apk & Become a Themer Yourself by saqib nazm
Another script ImageRx that would​
1.Add the required prefix to image name and Rename them
2.Also create the required redirection xml​
So this Would Automate renaming multiple images with same prefix as needed for NICS themer
Download
ToolsX_Madaditya v2.2
Old​ImageRx_Madaditya[/HIDE]
Click to expand...
Click to collapse
Thanks to:
1.@saqib nazm-For this Awesome guide
Click to expand...
Click to collapse
Hope this will be helpful :good:
Since this is my first script might have errors.Please report​
i tried it but it got no files in output
Frankie_Ho said:
i tried it but it got no files in output
Click to expand...
Click to collapse
Did copy framework,Defined java path?
or you should also check /tmp/apktool.log when prompted to
If it has errors ofcourse it wont recompile!
Could you post the apktool.log created and the command prompt screen?
i'll look into it
and What theme are you trying to port?
Nooby question here (root explorer is doing a search but I am impatient) where do the APKs download from a Theme from the Plays Store?
Madaditya said:
Did copy framework,Defined java path?
or you should also check /tmp/apktool.log when prompted to
If it has errors ofcourse it wont recompile!
Could you post the apktool.log created and the command prompt screen?
i'll look into it
and What theme are you trying to port?
Click to expand...
Click to collapse
I did all that and it has no error in the log
I will post the screen later
btw when it tells there re errors in apktool, is that i just need to use notepad++ to go into apktool and delete that line? that's wt i do to solve the error.
Sent from my LG-E988 using Tapatalk
Madaditya said:
Did copy framework,Defined java path?
or you should also check /tmp/apktool.log when prompted to
If it has errors ofcourse it wont recompile!
Could you post the apktool.log created and the command prompt screen?
i'll look into it
and What theme are you trying to port?
Click to expand...
Click to collapse
It worked! But not on the first try. Okay, so I ported this cm theme:
http://forum.xda-developers.com/showthread.php?t=2434721
The first time, It gave me a compile error(but before the xtheme compilation started everything was going smooth) So I did all the steps over again. The second time it worked like a charm. The problem is that you HAVE to press y to show error log even if there are no errors, or the steps fail. But I worked like a charm other than that! I also put "xthemer" at the end of the line when it ask you to choose apk name: com.xxx.xthemer
My apk xtheme is in the attachments.
Also dev, you need to post pre-requested tools in op. Like the tools the user needs:
Java JRE7
Notepad++
Awesome Good!!!
BTW, Should make a noob script for Decompiling and Recompile SystemUI.apk And Framework-res.apk. Alot of people do the steps wrong and end up with bootloop. Its simple but useful
arDroid.99 said:
It worked! But not on the first try. Okay, so I ported this cm theme:
http://forum.xda-developers.com/showthread.php?t=2434721
The first time, It gave me a compile error(but before the xtheme compilation started everything was going smooth) So I did all the steps over again. The second time it worked like a charm. The problem is that you HAVE to press y to show error log even if there are no errors, or the steps fail. But I worked like a charm other than that! I also put "xthemer" at the end of the line when it ask you to choose apk name: com.xxx.xthemer
My apk xtheme is in the attachments.
Also dev, you need to post pre-requested tools in op. Like the tools the user needs:
Java JRE7
Notepad++
Awesome Good!!!
Click to expand...
Click to collapse
Thanks for the iNput!Glad you ported a theme !
yead that step(contntinue) will be succesful only if u hit 'y' else it'll exit
At that moment you expected to minimize,check log,if its empty hit 'y'
Or any other key and it'll exit.
And that's why users should Read the script carefully :thumbup:
and hope you have permissions from the dev to share?
What about scripts for compiling and de compiling?
Madaditya said:
Thanks for the iNput!Glad you ported a theme !
yead that step(contntinue) will be succesful only if u hit 'y' else it'll exit
At that moment you expected to minimize,check log,if its empty hit 'y'
Or any other key and it'll exit.
And that's why users should Read the script carefully :thumbup:
What about scripts for compiling and de compiling?
Click to expand...
Click to collapse
Indeed, I'm loving this tool!!! Awesome dev, hopefully you can fix apktool. For some reason it wont fully decompile hybrid rom system apks
arDroid.99 said:
Indeed, I'm loving this tool!!! Awesome dev, hopefully you can fix apktool. For some reason it wont fully decompile hybrid rom system apks
Click to expand...
Click to collapse
Try the same with Apk-Multi Tool,also for de and re compiling
Pretty Stable,Uses aptook 1.5.2 though
mrbig012 said:
Nooby question here (root explorer is doing a search but I am impatient) where do the APKs download from a Theme from the Plays Store?
Click to expand...
Click to collapse
Try using android assistant to backup apks,and then you'll find them on your sdcard
post your feedback :thumbup:
Frankie_Ho said:
I did all that and it has no error in the log
I will post the screen later
btw when it tells there re errors in apktool, is that i just need to use notepad++ to go into apktool and delete that line? that's wt i do to solve the error.
Sent from my LG-E988 using Tapatalk
Click to expand...
Click to collapse
You mean you have no recompilation errors? In /tmp/apktool.log and you find nothing in output?
Did you clean the 'PlaceApkHere' folder and placed just one apk there before you could start?
exactly,when it says
"Script will wait till you remover errors
CONTINE?"
just browse to that xml and line,delete it or modify if you can,dont leave a blank line and continue...
If you still have errors,tellme the ThemeName,i'll try
arDroid.99 said:
Thanks dude! I'm making a rom for the N4, and this tool just made my day!!!
Click to expand...
Click to collapse
thanks mate
And that's a good news!
Madaditya said:
Try the same with Apk-Multi Tool,also for de and re compiling
Pretty Stable,Uses aptook 1.5.2 though
Click to expand...
Click to collapse
Thanks dude! I'm making a rom for the N4, and this tool just made my day!!!
Madaditya said:
Try the same with Apk-Multi Tool,also for de and re compiling
Pretty Stable,Uses aptook 1.5.2 though
Try using android assistant to backup apks,and then you'll find them on your sdcard
post your feedback :thumbup:
You mean you have no recompilation errors? In /tmp/apktool.log and you find nothing in output?
Did you clean the 'PlaceApkHere' folder and placed just one apk there before you could start?
exactly,when it says
"Script will wait till you remover errors
CONTINE?"
just browse to that xml and line,delete it or modify if you can,dont leave a blank line and continue...
If you still have errors,tellme the ThemeName,i'll try
thanks mate
And that's a good news!
Click to expand...
Click to collapse
i do clean the folder and i m sure that after i delete the line, i got nth in the apktool.log
Frankie_Ho said:
i do clean the folder and i m sure that after i delete the line, i got nth in the apktool.log
Click to expand...
Click to collapse
What Theme?!
Madaditya said:
What Theme?!
Click to expand...
Click to collapse
Gem flat
Sent from my LG-E988 using Tapatalk
Frankie_Ho said:
Gem flat
Sent from my LG-E988 using Tapatalk
Click to expand...
Click to collapse
I Did Port it succesfully
when you see this part
Minimize the Cmd Window
Go to /PlaceApkHere/GemFlat/res/values
Open Styles.xml with Notepad++
Remove Line #96,dont keep an empty line
Hit enter on the script..and you'll be good to go :good:
Madaditya said:
I Did Port it succesfully
when you see this part
Minimize the Cmd Window
Go to /PlaceApkHere/GemFlat/res/values
Open Strings.xml with Notepad++
Remove Line #96,dont keep an empty line
Hit enter on the script..and you'll be good to go :good:
Click to expand...
Click to collapse
i dun see the file values in res
PLease Redownload V 1.1
Updated 8:45 pm
Fixed some errors
Frankie_Ho said:
i dun see the file values in res
Click to expand...
Click to collapse
Try with the Updated version,and accept recompilation only if your apktool.log is empty/has no errors
Should Work :good:
Please port neon multi color cm theme
vishal11in said:
Please port neon multi color cm theme
Click to expand...
Click to collapse
Its a Paid Theme,Nothing Unless we have The Dev's Permissions
Can also try yourself,that was the purpose of this tool

Categories

Resources