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 > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #231 (permalink)  
Old 07-30-2010, 12:07 AM
WoZZeR999's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: VZW
 
Join Date: Jan 2009
Posts: 161
Reputation: 940
WoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Why sound isn't working on the TP2.

Tried a second flash, still no sound coming from the device. I used the exact same stuff I did for the first wrapper (with the new .dll, old .dlo)
Reply With Quote
This post has been thanked 3 times.
  #232 (permalink)  
Old 07-30-2010, 12:16 AM
jonpry's Avatar
PPCGeeks Regular
Offline
Pocket PC: rhodium
Carrier: tmobile
 
Join Date: Apr 2010
Posts: 70
Reputation: 715
jonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Why sound isn't working on the TP2.

Here is the source for the first version. I hex edited it to change wavedev.dll to wavedev.dlo. so you probably want to search and replace. To get something that works.

http://hotfile.com/dl/57925210/ffa24...evice.zip.html

The newer source is http://hotfile.com/dl/58402497/6d42ad0/waveDev.dll.html
Just looking over the source i noticed i didn't change all of the .dll to .dlo. But those functions aren't really called so i don't know that the deal is.

a different person did compile this one. so maybe the .def file wasn't used or something.

BTW, that's clever about deleting the dll to restore the one in rom. Hadn't thought of that.

Last edited by jonpry; 07-30-2010 at 12:25 AM.
Reply With Quote
This post has been thanked 3 times.
  #233 (permalink)  
Old 07-30-2010, 12:18 AM
WoZZeR999's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: VZW
 
Join Date: Jan 2009
Posts: 161
Reputation: 940
WoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Why sound isn't working on the TP2.

That's probably the case (about not using the def), since the new dll has no exports. I'm trying to see if I can figure out how to compile this myself now.
Reply With Quote
This post has been thanked 3 times.
  #234 (permalink)  
Old 07-30-2010, 12:32 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: Why sound isn't working on the TP2.

Quote:
Originally Posted by jonpry View Post
Here is the source for the first version. I hex edited it to change wavedev.dll to wavedev.dlo. so you probably want to search and replace. To get something that works.

http://hotfile.com/dl/57925210/ffa24...evice.zip.html

The newer source is http://hotfile.com/dl/58402497/6d42ad0/waveDev.dll.html
Just looking over the source i noticed i didn't change all of the .dll to .dlo. But those functions aren't really called so i don't know that the deal is.

a different person did compile this one. so maybe the .def file wasn't used or something.

BTW, that's clever about deleting the dll to restore the one in rom. Hadn't thought of that.
ahh i need to heck the def file again. I know its in the vc project but i'm not sure it was compiled in.. i'll check in a bit..
Reply With Quote
This post has been thanked 3 times.
  #235 (permalink)  
Old 07-30-2010, 12:44 AM
proxhack's Avatar
Test one, test two.
Offline
Pocket PC: EVO 3D
Carrier: Sprint
Location: California
 
Join Date: Aug 2007
Posts: 926
Reputation: 2425
proxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Why sound isn't working on the TP2.

Hello Everyone,

I am able to do more testing tonight, is there a particular file that you would like me to use at this point?
__________________
Reply With Quote
This post has been thanked 3 times.
  #236 (permalink)  
Old 07-30-2010, 12:53 AM
WoZZeR999's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: VZW
 
Join Date: Jan 2009
Posts: 161
Reputation: 940
WoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Why sound isn't working on the TP2.

I think I've got the code compiled correctly. I'm rebooting now (if that doesn't work, I'll try a re-flash). I've got the exports in dll. Fingers crossed.

Edit: Didn't work just moving it to the /windows folder. Building and flashing now with my compiled dll.
Reply With Quote
This post has been thanked 4 times.
  #237 (permalink)  
Old 07-30-2010, 01:02 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: Why sound isn't working on the TP2.

ok i see where i went wrong. Switching from debug to build didnt carry the def file with it.

Also im getting a warning that the def export doesnt match the dll. The def has waveDeviceWrapper as the library name where the dll is wavedev. Want me to recompile or Wozz got it?
Reply With Quote
This post has been thanked 3 times.
  #238 (permalink)  
Old 07-30-2010, 01:07 AM
WoZZeR999's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: VZW
 
Join Date: Jan 2009
Posts: 161
Reputation: 940
WoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Why sound isn't working on the TP2.

Nope, I think I managed to get it. Attached is the wav.log of me just adjusting the sound level.

If this gets sound working, could the same thing theoretically be done for 3d as well?
Attached Files
File Type: zip wav.zip (1.1 KB, 22 views) Click for barcode!
Reply With Quote
This post has been thanked 1 times.
  #239 (permalink)  
Old 07-30-2010, 01:10 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: Why sound isn't working on the TP2.

Quote:
Originally Posted by WoZZeR999 View Post
Nope, I think I managed to get it. Attached is the wav.log of me just adjusting the sound level.

If this gets sound working, could the same thing theoretically be done for 3d as well?
Join us in the chat room if you can

#htc-linux on freenode
Reply With Quote
This post has been thanked 2 times.
  #240 (permalink)  
Old 07-30-2010, 05:55 AM
jonpry's Avatar
PPCGeeks Regular
Offline
Pocket PC: rhodium
Carrier: tmobile
 
Join Date: Apr 2010
Posts: 70
Reputation: 715
jonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Why sound isn't working on the TP2.

Wozzer, here is a new file. Logs more stuff. Hopefully enough .

http://pastebin.com/XpL1LcXy
Reply With Quote
This post has been thanked 2 times.
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2


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 07:06 AM.


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