Mdp_Dma busy - Touch HD General

Hello i've been getting mdp_dma busy error when i try installing android. Although it bypasses after a while and android does boot but it freezes on the main screen and cant go any further from there. Please help.
I've tried formatting my 8gb sandisk card numerous number of times with sdcard formatter in fat 32 without any partitions but it still gives me this error.

What build? What kernel, rootfs, etc?

M using
modules-2.6.27.46-01295-g6b5119d.tar.gz
I'm not sure about the rootfs but i'm trying to install it through npkboot blackstone blazn is what i'm trying and i've replaced the startup file with the one for blackstone already..
Any other stable version you cn guide me with that can be easily installed and is speedy ??

kulwant said:
M using
modules-2.6.27.46-01295-g6b5119d.tar.gz
I'm not sure about the rootfs but i'm trying to install it through npkboot blackstone blazn is what i'm trying and i've replaced the startup file with the one for blackstone already..
Any other stable version you cn guide me with that can be easily installed and is speedy ??
Click to expand...
Click to collapse
I tried installing FRX06_Full_Bundle_25.3.2011 and i got the same problem of mdp_dma busy. I've used the below Startup.text
set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2030
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 msmvkeyb_toggle=off msm_blackstone_pad.vibrate=1 gsensor_axis=-2,-1,3 msmsdcc_1bit msmsdcc_fmax=14000000 msmsdcc_nopwrsave pm.sleep_mode=1"
boot
I'm using the ts-calibration_blac.zip file after extraction, rootfs and zimage from the zip folder in the bundle only and the modules-2.6.27.46-01276-g6a6a1c1.tar.gz
I'm copying it all on the root of my sd card.
I've formatted the card in all three ways given in sd card formatter quick, full, full(erase)

Have you tried any newer kernels? Not sure off the top of my head what would cause it.

it's the card,i had sandisk 8gb and it didn't work.
sandisk 2gb works like a charm for me

farukb said:
it's the card,i had sandisk 8gb and it didn't work.
sandisk 2gb works like a charm for me
Click to expand...
Click to collapse
orly...
We had this issue on RHOD's a while back, there was a clocks commit in the kernel... but it was since reverted, and it's been fine.
Additionally, we added these lines (which I see in the OP's startup)
Code:
msmsdcc_1bit msmsdcc_fmax=14000000 msmsdcc_nopwrsave
which would circumvent the issue...
I'll ask around, perhaps there's something else we need to be doing to circumvent for BLAC...? Or perhaps that commit didn't effect BLAC... I'll see what I can do.
In the meantime, please try another card and let me know the results. Also, what card is failing? Gimmie manufacturer, speed, size. Like mine is a class 4 (C4 on the card) Kingston, 8gb.

arrrghhh said:
orly...
We had this issue on RHOD's a while back, there was a clocks commit in the kernel... but it was since reverted, and it's been fine.
Additionally, we added these lines (which I see in the OP's startup)
Code:
msmsdcc_1bit msmsdcc_fmax=14000000 msmsdcc_nopwrsave
which would circumvent the issue...
I'll ask around, perhaps there's something else we need to be doing to circumvent for BLAC...? Or perhaps that commit didn't effect BLAC... I'll see what I can do.
In the meantime, please try another card and let me know the results. Also, what card is failing? Gimmie manufacturer, speed, size. Like mine is a class 4 (C4 on the card) Kingston, 8gb.
Click to expand...
Click to collapse
I've got Sandisk 8gbMicro SDHC with around 3.6 mbps writing speed i guess. It was working fine as i've had android working on my card a while ago. Although i do need to include this line as it returns waiting for sd card error but works fine after this. It usually stucks at r4:00000000 line and dma_busy as irq is already in use something.

kulwant said:
I've got Sandisk 8gbMicro SDHC with around 3/6mp/s writing speed i guess. It was working fine as i've had android working on my card a while ago. Although i do need to include this line as it returns waiting for sd card error but works fine after this. It usually stucks at r4:00000000 line and dma_busy as irq is already in use something.
Click to expand...
Click to collapse
You can't look at the card and look for a letter C and a number?!? C4, C6, C10?
Either way, can you try another card just to rule that out?

c2 it says on the card..

there was a line to limit transferring speed,can't remember it now,argh knows it probably.someone suggested that you need to "slow down" the card to work

farukb said:
there was a line to limit transferring speed,can't remember it now,argh knows it probably.someone suggested that you need to "slow down" the card to work
Click to expand...
Click to collapse
Yea, that was related to the startup.txt commands I pointed out earlier...
He said the card doesn't boot at all - goes to "Waiting for SD" if he doesn't include those lines. So there's definitely something up... I haven't had the chance to talk to a kernel dev about it yet tho.
kulwant - have you tried a different card yet....?

I've installed it on the same card. Well the GBX0A_Full_Bundle_11.3.2011.zip is working like charm for me. The only problem now lies with the phone keyboard and the buttons. Trying to figure out something with calibration file as ts-calibration_blac.zip didn't do much for me.
I've also tried upgrading the rootfs as suggested to me by another senior member to 20110516-2d0bb0f that i downloaded from xdandroid.com but that again makes my phone gets stuck on r4:0000000 line.

kulwant said:
I've installed it on the same card. Well the GBX0A_Full_Bundle_11.3.2011.zip is working like charm for me. The only problem now lies with the phone keyboard and the buttons. Trying to figure out something with calibration file as ts-calibration_blac.zip didn't do much for me.
I've also tried upgrading the rootfs as suggested to me by another senior member to 20110516-2d0bb0f that i downloaded from xdandroid.com but that again makes my phone gets stuck on r4:0000000 line.
Click to expand...
Click to collapse
Hrm. I really need you to triage, and be very careful about components you've changed.
You're saying FRX06 doesn't work out of the box (no changes) but GBX0A does work out of the box, but fails in the same way when you update?
It honestly sounds like you've updated FRX06 and some update broke it. Can you try FRX06 again, vanilla? Don't change a thing in what comes with the bundle - just add the startup.txt and a ts-calibration file (your own or the attached one, doesn't matter) and see if it works. Then I'll need you to update rootfs by rootfs (since you seem to think that's the culprit) and narrow down for me which one breaks you.
Newest rootfs is working fine for me on FRX06, but I also have a different phone - so I need you to be diligent here! Thanks!

arrrghhh said:
Hrm. I really need you to triage, and be very careful about components you've changed.
You're saying FRX06 doesn't work out of the box (no changes) but GBX0A does work out of the box, but fails in the same way when you update?
It honestly sounds like you've updated FRX06 and some update broke it. Can you try FRX06 again, vanilla? Don't change a thing in what comes with the bundle - just add the startup.txt and a ts-calibration file (your own or the attached one, doesn't matter) and see if it works. Then I'll need you to update rootfs by rootfs (since you seem to think that's the culprit) and narrow down for me which one breaks you.
Newest rootfs is working fine for me on FRX06, but I also have a different phone - so I need you to be diligent here! Thanks!
Click to expand...
Click to collapse
I just finished formatting and copying GBX0A_Full_Bundle_11.3.2011.zip again i used the ts-calibration_blac.zip and it is working fine now. But there is a problem with the keyboard so i'm trying to fix that. As soon as the keyboard gets pops out the 4 buttons on phone stop responding. Will update once that is done

kulwant said:
I just finished formatting and copying GBX0A_Full_Bundle_11.3.2011.zip again i used the ts-calibration_blac.zip and it is working fine now. But there is a problem with the keyboard so i'm trying to fix that. As soon as the keyboard gets pops out the 4 buttons on phone stop responding. Will update once that is done
Click to expand...
Click to collapse
We've been talking about that in the gb thread... seems the consensus is 'use Swype'.

I know but again in order to install that i need a keyboard to type that address into the browser. I can't do that with present keyboard. I've got Droid.Swype.Beta.5612.apk on my sd card but that can open only with astro manager and that is not installed. Again i need to goto market but market needs google signin. That again i won't be able to type..Thiinking of what to do..:-s

long press on any text input area and you will get a pop up showing "input method" click it and choose Japanese IME,that'll be good enough to get swype

Related

HTC-Apache Debian Style

Hi Everyone,
I am new to this forum and new to smart phones as well. I purchased a used HTC-Apache from Ebay to try to see if I could put Linux on it to use it as a (yes I know slow but) ultra ultra ultra portable PC.
So far through my searching I have managed to get it to boot into Debian (Bash only) once. The keyboard's key map was not correct (obviously) and so I accidentally backed myself into a corner and was forced to reboot. When it came back up into WM6, I ran HaRET (0.5.2) once more but it just hung at jumping to kernel. I could not figure it out... I did not change anything so it should have worked but alas no luck.
After fiddling with it some more I was able to get it to get past that point once more but this time it said there was no mmcblkp1 and listed ram0 - 15(?) I flushing the phone to factory (or kitchen rather) and tried again but it will not get past "jumping to kernel" unless I take the SD card out in which case it only boots to the initrd and can not find tty... because there is no card. I have the Debian root file system on the SD card and it is an SDHC 4Gig Transcend card. I know that SDHC is not supported on this phone but it has worked once before.
So now I am at a standstill hoping someone out there could give me a few pointers. My Linux proficiency is probably somewhere in the beginner to moderate range. THANK YOU SO MUCH IN ADVANCE!
Try http://forum.ppcgeeks.com/showthread.php?t=43753
Oh yeah.. where are my manners? Here is where I have gotten my files.
HaRET & initrd: http://esc180.midphase.com/~chillaxi/?page_id=268
zImage: I think I am using the one from the link above as well.
Debian rootfs: http://sumou.com/index.php?cmd=相撲外:...al&PHPSESSID=3ddf8b7ec962256efed19db89f56ec5d
Start.txt: (yes there is an error in it and it lets me know but I have never had it work when I correct it)
Set kernel "zImage"
Setbmtype "959"
Set cmdline "root=/dev/mmcblk0p1 rw rootdelay=5 console=tty0 fbcon=rotate:1"
boot2
Thank you very much for the replay but I have been there before which led me eventually to my initrd file for Apache.
Update: When I got home from work today I sat down, ejected the card to make sure the right one was there, re-inserted it, and ran HaRET. It successfully booted into the Debian Linux Shell. I was able to pull some keystrokes out for a custom keymap. When I went and ate dinner it shut down so I tried rebooting it again but it did it's usual "Jumping to Kernel" freeze.

Sick of THIS!

This isn't my post but I have very same problem and thought i'd bring it to this thread see if anyone happens to have same issue or has solution?
Hi guys,
I've been trying out different android builds but after a while it won't boot in android anymore.
I run the CLRAD and HaReT, it show the command lines and then freezes on the HTC screen.
It is not the first time I'm launching it, everything is allways set up the way I like it and then I want to reboot a final time and it freezes. (first boot only takes 10 min.) Then I have to take out the battery to reset, but everytime after it freezes, tried waiting for +1 hour but no changes.
When I delete all the android files from my SD card and copy the original ones it restarts again and I have to setup everything again.
I tried new wm roms (Miri HD2 wm6.5.x) different radios (now 2.12.50.02.2),
the new HSPL3 but nothing seems to solve this.
edit: now I'm trying to use the mdeejay froyo HD v3.7 rom
I've searched the forum and other users seem to have the same problem, but no solutions have come forward. The people replying allways seem to think it is the first boot that takes 10 min. but it's not that. First boot works fine.
Click to expand...
Click to collapse
What builds have you tried? What memory card are you using (class and size)?Did you format your memory card to FAT32? You could also try deleting app data folder on your storage card, as each time you use a build a bit of it may be left in this folder( it does no harm and will re-create itself straight after). Have you tried any android boot loaders e.g MSKIP android loader v5. No-one else had replied so thought id try and share what little knowledge i have. If you have been asked all this 20 times over, Sorry!
I am using 8gb mem card came with htc Fat32 (formated it using win and htc both)
Win build is dutty's com2 3.14 latest rom
Mdeejay 2.3 Revolution android version.
had jmz's bootloder
Tried everything u said nothing happened...
Trying now MSKIP's boot loader, with fresh installation lets see...
Ur effort time and help is always appreciated thanks Funkdat
maybe because OS's weren't designed to run on a SD card??? Sell your hd2 and get a galaxy s phone.
I feel your pain. Very very frustrating and you feel you have tried everything. Time consuming too.
What bothers me a bit with those builds is that they load up the HTC logo so actually don't see what is happening during bootup. I wonder if you couldn't bypass that?
that wud have been big help if i could see what is actually happening but the Big HTC Logo screen is hiding everything and i am just sick of it.
Well if i could only burn the ROM into HD2 that would have been much better so wouldn't have to worry about anything i have to format my storage card every time or either delete everything on the sd card to make it work duno which file is it causing this error but i hope some one will come up with solution...
CHeers
still the same tried everything...
Hi there,
You do understand that the HD2 was not made nor meant to run Android and that all the Android ROM's are third party ones and unofficial ?
You did not say whether or not you tried to install on the internal memory and not the card ?
Bye,
Itamar
supermaster said:
This isn't my post but I have very same problem and thought i'd bring it to this thread see if anyone happens to have same issue or has solution?
Click to expand...
Click to collapse
did you try starting it, deleting the data.img and starting it again?
nrfitchett4 said:
maybe because OS's weren't designed to run on a SD card??? Sell your hd2 and get a galaxy s phone.
Click to expand...
Click to collapse
Oh the contradiction. You say that, yet you use it too
"Android Playground: HyperDroid 1.6"
You gonna sell your HD2? (now for the crickets )
This might seem stupid, but have you tried deleting the Android folder from your SD card? Or modify this line in startup.txt:
set cmdline "rel_path=Android"
to
set cmdline "rel_path=/"
The problem might be that because of rel_path, it's looking for your android ROM in the "Android" folder. And some applications create that folder (Google goggle for example) to save information. I had an issue quite similar to yours. Now editing startup.txt is the first thing I do in a build. I currently have 5 different builds, one for every day of the week! haha.
Hope this helps!
rr5678 said:
did you try starting it, deleting the data.img and starting it again?
Oh the contradiction. You say that, yet you use it too
"Android Playground: HyperDroid 1.6"
You gonna sell your HD2? (now for the crickets )
Click to expand...
Click to collapse
not at all. I actually rarely boot into android and when I do, I keep my android builds on a seperate sd card. But I'm also not on here starting threads complaining that android won't boot properly on my winmo phone.
That's why its my playground. I am not trying to make android my daily driver.
karendar said:
This might seem stupid, but have you tried deleting the Android folder from your SD card? Or modify this line in startup.txt:
set cmdline "rel_path=Android"
to
set cmdline "rel_path=/"
The problem might be that because of rel_path, it's looking for your android ROM in the "Android" folder. And some applications create that folder (Google goggle for example) to save information. I had an issue quite similar to yours. Now editing startup.txt is the first thing I do in a build. I currently have 5 different builds, one for every day of the week! haha.
Hope this helps!
Click to expand...
Click to collapse
there's only 5 days in a week???
nrfitchett4 said:
not at all. I actually rarely boot into android and when I do, I keep my android builds on a seperate sd card. But I'm also not on here starting threads complaining that android won't boot properly on my winmo phone.
That's why its my playground. I am not trying to make android my daily driver.
Click to expand...
Click to collapse
Well that's true. Android isn't really that stable enough to run often - especially when I see that it sucks down 500mA of power. That leads to 2 hours of battery.
(speaking of separate SD cards, I still have to send my faulty 16GB back to HTC )

Android dont start

I have downloaded mdj adroid and installed on my root of storagecard. Updated my radio, installed hspl3. Tried other romes for htc. but it freeze with green htc logo. and i have installed 512 data.img to my hd2. Its a european hd2. i have waited hours to load reinstaled few times it gave the same result.
Do some1 know any solution?
coolgut said:
I have downloaded mdj adroid and installed on my root of storagecard. Updated my radio, installed hspl3. Tried other romes for htc. but it freeze with green htc logo. and i have installed 512 data.img to my hd2. Its a european hd2. i have waited hours to load reinstaled few times it gave the same result.
Do some1 know any solution?
Click to expand...
Click to collapse
Did you copy the android folder to the root of your SD card with all the contents inside? Or did you copy the contents to the root of the SD card?
Dblfstr said:
Did you copy the android folder to the root of your SD card with all the contents inside? Or did you copy the contents to the root of the SD card?
Click to expand...
Click to collapse
I have put the android folder to my storagecard and put the data.img to my android folder
coolgut said:
I have put the android folder to my storagecard and put the data.img to my android folder
Click to expand...
Click to collapse
How long did you wait while it was 'stuck' at the htc screen?
Edit: Oh, Hours!
Did you format your SD card to FAT32 first?
coolgut said:
I have downloaded mdj adroid and installed on my root of storagecard. Updated my radio, installed hspl3. Tried other romes for htc. but it freeze with green htc logo. and i have installed 512 data.img to my hd2. Its a european hd2. i have waited hours to load reinstaled few times it gave the same result.
Do some1 know any solution?
Click to expand...
Click to collapse
Since there are literally thousands of post from peeps who have got it working without any major issues (me included ) i would suggested you are doing something wrong, however since its still essentially in beta there's bound to be issues for some.
best to start again & read carefully! its the best advice i can give.
All the best
http://forum.xda-developers.com/showthread.php?t=767513
you can download and install the android sdk on your computer, once its set up, then you can run a logcat to watch the background processes. if you see it looping, then it's locked up.
my first try i thought it had locked up on initial boot, so i pulled the batt. i rebooted and ran a logcat, saw it hang in the adio portion of setup.
i wiped the sdcard, formated it, and tryed again.
it takes about 5 min for it to setup the background services and kernel, then you'll be able to run logcat and watch it boot. i recomend waiting untill it calms down before even touching the phone even though it will prob be at the log in screen 5-10 min before it calms down.
once it calms down i personaly will log into my google account, wait for it to settle down, the restart it. after it reboots then ill start to play with it, set things up, load apps etc.
Dblfstr said:
How long did you wait while it was 'stuck' at the htc screen?
Edit: Oh, Hours!
Did you format your SD card to FAT32 first?
Click to expand...
Click to collapse
yeah i have formated FAT32
kam333 said:
Since there are literally thousands of post from peeps who have got it working without any major issues (me included ) i would suggested you are doing something wrong, however since its still essentially in beta there's bound to be issues for some.
best to start again & read carefully! its the best advice i can give.
All the best
http://forum.xda-developers.com/showthread.php?t=767513
Click to expand...
Click to collapse
I have read everything, searching on google tried all tutorials on youtube but it didnt help me.
t1h5ta3 said:
you can download and install the android sdk on your computer, once its set up, then you can run a logcat to watch the background processes. if you see it looping, then it's locked up.
my first try i thought it had locked up on initial boot, so i pulled the batt. i rebooted and ran a logcat, saw it hang in the adio portion of setup.
i wiped the sdcard, formated it, and tryed again.
it takes about 5 min for it to setup the background services and kernel, then you'll be able to run logcat and watch it boot. i recomend waiting untill it calms down before even touching the phone even though it will prob be at the log in screen 5-10 min before it calms down.
once it calms down i personaly will log into my google account, wait for it to settle down, the restart it. after it reboots then ill start to play with it, set things up, load apps etc.
Click to expand...
Click to collapse
this is interesting I have search a little bit but its so complicated I gonna take some time to do this if I need help with it I wil mssg you
It still freeze with a green htc. maybe its my startup.
This is my stratup:
#Mdeejay FroYo Revolution v. 1.2
set mtype 2524
set ramaddr 0x11800000
set ramsize 0x1e400000
set KERNEL zImage
set initrd initrd.gz
set initrd_offset 0x00a00000
set cmdline "nand_boot=0"
boot
I have also added:
set data_size 1024
hello
just wanted to say i had kinda the same problem what i ended up doing is installing new rom from energy then extracted the files straight to the sd card hope this helps i had all kinds of problems rom fixed everything instantly
Try using a different kernel. I had the exact same issue as you and I found out that my phone doesn't work with any kernels that screw around with the CPU settings. I would suggest using Hastarin R8 or 7.7 Alt. If that doesn't work, try using the kernel from THIS build. Basically, try a bunch of them. One just might work.
Iam now using energy rom. iam trieying different android roms
I have tried the darkstone froyo 1.7 when it was booting its said can't mount the sd card. I have tried other sd card and it work. I can use android
Really should try reading before you go about tinkering
and for the record that builds not too great
"If you get unable to mount sdcard plz replace set cmdline "rel_path=Android" with set cmdline "rel_path=Android loop_partition=mmcblk0" in startup.txt"
that was originally posted in shubcraft and has since been posted in nearly every up-to-date build.
z33dev33l said:
Really should try reading before you go about tinkering
and for the record that builds not too great
"If you get unable to mount sdcard plz replace set cmdline "rel_path=Android" with set cmdline "rel_path=Android loop_partition=mmcblk0" in startup.txt"
that was originally posted in shubcraft and has since been posted in nearly every up-to-date build.
Click to expand...
Click to collapse
i have formatted my sd card with a other software not from windows. and iam now using mdeejay 1.3

[Q] Only hyperdroid 1.7 works. Why?

Hey,
Til now i have tried 12 Android 2.2 Builds. But only Hyperdroid 1.7 worked. But i like shubcract and all the other builds more. Everytime I used the correct Installation ways but 11 builds ended at a green HTC Logo. Thats sad
Can you help me? That would be great.
Oh, and i also tried 6 different custom roms. With hyperdroid I use the new Energy Rom. Thanks
Reltih2200 said:
Hey,
Til now i have tried 12 Android 2.2 Builds. But only Hyperdroid 1.7 worked. But i like shubcract and all the other builds more. Everytime I used the correct Installation ways but 11 builds ended at a green HTC Logo. Thats sad
Can you help me? That would be great.
Oh, and i also tried 6 different custom roms. With hyperdroid I use the new Energy Rom. Thanks
Click to expand...
Click to collapse
You might want to reformat your micro SD card to FAT32 and do a complete install from scratch. My combo has served me well with no issues.
That's what I have done, too.
Aww, it looks like there is no way out :/
Your card may be faulty.
Even when ONE build works every time? Is that possible.
I used an 2GB one and an 1GB one (stupid idea, i know ).
Now I am waiting for my new 8GB one, I'll try it with that, but I can't believe that this could be the problem.
But maybe you are right, thanks for your answer
Reltih2200 said:
Hey,
Til now i have tried 12 Android 2.2 Builds. But only Hyperdroid 1.7 worked. But i like shubcract and all the other builds more. Everytime I used the correct Installation ways but 11 builds ended at a green HTC Logo. Thats sad
Can you help me? That would be great.
Oh, and i also tried 6 different custom roms. With hyperdroid I use the new Energy Rom. Thanks
Click to expand...
Click to collapse
Have you checked startup.txt?
What do I have to check there?
Some builds do take time to load.
Do you have a "loader" to automatically load droid or do you do it through selection of "clrd" and "haret"?
Are you installing the complete build folder?
I tried it with ,,LaunchAndroid'' on the Energy Rom (thats what works perfectly with HyperDroid) and on the other tested Roms, I used the casual method. Even this method worked with HyperDroid really well!
Everytime, I saw the green HTC Logo, I waited over one hour and nothing happens.
Then I gave up.
On HyperDroid, I see the Linux-Penguin and it goes through a black field with white commands on it and then it starts.
When I start all the other builds, I see the black field with the white commands for one second, then the green Logo appears!
To your last question:
I throw the folder on the root of my sdcard and that was it.
That's how it works as hyperdroid 1.7
Or is there another thing for the other builds, which I have to do?
Reltih2200 said:
What do I have to check there?
Click to expand...
Click to collapse
You have to check that rel_path directs to the folder where Android is stored. Some builds are stored in folders named after the builds, whilst others are stored in the default 'Android' folder. If rel_path isn't linked correctly, you will not boot.
This could explain why only Hyperdroid works.
And also, as mentioned by others, wait 20-30 minutes on first boot, it may take a while to create your data.img
This seems to be the reason for it. I didn't tested it yet, but I took a look into the builds folder.
On HyperDroid it looks like this:
set cmdline "rel_path=HyperDroidV1.7"
And on Moto234 EVO v0.3 it looks like this:
set cmdline "rel_path=Android nand_boot=0"
Do I have to change something there?
I see that for HyperDroid, there is no Android Folder, only the folder ,,HyperDroidV1.7''. Thats what the cmdline says, too.
Do I have to change the Moto234 startup.txt-cmdline into
set cmdline "rel_path=Moto234_EVO_Black&Blue_V0.3"
In fact, THERE IS an Android-Folder. For HyperDroid, i put the files directly on the root, not in an android folder. When I take the files out of the Android Folder (for example the Moto234 build) and put it directly to the root of the sd card and I edit the startup.txt like, is it possible, that everything works fine?
I will try it and when it works, I am so happy
Reltih2200 said:
This seems to be the reason for it. I didn't tested it yet, but I took a look into the builds folder.
On HyperDroid it looks like this:
set cmdline "rel_path=HyperDroidV1.7"
And on Moto234 EVO v0.3 it looks like this:
set cmdline "rel_path=Android nand_boot=0"
Do I have to change something there?
I see that for HyperDroid, there is no Android Folder, only the folder ,,HyperDroidV1.7''. Thats what the cmdline says, too.
Do I have to change the Moto234 startup.txt-cmdline into
set cmdline "rel_path=Moto234_EVO_Black&Blue_V0.3"
In fact, THERE IS an Android-Folder. For HyperDroid, i put the files directly on the root, not in an android folder. When I take the files out of the Android Folder (for example the Moto234 build) and put it directly to the root of the sd card and I edit the startup.txt like, is it possible, that everything works fine?
I will try it and when it works, I am so happy
Click to expand...
Click to collapse
First of all, make sure Android is installed in 1 folder on root, and not in a subfolder of that folder. This means that the files should all be put in, for example, H:\Android\ or /sdcard/Android/, and not for example H:\Moto234blablabla\Android\, that's one folder too much (well actually I'm not sure this is - it probably isn't - a requirement, but do it anyways).
Then just change rel_path to the exact spot your startup.txt, or haret and clrcad for that matter, are located. For example: rel_path=Android , or rel_path="Moto234blabla".
Simples, see?
Edit: in case I'm not being very clear: of course don't change the folder structure inside of the Android folder. Files in for example /root/ or /data/ should remain where they are, obviously.
Yeah, but when it is, how you explain it to me, HyperDroid shouldn't work.
As I said, it is this:
set cmdline "rel_path=HyperDroidV1.7"
But the files of Hyperdroid I directly on the sd card, there is no folder or subfolder.
That means, the files are on H: and nothing more.
So, why does it work? I will test it at weekend, because when I have to start all over again with HyperDroid, after nothing worked, it takes to much time.
Maybe it works
Reltih2200 said:
Yeah, but when it is, how you explain it to me, HyperDroid shouldn't work.
As I said, it is this:
set cmdline "rel_path=HyperDroidV1.7"
But the files of Hyperdroid I directly on the sd card, there is no folder or subfolder.
That means, the files are on H: and nothing more.
So, why does it work? I will test it at weekend, because when I have to start all over again with HyperDroid, after nothing worked, it takes to much time.
Maybe it works
Click to expand...
Click to collapse
Do a usb link and check the "Hyper" folder to see if there is another "Hyper" sub folder, this may be the problem. Sometimes one creates a folder and then places the build in that folder which it automatically creates its own.
If there is an "Android" folder, check that as well and make sure there isn't a sub "Hyper" folder; when you open either folders it should open a list consisting of "root" folder, zimg, etc.
So, I did everything mentioned here.
And...nothing works. ONLY HyperDroid 1.7
I mean, that couldn't be. I did everything, i changed the startup.txt, again I used thousand different ROM's. It sucks :/
I am glad to see, that you tried to help me, but it seems to be useless.
I have no idea what to do. Maybe it's better to sell the HD2 and buy a Dell Streak or a Desire HD. Then I have no problems like this.
When you have a nother possible reason for this phenomenon, tell it to me. Maybe this one works
Format your SD card and try again (do a full format, not the default quick one), maybe that'll solve it.
Does not help, sorry
EDIT: For anyone, who wants to know...i finally solved the problem.
I mean, I am so happy, I could cry
And everything because of the user ,,shekerdothis''. He is just a god. He saved my life
So, he said in another post:
I had the same issue for about a day, and after research of stuck on green HTC Logo with no help, and thousands of post later I came acroos an article regarding EncFiltLog.menc. Do not format your SD card with MAC or windows PC, but rather the secret is to format your SD card with your winmo phone by going to "settings" | "format SD card". It will create an exec file "EncFiltLog.menc" This file is, I guess, a partition index??? The file "EncFiltLog.menc" is hidden in windows mobile 6.x but is visible when you mount your SD card to your PC. Do not delete this file!!!!
After that just drop your android folder and it will boot up in less than 3 mins. After that, u may add all your other files. I use a 16GB card with Android and all my music and stuff with no problems. Hope this helps you.
Click to expand...
Click to collapse
And yeah, it worked. I went to settings in Winmo, then to System and then format SD Card. It took 1 Second (even faster then the quick Format on my PC) and everything works brilliant!
Thanks to you all, what a great Forum
Reltih2200 said:
Does not help, sorry
EDIT: For anyone, who wants to know...i finally solved the problem.
I mean, I am so happy, I could cry
And everything because of the user ,,shekerdothis''. He is just a god. He saved my life
So, he said in another post:
And yeah, it worked. I went to settings in Winmo, then to System and then format SD Card. It took 1 Second (even faster then the quick Format on my PC) and everything works brilliant!
Thanks to you all, what a great Forum
Click to expand...
Click to collapse
Am I missing something? I don't have a Format SD Card option under Settings on WM
Ok soooo only hyper droid works and other build dont
well play around with the kernel in Hyperdroid and mess with the data IMG ,
voila
then even hyper droid wont work,,,,,
Sorry mate , just kidding,
your issue seems to be with startup txt,
best regds
xnifex said:
Am I missing something? I don't have a Format SD Card option under Settings on WM
Click to expand...
Click to collapse
I don't know!? I have the newest energy rom and on basic Windows Mobile 6.5, you also can find this option. Use the newest energy rom, go to Settings and then to system. There you can find KeyLock-Settings,Device Information,Format SD-Card,Remove Programs,Memory,Screen,External GPS,aGPS Settings,G-Sensor, Certificates, About,Uploader,Wipe,Power etc.
Ok soooo only hyper droid works and other build dont
well play around with the kernel in Hyperdroid and mess with the data IMG ,
voila
then even hyper droid wont work,,,,,
Sorry mate , just kidding,
your issue seems to be with startup txt,
best regds
Click to expand...
Click to collapse
Yeah, as I said, it has nothing to do with the startup.txt. I solved the problem with the method, explained in another Thread. Now I tried 11 Builds (MDJ has the best ) and everyone works.
It's a mistery to me, why hyperdroid worked without to format the sd card via winmo, but who cares? Everything works fine, and thats awesome )

[Q] Looking for the Best and Stable ANDROID for HTC HD (BLACKSTONE) !

Hi guys,
some time( 6 months) looking for an Android 1.6, 2.1, 2.2 stable for my HTC HD (Blackstone), but each have different views and more negative ,
I noticed that most systems Android Not Working GPS,Bluetooth, Photo Camera and some applications, but I think maybe someone has found a good version of Android,
Tell me a good and stable OS Android.
Now running WM6.5 Energy, Dinik Glass.Mar.21.
And it would be better if you say a few opinions about Android OS,
Worth the Android operating system on HTC HD ?
Thanks in advance.
EDIT :
- For those seeking a Good and Fast Android. Thanks to All for all ->>
- Looking at the bottom of pages to find everything you need
This is Android 2.2.2
For files to work Android 2.2.2 go to post # 62 is 3 files ,copi to folder where is Haret
Good Luck !
gadar said:
This is the best rom i ever had,
wifi works
cam works
I think bluetoth works too, I just started once and it founds other devices.
fast, and verry stable. I had it on for about 50h without any crash, after that i restarted due to wifi error.
With wifi on and doing some thinks, like smsing browsing, playing a game some minutes it lasted for about 11-12h.
I think if you having this rom in standby mode, it will propably last more than 12h, I haven't checked it.
With this rom and this rootfs, it works like a charm!
Rom:
http://htcandroid.xland.cz/FRX06_Full_Bundle_25.3.2011.zip
Rootfs:
http://forum.xda-developers.com/attachment.php?attachmentid=546462&d=1300543569
I forgot to mention that I have Energyrom, but i agree with the previous post.
Google goggles works too and every other app!
Good luck!
Edit: I have checked it, this FRX06_Full_Bundle_25.3.2011 is a 24h build
note that with no wifi enabled.
And the first build that do not get that warm when wifi is enabled
Click to expand...
Click to collapse
Nobody even give me an answer ?
I'm using Froyo 2.2.1 CBV2. It's a good and stable rom. Cam & Wifi works. So you can play around with this rom while waiting for a good CyanogenMod 7 rom
Good luck!
Edit: I advice you to change rom in order to overclock your touch hd. Energy rom looks flashy but it's very slow (no offence).. I used it for quite a while.. but when changing rom I saw the real speed of touch hd!
The Best!
This is the best rom i ever had,
wifi works
cam works
I think bluetoth works too, I just started once and it founds other devices.
fast, and verry stable. I had it on for about 50h without any crash, after that i restarted due to wifi error.
With wifi on and doing some thinks, like smsing browsing, playing a game some minutes it lasted for about 11-12h.
I think if you having this rom in standby mode, it will propably last more than 12h, I haven't checked it.
With this rom and this rootfs, it works like a charm!
Rom:
http://htcandroid.xland.cz/FRX06_Full_Bundle_25.3.2011.zip
Rootfs:
http://forum.xda-developers.com/attachment.php?attachmentid=546462&d=1300543569
I forgot to mention that I have Energyrom, but i agree with the previous post.
Google goggles works too and every other app!
Good luck!
Edit: I have checked it, this FRX06_Full_Bundle_25.3.2011 is a 24h build
note that with no wifi enabled.
And the first build that do not get that warm when wifi is enabled
I tried FRX06 too.. but it's not as fast as Froyo 2.2.1 CBV2.. You have to prepare you're sd card (making partitions and stuff; all explained here) but it's really worth it!
playerxl said:
I'm using Froyo 2.2.1 CBV2. It's a good and stable rom. Cam & Wifi works. So you can play around with this rom while waiting for a good CyanogenMod 7 rom
Good luck!
Edit: I advice you to change rom in order to overclock your touch hd. Energy rom looks flashy but it's very slow (no offence).. I used it for quite a while.. but when changing rom I saw the real speed of touch hd!
Click to expand...
Click to collapse
You says to overclock my HTC HD, but that does not mean that changes (overclock) to speed procesor to burn it ? Like a procesor of Computer EX: procesor curent speed 1800 GHZ off 3000+ (procesor product AMD) but if i change speed of 2400 GHZ if posible to burn it, corect ?
Could also work a 2,4,6,7 months time, and then burn the procesor ?
I had an experience with the HTC Touch Diamond and burned to overclock the processor to 528 MHZ I went up to 688 MHZ, and after 2 weeks after he died (CPU burn, I find that to the guarantee, I have a friend who works HTC Service and that verdict has given me )
I am a little afraid to do overclock the HTC HD after I lived experience
playerxl said:
I'm using Froyo 2.2.1 CBV2. It's a good and stable rom. Cam & Wifi works. So you can play around with this rom while waiting for a good CyanogenMod 7 rom
Good luck!
Edit: I advice you to change rom in order to overclock your touch hd. Energy rom looks flashy but it's very slow (no offence).. I used it for quite a while.. but when changing rom I saw the real speed of touch hd!
Click to expand...
Click to collapse
About Energy Rom Glass Dinik, version March 21,phone works super well and fast, I have this version of 4/5 days and are pleased.
But as I said, I want to try Android OS.
gadar said:
This is the best rom i ever had,
wifi works
cam works
I think bluetoth works too, I just started once and it founds other devices.
fast, and verry stable. I had it on for about 50h without any crash, after that i restarted due to wifi error.
With wifi on and doing some thinks, like smsing browsing, playing a game some minutes it lasted for about 11-12h.
I think if you having this rom in standby mode, it will propably last more than 12h, I haven't checked it.
With this rom and this rootfs, it works like a charm!
Rom:
http://htcandroid.xland.cz/FRX06_Full_Bundle_25.3.2011.zip
Rootfs:
http://forum.xda-developers.com/attachment.php?attachmentid=546462&d=1300543569
I forgot to mention that I have Energyrom, but i agree with the previous post.
Google goggles works too and every other app!
Good luck!
Click to expand...
Click to collapse
Need to do overclocking ?
And if not, and if you do not mind give me the steps how to install Android OS you mentioned above,
I need to do partition of 8 GB card ?? , Give me some more detailed installation steps,
Thanks
DjMaryuslive said:
Need to do overclocking ?
And if not, and if you do not mind give me the steps how to install Android OS you mentioned above,
Thanks
Click to expand...
Click to collapse
First of all XDAndroid will not replace WinMo completely, yet.
There's no need to do any overclocking. You can, but it might cause instability issues.
Also, there's not one package that just runs 'out of the box' on Blackstone (Touch HD).
They either have missing functionality (GPS, Google Apps, whatever) or you need to follow a certain installation procedure.
Check out if this works for you:
- Get the FRX06 bundle from the Touch Pro/Fuze thread, follow the installation guide there too, but...
- use the correct startup.txt and ts-calibration (attached to post)
- get the special Blackstone kernel and rootfs by g3rm0 (see my signature), and then with everything on the SD card...
- follow the steps i described and you should be a happy camper.
Noroc
DjMaryuslive said:
Need to do overclocking ?
And if not, and if you do not mind give me the steps how to install Android OS you mentioned above,
I need to do partition of 8 GB card ?? , Give me some more detailed installation steps,
Thanks
Click to expand...
Click to collapse
I have those partition on my 8GB card. But i dont know if that helps.
Look at this video on youtube, download that program and do exactly as he did.
http://www.youtube.com/watch?v=aCV7Eu1pjWQ&feature=related
And follow steps that hrk7474 said.
Thanks!
Yes, use that build first and than try to use Froyo 2.2.1 CBV2 ...
You've to find out what Froyo build is really working for you..
For FRX06 you don't have to make partition of your 8gb sd card
For Froyo 2.2.1 CBV2 you do.. but it works well and still faster than the FRX06 build..
You don't have to overclock your phone if you don't want to!
So it's up to you.. Android is not fully optimized for our blackstones yet.. most things will work... But it's not as fast as it should be.. That's why the overclocking can be handy!
But you'll have to find that out yourself... Good luck!
gadar said:
This is the best rom i ever had,
wifi works
cam works
I think bluetoth works too, I just started once and it founds other devices.
fast, and verry stable. I had it on for about 50h without any crash, after that i restarted due to wifi error.
With wifi on and doing some thinks, like smsing browsing, playing a game some minutes it lasted for about 11-12h.
I think if you having this rom in standby mode, it will propably last more than 12h, I haven't checked it.
With this rom and this rootfs, it works like a charm!
Rom:
http://htcandroid.xland.cz/FRX06_Full_Bundle_25.3.2011.zip
Rootfs:
http://forum.xda-developers.com/attachment.php?attachmentid=546462&d=1300543569
I forgot to mention that I have Energyrom, but i agree with the previous post.
Google goggles works too and every other app!
Good luck!
Click to expand...
Click to collapse
STARTUPS folder -> Blackstone where put the startup.txt file? together with the file: Haret, Android apps, conf, etc, etc?
Or leave them there in the folder Blackstone
i tri to instal android you gave me and is say : Waiting for SD Card and noting hapend
DjMaryuslive said:
STARTUPS folder -> Blackstone where put the startup.txt file? together with the file: Haret, Android apps, conf, etc, etc?
Or leave them there in the folder Blackstone
i tri to instal android you gave me and is say : Waiting for SD Card and noting hapend
Click to expand...
Click to collapse
As I'm sure is described in the installation guide in the thread where you got the FRX06 bundle from, yes, the startup goes where haret is.
By the way, have you looked at this thread at all?
'Waiting for SD' is the 3rd question dealt with in the FAQ. The fix worked for me when i had the SD-card issue. (I later removed it from the startup and my SD has been working fine
I further advise you to read the other threads as well and use the search function, because if this is your first serious attempt to run XDAndroid on a Blackstone i seriously doubt there's anything you will run into that nobody has experienced or dealt with before.
Don't get me wrong, we're all glad to help out eachother, but most of the answers are all over the forums already.
hrk7474 said:
As I'm sure is described in the installation guide in the thread where you got the FRX06 bundle from, yes, the startup goes where haret is.
By the way, have you looked at this thread at all?
'Waiting for SD' is the 3rd question dealt with in the FAQ. The fix worked for me when i had the SD-card issue. (I later removed it from the startup and my SD has been working fine
I further advise you to read the other threads as well and use the search function, because if this is your first serious attempt to run XDAndroid on a Blackstone i seriously doubt there's anything you will run into that nobody has experienced or dealt with before.
Don't get me wrong, we're all glad to help out eachother, but most of the answers are all over the forums already.
Click to expand...
Click to collapse
I already tried it and no response,otherwise you can help me ?
DjMaryuslive said:
I already tried it and no response,otherwise you can help me ?
Click to expand...
Click to collapse
There are two (tree) possible fixes for "Waiting for SD card" issue
1. Make sure it's formatted to FAT32 filesystem.
if that doesn't work than
2. Open startup.txt --> find set cmdline and add this: msmsdcc_1bit msmsdcc_fmax=14000000 msmsdcc_nopwrsave
it that doesn't work either you can only try another card. My 8GB Transcend card refused to work so I had to buy an old class 2 SanDisk 2GB. Good thing they are dirt cheap now
g3rm0 said:
There are two (tree) possible fixes for "Waiting for SD card" issue
1. Make sure it's formatted to FAT32 filesystem.
if that doesn't work than
2. Open startup.txt --> find set cmdline and add this: msmsdcc_1bit msmsdcc_fmax=14000000 msmsdcc_nopwrsave
it that doesn't work either you can only try another card. My 8GB Transcend card refused to work so I had to buy an old class 2 SanDisk 2GB. Good thing they are dirt cheap now
Click to expand...
Click to collapse
same problem,the problem is the card 8Gb,thanks
Pff....
I tried all the above versions of Android and without any results, after restart back to windows mobile phone, why ??
My SD Card doesn't seem to work, why?
Most SD Cards are working, but if you the 'waiting for SDCard' message, you should try one of these fixes (and please let us know if it works)
Fix 1: Format your card with this tool http://www.sdcard.org/consumers/formatter/
Fix 2: Edit your startup.txt file and add these red entries to your cmdline:
set cmdline "lcd.density=240 msmts_calib=0x395.0x3c9.0x79.0x77 clock-7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 gsensor_axis=-2,-1,3
msmsdcc_1bit msmsdcc_fmax=14000000 msmsdcc_nopwrsave"
Fix 3: Tell your wife / girlfriend that you are about to make some modifications to her phone... change the ringtone and steal her old Class 2 SD Card to use with Android. She will never discover what you have done, and if she does, you'll be able to use Android to send texts to your former girlfriends ;-)
Copy and paste from:
http://forum.xda-developers.com/showthread.php?t=627749
Follow that if you having card problem.
Thanks
HELP
gadar said:
My SD Card doesn't seem to work, why?
Most SD Cards are working, but if you the 'waiting for SDCard' message, you should try one of these fixes (and please let us know if it works)
Fix 1: Format your card with this tool http://www.sdcard.org/consumers/formatter/
Fix 2: Edit your startup.txt file and add these red entries to your cmdline:
set cmdline "lcd.density=240 msmts_calib=0x395.0x3c9.0x79.0x77 clock-7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 gsensor_axis=-2,-1,3
msmsdcc_1bit msmsdcc_fmax=14000000 msmsdcc_nopwrsave"
Fix 3: Tell your wife / girlfriend that you are about to make some modifications to her phone... change the ringtone and steal her old Class 2 SD Card to use with Android. She will never discover what you have done, and if she does, you'll be able to use Android to send texts to your former girlfriends ;-)
Copy and paste from:
http://forum.xda-developers.com/showthread.php?t=627749
Follow that if you having card problem.
Thanks
Click to expand...
Click to collapse
I have a big problem when you need to calibrate the screen ... but I do not look to the cross with calibrate the screen.
It`s Show me the screen and first cross calibration ( in top left corner ) for 2 seconds ( I do not see the calibration screen, how can I do if I can not see the calibration screen ? ) and then continues installing Android,after the installation is complet i can not use the touchscreen because is not calibrated.
I use Startup.txt and ts-Calibration,but .... no efect
Mention that the 8GB card is not working I found a 1GB card and it works
Or tell me how you've done and the steps that you made ​​when you put the files on the card,
All Android versions have the same problem, HELP !!!!
Thanks
I think after the first corner the calibration spot will appear after that the other calibration spots wont show up, but just push each corner after you see the first top left cal.ponit, then efter when you have pushed all other corners and are about to push the top right corner push once again the top left corner then it should proceed as normal....Thats what i was expierenced with this FRX06 build.
Or just put calibriation file in the folder where haret is started, main folder. Startup file must also be there, both files is for your Blackstone. You will find Startup file in the STARTUPS folder and the calibrations file from the link below.
Here you have calibrations files for your blackstone:
http://www.neopeek.com/viewtopic.php?f=14&t=6420&sid=e6dc7b1623778926cd9a7596329049e7
Good luck.

Categories

Resources