Request. Is CRTanimation coming to the One ?? - One (M7) Q&A, Help & Troubleshooting

As the title suggests, is the CRT animation which looks amazing and i miss sorely from literally every phone i've ever had,is it coming to the One ??
Many thanks to anyone thinking of taking it up and expect a donation if you complete it
Cheers Dev's

dladz said:
As the title suggests, is the CRT animation which looks amazing and i miss sorely from literally every phone i've ever had,is it coming to the One ??
Many thanks to anyone thinking of taking it up and expect a donation if you complete it
Cheers Dev's
Click to expand...
Click to collapse
I'd say no as HTC removed the code for it in sense ICS and sense 4 jb, although sense 5 is a lot different that's why you don't see it in sense 3.6 or 4
I can't confirm that the code is gone but I don't know if it there
Possible I think on AOSP though if that gets up and running

markj338 said:
I'd say no as HTC removed the code for it in sense ICS and sense 4 jb, although sense 5 is a lot different that's why you don't see it in sense 3.6 or 4
I can't confirm that the code is gone but I don't know if it there
Possible I think on AOSP though if that gets up and running
Click to expand...
Click to collapse
Ah i see, thanks for the heads up, i wasn't aware of that, i thought it was left in by all versions from raw android, shame they took it out, it looks so good to simply remove it ?? Weirdo's
Cheers m8.
PS:You're the first person to put me straight on this so thanks for that.

dladz said:
Ah i see, thanks for the heads up, i wasn't aware of that, i thought it was left in by all versions from raw android, shame they took it out, it looks so good to simply remove it ?? Weirdo's
Cheers m8.
PS:You're the first person to put me straight on this so thanks for that.
Click to expand...
Click to collapse
No probs mate, dunno why they took it out but they did

markj338 said:
I'd say no as HTC removed the code for it in sense ICS and sense 4 jb, although sense 5 is a lot different that's why you don't see it in sense 3.6 or 4
I can't confirm that the code is gone but I don't know if it there
Possible I think on AOSP though if that gets up and running
Click to expand...
Click to collapse
It's smali modifs that need to be done in services.jar and android.policy.jar.. And powermanagerbrightnessanimator.smali
It can be done....
Once i get the device, probably next Week , i'll look into it
The change use to be in framework but since hd2 days , it's a smali edits in the files above that do the trick

AFAIK it wasnt possible on the One X since there wasnt any libs for that effect out for the Tegra 3 platform. With the One it should be more easy since it uses the same GPU as the Nexus 4 does, plus Qualcomm Chipset. I am no expert but in general, from my understanding, it should be alot easier to get AOSP and Nexus 4 features on the One than on the One X. Really looking forward to a possible CRT effect, loved it on my Nexus 4.
Sent from my HTC One using xda app-developers app

AFAIK it wasnt possible on the One X since there wasnt any libs for that effect out for the Tegra 3 platform. With the One it should be more easy since it uses the same GPU as the Nexus 4 does, plus Qualcomm Chipset. I am no expert but in general, from my understanding, it should be alot easier to get AOSP and Nexus 4 features on the One than on the One X. Really looking forward to a possible CRT effect, loved it on my Nexus 4.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Crt "on" effect is made out of libsurfaceflinger.so, crt off is only made out of the 2 jars above...
A smali code is also requiered into the kernel , to make it fully working, it could be activated into it by default...
Crt in aosp are made and built from source... can't be added to jars from the ONE..
I already checked services.jar the lines missing can be added..
Sent from my GT-N7105 using xda premium

Dougi said:
Crt "on" effect is made out of libsurfaceflinger.so, crt off is only made out of the 2 jars above...
A smali code is also requiered into the kernel , to make it fully working, it could be activated into it by default...
Crt in aosp are made and built from source... can't be added to jars from the ONE..
I already checked services.jar the lines missing can be added..
Sent from my GT-N7105 using xda premium
Click to expand...
Click to collapse
Ciao Douglas,
I'm on ONE silver from 10 days ...
hope you take next week and come on borad !
ciao
sorry for OT

No CRT for One?

just flash an aosp rom

And for Sense-Roms?

Nopes (from what I've read)
Why is this thing deemed such a big deal? Seen the YouTube vids of it and people are massively fixated on it? WTAF?
----------------------o('_')o----------------------
Sent from an HTC One with using xda app:
TrickDroid ROM 5.4.0
Bulletproof 1.8

Dougi said:
It's smali modifs that need to be done in services.jar and android.policy.jar.. And powermanagerbrightnessanimator.smali
It can be done....
Once i get the device, probably next Week , i'll look into it
The change use to be in framework but since hd2 days , it's a smali edits in the files above that do the trick
Click to expand...
Click to collapse
Haven't been back to this thread for a while but if you did do that then i think i might go out and buy you a hat or something, at the very least a pint.

Tetsumi06 said:
Nopes (from what I've read)
Why is this thing deemed such a big deal? Seen the YouTube vids of it and people are massively fixated on it? WTAF?
----------------------o('_')o----------------------
Sent from an HTC One with using xda app:
TrickDroid ROM 5.4.0
Bulletproof 1.8
Click to expand...
Click to collapse
It's not a big thing, it's personal taste and i think it looks cool, if i can get it then i'd like it, you've told us your opinion and your entitled to that, in all fairness why are you posting here? I'm asking people if it can be done or if it will be done. I didn't ask your opinion on whether it's any good or even if it's a big deal.

Dougi said:
Crt "on" effect is made out of libsurfaceflinger.so, crt off is only made out of the 2 jars above...
A smali code is also requiered into the kernel , to make it fully working, it could be activated into it by default...
Crt in aosp are made and built from source... can't be added to jars from the ONE..
I already checked services.jar the lines missing can be added..
Sent from my GT-N7105 using xda premium
Click to expand...
Click to collapse
So does that mean that you can do it??

dladz said:
So does that mean that you can do it??
Click to expand...
Click to collapse
well, i spent a cupple of days tryibg to figure it out , made changes into smali and jar's, and nothing changed , something has to be done as well into boot.img , like samsung phones , and i don't know where in boot.img .
So don't know what to tell you....... i have limited skills..

Dougi said:
well, i spent a cupple of days tryibg to figure it out , made changes into smali and jar's, and nothing changed , something has to be done as well into boot.img , like samsung phones , and i don't know where in boot.img .
So don't know what to tell you....... i have limited skills..
Click to expand...
Click to collapse
Ahh it's cool man, appreciate you trying.
AOSP has it working just fine so maybe when it's a bit more stable i can use that as a dd, it's not the end of the world i was just curious, and damn HTC for making it difficult, no idea what they've gained from that. Or the BT stack not working with BT peripherals, can't see the logic in it.

dladz said:
Ahh it's cool man, appreciate you trying.
AOSP has it working just fine so maybe when it's a bit more stable i can use that as a dd, it's not the end of the world i was just curious, and damn HTC for making it difficult, no idea what they've gained from that. Or the BT stack not working with BT peripherals, can't see the logic in it.
Click to expand...
Click to collapse
crt in AOSP are built from source, not an easy port , as smali are different..

dladz said:
It's not a big thing, it's personal taste and i think it looks cool, ....
Click to expand...
Click to collapse
Before the One hit the market there were plenty of people posting "no crt, not buying" which was why I felt the need to find a vid of it.
When I saw what they were crying about I quickly decided that we were well rid of them. Especially as the majority of them probably weren't old enough to have ever SEEN a CRT with that pronounced an effect.
----------------------o('_')o----------------------
Sent from an HTC One with using xda app:
TrickDroid ROM 5.5.1
Bulletproof 1.9

Dougi said:
crt in AOSP are built from source, not an easy port , as smali are different..
Click to expand...
Click to collapse
Yea i understand that, but maybe with what you've said about the boot img being edited or modded then it could be possible in the future, i think time will tell but i'm not holding much hope.
Thanks for your insight m8

Related

Progress towards Notification Menu Power Widget Mod on Inc Framework

Ok. So as of now I have put about 19 straight hours of work into porting this thing over.
http://forum.xda-developers.com/showthread.php?t=836721&page=27
Of the necessary edits, I have all but one single smali completely finished. Im hoping to get this working before i pass out...literally
Thanks to JsiChiSurf for putting this together, the amount of work that went into was MASSIVE and you should all buy him a beer for it. Hes been extremely helpful as I waded though the (no exaggeration) thousands of lines of code he modified.
Also I wanna say thanks to Lou for browsing the thread when I visited his profile page or i wouldnt have noticed it last night.
As of now theres nothing to see, nothing to show you guys, but rest assured, its getting there. this is a HUGE mod, itll take some time. Look for it in my rom that ill be releasing in a week or so.
try apk manager
http://forum.xda-developers.com/showthread.php?t=695701
incubus26jc said:
try apk manager
http://forum.xda-developers.com/showthread.php?t=695701
Click to expand...
Click to collapse
still no go :/
upload your files... I will do it
incubus26jc said:
upload your files... I will do it
Click to expand...
Click to collapse
the issue wasnt actually apktool. looks like jsichisurf didnt have the extended battery mod (1-100%) on his base rom, so the ids from the new images needed for his mod conflict with the pre existing ones from the battery. im trying to find a way to set new ids for them all :/
got all three files to compile, just pushed them to my phone, rebooting now. hopefully i got this successfully ported to the inc framework!
well, if anyone interested in my progress, i almost have t successfully ported over. the framework-res and framework.jar files install without a hitch. the problem is the StatusBarService.smali in services.jar all the other ones ive been able to "port" over, but i havent been able to get it to work with that one, it gets JUST before the final boot and then starts to loop. you know the little vibrate your phone gives right before it goes from the boot animation to the homescreen? it gets that far. im close.
i figure once i get it working ill turn this int to official thread for the mod. wish me luck
Good luck! Looking forward to this. Thanks for all your hard work.
Sent from my ADR6300 using XDA App
Shaundiesel said:
Good luck! Looking forward to this. Thanks for all your hard work.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
i think i just got the services.jar to sucessfully install. just need to see if i can get all three to go nicely together
and of course to make sure i did actually did it right xD
I was just thinking this would be much better then the recent apps list. Cool to are you're working on it. Looking forward to this!
I would just be careful. Lou from the RR Rom ported it and there is some 3g issues. You can find the thread in my Sig.
Sent from my ADR6300 using XDA App
Ultimate Droid ROM has something similar to this. If you're having problems perhaps look at his code and see how he did it? I don't really know anything about this stuff so i apologize if that sounds dumb
morph3k said:
Ultimate Droid ROM has something similar to this. If you're having problems perhaps look at his code and see how he did it? I don't really know anything about this stuff so i apologize if that sounds dumb
Click to expand...
Click to collapse
Chances are its STOLEN...but no being serious, Ultimate Droid is based on the Cyanogenmod's main code base and is another AOSP (built from google's source) rom. As the OP stated, it took so long because he basically had to decompile the already built sense rom, then write what cyanogenmod already had done for the cyanogenmod toggle widgets into that new decompiled code.
djh816 said:
Chances are its STOLEN...but no being serious, Ultimate Droid is based on the Cyanogenmod's main code base and is another AOSP (built from google's source) rom. As the OP stated, it took so long because he basically had to decompile the already built sense rom, then write what cyanogenmod already had done for the cyanogenmod toggle widgets into that new decompiled code.
Click to expand...
Click to collapse
isn't the point of google AOSP to be open source. How do you "steal" open source code?
I believe MIUI has it also
Therev29 said:
I believe MIUI has it also
Click to expand...
Click to collapse
MIUI has a scrollable one and CyanogenMod has it.
colonel187 said:
isn't the point of google AOSP to be open source. How do you "steal" open source code?
Click to expand...
Click to collapse
You take it without giving any kind of credit and pass it off as your own.
Desp1sedIcon said:
You take it without giving any kind of credit and pass it off as your own.
Click to expand...
Click to collapse
I love Despised Icon!! When I heard "The Sunset Will Never Charm Us" I was sold
incubus26jc said:
I love Despised Icon!! When I heard "The Sunset Will Never Charm Us" I was sold
Click to expand...
Click to collapse
I see death metal has its evil following even in the phone forums.
I liked DI more before their last few records.
this would be so cool. i hope you get it.

ICS for HeroC

What do you guys think, does our lowly HeroC have what it takes? Also, even if it does, do we have the devs left to get it going? Sorry...I'm all geeked up for the announcement tonight. Plus, I'm not due for an upgrade until March...eek!
Sent from my HERO200 using XDA App
What do you think?
And, also.. please move this to the Q/A or General section.
Sorry. Will do once I'm on my pc. Not sure I can move it from xda app.
Also, I'm hoping for some official cm8 love or something along those lines.
Eventually!? At least I hope we do.
ubnub82 said:
Eventually!? At least I hope we do.
Click to expand...
Click to collapse
If I can get the damn SDK to boot lol
I have faith! You got HC to boot.
dastin1015 said:
If I can get the damn SDK to boot lol
Click to expand...
Click to collapse
Sent from my HERO200 using XDA App
dastin1015 said:
If I can get the damn SDK to boot lol
Click to expand...
Click to collapse
That would be awesome if it did but i believe that you can do it seeing that you got other things working like HC and Sense 3.5.
I know this is in the wrong section. Anyone tell me how to move it to general? Just thought I would see who else was psyched for ICS like me.
andythegreenguy said:
What do you think?
And, also.. please move this to the Q/A or General section.
Click to expand...
Click to collapse
Sent from my HERO200 using XDA App
We probably have to wait till a low end device comes out running it, or it gets ported to a similar device, like we had to wait for the Pico. Only time will tell. . .
Jurellz said:
We probably have to wait till a low end device comes out running it, or it gets ported to a similar device, like we had to wait for the Pico. Only time will tell. . .
Click to expand...
Click to collapse
Or source is released so CyanogenMod can work on it and CM9 is released...
dastin1015 said:
If I can get the damn SDK to boot lol
Click to expand...
Click to collapse
Man i know you can get it to work You done some pretty amazing stuff on here and if you cant maybe you can get Jaybob to help you or something
with the navigation buttons at the bottom, it might be a little cramped. sure we can change the dpi to like 120 but my phone lags when i try to make everything smaller and fit more on the screen.
Or if the navigation buttons can be removed... who knows. Of course even cramped ICS would be great on our Heroes.
Im almost positive we will get some sort of port of ICS. Ever since froyo the companies have been saying that the hero simply can not handel the new updates because of minimal system requirements. However I red an article with a Q&A about ICS, and one of the questions was what are the minimal system requirements for ICS? The anser was none that i can think of right now. ICS is meant to bring Android tablets and phones toghether in developmental terms. Google is trying to unify android, rather than have phones rounning one type of android and tablets another. It has even been said that ICS will be available for older devices of up to one year old or so. But in closeing im prety optimistic about a port for the Hero, and probably sooner than latter.
Considering that our devs got the source now I'm sure were gona see ICS can't wait
Sent from my HERO200 using XDA App
I downloaded the beta version of ICS for hero to see how it looks and feels it"s a little buggy it has some things that need to be worked out like not being able to pair with bluetooth device and bluetooth turning off completely and not being able to turn it back on again... Also when trying to turn on wifi hotspot the phone just hangs there saying turning on wifi screen I let it run for 5 minutes before I rebooted my phone... This rom is in early stages of devoplement and if and when the stuff that isn't working gets fixed I see this as my next rom of choice... Nice work jaybob on a job will done and a million thanks to you...

Wow I'm so sad, i was gone for a week or two and ......

I can't believe this, I left for a bit, went back to my xperia play.
put together a quick theme for my xperia play (it's so much easier to theme, it's already blue).
Then came back with my raider/vivid ready to work (xperia play is my daily now) and looks like pirategohst left, wildchild left. I'm so sad.
I was so ready to move from VJraiders rom to Pirategohost rom. but if development is dead why bother.
One thing i can say, this phone seems to not get much work on it like other devices, I have an xperia x1 (i know it's old), xperia x10, xperia play, htc evo 3d and all those devices are worked on daily. I know the raider is the newest device but....
Well enough with that, time to put to rest my raider and play with my evo 3d and play. all i need now is sony to release the xperia s and I'll be good.
Hey wildchild and pirateghost sad to see you leave and hope all is well, take care.
BYE BYE raider.
PM me if you want to make me an offer for my raider, it's from rogers.
Sad is right... I was about to buy a Raider/Vivid... But it looks as though the entire Dev community has decided to pull support... No sources, no links, no ROMS aside from Cyanogen and shipped?!?!
Sad scary day, I'll look around for XDA alternatives, but this makes me fairly upset, I've got a couple other androids at home, and there's a fair share of fighting on dev, but in the end it's about making a GOOD ROM, for yourself, and sharing it with a community... I can't fathom the flame wars that started in this forum.
Oh well, I'll wait for the HTC One series LOL
This was already a small dev community, and then the fact that a bunch of people wouldn't listen and bother taking the effort to try and read and really understand what they were doing meant they screwed up a very expensive device.
Oh well, everyone is already off to the One series.
ImWarped said:
Sad is right... I was about to buy a Raider/Vivid... But it looks as though the entire Dev community has decided to pull support... No sources, no links, no ROMS aside from Cyanogen and shipped?!?!
Sad scary day, I'll look around for XDA alternatives, but this makes me fairly upset, I've got a couple other androids at home, and there's a fair share of fighting on dev, but in the end it's about making a GOOD ROM, for yourself, and sharing it with a community... I can't fathom the flame wars that started in this forum.
Oh well, I'll wait for the HTC One series LOL
Click to expand...
Click to collapse
WC has his own site with vivid ICS roms. The vivid forum doesnt show till you register, but they're there.
Sent from my HTC PH39100 using xda premium
Yo Hackit, you know... I'm gonna have an ICS ROM once the HBOOT for Bells/Rogers comes out.
And of course it's gonna be as good as my actual ROM
Theres always new dev that show up, be patient my friends =]
Hey vhjc, I might work on fixing the HTC sense issue I had. Or just upload and advise you need too use another launcher.
Sent from my R800i using xda premium
hackit said:
Hey vhjc, I might work on fixing the HTC sense issue I had. Or just upload and advise you need too use another launcher.
Sent from my R800i using xda premium
Click to expand...
Click to collapse
What sense issue you have?
vhjc said:
What sense issue you have?
Click to expand...
Click to collapse
If i change the xml's in framework res it makes sense crash after the first boot. this is what caused me to set my xperia play back up, I need a daily phone.
then i was going to try and fix what was causing the issue. i needed to be able to flash and reflash each time i mod the apk's.
Funny thing is, my raider is the fastest phone i have right now and the more i use my xperia play i really miss the speed of a dual core cpu.
creasy425 said:
WC has his own site with vivid ICS roms. The vivid forum doesnt show till you register, but they're there.
Sent from my HTC PH39100 using xda premium
Click to expand...
Click to collapse
What's his website?
sent from my Vivid floating in rum using tapatalk premium.
hackit said:
If i change the xml's in framework res it makes sense crash after the first boot. this is what caused me to set my xperia play back up, I need a daily phone.
then i was going to try and fix what was causing the issue. i needed to be able to flash and reflash each time i mod the apk's.
Funny thing is, my raider is the fastest phone i have right now and the more i use my xperia play i really miss the speed of a dual core cpu.
Click to expand...
Click to collapse
Do you get the apk from the dist folder after building it on apktools? Or are you replacing the res folder on the original apk file?
vhjc said:
Do you get the apk from the dist folder after building it on apktools? Or are you replacing the res folder on the original apk file?
Click to expand...
Click to collapse
I use the apk in your rom, then run it in apktools, then recompile with no errors.
I did not have an issue with version 2 of you rom.
But just to be clear, the apk's i theme are all from your rom, thats why they wouldn't work in any other rom.
They're all around if you know where to look. WC is on his own site, and I saw Pghost post on that site about obtaining and possibly porting the Endeavor RUU. Cm9 development is paused until we get kernel sources from HTC, so not all is lost. It just requires patience.
mrakifa said:
What's his website?
sent from my Vivid floating in rum using tapatalk premium.
Click to expand...
Click to collapse
Check WC'sSig. Click on "my site", it'll take right to it.
Sent from my HTC PH39100 using xda premium
I really don’t care what happens to the Vivid anymore since the HTC One X and the Galaxy SIII should be out in a month or two. I’m sure those two beasts will have a ton of developer support. I guess next time I’ll make sure to get a more popular phone even though I think the Vivid is one of the best LTE phones that AT&T has.

[Q] HTC Jetstream UI on HP Touchpad

Is it possible to port the UI of the HTC Jetstream to the Touchpad? I really like the sense UI on the tablet.
That would be sense, and while it may be possible to do i highly doubt it will happen.
been there and discussed it in a hugely long thread on here.......its too big to load on the touchpad at the moment. It needs to come under 225MB but you never know what'll happen. HTC FlyerSense with ICS just got leaked on there which is the same resolution, keep hope
http://forum.xda-developers.com/showthread.php?t=1397602
ace9988 said:
been there and discussed it in a hugely long thread on here.......its too big to load on the touchpad at the moment. It needs to come under 225MB but you never know what'll happen. HTC FlyerSense with ICS just got leaked on there which is the same resolution, keep hope
http://forum.xda-developers.com/showthread.php?t=1397602
Click to expand...
Click to collapse
dude...
your signature almost made me punch my monitor because that damn bug thing looked like it was on my screen and wouldn't go away...
very evil...
mputtr said:
dude...
your signature almost made me punch my monitor because that damn bug thing looked like it was on my screen and wouldn't go away...
very evil...
Click to expand...
Click to collapse
ahahahahahahahahahahahahaahahahahahahah
Thanks, I looked through here but I guess I didn't see the thread, hope it happens
Sent from my PG86100 using XDA
so far there's only been a sense 'Theme' for AOKP milestone 4
http://forum.xda-developers.com/showthread.php?t=1554878
gives you the icon and the weather clock but im guessing (like me) you want the whole UI...well if someone here can find a way to make a 'square peg fit in a round hole', we'll get it sooner or later

Request Nexus 4 JOP40C CWM zip

Hello,
Can anyone make a CWM flashable zip from Nexus 4 stock rom?
I need it for a Galaxy Nexus port.
Thx!
Why not just download the Galaxy Nexus system image direct from Google.
Rusty! said:
Why not just download the Galaxy Nexus system image direct from Google.
Click to expand...
Click to collapse
I want to port some features which the Galaxy doesnt have.
So download the Nexus 4 stock image and use that in your kitchen along side the GNex one
Well then why not grab the Nexus 4 system image from Google?
Cuz my kitchen doesnt work -.- java error and command not found errors
Aerys said:
Cuz my kitchen doesnt work -.- java error and command not found errors
Click to expand...
Click to collapse
Maybe you should fix that. Have you used the kitchen before? If you don't have java configured properly you're just going to have tons of trouble trying to do any deving in the future.
Also, why are you trying to port to the Gnex from the N4? 4.2 OTA already rolled out to Gnex, everything from N4 should be there, except code specific to the device, like driver binaries and wireless charging support.
Aerys said:
I want to port some features which the Galaxy doesnt have.
Click to expand...
Click to collapse
What's the GN missing that the N4 has?
Rusty! said:
What's the GN missing that the N4 has?
Click to expand...
Click to collapse
This. the only difference i noticed is HDR, which the hardware of the GN dosent support anyway.
The Launcher is different, HDR maybe? and idk what else.. but in the past I had ported roms (ics for s2) but that account got banned for no reason.
Cygwin was working in Windows 7 but when i upgraded to 8 pro it stopped working. ill try to fix it.
The launcher is identical?
Rusty! said:
The launcher is identical?
Click to expand...
Click to collapse
Different wallpapers.
And i'd like to have Chrome instead of the browser, anyways ill just port it.
Wallpapers are separate to the launcher, and Chrome is obviously available from the Play Store.
Rusty! said:
Wallpapers are separate to the launcher, and Chrome is obviously available from the Play Store.
Click to expand...
Click to collapse
idc i'll just port it =]
Thanks for the help anyways
Porting is usually sloppy...
So you want to make your life complicated to get a sloppier version to gain... nothing? Lol
And also, starting a thread with "Request" really shows you are not a self-entitled brat.
MatAuc12 said:
Porting is usually sloppy...
So you want to make your life complicated to get a sloppier version to gain... nothing? Lol
And also, starting a thread with "Request" really shows you are not a self-entitled brat.
Click to expand...
Click to collapse
This.
wtf? lol

Categories

Resources