Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
ttabbal
Old
#1151  
Senior Member
Thanks Meter 311
Posts: 1,504
Join Date: Jul 2009

 
DONATE TO ME
I really like VTS now that I got it to work. The ability to generate Java code from the smali is excellent.

The thing I ran into was that I was running in a VM as I don't use Windows as my main OS. Under vmware it kept using directories like \\vmware-host\shared\apktool. Which didn't exist, and couldn't be created as that's a placeholder for shared folders. I had to create a new share named "apktool" to get it to run. Could you consider adding an option to set a "home" path that is used exactly, without any expansion etc.. So I could tell it to use something on C: for everything and never have it try that? It would make life a LOT simpler for VM users. I could set the project directories and such, but couldn't seem to get apktool to avoid that directory.

I had an issue with Touchwiz system apps not finding resources. Will the multi-framework feature in the new update fix that? Seems like it wants to be able to use framework-res and twframework...
The Following User Says Thank You to ttabbal For This Useful Post: [ Click to Expand ]
 
Diamondback
Old
#1152  
Diamondback's Avatar
Developer Committee / Senior Moderator / Recognized Developer - OP
Thanks Meter 5120
Posts: 3,792
Join Date: Jan 2010
Quote:
Originally Posted by Juanig View Post
What project type should I choose to decompile those kind of images? I tried apk and M10 project types but it didn´t work. I´m trying to extract the battery image from HtcPowerManager.apk (attached).

Thanks in advance.
Okay, just tried, worked fine for me. Here's a screenshot of the images:
https://dl.dropbox.com/u/10460451/VTS/JGIFs.PNG


Quote:
Originally Posted by ttabbal View Post
I really like VTS now that I got it to work. The ability to generate Java code from the smali is excellent.

The thing I ran into was that I was running in a VM as I don't use Windows as my main OS. Under vmware it kept using directories like \\vmware-host\shared\apktool. Which didn't exist, and couldn't be created as that's a placeholder for shared folders. I had to create a new share named "apktool" to get it to run. Could you consider adding an option to set a "home" path that is used exactly, without any expansion etc.. So I could tell it to use something on C: for everything and never have it try that? It would make life a LOT simpler for VM users. I could set the project directories and such, but couldn't seem to get apktool to avoid that directory.

I had an issue with Touchwiz system apps not finding resources. Will the multi-framework feature in the new update fix that? Seems like it wants to be able to use framework-res and twframework...
I am really not sure what's the issue with VMs. What contained these shared folders? (framework apks maybe?) What else besides that apktool folder?

Concerning the Touchwiz thing. Did you actually add ALL framework apks from your ROM (with the same tag)? (current HTC ROMs have 5 or more).
The new feature isn't something new, it just makes it a lot easier to add multiple frameworks with the same tag.
Virtuous Ten Studio - Advanced Reverse Engineering Solution
---------------------------------------------------------
Remote Theme Injector - theme your favorite paid apk

Contact the Developer Committee with any questions or concerns regarding the Recognized Developer program.
Mention my name with @Diamondback in any post to easily get my attention.
Please use BB Codes to format your posts.



 
Diamondback
Old
#1153  
Diamondback's Avatar
Developer Committee / Senior Moderator / Recognized Developer - OP
Thanks Meter 5120
Posts: 3,792
Join Date: Jan 2010
Okay everyone, VTS 2.2.11.8210 has been released via OTA and setup file.
Download via the internal updater or:
http://www.virtuous-ten-studio.com/index.php/downloads

What's new article
Full changelog
Virtuous Ten Studio - Advanced Reverse Engineering Solution
---------------------------------------------------------
Remote Theme Injector - theme your favorite paid apk

Contact the Developer Committee with any questions or concerns regarding the Recognized Developer program.
Mention my name with @Diamondback in any post to easily get my attention.
Please use BB Codes to format your posts.



The Following 10 Users Say Thank You to Diamondback For This Useful Post: [ Click to Expand ]
 
tsw_sweden
Old
#1154  
Senior Member
Thanks Meter 179
Posts: 281
Join Date: Nov 2012
Location: Västervik

 
DONATE TO ME
Quote:
Originally Posted by Diamondback View Post
Okay everyone, VTS 2.2.11.8210 has been released via OTA and setup file.
Download via the internal updater or:
http://www.virtuous-ten-studio.com/index.php/downloads

What's new article
Full changelog
Great!! I really want to test it out, does anyone had any success with running it in Wine? I'm thinking of reinstall Windows only for this software
 
Juanig
Old
#1155  
Senior Member
Thanks Meter 64
Posts: 147
Join Date: Mar 2011
Location: Madrid
Quote:
Originally Posted by Diamondback View Post
Okay, just tried, worked fine for me. Here's a screenshot of the images:
https://dl.dropbox.com/u/10460451/VTS/JGIFs.PNG
Tried again (in 3 different computers) and didn't work, What am I doing wrong? Log attached.
Attached Files
File Type: txt Debug.txt - [Click for QR Code] (19.2 KB, 1 views)
 
Diamondback
Old
#1156  
Diamondback's Avatar
Developer Committee / Senior Moderator / Recognized Developer - OP
Thanks Meter 5120
Posts: 3,792
Join Date: Jan 2010
Quote:
Originally Posted by Juanig View Post
Tried again (in 3 different computers) and didn't work, What am I doing wrong? Log attached.
Quote:
20:30:20.737: [Error] - ApkTool.DecompileApk: 'ApkTool: Can't find framework resources for package of id: 2. You must install proper framework files, see project website for more info.'
That's what you are doing wrong :P
If the actual import fails, VTS won't touch the HTC jpgs, so they are left in their jpg form.
Add the required framework(s) with a tag, select this tag in the project settings and import the apk again.
Virtuous Ten Studio - Advanced Reverse Engineering Solution
---------------------------------------------------------
Remote Theme Injector - theme your favorite paid apk

Contact the Developer Committee with any questions or concerns regarding the Recognized Developer program.
Mention my name with @Diamondback in any post to easily get my attention.
Please use BB Codes to format your posts.



The Following 2 Users Say Thank You to Diamondback For This Useful Post: [ Click to Expand ]
 
Juanig
Old
#1157  
Senior Member
Thanks Meter 64
Posts: 147
Join Date: Mar 2011
Location: Madrid
Quote:
Originally Posted by Diamondback View Post
That's what you are doing wrong :P
If the actual import fails, VTS won't touch the HTC jpgs, so they are left in their jpg form.
Add the required framework(s) with a tag, select this tag in the project settings and import the apk again.
It worked! thanks a lot!
 
fisha21
Old
#1158  
fisha21's Avatar
Recognized Themer
Thanks Meter 2022
Posts: 1,461
Join Date: Nov 2007

 
DONATE TO ME
Quote:
Originally Posted by Diamondback View Post
Okay everyone, VTS 2.2.11.8210 has been released via OTA and setup file.
Download via the internal updater or:
http://www.virtuous-ten-studio.com/index.php/downloads

What's new article
Full changelog
Fantastic feature set, great user support and always willing to entertain new feature requests.

Thanks guys:

Confirmation number: 0GB69290PD223553N
The Following 5 Users Say Thank You to fisha21 For This Useful Post: [ Click to Expand ]
 
zalzondabuzz
Old
#1159  
zalzondabuzz's Avatar
Senior Member
Thanks Meter 419
Posts: 440
Join Date: May 2012
Location: Bandung

 
DONATE TO ME
Thumbs up THANKS!

thx...
adb push/ adb install to emolulator working damn good..!!
I Love VIRTUOUS....!!
The Following User Says Thank You to zalzondabuzz For This Useful Post: [ Click to Expand ]
 
alkhafaf
Old
#1160  
alkhafaf's Avatar
Senior Member
Thanks Meter 590
Posts: 1,053
Join Date: Apr 2012
Location: Cairo

 
DONATE TO ME
Hell Diamondback
Awesome updates, thank you very much..
I was trying the deodexing tool. It is very good and easy to use, but I got 4 files failed to deodex:
anroid.policy.jar
ext.jar
framework.jar
services.jar

I am on i9000 with GB ROM 2.3.6 ( API level = 10), using 4 thread with core i5.

Click image for larger version

Name:	vts_deodex.jpg
Views:	154
Size:	41.2 KB
ID:	1723505

 
Post Reply+
Tags
adb, all in one, apk, apk manager, apk multi tool, apktool, dex2jar, draw9patch, dsixda, ide, java, logcat, m10 files, m10 images, m10 tools, resources, sense, sense skins, smali, super powerful, syntax highlighting, theming, visual studio, vts, xml
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...