[Q] htc vivid in virtualbox? - HTC Vivid, Raider, Velocity

I know this might be a really dumb question but ill ask anyways..
Is there anyway i can run an htc vivid in virtual box?or some other kind of thing like that?
i tend to brick my phone a lot trying all these dumb things so i want
to find a way to test them somehow before i do it on my phone so i dont have to keep recovering it.
any help or ideas?

You can run android in an emulator but not for an exact phone
Sent from my HTC Holiday using xda premium

ZeRo2o9 said:
You can run android in an emulator but not for an exact phone
Sent from my HTC Holiday using xda premium
Click to expand...
Click to collapse
So I can't let's say, tweak a ROM and see if it'll run?
Sent from my HTC PH39100 using xda app-developers app

its called android x86
http://www.android-x86.org/
choose the asus ones because they usually are more compatible with other computers. you might have a problem with wifi though and will have to find a way to install the wifi drivers for your wifi antennae onto android.
DONT FORGET TO THANK MEE )

XxSHaDoWxSLaYeRxX said:
its called android x86
http://www.android-x86.org/
choose the asus ones because they usually are more compatible with other computers. you might have a problem with wifi though and will have to find a way to install the wifi drivers for your wifi antennae onto android.
DONT FORGET TO THANK MEE )
Click to expand...
Click to collapse
Thanks I'll try it out soon. I just gotta wait til I got some time
Sent from my HTC PH39100 using xda app-developers app

That's not running vivid software
Sent from my HTC PH39100 using xda premium

Apparently you can do this from the SDK emulator if you have the ROM in system.img format (which I believe dsixda's kitchen can do, don't remember off the top of my head). Probably won't work with an extracted system image though, but I've never tried so can't confirm.. anyway
Windows PC
1. Download the Android SDK (which includes the emulator) from here.
2. Extract the downloaded zip.
3. Run a command prompt, and change to the 'tools' directory of the SDK (or add the tools directory to your path).
4. Type 'android list target'
5. Note the 'id' number of the '1.5' target (in my case it's '2')
6. Type 'android create avd -n enhanced -t 2' (substitute 2 with the target number determined above if required)
7. You will be prompted to create a hardware profile. This is optional, but I selected 'yes' and accepted the defaults for everything except RAM, where I gave it 256MB.
8. Download your system.img
9. Copy the above file to the location of the enhanced.avd directory ('C:\Documents and Settings\\.android\enhanced.avd' on Windows XP, and 'C:\Users\\.android\enhanced.avd' on Windows Vista).
10. You're ready! Type 'emulator -avd enhanced' to run! Note: inital boot may take a few minutes!
If you get Java errors, you need to download the JDK for your system
Mac OSX
1. Download the Android SDK (which includes the emulator)
2. Extract the downloaded zip.
3. Run Terminal, and change to the 'tools' directory of the SDK (or add the tools directory to the path settings in ~/.profile).
4. Type './android list target'
5. Note the 'id' number of the '1.5' target (in my case it's '2')
6. Type './android create avd -n enhanced -t 2' (substitute 2 with the target number determined above if required)
7. You will be prompted to create a hardware profile. This is optional, but I selected 'yes' and accepted the defaults for everything except RAM, where I gave it 256MB.
8. Download your system.img
9. Copy the above file to ~/.android/avd/enhanced.avd/system.img (e.g. if you saved it to and unzipped it to downloads enter 'cp ~/Downloads/system.img ~/.android/avd/enhanced.avd/system.img')
10. You're ready! Type './emulator -avd enhanced' to run! Note: inital boot may take a few minutes!
If you get Java errors, you need to download the JDK for your system

ZeRo2o9 said:
That's not running vivid software
Sent from my HTC PH39100 using xda premium
Click to expand...
Click to collapse
Vivid runs android. Android x86 is android. You can always add in sense etc. After so yeah
Sent from my HTC PH39100 using xda app-developers app

XxSHaDoWxSLaYeRxX said:
Vivid runs android. Android x86 is android. You can always add in sense etc. After so yeah
Sent from my HTC PH39100 using xda app-developers app
Click to expand...
Click to collapse
Which option would you recommend for someone new to all this?
The androidx86 option or the other android sdk one?
Sent from my HTC PH39100 using xda app-developers app

eddied042092 said:
Which option would you recommend for someone new to all this?
The androidx86 option or the other android sdk one?
Sent from my HTC PH39100 using xda app-developers app
Click to expand...
Click to collapse
android x86. easy for n00bs, which i am assuming you are lol (no offense).
Guide located HERE: http://gbatemp.net/threads/how-to-dual-boot-android-with-almost-any-os.320554/

I was just saying android versions are different you'd need the HTC libs and framework for the vivid or else its jus vanilla android like a nexus
sent from my HTC Vivid

Yea ik sorry lol but technically if you added in those frameworks you'd have sense yay xD
Sent from my HTC PH39100 using xda app-developers app

Related

Mms

Why can't I download certain mms it tells me download was unsuccessful I don't get it. I'm running aosp rom latest version and handcent app.
Sent from my HERO200 using XDA App
its a bug running our heros on froyo
There's no fix?
Sent from my HERO200 using XDA App
only fix I know is run sense based rom. As far as a fix for froyo others will need to chime in.
xjayman said:
its a bug running our heros on froyo
Click to expand...
Click to collapse
I've never heard of this bug nor had any problems with MMS
If you're having problems with mms try clearing out the telephony database
Code:
adb remount
adb shell
rm /data/data/com.*.*.telephony/databases/telephony.db
adb reboot
Can u give me a little step by step please? I really just know the basics on this phone thanks
Sent from my HERO200 using XDA App
1tondiesel said:
Can u give me a little step by step please? I really just know the basics on this phone thanks
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Acutally seeing as the majority of rooted people probably just use the 'one click' apps it'd be easier to do this via Terminal Emulator.
Download Termial Emulator if you don't already have it on your phone
Open up terminal emulator
Then type out the following code box (at the end of each line you press 'Enter')
Code:
su
rm /data/data/com.*.*.telephony/databases/telephony.db
reboot
1tondiesel said:
Why can't I download certain mms it tells me download was unsuccessful I don't get it. I'm running aosp rom latest version and handcent app.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Try this Froyo MMS fix in my sig, just flash it from recovery
I tried it and it said it could not be found
Sent from my HERO200 using XDA App
1tondiesel said:
I tried it and it said it could not be found
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
What do you mean could not be found? Did you flash it?
No not yours I flashed your fix it didn't work I'm talking about kyouko
Sent from my HERO200 using XDA App
1tondiesel said:
I tried it and it said it could not be found
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
The location should exist...unless it was typed incorrectly or you have an incomplete flash /data/data/com.android.providers.telephony/databases/ should definitely be there.
If you have root explorer or estrongs files explorer with root access you can navigate to that location and delete using those apps too. Rebooting will rebuild the telephony.db file after its deleted.
If you still are having problems trying to find the database file send me a PM and I'll help you out when I can on gtalk.
Edit: Do this, open up terminal emulator and enter these lines in
Code:
su
cd /data/data/com.*.*.telephony/databases
ls
You should get a return line saying
Code:
mmssms.db telephony.db
And then reboot phone?
Sent from my HERO200 using XDA App
1tondiesel said:
And then reboot phone?
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
If you're referring to my previous post where you navigate to the directory and enter "ls" to list the files in that directory, then no. Thats just to see if the files are indeed there.
If they are, then you should do that "rm" command I posted before where you delete the telephony.db
If they both weren't there, even after a reboot, then as I said before - either the command wasn't typed in correctly, or the flash was incomplete.
Post what the 'ls' command returned to you after entering it in (ie. mmssms.db and/or telephony.db)
Its telling me not found after I enter "telephony databases"
Sent from my HERO200 using XDA App
Well I got that command to work that deletes the telephony DB but I still cant download certain mms it says download was unsuccessful
Sent from my HERO200 using XDA App
Am I the only 1 who can't download mms on this phone?
Sent from my HERO200 using XDA App
Certain mms types will not work unless you're on a stock based rom. I believe it is the slideshows that are the problem.
Sent from my HERO200 using XDA App

8125Omnimax HTC Vivid CIQ Neuter Tool

This Tool Is specifically for those who are running Stock HTC Vivid Unlocked and Rooted and wish to Neuter CIQ
[email protected]
1/19/2012
===================================================
8125Omnimax HTC Vivid CIQ Neuter Tool Version 1.1
===================================================
Ok, so I made it easy for everyone now, its just down to click and neuter
My batch file takes care of everything now, no need for deletion of IQRD.apk and HtcIQAgent.apk using market apps, everything is now automated and executed in this bat file to remove CIQ.
Linux Kernel Drivers are low level and still remain, Only sure way to get rid of those two low level drivers is to flash a modified kernel or install any of the great optimized roms available on the HTC Vivid forum.
The batch file contained with in along with its components are designed to make the removal of the Carrier IQ Process easy enough for the XDA beginner. Before you begin please make sure of the following:
Requirements:
-HTC Sync Should Be Disabled (This will eliminate those server out of date messages)
-Your HTC Vivid must be Bootloader Unlocked and Rooted!
-Your phone must be set in Developers Mode!
Execute the run.bat file and follow directions
Failure to adhere to any of these requirements will result in the batch file not being able to neuter the CIQ Process!
If you have any questions feel free to PM me @ XDA
-8125Omnimax
*Ver 1.0 Changelog (Yes there was actually a 0.5 Closed Non-Web Beta)*
-Added adb kill-server commands in the batch file to stop pre-running adb processes so the app could run without a hitch
-Added commands to delete odex files which are generated when the HtcIQAgent.apk & IQRD.apk were not deleted correctly from my post on how to manually delete CIQ
-No need to use Titanium Backup or Root capable file explorers to delete HtcIQAgent.apk & IQRD.apk, proper commands are addressed to delete said files streamlined within this batch file
-Neatened up the bat file commands
*Ver 1.1 Changelog
-Kernel and Logcat messages are cleared prior to reboot at end of the tools process
Upcoming features:
-The ability to flash a non CIQ infected kernel
-Windows 7 and Mac OSX Lion GUI stand alone apps
-An all in one root/ciq neuter/bloat remover package
sweet...makes going back to the stock rom a lil easier for me that is until cm9 comes around
If I already used your other method to neuter CIQ , do you advise to run this again ? My score currently is 150 on voodoo app.
Thanks
-Dash
dashingdon said:
If I already used your other method to neuter CIQ , do you advise to run this again ? My score currently is 150 on voodoo app.
Thanks
-Dash
Click to expand...
Click to collapse
This bat script basically does the same process, hence you don't need to manually delete the two ciq apk's using market file explorer root apps anymore. Running this after following my manual post does no harm, but can make sure the process is eradicated
Sent from my HTC PH39100 using xda premium
8125Omnimax said:
This bat script basically does the same process, hence you don't need to manually delete the two ciq apk's using market file explorer root apps anymore. Running this after following my manual post does no harm, but can make sure the process is eradicated
Sent from my HTC PH39100 using xda premium
Click to expand...
Click to collapse
Will run this script too .. thanks for the tool
So what does this actually do.....
Sent from my HTC PH39100 using XDA App
azz72 said:
So what does this actually do.....
Sent from my HTC PH39100 using XDA App
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1415335
from my HTC PH39100 using xda premium
I wonder if he was really asking, what is CIQ or what does it do? Cause that's what I'm wondering
Tracks n logs n sends off just about all your activities on the phone
grafik2 said:
I wonder if he was really asking, what is CIQ or what does it do? Cause that's what I'm wondering
Click to expand...
Click to collapse
Cool thanks I will dl now.
Sent from my HTC PH39100 using XDA App
can the run.bat be executed from the phone?
thanks,
swtnix said:
can the run.bat be executed from the phone?
thanks,
Click to expand...
Click to collapse
Only recommended using this app with the stock gingerbread release and hooked up to a pc or mac with adb running. I stopped working on this app due to the removal of ciq on ICS for the vivid, about all roms on the site are ICS, and once you go ICS, you won't want to go back imo.
Sent from my HTC PH39100 using xda premium
Thanks.
Sent from my HTC PH39100 using Tapatalk 2
how does it work, pls???
azure1181 said:
how does it work, pls???
Click to expand...
Click to collapse
Most to all custom roms already have this

Problems Flasing Recovery

Ok, so I spent the last 5 hours reading through this forum and trying all sorts of things, now it is time to ask somebody who knows what they are doing.
I am trying to get my T-Mob 2.2.2 to Honeycomb. Why? Because I had to change a broken screen and was stupid enough to rip the cable for the menue keys and since we don't need them on honeycomb, that seems to be the way.
So I went through Manii's instructions and downloaded all the drivers etc. so far so good. Even used the tricks hidden in the orum to force windows to install the drivers. I am on xp. My device manager shows Dell Android ADB device. The streak shows 'starting fastboot USB download protocol' and does not move from there.
I ran adb to see if it works. adb reboot rebooted the Streak, so it seems fine. Now the problem is fastboot.
in cmd I type: 'fastboot flash recovery-froyo-US.img'. the recovery file is in the same path as fastboot.
This is what I get:
Unknown partition 'recovery-froyo-US.img'
error: cannot determine image filename for 'recovery-froyo-US.img'
I am hoping somebody can help me out here.
Thanks
Why is there a dash between recovery and froyo.you should remove that dash also why do you name the recovery to a hard name it will make the process more complicated so go to were you put the recovery and rename it to "recovery" onlyyy and without the quotes then put into bootloader and then go into fastboot and type cd C:\the name of the folder were you put the fastboot and the recovery and press enter then type fastboot flash recovery recovery.img that's it
Never tell anybody outside the family what you're thinking again.
Fastbooy flash recovery <path to recovery>
Sent from my Dell Streak 7 using xda app-developers app
While your at it might as well flash cwm too. Changing the file name to recovery makes it a whole lot easier. Also why are you flashing a Froyo recovery if you are going to be on HC? Or is that the way tmo does it?
Sent from my Dell Streak 7 using xda app-developers app
Solved
treefrog20012003 said:
While your at it might as well flash cwm too. Changing the file name to recovery makes it a whole lot easier. Also why are you flashing a Froyo recovery if you are going to be on HC? Or is that the way tmo does it?
Sent from my Dell Streak 7 using xda app-developers app
Click to expand...
Click to collapse
Froyo is required to than use the update.pkg for T-Mobile. Since T-Mob did not support the honeycomb update, this is the only way.
So, I found my mistake. It had nothing to do with the path and the name, the file can be named whatever it wants to be named.
I simply forgot one term.
Fastboot flash RECOVERY filename.
Pretty stupid looser newbee mistake. Finally running now. Somebody mentioned they had some problems with a flickering screeen on the lower right (in landscape mode) after update, guess I have the same. Just insstalled a new screen, so that would not be the problem, any ideas?
Thanks for all your help
Ur welcom
Trying to get past 10 posts so i can post working jelly bean for ds7 in dev section lol
Sent from my Dell Streak 7 using xda app-developers app
long6688 said:
Ur welcom
Trying to get past 10 posts so i can post working jelly bean for ds7 in dev section lol
Sent from my Dell Streak 7 using xda app-developers app
Click to expand...
Click to collapse
One more to go :laugh: ...but seriously, JB on DS7, does that make any sense? I have to say, I am not even impressed by HC, the screen resolution does not really cater to any of the newer OS.
slotti said:
One more to go :laugh: ...but seriously, JB on DS7, does that make any sense? I have to say, I am not even impressed by HC, the screen resolution does not really cater to any of the newer OS.
Click to expand...
Click to collapse
we already have JB working on DS7, still in dev process but it boots
I have 1 fully working taken from some chinese website, include camera driver and gps fix
Sent from my Dell Streak 7 using xda app-developers app
long6688 said:
I have 1 fully working taken from some chinese website, include camera driver and gps fix
Sent from my Dell Streak 7 using xda app-developers app
Click to expand...
Click to collapse
:good: can you share that ?
No cause i dpnt have enough post to post a new topic
Sent from my Dell Streak 7 using xda app-developers app
long6688 said:
Ur welcom
Trying to get past 10 posts so i can post working jelly bean for ds7 in dev section lol
Sent from my Dell Streak 7 using xda app-developers app
Click to expand...
Click to collapse
I call BS as I am pretty much the only dev working on it. If you had a working JB you would have already posted it.
Sent from my Nexus 7 using Tapatalk 2
giveen said:
I call BS as I am pretty much the only dev working on it. If you had a working JB you would have already posted it.
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
I have to agree with Giveen here, even though you might make a claim to it you wont get much fame out of it (if any) as you are new to the scene, even I dont get much recognition with the MIUI port (A. because it doesnt work yet B. because nobody really gives a sh!t about a new dev C. I dont go around making claims I cant back up, failed ROMs or not I still make steady progress on this D. nor do I wish to be an attention whore) so unless you can provide a link that has a working JB ROM for the DS7 (that isn't Giveen's) then we might believe you, oh and we will know if you have used Giveen's ROM as there are certain lines of code that only Giveen uses
You could also make a post with it on the general section with it and ask a dev to move the page. So yes I am also calling shinnanigans.
Nothing says you cant simply make a thread here and ask for it to be moved (or you can even leave it here and it will be moved anyway as it belongs there)
so thread closed on account of mass BS by n00b RE the supposed development of JB for S7 by the chinese? I think yes

Update Directory

I just got the ics update (just took back to stock) and was wondering what folder I should look for to copy the update directly to my sd card?
Sent from my HTC PH39100 using xda premium
ichefae85 said:
I just got the ics update (just took back to stock) and was wondering what folder I should look for to copy the update directly to my sd card?
Sent from my HTC PH39100 using xda premium
Click to expand...
Click to collapse
So your phone is on Gingerbread? And you downloaded the official stock ICS update rom?
What is the file name that you downloaded? How big is it?
It was on gingerbread but my mom thought she was helping and went and did the install so I think it may have deleted the file now
Sent from my HTC PH39100 using xda premium
ichefae85 said:
It was on gingerbread but my mom thought she was helping and went and did the install so I think it may have deleted the file now
Sent from my HTC PH39100 using xda premium
Click to expand...
Click to collapse
So she "did" the install on your phone (over the air update?) but the install didn't start yet? I don't think the situation is clear yet. What would you like to do, and what symptoms are getting in your way?
LaZiODROID said:
So she "did" the install on your phone (over the air update?) but the install didn't start yet? I don't think the situation is clear yet. What would you like to do, and what symptoms are getting in your way?
Click to expand...
Click to collapse
I had it downloaded and just set to install later but while my mom was using my phone saw the update and hit install now. So now phone is running 4.0. What I was winding to do was try and extract the update to use for later if I needed to.
Sent from my HTC PH39100 using xda premium
ichefae85 said:
I had it downloaded and just set to install later but while my mom was using my phone saw the update and hit install now. So now phone is running 4.0. What I was winding to do was try and extract the update to use for later if I needed to.
Sent from my HTC PH39100 using xda premium
Click to expand...
Click to collapse
Just do this if you want to ever go back to ics stock
1) Download this ruu: http://dl3.htc.com/application/htc_vivid_att_RUU_3.26.502.56_US.exe I got the download from here http://www.htc.com/us/support/htc-vivid-att/software-updates
2) just double click file it downloads when ever you want to go back to stock...it will walk you through the process
Extra info:
-ruu stands for Rom update utility
-it is the official stock ics
-no, your warranty won't be voided by using it...
-it can only be used on windows
-it will delete all your apps and everything (except for stuff on your sd and external sd...like any thing you downloaded from a browser or put on your phone through USB)
-it takes a while...if it gets stuck do not unplug just wait it out
-if your freaking out cause its taking so long just ask in the q&a section for advice
Sent from my HTC PH39100 using Tapatalk 2

Some computer help!

So I'm not sure if any of u can help me...but I recently installed some nvidia updates including ntune...now my windows 8 computer won't boot, it wants me to restore, I click restore...sits on boot screen...idk what to do, I really need my files for school and can practically get into bios only...can someone pleaseee help
Sent from my EVO using xda app-developers app
Rocklee99 said:
So I'm not sure if any of u can help me...but I recently installed some nvidia updates including ntune...now my windows 8 computer won't boot, it wants me to restore, I click restore...sits on boot screen...idk what to do, I really need my files for school and can practically get into bios only...can someone pleaseee help
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Shift - F8 for Safe Mode...
http://www.redmondpie.com/how-to-boot-into-windows-8-safe-mode/
and this is the computer thread:
http://forum.xda-developers.com/showthread.php?t=1765837
Thank you, and currently that method does nothing for me, it just keeps trying to restore but wont
Sent from my EVO using xda app-developers app
That's why windows 8 sucks you should downgrade to Windows 7
sent from my minecraft world
Start the computer in safe mode F8 . save your important data and format the system and re install OS.
Sent from my Micromax A110 using xda app-developers app
Make a Linux boot CD or USB drive....extract needed files....reinstall windows
Sent from my SGH-T989 using xda premium
Danial723 said:
Make a Linux boot CD or USB drive....extract needed files....reinstall windows
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
Thank you sir, I will try that, as I am currently unable to go to safe mode, so well see how that works
Sent from my EVO using xda app-developers app
Can I access those personal files from ubuntu?
Sent from my EVO using xda app-developers app
i really don't know whats the problem, but if you need to rescue some files, use the boot cd of ubuntu, i hope it helps!
im not sure how to access windows files through ubuntu
Rocklee99 said:
im not sure how to access windows files through ubuntu
Click to expand...
Click to collapse
Double-click Home then the drive, go to the Users directory and copy the entire folder somewhere else... and whatever else there is...
Quasimodem said:
Double-click Home then the drive, go to the Users directory and copy the entire folder somewhere else... and whatever else there is...
Click to expand...
Click to collapse
well i installed it to usb, but im getting this too small to read screen, i select try ubunut and install ubuntu...but just a black screen...
It takes a while to load up...just click try Ubuntu.....or try xubuntu it has more of a windows feel to it
Sent from my SGH-T989 using xda premium
Install ubuntu and keep using it
sony xperia ray
ics 4.0.4 rooted
stock rom
^^^^ that
Sent from my SGH-T989 using xda premium

Categories

Resources