Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
rikusuicide
Old
#101  
Senior Member
Thanks Meter 16
Posts: 344
Join Date: Oct 2011
Location: Mayen
Just waiting for an magldr or clk Version keep on!!! And thanks for your work

Sent from my HTC HD2 using xda premium
 
n1nj4Lo
Old
(Last edited by n1nj4Lo; 26th June 2012 at 04:39 AM.)
#102  
n1nj4Lo's Avatar
Senior Member
Thanks Meter 46
Posts: 736
Join Date: Aug 2008
Location: Atlanta
Is there a way to turn on an onscreen magnifier so I could see the keyboard better?

Also can I use this to enable audio? Taken from
http://forum.xda-developers.com/show...9#post16623009:
Quote:
Originally Posted by floating_point_unit View Post
Hey isaiah, please try this for sound.

edit file /etc/asound.conf with these contents:

Code:
pcm.qsd8k {
        type plug
        slave {
                pcm "file:/dev/msm_pcm_out,raw"
                format S16_LE
                rate 44100
                channels 2
        }
}

# Device for playing media audio
pcm.softvol {
    type softvol
    slave.pcm "qsd8k"
    control.name "PCM"
    control.card 0
}


pcm.!default {
        type plug
        slave.pcm "softvol"
}
then execute (as root):
Code:
chmod 777 /dev/msm*
Now try opening alsamixer or just play something.

fpu
 
buradd
Old
#103  
buradd's Avatar
Senior Member
Thanks Meter 32
Posts: 255
Join Date: Apr 2011
Location: Orange, CA
how hard would it be to get this working on an HTC Desire HD/Inspire 4G?
 
Spaqin
Old
#104  
Senior Member
Thanks Meter 68
Posts: 267
Join Date: Oct 2010
Quote:
Originally Posted by buradd View Post
how hard would it be to get this working on an HTC Desire HD/Inspire 4G?
Something between extremely hard and impossible. The way it works with WinMo(HaRET)/Magldr is very specific and tied to the device not only with the drivers. If you had a bootloader which worked similarly to magldr when it comes to booting from SD, you'd probably just have to get proper drivers for your device.
For native Linux on your device, I could only recommend getting a different phone.
Siemens C25 -> Nokia 3510i -> Nokia 6610 -> Nokia 6103 -> HTC Artemis -> HTC HD2 + iPod Touch 3G
My lovely Leo:
Radio: 2.15.50
HSPL 2.08
WP7 HD2O + ParanoidAndroid JB
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
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

Go to top of page...