any radio aplication thatt can record songs??/ - Windows Mobile Development and Hacking General

i have touch diamond.
i love to hear songs but any radio tools that can record that songs???

the radio application that comes with the Omnia B7610 Pro can record from the Radio. don't know if this will work on your device, but you could try. It can be downloaded from here: http://www.4shared.com/file/243917896/febb93f4/New_Samsung_Apps_for_MEGAlite_.html

VOODOOS!L said:
the radio application that comes with the Omnia B7610 Pro can record from the Radio. don't know if this will work on your device, but you could try. It can be downloaded from here: http://www.4shared.com/file/243917896/febb93f4/New_Samsung_Apps_for_MEGAlite_.html
Click to expand...
Click to collapse
dude is it 52mb file?

saurabh88 said:
dude is it 52mb file?
Click to expand...
Click to collapse
combination of different cab files of omnia, the radio cab is smaller, but I couldn't upload it the other day. i'll attach it now

Related

HTC software

If someone has these programs(.cab) please up!:
-StreamingMedia*(rel)
-MediaHub
-Audiobooster*(released)
-AudioManager*(released)
-Voice Recorder*(rel)
-HTC Remote Desktop*(released)
..to share only if made a will and working on Artemis device.
IRREAL said:
If someone has these programs(.cab) please up!:
-MediaHub
-AudioManager
-Voice Recorder
..to share only if made a will and working on Artemis device.
Click to expand...
Click to collapse
AudioManager
Not work on my rom Ver1.12.408 ITA.
IRREAL said:
Not work on my rom Ver1.12.408 ITA.
Click to expand...
Click to collapse
nemmeno sul mio....
Media Hub?
And what about the Media Hub? It has - among other features - real equaliser for bass boost and treble.
Would anybody so kind to extract it from one of the new HTC devices' ROM?
As far as I know HTC Love and Athena have it in-built.
Thanks in advance!
cheers
Oh, I forgot a question:
What is AudioManager for? Would someone explain what that program does?
thanks
ctibor said:
And what about the Media Hub? It has - among other features - real equaliser for bass boost and treble.
Would anybody so kind to extract it from one of the new HTC devices' ROM?
As far as I know HTC Love and Athena have it in-built.
Thanks in advance!
cheers
Click to expand...
Click to collapse
Please someone extract the media hub from the artemis roms (pdamobiz and others froms)
For ctibor: audiomanager gives you an ipod-like interface for the songs. This mean an interface where you can have yours songs by artist,album,....and a little and very simple player which permits to play the sound chosen.
AudioManager
This is not working at all on my P3300. It does not install properly and just sticks itself into the Windows folder on the device, despite telling it to install on the SD card! Looking at the XML, it does not look like a "proper" install package and there are no reg entries. When you start the program, all you get is a RC Load Failed message and a blank error box!
Lets hope that HTC include a "full" version of Media Hub on the WM6 upgrade ...
flashmp3 said:
Please someone extract the media hub from the artemis roms (pdamobiz and others froms)
For ctibor: audiomanager gives you an ipod-like interface for the songs. This mean an interface where you can have yours songs by artist,album,....and a little and very simple player which permits to play the sound chosen.
Click to expand...
Click to collapse
installed the cab.
but now how do i use this?
cant find it in my programs list
skid said:
This is not working at all on my P3300. It does not install properly and just sticks itself into the Windows folder on the device, despite telling it to install on the SD card! Looking at the XML, it does not look like a "proper" install package and there are no reg entries. When you start the program, all you get is a RC Load Failed message and a blank error box!
Lets hope that HTC include a "full" version of Media Hub on the WM6 upgrade ...
Click to expand...
Click to collapse
Had the same problem
Boixes_Nois said:
installed the cab.
but now how do i use this?
cant find it in my programs list
Click to expand...
Click to collapse
Give us the cab file please so that we could find a way to get it work properly
There is a .cab file modified(Audio manager only) for all devices in the Hermes wm6 forums.
Thanks I know but I'm looking for the htc media hub .cab or at least the amazing audiobooster .cab
here you are
flashmp3 said:
Give us the cab file please so that we could find a way to get it work properly
Click to expand...
Click to collapse
eddie2k3 said:
AudioManager
Click to expand...
Click to collapse
it was posted already
It is strange that you are the second person who say that.
We aren't looking for the audiomanager.
We want htc media hub (which audiobooster)
WE DON'T WANT AUDIOMANAGER BECAUSE IT WAS ALREADY POST ON THE FORUM
Ok.On the archive i attach Audio Manager version 1.2 and a code page language.Once installed the program it needs to rename the file Windows\AudioManager.exe.0409.mui with the code appropriate of the rom lang.
Ex:My rom is ITA-->AudioManager.exe.0410.mui
Simple..
IRREAL said:
Ok.On the archive i attach Audio Manager version 1.2 and a code page language.Once installed the program it needs to rename the file Windows\AudioManager.exe.0409.mui with the code appropriate of the rom lang.
Ex:My rom is ITA-->AudioManager.exe.0410.mui
Simple..
Click to expand...
Click to collapse
It is strange that altough i have said many times that we weren't interested by the audiomanager you still talk about it and even give it to us
flashmp3 said:
It is strange that altough i have said many times that we weren't interested by the audiomanager you still talk about it and even give it to us
Click to expand...
Click to collapse
Yeah it works cool thanks. Now just waiting for Audiobooster and Mediahub
Perjan said:
Yeah it works cool thanks. Now just waiting for Audiobooster and Mediahub
Click to expand...
Click to collapse
Didn't test on artemis because i have trinity(don't work on it).
It should work it has been extracted from artemis rom with media hub
flashmp3 said:
Didn't test on artemis because i have trinity(don't work on it).
It should work it has been extracted from artemis rom with media hub
Click to expand...
Click to collapse
Already posted...
in that cab they miss some components that don't make work this program.

The way to make original TCPMP works on WM 6.1 ROMs(kaiser, G900, etc)

On some devices, if you have upgraded ROM to WM6.1, you will find that TCPMP won't work anymore.
To fix this problem, somebody has re-compiled TCPMP and makes it work again(http://forum.xda-developers.com/showthread.php?t=380387), however this is not very useful, because some decoders such as CoreAVC still not working.
The real cause of this problem is due to the new memory management model in WM6.1, you can find some articles here: http://blogs.msdn.com/hopperx/archi...-code-sections-got-you-down-fear-no-more.aspx . In WM6.1, kernel will always try to load DLLs to high slot (not like WM5 and WM6.0 to load DLLS in slot 0), this change won't affect most applications, but DLLs which are compiled with cegcc don't compatible with it and may fail to load.
The solution of this problem is really simple and doesn't need recompilation at all, you can find the instruction here: http://cegcc.sourceforge.net/docs/faq.html#DllDoesNotWorkWithWindowsMobile6.1 to force kernel load specified DLLs to slot 0.
My TCPMP GeForce5500 Edition has used such technique to make CoreAVC(and other decoders) works on WM6.1, I guess it also works on other devices such Kaiser.
dl link:
http://rapidshare.com/files/158685166/TCPMP-0.72RC1-GF5500Edition-Alpha4-CAB.rar.html
great work on getting the original build working. one question though, is FLV supported straight out the box? as that was one great thing about the recompiled build. thanks again
Yes, both FLV1 and FLV4(VP6F) are supported.
thanks and the link is dead to download it now.
Thanks.
Can you post this again on RS, or somewhere else. The link is dead.
Thanks
gregy74 said:
Thanks.
Can you post this again on RS, or somewhere else. The link is dead.
Thanks
Click to expand...
Click to collapse
Yes, could you upload again or can someone mirror it. Thanks.
you can get it here:
http://portegeclub.ru/file/multimedia/TCPMP-0.72RC1-GF5500Edition-Alpha4.1-CAB.rar
zard said:
Yes, could you upload again or can someone mirror it. Thanks.
Click to expand...
Click to collapse
Check this out. Downloading to try on my TyTN II.
http://www.portegeclub.com/forum/viewtopic.php?p=20625&sid=726a68098cc81bb253e238dd70f44ec3
zard said:
Check this out. Downloading to try on my TyTN II.
http://www.portegeclub.com/forum/viewtopic.php?p=20625&sid=726a68098cc81bb253e238dd70f44ec3
Click to expand...
Click to collapse
Downloaded both versions at the website. Seems like the Alpha4 works better than Alpha4.1. Initial testing seems that many of my FLV files can be played. Will continue to test on more FLV files.
Thanks for the tips.
the equalizer is still broken with this version, one of the things I miss from the original TCPMP is the equalizer which worked but stopped working with the recompiled versions, any suggestions ?
I can't download it.
please upload it again
agrenwa said:
the equalizer is still broken with this version
Click to expand...
Click to collapse
It works for me, (was broken on the TCPMP-0.72RC1-ARM-PPC-recomp-03.CAB ).
header2k said:
I can't download it.
please upload it again
Click to expand...
Click to collapse
http://www.megaupload.com/?d=I3WD4XMW
Any one tried this on a non HTC WM6.1 device like an Omnia, or an LG device? How well does it work?
The Solutor said:
http://www.megaupload.com/?d=I3WD4XMW
Click to expand...
Click to collapse
The download link does not work, can you upload it again please.
Yeap, the equilizer still broken.
Another thing, everytime when launch this player it come with a pop-up.
Can it be stopped?
Thanks for the tip but did you identifyed which dlls were failing with TCPMP ?
If I want to go with the registriy tweak, which dlld should I add ?
There is no info in the crash.txt

Youtube from TouchFlo - possible..?

Hi..
Im a big user of youtube, and I think the youtube-app on my Diamond is great.. But sadly it does not work in the TouchFlo-panel, that I have installed on my X1..
I have tried with flash in the opera-browser - and it shows youtube really fine - but it makes the browser slow..
How come, that the youtube-app from Diamond, Pro and HD does not work in a Touchflo-panel..?
danish-x1 said:
Hi..
Im a big user of youtube, and I think the youtube-app on my Diamond is great.. But sadly it does not work in the TouchFlo-panel, that I have installed on my X1..
I have tried with flash in the opera-browser - and it shows youtube really fine - but it makes the browser slow..
How come, that the youtube-app from Diamond, Pro and HD does not work in a Touchflo-panel..?
Click to expand...
Click to collapse
It does work!!
If you have a danish rom you have to change youtube.409.mui to youtube.xxx.mui.
xxx stand for your landcode
[email protected] said:
It does work!!
If you have a danish rom you have to change youtube.409.mui to youtube.xxx.mui.
xxx stand for your landcode
Click to expand...
Click to collapse
really..?? but how/where do I change the youtube-settings?
My x1 has english software and ROM
Where can i found the "youtube.409.mui"?|
were did you find the donwload link for the you tube app?
cant find it
anheuer said:
were did you find the donwload link for the you tube app?
cant find it
Click to expand...
Click to collapse
Here is the link :
http://rapidshare.com/files/167551363/X1i-Youtube.cab.html
And it works on my Xperia just change the .mui files under windows directory (i use italian X1i so i change 409.mui to 410.mui)...
BrigateGB said:
Here is the link :
http://rapidshare.com/files/167551363/X1i-Youtube.cab.html
And it works on my Xperia just change the .mui files under windows directory (i use italian X1i so i change 409.mui to 410.mui)...
Click to expand...
Click to collapse
I have tried this youtube-app, but it's a little stange... Sometimes it works perfectly, but other times it wont play any videos..
Others with the same problem..?
I really, really hope that a youtube-panel is about to come!
Where do i get the code for my country?
The link doesn't work.
Please upload again.
However I don't like tf3d. This app work also without tf3d?
Thx.
Darth Sith said:
The link doesn't work.
Please upload again.
However I don't like tf3d. This app work also without tf3d?
Thx.
Click to expand...
Click to collapse
you can download the CAB file from the thread http://forum.xda-developers.com/showthread.php?t=446692
there's a link to the full installation CAB, the 2 attached CAB are patches if you had previously installed the original version of Youtube.
yes, it can work w/o tf3d.
i've a problem iwth flash plugin...
i've installed the FlashLite3 cab on my experia but with Opera and Explorer i can't see videos from youtube and simple SWF animations...
what can i do to fix this problem?
thanks

Opera Mobile 9.5 build 2808

In the Diamond forum there's a rom called "Dutty 3.3" that comes with this version of Opera.
http://forum.xda-developers.com/showthread.php?t=411707&goto=newpost
They made a .CAB file with the QVGA version and published a *limited* Rapidshare link, so nobody will be able to download it anymore. We are requesting a NEW download link to distribute it right.
The original thread is this:
http://forum.xda-developers.com/showthread.php?t=450141&goto=newpost
Please, encourage the cooker to release this build so we can enjoy it! We're in XDA-Developers to share, not to protect. Since not everybody has a HTC Diamond, not everybody could flash that ROM with the new Opera build.
where is the vga at lol
From laser21 in Dutty's 3.3 for Diamond thread is http://www.megaupload.com/?d=WD51VD4W, which does not install on anything other than Dutty ROMs.
However, sadthai created a great cab that installs on any ROM (even if you have to edit the settings to turn off Mobile View...):
sadthai said:
i just put together a cab of 2808 that can be installed on all devices/rom.
you guys can get it here:
http://www.megaupload.com/?d=LP4ZQZHM
qvga and for device installation only.
Click to expand...
Click to collapse
The Diamond is VGA so there should be a VGA version aswell.
vpoet said:
From laser21 in Dutty's 3.3 for Diamond thread:
http://www.megaupload.com/?d=WD51VD4W
This does NOT install on any ROM other than Dutty's 3.3, apparently. How horrible is that?
Click to expand...
Click to collapse
I don't know why, but I can confirm that when I tried to install it, a messange popped up saying:
"Setup failed"
"Unable to install Opera Mobile 9.5. The device does not have a valid ROM version".
Is this binded in any way to that ROM??
running on my orbit2 very fast but flash not working.
just unpack the cab and upgrade the exe's should work fine for qvga and vga
chrisd1a1 said:
running on my orbit2 very fast but flash not working.
just unpack the cab and upgrade the exe's should work fine for qvga and vga
Click to expand...
Click to collapse
How did you extract it? I opened the file with 7-zip and the names are similar, but somewhat encoded.
i just put together a cab of 2808 that can be installed on all devices/rom.
you guys can get it here:
http://www.megaupload.com/?d=LP4ZQZHM
qvga and for device installation only.
i still prefer 2520 much better.http://forum.xda-developers.com/showpost.php?p=2944846&postcount=221
VGA or QVGA?
sadthai said:
hey i just put together a cab of 2802 that can be installed on all devices/rom.
you guys can get it here:
http://www.megaupload.com/?d=DSIGWGFN
for device installation only.
i still prefer 2520 much better.http://forum.xda-developers.com/showpost.php?p=2944846&postcount=221
Click to expand...
Click to collapse
Thanks a lot! I'm installing it at the moment.
A error message has appeared, but I think it's because OperaL.exe is running. I will kill it using some process manager and retry.
varaff said:
VGA or QVGA?
Click to expand...
Click to collapse
this is qvga version
try this VGA version:
http://rapidshare.com/files/167802493/WM6_PPC_HTC_Opera9_WWE_2808.CAB
I haven't install the cab, just copy the 4 new files to \windows, and it works like a charm
Does anyone know if this is in line with the 1957 version or the 23xx version???
Does anyone have the two opera files to upgrade for QVGA?
The reason why I ask what version. Is because I have tried to upgrade 1957 with 23xx versions and they just freeze. So there is obviously two separate builds.
BTW, I have the 2520 for 1957 already. Thanks
is there a wvga version?
that rapid link no longer available
http://www.megaupload.com/?d=WD51VD4W
Heres the CORRECT download link for Opera Mobile 9.5 Build 2808 QVGA
ranmasaotome510 said:
http://www.megaupload.com/?d=WD51VD4W
Heres the CORRECT download link for Opera Mobile 9.5 Build 2802 QVGA
Click to expand...
Click to collapse
Edit * Alrite, so it is the right version, but i got the Incorrect Rom Version Error XD, My mistake
sadthai said:
hey i just put together a cab of 2802 that can be installed on all devices/rom.
you guys can get it here:
http://www.megaupload.com/?d=DSIGWGFN
for device installation only.
i still prefer 2520 much better.http://forum.xda-developers.com/showpost.php?p=2944846&postcount=221
Click to expand...
Click to collapse
is it uninstallible??? cuz some of the newer versions dont show on the remove programs page
mike21pr said:
is it uninstallible??? cuz some of the newer versions dont show on the remove programs page
Click to expand...
Click to collapse
the cab that i put together, it is removable/uninstallable.
ranmasaotome510 said:
Edit * Alrite, so it is the right version, but i got the Incorrect Rom Version Error XD, My mistake
Click to expand...
Click to collapse
get the cab in post #8. it works under all devices(qvga).
Y need to be rush? while that will be eventually released by someone, just be patient.

MP3 Trimmer

Can we use the TD2 version? Or do we need to use the Blackstone's one? Or do we need a special one?
*link to the Diamond's2 one: http://forum.xda-developers.com/showthread.php?p=3831633
The Diamond2 version works great.
_______________________________________________
Check out my full in-depth videoreview of the Touch Pro2: http://www.fuzemobility.com/excellent-htc-touch-pro-ii-video-review/
Great!
Thanks for letting me know! The mailman should arrive any moment now! I can't wait to have the TP2 in my hands!
mx4life said:
Great!
Thanks for letting me know! The mailman should arrive any moment now! I can't wait to have the TP2 in my hands!
Click to expand...
Click to collapse
So does the Blackstone version
anyone have the cab file? oops i see its in the post lol
ratchetjaw said:
anyone have the cab file? oops i see its in the post lol
Click to expand...
Click to collapse
try smabers one in touchx rom thread in x1 rom dev. i am using it
mp3 trimmer
shingers5 said:
try smabers one in touchx rom thread in x1 rom dev. i am using it
Click to expand...
Click to collapse
post link please
Just wonder in this thread... I got MP3 Trimmer comes with my TP2... I got it both in 1.19.707.1 and just upgraded to 1.19.707.2
Have you checked?
Asia WWE Rom includes the FM Radio, MP3 Trimmer and Voice Recorder;
Europe PTG Rom includes none of them;
Europe WWE Rom includes none of them, but the CoPilot not included in none of the other Roms.
hi,
attached is the cab file i made from the Asia WWE Rom.
MP3 trimmer version: 1.2 build 1914.2726
regards,
twisted
THX
twisted said:
hi,
attached is the cab file i made from the Asia WWE Rom.
MP3 trimmer version: 1.2 build 1914.2726
regards,
twisted
Click to expand...
Click to collapse
Well done.
Thank you.
Hello,
Thanks for this CAB.
For French device, you must rename the "MP3Trimmer.exe.0409.mui" file into "MP3Trimmer.exe.040C.mui".
This file is under "\Windows" folder and you must use an explorer as Total Commander.
Thanks for the WWE Asia version CAB buddy. Now looking for FM Radio CAB.
twisted said:
hi,
attached is the cab file i made from the Asia WWE Rom.
MP3 trimmer version: 1.2 build 1914.2726
regards,
twisted
Click to expand...
Click to collapse
Awesome! Thank you!
Must be installed on the Main Memory to work. ;D

Categories

Resources