Sense 3.0 Lockscreen - Thunderbolt Themes and Apps

I saw that this has been pulled and can now be installed on the Evo's. Any chance someone can replicate and make an apk for the TBolt?!
http://forum.xda-developers.com/showthread.php?t=1054444

I just saw that and would love that to be ported

Anyone tried to load yet?
sent from my BAMF Thunderbolt!

Tagged for later.

Mystery252 said:
Anyone tried to load yet?
sent from my BAMF Thunderbolt!
Click to expand...
Click to collapse
Doesn't work. Just tried it.

we need to have gingerbread to run this sadly.

we should build the htc sense gingerbread rom from source!!!!!!!!

b00sted said:
we need to have gingerbread to run this sadly.
Click to expand...
Click to collapse
You don't have to have GB, it just checks your sense version. I'm *attempting* to port it, although I'm not overly talented, so it may be a slow process. I'll let you know if/when it happens.

erishasnobattery said:
You don't have to have GB, it just checks your sense version. I'm *attempting* to port it, although I'm not overly talented, so it may be a slow process. I'll let you know if/when it happens.
Click to expand...
Click to collapse
That's cool. Thank you!

TrekMD said:
That's cool. Thank you!
Click to expand...
Click to collapse
Don't get your hopes up yet. We're missing a lot of required framework. Basically, I'm running it as is, reading logcat errors, and fixing it one step at a time.

erishasnobattery said:
Don't get your hopes up yet. We're missing a lot of required framework. Basically, I'm running it as is, reading logcat errors, and fixing it one step at a time.
Click to expand...
Click to collapse
At least you are trying and that is appreciated.

TrekMD said:
At least you are trying and that is appreciated.
Click to expand...
Click to collapse
+1
Sent from my BAMF ADR6400L using XDA Premium App

Nothing on this hmmm?
Sent from my ADR6400L using XDA Premium App

I noticed over at android central, they posted that the EVO has the Sense 3.0 lockscreen now. So it can't be that far away from being possible as our phone and EVO are similar.

tu3218 said:
I noticed over at android central, they posted that the EVO has the Sense 3.0 lockscreen now. So it can't be that far away from being possible as our phone and EVO are similar.
Click to expand...
Click to collapse
Not really, physically yes, hardware wise... Not at all
Plus the evo has ril ... We haven't got it yet so until then don't expect this
Sent from my ADR6400L using XDA Premium App

Baiscally, this is dead in the water until we can get the Sense 2.1 framework. I can get it to load and mostly work, but unfortunately, it breaks WAAAAAYYYY too much other stuff to even be feasible. Once there is a working Gingerbread Sense Kernel, it shouldn't take much though.

So, patience is the word.

The one from the EVO works on the newest leak. Get it HERE.
Edit: Apparently deleting and/or renaming the existing one in root explorer will allow it to be installed.

erishasnobattery said:
The one from the EVO works on the newest leak. Get it HERE.
I wasn't able to just install it though. Had to mount system r/w and adb push it.
Stick it in a directory and do the following. I recommend you nandroid first, as I'm not responsible for you dorking up your phone.
Code:
adb shell mount -o rw,remount /dev/block/mmcblk0p12 /system
adb shell cp /system/app/HtcLockScreen.apk /system/app/HtcLockScreen.bak
cd <Your Directory>
adb push HtcLockScreen.apk /system/app/
adb reboot
If you decide it sucks, which I kinda think so, you can change it back with this:
Code:
adb shell mount -o rw,remount /dev/block/mmcblk0p12 /system
adb shell rm /system/app/HtcLockScreen.apk
adb shell cp /system/app/HtcLockScreen.apk /system/app/HtcLockScreen.bak
adb reboot
Click to expand...
Click to collapse
I just installed like a normal application although I ripped the original out first
Sent from my ADR6400L using XDA Premium App

superchilpil said:
I just installed like a normal application although I ripped the original out first
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
Possibly why mine didn't work.

Related

[ACS] Custom Transition Animations! With VIDEO :: UPDATED WITH METAMORPH :::

It may or may not have been clear enough I did in no way shape or form create these animations. I blended someone elses work to my liking. this is the part responsible for the animations you see noted in this video
Taken from here. I spent several hours today along with Idkwhothatis123 (from xda here ) blending fold, fly-in and bounce to get it how we liked it I'll make an flashable zip for people upon request because everyones framework will be different with themes/roms etc.
this is a link to a zipped anim folder you can replace by
This is no longer necessary unless you would rather use adb. there is a metamorph file attatched download that and put on the root of your sd and download metamorph from the market its free
Code:
adb shell
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
#exit
adb pull /system/framework/framework-res.apk
Then open up the res.apk with your choice archive manager. Replace the /framework-res.apk/res/anim folder with the one I've provided.
Reboot into recovery and
Code:
adb shell
#mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
#exit
adb push yoursdk/tools/framework-res.apk /system/framework/
I hope this makes sense and you guys like it
Here is a ****ty vid
[email protected] said:
Taken from here. I spent several hours today along with Idkwhothatis123 (from xda here ) blending fold, fly-in and bounce to get it how we liked it I'll make an flashable zip for people upon request because everyones framework will be different with themes/roms etc.
this is a link to a zipped anim folder you can replace by
Code:
adb shell
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
#exit
adb pull /system/framework/framework-res.apk
Then open up the res.apk with your choice archive manager. Replace the /framework-res.apk/res/anim folder with the one I've provided.
Reboot into recovery and
Code:
adb shell
#mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
#exit
adb push yoursdk/tools/framework-res.apk /system/framework/
I hope this makes sense and you guys like it
Here is a ****ty vid
Click to expand...
Click to collapse
Word.
My phone is faster than your netbook
can u make this flashable
Same make this flashable. Lol too much work on adb
Sent from my SPH-D700 using XDA App
joselb said:
can u make this flashable
Click to expand...
Click to collapse
SladeNoctis said:
Same make this flashable. Lol too much work on adb
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Read the op
I will have to make individual flashable zips for each and every theme/rom's framework. I am posting this here. If people like it enough request that your themer/rom created add it to their framework.
If you guys post what theme/rom you are using I'll whip it up for you
On acs rom with the acs percentage mod theme I am excited about this. I have always thought the stock ones were boring.
Awesome, thanks a lot for this it is really neat!
Cool stuff, thanks [email protected]!
Enjoy another great Android Creative Syndicate production, everyone, and give a warm welcome to another valued ACS member.
EDIT: Max, your voicemail is crazy-epic.
k0nane said:
Cool stuff, thanks [email protected]!
Enjoy another great Android Creative Syndicate production, everyone, and give a warm welcome to another valued ACS member.
EDIT: Max, your voicemail is crazy-epic.
Click to expand...
Click to collapse
Updated OP with metamorph which should make everyones life easier.
Thanks and I forgot I put that up there hahaha
[email protected] said:
Updated OP with metamorph which should make everyones life easier.
Thanks and I forgot I put that up there hahaha
Click to expand...
Click to collapse
So, would one just open the file through metamorph, unzip the file, apply the file, and reboot to obtain the animations. Those animations are fantastic!
hoopdy77 said:
So, would one just open the file through metamorph, unzip the file, apply the file, and reboot to obtain the animations. Those animations are fantastic!
Click to expand...
Click to collapse
Yes. I would make a Nandroid backup first just to be on the safe side though.
Sent from my SPH-D700 using XDA App
I download, run meta morph and errors says the control file could be missing?
Sent from my SPH-D700 using XDA App
troyolson92 said:
I download, run meta morph and errors says the control file could be missing?
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Choose the unzipped folder. There will be a xml file in there.. I had the same problem.
Can u pls make a update zip for the emotionless beast 3.0 and the [ROM][ACS] SyndicateROM 1.0.1a (Sai) :: Speed, Battery, Style :: UPDATED 11/7/2010...i tried the metamorph way just got alot of force closes
alfiej... what do you mean?
I moved zip to sd. choose with metamorph, I see the xml in there but metamorph errors saying that file wasn't created correctly.
OP,
Installed via metamorph and then rebooted. Upon reboot was met with FC loop. I tried clearing all the cache but that didn't help. Any ideas...It did work though because the FC error boxes were moving quite awesomely.
k0nane said:
Cool stuff, thanks [email protected]!
Enjoy another great Android Creative Syndicate production, everyone, and give a warm welcome to another valued ACS member.
EDIT: Max, your voicemail is crazy-epic.
Click to expand...
Click to collapse
Can i's join?
My phone is faster than your netbook
alfiej said:
Choose the unzipped folder. There will be a xml file in there.. I had the same problem.
Click to expand...
Click to collapse
This doesn't work for me either. Getting same errors.
Sent from my SPH-D700 using XDA App
smoothone said:
This doesn't work for me either. Getting same errors.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
I'm adding the animations to my theme right now. I should have something in an hour as I got a couple minor things to fix also.
If you haven't already checked out my theme its the only theme that is 100% customized. I an the only one that added the power options, no battery full pop ups, moved tw clock down for the music player. As I member of ACS I want the best and I will be the best. I will add any new mod such as this to my theme.
Sent from my Emotionless Beast of an ACS Epic using the XDA App
smoothone said:
This doesn't work for me either. Getting same errors.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Error doesn't matter. Open metamorph back up and navigate to the xml.
Sent from my SPH-D700 using XDA App

Modify hosts file?

Currently I am using firefly 2.9 and I have been trying to remove stats.wordpress from the blocked list so that I can receive stats on my wordpress site. I modified the file and copied it to the system/ect folder but it won't replace the old file.
I've tried deleting the old version and copying the new modified version in its place, but the old file keeps coming back! I've tried to match the permissions of the new file to the original but the settings don't stick.
Anyone have a suggestion?
Thanks!
Sent from my SAMSUNG-SGH-I897 using Tapatalk
Try doing it through adb:
copy the hosts file to your sd card, do whatever modifications you want on it, then do:
adb shell
su
mount -o rw,remount /dev/block/stl9 /system
cp /sdcard/hosts /system/etc
sync
reboot
or optionally, you can push it through clockwork as an update.zip
Clockwork sounds like the way I'd like to go... Do I just zip the file and call it update.zip? Or is there more to it than that? (i would assume)
I would do the adb method, but I have had bad luck with that in the past.
Thanks
Sent from my SAMSUNG-SGH-I897 using Tapatalk
There's more to it than that; it has to have a specific structure and an update script. Here's a guide:
http://www.robmcghee.com/android/creating-an-android-update-zip-package/
You don't need to sign it, so you can skip that step.
Okay thanks! I'll try to mess with it tomorrow.
Thanks again!
Sent from my SAMSUNG-SGH-I897 using Tapatalk
I have issues deleting files from system it won't let me it said read only
Sent from my HTC Glacier using XDA Premium App
celeox said:
I have issues deleting files from system it won't let me it said read only
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Your filesystem is mounted as read only, remount with -o rw,remount
Please give details sorry pretty new at this. Tried to mount system in recovery but no change
Sent from my HTC Glacier using XDA Premium App
U could use Root Explorer, it allows u to apply rw
That worked thanks
Sent from my HTC Glacier using XDA Premium App
How do I give thank you, it might sound dumb but I don't see thank you button anywhere. Is it because I'm new to forum?
Sent from my HTC Glacier using XDA Premium App
celeox said:
How do I give thank you, it might sound dumb but I don't see thank you button anywhere. Is it because I'm new to forum?
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
it doesnt exist on the app.....you have to do it from a computer
Pirateghost said:
it doesnt exist on the app.....you have to do it from a computer
Click to expand...
Click to collapse
ummm OR just open up your phones browser instead of using the app...
studacris said:
ummm OR just open up your phones browser instead of using the app...
Click to expand...
Click to collapse
but noobs will click on the OK button when they get prompted that the forum is Tapatalk compatible!
I haven't seen on computer either?
Sent from my HTC Glacier using XDA Premium App
celeox said:
I haven't seen on computer either?
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
I think you just met the minimum post count to see the thanks button.
fuloplori said:
U could use Root Explorer, it allows u to apply rw
Click to expand...
Click to collapse
I tried that, for some reason it still didn't let me copy the revised file through Root Explorer. I might give adb a try tomorrow.
Sent from my SAMSUNG-SGH-I897 using Tapatalk

Sensor calibration fix in gingerbread

As the AA site is still a WIP I will post here.
http://forum.xda-developers.com/attachment.php?attachmentid=632040&d=1308669292
Terminal Emulator/ADB Shell
$ su
# sensorcalibutil_yamaha
Follow directions.
Sent from my SPH-D700 using XDA App
For terminal it's
Su
System/bin/sensorcalibutil_yamaha
*or has it changed location since in ginger?*
Sent from my Epix 4G using XDA
Shoulon said:
For terminal it's
Su
System/bin/sensorcalibutil_yamaha
*or has it changed location since in ginger?*
Sent from my Epix 4G using XDA
Click to expand...
Click to collapse
It's changed in gingerbread.
Damn samsuck. need to question devs less eh =/
Sent from my Epix 4G using XDA
Shoulon said:
For terminal it's
Su
System/bin/sensorcalibutil_yamaha
*or has it changed location since in ginger?*
Sent from my Epix 4G using XDA
Click to expand...
Click to collapse
I have NEVER had to type system/bin before sensorcalibutil_yahama.
What does the zip file do?
Flashable zip?
*edit* nevermind I just peeked inside the zip.
For post above me, you flash through clockwork, and it flashes the calibration tool needed.
And btw its no included at all in gb, hence the need for this to be flashed
Sent from my SPH-D700
ran the calibration tool and it made no difference
No difference here either. Doesn't really bother me much tho.
Sent from my SPH-D700 using XDA App
Guess they thought gingerbreads version would work? So no difference huh?
Well thanks for getting this still Marcusant.
Just a thought, but wouldn't you need the other files that go with it? If i knew how to compile one of these zips, i would edit it and see if it worked >.>
/system/bin/sensorcalibutil_yamaha
/system/bin/sensorserver_yamaha
/system/bin/sensorstatutil_yamaha
hoffman1984 said:
Just a thought, but wouldn't you need the other files that go with it? If i knew how to compile one of these zips, i would edit it and see if it worked >.>
/system/bin/sensorcalibutil_yamaha
/system/bin/sensorserver_yamaha
/system/bin/sensorstatutil_yamaha
Click to expand...
Click to collapse
I would think you could just download a rom open it up with winrar and copy it out and post it with credits and permission of coarse, just to be safe
Well the reason i mentioned the 3 files, is that sensorcalibutil_yamaha was the only file that's flashed in this fix. Hence why it might not work? Again, i know nothing of fixes and development on Android, but from a programming perspective, i would say they're dependent files...
Who knows... If anyone feels like taking the time to re-create this fix with the files listed, it just may work. =\
hoffman1984 said:
Well the reason i mentioned the 3 files, is that sensorcalibutil_yamaha was the only file that's flashed in this fix. Hence why it might not work? Again, i know nothing of fixes and development on Android, but from a programming perspective, i would say they're dependent files...
Who knows... If anyone feels like taking the time to re-create this fix with the files listed, it just may work. =\
Click to expand...
Click to collapse
Drag them into the zip and post it. Trust me, Marcusant probably doesn't mind the whole permission thing.
Sent from my SPH-D700 using XDA App
I did all that... edited the update script... and it bricked my phone. I'll hve to do my research, cause I have a feeling that it's not as easy as just dropping files into a zip
Sent from my SPH-D700 using XDA App
hoffman1984 said:
I did all that... edited the update script... and it bricked my phone. I'll hve to do my research, cause I have a feeling that it's not as easy as just dropping files into a zip
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Don't edit the script...
Sent from my SPH-D700 using XDA App
flipblind said:
Drag them into the zip and post it. Trust me, Marcusant probably doesn't mind the whole permission thing.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Kick in the nuts? lol
flipblind said:
Don't edit the script...
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
May I ask why?
Sent from my SPH-D700 using XDA App

I can't find an app in the market ?

im looking for pxlite and im running cm7 2.3.4 it should be there but i cant find it Help ?
It is there, but the Market says it's not compatible with the HERO200. There are usually workarounds for this, the easiest is to try to find an apk out in the wild.
Do you know where I can get it
Sent from my HERO200 using XDA App
cmason1015 said:
It is there, but the Market says it's not compatible with the HERO200. There are usually workarounds for this, the easiest is to try to find an apk out in the wild.
Click to expand...
Click to collapse
I think the easiest workaround is to edit your build.prop to id you phone as something different. I haven't actually found what to edit it to, but maybe someone will chime in.
Download the .apk file from here:
androidzoom.com/android_applications/adult/pxlite-free-live-chat-18_betix.html
either onto your PC and transfer it to the SD Root using your USB cable, or you may be able to download it directly to your phone.
It takes me to the market? Anything else I can do?
Sent from my HERO200 using XDA App
xzxzx90 said:
It takes me to the market? Anything else I can do?
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Edit this line in your build.prop from
Code:
ro.product.model=HERO200
to
Code:
ro.product.model=PC36100
That should make your phone be recognized as an Evo 3D you may also need to change this line from
Code:
ro.opengles.version=65536
to
Code:
ro.opengles.version=131072
Still can't find it
Sent from my PC36100 using XDA App
can one of you download it and upload the .apk for me to download?
any luck finding it ?
I got it for you man... PM me your email and I'll send it to you!
I sent it to you man... Lemme know if you get it Bro!
dastin1015 said:
Edit this line in your build.prop from
Code:
ro.product.model=HERO200
to
Code:
ro.product.model=PC36100
That should make your phone be recognized as an Evo 3D you may also need to change this line from
Code:
ro.opengles.version=65536
to
Code:
ro.opengles.version=131072
Click to expand...
Click to collapse
PC36100 is the Evo 4G. PC86100 is the Evo 3D. Just saying.
user7618 said:
PC36100 is the Evo 4G. PC86100 is the Evo 3D. Just saying.
Click to expand...
Click to collapse
Ok thanks. I just had two build.prop files laying around knew it was of the Evo family.
Sent from my HTC Hero making C.R.E.A.M.

[Q] Anyone able to provide steps to remove system apps (bloatware)

Hi,
So I've read that it's something to do with the kernel being protected and was wondering if anyone has a solution, all I'd like is for the following apps to be uninstalled as I consider them bloatware.
7digital
Best Deals
Kid Mode
Parent Dashboard
Rescue
Setup
Stocks
Google Talk
Watch
Anyone able to help me, thanks!
kash20 said:
Hi,
So I've read that it's something to do with the kernel being protected and was wondering if anyone has a solution, all I'd like is for the following apps to be uninstalled as I consider them bloatware.
7digital
Best Deals
Kid Mode
Parent Dashboard
Rescue
Setup
Stocks
Google Talk
Watch
Anyone able to help me, thanks!
Click to expand...
Click to collapse
i think theres one on its way very soon
Google talk isn't bloatware :-S
Sent from my Nexus 4 using xda premium
jaythenut said:
i think theres one on its way very soon
Click to expand...
Click to collapse
Yeah, guess the phone hasn't been out for long so guess I'll wait it out
Lothaen said:
Google talk isn't bloatware :-S
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
And well it technically isn't but for someone living in the UK, it doesn't have much purpose for us over here (well for me anyway)
kash20 said:
Yeah, guess the phone hasn't been out for long so guess I'll wait it out
And well it technically isn't but for someone living in the UK, it doesn't have much purpose for us over here (well for me anyway)
Click to expand...
Click to collapse
In recovery:
Code:
adb shell
sysrw
rm /system/app/abc.apk
This may be a stupid question but I use a mac so would the commands be the same through terminal ?
Sent from my HTC One using xda app-developers app
kash20 said:
Yeah, guess the phone hasn't been out for long so guess I'll wait it out
And well it technically isn't but for someone living in the UK, it doesn't have much purpose for us over here (well for me anyway)
Click to expand...
Click to collapse
I think you mean google voice
google talk is the messenger thing that also integrates with gmail/google+ on the web.
google voice is the US only thing
kash20 said:
This may be a stupid question but I use a mac so would the commands be the same through terminal ?
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
I have a Mac too, so yeah
Or just install a rom and remove bloat wear through aroma trickdroid rom you can remove all the above
jaythenut said:
Or just install a rom and remove bloat wear through aroma trickdroid rom you can remove all the above
Click to expand...
Click to collapse
Not really necessary since you can just remove it manually without flashing a rom to do it for you
Also, aroma is an installation customization tool, not part of any rom's name....
MacHackz said:
In recovery:
Code:
adb shell
sysrw
rm /system/app/abc.apk
Click to expand...
Click to collapse
not working for me ?
here is what i have done with success :
in recovery:
adb shell mount /system
adb shell rm /system/app/?????.apk
johnavengers said:
not working for me ?
here is what i have done with success :
in recovery:
adb shell mount /system
adb shell rm /system/app/?????.apk
Click to expand...
Click to collapse
you need to use sysrw before rm
Why don't you disable them from application manager?
Sent from my GT-I9300 using Tapatalk 2
i.razvan said:
Why don't you disable them from application manager?
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Precisely what I was going to say and you can get rid of pretty much 99% of them as that is what I did.
You can't disable all system apps through application manager.. Unless 4.1.2 is different on the One than it is on the S3.
Freeze with Titanium sounds a viable option.
Sent from my GT-I9300
KennyLegend said:
You can't disable all system apps through application manager.. Unless 4.1.2 is different on the One than it is on the S3.
Freeze with Titanium sounds a viable option.
Sent from my GT-I9300
Click to expand...
Click to collapse
True but if you don't want to root then it's the best alternative.

Categories

Resources