PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Android > Android HTC Devices > Legacy HTC Android Devices > HTC Hero
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-17-2009, 04:37 AM
ruskiyab's Avatar
Very Important Person
Offline
Pocket PC: HTC Hero
Carrier: Sprint
Location: St. Louis, MO
 
Join Date: Nov 2006
Posts: 958
Reputation: 3405
ruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
[THEME][11/18/09] Lockscreen Port for CDMA Hero [Transparent Lockscreen Added]

I found out the hard way that this won't work for the CDMA hero (don't judge, I got my first Android phone last week) so I set out to port this to work on CDMA.

If you have some sort of custom these running, this may or may not break it, These are based on Modaco's 1.1

eViL Lockscreen Port:


Transparent Lockscreen:


Please do nandroid backup before proceeding

Attached is com.htc.resources.apk that needs to be pushed to /system/framework

One way to do it is by copying com.htc.resources.apk to a directory called lockscreen on your sdcard, and using SDK tools

Code:
adb shell
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cp -r /sdcard/lockscreen/com.htc.resources.apk /system/framework/
reboot
Download:

eViL Port:

com.htc.resources.apk
update.zip Thanks to Thann

Transparent:
com.htc.resources.apk
update.zip

Enjoy

Last edited by ruskiyab; 11-18-2009 at 03:44 PM.
Reply With Quote
This post has been thanked 2 times.
  #2 (permalink)  
Old 11-17-2009, 07:37 PM
Vertigo's Avatar
Halfway to VIP Status
Offline
Pocket PC: Evo 3D
Carrier: Sprint
Location: East Islip, NY
 
Join Date: Mar 2007
Posts: 653
Reputation: 420
Vertigo is becoming a PPCGeeks regularVertigo is becoming a PPCGeeks regularVertigo is becoming a PPCGeeks regularVertigo is becoming a PPCGeeks regularVertigo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: eViL Lockscreen Port for CDMA Hero

looks nice but need some transparency..
__________________
Reply With Quote
  #3 (permalink)  
Old 11-17-2009, 10:15 PM
GODZSON's Avatar
VIP Member
Offline
Pocket PC: HERO & TOUCH PRO 2
Carrier: SPRINT -my paycheck-
Location: Earth
 
Join Date: Jul 2007
Posts: 482
Reputation: 3200
GODZSON is still contributing even after becoming a VIPGODZSON is still contributing even after becoming a VIPGODZSON is still contributing even after becoming a VIPGODZSON is still contributing even after becoming a VIPGODZSON is still contributing even after becoming a VIPGODZSON is still contributing even after becoming a VIPGODZSON is still contributing even after becoming a VIPGODZSON is still contributing even after becoming a VIPGODZSON is still contributing even after becoming a VIPGODZSON is still contributing even after becoming a VIPGODZSON is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to GODZSON
Cool Re: eViL Lockscreen Port for CDMA Hero

Quote:
Originally Posted by ruskiyab View Post




If the image files can be sent to me I can make it transparent, and create new lockscreen styles.. Thanks in advance, and for your porting
__________________
A dream becomes a goal when action is taken towards its achievement.

Donations (show love for my work)

Last edited by GODZSON; 11-17-2009 at 10:29 PM.
Reply With Quote
  #4 (permalink)  
Old 11-18-2009, 01:41 AM
Brock1909's Avatar
Almost a VIP
Offline
Pocket PC: HERO
Carrier: Sprint
 
Join Date: Oct 2007
Posts: 935
Reputation: 1235
Brock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Brock1909 Send a message via MSN to Brock1909 Send a message via Yahoo to Brock1909
Re: eViL Lockscreen Port for CDMA Hero

Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Andrew>cd\
C:\>cd\android\tools
C:\Android\tools>adb shell
$ su
su
# mount -o remount,rw -t yaffs /dev/block/mtdblock3 /system
mount -o remount,rw -t yaffs /dev/block/mtdblock3 /system
# cp -r /sdcard/lockscreen/com.htc.resources.apk /system/framework
cp -r /sdcard/lockscreen/com.htc.resources.apk /system/framework
cp: not found
#


what did i do wrong?
Reply With Quote
  #5 (permalink)  
Old 11-18-2009, 12:05 PM
ruskiyab's Avatar
Very Important Person
Offline
Pocket PC: HTC Hero
Carrier: Sprint
Threadstarter
Location: St. Louis, MO
 
Join Date: Nov 2006
Posts: 958
Reputation: 3405
ruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: eViL Lockscreen Port for CDMA Hero

is your phone rooted? I've read somewhere that only rooted phones support the cp command
Reply With Quote
  #6 (permalink)  
Old 11-18-2009, 12:21 PM
Brock1909's Avatar
Almost a VIP
Offline
Pocket PC: HERO
Carrier: Sprint
 
Join Date: Oct 2007
Posts: 935
Reputation: 1235
Brock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Brock1909 Send a message via MSN to Brock1909 Send a message via Yahoo to Brock1909
Re: eViL Lockscreen Port for CDMA Hero

Quote:
Originally Posted by ruskiyab View Post
is your phone rooted? I've read somewhere that only rooted phones support the cp command
yes it is.
Reply With Quote
  #7 (permalink)  
Old 11-18-2009, 02:23 PM
ruskiyab's Avatar
Very Important Person
Offline
Pocket PC: HTC Hero
Carrier: Sprint
Threadstarter
Location: St. Louis, MO
 
Join Date: Nov 2006
Posts: 958
Reputation: 3405
ruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIPruskiyab is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: eViL Lockscreen Port for CDMA Hero

Quote:
Originally Posted by Brock1909 View Post
yes it is.
Use the update.zip I linked to in the first post


New Lockscreen added
Reply With Quote
  #8 (permalink)  
Old 11-18-2009, 05:05 PM
Brock1909's Avatar
Almost a VIP
Offline
Pocket PC: HERO
Carrier: Sprint
 
Join Date: Oct 2007
Posts: 935
Reputation: 1235
Brock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Brock1909 Send a message via MSN to Brock1909 Send a message via Yahoo to Brock1909
Re: eViL Lockscreen Port for CDMA Hero

Quote:
Originally Posted by ruskiyab View Post
Use the update.zip I linked to in the first post


New Lockscreen added
i tried, but when i try to get to the recovery scren, all i get is the triangle with the! in it and the phone on the screen.
Reply With Quote
  #9 (permalink)  
Old 11-18-2009, 05:43 PM
thacounty's Avatar
White Monster > Red Bull
Offline
Pocket PC: Clean S4 - Development stopped - xposed mod
Carrier: AT&T
Location: BG, Kentucky
 
Join Date: Jul 2007
Posts: 2,644
Reputation: 3855
thacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to thacounty Send a message via MSN to thacounty Send a message via Skype™ to thacounty
Re: eViL Lockscreen Port for CDMA Hero

Quote:
Originally Posted by Brock1909 View Post
i tried, but when i try to get to the recovery scren, all i get is the triangle with the! in it and the phone on the screen.
Then you don't have your recovery image flashed correctly.
__________________
On On U of K!!!! Sammy GS4 - ATT - Clean Rom - Xposed Mod
Reply With Quote
  #10 (permalink)  
Old 11-18-2009, 06:26 PM
slapmedia's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Hero
Carrier: Sprint
Location: Houston, TX
 
Join Date: May 2009
Posts: 78
Reputation: 50
slapmedia is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [THEME][11/18/09] Lockscreen Port for CDMA Hero [Transparent Lockscreen Added]

Can we just install the .APK file through HTC Sync as a non-Market app?
__________________
-Slapmedia

Now using the HTC Hero (Android)


Reply With Quote
Reply

  PPCGeeks > Android > Android HTC Devices > Legacy HTC Android Devices > HTC Hero


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 08:34 PM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com