[Android] ANDROID FAQs thread, check here first, please contribute - Touch CDMA Android Development

This is an FAQ thread, where you can find a list of common questions and answers. I couldn't fit it all in my signature, so figured a thread would be a better place. In general this isn't a place to ask questions; there is an Android Vogue port help desk for asking questions. I really don't care if you ask questions here and will probably answer them, but better to keep things organized.
Purpose of this thread is to have a list of frequently asked questions that link to answers. I will start off the list with a number of questions that I answer all the time. Other helpful people or devs that find themselves answering the same question over and over again, either a) post a link or b) pm me a link to a well described and organized answer and I will add it to this first post; you can also just post the well described and organized answer below. I'll make categories as the need arises. We have answers to just about every question, however they can be hard to find spread out between different threads, so this thread is the launching point to find them.
Also, this is a vogue forum. Feel free to link this in the android kaiser, nike, polaris forums etc, however I won't be linking to wifi answers and the like unless there is an uprising for me writing this
ANDROID FAQs - MENU - just keep scrolling down, or click the links
1. General questions - post #2
2. Android on NAND (i.e. replacing windows mobile with android) - post #3
3. Android from the microSD card (running both windows mobile and android on your phone) - post #4

GENERAL
1. android button layout
2. android resolutions - what gives?
3. how to change android ROMs
4. how to install a ROM update
5. android market problems (can't see all free apps, or can't see paid apps)
6. I can't change from portrait to landscape using longpress power
7. how do I connect my phone to my computer? adb, usb mass storage
8. how to install applications without a data plan
9. where do I find all the files to get this to run?
10. my battery life sucks in Android. can I make it last longer?
11. how to calibrate your screen
12. Verizon GPS (thx mrkite38 for the link)

Android on NAND (i.e. replacing windows mobile)
1. how do I flash android to NAND - the noob guide from ground zero, see also this guide by corbs808 (thx)
2. how do I get windows mobile back? (see bottom of post, under "OTHER NOTES")
3. how to change android ROMs
4. how to install a ROM update
5. how do I change resolution?
6. complete how to guide in kaiser forum, most of it applies to vogue as well, currently written for old rootfs method; includes setting up for running from SD, partitioning, and changing builds. (thx loserskater)

Android from the microSD card (i.e. both windows and android on your phone)
1. how do I install android to the microSD card - the noob guide (thx umbilicalbungee)
2. how to change android ROMs
3. how to install a ROM update
5. how do I change resolution?
6. how do I partition my card if i want to run off an ext2 partition? (thx intimidatorx31) or here (thx loserskater)

saving this one too

and I'll keep this one

and this one is mine

and I think that is enough for future categories

changing resolution when running from microSD card (ext2 or regular)
When running from the microSD card, resolution is stored in the default.txt file in /sdcard/andboot/. you'll need to edit that file one of two ways:
1. use a windows mobile program like Total commander to go to the file and edit the settings
2. connect your phone to your computer using activesync or USB mass storage while in windows, and edit the file using wordpad
Go to the second to last line in the file. note, some text editors will not see the hard returns in the file and lists them instead as little boxes; this won't affect the functioning of the file, but makes it harder to read. wordpad and total commander read it fine. the second to last line should look something like this:
Code:
set cmdline "ppp.nostart=0 mddi.width=240 mddi.height=320 msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 no_console_suspend"
change the width and height to meet your needs. see here for a discussion on different resolutions and their merits.

very good idea
i add it too my fav

how to change resolution of NAND install
BEFORE STARTING
1. know that there are multiple ways to flash a rom to your phone. here are a few
a. using windows, get a flashing package from one of the xda devels, and replace the RUU_signed.nbh file in that package with whatever you are trying to flash (try NFSFAN's package, it has always worked well for me for this; some carrier packages don't work), renamed the same way
b. use a 2GB or smaller micro SD card with the .nbh named VOGUIMG.NBH in root, then place the phone in bootloader mode (see #2)
c. use linux and HTCFlasher - don't know much more about this method, find it here
2. if flashing from a computer, I always recommend flashing from the bootloader, NOT through active sync. enter bootloader: hold down power and camera, then press and release reset, wait for the tricolor screen. then connect to usb, and flash away
3. Flashing etiquette: I always flash everything twice, back to back, for good measure. while the phone is flashing, don't move it, don't open programs, don't surf the internet, just leave your phone and computer alone, hands off.
Click to expand...
Click to collapse
1. Download the latest .nbh in the resolution you want from sourceforge. sometimes all the resolutions are packaged in one zip file.
2. choose your flash method (see above quoted text)
3.
-- if flashing from linux or windows, place your phone in bootloader mode (enter bootloader: hold down power and camera, then press and release reset, wait for the tricolor screen). connect to the usb cable.
----windows: rename your .nbh to RUU_signed.nbh, place it in the flashing package (overwrite the pre-existing RUU_signed.nbh), and run romupdateutility.exe. follow the instructions
----linux: I don't have linux, but should be straightforward
-- if flashing from the microSD card: see quoted text 1b.
4. allow phone to boot.
5. use app "rogue tools" to adjust the lcd density until the stuff on your screen size looks about right. suggestions: 240x320 use between 110 and 120; 320x428 and 320x480 use 160 (some like 144 for 320x428)

I have a nice little getting started guide HERE if you want to add it to your post. Not trying to take over, just trying to help

loserskater said:
I have a nice little getting started guide HERE if you want to add it to your post. Not trying to take over, just trying to help
Click to expand...
Click to collapse
plenty of work for more than two , i'll add it, looks great; when norootfs method is working for your phone, would be nice to have it conform to that method.

installing apps without a data plan
the old AndroidApps folder for installing apps has been phased out. for those without a data plan, you must first download apps on your computer, and then either A) transfer them to your SD card and install using a file explorer from within android, or B) use adb to install them from your computer.
best way to find apps from the market is to look them up here, here, or here. then either go to the developers website to see if they offer downloads, or just google the name of the app and see if you can find a download link. you can also download freeware android apps from here (thx smarcin).
there are also warez sites where you can find free and paid apps but I can't link them here.
then get them installed.
method A - adb install
1. set up adb on your computer (see section on adb in this post to set it up)
2. open a command prompt on your computer. then enter command
Code:
adb install <path_to_apk>
where <path_to_apk> is replaced by the location and name of the app, i.e. /windows/mydocuments/neocore3d.apk. or even easier, from within the command prompt cd to the directory where the apps are located, and then enter
Code:
adb install <android_app_.apk>
i.e. adb install neocore3d.apk. it will install the file. that's it.
method B - storage card install
this method depends on having a file manager already installed on android. many chefs include one in their packages; if there is none, you would have to use method A above first to get one installed to use this method.
1. connect your phone in USB mass storage mode (see USB MASS STORAGE here)
2. copy the .apk files over to your sd card (you can place them anywhere you like)
3. when done, hit enter on the phone to disconnect, then click on quit in the menu. android will boot up.
4. go to settings > applications and check the box to allow "unknown sources".
5. fire up your file explorer. navigate to the directory where you copied the .apk files.
6. click on the file; some file explorers will give you an option at this point, click "open app manager" if it does.
7. click install. that's it, you're done.

installing android to the SD card
courtsey of umbilicalbungee with some editing.
Note: if you do not have GPS functioning in windows mobile, then to use GPS in Android you will need to unlock your phone. go here and follow steps 1 - 3 under GET STARTED.
BEFORE STARTING:
Make sure your micro SD card is formated to fat32. wouldn't hurt to do a fresh reformat even if it is already in fat32; back up any important files first.
GET STARTED:
1. Erase all previous android files from your sd card
2. Go here, download the latest basefiles.zip or haretinstall.zip.
3. open the zip and place the andboot folder and all its contents on the root directory of your SD card
4. download the build of your choice, it may be zipped, but inside you should have an androidinstall.tar file
5. copy androidinstall.tar to your sdcard /andboot folder
6. then on your phone's file explorer run haret.exe from /andboot folder on you sd card
7. click run and immediately hold this button as linux boots, until the install menu appears.
8. check the appropriate location at the top of the menu. there are options for location of the sys file, and location of the data file. since you are running haret, you can either install to the sd card ext2 (regular sd card, everything will get placed in the andboot folder), or to sd card partitions (if you created extra ext2 partitions on your sd card, you can choose to use them here). you can use a combination of options (i.e. system on ext2, data on partition).
9. choose "install system" in the lower half of the install menu. click yes, and yes in the two pop-ups that follow. allow it to run, it should kick you back to the install menu when it is complete.
10. choose "quit". android should boot.

tatnai said:
method B - storage card install
this method depends on having a file manager already installed on android. many chefs include one in their packages; if there is none, you would have to use method A above first to get one installed to use this method.
1. connect your phone in USB mass storage mode (see USB MASS STORAGE here)
2. copy the .apk files over to your sd card (you can place them anywhere you like)
3. when done, hit enter on the phone to disconnect, then click on quit in the menu. android will boot up.
4. go to settings > applications and check the box to allow "unknown sources".
5. fire up your file explorer. navigate to the directory where you copied the .apk files.
6. click on the file; some file explorers will give you an option at this point, click "open app manager" if it does.
7. click install. that's it, you're done.
Click to expand...
Click to collapse
You could also put your microSD card into a card reader, connect it to your computer and copy the .apks to your SDcard. Then go to step 4 and continue.

Installing apps without data plan
I found this website which has .apks for a number of useful freeware apps:
http://androidfreeware.org/
You can download the .apks directly from the website. It has Astro and a couple of other file browsers.
You can download the apps directly to your computer.

smarcin said:
I found this website which has .apks for a number of useful freeware apps:
http://androidfreeware.org/
You can download the .apks directly from the website. It has Astro and a couple of other file browsers.
You can download the apps directly to your computer.
Click to expand...
Click to collapse
thx, will incorporate this.

smarcin said:
You could also put your microSD card into a card reader, connect it to your computer and copy the .apks to your SDcard. Then go to step 4 and continue.
Click to expand...
Click to collapse
not everyone has a card reader, but everyone can easily use the usb mass storage function of linux; also very easy to use. great suggestion though, some may not have thought of that!

unable to install to NAND
Hi, ive been using android for a week on my sd card now and I love it so I want to get it on my NAND and get rid of WM. I followed all the steps of the tutorial carefully and successfully flashed the two different .nbh files many times. No matther what I do and how hard I hold the volume key up the installation menu dosent appear and the linux screen stops at : «Unable to open persistent property directory /data/property errno: 2 ».
It's weird because I went back to my old ROM and installed android again from the SDcard and as soon as I hold the volume key up (after prssing run) the instalation menu appeared.
I tried everything, formated FAT32 my sd card, going back to my bell stock ROM, searching hours on the forum and on google but I didnt find any solution.
Any help would be very appreciated,
(thanks for the FAQ by the way it's verry helpfull)
thanks in advance.

Related

BlueAngel DOC repartitioning tool

I've attached a program that can repartition our devices. You can enter the desired size of your "Extended_ROM" in kilobytes. Min - 128 Kb, Max - 64 Mb. The remaining part would become your "storage".
After formatting the device should be rebooted. Of cause you should backup the contents of Extended_ROM and Storage folders. If you use "Permanent Save" feature, during first boot OS would ask to recreate files in your "storage" folder.
I'd recommend to use 128K extended ROM with only theft prevention program in it, and all other space leave a "storage".
Usage:
unrar Repart_DOC.rar archive to any directory on your device and run it. Enter the desired Extended ROM size, press "Format now" and reboot. If the program outputs format error - round your size to the next 128 Kb boundary and try again.
Theoretically this program can run on other devices that use DiskOnChip(R) TrueFFS(R) driver, but this is not tested.
In the case of hard reset the extended ROM would be hidden, but it should remain writeable forever - my program resets unlock password to zeroes.
and:
Use this program at your own risk!!!
P.S. I've also attached the source code of this tool. It should be compiled with VS 2005 beta 2.
Thanks
Mamaich Thank you for the tool !!
I just added a Default Button to the tool in which will revert back the amount of the EXTENDED_ROM to the original size
How To:
-Run the tool and press Default!
-Soft reset
Ps: Don't forget that this tool will wipe your Data on the Storage and the Extended_Rom, so remember to make a backup for the stored data!
***Use it on your own risk!!***
One more favour needed
Dear Mamaich
SInce there is no WM2005, I sincerely request if you can alter the file system in such a way that windows folder is in the storage......That would be gr8...Pls Pls do something about it....and I know that you can do it.
Tool works fine....one has to first unlock the Ext ROM
This tool is working like a charm :lol: Thank you mamaich :twisted:
and which tool is it for unlocking the external rom? anyone, anyone Buller? I want to try this out.
szamot said:
and which tool is it for unlocking the external rom? anyone, anyone Buller? I want to try this out.
Click to expand...
Click to collapse
Here is the unlocker
install it to PocketPC, then use "unhide", "unlock". After reboot the "Extended_ROM" folder would become visible and writeable.
It is a very great tool, mamaich. I can select myself any size of the \Storage.
I would like to request (if it's not that difficult) if you can have an option to select for Factory Defualt Setting.
I used this tool to repartioning my XDAII (WM5). It work fine, but I can't unhide the \Extended_ROM folder. The Extended ROM Unlocker I used is the modified one for WM5 by toenailed. I do any thing wrong?
I don't have 2K5 so I cannot help you here.
And I don't remember the "factory default" settings so I cannot add them to the program. You may select something about 15Mb as a size.
So I can install the application and I can unhide the folder. Reset to complete. However when I try to unlock I get the following:
Error:
FL_IOCTL_BDTL_HW_PROTECTION - A device attached to the system is not functioning.
I press OK then I get another window Debug and the message says extrom unlocked, press OK.
I start Repart_DOC and I try different sizes anthing from 128K to 10 mb. I get another Error Window.
FL_IOCTL_FORMAT_PHYSICAL DRIVE failed.
Thoughts anyone.
I tried variations of doing one command at the time and soft resetting the device but it all produces the same error messages.
Results with the Alpine.
Using BA DOC tool, it is opposite. If I put in 128 for ext ROM it makes .11 Storage. If I put in 61000, I get 59.11.
Ext ROM stays the same. After running loadvdisk, it becomes visable and is 23.96 13.96 in use and 10 free.
Ext ROM must be on other chip or is read only or???? You will know better than I!
Ohhh ya,, THANK YOU !!! YOU ARE A GOD! 8) :lol: :wink:
Sorry, can I ask which storage will be memory added?
We have the 128 RAM with program and "storage", and the "storage" folder that we can see under file explorer.
And do we need to do a "hard" reset for this?
Many thanks for your reply.
Cheers,
chris_khho said:
Sorry, can I ask which storage will be memory added?
We have the 128 RAM with program and "storage", and the "storage" folder that we can see under file explorer.
And do we need to do a "hard" reset for this?
Many thanks for your reply.
Cheers,
Click to expand...
Click to collapse
Chris,
This is for the storage memory which is 47 mb and then you can combine your extended rom to make one big storage of 64 mb. It has got nothing to do with the default memory or storage.
Hope this helps.
Hemant.
Worked flawlessly. Thank you, mamaich!
no ideas for my little device not found issues? As per above.
Thanks
harrier
Harriers use different passwords.
Use superdave's unlocker exttools.exe
http://www.myehud.com/xv6600/cabs
(The password is ReIrRaH, not LeGnAeUlB)
E
ah, that worked like charm, thank you very much.
Slightly confused here guys..
If you remove extended rom - how do you re-install the required apps after a hard boot? directly from the storage card ? I have tried various options and it did not work for me..
1. Changing Registry to run Autorun directly from storage card (guide from xda-dev) - did not execute ! god knows why..
2. Creating a Batchinstall script - (guide from xda-dev) - did not run..
3. cloning - was a very expensive option - so dropped out.
Would love to increase by Storage also - but need a solution to this...help me out guys...
rgs/DD
devdarshan said:
Slightly confused here guys..
If you remove extended rom - how do you re-install the required apps after a hard boot? directly from the storage card ? I have tried various options and it did not work for me..
1. Changing Registry to run Autorun directly from storage card (guide from xda-dev) - did not execute ! god knows why..
2. Creating a Batchinstall script - (guide from xda-dev) - did not run..
3. cloning - was a very expensive option - so dropped out.
Would love to increase by Storage also - but need a solution to this...help me out guys...
rgs/DD
Click to expand...
Click to collapse
1. just create a Folder in your Storage Card.. Name it .. 2577 <-- very important
2. Place the AutoRun.exe and ExtROM.zip in the Folder \Storage Card\2577\
3. During a Hardreset, after the Screen Aligntment and GMT settings(Welcome.exe) make sure you will see the notification .. just like in the pic .. then tap YES
4. Then it will start to install everything in ExtROM.zip ..
5. After it install all application it will asks to reboot ..
PS:
in case you didnt see the notification .. just remove the SD/MMC wait for at least 15 seconds then put it back on the Slot
you can add or remove some files in ExtROM.zip .. just use Winrar or Pocker Rar .. and always check for Archive Error .
>>Writen By Toenailed<<
Here's the autorun file as well!

Haret.exe Android Install and Boot from Windows Mobile

*Update: These instructions now seem to be outdated. I will started an updated thread here: http://forum.xda-developers.com/showthread.php?t=648045
------------
(sorry I tried to post some live links, but the forum won't allow them cause I'm a new user, so this may not be as helpful as I hoped...)
I just spent some hours wading through the forums to find complete instructions for installing the newer android builds using the WM haret.exe linux booter (rather than flashing the entire phone and loosing WM) on my touch Vouge.
I am a bit of a newb, but since I did not find complete instructions, and had to figure some things out using trial and error I thought I would post what I did figure out here in hopes of helping others.
First ignore the install instructions here. sourceforge.net/apps/trac/androidhtc/wiki/HowToInstall . They are old and need to be updated.
Erase all previous android files from your sd card
Go here: sourceforge.net/projects/androidhtc/files/
haretinstall.zip
open the zip and place the andboot folder and all its contents on the / directory of your SD card
then download eclair252_androidinstall.zip
unzip eclair252_androidinstall.zip to get androidinstall.tar
copy androidinstall.tar to your sdcard /andboot folder
(unnecessarily steps deleted - see below)
Then on your phone's file explorer run haret.exe from /andboot folder on you sd card
click run and immediately hold the volume switch up as linux boots
the boot menu appears. choose install
if the installation hangs hold volume up again, and choose quit
As I said I'm new at this, so my instructions may be off or misguided. If so please post with corrections. I just know I was looking for a guide like this and couldn't find one so hope this helps someone.
umbilicalbungee said:
(sorry I tried to post some live links, but the forum won't allow them cause I'm a new user, so this may not be as helpful as I hoped...)
I just spent some hours wading through the forums to find complete instructions for installing the newer android builds using the WM haret.exe linux booter (rather than flashing the entire phone and loosing WM) on my touch Vouge.
I am a bit of a newb, but since I did not find complete instructions, and had to figure some things out using trial and error I thought I would post what I did figure out here in hopes of helping others.
First ignore the install instructions here. sourceforge.net/apps/trac/androidhtc/wiki/HowToInstall . They are old and need to be updated.
Erase all previous android files from your sd card
Go here: sourceforge.net/projects/androidhtc/files/
download basefiles.zip
open the zip and place the andboot folder and all its contents on the / directory of your SD card
then download eclair252_androidinstall.zip
unzip eclair252_androidinstall.zip to get androidinstall.tar
copy androidinstall.tar to your sdcard /andboot folder
then download vogueeclairnbh.zip
unzip vogueeclairnbh.zip to get VOUGIMGx480.NBH
copy VOUGIMGx480.NBH to your sdcard /andboot folder
Then on your phone's file explorer run haret.exe from /andboot folder on you sd card
click run and immediately hold the volume switch up as linux boots
the boot menu appears. choose install
if the installation hangs hold volume up again, and choose quit
As I said I'm new at this, so my instructions may be off or misguided. If so please post with corrections. I just know I was looking for a guide like this and couldn't find one so hope this helps someone.
Click to expand...
Click to collapse
Actually, you just answered my question (which I never posted) about NoRootFS.... Thanks for posting this!!!!
THANK YOU!!!
can you explain what is the benefits of doing it this way compared to the way its always been for me. it was as simple as downloading the sqsh package zip file from my favorite build here. witch included all the files i needed to run anroid. I copied the android folder from the zip file to the root of my sd card and simply ran haret exe. It used to be complicated but not now that most builds include all the basefiles needed for boot. I never had to hold any volume buttons or install anything. i probably look dumb for asking this.
incubus26jc said:
can you explain what is the benefits of doing it this way compared to the way its always been for me. it was as simple as downloading the sqsh package zip file from my favorite build here. witch included all the files i needed to run anroid. I copied the android folder from the zip file to the root of my sd card and simply ran haret exe. It used to be complicated but not now that most builds include all the basefiles needed for boot. I never had to hold any volume buttons or install anything. i probably look dumb for asking this.
Click to expand...
Click to collapse
Although I have not yet tried myself because I have a Polaris and WiFi is not yet working, my understanding is that NoMoRootFS makes more space available for the ROM and makes it easier for developers to roll out updates. In the thread for Myn's (most excellent) Warm Donut, there are several themes and updates that can only be applied to Rev2 if you have installed via NoMoRootFS.
umbilicalbungee said:
First ignore the install instructions here. sourceforge.net/apps/trac/androidhtc/wiki/HowToInstall . They are old and need to be updated.
Erase all previous android files from your sd card
Go here: sourceforge.net/projects/androidhtc/files/
download basefiles.zip
open the zip and place the andboot folder and all its contents on the / directory of your SD card
then download eclair252_androidinstall.zip
unzip eclair252_androidinstall.zip to get androidinstall.tar
copy androidinstall.tar to your sdcard /andboot folder
[*]then download vogueeclairnbh.zip
[*]unzip vogueeclairnbh.zip to get VOUGIMGx480.NBH
[*]copy VOUGIMGx480.NBH to your sdcard /andboot folder
Then on your phone's file explorer run haret.exe from /andboot folder on you sd card
click run and immediately hold the volume switch up as linux boots
the boot menu appears. choose install
if the installation hangs hold volume up again, and choose quit
Click to expand...
Click to collapse
I think that this step is not needed. The NBH files were made for flash your phone. If you run Haret is not needed.
Am I right?
ryomahino said:
I think that this step is not needed. The NBH files were made for flash your phone. If you run Haret is not needed.
Am I right?
Click to expand...
Click to collapse
correct. with the OP method, the .nbh file is just taking up space. you never need to do anything with a .nbh file if you are using haret. OP, please fix and I will add to my list of FAQs, otherwise very informative. thx.
Help
I can't get this to boot on my Vogue. The black Linux screen pops up & starts running but stops. The last line says...
[ 2.226233] Rebooting in 3 seconds.._
I've followed your instruction to the letter & can't see to get it to work. Anyone have suggestions?
Emmie0702 said:
I can't get this to boot on my Vogue. The black Linux screen pops up & starts running but stops. The last line says...
[ 2.226233] Rebooting in 3 seconds.._
I've followed your instruction to the letter & can't see to get it to work. Anyone have suggestions?
Click to expand...
Click to collapse
Did you get into the install menu by holding volume up? easiest and quickest way to help you is if you describe exactly what you did - I know it is similar to the OP, but just give a step by step in your own words.
I did all of the steps but linux boot stops at : failed to reach system.img on SD Card...
tatnai said:
Did you get into the install menu by holding volume up? easiest and quickest way to help you is if you describe exactly what you did - I know it is similar to the OP, but just give a step by step in your own words.
Click to expand...
Click to collapse
Did didn't get past the Linux menu. It only ran for about 4 or 5 seconds then locked up. I had to soft reset to get my phone functioning again.
I did exactly what the instructions in the 1st post said to do.
Downloaded andboot file to \storage card\andboot
Downloaded androidinstall.zip & placed in the andboot file
Clicked haret.exe
Selected run while holding up the volume key
I read in the post that the below items were not necessary so I skipped them:then download vogueeclairnbh.zip
unzip vogueeclairnbh.zip to get VOUGIMGx480.NBH
copy VOUGIMGx480.NBH to your sdcard /andboot folder
I'm running stock rom. My carrier is nTelos (CDMA).
I notice that your rom version and radio version are not the latest. You may have to ungrade those before you can get it to run.
Emmie0702 said:
Did didn't get past the Linux menu. It only ran for about 4 or 5 seconds then locked up. I had to soft reset to get my phone functioning again.
I did exactly what the instructions in the 1st post said to do.
Downloaded andboot file to \storage card\andboot
Downloaded androidinstall.zip & placed in the andboot file
Clicked haret.exe
Selected run while holding up the volume key
I read in the post that the below items were not necessary so I skipped them:then download vogueeclairnbh.zip
unzip vogueeclairnbh.zip to get VOUGIMGx480.NBH
copy VOUGIMGx480.NBH to your sdcard /andboot folder
I'm running stock rom. My carrier is nTelos (CDMA).
Click to expand...
Click to collapse
Stevevo said:
I notice that your rom version and radio version are not the latest. You may have to upgrade those before you can get it to run.
Click to expand...
Click to collapse
always good to have latest radio. i don't know if it will interfere with you booting linux, usually it creates problems with gps or data once you are in android. but who knows, anything is possible I suppose.
list the files that are in /sdcard/andboot/ emmie0702
I've always wanted to update me ROM but there is not a Server cab out there that will give me back my settings for nTelos. Its a small cell network therefore no one has bothered to create one (I really can't blame them). So I've never tried it out of fear of Bricking my phone. For some reason nTelos did not offer WiFi, GPS or MMS with this phone through their network (didn't know that until AFTER I bought it). They have it for other phones but not this one for some reason. That was a little annoying when I 1st got it but I've leaned to live without it. I love my phone even w/o those things. I get pics emailed to me & can email them to other's phone through their carrier address (eg [email protected]). WiFi would be nice but I never use GPS. As far as the Radio. I assume it sort of the same step. I pretty much have to install it & it will wipe out or "Hard Reset" my phone, right...causing me to losing all my network info?
Here are the files I have in the andboot folder:
androidinstall
default
haret
initrd
READE-BASEFILES
zImage
zImage-eclair
** I could not file the "eclair252_androidinstall.zip" file to download so I downloaded the androidinstall.zip under the "2010-01-05" folder from sourceforge.net/projects/androidhtc/files/. Could that be the problem or could it be a combination of my Radio/ROM & the androidinstall tar I downloaded?
Thanks for the help guys!
is it androidinstall.zip or androidinstall.tar?
tatnai said:
is it androidinstall.zip or androidinstall.tar?
Click to expand...
Click to collapse
File Name: androidinstall
File Type: WinRAR archive (.tar)
Emmie0702 said:
I've always wanted to update me ROM but there is not a Server cab out there that will give me back my settings for nTelos. Its a small cell network therefore no one has bothered to create one (I really can't blame them). So I've never tried it out of fear of Bricking my phone. For some reason nTelos did not offer WiFi, GPS or MMS with this phone through their network (didn't know that until AFTER I bought it). They have it for other phones but not this one for some reason. That was a little annoying when I 1st got it but I've leaned to live without it. I love my phone even w/o those things. I get pics emailed to me & can email them to other's phone through their carrier address (eg [email protected]). WiFi would be nice but I never use GPS. As far as the Radio. I assume it sort of the same step. I pretty much have to install it & it will wipe out or "Hard Reset" my phone, right...causing me to losing all my network info?
Here are the files I have in the andboot folder:
androidinstall
default
haret
initrd
READE-BASEFILES
zImage
zImage-eclair
** I could not file the "eclair252_androidinstall.zip" file to download so I downloaded the androidinstall.zip under the "2010-01-05" folder from sourceforge.net/projects/androidhtc/files/. Could that be the problem or could it be a combination of my Radio/ROM & the androidinstall tar I downloaded?
Thanks for the help guys!
Click to expand...
Click to collapse
you should be able to update your radio without touching your rom, there is a radio only version of 3.42.50, see the faqs noob guide to flashing, it is in there.
I am unsure what you downloaded; it looks like you have the right basefiles, but if you got androidinstall.zip from 2010-01-05 I don't think it will have anything compatible with the norootfs method, and is probably causing your problem.
delete androidinstall.tar, download this and drop the androidinstall.tar that is inside into your sdcard/andboot/ folder. then run haret and keep holding volume up until you see the install menu. then post back.
tatnai said:
you should be able to update your radio without touching your rom, there is a radio only version of 3.42.50, see the faqs noob guide to flashing, it is in there.
I am unsure what you downloaded; it looks like you have the right basefiles, but if you got androidinstall.zip from 2010-01-05 I don't think it will have anything compatible with the norootfs method, and is probably causing your problem.
delete androidinstall.tar, download this and drop the androidinstall.tar that is inside into your sdcard/andboot/ folder. then run haret and keep holding volume up until you see the install menu. then post back.
Click to expand...
Click to collapse
OK. Same thing...phone locks up at the same place. I downloaded the file you attached & downloaded the VOGUIMG.nbh file that was linked on PPCGeeks. I followed the instructions on PPCGeeks post "This is the vogue radio 3.42.50 designed for the vogue (this is not the titan port). I removed it directly from the bell rom and recomplied it as a radio only .nbh. This is a radio only rom designed to be flashed from bootloader from sd card and doesn't require a hard reset. Copy VOGUIMG.nbh to root of fat32 micro sd card 2gb or less and place phone in bootloader and it will run."
I still get the same outcome. Both your attachment & the VOGUIMG.nbh file are located \Storage Card\ on my phone. When the Radio instructions say its designed to be flashed from Bootloader what exactly does that mean? Do I need a program for that or is it suppose to start when I Run the default.txt after I select haret in the andboot folder?
the place you got the link to the radio only version also has instructions on how to flash your phone - see the before starting area. short: get into bootloader mode, then flash.
I still think there is something else that you are doing wrong, I just can't put my finger on it right now; i'm hoping others will be able to help.
tatnai said:
the place you got the link to the radio only version also has instructions on how to flash your phone - see the before starting area. short: get into bootloader mode, then flash.
I still think there is something else that you are doing wrong, I just can't put my finger on it right now; i'm hoping others will be able to help.
Click to expand...
Click to collapse
OK. I figured out how to get it in bootloader mode (power button + camera + soft reset). The Red/Blue/Green screen pops up & then a Grey screen that says "loading...". Its been "loading" for over 5 minutes now. What could be the problem?

[Q] how to install android on HTC Td2

hello there im looking for a step by step guide on how to install android (the latest version) on the HTC touch diamond 2.
Im a complete noobie when it comes to custom OS's/ROM's and i find that alot of people explain the instructions fully, For example which files i must download where to put them etc etc
Basically im looking for someone to explain what files i must download, Where to put them etc.
Any help will be very much appreciated as like I have said i no nothing of custom OS's/ROMs but i used to have the T-mobile G-1 and i prefered and still prefer android to Winmo
so any help will be much appreciated.
alexterry said:
hello there im looking for a step by step guide on how to install android (the latest version) on the HTC touch diamond 2.
Im a complete noobie when it comes to custom OS's/ROM's and i find that alot of people explain the instructions fully, For example which files i must download where to put them etc etc
Basically im looking for someone to explain what files i must download, Where to put them etc.
Any help will be very much appreciated as like I have said i no nothing of custom OS's/ROMs but i used to have the T-mobile G-1 and i prefered and still prefer android to Winmo
so any help will be much appreciated.
Click to expand...
Click to collapse
Download it man, and unzip it in the root of your SDcard , then run the HARET in your PDA... its all
i have download there seems to be only 1 file ive put it in the root of my SDcard but i cant find a file for haret maybe a link could do
also which files must i download becuase ive only download the System pack in Post #4 and like i said there is only 1 file there
I'm also a noob, but I figured it out.
1. download the other file on post #4. The "bundle."
2. open up windows explorer, if you're running windows, so you can open up the SD card. Make sure it's formatted in FAT32 (right click on the SD card in explorer and look through the properties, or just click "format."
3.unzip the bundle file, there should be a folder named "andboot" in it.
4. copy everything from "andboot" and copy it to the SD card.
5. Go into the folder, in all the junk you just copied, called Startup Config.
6. Find your model, "Topaz" and copy the statrup.txt file, not the other one.
7. Go back up to the top of the SD card and paste it there.
8. Disconnect the phone, and go in through file explorer and run the file Harnet.exe on the SD card.
It will take some time, but it should all boot up fine.
Watch the video, it should help, if not, ask more questions.
(it wouldn't let me post the link, so search youtube for TheDeadCPU and watch his video on XDAndroid 2.2)
RedCrow101 said:
I'm also a noob, but I figured it out.
1. download the other file on post #4. The "bundle."
2. open up windows explorer, if you're running windows, so you can open up the SD card. Make sure it's formatted in FAT32 (right click on the SD card in explorer and look through the properties, or just click "format."
3.unzip the bundle file, there should be a folder named "andboot" in it.
4. copy everything from "andboot" and copy it to the SD card.
5. Go into the folder, in all the junk you just copied, called Startup Config.
6. Find your model, "Topaz" and copy the statrup.txt file, not the other one.
7. Go back up to the top of the SD card and paste it there.
8. Disconnect the phone, and go in through file explorer and run the file Harnet.exe on the SD card.
It will take some time, but it should all boot up fine.
Watch the video, it should help, if not, ask more questions.
(it wouldn't let me post the link, so search youtube for TheDeadCPU and watch his video on XDAndroid 2.2)
Click to expand...
Click to collapse
yeaaah it all working but haret is asking for something too run even though ive put startup.txt in the root of the sd card sorry its asking for a script / pathway
hi
is it possible to install android on htc p3470(pharos)?
Have you figured it out yet? It should ask you if you want to run Haret. I'm not sure exactly what you mean, could you explain?
well when i click on haret.exe it asks to run something
Still not working
Hey guys,
I have followed the instructions, but when I click on haret.exe it turns my mda compact IV off, but when the phone starts it just starts windows mobile and no android at all. I don't knw what to do? Please help!
Alan
I installed the XDANDROID 2.2 on my HTC DT2. It works fine the only BIG problem I have is I can't type in the terminal emulator for some unknown reason.
I tried everything and don't know what to try anymore.

[Q] Got CWR on Streak & made backup, stuck on next step

Hello again
I'd asked for info on how to root my Streak last week and was able to get started on the process, and have gotten as far as putting clockworkmod recovery on the streak and making the nandroid backup, but am now stuck. I'm including as much information of what I've done below to try and help make it easier to find the error, if possible. I have been trying to look up stuff for myself as much as I can, but I haven't been able to find a solution to this problem as of yet.
I've been working from the instructions at http://www.streaksmart.com/2011/03/how-to-get-rooted-android-222-update-on-your-dell-streak-7.html
For the last step, it says:
Now let's get to flashing your chosen .zip from ClockworkMod.
Turn off your Streak 7.
Turn it back on by holding down the volume up (+) button and the power button at the same time until the stock recovery menu is shown.
Select option 2, "Software update via update.pkg on SD card," from the menu to go to ClockworkMod.
In ClockworkMod, use the volume buttons to navigate and the power button to select the following options: install zip from sdcard > choose zip from sdcard > choose .zip file from wherever it is on your card >Yes - install [name].zip > wait for installation to complete > reboot system now.
Click to expand...
Click to collapse
I downloaded the DJ Steve zip from this link: http://www.streaksmart.com/2011/03/mirror2.streakdroid.com/djsteve336.zip
When I first tried to install the zip, I couldn't find it on the sdcard. I found an ADB tutorial at: http://www.xda-developers.com/android/adb-easy-tutorial/ which had the following example of how to move a file from your desktop to the Streak: "adb push something.txt /sdcard/something.txt" so I used that structure to move djsteve336.zip to the Streak.
Once I had it on the sdcard and tried to install it again, it aborted and gave me an error that the file was bad, so I deleted the file from the Streak.
Since it was giving me an error on the file itself, I didn't want to try to run it a second time. Is there another source for the file or an updated version of the file that I need to find, or another option for the .zip?
If the file itself is not the problem, can you tell from the info above what I'm doing wrong?
Thanks!
I trully think is a bad dl! Try dlding again!
Sent from my HTC Glacier using XDA App
I second what KenpoAP said; your download mught have been corrupted. Also, no need to ADB push files to your Streak. When you plug the USB in, you'll have the option to mount your Streak as a data drive on your PC/Mac (you'll have the option in the pull-down, notification panel). Do that and simply drag/drop the file where you want it. It's very handy for organising folders, music, etc. as well.
If you don't have a file manager on your Streak 7, I recommend getting ES File Explorer. It's free, and it can explore and r/w everything if you're rooted.
Market Link
Good luck!

Write permissions SD card tru USB

Hello people,
When I open Windows Explorer and I naviagte to my Huawei P9, I see my files, but I can't copy of save files,
my phone is not rooted and I have usb debugging enabled.
Is it possible to edit and save files on my SD tru my USB connection?
Regards,
Ralph
Hey,
Unfortunately Android changed right managements with version 5 I think. Now you must be rooted to grant certain apps write permissions for SD card. However, the original file explorer that came with the phone (the one by Huawei) should be able to copy files. Also, you can copy them from your computer via USB on your phone. When the phone is connected to your computer slide down the task bar and click on files...there you go!
oTToToTenTanz said:
Hey,
When the phone is connected to your computer slide down the task bar and click on files...there you go!
Click to expand...
Click to collapse
I asume that you mean the USB options?
oTToToTenTanz said:
Hey,
Unfortunately Android changed right managements with version 5 I think. Now you must be rooted to grant certain apps write permissions for SD card. However, the original file explorer that came with the phone (the one by Huawei) should be able to copy files. Also, you can copy them from your computer via USB on your phone. When the phone is connected to your computer slide down the task bar and click on files...there you go!
Click to expand...
Click to collapse
Yes I found the file explorer, but I'm not shure if this helps me.
The reason I'm asking this question is this:
I use watchmaker, and watchmaker has a folder on my SD card , and one of thos folders has a script folder with lua scripts.
I want to open a text editor like sublime text on my windows pc and open the script folder on my phone SD card and edit those scripts and save it.
so is there a way I can tell android, it's ok that everyone has access to this script folder so I can edit those files tru my pc/usb?
Regards,
Ralph

Categories

Resources