[Q] How to boot .32 kernel with HaRET? - Tilt, TyTN II, MDA Vario III Android Development

Hi,
is there anybody, who can boot .32 kernel with haret?
Pls upload me default.txt, initrd.gz and rootfs.img OR is there anybody who can write step-by-step guide to try android on kaiser via haret..?
Thanks

http://forum.xda-developers.com/showpost.php?p=9562500&postcount=332

Just be sure to download zImage (Kernel) and initrd.lzma from this link:
http://androidhtc.git.sourceforge.net/git/gitweb.cgi?p=androidhtc/kernel-release.git;a=tree
or use aTools (http://forum.xda-developers.com/showthread.php?t=783514) to do it for you.
The benefit from using aTools configured to HARET setup is, that it would also create default.txt file for you.

Related

Rom Modification (Cooking)

Hi everybody,
I would like to cook Artermis rom for my own Dopod P800W. How can I do this and what about the tools for rom modification? Please suggest me and put the link for download.
Thank you very much.
Everything you need is here:
http://forum.xda-developers.com/showthread.php?t=310076
The steps that I am using
1. Select the ROM that you want that has nbh extenstion
2. use nbhtool to extract the .nbh rom to nb files. Remane the os.nb to RUU_signed.nb
3. use the above link to get the tool to extract the RUU_signed.nb. This tool will extract all files in the rom and put them in folders--->There is a word doc in there that tells you what to do. It is a bit cumbersome but just follow it you will be fine.
4. in Sys folder, remove or add the folder you want--becareful here because there are folder interdpendent to each other so make sure you know what to add or delete.
5. use the Core tool again to build the new os.nb file. Make sure you follow the procedure in the work doc...
6. To build the nbh rom to load back to your device you will need htcrt tools. Copy the new os.nb and other nb files to the htcrt folder--this is what I do. Then run the htcrt program to build the new nbh romfile.
I hope the above will help you. I am building my own rom currently by using some component from B&Bv3.7 and the official wm6 v3.7 as the touchflow ROM. I have been playing with the above tools for sometimes now but still do not know what exactly what is required in each folder yet. Hard but fun...hihi.
attached...nbhtools and htcrt...just to save you sometimes. The core kitchen is in the above link. All programs run in DOS mode, BTW.
Thank you very much, I will try to use it for my rom cooking.

i want the nbh file!!

the rom of HikaRi v2.90 CE 23081!!
i can't flash!! is there anyone can give me the nbh file of this rom?
just a link to download will be fine!!! the nbh file!!!
dude...
search. if its not here, then its not here.
http://rapidshare.com/files/299307869/HikaRi.7z
there's the download link. decompress the goddamn zip file. search before posting in rom development.
can't you understand?in that kicthen,there's no nbh file.that's why i start this thread.i want the nbh file,ok!?!?!
i just wish anyone bulid thd nbh file can sent me that or make a link to download it,thanks!!!!
Its a kitchen, you will not find a nbh file. You are supposed to use the kitchen to make your own nbh file.
Dom1n8tr1x said:
Its a kitchen, you will not find a nbh file. You are supposed to use the kitchen to make your own nbh file.
Click to expand...
Click to collapse
you konw,i can't build the nbh file,that's why i ask for it here.if you made it,sent me that,ok?my e-mail:[email protected]
Sorry but I dont use that kitchen, maybe someone in the Hikari thread will be able to help you.
does anyone use this kitchen can help me?thanks a lots!!!!!!!

[ROM][WWE]ASUSP835 6.5.3 build 28002 (last updated: 10-12-09)

Hello everyone,
here's the wm6.5 rom for asus p835.
last updated: 10-12-09
http://cid-cf1603cd2858a369.skydrive.live.com/browse.aspx/PUBLIC
So far tested everything ok except Garmin XT not working anymore. Cant even start the application. Please let me know if you find otherwise.
btw, as usual, you use this rom at your own risk as you should understand there's always risk when flashing rom to your mobile... blah blah blah..
------------------------------------------------------------------------------------------------------------------------------------
[14-12-09]
I guess most of us p835 users have to use our own effort to build the rom for this phone.
Here i will give you some guide how I did building the ROM. Hopefully we can gather more intelligence to make a nicer ROM for this phone.
first off, I will explain how to properly extract xip/sys from the original ROM. With these only you can modify it's system.
Tools needed: p835abisplit2.exe, osnbtool.exe
1. rename the original ROM you downloaded from asus site. Rename to G5.exe. run command: "p835abisplit2 g5.exe". You will now get a file FLASH.BIN.
2. Now we need to work with FLASH.BIN. Using OSNBTOOL, put in command "osnbtool -sp flash.bin", you will get something just like below:
OS ROM Partition Tool V1.59 By Weisun :> PDAclan.com
Sector size : 0x00000800
Extra data bytes : 0x00000008
OS IMAGE found.
Partitions infomation:
**************************************
Part-0 type: BOOT SECTION image
Part-1 type: XIP RAM Image
Part-2 type: IMGFS file system
Part-3 type: legit DOS partition
**************************************
Found BIN_FILE structure in source file.
Records: 0x0000036D RecordsSize: 0x06E10328
StartAddr: 0x01030200 ---------------->we need this address when we repack flash.bin. Check if yours is the same with this?
flash.bin.Header written.
3. command: "osnbtool -sp flash.bin.BIN.NB0"
4. command: "osnbtool -d flash.bin.BIN.NB0.OS.NB 2 imgfs.bin" --> you'll get imgfs.bin
5. command: "osnbtool -d flash.bin.BIN.NB0.OS.NB 1 xip.bin" --> you'll get xip.bin
6. command: "imgfstodump imgfs.bin" --> with this, you'll get a "imgfs" folder. You'll need to make it into a easy to use package. rename the folder to dump.
7. command: "packagebuilder dump" --> you will see inside dump folder, you have all files packed into different folders. You wont be able to see a single file in dump folder. if you do, probably packagebuilder unable to recognize them or something wrong with the files(i'm not sure what to do then). The most important thing in dump folder are the folders with letters starting with OEMxxxx and .ROM, .VM. These few folders should be retained in the new system. Others are all replaced with new system.
assume you are able to modify everything without question, you are now in the situation where you want to repack a ROM. We will need these files in the same folder: FLASH.BIN.HEADER, flash.bin.BIN.NB0.OS.NB, IMGFS.BIN.
1. You will need to repack imgfs first. using "imgfsfromdump imgfs.bin imgfs-new.bin", you get the new imgfs-new.bin.
2. assuming you already modified xip.bin, it should be in name xip-new.bin. Using "osnbtool -c flash.bin.BIN.NB0.OS.NB 1 xip-new.bin"
3. "osnbtool -c flash.bin.BIN.NB0.OS.NB.NEW 2 imgfs-new.bin", repacking imgfs
4. "osnbtool -extra flash.bin.BIN.NB0.OS.NB.NEW.NEW"
5. "osnbtool -2bin flash.bin.BIN.NB0.OS.NB.NEW.NEW.EXA 0x01030200 -cutheader", remember when we first unpack FLASH.BIN? There's a starting address which we must use here.
6. "copy/b/y flash.bin.Header+flash.bin.BIN.NB0.OS.NB.NEW.NEW.EXA.BIN os-new.nb0"
7. "p835abisplit2 /B G5.EXE" ---> you must have the original ROM G5.exe. Output is a file named "out.exe". This is a USB flash file. For me, I'd prefer a card flashing ABI file. Which I felt safer. For generating ABI file, you will need to download a flashable ABI file, rename to G5.abi and run this command "p835abisplit2 /B G5.ABI". You will get "OUT.ABI". Rename to G5_ALL_WWE.ABI to flash with an SD card.
Btw, all these are not my original works, credits to DA_G for his ROMs and guides, BEPE and others for their great tools, zhaochengw: most of the guides above is from him.
--------------------------------------------------------------------------------------------------
[16-12-09]
SYS modification:
to upgrade a sys, all you need from original ROM is .ROM, .VM and all OEMxxxxx folders. (that's all i know of). All other folders are to be deleted and replaced with folders from new builds. After you work out a complete SYS, use G'reloc to relocate address. I've tried using WMreloc, but everytime i tried doesnt boot. I'm not sure what caused the problem but at least G'reloc worked. There might be some hiccups when using G'reloc, you'll have to google abit on that. If you encountered a problem saying that there's not enough memory on slot0, try remove some of the removable directories such as office or onenote.
Once you successfully relocated, you will have to use BuildOS to pack it back. You might encounter problems like duplicated files, just delete the one not from OEM folders. after you're done, copy the DUMP folder from TEMP directory and use imgfsfromdump(step1 from second part above).
--------------------------------------------------------------------------------------------------
[19-12-09]
I'm not going to cover xip.bin porting, but i'll mention here that you will need to use xipport to manually port xip for this rom. I've tried some kitchen tools but none working. It's the same for sys porting too, you have to manually replace the files and/or change REG. After which you'll use BUILDOS to build it. Other than that, you'll need an OEM sys/xip. I'ved used D_GA's 28002 and found that his package works pretty well. You can find it here.
http://forum.xda-developers.com/showthread.php?t=544445
I'll upload some related tools together so you'll wont have to look everywhere. You can find the upload together with the ROM downloads area.
regards.
blue.
Nice working!
Thx for blue's hard working on this poor handset.
wish ASUS can fix bugs on drivers and also hope guys like u can countinue Cooking better roms!
Thanks Guy! You're the best!
Call Key,Trackball and Volume Key cannot use
blue00mountain said:
So far tested everything ok except Garmin XT not working anymore. Cant even start the application. Please let me know if you find otherwise.
Click to expand...
Click to collapse
I had this issue too. Make sure you recmod all the browsing folders, incl Browsing, Browsingie & Lang folders
Sorry, How to Flash the Rom Use ABI File?
Blade0rz said:
I had this issue too. Make sure you recmod all the browsing folders, incl Browsing, Browsingie & Lang folders
Click to expand...
Click to collapse
i'm a beginner chef, so please tell me what's the purpose of recmod? For my understanding, it is only to make files become module? what else does it do?
blue00mountain said:
i'm a beginner chef, so please tell me what's the purpose of recmod? For my understanding, it is only to make files become module? what else does it do?
Click to expand...
Click to collapse
As I understand it, not only does it make a module into a file, it makes that file use the memory available in SLOT 0 in the ROM. Modules use SLOT 1 memory be default, so I think the browsing folders have issues accessing memory across the two slots
Have a read at Da_G's thread & the Native Kernel post - he explains it a lot better than I do
Good job on the ROM!
Blade0rz said:
As I understand it, not only does it make a module into a file, it makes that file use the memory available in SLOT 0 in the ROM. Modules use SLOT 1 memory be default, so I think the browsing folders have issues accessing memory across the two slots
Have a read at Da_G's thread & the Native Kernel post - he explains it a lot better than I do
Good job on the ROM!
Click to expand...
Click to collapse
ok, now the browser problem and garmin problem solved. although not really sure what i did that made it worked. Now i'm facing another problem, asus utilities, i.e. autorotate can only work once, and then it stoped working the next time ie starts. Autocleaner does not work at all. Any ideas?
Is there anyone testing my rom anyway?
regards,
B
I have test your ROM.It is very good.Sometimes any programs can be down.
Hi Blue00mountain
Thanks for your hard work, downloading.... hunger for P835 rom,
Read form other thread and noted that WM6.5.3 build 28002 was not as stable and fast as 28003 or later, would you consider to move on to newer version, thanks so much in advance.
blue00mountain said:
Hello everyone,
here's the wm6.5 rom for asus p835.
last updated: 10-12-09
http://cid-cf1603cd2858a369.skydrive.live.com/browse.aspx/PUBLIC
So far tested everything ok except Garmin XT not working anymore. Cant even start the application. Please let me know if you find otherwise.
btw, as usual, you use this rom at your own risk as you should understand there's always risk when flashing rom to your mobile... blah blah blah..
regards.
blue.
Click to expand...
Click to collapse
Thanks, that's great. BTW, I am start reading about porting XIP, would you mind telling me how to port XIP and how to test the ROM before hardware flashing the ROM?
leofong2022 said:
Thanks, that's great. BTW, I am start reading about porting XIP, would you mind telling me how to port XIP and how to test the ROM before hardware flashing the ROM?
Click to expand...
Click to collapse
There's quite some information on the web regarding xip porting. I felt that XIP is quite straight forward, not much problem. The problem I felt so far lies in SYS porting, and a chance to get a good OEM unmodified rom.
And there isnt any emulator to test rom. YOU WILL NEED TO FLASH INTO PHONE TO TRY IT OUT. However, this phone has a nice bootloader, which it checks for rom integrity before flashing. if you rom is incorrect, it doesnt allow to flash at all. Basically it is quite safe unless you messed something other than xip sys itself.
Thx blue!
anyway,the solution of unpack and repack P835 ROM may have another way:
follow steps are from hdubli,and hope can help everyone to Cooking ROMs!
---------------------------------------------
@ECHO off
ECHO Preparation
del flash.bin
del os-new.nb0
del flash.bin.bin.nb0.bin
del G5_ALL_WWE.abi
pause
TOOLS\p835abisplit2 g5.abi
ren os.nb0 flash.bin
TOOLS\osnbtool -sp flash.bin
TOOLS\nbsplit -data 2048 -extra 8 flash.bin.bin.nb0
copy flash.bin.bin.nb0.payload ROM\flash.bin.bin.nb0.payload
pause
ECHO Building OS
pause
TOOLS\BuildOS.exe
ECHO Realocating Modules
pause
TOOLS\WMReloc -gtemp\dump -llog.txt
ECHO Next: Build the rom...
pause
copy imgfs.bin temp\imgfs.bin
cd temp
..\TOOLS\ImgfsFromDump imgfs.bin imgfs-new.bin
cd..
copy temp\imgfs-new.bin
pause
TOOLS\insert -i imgfs-new.bin -o flash.bin.bin.nb0.payload -d 0x00460000 -s 0x5fdfff0
pause
TOOLS\insert -i 21812.bin -o flash.bin.bin.nb0.payload -d 0x00180000
pause
TOOLS\nbmerge -data 2048 -extra 8 flash.bin.bin.nb0 -conservative
pause
TOOLS\osnbtool -2bin flash.bin.bin.nb0 0x1030200 -cutheader
pause
copy /b/y flash.bin.header+flash.bin.bin.nb0.bin os-new.nb0
pause
TOOLS\cvrtbin os-new.nb0
ECHO Check the Out Put
pause
TOOLS\p835abisplit2 /b g5.abi
ren out.abi G5_ALL_WWE.abi
pause
del flash.bin.bin.nb0
del flash.bin.bin.nb0.payload
del flash.bin.header
del flash.bin.bin.nb0.extra
del imgfs-new.bin
pause
---------------------------------
Hi Blue,
Thanks for your details cooking step, I've done all the way to the dump folder, and after repack the dump folder using packagebuilder, I got a "info.txt" file and a "sys" folder, I leave everything untouch and try to repack imgfs, however I always get error as below after runing the command imgfsfromdump:
>imgfsfromdump imgfs.bin imgfs-new.bin
ImgfsFromDump 2.1rc2
Using compression type 'XPR'!
Sector size is 0x800
Processing "info.txt" as file
Processing "SYS" as module
then error message pop up "ImgfsFromDump.exe has stopped working"
Have you ever got this error? Did I missing something here, please help, thanks.
lizard999 said:
Hi Blue,
Thanks for your details cooking step, I've done all the way to the dump folder, and after repack the dump folder using packagebuilder, I got a "info.txt" file and a "sys" folder, I leave everything untouch and try to repack imgfs, however I always get error as below after runing the command imgfsfromdump:
>imgfsfromdump imgfs.bin imgfs-new.bin
ImgfsFromDump 2.1rc2
Using compression type 'XPR'!
Sector size is 0x800
Processing "info.txt" as file
Processing "SYS" as module
then error message pop up "ImgfsFromDump.exe has stopped working"
Have you ever got this error? Did I missing something here, please help, thanks.
Click to expand...
Click to collapse
i found there's some problems when u use the imgfsfromdump tool to make imgfs-new.bin
imgfsfromdump can't proceed the SYS folder,it can only deal with original "DUMP" folder
that means,when u dumped out the "DUMP" folder and use pkgtool(or packagebuilder) proceed it into models(SYS、OEM...ETC),u have to use BuildOS.exe rebuild all the files in SYS OEM.the result of BuildOS's rebuild just like the original "DUMP" folder.then u can use imgfsfromdump to make a imgfs-new.bin
Sorry about my poor English...
well,i still try to show u the way i repack imgfs.bin wihtout change anything.
1st, get the imgfs.bin
2nd,use imgfstodump and get the "dump" folder
3rd,use imgfsfromdmp directly,i get the imgfs-new.bin
blue00mountain said:
There's quite some information on the web regarding xip porting. I felt that XIP is quite straight forward, not much problem. The problem I felt so far lies in SYS porting, and a chance to get a good OEM unmodified rom.
And there isnt any emulator to test rom. YOU WILL NEED TO FLASH INTO PHONE TO TRY IT OUT. However, this phone has a nice bootloader, which it checks for rom integrity before flashing. if you rom is incorrect, it doesnt allow to flash at all. Basically it is quite safe unless you messed something other than xip sys itself.
Click to expand...
Click to collapse
ic, but i find that the xip size should be ~3200kb, is it just omit it during compling the xip?
In addition, do you mean it is just simply that just using Da_G's build with Da_G's MSXIPKernel + initflashfiles.dat and original P835 OEMXIPKERNEL is ok?
Sorry for my question because I know less on the OS complie, thanks
leofong2022 said:
ic, but i find that the xip size should be ~3200kb, is it just omit it during compling the xip?
In addition, do you mean it is just simply that just using Da_G's build with Da_G's MSXIPKernel + initflashfiles.dat and original P835 OEMXIPKERNEL is ok?
Sorry for my question because I know less on the OS complie, thanks
Click to expand...
Click to collapse
i don't think the XIP size should be 3200kb,anyway,in the Traditional Chinese version Rom,the size of XIP is more than 4200kb.
based on my experience, you dont need to have an exact same size for xip.bin. not sure if it will cause any problem but It will start anyway.
regarding your repacking dump question, the proper sequence i think is:
imgfstodump-->packagebuilder-->greloc-->buildos-->imgfsfromdump = imgfs-new.bin
blue00mountain said:
based on my experience, you dont need to have an exact same size for xip.bin. not sure if it will cause any problem but It will start anyway.
regarding your repacking dump question, the proper sequence i think is:
imgfstodump-->packagebuilder-->greloc-->buildos-->imgfsfromdump = imgfs-new.bin
Click to expand...
Click to collapse
Since I saw the p835abisplit2 creator starkwong said that (若要修改 XIP,請確保重新嵌入 nb0 前的 XIP 大小是跟原來的相同,否則刷機後會開機失敗)
-> if modifying XIP, please ensure the re-embedding nb0 XIP size is same as original XIP size, otherwise it may cause turn-on (mobile) failure after flashing.
If it is ok, that's great

[Q] How to get a KAISimg.nbh from an zImage file ?

Hi everybody...
I want to definitely put android on nand on my Kaiser and thus I'm trying many combination of kaisimg.nbh / androidinstall.tgz ...
There was no problem when I found .nbh file for Kaiser... I can modify it according to my panel and keyboard type...
But on this git repository (for example) there are not .nbh for the Kaiser (only for the Vogue)...
I wanted to convert it for Kaiser with hexa, but actually I don't think it will be a correct solution... Are the differences between Kaiser and Vogue only about address ?
So how can I get an nbh file for my kaiser ?
What is the process ? Where can I find the infos to got it ?
Thank you !!
mrlinconnu said:
Hi everybody...
I want to definitely put android on nand on my Kaiser and thus I'm trying many combination of kaisimg.nbh / androidinstall.tgz ...
There was no problem when I found .nbh file for Kaiser... I can modify it according to my panel and keyboard type...
But on this git repository (for example) there are not .nbh for the Kaiser (only for the Vogue)...
I wanted to convert it for Kaiser with hexa, but actually I don't think it will be a correct solution... Are the differences between Kaiser and Vogue only about address ?
So how can I get an nbh file for my kaiser ?
What is the process ? Where can I find the infos to got it ?
Thank you !!
Click to expand...
Click to collapse
I'll say this, as I know other people will before me, but please, please use the search option. I had just made a post myself on how to create a .NBH out of a zImage file as I recently just figured it out.
Look up my topic (Building a .NBH file), you'll need two repos bootenv and tinboot, but make sure you do not build a new initrd, as the bootenv repo has not been updated yet with the latest initrd that was posted, so just use the current initrd.lzma file.
I'm sorry but before posting I searched without success...
I saw your thread about building NBH from zImage, but I'm completely noob and I don't know what bootenv and tinboot stand for...
Well, I found this git repo about tinboot but without any doc or tutorial I'm unable to understand what I supposed to do with these files...
I only could guess that I should to use Linux...
I'm completely noob as you can easily guess it...
I want to learn more.. So I need some explanation about the process to get a device kernel (here for the Kaiser) from "scratch"...
Links (with some little explanation or tutos are welcomed...
Thank you again...
Hi,
Could anyone give me the process or some links..
Many thanks..

build (blazn 2.2.2)

tiad8 just released blazn 2.2.2
very smooth. OMG VERY STABLE
the best build for my blackstone. check it out
http://tiad8.com/showthread.php?t=1
yankees2450 said:
tiad8 just released blazn 2.2.2
very smooth. OMG VERY STABLE
the best build for my blackstone. check it out
http://tiad8.com/showthread.php?t=1
Click to expand...
Click to collapse
yes indeed, looks very good from the clip (youtobe)
And what about nand? Any progress?
paul-ac said:
And what about nand? Any progress?
Click to expand...
Click to collapse
Be patient... it will come sooner or later.
WOW is great,i instaled !
Fast and Stable ,
BLAZN 2.2.2 :
register an play,
Good Luck !
http://tiad8.com/showthread.php?t=27
Hi and thanx for the good job with this build. I have a few question about key mapping. When my phone is locked i can press "home button" to unlock it. It's a problem for me because I always have the phone in my pocket and it can be unlocked easily.
Is there a way to disabled this action?
edit: I would add that I got a deep sleep during the afternoon and the phone was quite hot.
Thanx
when i see first page after android start works i can't do anything becouse my touch screen don't work and after 2 mins trying to "touch the android to begin" my blackstone freez ;/
my startup.txt
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 board-blackstone.is_gsm=0 force_cdma=0 acpuclock.oc_freq_khz=620000 gsensor_axis=-2,-1,3 msmsdcc_1bit msmsdcc_fmax=14000000 msmsdcc_nopwrsave"
boot
i'm using:
modules-2.6.27.46-01258-gf9e4956.tar.gz
what can be wrong?/
warfae said:
when i see first page after android start works i can't do anything becouse my touch screen don't work and after 2 mins trying to "touch the android to begin" my blackstone freez ;/
my startup.txt
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 board-blackstone.is_gsm=0 force_cdma=0 acpuclock.oc_freq_khz=620000 gsensor_axis=-2,-1,3 msmsdcc_1bit msmsdcc_fmax=14000000 msmsdcc_nopwrsave"
boot
i'm using:
modules-2.6.27.46-01258-gf9e4956.tar.gz
what can be wrong?/
Click to expand...
Click to collapse
Guy download an kernel 1278... and you need to fix your startup + boot first without sim and disable data after.. turn off phone get sim back and boot into winmo and bootagain android
your startup will look like this :
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 force_cdma=0 acpuclock.oc_freq_khz=620000 gsensor_axis=-2,-1,3 msmsdcc_1bit msmsdcc_fmax=14000000 msmsdcc_nopwrsave"
boot
Hello guys i have question and problem with this blazn 2.2.2 i try to run it and always it stuck on XDANDROID animation and that its.. i try few times waiting around 15 even 20 minutes the Android do not start.. only stay in the XDANDROID animation, all seems to be loaded good no error at all i dont know what im missing for this reason im uploading the files i use... please tell me what i need to edit or put to run this android version on my Blackstone.
I put all this files inside the ROOT of my SD Card like i do always after i run Haret everything its normal etc and just stuck on the XDANDROID animation so i guess i missed something?!
Thank you in advance
http://www65.zippyshare.com/v/73240968/file.html
Edit: Im waiting the Official Release for Blackstone Tiad8 say.. ETA after 2 hrs will try it with Sure!!!
For Android blazn_2011.04.06 from tiad8
tsalta said:
Hello guys i have question and problem with this blazn 2.2.2 i try to run it and always it stuck on XDANDROID animation and that its.. i try few times waiting around 15 even 20 minutes the Android do not start.. only stay in the XDANDROID animation, all seems to be loaded good no error at all i dont know what im missing for this reason im uploading the files i use... please tell me what i need to edit or put to run this android version on my Blackstone.
I put all this files inside the ROOT of my SD Card like i do always after i run Haret everything its normal etc and just stuck on the XDANDROID animation so i guess i missed something?!
Thank you in advance
http://www65.zippyshare.com/v/73240968/file.html
Edit: Im waiting the Official Release for Blackstone Tiad8 say.. ETA after 2 hrs will try it with Sure!!!
Click to expand...
Click to collapse
I use this (is in atachament ) and is working
put all Android from blazn_2011.04.06 and insert ts-calibration and Startup.txt, after instal android,and is not work just copy modules Black100 and zImage in folder with Haret
Good Luck !
DjMaryuslive said:
I use this (is in atachament ) and is working
put all Android from blazn_2011.04.06 and insert ts-calibration and Startup.txt, after instal android,and is not work just copy modules Black100 and zImage in folder with Haret
Good Luck !
Click to expand...
Click to collapse
still the same
will wait to try after few minutes the official release
Soon will be Avalible even more super fast and stability in the new Blazn 2.2.2
With Battery improvment, Faster SD card and alot other things.
Chek out this if you wana try it for yourself.
http://www.tiad8.com/showthread.php?t=38
So is this build better than frx06 whats the differences?
Oh well, reboots after running harret. Well this is somehow just a usual experience of android on blackstone - something critical doesnt work, well with this one nothing works. Can someone help me out?
root said:
Oh well, reboots after running harret. Well this is somehow just a usual experience of android on blackstone - something critical doesnt work, well with this one nothing works. Can someone help me out?
Click to expand...
Click to collapse
.......................
no!
Clock slow than normal
I try this and found the clock slower than normal. (I compare between touch hd-android and touch elfin-WM) First I set the clock at the same time, after one day HD time slow than elfin.
Hi guys,
im trying now to install this build into ext2 partition, but im absolut newbe.
What i have to write into startup.txt? Ext2 partition i have done on my sd card.
At last, the most stable one for me to use daily Even it works faster than windows The only problem for me is battery life. I hope we will have a nand version soon and it will be no problem then.. Thanks everybody working on this, THANKSSS
hi
tsalta said:
Soon will be Avalible even more super fast and stability in the new Blazn 2.2.2
With Battery improvment, Faster SD card and alot other things.
Chek out this if you wana try it for yourself.
http://www.tiad8.com/showthread.php?t=38
Click to expand...
Click to collapse
i tried it,its stabil and fast,without sim card,with sim blocks all the time...? any solution? thanks
...
kizaman81 said:
i tried it,its stabil and fast,without sim card,with sim blocks all the time...? any solution? thanks
Click to expand...
Click to collapse
and i have that with every android,still didnt found solution

Categories

Resources