R
Reaction score
116

Joined

Profile posts Latest activity Postings About

  • Looks like the one step you didn't do that you likely needed was:

    adb shell /system/sd/userinit.sh

    The other commands put files in place and made the executable, then you tried to execute user.conf (which is just a container of settings).
    wow ok i didnt use any commands after i used adb to push the files to the phone.
    All i did literally was:

    adb push userinit.sh /system/sd
    adb shell chmod 755 /system/sd/userinit.sh
    adb push user.conf /system/sd
    adb shell chmod 755 /system/sd/user.conf
    adb shell reboot

    (after this point my original problem of htc loading screens had stopped)

    Then I tried:
    adb shell /system/sd/user.conf

    so i could enable linux swap, that didnt work so i gave up.

    I went and downloaded swapper from android market.
    opened swapper and set swap control to swap on.
    I know nothing about scripts at the moment, I was just following Badz0r advice of installing it. He mentioned something about enabling the linux swap partition but I didnt know how to use the stuff i installed so used an app (swapper) from android market to do that.

    If I mess up too badly I'll just reflash the rom or use my nandroid backup.
    Hey sorry cant really help. I didnt do any configurations. Immediately after installing userinit_V0.1.5.2. using ADB the problem seems to have been fixed.
    Plus I am new to all this so I am not sure how to check my current configurations.
    Sorry wish I could help.
    My BT CPL does look like the one you posted so I'm guessing it is the MS stack. I will try to confirm positively tommorrow, but either way I would love to see that source. If it does nothing but give me some concept of how to go about this, then I'd be happy. If your code gets me a good part of the way there, then even better. I did look at the A2DP app you mentioned (the CLI one), but it doesn't appear to have the ability to initiate an A2DP connection to a specific device. Did I miss something or could you have been misunderstanding what I am seeking?

    Mike (PS I think you have the makings of a unique app that will be very much appriciated as more people come to see the potential of A2DP and I'd very much like to contribute any way I can to that code or interface just to say I did.)
    Hi Rainabba,

    Did you ever check which BT stack you have? If it's the MS stack do you still want a copy of the A2DP app (and VB.net source) I mentioned in your thread?

    Cheers,
    Neil
  • Loading…
  • Loading…
  • Loading…