Required APK's for webtop - Motorola Photon 4G

What files are actually required to run webtop (other than DockService.apk & PortalApp.apk)?

1. Please post questions in the Q&A section!
2. Very specific question. What's the intended goal?
3.File List:
com.android.portal.apk
com.motorola.android.phoneportal.androidui.apk
com.motorola.dock.service.apk
(webtop goes deeper than this but these are the apk's associated with it)

Sorry, mis-posted in wrong tab.
I have a Photon 4G that's not being used as a phone at all. I was cleaning it up and think I deleted the wrong file.

CWM and titanium backup should be your best friends when stripping out a rom. Learned the hard way some years back.

Related

A newbies guide to Rooting the MyTouch Slide 3G

How to Root the MyTouch Slide
v1.0 Brandt DeLorenzo 7/19/2010
(I tried to add links, but I couldn't because I was still a newbie on the forum...oh well)
Required Hardware
Windows, Linux, or Mac Computer
USB Cable
T-Mobile MyTouch Slide with SD card
Required Computer Software
ADB Drivers for your computer
The Android SDK
Command Line editor
Required Files
Root.zip
MyTouch Slide Rom(s)
Optional Apps
Rom Manager (by ClockWorkMod)
Any backup app from the market (like MyBackUp Pro)
Step 1: Install Required Software on the Computer
I. In order for your device to communicate with the computer, you will need the proper ADB drivers. ADB Drivers should install automatically when you attach your MyTouch Slide to your computer when using a PC. If you need to manually install the drivers for a PC, locate and install the HTC Sync Update program on your computer.
II. On the device, go to Settings > Application > Development and turn on USB Debugging.
III. Download the Android SDK and unzip the directory in your C: drive somewhere where you can easily find it. I’d also suggest renaming the SDK folder from android-sdk-windows to something shorter, like “asdk”. You do not need to install anything inside that SDK folder after you unzip it. Just move it to the C: directory and rename the folder to something short and easy to type, like “asdk”.
IV. You need to add the Android SDK Tool folder to your system path if you’re using a Windows PC. Go to Control Panel > System > Advanced > Environment Variables > In System Variables, highlight "Path" and click Edit. Add C:\asdk\tools to the end of the string. Be sure there is a semi-colon between the last entry and C:\androidsdk\tools. For example, it might look like this:
C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\asdk\tools
Then click OK on all of the windows and you're done with this step
V. Be sure that you have a working command line editor for your computer. For example, Windows users can go to Start > Run > (type CMD) > OK.
Step 2: Download and Move Some Files
I. Download the Root.zip file from Eugene's thread about rooting the Slide, unzip the contents (update.zip, ota.zip, and loop) and place them all in the C:/asdk/tools folder. This zip file contains all of the files that will unlock your MyTouch Slide and install the Recovery software to make everything easier in the future.
II. Find the MyTouch Slide Rom that you want to install. You may download as many as you want if you plan on switching between different versions of Android. You can find many of those Roms here or on AndroidSPIN. Download them to your computer and then move them to your SD card. They should be anywhere from 50MB to 150MB each.
Step 3: Preparing for Root
I. Before we begin the process, we need to test ADB to make sure your device can be seen by the computer. Connect your MyTouch Slide (it should be on right now) to your computer via the USB cable. Open up your command line editor and get to the Android SDK tools folder. If you named your SDK folder ‘asdk’, then you would type CD C:/asdk/tools and hit enter. You should see the prompt change from C:/ to C:/asdk/tools>. Type loop and hit enter.
II. If ADB is working, you will see a continuous loop of commands running up the screen. Hold down Ctrl+C to temporarily stop the loop and look for something that says:
List of Devices Attached
HT05RPS02484 Online
If you see something like this, type Y and hit enter. (Your device number may be different than display above)
If ADB is not working, go here to troubleshoot ADB and make sure that you can get the loop to detect your device before you go any further.
III. Perform a backup of any applications or data that you would like to restore. I’d suggest backing up applications, contacts, or any data that may not sync back to your device. You can find an application in the Android Market to complete these tasks. I prefer MyBackUp Pro.
*Mac and Linux users may need to put a ./ in front of anything that is typed in the command line. Like ./loop instead of loop.
Step 4: Beginning the Root Process
I. Power off your device. Hold the Volume Down Key and Press the Power button at the same time. Hold both buttons until the screen comes up in Bootloader mode.
II. In your command line editor, be sure that you are in the C:/asdk/tools> prompt. Type loop and then hit enter. You should see:
List of Devices Attached
HT05RPS02484 Offline
III. Select Recovery from the menu. Use the volume buttons to move up and down. Use the Power button to select the option. You should now see a dark screen with a black device and a red triangle with an exclamation point inside. Hold the Volume Up button and press the Power button. You should now see the Android system recovery (2e) screen.
If you kept the loop running, it should change to say:
List of Devices Attached
HT05RPS02484 Recovery
If it doesn’t change, unplug the USB cable from the device and plug it back in.
If your device number and “Recovery” appears, you can now stop the loop with Ctrl+C. If you do not see your device number and “Recovery”, you need to power off your device and try again. This may take a few tries.
IV. On the device, scroll down to Update.zip and select it using the Power button. It will display an error message that it failed. This should be expected and is part of the process.
V. In the command line editor, you should still be in the C:/asdk/tools> prompt. Type adb push ota.zip /sdcard/update.zip and hit enter.
VI. This is the most difficult part of the process. Type adb push update.zip /sdcard into the command line editor, but do not click enter yet.
VII. On the device, scroll down to Apply sdcard:update.zip and as soon as you select it with the Power button, click enter in the command line editor on your computer. The process should be all done within a second. If you did this properly, a new window in green text should appear with the title “Clockword Mod Recovery v2.5.0.1” or another version number.
VIII. Now you are in Clockwork Mod Recovery. First, scroll down to the partitions menu and make sure it does not say ‘mount system’. If it does say ‘mount system’, highlight it and hit the Power button to mount it.
IX. Scroll down to apply sdcard:update.zip and click the Power button to select it.
X. Power down the device. Follow the steps to get back into ClockWorkMod Recovery, but you won’t need to complete step VII. Simply select Apply sdcard:update.zip and hit the Power button to get back into ClockWorkMod Recovery in the future. (If a blank screen appears when you hit the Power button, press the Trackpad as the enter button.)
XI. On the computer, you should run the loop command to determine if the device is connected again. If it is, type adb install superuser.apk and hit enter. You have full root access.
Step 5: Installing a Rom
I. If you have already performed a backup of your files, you can now wipe the device from the ClockWorkMod screen. Scroll down to wipe data/factory reset and hit the Power button. You will be prompted with another screen with a Yes – delete all user data prompt. Select Yes – delete all user data and hit the Power button.
II. After the wipe has completed, scroll to install zip from sdcard and hit the Power button. Then scroll to choose zip from sdcard and hit the Power button. Now locate the Rom you want to install. Press the Power button to select the Rom and install it.
Managing your Roms
To make your life easy, download and install the Rom Manager application by ClockWorkMod. From this application, you can backup & restore your Roms, reboot into recovery with one click, partition your drives, and find new supported Roms for your device.
we already have a root and a simple root if a noob cant get root with either one they dont need root this thread is unnecessary and ,imo, more confusing especially w/o links
i agree, we've already got this pretty much in 2 different threads, in 2 different ways, one fully automated and the other manual. and i created a video and a tut that has more detail as far as how to install roms and such.. this is an unneccessary thread
Sorry man :/
where is my blow torch...prepare to flame
There is also ....
There is also a questionable step.
I cant get into Clockwork mod using the start update from the phone then push update.zip.
But if I adb push first, wait for the server to start, then updat from the power button on the phone, it works.
good luck.
nice guide! thanks
HighRidas said:
we already have a root and a simple root if a noob cant get root with either one they dont need root this thread is unnecessary and ,imo, more confusing especially w/o links
Click to expand...
Click to collapse
No offense, but I've tried many of the guides and they were difficult to follow when ADB was acting dumb on my laptop. The actual steps are easy, troubleshooting ADB on a Windows PC is a pain for most. Now that I have root and I'm using different roms, it's all easy and painless.
If there wasn't a no-linking rule on new user threads, it would have been much better...I agree.
between the fact that it doesn't need to be any easier, and the ROM bibke holds most of this, there is no need for this thread, i understand that you were probably trying tobe helpful but you are an idiot and made a perfectly useless thread with no links for no reason
tubaking182 said:
between the fact that it doesn't need to be any easier, and the ROM bibke holds most of this, there is no need for this thread, i understand that you were probably trying tobe helpful but you are an idiot and made a perfectly useless thread with no links for no reason
Click to expand...
Click to collapse
calm down bro !!! since i came to the slide side all i see is u going hard on people .. that ****'s not cool at all !!! it makes me wonder about u !!!
everybody got their pitch forks and torches out !!! just closed the thread that simple !!!!
i am helpful when stuff i posted in the correct forum, and when it is a new thread that has not been posted in th past. when people continuously post new threads to state stuff that has already been said, especially since without links this thread is pointless, then we xda devs are going to get upset, devs do not like to see pointless threads in the dev section, and certainly don't like it when people try to belittle the work that went into root by "making it easy" first requirement for having root is to know how to use a computer, after that you can learn to do some really cool stuff
Well I thought this guide WAS Helpful to be honest! Not to mention lesstalk was just trying to help. Tubaking is always busting peoples chops everytime he says something it ends up being rude! If you dont have anything nice to say then go to a diff thread dude cause your sorry azz attitude just makes it so people dont want to post cause their scared of getting verbally bashed by folks like you! Being rude is NOT doing anyone any good and Im sure im not the only one who feels this way about you!
in my opinion they should be afraid to post, if they aren't then they make crap like this. i stated that he was trying to be helpful but without links this thread just takes up space and makes people ave to search harder to root thier phone. i am a nice person IRL, but i do not like wasted space. if someone has come up with a "easier" way to root then fine, but there is already a thread for preparing to root your slide, two threads on rooting your slide, and the slide rom bible which includes all of those threads, a stickie should be more than enough for most people and if not then they need to think before hitting that new thread button. there is no need for repetitive threads in the developement section. if there had been links in this thread(which i know he can't do as he is a new member) then it would have been fine and i would have shut up and left it alone, but right now there are two ways to root, one for computer people and one for script kiddies, either way if you can't get it to work with either method then you probably don't need root. if you can't read the simple walkthroughs then you don't need root, if you don't know what you are doing then you don't need root
EDIT: Here is the link to the thread that already covers all of this, and guess where i found it
http://forum.xda-developers.com/showthread.php?t=708522
I did find this thread helpful, especially since i'm new to android. I want to know what i'm doing and the only way i can learn what i'm doing is from reading many posts and lots of trial and error.
I have read both of the rooting guides from the rom bible, and there is still some stuff left out. I actually like this guide better than the others because there is more help in the whole ADB part of the root process.
Now, i know what i'm doing with computers, it still freaks me out how much i can do with computers. But in new areas where i want to learn, it helps to have more info than needed because people have different viewpoints on the same process.
@tubaking182 - for most of the threads you come in bashing in the dev section, i agree with you. But on this thread, i think you're way out of line. Yes there are 2 threads already and yes this thread needs links. But it's not a waste of space. I've lurked on xda since i bought and returned my HD2 (~late april). And when the slide was released, i headed to this subsection. And i've only seen it go down hill with more people posting threads that needn't be posted, but also with "wanna-be" mods flaming the person who didn't think and posted the needless thread.
But now that animosity has taken a turn for the worst and i only seen bashing in this section of the slide section of xda. And it's really making me want to leave xda.
The whole rooting process can be easy to learn if you've come from a previous android phone and have previously used ADB commands. But when you're really lost about even the whole linux folder structure (i'm not totally lost with this, but i'm more used to the desktop linux folder structure), then some of the guides out there to do certain tasks seem like another language.
3 guides for the rooting process can't hurt, especially when someone who doesn't know what's going on in the process wants to figure it out step by step and is too afraid of members like tubaking182 are always going on about searching for previous posts and flaming for simple questions (not that people shouldn't search for previous posts and threads).
EDIT: i do commend all the devs for their hard work making anything like rooting the phone remotely possible.
tething is, when you want to post an issue about something you saw in another thread, the issue should be posted there, it will be answered when people see it or when the OP has time to get on and answer. i am not trying to be a "wanna-be" MOD as i don't ned to be on XDA any more than i already am regulating posts and mergng threads when they should be merged, this thread holds ZERO new info and therefore should not be posted. if this member found a simple one-click root(which i hope to god never happens with this phone) and he wanted to tell us about it and tell us what he searched to find it and whatever else then great i ould not care, but some things do not need a new thread, if users all searched the Q&A section, the General section, and the Dev section BEFORE clicking the new thread link at the top then we would probably have half as many pages in the dev section, we have 8 pages now that i have gone through in the dev section and i have seen way too many repeat threads and questions. if you wanna see who i am take a look through my posts, i am a very helpful person when people want HELP, but when people want ANSWERS and they want stuff easier and they post in the wrong section then i get irritated and my messages are less helpful.
the number one reason n00bs post in here is because more people will see it, unfortunately this means the devs have to deal with the BS threads that push their stuff to page 3-4 and most people don't read past page two to look for a thread
yes, but you have to remember this is a very publicized and a public forum. In another forum i belong to, this happens all the time even though we have clearly marked stickies in every section.
I bet you most of the pointless threads have the OP posting only once and never even commenting on the posts made after they got the answer. That is what happens when you have a forum that's known for phone customization (or any public forum for that matter).
EDIT: and i'm not saying you're mean, i'm just saying it's going a little too far.
EDIT 2: if someone makes a thread only looking for answers that have been previously posted, just don't respond to it as that person won't ever be back. it's as simple as that.
@lesstalk - Thanks for the guide, outside of the lack of links(out of your control) this is a wonderful guide that I have started pointing new MTS users to.
@tubaking182 - Fact is, the guide on this actual covers steps that were skipped over in the other root guides because they were assumed to be common knowledge. Its that assumption which will kill future android users desire to learn about the device, especially when its accompanied by such a poor attitude from the "regulars" of the forum.
Outside of the links being missing due to being a new user account on the forum, the guide was more complete and comprehensive than any of the other guides so far. It managed to cover step(s) that are easily overlooked by someone who has rooted other android phones before, but CRITICAL to function and not mentioned in the other guides. I cant count the number of people I pointed to the pre-existing threads on rooting for MTS, who completely missed the superuser.apk setup because there were not any steps written for it.
A well educated userbase is a happy and quieter userbase, and while there are alot of useless threads in this section, this one actually served a purpose.
^^^
Here here!!
This is the first guide that has explained it all, and now I feel like I can do it too. I've done my g1, and tons of wm phones, but this one is completely different. All depends on your background.
You should be trying to expand and diversify the user base, not alienate it. or would you rather lock up the keys and argue with your self all day?
Sent from my T-Mobile myTouch 3G Slide using XDA App
I agree that this guide might Hold your Hand & even ( Might have missed steps ).
It's not my Job, nor any others person job to make sure you have your driver's setup & adb working correctly. There is plenty of other threads that already cover this, easy to find by using Google..
regardless, Thank you to the OP for try to help make things a bit clearer
~Eugene
tubaking182 said:
i am helpful when stuff i posted in the correct forum, and when it is a new thread that has not been posted in th past. when people continuously post new threads to state stuff that has already been said, especially since without links this thread is pointless, then we xda devs are going to get upset, devs do not like to see pointless threads in the dev section, and certainly don't like it when people try to belittle the work that went into root by "making it easy" first requirement for having root is to know how to use a computer, after that you can learn to do some really cool stuff
Click to expand...
Click to collapse
i feel u on that u do have a point !!! some people just that "dumb" and can't help it. they should post in the right thread but at the same time just putting them down isn't always the best way !!
dcowboys2184 said:
i feel u on that u do have a point !!! some people just that "dumb" and can't help it. they should post in the right thread but at the same time just putting them down isn't always the best way !!
Click to expand...
Click to collapse
Ditto. This is a redundant and unnecessary post. There are more than four different guides and several other posts on preparation. Yes, they aren't written for a kindergartner, but rooting your phone isn't supposed to be easy. Do some research, read a post or several, and only post after your eyes start to bleed. Cluttering the forum makes it even harder for new members to the community.

[Q] Terminology for newbies

Hello....
So I am a newbie and have been doing a lot of reading on here. I am still a little confused by some of the terminology. I looked at the stickies and there isn't a place where it has all the terms together. For example, I thought that a ROM is the OS of the phone, so I am not sure how it could not contain a kernel.
Could some of your experts please define the following? And perhaps make it a sticky or add the info to one of the existing stickies.
ROM
Kernel
modem / radio / baseband
Voodoo
Odin
CWM
Thanks!
TheTinRam said:
Hello....
So I am a newbie and have been doing a lot of reading on here. I am still a little confused by some of the terminology. I looked at the stickies and there isn't a place where it has all the terms together. For example, I thought that a ROM is the OS of the phone, so I am not sure how it could not contain a kernel.
Could some of your experts please define the following? And perhaps make it a sticky or add the info to one of the existing stickies.
ROM
Kernel
modem / radio / baseband
Voodoo
Odin
CWM
Thanks!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=855900
^^ #4 Stickied thread in the Development Forum.
This should have been posted in the Q&A forum btw (by the way)
shorttripp86 said:
http://forum.xda-developers.com/showthread.php?t=855900
^^ #4 Stickied thread in the Development Forum.
Click to expand...
Click to collapse
I read that thread. There is somebody ASKING for definitions but it is not answered.
If this should be in another forum, the I apologize. However, most newbies such as me, will come into the development forum and look for stickies to learn. There are stickies but they dive right into it without defining what these terms mean.
Rom - files used/flashed that overwrite system files and flash new ones for the phone to run.
Kernel - Basically the focal point of performance and stability for the phone, also determines important phone functions.
Modem - software through which the actual radio hardware functions through, determines connectivity of radio to towers
Voodoo - name for the enhancements such as converting rfs to ext4, voodoo color, and sound specifically designed for the Galaxy S family.
Odin - PC application used to flash system files including modem, recovery, and such that the phone may not have permission to flash itself. Also used for complete restoration of phone to stock.
CWM - Clockworkmod, a recovery mode designed by Koush that enables the phone to backup and restore system files, wipe data ans cache, and mainly used to flash normally nonpermitted software (roms, themes). Allows for options not normally permitted in the regular Android recovery.
That's how I see it, anyone else care to correct if wrong?
Sent from my SCH-I500 using XDA Premium App
I might add that the kernel is what acts as a bridge between your phone's hardware and application level.
This Android Dictionary is pretty good:
androidcentral.com/dictionary
I don't have enough posts to hyperlink it.
I hope XDA doesn't mind, but this is also over at AC and will do a much better job than the dictionary of answering your questions.
http://forum.androidcentral.com/ver...nate-beginners-rooting-read-me-3-17-11-a.html
TheTinRam said:
I read that thread. There is somebody ASKING for definitions but it is not answered.
If this should be in another forum, the I apologize. However, most newbies such as me, will come into the development forum and look for stickies to learn. There are stickies but they dive right into it without defining what these terms mean.
Click to expand...
Click to collapse
Alright, I'll try and redeem myself from that douchey response from earlier. I'm sorry for the unneeded grumpiness, but my I'm having phone issues - and I'm sure you'll come to understand this feeling now that you're learning this stuff, and I assume will go on to flash rom's, kernel's, and inevitably recovery files via ODIN.
Here are some definitions I've "kanged" (Kang means to take somebody else's work and put it to good use. Credit is expected but occasionally not given. -djmcnz <Nexus One>) together definitions and definitions from xda members, community write-ups, and general android development guides.
Here we go...
ROMs
"First thing is a ROM - Basically in the phone world these are packages of data that contain mostly all of your stuff on the phone such as apps, settings, contacts, and all sorts of other data. The devs here at XDA develop custom roms that are streamlined and reconfigured to work better than the stock ones. They also remove all the junk apps that Verizon and Samsung include on the phone including satan himself - Bing.
[Deodexing ROMs] is just a way of re-working some of the phone's file system to allow installation of themes and other things that require a deodexed rom, it doesnt affect anything else afaik.
Some ROMs also include themes. Themes are basically just re-skins or recreations of the android UI, which are usually more intuitive and customized than the stock ones. You can always try different themes with almost any rom, its up to you which ones you like."​
Kernels
"[Kernels] are essentially the coding and underlying framework that the phone pretty much runs on. They control MANY aspects of the phone and how they work, custom kernels are what really turn the speed up on this phone."​
** ROM & Kernel definitions from Bawb3's <Fascinate> Beginner's Guide here: Fascinate Beginner's Guide / FAQ**
---------------​
Radio (Modem/Baseband)
"The Radio [Modem/Baseband] is the software part of your device that is powering on/off and controlling your radio interfaces. This includes Bluetooth, 2G/3G Phone, WiFi, GPS..... And it also includes Radio BootLoader and other device specific firmwares needed for using your radio interfaces and for interfacing them with the OS (Windows Mobile/Android)."​
**Radio (Modem/Baseband) definition from kholk's <HTC> Radio thread here: (RADIO) The HTC HD2 Master Radio Thread**
Radio (Modem/Baseband) Alternate Description
"The Radio [Modem/Baseband] is the part of the phone that deals with mobile connections. It handles talking to the 3G network, Bluetooth, WiFi and GPS. The radio contains software that controls how it operates, and newer versions of radio firmware are made available from time to time. These updates are transparent to the user, although users who elect to install custom software can update their radio using an update.zip file [or "radio/modem".tar file] made available by members of the modding community.
Flashing the radio is potentially risky, and you should NEVER pull the battery out of a phone that is flashing the radio. If you do so, it is possible your phone will be bricked. Nevertheless, it can give improved battery life, signal strength and data performance, so is often done by users moving to later versions of ROMs.
Care should be taken to only flash the correct type of radio to a phone. NEVER attempt to flash a CDMA phone with a GSM radio or vice-versa. It is likely you will brick the phone if you attempt to do so."​
**Alternate <non-xda> Radio (modem/Baseband) definition from here: Alt. VROM Radio Definition**
---------------​
Voodoo Lagfix
"In a nutshell, voodoo is a substitute kernel for the Galaxy S i9000 variants, and in due time for the rest of the Samsung Galaxy S family (Captivate, Vibrant etc...). The kernel provides improvements over stock user experience such as :
Lagfix - Convert /data and /system file partitions from RFS to EXT4 to increase performance and virtually kill the lag that we all hate so much.
Display/Color/Sharpness - Enhance and fine tune the amazing Super Amoled screen to provide the best results in different situations.
Sound - Improve Galaxy S sound by leveraging it’s top of the line audio chip, the way it’s meant to be leveraged.
Voodoo comes as “root ready” - You need only to install Superuser from market, and you phone is rooted.
Optimized Samsung TwLauncher - No slowness. (if you already have a different launcher, this will not prevent you from using it.)
ClockworkMod Recovery - Voodoo comes with built in version of CWM. To access it, turn on your phone while pressing VolumeUp+Home+Power
Improved ADB Shell - Support tab compleition and more.
For more info visit http://project-voodoo.org"​
**Voodoo Lagfix description from <non-xda> Voodoo Community Write-Up here: Voodoo Community Write-Up (Gdoc)**
---------------​
ODIN
"What is ODIN? There is a longer answer, but lets just say what it really is. It's a very simplistic program you install on your PC. With this program and a few files you can very easily restore your phone to stock. Some suggest doing this EVERY time you go from Rom to Rom.
Why do they do this? Because when you are on one ROM and you go to another, there may be "ghosts" from your previous ROM impacting the performance of your new build. That said, I have never done this... and I have never had an issue. Your choice. How to use ODIN will be in the guides section (eventually)."​
**ODIN description from s15274n's <Vibrant> guide here: Noob Guide: HOW TO ROOT/ODIN/FLASH/RECOVER**
---------------​
ClockworkMod Recovery (CWM)
"ClockworkMod Recovery is based off the eclair recovery image. Features include Nandroid backup, adb shell, advanced update.zip options (ignore asserts and signature checks), and file browser for choosing update.zips (you can now organize your stuff by directory.)"​
**CWM Recovery description from Koush's <Nexus One> thread here: ROM Manager & Clockwork Recovery**
---------------​
NOTICE:​I take ZERO credit for any of the above mentioned programs. All credit goes to the original program developer(s). This is a list of definitions and descriptions. I have included referenced member citation, and links to the original post/thread/site. Original program developer(s) or cited xda member(s), please let me know if you would like something removed from this post​.
---------------​
TheTinRam, I hope this helps and makes up for for my sour mood earlier.

[Q] Dumb down the flashing procedure? [Galaxy Mini]

I'm not really a newcomer to peeking about inside of stuff, but Android confuses me. There's some stuff about rooting (Which i have successfully done by the way) and some stuff about flashing, something with a program called Odin (Which also confuses me) and Clockwork Discovery. Not to mention the horrifying ADB.
Can someone give me some no-brainer exact instructions to flashing this thing?
This is the rom i'd like to install Cyanogen. http://forum.xda-developers.com/showthread.php?t=1107331
If it works, that is. Otherwise i'd jsut be happy with a 2.3 ROM.
I can assure you, i'm a complete idiot.
Rooting is to gain access as root user - via exploit -in order to get permission to read/write/execute every file on your phone.
ADB is a communication tool between PC and phone - the same used by kies i suppose - containing also a remote shell - i.e. a command prompt - inside your phone. You can cast linux commadn (ls, cat, mount, cp, etc...) on you phone, using it like a pc. If you rooted the phone, the shell may beof a root user - many permission, but many damages...
ClockworkMod is a modified recovery partition, allowing to make many operation on your phone, BEFORE it fully loaded android. So you can backup and restore your ROM, and so on. Using this, you can do flash, and partial flash, and modding, since you can apply 'update.zip' mods. -- i didn't try it --
ODIN is the SW to flash you phone - one or all the partitions tha compose the ROM of your device. You need the correct version of the sw - matching you device - and the correct set of files for the rom. Depending on those files, different procedures are around. -- Again, i do not try it - only read a lot...
About being an idiot, i also am ... trying to learn.
Please use the Q&A Forum for questions Thanks
Moving to Q&A

[Q] need help with editing system file 2.3.3

hi guys, i dont post buy i read and learn alot, keep up the good work!!!
it all started when i tried to use the gps in my DHD 2.3.3.
it just wont lock on sats, even though it sees them though very slowly..
i read that i have to change a file in the system dir to manipulate the AGPS.
i tried that but it says that i dont have the permision to do so, so i read further.
i tried to temp root and perm root and the whole shabang, just to fail time after time.
can PLEASE (loosing hair over here) post a step by step directions to change a content of a system file? i just want my GPS to run (i already checked the contacts of the antenna and ordered another one just to realize it behaves the same...), all other benafits of rooting is not relevant for me..
i realy dont care if i need to root it, i'm just looking for a detailed step by step guide (or guides...)
BR
Liron
Please use the Q&A Forum for questions Thanks
Moving to Q&A
Download GPS Status & Toolbox, I don't believe you have to be rooted since I was never prompted by Superuser.
Select menu > tools > manage AGPS state. From that screen first reset, then download.
I don't know exactly what you're trying to do, but try that first. It helps.
Sent from my Evo + MIUI using Tapatalk!
nope.been there done that
i think that the agps servers are not correct (the dhd hase a file which contains the servers adresses) i need to change this file, but i need super user in order to do so..
i'm so close to just selling this pos...!
liron_al said:
nope.been there done that
i think that the agps servers are not correct (the dhd hase a file which contains the servers adresses) i need to change this file, but i need super user in order to do so..
i'm so close to just selling this pos...!
Click to expand...
Click to collapse
So you need help with rooting or with changing the file? You'll definitely need root to edit a system file.
If you're not rooted, can you not take it to your carrier and have them fix/replace it?
If that's not an option for whatever reason, you may have better luck looking around (or posting in) your device specific Q&A subforum.
Good luck, hopefully you get it fixed!
Sent from my Evo + MIUI using Tapatalk!
Once you're rooted, uninstall GPS Status (it's been known to cause problems - I speak from experience) and flash an EFS wipe tool through your preferred Recovery. Just check your device's thread for the zip file.
Sent from my HTC Vision using XDA App

[Q] Clockworkmod 5.5.0.4 backup fix question

Since I am unable to post in the development forum because of my new acct, I was wondering if anybody can clarify this for me:
"After booting back to your ROM, in adb shell, go to the clockworkmod folder and type: touch .hidenandroidprogress"
Is .hidenandroidprogress a typo? Is hiden supposed to be with 2 d's? Or was it meant to be typed as is? Any help would be great. Thanks!!
Guessing it is .hide-nandroid-progress minus the -
Ahhh......wow. Can't believe i over looked that. At the same time I was going over this at work so couldn't spend a whole lot of time looking into it. Thanks for answering the question.
Or couldn't we just install ROM Manager and select a simple option in the settings and it disables it?

Categories

Resources