[DEV][HELP NEEDED]Rotation Animation and Bouncy Overscroll - T-Mobile Samsung Galaxy S II SGH-T989

DEV NEEDED/SMALI CODER
Okay, So I'm Looking Through The Framework.jar From the i9100 and There are Basically No Differences, Well, In the Over-scrolling Sections. Maybe it Isn't in Framework.jar. I Saw They Re-Enable it in Captivate, in Framework-res.apk.
Now, The Rotation Animation, I Tried With The Framework.jar But it Isn't That. It's a Lib File. Maybe The Over-scroll Effect is Too? Please, Major Help Needed, This Will Get Us High Popularity
​

Found Two Possible :
[*]C:\Test\out\com\sec\android\touchwiz\widget\TwListItemAnimationView$AnimationEffectForOverscrollListItem$1.smali
[*]C:\Test\out\com\sec\android\touchwiz\widget\TwListItemAnimationView$AnimationEffectForOverscrollListItem.smali

Yea brotha this is going to be a hard one its libs that are the problem. I think it might have a shot on a cm rom but in our forum the tw/gb roms are better at the moment. I think that guy cyanmodics said he had them working on the cm rom the one he was going to release before he wigged out and went squirrel face on the forum.....u can try to get a hold of him maybe???

sarni84 said:
Yea brotha this is going to be a hard one its libs that are the problem. I think it might have a shot on a cm rom but in our forum the tw/gb roms are better at the moment. I think that guy cyanmodics said he had them working on the cm rom the one he was going to release before he wigged out and went squirrel face on the forum.....u can try to get a hold of him maybe???
Click to expand...
Click to collapse
CyanogenMOD has them, I think it will kind of help if I look into the CMSettings and Settings file and take some code out of it or something. But, maybe its in the framework.jar maybe in twframework.jar I don't know. Its a very very very big classes.dex containing 100's of folders.

De-Compiling
If anyone wants to give a crack into this,
You need to download the lastest baksmali/smali.
Put them in your "C:\ Directory".
Then take the "framework.jar" & "twframework.jar" from /system/framework/
Open them as a zip and extract "classes.dex". In different directories.
Open to cmd and go to the directory where you extracted the first classes.dex.
Now to decompile type "java -Xmx512m -jar C:\baksmali.jar classes.dex"
This will create an out folder, edit all the file.
To compile type "java -Xmx512m -jar C:\smali.jar out"
It will now create a file "out.dex", that's your modified dex file.
Now put in your zip and flash or adb push.
​

I'm finding overscroll effects in CMParts.

Everything they did on the Galaxy S is different in the Galaxy S II.
I cant even go in the smali to disable the Tw lockscreen for the AOSP one.
As far as the bounce effect i believe it was added to the CM source and designed by them because it wasnt even present on the Nexus S and that was the first phone with GB.
M&S

Master&Slave™ said:
Everything they did on the Galaxy S is different in the Galaxy S II.
I cant even go in the smali to disable the Tw lockscreen for the AOSP one.
As far as the bounce effect i believe it was added to the CM source and designed by them because it wasnt even present on the Nexus S and that was the first phone with GB.
M&S
Click to expand...
Click to collapse
So you have any idea to port it?

alphadog32 said:
So you have any idea to port it?
Click to expand...
Click to collapse
I need to get into the .so files but dnt know how
M&S

Master&Slave™ said:
I need to get into the .so files but dnt know how
M&S
Click to expand...
Click to collapse
You know someone that does?

alphadog32 said:
You know someone that does?
Click to expand...
Click to collapse
For the so files we can compile from source.
Sent from my SGH-T989 using xda premium

starskyrob said:
For the so files we can compile from source.
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
How we gonna.port the code?

alphadog32 said:
How we gonna.port the code?
Click to expand...
Click to collapse
Two options. Wait for the ics update, or figure it out from comparing source files
Sent from my SGH-T989 using xda premium

starskyrob said:
Two options. Wait for the ics update, or figure it out from comparing source files
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
Exactly
M&S

How about overscroll, you guys have any ideas?

http://forum.xda-developers.com/showthread.php?t=1362354
Mod for galaxy s 2 international. This is screen rotation and it will only work on tw roms. It depends on samsung framework. I had this working on my epic touch for a couple months so I believe it should work with your phones. I'll test it out on my brother in law's phone as soon as I talk him into letting me mess with his phone.
http://forum.xda-developers.com/showthread.php?t=1274968&highlight=overscroll
This is for overscroll glow. It's mod on epic touch but should be same samsung framework.

cdszoke said:
http://forum.xda-developers.com/showthread.php?t=1362354
Mod for galaxy s 2 international. This is screen rotation and it will only work on tw roms. It depends on samsung framework. I had this working on my epic touch for a couple months so I believe it should work with your phones. I'll test it out on my brother in law's phone as soon as I talk him into letting me mess with his phone.
http://forum.xda-developers.com/showthread.php?t=1274968&highlight=overscroll
This is for overscroll glow. It's mod on epic touch but should be same samsung framework.
Click to expand...
Click to collapse
That's overscroll glow, I need the bounce.

alphadog32 said:
That's overscroll glow, I need the bounce.
Click to expand...
Click to collapse
Well, your welcome for trying to help you guys out. I guess there's a good a reason there's little dev support for this phone. I'm done trying to help.

cdszoke said:
Well, your welcome for trying to help you guys out. I guess there's a good a reason there's little dev support for this phone. I'm done trying to help.
Click to expand...
Click to collapse
Why are you mad? That's just not what he was asking for.

billydroid said:
Why are you mad? That's just not what he was asking for.
Click to expand...
Click to collapse
Your right I was out of line. Sorry I was really cranky this morning. I would like to apologize for being a douche on the interweb.

Related

[DEV] [SOURCE] Nexus S 4G Vendor Setup

Just finished my vendor setup for the Nexus S 4G. Feel free to use it or fork my repo but please remember to credit for the work I put into it.
https://github.com/peteralfonso/platform_vendor_samsung
What does this mean to non devs? That AOSP ROMs can be made easily now and you should see an entire slew of them soon.
Guess its time to learn some real dev'n stuff Thanks for your time man, youve opened the door for sure.
BuglessPete said:
Just finished my vendor setup for the Nexus S 4G. Feel free to use it or fork my repo but please remember to credit for the work I put into it.
https://github.com/peteralfonso/platform_vendor_samsung
What does this mean to non devs? That AOSP ROMs can be made easily now and you should see an entire slew of them soon.
Click to expand...
Click to collapse
I'm so glad you got your nexus. Will we see a bugless beast?
Sent from my Nexus S 4G using XDA Premium App
Epic, nicely done. Now our 4G brothers can get some love. Ready to add ROMs to the Reference Guide
Sent from my Nexus S
mikeyinid said:
Guess its time to learn some real dev'n stuff Thanks for your time man, youve opened the door for sure.
Click to expand...
Click to collapse
Hey man, you seem pretty cool no homo. If you ever have any questions, and truly want to learn hit me up on gtalk. I dont know everything but I can answer some questions here and there. Im sure you can find my email address somewhere on the web.
BuglessPete said:
Just finished my vendor setup for the Nexus S 4G. Feel free to use it or fork my repo but please remember to credit for the work I put into it.
https://github.com/peteralfonso/platform_vendor_samsung
What does this mean to non devs? That AOSP ROMs can be made easily now and you should see an entire slew of them soon.
Click to expand...
Click to collapse
whats the diff between this and pulling the files myself?
shabbypenguin said:
whats the diff between this and pulling the files myself?
Click to expand...
Click to collapse
Pulling them as in using an extact script or pulling them as in using this:
http://code.google.com/android/nexus/drivers.html
?
Awesome. This is really what should be done first. Glad we have you on board. No homo... really
Sent from my Nexus S 4G using XDA App
Awesome...Mucho Gracias Friend
ily<3
Sent from my Nexus S 4G using XDA App
BuglessPete said:
Hey man, you seem pretty cool no homo. If you ever have any questions, and truly want to learn hit me up on gtalk. I dont know everything but I can answer some questions here and there. Im sure you can find my email address somewhere on the web.
Click to expand...
Click to collapse
Thanks man. That is much appreciated.
BuglessPete said:
Just finished my vendor setup for the Nexus S 4G. Feel free to use it or fork my repo but please remember to credit for the work I put into it.
https://github.com/peteralfonso/platform_vendor_samsung
What does this mean to non devs? That AOSP ROMs can be made easily now and you should see an entire slew of them soon.
Click to expand...
Click to collapse
Catch everyone on the flip side
Ima get dirty for the first time! I need to learn this stuff now that I have the ns.
Thanx Pete!!!
Evo 4G --> Nexus S 4G
BuglessPete said:
Pulling them as in using an extact script or pulling them as in using this:
http://code.google.com/android/nexus/drivers.html
?
Click to expand...
Click to collapse
yea, as ive done both of those steps. just wasnt sure if you added some sprinkles onto the files that make them glitter and glow properly
shabbypenguin said:
yea, as ive done both of those steps. just wasnt sure if you added some sprinkles onto the files that make them glitter and glow properly
Click to expand...
Click to collapse
Well JBQ says the extract file is outdated since the 2.3.4 release and will not work properly. That binary site I linked to is one way to set it up but you will see that my method is much simpler (easier to work with), more organized, and more complete (the binary site is missing a few files). I will be maintaining my repo so essentially it will make it easier for the entire community, so everyone can glitter and glow properly
Edit: So just to be clear, completely remove your current vendor setup (dont use the binaries or the extract script) and replace it with mine.
Just updated the vendor setup with some more fixes
ksweat2292 said:
ily<3
Sent from my Nexus S 4G using XDA App
Click to expand...
Click to collapse
Pause worthy
Sent from my Nexus S 4G using XDA Premium App
are you doing a signapk and reassemble apk on your builds
cteneyck said:
are you doing a signapk and reassemble apk on your builds
Click to expand...
Click to collapse
No, there is no need to. I just included the "reassembled" apks in the proprietary folder instead.
I'm teaching myself how to build from source I'm syncing now. I hope I'm doing it right. Pulling your source...
Off topic: If I could get both my monitors to work in mint 10 I'd be good to go...
mikeyinid said:
I'm teaching myself how to build from source I'm syncing now. I hope I'm doing it right. Pulling your source...
Off topic: If I could get both my monitors to work in mint 10 I'd be good to go...
Click to expand...
Click to collapse
honestly building from source is easy, its finding how to change the source to get what you want that is the hard part

Droid Charge Boot Animation

Has anyone been able to make a Droid Charge Boot Animation for our EPIC ? ( I did not see an answer when I did search )
***there is now a flashable zip compliments of nubecoder on page 3 Post #28***
no not yet
Sent from my SPH-D700 using XDA App
TexasEpic4G said:
Has anyone been able to make a Droid Charge Boot Animation for our EPIC ? ( I did not see an answer when I did search )
Click to expand...
Click to collapse
any new news yet ?
TexasEpic4G said:
any new news yet ?
Click to expand...
Click to collapse
No it hasn't been done and i doubt anyone is working on ....
Thats just the way it be's around here.
iSaint said:
No it hasn't been done and i doubt anyone is working on ....
Thats just the way it be's around here.
Click to expand...
Click to collapse
Bummer - it looks pretty cool
Yea it really does...
I hope i can find a lwp online atleast..
iSaint said:
Yea it really does...
I hope i can find a lwp online atleast..
Click to expand...
Click to collapse
I really like the new droid eye from the charge...
[sig]I'm close to rooting, i have to see if its messed up first [sig]
zanderman112 said:
I really like the new droid eye from the charge...
[sig]I'm close to rooting, i have to see if its messed up first [sig]
Click to expand...
Click to collapse
I know = see if U can convince someone to make a Boot Animation for us
TexasEpic4G said:
I know = see if U can convince someone to make a Boot Animation for us
Click to expand...
Click to collapse
Haha, what's that supposed to mean? I don't really have an influence over anyone, although it'd be cool if I did.
[sig]I'm close to rooting, i have to see if its messed up first [sig]
zanderman112 said:
Haha, what's that supposed to mean? I don't really have an influence over anyone, although it'd be cool if I did.
[sig]I'm close to rooting, i have to see if its messed up first [sig]
Click to expand...
Click to collapse
Just making a suggestion / request .... you never know when someone who you know knows someone who knows someone who knows the person who can make it happen
I'll port it over if I get a chance today. But it will only be for EC05 or Froyo based ROM and we don't have custom kernels for Gingerbread yet.
Guys after some research it doesn't seem likely at the moment. I have the animation but it's in .qmg format and I have no way of editing that type of file.
ptfdmedic said:
Guys after some research it doesn't seem likely at the moment. I have the animation but it's in .qmg format and I have no way of editing that type of file.
Click to expand...
Click to collapse
THX 4 at least trying ..... I'm not giving up hope on someone being able to eventually
Come On Guys - There's Gotta Be Someone Out There Who Can Get This 4 Us
Wouldn't it be easier to somehow record it as an animated .gif and then convert it?
The Root said:
Wouldn't it be easier to somehow record it as an animated .gif and then convert it?
Click to expand...
Click to collapse
U know anyone who can try that ?
Not any that have the time.
Sent from my Epic 4g powered by SyndicateROM Frozen using XDA App
the viper 4.04 rom had something close to this. When the phone is on stock doesnt have a qmg file already. maybe we can just put it in there. or maybe if its on stock use like root explorer and delete ours and put theres in. I do that with swipe. but i dont know alot about this stuff i spend about 90 mins a day playing with the pictures in the drawable folder. still cant do png.9. but not to worried. apkmanger doesnt work for me either. One day I will figure this all out. Hell maybe even make a rom or 2. does any one know how to convert .raw files i found the sounds. but cant listen or anything.
The Root said:
Not any that have the time.
Sent from my Epic 4g powered by SyndicateROM Frozen using XDA App
Click to expand...
Click to collapse
Bummer - it would be nice to see on our phones
I can take a look, pm me

request CRT off animation for darside v8

was wondering where that went
Wherever it went, glad it stayed away from this rom. At least with CM9 you have an option to disable it.
:good::good::good::good::good:crt flashable zip would be cool to have for the people that like it.:good::good::good::good::good::good::good:
I don't understand why this rom doesn't have it. He put it on all of his skyrocket ports but this one not a single version had it. Somebody please makes a flashable zip!!
kcbboy said:
I don't understand why this rom doesn't have it. He put it on all of his skyrocket ports but this one not a single version had it. Somebody please makes a flashable zip!!
Click to expand...
Click to collapse
Have you pm'ed Derek and asked why? I'm sure there is a good reason why he left it out....
Sent from my SGH-T989 using xda premium, powered by the Venom of the Darkside.™
well i hope we can get the option like the aokp roms to turn it on or off. i used aokp for a while and had it enabled, did not make any problems with the phone. its just a feature.:good:
chicohonda91 said:
:good::good::good::good::good:crt flashable zip would be cool to have for the people that like it.:good::good::good::good::good::good::good:
Click to expand...
Click to collapse
+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1
Not for nothing but there are tutorials on how to do it all over the web and its rather easy. Also it will help you to learn a little bit about your phone and you can give back to the community.
Honestly simple as changing a line of text that's it guys.... Get your developing on!
playya said:
Not for nothing but there are tutorials on how to do it all over the web and its rather easy. Also it will help you to learn a little bit about your phone and you can give back to the community.
Honestly simple as changing a line of text that's it guys.... Get your developing on!
Click to expand...
Click to collapse
This is the right place to ask though. If it's possible, a flashable zip would be awesome! Thanks in advance.
Sent from my SGH-T989
playya said:
Not for nothing but there are tutorials on how to do it all over the web and its rather easy. Also it will help you to learn a little bit about your phone and you can give back to the community.
Honestly simple as changing a line of text that's it guys.... Get your developing on!
Click to expand...
Click to collapse
well ive searched everywhere and it only works on 2.3 gingerbread and of course aokp which comes with it. also has the option to enable and disable. if it is only a text line, could you provide a guide or maybe just help out and not just act like a kid and say preety much i know how but im not gonna tell you. wtf? ohh well i guess back to waiting.
Anything yet?
chicohonda91 said:
well ive searched everywhere and it only works on 2.3 gingerbread and of course aokp which comes with it. also has the option to enable and disable. if it is only a text line, could you provide a guide or maybe just help out and not just act like a kid and say preety much i know how but im not gonna tell you. wtf? ohh well i guess back to waiting.
Click to expand...
Click to collapse
Sorry just saw your response, now if you put as much energy into to searching for a tutorial as you put into responding to me the kid you may of found your answer. Hopefully you already have. I have not been on a rom without it in a while but find a good compile recompile program for ICS and the line of text in framework-res.apk is the same as GB.
See I helped now back to watching Spongebob....
watever. yeah sure. thanks for nothing.
chicohonda91 said:
watever. yeah sure. thanks for nothing.
Click to expand...
Click to collapse
If you had listened to him, and actually "tried" to search for a tut, you would have found one for ICS. I found one sometime ago (don't have link so don't ask) so I will try to make a zip or at least upload the file needed, I'm not home at the moment but if I get it accomplished I will most likely post in the DEV section.
Sent from my SGH-T989 using xda app-developers app
i actually did, looked everywhere i know, and nothing. but thanks in advance for your help.
Ok, so I got home and read through the tut again, but I am having trouble on my computer, so I will post link here if anyone is willing to give this a go try, word of advice this is for a different device (att's SGS2) so DONT install any of the files that are there just follow the instructions to edit the framework. If by any chance I get my comp working once again I will attempt this.
http://forum.xda-developers.com/archive/index.php/t-1466926.html
Sent from my SGH-T989 using xda app-developers app
It appears the ROM does not have the animation included. config_animateScreenLights is already set as 'false' in this ROM's Framework-res apk.
KaneHusky said:
It appears the ROM does not have the animation included. config_animateScreenLights is already set as 'false' in this ROM's Framework-res apk.
Click to expand...
Click to collapse
Hmm, thank you for letting me know I'll keep searching. Any help will he appreciated.
Sent from my SGH-T989 using xda app-developers app
I personally don't like it, but you know what? I went and typed in crt off animation on google and got this as the first result after the videos.. http://rootzwiki.com/topic/2553-dev-enabling-crt-on-off-animation-in-roms-how-to/ even though it's for gb it might just send you in the right way once you get your smali on.. Google is your friend and you might learn from it one day if you actually use it.......
0Tolerance said:
I personally don't like it, but you know what? I went and typed in crt off animation on google and got this as the first result after the videos.. http://rootzwiki.com/topic/2553-dev-enabling-crt-on-off-animation-in-roms-how-to/ even though it's for gb it might just send you in the right way once you get your smali on.. Google is your friend and you might learn from it one day if you actually use it.......
Click to expand...
Click to collapse
Bro seriously, i can find a thousand posts about how to get crt on gb but that wont help me. Im on ics. I have the flashable zip fir gb but it wont work on ics. Ive google this , trust me but there is no flashable zip out there. Trust me i know google does wonders, thats where i get all my software from but crt has been a b**ch to find.

~Custom Dialers~ CM10/AOKP/P.A/MIUI ((NOW WITH HOW-TO!))

Presenting you with a product of my short attention span and lack of a desire to do anything constructive. Been doing this for awhile especially since i got my s3. Figured no sense keeping it all to myself so here are a few of my custom dialers for aokp, cm10, MIUI and ParanoidAndroid roms. Had to show support for my favorite dev teams of course, but added a few random ones as well. I've tested these with aokp, cm10 and P.A and dont seem to have any problems.Note however that certain versions of MIUI didnt work with these so have a backup handy. As mentioned above my attention span is short and i need to keep my hands occupied so feel free to send a request my way. A huge thanks to KBizzle from Team Nocturnal for helping to make these look awesome and to the devs that created the bad-ass logos you see in the dialers before you.
Although these are cm10/PA/aokp, cm9 and Nowizaosp versions are also available upon request(maxed out links).
Note that these are flashable in recovery for easy install.
Enjoy!
Part 2: HOW-TO
Sorry for the delay. Was tryin to find the time to do this part and kept getting sidetracked, so thanks for your patience. Note that I've got a system down pat so doing this takes me maybe 30 seconds and by no means do I mind doing these requests. This is just for the people asking for it. So without further delay, Lets Do This
Note that this is best done with winzip/7zip in windows but can also be done from the phone with a file manager and a photo editor like picsay
1.Copy Contacts.apk from /system/app/ or from one of my zips in the thread.
2.Open it your .zip program of choice. (Note that windows explorer can extract and open these as well if you change the extension from .apk to .zip.)
3.Inside you'll see a few files and 2 folders. Open the folder called "res". Once in there, Open the folder called "drawable-nodpi".
4.Now you will see a sing .png file call "background_dial_holo_dark.png". Congrats, you found your background image. 3.Now either open the image in a photo editor or replace it with another image. Note that this image is in .PNG format and is 512x512, IT NEEDS TO STAY THIS WAY or you will have problems. I find resizing your image is easiest in ms-paint. Now you can quit here if you want. Make sure you have renamed extension to .apk if you changed it and replace the Contacts.apk in /system/app/ and reboot. You could also replace the Contacts.apk in one of my zips with your own and flash it.
Now if you've done it correctly, after reboot you will see your dialer. If it looks good and your happy, you can stop reading here, your done.
Big Thanks to KBizzle for this step:
Note that most dialers posted here are already changed to cover this, however if you pulled your own from system/app or used an older one from here, you will notice its not the clearest image and has a "screen" if you will, over the image. To fix this, Navigate to "res" again and find the folder called "drawable-xhdpi". Find the image called "dial_background_texture.png" and replace with a completely transparent one. Theres a few inside the apk you can just copy/paste. Replace in system/app once again and that should be it.
Remember this is AOSP based only and tw based roms dont work (feel free to try you'll be stopped at step 2)
Please try to refrain from asking stupid/already answered questions here. I'd much rather take a request than answer a dumbass question. Its alot faster for me as well.
UPDATE (As of 10/7)
I WILL DO ANYTHING I CAN TO ASSIST BUT BE ADVISED, I CANNOT TEST OR UPLOAD SCREENSHOTS AT THE MOMENT DUE TO KINDNESS/EXHAUSTION GETTING THE BEST OF ME AND RELSULTING IN A PAPERWEIGHT.
I never ask for donations or even clicking the thanks, but if you like what i do, any donations are appriciated and will be put towards fixing my phone
Enjoy
While I am not on CM9/10 or AOKP, I think those are pretty cool. Well done.
Very nice
Booo steelers!!!!
How about a Chicago Bears dialer????
Sent from my SPH-L710 using xda app-developers app
popimpg said:
How about a Chicago Bears dialer????
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
here ya go
The new PANTHERS logo would definitely look better than bears or Steelers...
Sent from my SPH-L710 using Tapatalk 2
.Bambino said:
Booo steelers!!!!
Click to expand...
Click to collapse
Ima leave These Here..
w8setter said:
The new PANTHERS logo would definitely look better than bears or Steelers...
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
~~
[
I understand you are a die hard Steelers fan , but can Ed reed get some love.:fingers-crossed:
lballer69 said:
[
I understand you are a die hard Steelers fan , but can Ed reed get some love.:fingers-crossed:
Click to expand...
Click to collapse
haha
just reppin that black+gold. cant have people tryna piss on it lol
here ya go tho
lballer69 said:
[
I understand you are a die hard Steelers fan , but can Ed reed get some love.:fingers-crossed:
Click to expand...
Click to collapse
I'm in Baltimore for a vacation lol! Actually right now I'm in DC but got to see the Ravens stadium.
Anyway Ed Reed and Ray Ray have been my favorite players for a while so go Ravens!
Hope you guys got a new kicker lol. God that was painful
Sent from my SPH-L710 using Tapatalk 2
fergie716 said:
I'm in Baltimore for a vacation lol! Actually right now I'm in DC but got to see the Ravens stadium.
Anyway Ed Reed and Ray Ray have been my favorite players for a while so go Ravens!
Hope you guys got a new kicker lol. God that was painful
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Yea it was painful but the Lee evans play hurt more .(drop) We have a pretty nice stadium . Are you enjoying your vacation.
---------- Post added at 02:51 AM ---------- Previous post was at 02:48 AM ----------
billard412 said:
haha
just reppin that black+gold. cant have people tryna piss on it lol
here ya go tho
Click to expand...
Click to collapse
:good: Just checking i definitively appreciate your work .thanks
I feel the same way about my ravens.
Pleaseeeeeeeeeeeeeeeeeeee!
VikingoRMCF said:
Pleaseeeeeeeeeeeeeeeeeeee!
Click to expand...
Click to collapse
here ya go
Could you do a Guild Wars 2 Themed dialer!?
billard412 said:
here ya go
Click to expand...
Click to collapse
AWESOME!!
You're reall going to hate me... black would look nicer. Whenever you have time, no rush...Cheers!
EDIT: If I can email you these images that would be great, since the quality is lost in the upload.
exitboon said:
Could you do a Guild Wars 2 Themed dialer!?
Click to expand...
Click to collapse
done
VikingoRMCF said:
AWESOME!!
You're reall going to hate me... black would look nicer. Whenever you have time, no rush...Cheers!
EDIT: If I can email you these images that would be great, since the quality is lost in the upload.
Click to expand...
Click to collapse
its cool looking at it takin the screenshot, i was thinkin that myself.
PM'd w/ email
How About some detroit red wings love
thanks brad

multiwindow

dear all who still rock the stock jellybean for t989 i have finally managed to bring the multiwindow to our device with help from xperiacle
still under my post limit so go to youtube and search stash912. as soon as i get permission i will be releasing the files.
stash9123 said:
dear all who still rock the stock jellybean for t989 i have finally managed to bring the multiwindow to our device with help from xperiacle
still under my post limit so go to youtube and search stash912. as soon as i get permission i will be releasing the files.
Click to expand...
Click to collapse
Really??! Even on JMT8?
Sent from my SGH-T989 using Tapatalk 2
13~BigBear~13 said:
Really??! Even on JMT8?
Sent from my SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
not sure. will copy the files over and see how she responds to it.
stash9123 said:
not sure. will copy the files over and see how she responds to it.
Click to expand...
Click to collapse
well the multiwindow itself does work with jmt8 yes however, systemui and twlauncher do not work after the mod. will see if i can fix it. if it works i might just have to send the owner a copy......if i ever get my permission's. im not even really sure i need them but want to make sure i do this the right way
stash9123 said:
well the multiwindow itself does work with jmt8 yes however, systemui and twlauncher do not work after the mod. will see if i can fix it. if it works i might just have to send the owner a copy......if i ever get my permission's. im not even really sure i need them but want to make sure i do this the right way
Click to expand...
Click to collapse
Thank you. If you do fix it I will be greatly happy AMD thank you 1,000,000 times
Sent from my SGH-T989 using Tapatalk 2
13~BigBear~13 said:
Thank you. If you do fix it I will be greatly happy AMD thank you 1,000,000 times
Sent from my SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
well its now 1:40am for me but i got it working. uploading video now
video is now active. i included a link in the comments section of the last video
stash9123 said:
video is now active. i included a link in the comments section of the last video
Click to expand...
Click to collapse
I didn't see the link to the video?
Sent from my SGH-T989 using Tapatalk 2
When I look at the page its the first comment. In the comment there is a date like string of blue numbers
Sent from my SGH-T989 using xda app-developers app
for those having a hard time finding the link here you go
http://www.youtube.com/watch?v=kctJJ-SDOLA
stash9123 said:
for those having a hard time finding the link here you go
http://www.youtube.com/watch?v=kctJJ-SDOLA
Click to expand...
Click to collapse
When will you release it?
Sent from my SGH-T989 using Tapatalk 2
Well I be damned...real working multi window. Will this be able to be installed or ported to AOSP ROMs or is it just working in 4.1.2 touchwiz based ROMS?
dele
JesusWazBlack said:
dele
Click to expand...
Click to collapse
what you mean dele?
ok question i have waited a few days now and still no response on permissions not even a no. so im wondering can i put my mod out there and just make sure to give credit deserved to the main dev. would that be ecceptable?.
im dying to get this out there. currently i am putting together a flashable for jmt8 only. i have spoken with ptmr3 about it and thats what he suggested doing.
x.0ni.x said:
Well I be damned...real working multi window. Will this be able to be installed or ported to AOSP ROMs or is it just working in 4.1.2 touchwiz based ROMS?
Click to expand...
Click to collapse
as of now this will be a jmt8 4.1.2 uvmc6 touchwiz only.
stash9123 said:
as of now this will be a jmt8 4.1.2 uvmc6 touchwiz only.
Click to expand...
Click to collapse
meant delete unnecessary post btw you should put this in our google+ community itll get alot of responses
https://plus.google.com/communities/107891541077154929804
stash9123 said:
ok question i have waited a few days now and still no response on permissions not even a no. so im wondering can i put my mod out there and just make sure to give credit deserved to the main dev. would that be ecceptable?.
im dying to get this out there. currently i am putting together a flashable for jmt8 only. i have spoken with ptmr3 about it and thats what he suggested doing.
Click to expand...
Click to collapse
Yes as long as you give credit to the main dev
Sent from my SGH-T989 using Tapatalk 2
well so far i have permission for half the project but until i get stuff straigtened out with experical or fiqure out why the mod is causing the force close of the system ui i will not release this. i want us all to be able to enjoy this but it has to be done the right way.. thank you for your patience and rest assured we do finally have the multiwindow working for our device...
stash9123 said:
as of now this will be a jmt8 4.1.2 uvmc6 touchwiz only.
Click to expand...
Click to collapse
Why thank ya good sir!:highfive: I'd downgrade for bit to run this.

Categories

Resources