[HERO ROM] Sneak Peek Working Donut on CDMA Hero


Can you post a link of the fonts you're trying to upload -- I will test it myself and see if I have the same problems. Also, are you using the Gumbo 1.5b ROM -- if not, what ROM are you using? Another thing, are you using Apps2SD? Thanks.

Here it is
fonts.rar


You're trying to push a file that doesn't exist. They all have a ttf extension.

Change your folder settings in Windows so you can see file extensions.
it still says the same thing
 
Last edited:
First off, I want to say that this ROM rocks and the sheer speed alone has made me not even care about sense. I was a little hesitant on flashing this thinking I would miss sense but as stated earlier, the speed of the rom more than makes up for it.

I have been rather fortunate with my experiences using this rom. My text messages work as well as my headphones. I was suprised that my headphone jack works as I have read for the most part that headphones arent working with this rom. Looks like I got lucky some how

I have decided to use this as my daily driver and the only issues that I've experienced at this point is just lack of bluetooth and speaker phone which have already been mentioned and aren't deal breakers for me. Big thanks to the devs and keep up the awesome work!
 
Any chance we could get a single update.zip with everything included. Not all that techy yet and would love to give this a try.
 
try
Code:
adb push C:\AndroidSDK\tools\fonts\DroidSans.tff /system/fonts/DroidSans.ttf

Your slashes are backwards for a Windows file system, and adb for Windows may need a full path.

got it to work thanks :D


looks weird on the dolphin instead of ... there squares and so its the maps
 
Is there anything specific required to get GPS to work? I'm having an issue with trying to turn GPS on, and its not working. I'm also having the same issue with AOSP 1.6 from XDA. Basically, when GPS is checked, when its supposed to turn on, nothing happens. Not icon at top, basically nothing. I've tested it in g-maps and various apps that use GPS and no dice. I've installed from a wipe, and followed instructions on either ROM perfectly. Any ideas? Really bugging me i can't figure this out.



D/GpsLocationProvider( 79): enable
D/libgps ( 79): DeferredActionThread started
D/GpsLocationProvider( 79): GpsEventThread starting
D/GpsLocationProvider( 79): pass mutex_lock
D/GpsLocationProvider( 79): NetworkThread starting
D/GpsLocationProvider( 79): setMinTime 1000
D/GpsLocationProvider( 79): NetworkThread out of wake loop
D/GpsLocationProvider( 79): Requesting time from NTP server north-america.pool
.ntp.org
D/GpsLocationProvider( 79): startNavigating
D/libgps ( 79): set PositionMode = 0, sFixFrequency = 1
D/libgps ( 79): qct_gps_start
D/libgps ( 79): pthread_cond_wait returned
D/libgps ( 79): DeferredActionThread calling send_get_position
D/libgps ( 79): PD send_get_position mode: 0, fixFrequency: 1, requestedTimeo
ut: 2, requestedAccuracy: 50, count: 268435455
D/libgps ( 79): PD command:
D/libgps ( 79): RPC_PDSM_PD_CMD_GET_POS
D/SntpClient( 79): round trip: 514 ms
D/SntpClient( 79): clock offset: -17697 ms
D/GpsLocationProvider( 79): calling native_inject_time: 1264578435047 referenc
e: 501771 certainty: 257
D/GpsLocationProvider( 79): NetworkThread wait for 14400000ms
D/GpsLocationProvider( 79): stopNavigating
D/libgps ( 79): pthread_cond_wait returned
D/libgps ( 79): DeferredActionThread calling send_end_session
D/libgps ( 79): PD command:
D/libgps ( 79): RPC_PDSM_PD_CMD_END_SESSION
D/GpsLocationProvider( 79): disable
D/GpsLocationProvider( 79): stopNavigating
D/GpsLocationProvider( 79): pass cond_wait
D/GpsLocationProvider( 79): unlocked mutex
D/GpsLocationProvider( 79): GpsEventThread exiting
D/GpsLocationProvider( 79): stopping NetworkThread
D/GpsLocationProvider( 79): NetworkThread out of wake loop
D/GpsLocationProvider( 79): NetworkThread exiting
D/libgps ( 79): qct_gps_set_fix_frequency(-1452191720)

This is the logcat from me turning it on, waiting a few, then turning it off, if that helps.
 
Last edited:
Wow thanks this is running really well!
My GPS works fine but the Weather widget can't find my location... odd. Headphones also work just fine.

I did a wipe before flashing, of course.

Any custom lockscreen-ability on here? I'd like to get something nicer than the stock one heh.
 
Any chance we could get a single update.zip with everything included. Not all that techy yet and would love to give this a try.

Not going to happen, at least from me. Doing so would taint the open source portions of the ROM with closed code. Flashing two or three zip files isn't any harder than one, just takes 120 seconds longer.

Is there anything specific required to get GPS to work? I'm having an issue with trying to turn GPS on, and its not working. I'm also having the same issue with AOSP 1.6 from XDA. Basically, when GPS is checked, when its supposed to turn on, nothing happens. Not icon at top, basically nothing. I've tested it in g-maps and various apps that use GPS and no dice. I've installed from a wipe, and followed instructions on either ROM perfectly. Any ideas? Really bugging me i can't figure this out.





This is the logcat from me turning it on, waiting a few, then turning it off, if that helps.

The log shows the gps service starting and stopping, and I don't see any errors. Does GPS work with other ROMs?

Wow thanks this is running really well!
My GPS works fine but the Weather widget can't find my location... odd. Headphones also work just fine.

I did a wipe before flashing, of course.

Any custom lockscreen-ability on here? I'd like to get something nicer than the stock one heh.

Weather widget is broke. It needs the 2.1 framework to use autolocation. It's the same on any ROM that can use it, except for the Nexus ROMs

How do I get to the command code when installing the last step? Do I need to install the SDK?
You can either install the SDK, or download a terminal application from the market and enter the commands right on the phone. To do it on the phone itself:

Code:
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
busybox --install /system/xbin
reboot

Phone will reboot and you'll have busybox running as intended.
 
Not going to happen, at least from me. Doing so would taint the open source portions of the ROM with closed code. Flashing two or three zip files isn't any harder than one, just takes 120 seconds longer.



The log shows the gps service starting and stopping, and I don't see any errors. Does GPS work with other ROMs?



Weather widget is broke. It needs the 2.1 framework to use autolocation. It's the same on any ROM that can use it, except for the Nexus ROMs


You can either install the SDK, or download a terminal application from the market and enter the commands right on the phone. To do it on the phone itself:

Code:
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
busybox --install /system/xbin
reboot

Phone will reboot and you'll have busybox running as intended.

That's the thing, gps works perfect in every 1.5 Rom I've tried, only the two 1.6's do I have any trouble. If it wasn't for logcat you'd never know the gps switch did anything at all.
 
After getting it running just wanted to chime in and say that SMS works with no problem, GPS actually seems to work better now than it did before (maybe just me) haven't tried the phone yet but I'm sure it will work. Also like everyone else has already said Bluetooth still doesn't work. But anyways from all I can tell is this is a very fast and smooth rom for being what it is. Thanks to everyone for the hard work.
 
You need to find a custom rom from the wiki they have on XDA-Developers.com, just search under CDMA hero and they have a sticky there for all the custom roms. Then when you find one you like download it to your comp. plug your phone in and mount your SD card, transfer the downloaded file to the card and rename it update, unplug your phone and turn it off, turn phone into recovery mode by holding down power plus home, flash the downloaded file from sdcard and thats pretty much it. Be sure and wipe your data to factory setting to be safe. If you need any more help just search flashing a custom rom for CDMA Hero on google, thats how I found it.
 
just wanted to say awesome work on this rom man (and to all else who also deserve credit)

it is blazing fast and seems very stable and i love the UI tweaks.

i would be using this as my full time rom except for a couple of reasons which im figuring would be pretty hard to overcome.. mostly visual voicemail, sprint nfl/nav, and ambient light sensor. also for some reason i can't find grooveshark onthe market

but man awesome work.
 

Trending Posts

Forum statistics

Threads
956,464
Messages
6,968,368
Members
3,163,552
Latest member
dumpsterrentals68