Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
tabormeister
Old
#61  
tabormeister's Avatar
Member
Thanks Meter 12
Posts: 63
Join Date: Feb 2011
Location: Waynesboro, PA

 
DONATE TO ME
1. You are awesome, your work is so helpful.
2. I too would really like the TW camera, it's one of the things Samsung did right.
3. If you get REALLY bored, Allshare is cool.
CM10.1 Epic 4g Touch
CM10.1 Kindle Fire

Retired:
Epic 4g, faithful friend & start of my Android journey
LG Lotus, pandora + opera hacks
LG Muziq, first hacks with a phone
Samsung A920, early music phone w/transflash.
Sanyo MM-8300, early camera phone
 
tdoglablarezigzaguno.1.3.13
Old
(Last edited by tdoglablarezigzaguno.1.3.13; 29th January 2012 at 06:18 AM.)
#62  
tdoglablarezigzaguno.1.3.13's Avatar
Recognized Themer
Thanks Meter 496
Posts: 1,500
Join Date: Feb 2011
Location: North Carolina

 
DONATE TO ME
There's a how-to link in the op for those who want other apps ported. Trust me its more satisfying doing it yourself. And you get to brag about it
toroplus, pa, zaI kernel
tenderloin, pa
The Following User Says Thank You to tdoglablarezigzaguno.1.3.13 For This Useful Post: [ Click to Expand ]
 
Junnie
Old
#63  
Junnie's Avatar
Senior Member
Thanks Meter 6
Posts: 143
Join Date: Jul 2011
Location: Jakarta Capital Region
gonna try it
Just An Ordinary User
 
kokabiel
Old
#64  
kokabiel's Avatar
Junior Member
Thanks Meter 3
Posts: 23
Join Date: Nov 2011
Location: Grisee
nice, it's worked on my GT-I5510
 
Tortel1210
Old
#65  
Recognized Developer - OP
Thanks Meter 287
Posts: 172
Join Date: Dec 2010
Sorry it took so long, but I fixed the FC bugs in the Calendar and the Task Manager. OP has links up for the version 2 now
The Following 4 Users Say Thank You to Tortel1210 For This Useful Post: [ Click to Expand ]
 
rompnit
Old
#66  
rompnit's Avatar
Recognized Themer
Thanks Meter 6180
Posts: 1,589
Join Date: Aug 2008

 
DONATE TO ME
Default N00b Question?

Im attempting to port the stock email.apk so that I have support to send group emails, and 'move to' options. I have followed the steps to the point that I'm ready to re-compile, but I'm getting errors like:
"Error: No resource found that matches the given name (at 'id' with value '@id/tw_icon.)."
Are these the '@touchwiz' references that should be replaced with a '@'? There are a lot of them from 'id' to 'style' to 'color'.. etc.
Any advice would be great.. I gotta learn somehow!
The Following User Says Thank You to rompnit For This Useful Post: [ Click to Expand ]
 
bdbc
Old
#67  
bdbc's Avatar
Senior Member
Thanks Meter 25
Posts: 175
Join Date: Mar 2011
Quote:
Originally Posted by rompnit View Post
Im attempting to port the stock email.apk so that I have support to send group emails, and 'move to' options. I have followed the steps to the point that I'm ready to re-compile, but I'm getting errors like:
"Error: No resource found that matches the given name (at 'id' with value '@id/tw_icon.)."
Are these the '@touchwiz' references that should be replaced with a '@'? There are a lot of them from 'id' to 'style' to 'color'.. etc.
Any advice would be great.. I gotta learn somehow!
Someone correct me if I'm wrong, but I'm thinking you have some hex values to switch out. All of my @touchwiz: references were just that, labeled @touchwiz:. I merely ran a find-and-replace on the entire app to replace '@touchwiz:' with '@'.

If the error doesn't automatically provide a hex value, search for some piece of unique identifier from the error throughout the app. Like in what you quoted you could search for tw_icon. Find the 0x20 related to maybe a smali entry with that name, and replace the 0x20 hex with the appropriate hex. The appropriate hex is one with the same name as the 0x20 hex but listed under something like public.xml. Make sure to do a search and replace all instances of that specific 0x20 hex you are replacing, so you don't leave any stragglers.

A time-consuming but seemingly worthwhile technique (to me anyways) is to do a search in the smalis for any 0x20 values, take each of those individual hex values, and search the res files for references to those values, by name and/or hex. Replace each 0x20 with the good values from public.xml (probably start with 0x7....).

I hope that didn't come out as too much gibberish. Hope it helps.
The Following User Says Thank You to bdbc For This Useful Post: [ Click to Expand ]
 
tdoglablarezigzaguno.1.3.13
Old
#68  
tdoglablarezigzaguno.1.3.13's Avatar
Recognized Themer
Thanks Meter 496
Posts: 1,500
Join Date: Feb 2011
Location: North Carolina

 
DONATE TO ME
Just want to stop by and confirm these work on cm9 in case anyone was wondering
toroplus, pa, zaI kernel
tenderloin, pa
The Following 3 Users Say Thank You to tdoglablarezigzaguno.1.3.13 For This Useful Post: [ Click to Expand ]
 
kennysvgp08
Old
#69  
kennysvgp08's Avatar
Senior Member
Thanks Meter 28
Posts: 106
Join Date: Oct 2011
Something I know I missed so much it brought me back to TW was the Music player app. It has the the equaliser* and effect which if you switched to classic and wide made your music sound rediculously good. Please if you can get this ported over, also, if anyone knows an alternative method I have a thread in the Q&A forums. Thanks!
 
jdee323
Old
#70  
Senior Member
Thanks Meter 63
Posts: 259
Join Date: Dec 2011
Location: los angeles
Quote:
Originally Posted by theduce102 View Post
Just want to stop by and confirm these work on cm9 in case anyone was wondering
thanks, i was hoping they would.

 
Post Reply+
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...