HTC Hero Sense now BOOTS on TOPAZ [For real, no skin] - Touch Diamond2, Pure Android Development

http://forum.xda-developers.com/showthread.php?t=641021
ALL credits go to [email protected]
Video: http://www.youtube.com/watch?v=IXd5WC2y6lQ
To make hero sense boot, make sure your STARTUP.TXT looks exactly like below:
set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2293
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 msmts_calib=0x395.0x3d5.0x79.0xa0 clock-7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 gsensor_axis=-1,-2,3"
boot
Or, it won't boot...
Now working: (Tested myself)
- Phone (Dial in or out)
- Most HTC clocks and apps
- Different scenes
and more...
Not working:
- Camera
- Voice Recorder
- Settings

are sound working...

Can you write what files are you used ?

Airpil said:
Can you write what files are you used ?
Click to expand...
Click to collapse
Download the Rosie Android package at
http://www.sendspace.com/file/qmkfbq
then download the system.sqsh revision b dated 30/3 at
http://xda.duttonbiz.com/package_hero_rosie_30032010/system300320101revb.sqsh
and rename it to system.sqsh and use this file to overwrite the original one in the Rosie package
Next copy all the contents to the root of your sd card
run haret.exe

I can confirm it works but SMS dont work and calls work even in the correct volume level.
data connection doesnt work
and what is the most annoying bug : settings dont work.
so far from this htc desire apps work afaik
thanks for that!

All credits to klinux

There is a spécific section now to post about android
Mod will move this tread
I test this pack this morning and still no sound and very slow with a lot a pb to use app like sms and others ... i will try with the last sqh to see if there is any improvment

------------

Hi tomanlan,
Thank you for your post!!
I'm trying to make this run in my topaz.
When you say startup.txt do you mean the startup.txt that are inside topaz folder??

Zimaia said:
Hi tomanlan,
Thank you for your post!!
I'm trying to make this run in my topaz.
When you say startup.txt do you mean the startup.txt that are inside topaz folder??
Click to expand...
Click to collapse
No, place it in the root of your sd card and run haret.exe

tomanlam said:
No, place it in the root of your sd card and run haret.exe
Click to expand...
Click to collapse
Ok, thanks.
The hero boots fine and works. However no sound here and still lags a lot.
But this is a great achievement
When this became available in a rom that you can flash then i supose it will run better.
Let's have hope
Thanks

I try this one,icon shows no service...but i have signal a i make a call?:/ nad i've problem with battery icon ,it shows still charging...

HTC HD2
How do i track the gprs summary in htc hd2 with windows 6.5

I go to try.

tomanlam said:
Download the Rosie Android package at
http://www.sendspace.com/file/qmkfbq
then download the system.sqsh revision b dated 30/3 at
http://xda.duttonbiz.com/package_hero_rosie_30032010/system300320101revb.sqsh
and rename it to system.sqsh and use this file to overwrite the original one in the Rosie package
Next copy all the contents to the root of your sd card
run haret.exe
Click to expand...
Click to collapse
the system.sqsh doesnt download, it just pops up a page with a bunch of weird writing on it.

maybe try right click and save as

piszkot said:
I try this one,icon shows no service...but i have signal a i make a call?:/ nad i've problem with battery icon ,it shows still charging...
Click to expand...
Click to collapse
It's not a bug but a tweak by klinux to remove the 5% battery issue, anyway, you can still see the real percentage by tapping on the home clock

piszkot said:
I try this one,icon shows no service...but i have signal a i make a call?:/ nad i've problem with battery icon ,it shows still charging...
Click to expand...
Click to collapse
even though your phone says it doesn't pick a signal, you CAN still make a call, try removing the line of something like 'force CDMA=1' from the startup.txt and the issue should go

how does "signal" works ?
it show me "no signal" and @ first startup the device mean that i havent a Sim-Card inside... , how i can change this ?
Edit:
I have problems with "settings and Sounds" too...

CommanderDuplex said:
how does "signal" works ?
it show me "no signal" and @ first startup the device mean that i havent a Sim-Card inside... , how i can change this ?
Edit:
I have problems with "settings and Sounds" too...
Click to expand...
Click to collapse
SOUND and NETWORK SETTINGS don't work at the moment, plz wait for KLINUX to release a fix for this
To have "SIGNALS" received, plz modify your STARTUP.txt and delete the line "force_cdma=1" so that the STARTUP.TXT looks like this:
set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2293
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 msmts_calib=0x395.0x3d5.0x79.0xa0 clock-7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 gsensor_axis=-1,-2,3"
boot

Related

Change all 3 splash screens (new tut and scripts included)

This is a howto for editing all the splashscreens of your Wizard.
There are several tutorials however none of them deal with all 3 of them.
I myself had a lot of searching before I found the way to change HTC Logo.
All info is already on this forum, I only wrote this little tutorial, changed a tool and created some scripts to ease your work..
I have changed a few steps (just to make it easier)
I have included every program and file used.
WARNING:
DO NOT PROCEED IF YOU DON'T UNDERSTAND THE STEPS.
Do not blame me if you brick your phone, your house burns down, your girlfriend gets pregnant and all other catastrophies..
1st step: Splashscreen1 the HTC Logo
The HTC logo is the first splash screen you see (its the screen without the IPL/SPL ETC data).
It is a 240 W x 320 H 24 bits bitmap, but it is compressed..
In order to make a HTC_Logo Splash screen do the following:
1a) Create a 240x320 (Portrait!!) bitmap save it as 24 bits bitmap.
1b) Call this file htc.bmp and copy it to the folder with my files.
1c) Doubleclick htc-compres.bat -> Now a file called "HTC_Logo.nb" is created. The size of this file should be exactly 65536 bytes *
2nd Step: Splashscreen2 the Splash Screen
The Splash Screen is the second splash screen you will see when booting the phone
It is again a 240 W x 320 H 24 bits bitmap.
2a) Create a 240x320 (Portrait!!) bitmap save it as 24 bits bitmap.
2b) Call this file splash.bmp and copy it to the folder with my files.
2c) open nb_image_converter.exe; load your splash.bmp and click save .nb; call this file signed.002 ( not signed.002.nb )
2d) doubleclick splash2.bat. A file called signed-splash.nb is now created. The size of this file should be exactly 196608 bytes
3rd Step: Create the splash-installer.
3a) run nbfsplash-tool.exe (this file has been modified by me in order to simplify the process)
3b) Model ID is wizard (don't change)
- Choose the language of your rom (eg. WWE)
- leave OEM version; Operator version and CID empty ( So don't change!!!)
3c) Check File #1 and add the signed-splash.nb file; select the image name "Splash screen" and click the start address
-it should read "92000000" don't change!!
3d) Check File #2 and add the htc_logo.nb file file; select the image name "HTC Logo" and click the start address
-it should read "9D000000" don't change!!
3e) Click translate. a file called nk.nbf is created.
3f) open RUU_SPLASH.zip and drag and drop the nk.nbf.
3g) rename RUU_SPLASH.zip to RUU_SPLASH.exe
Now you are ready to flash your splash files.
doubleclick the RUU_SPLASH.exe and follow the well known actions (it will be done in less than a minute).
4rd Step: Splashscreen3 the Welcomehead.96.png
It is the third splash screen you will see when booting the phone
It is a 240 W x 320 H png file.
4a) Create a 240x320 (Portrait!!) bitmap save it as a 24 bits bitmap.
4b) Call this file welcomehead.bmp and copy it to the folder with my files.
4c) doubleclick welcomehead.bat, now a file called welcomehead.cab is created.
4d) install the cab on the phone.
Have Fun.
EqX
Attached: tools you need.
*
In order for this to work you need the MSVC 8.0 runtimes:
http://www.microsoft.com/downloads/...EE-A3F9-4C13-9C99-220B62A191EE&displaylang=en
Note: If your own bitmap is compressed and the HTC_Logo.nb exceeds the 64K limit, the bitmap is too complex. The Lz compression can't handle it.
Save the BMP as a gif file, then open the gif and save it again as a bmp. The compression of gif is enough to simplify the bitmap.
Then try 1b-1c again.
If it still is not enough, then you'll have to convert to jpeg (try lowest compression first!) and re-convert it to BMP, after that try 1b-1c again..
created some more scripts
I have added some scripts in order to eliminate the use of a hex-editor.
Made a cab-creator to change the welcomehead.96.png.
Modified the tut (simplified).
Htc Prophet
do you know this method is compatible for G4 prophet
thanks
AbuYahya said:
do you know this method is compatible for G4 prophet
thanks
Click to expand...
Click to collapse
As far as I know it is NOT compatible with the prophet.
wow great work! This will come in useful ! Many Thanks!
the-equinoxe said:
1a) Create a 240x320 (Portrait!!) bitmap save it as 24 bits bitmap.
1b) Call this file htc.bmp and copy it to the folder with my files.
1c) Doubleclick htc-compres.bat -> Now a file called "HTC_Logo.nb" is created. The size of this file should be exactly 65536 bytes
Click to expand...
Click to collapse
Following your instructions I have created the file [htc.bmp] then clicked the file [htc-compres.bat] nothing happens.
section 2 works fine.
Sugestion for where I'm going wrong?
andy_morgan said:
Following your instructions I have created the file [htc.bmp] then clicked the file [htc-compres.bat] nothing happens.
section 2 works fine.
Sugestion for where I'm going wrong?
Click to expand...
Click to collapse
yep same here. i guess i got to use the old way.
andy_morgan said:
Following your instructions I have created the file [htc.bmp] then clicked the file [htc-compres.bat] nothing happens.
section 2 works fine.
Sugestion for where I'm going wrong?
Click to expand...
Click to collapse
It's not your fault!
I forgot to include a file.
Now it has been included in the zip file in the first post.
[edit]
removed the file because startpost had been updated some time ago..
[/edit]
the-equinoxe said:
It's not your fault!
I forgot to include a file.
It has been included in the zip file in the first post.
I also attached the file here so you dont have to download the whole zip.
unpack it and put it in the folder with my files.
Click to expand...
Click to collapse
Thanks for that, works a treat.
finally i can modify the HTC-Logo by myself! thanks a lot!!
I tried. Problems here:
I made a 240x320 24bit BMP file (htc.bmp, i double check its properties), after i run htc-compres.bat, a file named HTC_Logo.nb was created, so far so good? no, the file size WASN'T 65,535 but 119,004, any hints?
huangyz said:
I tried. Problems here:
I made a 240x320 24bit BMP file (htc.bmp, i double check its properties), after i run htc-compres.bat, a file named HTC_Logo.nb was created, so far so good? no, the file size WASN'T 65,535 but 119,004, any hints?
Click to expand...
Click to collapse
If your own bitmap is compressed and it exceeds the 64K limit, the bitmap is too complex. The Lz compression can't handle it.
I encountered it once, I saved it as a gif file, and then opened it again and saved it again as a bmp. The compression of gif was enough to simplify the bitmap.
It won't work always, in some cases you even have to convert to jpeg (try lowest compression first!) and than back again.
Superb - I love it whena plan comes together.
Great little tutorial, worked a treat.
Cheers
Matt
great work. makes my life easyer.thanks!!!!!
I'm using a wizard, i had no problems changing splash screen using other thread instructions, but theres something i can't get here; you guys talk about 2 or even 3 different splashes, i had only one;] seriously, first there goes the splash i uploaded, then after a few seconds, the same picture with rom, radio etc numbers on it... is it other than usually? enlight me;]
also... you may find it a bit funny, i havent ask anyone yet... my wiz. boots quite long... it's more then 2 minutes usually, sometimes it's longer... i seriously doubt it's normal, but haven't have time to hard reset yet... tell me please, how funny is it for you?
banannq said:
I'm using a wizard, i had no problems changing splash screen using other thread instructions, but theres something i can't get here; you guys talk about 2 or even 3 different splashes, i had only one;] seriously, first there goes the splash i uploaded, then after a few seconds, the same picture with rom, radio etc numbers on it... is it other than usually? enlight me;]
Click to expand...
Click to collapse
The 1st screen you see (without rom radio spl etc) is the HTC Logo
The 2nd screen you see (with rom radio spl etc) is the splash
The 3rd screen you see (again without rom radio spl etc) is the welcomehead of windows mobile 5.0
A lot of roms use the same picture for the first 2 screens.
Some may even use the same as welcomehead.
Excelent Work
Nice job,
Can I put this how-to on Molski.Biz?
Offcourse I will give you the credits for it
Molski
HI there,
I am a newbie and wanted just download the first file of this posting, but I am not able to download it due to access restrictions or something like that. I am able to download the BLC.EXE but I need the first file. Maybe someone can help?
molski said:
Nice job,
Can I put this how-to on Molski.Biz?
Offcourse I will give you the credits for it
Molski
Click to expand...
Click to collapse
That would be great.

old version don not use

please use this version moving forward.
http://forum.xda-developers.com/showthread.php?t=643045
mssmison said:
It's been a long time since I've posted a new build to the forum please go easy on me I've been a behind the scenes guy lately
So everyone's probably seen the extensive changes we did to the initrd. If not find them in this post here. We've removed the rootfs completely. And setup an amazing new install menu, this was all vilord and if anyone deserves a donation it's him. This means that no older builds with work with this until they've been updated. We're going to post a new thread with instructions to create a compatible system. These builds are both setup for 320x480 resolution, however it is very easy now to change stuff. So if on windows download 7zip, open the tar file with zip, than open the build.prop and change the LCD Density accordingly. Save the changes and when prompted add the changed file back in.
instructions
unrar the file and copy the androidinstall.tar so a folder on your sdcard called andboot.
Build 1.
Eclair 2.1 Vogue edition;
Features;
Working Audio
Working GPS
Partially working bluetooth (I've some kernel updates to finish I think)
Full sleep support
Customized Animated Wallpapers for our phones, I rewritten the app to use lower resolutions, less sprites and lowered other features. As well I've optimized the images to make them use ALOT less ram. I am still working on this app so watch this thread for updates for the livewallpapers. As example I've fixed, but not yet included the galaxy wallpaper, and made more progress on water.. But I've got to post this sometime
It's a little slow to start but runs great once it's up and running.
What doesn't work
Camera, that's next on the list of libs to work on.
Some of the animated wallpapers don't work and the grass one is way too big still.
While the audio in works, things like the voice search and voicekeyboard don't tend to get the right words. There's been some fun ones come up
Bluetooth syncs with my headset but I get no sound. Please let me know if it's the same for you. I believe there's more to do to the libs to get bluetooth working properly.
Additional Info
It's a little slow to start up because I'm making sure all the apps are optimized on every boot. Maps isn't included, so you can update it.
Download:
http://www.mediafire.com/?omdxj2znmwz
Build 2
This is just a port of an older WesG build from the dream forums. It's rock solid stable with no issues, again though you have to enter your own apn information. I haven't yet applied the BT fix yet, but as the system is so easy to work with now anyone can do it
Download
http://www.mediafire.com/?ngdo0jjdy5t
If you like my customize apps and drivers and want to use it in your build. Ask
If you like my work donate to DZO! He's done ALL the work, we've just done tidbits.
Click to expand...
Click to collapse
Great job on this my friend!
S H I T
[10 char limit]
EDIT: It boots fine, just follow the instructions.
! C:\Users\Owner\Documents\Downloads\Compressed\mssmison2.1.rar: CRC failed in androidinstall.tar. The file is corrupt
I'm getting this when trying to extract .tar file
don't extract it. just put it in /sdcard/andboot with the new initrd from the NoMoRootfs thread
I'll test this in a minute
vilord said:
don't extract it. just put it in /sdcard/andboot with the new initrd from the NoMoRootfs thread
I'll test this in a minute
Click to expand...
Click to collapse
I actually just tried to drop it (andriodinstall.tar) file not the whole .rar on my sd card and I got that error. Also tried to drop it on my desktop and got the same error. I'm using winrar could that be the problem?
You extract the androidinstall.tar from within the rar file and drop it on your sd card in the folder.
Crap. Failure to launch. Reuploading file, give it about 20 minutes..
Sorry everyone
mssmison said:
You extract the androidinstall.tar from within the rar file and drop it on your sd card in the folder.
Click to expand...
Click to collapse
Thanks ms Can't wait to see the live wallpaper water on my Vogue!!! lol
During unzipping "mssmison2.1.rar" with winrar it returns a CRC error on the .tar file
mssmison said:
These builds are both setup for 320x480 resolution, however it is very easy now to change stuff. So if on windows download 7zip, open the tar file with zip, than open the build.prop and change the LCD Density accordingly. Save the changes and when prompted add the changed file back in.
Click to expand...
Click to collapse
So, for 240x320 just put LCD Density to 120????
Also, when I try to extract with 7zip I get "data error in 'androidinstall.tar.' File is broken"
Yes about the density change, but you must open the tar with 7zip if you are in windows.
K I've reuploaded the file, and tested it before I uploaded.
sorry again about the 'failure to launch'
If I replace the rootfs file with the one that has BT fix, is it going to work with this build?
CyCLoBoT said:
If I replace the rootfs file with the one that has BT fix, is it going to work with this build?
Click to expand...
Click to collapse
There is no rootfs.
And like the first post says bluetooth connects but no sound yet. it's using the same setup as the bluetooth fix.
I'm getting this error during initial boot...
mount:mounting /data/sysfiles/su on /system/xbin/su failed: No such file or directory
A N D R O I D with a blinking cursor
Reddog80p said:
I'm getting this error during initial boot...
mount:mounting /data/sysfiles/su on /system/xbin/su failed: No such file or directory
A N D R O I D with a blinking cursor
Click to expand...
Click to collapse
are you using the files from the thread I posted too? the new nbh and basefiles?
mssmison said:
are you using the files from the thread I posted too? the new nbh and basefiles?
Click to expand...
Click to collapse
new nbh no basefiles running from nand with just the tar file on sd. I used the tar file from the re-upload around a half hour ago.
did you run the installer?
how long did you wait?
To people getting the "freeze at A N D R O I D"
You need to hold down VOLUME UP and install the system. That wasn't made super clear anywhere. Otherwise it'll just try to boot whatever you've got on there and fail because it doesn't have the former rootfs files in the /system.
Also, @msssmision, the tar file is still goofy (7-Zip's fault?) - GNU tar gets a lot of "skipping to next header" and then exits with an error code.
bri3d said:
To people getting the "freeze at A N D R O I D"
You need to hold down VOLUME UP and install the system. That wasn't made super clear anywhere. Otherwise it'll just try to boot whatever you've got on there and fail because it doesn't have the former rootfs files in the /system.
Also, @msssmision, the tar file is still goofy (7-Zip's fault?) - GNU tar gets a lot of "skipping to next header" and then exits with an error code.
Click to expand...
Click to collapse
Thanks...lol Thats a kick ass Installer! So check the sys on nand and the data on nand and select install system?
thats right
thanks for the props on the installer, spent a while getting it integrated.
I ripped it off from here, but put about 6 or 7 solid hours into getting it to fit and react with the keys/screen

Ubuntu running on HTC Pure

A few minutes ago I grabbed the files for Ubuntu and Haret at the Xda-forums under a thread called "Ubuntu on Rhodium- 04/03/10 screen calibration now works!!! Need devs for wifi fix" (The forums would not let me post the link) and extracted them to my sd card to run Ubuntu on my HTC Pure. Also to make this boot correctly you cant use the same boot script for android to boot Ubuntu. You need to modify the Startup.TXT that came with the Ubuntu.zip folder and set the correct mtype for your device. Note it is possible to setup your sd card to boot Android and Ubuntu from the root of the SD card by modifying the boot script which is a six step process.
1. open the boot script named Startup.txt and rename it to Ubuntu.TXT
2. change the mtype so it is correct for your device
2. change the Set Kernel line so it looks like set KERNEL zImageUbuntu
3. Change the Set initrd line so it looks like set initrd initrdUbuntu.gz
4. rename the Zimage file to zImageUbuntu
5. rename the initrd file to initrdUbuntu.gz
6. Open Haret and type in Ubuntu.txt and press run button
7. This should be it and you should be running Ubuntu on your Phone
Really!
What??? Are you serious!
What version?
I know this has limited uses, but still, this sounds amazing!!
So you're saying you have Ubuntu running on your Pure, what about keyboard and stuff? What version of Ubuntu did you use?
It works!!!
Wow! It works!
I just did it in the way you said and it works!
But there is no keypad? Cant type or open files...
i will try this today, and i bet there is virtual keyboar4d in ubuntu
Hello!
Thank you for the info!
I don't understand exactly where can I find the files?
Can someone post a direct link?
Thanks a lot,
Flop!
TOPAZ with HTC WinMo6.5 and Xandroid for TOPAZ
Here You are: http://www.megaupload.com/?d=JZ4HEZE4
Thank you!!!
I will try this OS soon!
Have a nice day,
Flop!
It's working fine on Topaz
Can we have screen caps ?
wow nice ^^ i ll try it later this evening
screen shots...pleeease.
mastawindu said:
Can we have screen caps ?
Click to expand...
Click to collapse
Yea there are some screen caps on the forum Ubuntu for Rhodium
My account is not able to post links because of some restriction does anyon know how to get permission to post links?
kamson said:
It's working fine on Topaz
Click to expand...
Click to collapse
No kidding...Work someone virtual keyboards on Topaz ?
Regards
this is awesome...
Some images:
http://img72.imageshack.us/i/20080117072.jpg/
http://img191.imageshack.us/i/20080117073.jpg/
hackerl33t said:
this is awesome...
Click to expand...
Click to collapse
Awesome....OK, ask question again: Work it on virtuel or some keyboard ? How make input on "mobile" Ubuntu ???
Thanks forwarding on answer.
Regards
where is the id of topaz?
Where can I find it?
thanks
medkilo said:
where is the id of topaz?
Where can I find it?
thanks
Click to expand...
Click to collapse
Do you mean the values of Ubuntu.TXT?
Code:
set ramsize 0x08000000
set ramaddr 0x10000000
set mtype 2293
set FBDURINGBOOT 0
set KERNEL zImageUbuntu
set initrd initrdUbuntu.gz
set cmdline "msmts_calib=0x9f.0x39a.0x35c.0x78 lcd.density=240 msmvkeyb_toggle=off wifi.mac=wifi.mac=00:23:76:8B:EA:93 board-htcraphael-navi.wake=1 msm_fb.fix_x=1 board-htcdiamond.adb=0"
boot
Here the link of the Rhodium Thread with latest files
http://forum.xda-developers.com/showthread.php?t=640785

How to get Sound working on HTC Pure from ATT

Hello guys/girls.....I finally got sound working on my HTC Pure.....here is what I did....
1. Download and install: XDANDROID.2.2.AOSP.29.7.10.RC2.1
2. Download and extract: XDANDROID.19.8.10.system.ext2. Replace this System.ext2 file with one in Step 1 folder.
3. download and extract: linux-msm.201008261332. Replace ZImage and Modules...files with one in Step 1 folder.
4. download and extract: initrd-latest. Rename this file to initrd and replace it with the one in Step 1 folder.
5. Put all the files in the root of your SD card as explained on this thread: [SOUND!][19/08/10] XDAndroid - Topaz [2.1/2.2 RC2.1]
6. Start your HTC Pure and ENJOY......
I would like to thank all who has helped to make this possible.....
Thank you
Has anyone tried this?
has this helped anyone?
please post if this instructions are helpful or not
I'll try it now.
Will this play my music back or only speakerphone?
It will play music. It plays on mine
I also have topa 210 (Pure). I have found a way to ge a ringtone, but you would have to do the procedure after reboot. Also i have not found a way to get notifications or alarms yet. Hope I don't have to
1. boot into Andoroid
2. Open media scanner (You should be able to play music from your sdcard now!)
3. Using Astro file manager, navigate to sdcard/media/audio/ringtones
4. Select a ringtone you want to use (you can play it first).
5. Hold the File down until menu comes up
6. Select music options
7. Select set as ringtone
8. Enjoy!
If you look to see if your ringtones are selectable, they wil NOT be there. It will still say Silent, but the ringtone will still work. Try it out.
This is for Astro, but it may work with other programs
Tried the OP's and the post above me
Neither of them got ringtones or notifications working for me
Corwen said:
Tried the OP's and the post above me
Neither of them got ringtones or notifications working for me
Click to expand...
Click to collapse
Did you use Astro with my suggestion, or another file manager? What happened? Did you try to call the phone? It will say "set ringtone" after you select the ringtone, but after that there is no notifactation that it is set. If you tried calling the phone it should ring.
Once I'm in Astro and I'm in the music options menu, both of the options are greyed out.
I click 'set as ringtone' but it's greyed out and doesn't seem to work
Thanks! It worked on my Topaz! Yay
For step 4, it should be:
Download initrd-latest. Rename this file to initrd and replace it with the one in Step 1 folder. (you don't have to extract it)
Thank you all for making the sound works on xdandroid!
hello,
just to help you guys out further...
make sure that you have the froyo version of android from forum.xda-developers.com/showthread.php?t=509493
then, get the latest builds from
this is required!-->zImage Autobuild ( glemsom / balsat ):
• glemsom.users.anapnea.net/android2/ -> glemsonAutobuilds
or
• balsat.hopto.org/ -> balsatAutobuilds
this is optional ---> Rootfs Autobuild ( Stinebd ):
• xdandroid.southcape.org/rootfs/ -> RootfsAutobuilds
this is optional ---> Initramfs Autobuild ( Stinebd ):
• xdandroid.southcape.org/initramfs/ -> InitramfsAutobuilds
lkc0987 said:
hello,
just to help you guys out further...
make sure that you have the froyo version of android from forum.xda-developers.com/showthread.php?t=509493
then, get the latest builds from
this is required!-->zImage Autobuild ( glemsom / balsat ):
• glemsom.users.anapnea.net/android2/ -> glemsonAutobuilds
or
• balsat.hopto.org/ -> balsatAutobuilds
this is optional ---> Rootfs Autobuild ( Stinebd ):
• xdandroid.southcape.org/rootfs/ -> RootfsAutobuilds
this is optional ---> Initramfs Autobuild ( Stinebd ):
• xdandroid.southcape.org/initramfs/ -> InitramfsAutobuilds
Click to expand...
Click to collapse
Are the builds different?
I can verify that I got a very favorable result with sound. I did find a difference with the Balsat and Glemson builds of the zimage and linux-msm.20100830xxxx.tar.gz builds. The glemson file seems smalle size and worked fine. The Balsat file would not boot. I was using a Linux ext2 partiton but have have had better luck with the windown only.
Thanks itout it works. The incomecall can rings now.
king200 said:
Are the builds different?
I can verify that I got a very favorable result with sound. I did find a difference with the Balsat and Glemson builds of the zimage and linux-msm.20100830xxxx.tar.gz builds. The glemson file seems smalle size and worked fine. The Balsat file would not boot. I was using a Linux ext2 partiton but have have had better luck with the windown only.
Click to expand...
Click to collapse
i would like to believe that both of them are different builds, but serve the same purpose. i am just guessing. i could be completely wrong
It worked
Finally a tip that I both managed to understand AND solve my increasingly irritating no-sound-problem.
Thanks a lot
im still lost ? any one got a package of this ?
xhozt said:
im still lost ? any one got a package of this ?
Click to expand...
Click to collapse
what do u need help with?
i tried this, but for incoming calls i dont get any sound
phanishashank said:
i tried this, but for incoming calls i dont get any sound
Click to expand...
Click to collapse
try using the call volume buttons to enable sound in a call, its a small glitch with the new kernals
itout said:
Hello guys/girls.....I finally got sound working on my HTC Pure.....here is what I did....
1. Download and install: XDANDROID.2.2.AOSP.29.7.10.RC2.1
2. Download and extract: XDANDROID.19.8.10.system.ext2. Replace this System.ext2 file with one in Step 1 folder.
3. download and extract: linux-msm.201008261332. Replace ZImage and Modules...files with one in Step 1 folder.
4. download and extract: initrd-latest. Rename this file to initrd and replace it with the one in Step 1 folder.
5. Put all the files in the root of your SD card as explained on this thread: [SOUND!][19/08/10] XDAndroid - Topaz [2.1/2.2 RC2.1]
6. Start your HTC Pure and ENJOY......
I would like to thank all who has helped to make this possible.....
Thank you
Click to expand...
Click to collapse
can u put those files up cant find them
goat4568 said:
can u put those files up cant find them
Click to expand...
Click to collapse
or fix the folder and put it in a zip file for download please

ring tone problem

Sorry that I am posting problem about ring tone but I tried to fix it with procedure written 2 post ago but without success.
I made:
1.Create folder andboot\media\alarms
ringtones
notifications
2. In Astro file explorer check in the ringtones folder some ringtone but choice "set as default ringtone" is greyed.
If I go to the settings still the only thing is "sillent" choice.
Please help.
marek1 said:
Sorry that I am posting problem about ring tone but I tried to fix it with procedure written 2 post ago but without success.
I made:
1.Create folder andboot\media\alarms
ringtones
notifications
2. In Astro file explorer check in the ringtones folder some ringtone but choice "set as default ringtone" is greyed.
If I go to the settings still the only thing is "sillent" choice.
Please help.
Click to expand...
Click to collapse
From WinMo delete data.img and run haret.exe again...
MoshPuiu said:
From WinMo delete data.img and run haret.exe again...
Click to expand...
Click to collapse
HM, I did it 3 times. Any suggestion ?
Thanks.
Hi Marek
can you please post your startup.txt?
Regards
Dirk
Dirkkro said:
Hi Marek
can you please post your startup.txt?
Regards
Dirk
Click to expand...
Click to collapse
Hi Dirk,
here it is:
set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2293
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 msmvkeyb_toggle=off sensor=topaz pm.sleep_mode=2 rel_path=andboot"
boot
my directory structure is andboot/media/audio, under this path, there are 3 folders: alarms, notifications, ringtones
maybe you should try this, good luck!
inyellow said:
my directory structure is andboot/media/audio, under this path, there are 3 folders: alarms, notifications, ringtones
maybe you should try this, good luck!
Click to expand...
Click to collapse
and the ring tones works on your TOPAZ ?
ring tone
So now ring tones works:
1. changed kernel to 8.9.2010
So it depeds on kernel version !!!!
marek1 said:
So now ring tones works:
1. changed kernel to 8.9.2010
So it depeds on kernel version !!!!
Click to expand...
Click to collapse
of course, the kernel provides the drivers! sound only works on kernels after 8.26

Categories

Resources