[REQ]Faster animations - Galaxy S Plus I9001 Android Development

hi, i wanna make the animations faster, i mean in GB rom, because with faster anim. the roms look faster. i know that if i include spare parts i can set fast animations but screen off anim disappears.. :S i need to edit framework.res but dunno what so i nedd a little help to do this or any other solutions are welcomed

If you put faster animations in it, it will lag, and that doesnt look faster, if you know what i mean.
You can wait for CM10 or AOKP Jelly bean ( I know a guy who got it booting + some things working like Sound and Butter partially)
**screenshot out***

X DoZ3R said:
hi, i wanna make the animations faster, i mean in GB rom, because with faster anim. the roms look faster. i know that if i include spare parts i can set fast animations but screen off anim disappears.. :S i need to edit framework.res but dunno what so i nedd a little help to do this or any other solutions are welcomed
Click to expand...
Click to collapse
there is an app in market I forggot the name
---------- Post added at 08:32 PM ---------- Previous post was at 08:31 PM ----------
XeLLaR* said:
If you put faster animations in it, it will lag, and that doesnt look faster, if you know what i mean.
You can wait for CM10 or AOKP Jelly bean ( I know a guy who got it booting + some things working like Sound and Butter partially)
Click to expand...
Click to collapse
His name is Doomsday94 ?

X DoZ3R said:
hi, i wanna make the animations faster, i mean in GB rom, because with faster anim. the roms look faster. i know that if i include spare parts i can set fast animations but screen off anim disappears.. :S i need to edit framework.res but dunno what so i nedd a little help to do this or any other solutions are welcomed
Click to expand...
Click to collapse
Ask again to texten
XeLLaR* said:
If you put faster animations in it, it will lag, and that doesnt look faster, if you know what i mean.
You can wait for CM10 or AOKP Jelly bean ( I know a guy who got it booting + some things working like Sound and Butter partially)
{
"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"
}
Click to expand...
Click to collapse
AOKP JB?
Rom_Tester said:
there is an app in market I forggot the name
Click to expand...
Click to collapse
If u mean framework tool it works only on 4.0.+
Inviato dal mio GT-I9001 con Tapatalk 2

Nope, its not Doomsday, Arco or Ivendor Yes, AOKP JB.
Its just based on their sources

The default framerate of the animation is chosen on best results i think, for example when removing 2d fps cap every animation (especially CRT off) is very bugged, the animations themself can be found in apkname.apk/res/anim
example (fade_in.xml)
Code:
<?xml version="1.0" encoding="utf-8"?>
<alpha android:interpolator="@interpolator/decelerate_quad" android:duration="@integer/config_longAnimTime" android:fromAlpha="0.0" android:toAlpha="1.0"
xmlns:android="http://schemas.android.com/apk/res/android" />
The duration of the animation can be found in apkname.apk/res/values/integer.xml
Example:
Code:
<integer name="config_shortAnimTime">200</integer>
<integer name="config_mediumAnimTime">400</integer>
<integer name="config_longAnimTime">500</integer>
The thing that actually makes it look smooth is when there are a lot of frames instead of only a few (best example is the spinner animation, the default one is "laggy" but when adding more frames it suddenly becomes the smoothest spinner of the world)

XeLLaR* said:
Nope, its not Doomsday, Arco or Ivendor Yes, AOKP JB.
Click to expand...
Click to collapse
From which forum is he, will he post his rom?
Oh I know this person too

Rom_Tester said:
From which forum is he, will he post his rom?
Click to expand...
Click to collapse
I think he will do it himself soon. i cant say who it is, and wich forum. Since he didnt posted it himself here, and i think he doesnt want to make attention before he can release something usefull.

And why did u post the screen? -.-

I know this person too..
He will share it if he is ready , he is a good dev

Rom_Tester said:
From which forum is he, will he post his rom?
Click to expand...
Click to collapse
I think he's probably in some country specific forum, although I think it's very strange that he doesn't have an account here, if you're working on something big like JB AOKP you got to need a xda account! since this is the best android forum that exists

hypnos17 said:
Bah....why u don't share it with us?
Inviato dal mio GT-I9001 con Tapatalk 2
Click to expand...
Click to collapse
I think he didnt release because GSM wont work.. hes trying to fix it. More will come soon, just wait.
I feel kinda stupid that i put the screenshot in here now... because now i made attention, without something to show...
@Brood
He has an acc here

XeLLaR* said:
I think he didnt release because GSM wont work.. hes trying to fix it. More will come soon, just wait.
I feel kinda stupid that i put the screenshot in here now... because now i made attention, without something to show...
@Brood
He has an acc here
Click to expand...
Click to collapse
He can manage it to get it working!!!
He is a good dev, but more you will see if he is ready

Delete my post please

hypnos17 said:
Ask again to texten
AOKP JB?
If u mean framework tool it works only on 4.0.+
Inviato dal mio GT-I9001 con Tapatalk 2
Click to expand...
Click to collapse
it is a build by crybert
and thanks to broodplank for given the answer, i dont have that much time to work on gingerbread and to find the answer. sorry

broodplank1337 said:
The default framerate of the animation is chosen on best results i think, for example when removing 2d fps cap every animation (especially CRT off) is very bugged, the animations themself can be found in apkname.apk/res/anim
example (fade_in.xml)
Code:
<?xml version="1.0" encoding="utf-8"?>
<alpha android:interpolator="@interpolator/decelerate_quad" android:duration="@integer/config_longAnimTime" android:fromAlpha="0.0" android:toAlpha="1.0"
xmlns:android="http://schemas.android.com/apk/res/android" />
The duration of the animation can be found in apkname.apk/res/values/integer.xml
Example:
Code:
<integer name="config_shortAnimTime">200</integer>
<integer name="config_mediumAnimTime">400</integer>
<integer name="config_longAnimTime">500</integer>
The thing that actually makes it look smooth is when there are a lot of frames instead of only a few (best example is the spinner animation, the default one is "laggy" but when adding more frames it suddenly becomes the smoothest spinner of the world)
Click to expand...
Click to collapse
thx brood. working very well
Tapatalk 2-vel küldve az én GT-I9001-ről

Related

[ROM] Darkside

ME AND XDA NOT RESPONSIBLE FOR WHAT YOU DO WITH YOUR PHONE
Do Not Do This For Donations its OPEN SOURCE I just do it for fun and a hobby.
Credits:
~ Cyanogen and teamwin for the code and being completely Open Source
~MagnusRagnarok from xda for the wallpapers he made a really cool ROM that can be found here
~BBcrackman for putting up with all my stupid questions and dealing with me.
~The creator of Dark Passion for the icons ( sorry about the late credit my mind was really busy when posting)
{
"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"
}
I through this together while at class so I hope you all like it I will do more when I finish my final tomorrow.
Included
~CM7 base { I left in the CM7 boot animation for know just cause I didn't get a chance to make one sorry }
~new themed GB keybord
~framework edits
~system cleaned up
~gapps
~framework.jar edits
~service.jar edits
~New icons
~New rotatory lock screen
~lots of new images
BUGS
I really don't know of any so if you find some please share.
more stuff that I can't think off its late and I have a final tomorrow.
hope you all enjoy it. I will add more and do more updates as I get more time.
download----->Black_RC1
Looks good but does the GPS work and other things that are lacking in CM7? Also what Kernel do you have running with this ROM?
mazdarider23 said:
Looks good but does the GPS work and other things that are lacking in CM7? Also what Kernel do you have running with this ROM?
Click to expand...
Click to collapse
If its based of CM7, I think its safe to say that GPS does not reliably work.
Looks good, OP!
mazdarider23 said:
Looks good but does the GPS work and other things that are lacking in CM7? Also what Kernel do you have running with this ROM?
Click to expand...
Click to collapse
I think the GPS works as long as you use the CM fix
YEAH I was afraid I would get that answer...hahahahahahaha....I'll properly download it and see what I can grab and put into my current setup. OVERALL, like I said...it looks GOOD!
mazdarider23 said:
YEAH I was afraid I would get that answer...hahahahahahaha....I'll properly download it and see what I can grab and put into my current setup. OVERALL, like I said...it looks GOOD!
Click to expand...
Click to collapse
Yeah There is some code that I have to look into but just don't have time right know I have a linux programming final tomorrow. So I'm knee deep in awk lol.
B-dub25 said:
Yeah There is some code that I have to look into but just don't have time right know I have a linux programming final tomorrow. So I'm knee deep in awk lol.
Click to expand...
Click to collapse
On top of all the things you properly have on your list of things to do.....you should really think into changing the name of this rom...hahaha...I don't think Black RC1 is a catching name...LOL
mazdarider23 said:
On top of all the things you properly have on your list of things to do.....you should really think into changing the name of this rom...hahaha...I don't think Black RC1 is a catching name...LOL
Click to expand...
Click to collapse
I should of called it bootlooops lmao
B-dub25 said:
I should of called it bootlooops lmao
Click to expand...
Click to collapse
I think that would scare some away....NOT ALL but just a few people..hahahahaha
[EDIT]
Flashing now....will update with bugs if any once I finish playing with it!
So far so good! It runs smooth in ADW launcher and the LPP runs smooth too! The only thing I could find that could need some touching up is the camera app which I don't know if is a CM7 problem or what BUT when you take a picture, it takes an abnormal amount of time for it to show the review. I also have a request for you to add to your rom but I'll PM you that here in a minute!
[EDIT]
Sorry, another thing about the ROM.....The GPS locks in just fine! Accurate to 4 meters which is a lot more accurate then Nighty#39 which locks in at 20 meters or something like that...BUT when trying to lock I noticed that the GPS png was kind of stretched out...NOT A BIG ISSUE with people that aren't as OSD as I am but just wanted to let you know...hahahahahahaha...I know you're thinking, GOD this guy is picky as FU%K but just wanted to let you know in case you did want to fix that!
OVERALL....I thought I wouldn't like the whole black theme but is really nice on the eyes, not too bad! I would look into seeing if you can make the Mms.apk completely black like they got on some of the Sense roms.
Do you mind sharing the icons?
I love those icons. I hope when this is final all the icons are like that. I noticed in the screenshot that Gmail and others were not themed. I am downloading now and will definitely give it a try when I get home from work. Thanks B-dub for your work.
Im not too fond of the icons but it does look nice and clean overall. I will try this rom out tomorrow super late and I should go to bed, but im just addicted to checking on this site constantly for evo updates.
I'm trying this because of the superuser icon. Looks great man, and thanks for your hard work.
jeffhbo said:
Do you mind sharing the icons?
Click to expand...
Click to collapse
Yea I'll post the icons in the update.
This is a sweet, smooth rom. Can you PLEASE include sense calendar widgets and people scrolling widget for me as I dont like the after market add ons. THANKS!!!!
I do have to admit.. those are some sweet lookin icons! Great job!!!
question, coming from a CM7 rom to this one, should I flash a sense rom first to get GPS to work properly, or can I wipe everything and flash this one, and GSP work?
I agree with all of the previous posts - the icons are dope....anyway of getting a .zip for them????
the12nv said:
I agree with all of the previous posts - the icons are dope....anyway of getting a .zip for them????
Click to expand...
Click to collapse
i would like the icons too. they are sick as hell!

[FroyoMOD] Bigger Icons in Notification bar

Hey guys,
I wonder what I have to do, to enlarge the buttons/icons in the power widget in froyomods notification bar.
The size should be 124x96px.
Height is no problem, but the system resizes the width on its own.
A screenshot, so you might better understand what I mean:
http://img819.imageshack.us/img819/7526/sc20110606070451.png
Thanks so far
Nik
they look fine to me...
dynamite1985 said:
they look fine to me...
Click to expand...
Click to collapse
Glad you like it...
Any idea how to enlarge although?!
...
That looks good, buddy. Can you send me the framework? Any luck with increasing the width.
I'll send it later that day, cause Im celebrating my bday with my girl.
Luca told me he has to re-write the source code, it forces the system to use 6 icons instead of 5, which is the reasonn why a width of 96px is not possible.
Later, mate!
Sent from my Milestone using XDA App
Happy birthday, dude. Enjoy your day. Don't bother.
Sent from my Milestone using XDA App
How does this look Nik? 5 icons by default instead of 6 on the galaxy s widget bar? The modified services.jar is attached. See if it helps you.
{
"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"
}
Sent from my Milestone using XDA App
Thanks mate, will test it when Im at home that evening.
Will notice you when Im done testing the file
Looks good so far, but Im in the train.
If it is No problem for you, might you send me a file in 124x96px?
But only if you have time, dont bother!
Sent from my Milestone using XDA App
Naaa, dont care.
Will work on it later at home and will notice you.
Thanks alot!!!
Sent from my Milestone using XDA App
Sorry dude, not at home.
Sent from my Milestone using XDA App
Finally I ported a piece from a SGSII theme (dont exactly know which one...) and it looks like this!
That really rocks, thats what I expacted!
Really really well done my friend
Just 2 things have to be fixed:
- when using more than 5 icons, the background shines trough the power widget at the edges AND between power widget and providerbar
- indicatorbar has be removed
First point is not a problem when using 5 icons, but when I find a way to remove the inidcators, Im the luckiest guy so far
4tticuz said:
First point is not a problem when using 5 icons, but when I find a way to remove the inidcators, Im the luckiest guy so far
Click to expand...
Click to collapse
That shouldn't be a problem. Just send me the framework you are using now. I'll have a look tonight.
Now that my SGSII has arrived, i can literally bash up my milestone.
sileshn said:
That shouldn't be a problem. Just send me the framework you are using now. I'll have a look tonight.
Now that my SGSII has arrived, i can literally bash up my milestone.
Click to expand...
Click to collapse
Lucky you! I would love to be able to wreck the heck out of my Milestone
Sent from my Milestone using XDA Premium App
hi all sorry to post with speed but ive not many times xD
Can you list me what was modified to arghieve the gs2 icons working without being square?
so I can try to include it in future releases (that was the original look I searched xD)
About next release when I have some time it will be released with many fix (including phenomenal kabaldans dsi fix ) and new features...*
Just be patient guys xD
About power widget I'll appreciate a lot if you help in having that look
thx
89luca89 said:
hi all sorry to post with speed but ive not many times xD
Can you list me what was modified to arghieve the gs2 icons working without being square?
so I can try to include it in future releases (that was the original look I searched xD)
About next release when I have some time it will be released with many fix (including phenomenal kabaldans dsi fix ) and new features...*
Just be patient guys xD
About power widget I'll appreciate a lot if you help in having that look
thx
Click to expand...
Click to collapse
No problem Luca, ill send you a pm. Involves editing framework-res and services.jar.
Now if you help in getting rid of the indicator and scrollbar, we will have a super Galaxy S widget bar.
Sent from my GT-I9100 using Tapatalk
Hey luca,
Sileshn helped me to achieve my idea of the larger icons.
He posted a services.jar in this thread which forces the system to show only 5 icons in a row and thats all.
I created some buttons in 124x96px and as you can see, it works well!
Just grab the services.jar from sileshn.
My advice: Is it possible to choose in the next release which icon-type you want to have in the power widget? Cause I know many people who doesnt want that look but the squared one...
// He was faster XD
___
ja, luca.
Maybe you can help with the issues concerning the background, which shines through the power widget, while having more than 5 icons checked to be shown.
Concernnig indicators: I became a hint how to get rid of it
You got your answer, Luca. Framework mod is not necessary. That was checked by Nik. So only need to use the modded services.jar. Changes are in the following file.
com\android\server\status\galaxyswidget\GalaxySWidget.smali
Thanks so.I have only to force max 5 icons ok
That's enough for me doing those change on source code is easier than on smali1!!
The scrollbar is already removed from next release...for the toggle I.think I'll have to think some solution xD
Sent from my HTC HD2
Thats the solution for no indicators under the buttons (I integrated the indicators in the buttons, easier to theme...)
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/galaxy_s_widget_button" android:background="@drawable/stat_power_bg" android:focusable="true" android:clickable="true" xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/galaxy_s_widget_button_image" android:layout_width="96.0dip" android:layout_height="115.0dip" android:scaleType="center" android:layout_weight="1.0" />
<ImageView android:id="@id/galaxy_s_widget_button_indic" android:layout_width="0.0dip" android:layout_height="0.0dip" android:scaleType="fitXY" />
</LinearLayout>
Credits to Bandit from AH forum, thanks!
Nik,
Do you have thread for this on AH? If yes, link me to it.

Melchizedek Q&A

{
"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"
}
MELCHIZEDEK Q&A
This is a place for questions and help for Melchizedek.
NO FLAMING WILL BE TOLERATED
For quicker responses and to just hang out with the team and user community, join us on Palringo. The team chat room is: theandroidcollective​
In regards to the Themes section under System Settings, is this something that will eventually be filled using Tools or OTA when they are ready, or are we most likely going to find these goodies on the next build?
Galaen said:
In regards to the Themes section under System Settings, is this something that will eventually be filled using Tools or OTA when they are ready, or are we most likely going to find these goodies on the next build?
Click to expand...
Click to collapse
Themes will come with time. The base is starting to slow down in regards to changes. Not worth theming when the framework is totally different next build. It will come soon
Redemption/Absolution/Melchizedek
rasroygbiv said:
Themes will come with time. The base is starting to slow down in regards to changes. Not worth theming when the framework is totally different next build. It will come soon
Redemption/Absolution/Melchizedek
Click to expand...
Click to collapse
Oh believe me, I know now is not the time for them, I was just curious as to how they would be distributed. Patience is not my virtue. I just gets excited!
Galaen said:
Oh believe me, I know now is not the time for them, I was just curious as to how they would be distributed. Patience is not my virtue. I just gets excited!
Click to expand...
Click to collapse
The themes likely will be in the ota, as the theme section in settings isn't functional just yet. Hopefully soon!
Redemption/Absolution/Melchizedek
Ras i was wondering if you plan to have more customization control like with redemption or is it basically wysiwyg? I liked being able to change how my notification toggle were words and i could show or hide them by tapping a button. Just wondering if i should expect something like that or keep an eye out for redemption updates.
bobbydbost said:
Ras i was wondering if you plan to have more customization control like with redemption or is it basically wysiwyg? I liked being able to change how my notification toggle were words and i could show or hide them by tapping a button. Just wondering if i should expect something like that or keep an eye out for redemption updates.
Click to expand...
Click to collapse
I think what we have planned for Melchizedek is going to be leaner than Redemption. I'm sure we will add more features as time goes on. If you want to full boat of features, Redemption will be updated in the next day or two. Nice to have choices, I hope.
Sent from my HTC Inspire 4G using Tapatalk 2 Beta-5
this one doesn't require any extra radio flashing does it? Also is it safe to flash after all the steps... as far as the kernel part... It mentions something about flashing someone elses kernel... Thanks and the pics look sick!! Cant wait till my phone gets here....
Shouldn't have to flash a radio, but you can look to see if a different one works better for you. And as to the kernel, only use the one in the rom.
Thanks, Ill see how it goes!
I am using it nouw for a few days, runs very smooth! No big bugs or whatsoever.
Only the videocam doesn't work for me, can't play the recorded video on the phone..
Great job!
someone can post a link to the wallpaper? thx
roelblink said:
I am using it nouw for a few days, runs very smooth! No big bugs or whatsoever.
Only the videocam doesn't work for me, can't play the recorded video on the phone..
Great job!
Click to expand...
Click to collapse
Dude, please read the OP for the ROM.
"-Custom Camera Launcher that launches Angel Camera for stills and VideoCam Illusion for Videos
(You need a player like Rock Player Lite or MXPlayer to Play the Videos)"
Which means install Rock Player Lite or MXPlayer and your videos work.
---------- Post added at 08:51 AM ---------- Previous post was at 08:48 AM ----------
johansenmo said:
someone can post a link to the wallpaper? thx
Click to expand...
Click to collapse
I haven't tried this ROM yet but I bet the Walls are in the OTA (Over The Air). Look for Redemption Tools in Settings menu.
just one question... there is a way to put the statusbar of the Redemption on this rom?
Sorry for my bad english
Kito92 said:
just one question... there is a way to put the statusbar of the Redemption on this rom?
Sorry for my bad english
Click to expand...
Click to collapse
No but Redemption is a great ROM too.
Absolution 3.7 /Redemption A4.0/ Melchizedek Alpha 1.5.1
johansenmo said:
someone can post a link to the wallpaper? thx
Click to expand...
Click to collapse
Kimtyson is correct... Settings > OTA or settings > wallpaper > Collective Wallpaper
Absolution 3.7 /Redemption A4.0/ Melchizedek Alpha 1.5.1
I think the toggles in the notificationbar are in Redemption better working.
Cause they are so small i can't touch them properly, and especially WIFI is annoying to enable/disable.
There is a big delay before it reacts on your touch, so many times I don't know if I selected it right, and start to hit it multiple times
The place they are now is good, but in Redemption the toggles are much bigger, and easier to select.
Jeurum_92 said:
I think the toggles in the notificationbar are in Redemption better working.
Cause they are so small i can't touch them properly, and especially WIFI is annoying to enable/disable.
There is a big delay before it reacts on your touch, so many times I don't know if I selected it right, and start to hit it multiple times
The place they are now is good, but in Redemption the toggles are much bigger, and easier to select.
Click to expand...
Click to collapse
That's why we give you choices
Redemption/Absolution/Melchizedek
Jeurum_92 said:
I think the toggles in the notificationbar are in Redemption better working.
Cause they are so small i can't touch them properly, and especially WIFI is annoying to enable/disable.
There is a big delay before it reacts on your touch, so many times I don't know if I selected it right, and start to hit it multiple times
The place they are now is good, but in Redemption the toggles are much bigger, and easier to select.
Click to expand...
Click to collapse
Agreed. I like the On/Off toggles much better, too. Just wish Mel had the same sort of notification bar toggles like Red. Other than that minor difference, Mel sounds like a great ROM!
I have problem with playing games, screen not responded.

[ROM]{ICS}[3272 on AnTuTu] (14/09/2012)HTC DESIRE-AOKP-milestone6 v2(sgs3 launcher)

{
"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"
}
HEY GUYS....IM A NEW DEVELOPER FOR HTC DESIRE....USED TO DEVELOP FOR OPTIMUS NET..THIS IS MY FIRST ROM PORT I NOTICED AOKP HAD'NT BEEN UPDATED FOR SOMETIME SO I PORTED THE LATEST ICS BUILD FOR IT...
AOKP-milestone 6
STOCK HBOOT ONLY
DOWNLOAD LINKS:
(02/09/2012)OLD ROM-http://www.mediafire.com/?ydq4jr4rjnpy1rr
[changelog on post #2](14/09/2012) NEW ROM v2- http://www.mediafire.com/?5nzio781hub8533
GAPPS-http://wiki.rootzwiki.com/Google_Apps#Ice_Cream_Sandwich_.28Android_4.x.29
UPDATED RIL(better reception):-http://dl.dropbox.com/u/9319586/RIL/HTC-RIL_2.2.0028HM.zip
FOR WORKING SD-EXT SCRIPT(download INT2EXT+):-http://forum.xda-developers.com/showthread.php?t=1716124
GOOGLE NOW(if required)(download online version)-http://forum.xda-developers.com/showthread.php?t=1747224
BEATS AUDIO MOD(improves audio quality&use for any audio bug)(after flashing activate in sound->music effects):-http://forum.xda-developers.com/showthread.php?t=1728391&highlight=beats
LATEST SU:-http://downloads.noshufou.netdna-cdn.com/superuser/Superuser-3.2-RC3-arm-signed.zip
drewis kernel:-http://www.mediafire.com/?z913ho23b1dzzml
Shakys kernel(better hwa)(what i use) :-http://www.mediafire.com/?tt4glynqgoidl07
WALKMAN PLAYER(no stock player so i like this try it) :-http://forum.xda-developers.com/showthread.php?t=1856186
agps patch:-http://forum.xda-developers.com/showthread.php?t=1466516
CHANGELOG:SGS3 LAUNCHER ADDED..
(since milestone 5)
Removed FB sync
Added ability to hide sender and/or message body in notifications (Mms)
Added CM9 T-Mobile theme manager
Added Sense 4 style Task switcher (you have the option of choosing from stock/web os/sense 4 now)
Added ability to play boot sound (disabled by default) -- read instructions in ROM Control > General > Boot sound
added delayed ring feature to Phone
added Emoji to Mms (enable in Mms settings)
added AOKP wallpapers app
added USB tether toggle,
added AOKP clock widgets
added notification counters
new boot animation
added nav bar widgets (must add nav bar widgets button/long press button in nav bar settings and add some widgets to play with!)
added AOKP stats (www.stats.aokp.co) -- you can opt out
added bluewall firewall - RC > General UI > Less Notification Sounds -- limits the number of notification sounds an app can play per X seconds, so like 1 GTalk ping/30s, but notifications will still be coming in
improved weather code
added "copy to clipboard" option in "Share" dialogs throughout Android
added hardware info in about screen
made lockscreen weather prettier
fixed DRM issues
THANKS TO:
THE AOKP TEAM-http://aokp.co
SGS3 LAUNCHER PORT-PaWill
GOOGLE NOW-cajunflavoredbob
RIL:-zikyHD
ME FOR THE ROM PORT
kernel-SHAKY156 (source):-https://github.com/Shaky156
kernel-DREWIS (source):-https://github.com/Evervolv/android_kernel_htc_qsd8k/
beats audio mod-...Awesome...
Int2ext script-croniccorey
agps patch-crypted
WALKMAN PLAYER:-Rizal Lovins
SHOW UR SUPPORT FOR ME BY THANKING ME FOR MY WORK
HOPE TO DEVELOP MORE IN THE COMING FUTURE...
(14/09/2012) changelog for v2 :-
-more stable now
-made the rom lighter and faster
-new ril (better working for me)
-removed bloatware
-new hwa libs
-added 2 new kernels
& a few tweaks...
Great ^^
Is this script working on this aokp rom : 40ad2sdx ?
Sent from my HTC Desire using xda premium
Is this Rom compiled from AOKP source?
However, I think you are a 'real' dev, not like many other new 'devs' here.
And could you write down some bugs like camcorder to avoid a lot of issue reports
gamesz2 said:
Great ^^
Is this script working on this aokp rom : 40ad2sdx ?
Sent from my HTC Desire using xda premium
Click to expand...
Click to collapse
hey bro...i got the phone just a couple a days back... so truthfully saying i havent really worked with the scripts....slowly will get into everything...
ulixess said:
Is this Rom compiled from AOKP source?
However, I think you are a 'real' dev, not like many other new 'devs' here.
And could you write down some bugs like camcorder to avoid a lot of issue reports
Click to expand...
Click to collapse
the camcorder seems to be working.....im not completely sure though....just keep me updated about a few bugs as u guys test it and ll work on it as time goes along and i will update the thread as such..
pratheek1992 said:
hey bro...i got the phone just a couple a days back... so truthfully saying i havent really worked with the scripts....slowly will get into everything...
Click to expand...
Click to collapse
Oow thx . Iam going 2 try it out tommorow ^^ i will say if it works
Sent from my HTC Desire using xda premium
thanks for the support guys... the development for my older phone was just too slow.. and im still new to modding so i might take some time to get used to everything but ll slowly get the job done!
Ok bro The video playback is very low, just 15 frames.
And ... is it compiled from AOKP source?
ulixess said:
Ok bro The video playback is very low, just 15 frames.
And ... is it compiled from AOKP source?
Click to expand...
Click to collapse
nope it isnt its just a port from the incredible 2....problem is i dont understand compiling from sourcodes yet...so maybe later on..
Ahaha I cant compile too!
But such important things like the Rom base should be in the 1st post.
First I thought it is compiled from source, then I thought the Rom base is Sandvolds Rom ... now I know the truth
Good luck with your projekt!
ulixess said:
Ahaha I cant compile too!
But such important things like the Rom base should be in the 1st post.
First I thought it is compiled from source, then I thought the Rom base is Sandvolds Rom ... now I know the truth
Good luck with your projekt!
Click to expand...
Click to collapse
i like sanvolds i used it for a while but im a personal fan of aokp..
Very good ROM. It feels faster than the other ICS ROMs available.
But it has some issues. Touchscreen issues. Desire uses a mediocre touchpanel and some tweaks are needed to work perfectly.
Both the S3 launcher and the browser have erratic touchscreen.
Also ... easy to implement in the next version. Trackpad 2 Awake. MUST for Desire.
That's all. Besides that it feels good. AOKP is always a good choice!
Thank you for this rom, it feels nice. Doesn't have any sort of space scripts like app 2 sd or something does it? I tried to install 2msd and move apps and dalvik, i'll see how it goes.
so far so good, i'm a fan of apex so I kinda left apart the new launcher, sorry about that i'll let you know if i find anything bad.
thanks again,
Trackpad 2 Awake. MUST for Desire.
Click to expand...
Click to collapse
I'd say, tp2wake \ tp2wake&unlock, to be more precise.
Some people prefer to have only wake, though I never understood them - the chances of accidentally pressing the trackpad are precisely zero, and double-pressing it to wake&unlock is a great usability enhancement.
I never understood the trackpad2wake popularity, just swipe the god damn screen to unlock?
Yeah, it is very smooth and fast... only problem is with memory....
m2sd is not working, s2e also...
It would be nice to implement KSM also...
cheers
Great to see new people here. I can give you some hints on how to build from source later on GTalk, or I might just go ahead and release M6 myself.
@all AOKP people: I gave away my Desire. It's been a great time, especially after most noobs (no offence meant) switched to newer devices, but supporting qsd8k in upstream has really become a huge pain, the summer holidays are now over and I have two great projects ahead. For all those reasons, I don't think I'll be able to support the Desire on JB and beyond. I hope you all understand. You're awesome, all of you. Thank you. And see you all on the 2012 Xperia scene
40as2sd script is not working ^^
Sent from my HTC Desire using xda premium
gamesz2 said:
40as2sd script is not working ^^
Sent from my HTC Desire using xda premium
Click to expand...
Click to collapse
Just delete 40a2sd script before flashing the zip and try to use INT2EXT+

Nova Xperia Play jelly bean 4.1.2 [GB]

Nova
Xperia Play Jelly Bean 4.1.2​
Here's some screenshots of my rom modded by me to feel more like jelly bean
it's a Gingerbread 2.3.7 based on AuroraPlay v0.9.0 by Spizzy01 and Gin2JellyBean v2.2.2 vokal1992
Thanks to Them!!
Click to expand...
Click to collapse
{
"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"
}
​
Looks intresting?
Whats with the lockscreen having 2 different unlocks at the same time
Is this theme from the rom itself? If not is it from a flashable zip.
Sent from my R800at using xda premium
Looks very good!! Do you wanna share it or just show your work??? Any dowload link??
how did you make that lockscreen?
Wow that's awesome that you were able to get that aosp lock screen on gb. I think you should s share that with @vokal1992 so the lockscreen has a more jellybean look. Id it actually modified to look like that poor is it an app?
Sent from my Xperia Play (r800x)
iRhyiku said:
Looks intresting?
Whats with the lockscreen having 2 different unlocks at the same time
Click to expand...
Click to collapse
I really like the sony lock screen
but at the same time I like the AOSP lockring
it's more intuitive
some time ago I've used two home launchers, so one unlocks to one home
and the other to another
ozzmanj1 said:
Is this theme from the rom itself? If not is it from a flashable zip.
Sent from my R800at using xda premium
Click to expand...
Click to collapse
no it's configured in the rom
pedyvirus said:
how did you make that lockscreen?
Click to expand...
Click to collapse
the lockscreen was made by a friend of mine, I don't know exactly what he did
but he has told me that he has changed the framework and has linked something to it that supports Widgets
---------------------------------------------------------------------------------------------------------------------------------------------------
abdel12345 said:
Wow that's awesome that you were able to get that aosp lock screen on gb. I think you should s share that with @vokal1992 so the lockscreen has a more jellybean look. Id it actually modified to look like that poor is it an app?
Sent from my Xperia Play (r800x)
Click to expand...
Click to collapse
sorry but I don't know what you mean
Id it actually modified to look like that poor is it an app?
(30 said:
the lockscreen was made by a friend of mine, I don't know exactly what he did
but he has told me that he has changed the framework and has linked something to it that supports Widgets
---------------------------------------------------------------------------------------------------------------------------------------------------
sorry but I don't know what you mean
Id it actually modified to look like that poor is it an app?
Click to expand...
Click to collapse
Sorry that was a typo I meant to say did you actually modify it to look like that or is that an app? But I guess you already answered that lol
Sent from my Xperia Play (r800x)
I would like to take a look at what your friend did
I remember that @sdojoin made a thread in XPlay general forum a WIP for a new NXT lockscreen with AOSP look, that was some weeks ago and looks amazing but i don't know what happened with that work....
vokal really needs to know how to do that lockscreen :silly:
Yes vokal1992's rom has the most beautiful jelly bean look for Gingerbread
I will ask my friend what he did and sure will share with vokal1992
but I'll only see him at the end of the week
I'll take the opportunity to ask vokal1992 if he could make this changes to the systemui (take a look at the pic attached) I'm using an app to make that look on statusbar
and if it's possible to hide the statusbar while we pulldown the notification bar
Thankyou vokal1992 for your amazing work :good:
(30 said:
Yes vokal1992's rom has the most beautiful jelly bean look for Gingerbread
I will ask my friend what he did and sure will share with vokal1992
but I'll only see him at the end of the week
I'll take the opportunity to ask vokal1992 if he could make this changes to the systemui (take a look at the pic attached) I'm using an app to make that look on statusbar
and if it's possible to hide the statusbar while we pulldown the notification bar
Thankyou vokal1992 for your amazing work :good:
View attachment 1958728
Click to expand...
Click to collapse
I'v been trying to do that on the status bar, will take a look again today
the systemUI of the Picture2
(30 said:
Yes vokal1992's rom has the most beautiful jelly bean look for Gingerbread
I will ask my friend what he did and sure will share with vokal1992
but I'll only see him at the end of the week
I'll take the opportunity to ask vokal1992 if he could make this changes to the systemui (take a look at the pic attached) I'm using an app to make that look on statusbar
and if it's possible to hide the statusbar while we pulldown the notification bar
Thankyou vokal1992 for your amazing work :good:
View attachment 1958728
Click to expand...
Click to collapse
Please give me a download link please?:laugh::laugh::laugh: Thank a lot!!!!:laugh::laugh::laugh::laugh::laugh:
vokal1992 said:
I would like to take a look at what your friend did
Click to expand...
Click to collapse
+1
Regards,
Sdojoin
---------- Post added at 06:23 PM ---------- Previous post was at 06:22 PM ----------
romeo_charly said:
I remember that @sdojoin made a thread in XPlay general forum a WIP for a new NXT lockscreen with AOSP look, that was some weeks ago and looks amazing but i don't know what happened with that work....
Click to expand...
Click to collapse
It bootlooped still. I cant figure out y.
It seems like ur friend intergrate the holo locker into the framework. But he didn't disable the default slider lockscreen. Then again it wouldn't make much diff u got the holo locker completely n perfectly intergrate. Coz u'll lose the music toggles. As it only runs on sony framework.
The only way to hav both is to do what i "tried" to do but still meh...
Regards,
Sdojoin
sdojoin said:
+1
Regards,
Sdojoin
---------- Post added at 06:23 PM ---------- Previous post was at 06:22 PM ----------
It bootlooped still. I cant figure out y.
It seems like ur friend intergrate the holo locker into the framework. But he didn't disable the default slider lockscreen. Then again it wouldn't make much diff u got the holo locker completely n perfectly intergrate. Coz u'll lose the music toggles. As it only runs on sony framework.
The only way to hav both is to do what i "tried" to do but still meh...
Regards,
Sdojoin
Click to expand...
Click to collapse
can you send me what you did? I'll take a look at it
vokal1992 said:
can you send me what you did? I'll take a look at it
Click to expand...
Click to collapse
Honestly, i dunno where the modded uxpnxtlockscreen.apk is at. My laptop r so messed up. But i did do much on it. I just edited the .png n try to push to the center like ATTACK did on his mod.
Mybe u could ask him since he knows best.
Regards,
Sdojoin
sdojoin said:
Honestly, i dunno where the modded uxpnxtlockscreen.apk is at. My laptop r so messed up. But i did do much on it. I just edited the .png n try to push to the center like ATTACK did on his mod.
Mybe u could ask him since he knows best.
Regards,
Sdojoin
Click to expand...
Click to collapse
oh... but that way we will loose the camera shortcut

Categories

Resources