Android Browser build that AutoRotates - G1 Android Development

Here's a recompiled version of the Browser that supports auto rotate.
Here's the download location for the Browser.apk:
http://www.koushikdutta.com/2008/12/auto-rotate-for-android-browser.html
Run the following from the command prompt to install the new Browser:
Installation Instructions:
adb remount
adb shell rm /system/app/Browser.odex
adb push Browser.apk /system/app/Browser.apk
Now start up the Browser.
You may not have a Browser.odex depending on your phone model.
The change, as I mentioned before, is really trivial. In the BrowserActivity.onCreate, I did the following:
// the next line is the original code
// setRequestedOrientation(mSettings.getOrientation());
// make it use the sensor for orientation instead.
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR);
To restore the original Browser, flash RC30 again.

Koush, thanks so much! I have been waiting for this!

i can't get it to install and now the browser don't work and i can't install the back up

I'm getting no space available when pushing the browser.apk
JF rc30 v1.2

kron2 said:
i can't get it to install and now the browser don't work and i can't install the back up
Click to expand...
Click to collapse
You can't get it to install? Could you be more specific?

saul972 said:
I'm getting no space available when pushing the browser.apk
JF rc30 v1.2
Click to expand...
Click to collapse
Your /system partition ran out of room. Is there something you can delete from there? I've seen this before as well on some of my company's phones; I usually end up deleting some ringtones or other junk files.

took a couple of tries but installed now...thanks!
fyi i rebooted phone to initially install the new Browser. I first got errors w/o rebooting so that may fix the problem

I had the same problems with the new browser crashing and then being told that the file couldnt be copied due to lack of space,
Easiest fix is to just reinstall rc30 or rc8 and install the patched browser again.
Worked fine after that

Koush said:
Your /system partition ran out of room. Is there something you can delete from there? I've seen this before as well on some of my company's phones; I usually end up deleting some ringtones or other junk files.
Click to expand...
Click to collapse
Not sure.
Here's the message
failed to copy 'Browser.apk' to 'system/app/Browser.apk' : no space left on device

SGTDavePwnage said:
I had the same problems with the new browser crashing and then being told that the file couldnt be copied due to lack of space,
Easiest fix is to just reinstall rc30 or rc8 and install the patched browser again.
Worked fine after that
Click to expand...
Click to collapse
Will I need to start the process again?

saul972 said:
Will I need to start the process again?
Click to expand...
Click to collapse
Its basically telling you that it cant copy the file because of lack of space withing the system partition.
As koush advises, if you know how to clear space that will fix the problem.
If you dont know how to remove things and are a bit unsure of what to do, reinstalling the modified rc30 / rc8 will reset the system partition back to its defaults.
Once your back and set to default you can try to install again if you want

I'm assuming this is for those who have root access only?
If so, it would be nice to state that when posting these mods.

Henchman said:
I'm assuming this is for those who have root access only?
If so, it would be nice to state that when posting these mods.
Click to expand...
Click to collapse
Yes this requires root access,
I can see what you are saying about perhaps specifying in the post when something requires root access, but when you look at the instructions in this case its quite obvious that this one does require root.
PS.... Cheers for the upload Koush

SGTDavePwnage said:
Yes this requires root access,
I can see what you are saying about perhaps specifying in the post when something requires root access, but when you look at the instructions in this case its quite obvious that this one does require root.
PS.... Cheers for the upload Koush
Click to expand...
Click to collapse
Obviouse to em...
But probably not to everyone.
And you know the old saying. When you Assume...

where do i put Browser.apk to install it on the sd card and if so how do i use adb to see it or do i push it from like c:\browser.apk \system\app\browser.apk

SGTDavePwnage said:
Its basically telling you that it cant copy the file because of lack of space withing the system partition.
As koush advises, if you know how to clear space that will fix the problem.
If you dont know how to remove things and are a bit unsure of what to do, reinstalling the modified rc30 / rc8 will reset the system partition back to its defaults.
Once your back and set to default you can try to install again if you want
Click to expand...
Click to collapse
Finally got it!!! Thanks for your help

kron2 said:
where do i put Browser.apk to install it on the sd card and if so how do i use adb to see it or do i push it from like c:\browser.apk \system\app\browser.apk
Click to expand...
Click to collapse
Place it in the tools folder of the SDK folder on your PC

thx joshoowa i installed it finally i did have it in the tool folder but would not install but after several tries it did i was starting to think i was installing it wrong

I've deleted most of my .ogg audio related tones in the /media/audio folder but i still get no space left. what else can i delete?
btw i'm using adb shell rm /xxx/xxx/xxx/xx.ogg to delete. is that right?

Hey Hey!!!...
Had to free up some room, but it works great..
Thanks..

Related

RC30 download link

Hot off the presses. Get it here.
That file is the crappy "patch" version that tries to patch you from RC29 to RC30.
Here is the full update, which should be much more reliable
Obviously, don't install it unless you want to lose root access
Update for those who are interested: I went ahead and bought myself a new G1. One of the stores in the area had a couple. It still had RC28 (not RC29) on it, so I'm back in business. I'll just unlock my RC30 one and sell it on ebay.
OMG how stupid can they be... look what I see in the update script
# delete unneeded files
delete SYSTEM:system/bin/telnetd
Click to expand...
Click to collapse
Can we patch this like today cause I kinda think there is more to this than just doing that.
neoobs said:
OMG how stupid can they be... look what I see in the update script
Can we patch this like today cause I kinda think there is more to this than just doing that.
Click to expand...
Click to collapse
There is. They added a kernel option "console=null", which I suspect basically makes it so that the physical keyboard no longer sends input to the console device. Note that there is still a root shell running on the console though.. it's just that now there isn't any way to send keypresses to that root shell.
Plus there are a ton of patches to the android apps and framework jars and such. Not sure what all changed there.
I'm in the process of modifying the patch, to apply to my phone without losing root access. More to come
What does the "applypatch" piece do?
That part looks different.
Interesting that it's only a 4 meg update, and that it only contains a new recovery.img and a new boot.img - I wonder what is different in those images. I hope they are keeping the recovery stuff in the open source branch updated - because, well, that's the nice thing for them to to do
Jesus Freke - when you get your patched-up version ready, please post it somewhere for us lazy bastards who want to ride your coat-tails
I just noticed something. This update doesn't wipe the system partition. If you had created a setuid copy of the shell ("su", or whatever), I don't think it will get deleted if you applied the update as-is.
but didn't you say it removes the use of keyboard in shell? If so we would still be up the creek. you know what a notice this update came really fast i never got and OTA until this(fishy) i had to force OTA. Well hope you work your magic JesusFreke.
Arg! dangit. I accidentally applied RC30 and lost my root access. I copied the wrong update file to my sdcard... grrrr!
So I'm out of the game. Sorry.
Oh, btw - I was wrong about the update keeping the setuid shell around. It completely wipes the permissions of the system folder, so if you did have a setuid copy of the shell, it will be set back to normal non-setuid status by the update. duh.
Sh**!! You were the shining hope , one question can you still get root through the adb shell? cuz if so you can save your a**
Nope. Like I said, I'm out of the game. Unless someone wants to trade me for a RC19/RC29 phone. Or until another root exploit is found. *sigh*
DOH! That sucks! Sorry to hear that, and thanks for taking one for the team.
So if an update does try to install do we just need to turn off the phone until a solution is found? I may need to go back to my Dash for a while until this all gets figured out!
The update that you meant to put on the card- was it a test? If the worst that will happen is the update will take maybe someone that doesnt mind the update could test it for you?
JesusFreke said:
Arg! dangit. I accidentally applied RC30 and lost my root access. I copied the wrong update file to my sdcard... grrrr!
So I'm out of the game. Sorry.
Click to expand...
Click to collapse
I'm sorry about that!
Also, I'm confused. Hadn't you updated the keys in your bootloader to prevent an update? Or does that simply prevent the phone from downloading an update?
Can not we flash back that old RC29 File again ????
The update zip contains the boot.img and the recovery.img. so when the update starts it rewrites JesusFreke's mod recovery.img
spoofing
could we spoof the version # on our device? thus ending the nag and the ability to force the upgrade, for the time being?
bhang
RegGuheert said:
I'm sorry about that!
Also, I'm confused. Hadn't you updated the keys in your bootloader to prevent an update? Or does that simply prevent the phone from downloading an update?
Click to expand...
Click to collapse
Yes. But I had accidentally re-signed the full update with the new key and updated my phone with it. I was in the process of modifying the update, and had grabbed the wrong file to sign and update.
JesusFreke said:
Yes. But I had accidentally re-signed the full update with the new key and updated my phone with it. I was in the process of modifying the update, and had grabbed the wrong file to sign and update.
Click to expand...
Click to collapse
Ahh! That's a pain in the arse... the usb mass storage process is running as root, any chance of a buffer exploit there?
JesusFreke said:
Yes. But I had accidentally re-signed the full update with the new key and updated my phone with it. I was in the process of modifying the update, and had grabbed the wrong file to sign and update.
Click to expand...
Click to collapse
koush said:
mount -oremount,rw /dev/block/mtdblock3 /system
You can't remount that directory that unless you have root.
Use the dd command to copy stuff around (the cp command is not available). I should mention I'm a Windows guy, and am pretty clueless with Linux: my coworker figured the rest of this out once I got to a root prompt.
Incidentally, in the /system/bin directory there is a flash_image executable that changes the recovery.img used when you hard reset the device. I've noticed that I can run this without root access from a standard adb shell. Maybe we never needed to root the device after all... I think we can flash it without root access... I'm too scared to mess with that at all though.
Click to expand...
Click to collapse
I found this, you may want to look into it.
syrusfrost said:
I found this, you may want to look into it.
Click to expand...
Click to collapse
Thanks. But you have to have root access for the flash_image command to work. Or more precisely, you have to have write access to the /dev/mtd/mtd# device that you are trying to flash.
I am also the same unlucky guy who had Press Update Button and now we are in RC30
Now what are the chances of our device to get root access or ability to flash Test_Signed code in RC30
well i removed( # delete unneeded files delete SYSTEM:system/bin/telnetd )and replaced the boot.img and recovery.img with jesusfreke's anything else i should edit before i try to resign and update?

Missing apps after HERO upgrade

I was wondering if anyone else was running into the problem I'm having, and if it has been covered before and I missed it in the search box earlier I apologize. I just recently tried to upgrade to JACHero2.6 and my market app (most important) along with several others are missing. The apps are automatically installed on all my other roms, it is only with hero that I end up missing alot of apps. I have a correctly formatted SD card and I did a wipe before I installed this and tried the whole process twice. If I am forgetting to do something special prior to installation or afterwards please let me know!!
darkphoenix2012 said:
I was wondering if anyone else was running into the problem I'm having, and if it has been covered before and I missed it in the search box earlier I apologize. I just recently tried to upgrade to JACHero2.6 and my market app (most important) along with several others are missing. The apps are automatically installed on all my other roms, it is only with hero that I end up missing alot of apps. I have a correctly formatted SD card and I did a wipe before I installed this and tried the whole process twice. If I am forgetting to do something special prior to installation or afterwards please let me know!!
Click to expand...
Click to collapse
you may have gotten a bad download. try redownloading it again. do you have 3 partition (fat32 ext2/3 linux-swap) if not i suggest that for jac's 2.63 also make sure you check file extensions in recovery screen. hopefully this helps
Yes I have my card that exact format and I tried using the filesystem checker in the recovery screen it said filesystem check was complete!! I'll try doing the whole process over again but I'm not sure how that would help, and it is sad too this is the best damn hero rom i've tested to date, its fast as hell!! If it weren't for my apps not being here i wouldn't be planning on a future rom update in the near future or until some big release happens.
make sure you always check md5 sum of all your hero build download
you could of had a damaged downloaded rom and this could affect your rom.
Just tried to download a fresh copy of the rom, checked to make sure my sd card was working properly, wiped and re-flashed yet my market app and the same apps I was missing before is still missing. It should be included that apps on my ext2 were coming back like they should be just not all of them, and not a few apps that I thought should be included with the rom. Is there anything I should check that I may not have yet?
I would use Root Explorer to check if the apk files are still under system/sd/app if they aren't... well, there's no way you're going to see them again unless you re-install them. You can also look under system/sd/app_s if that's there. Other than that, if you can't find it, it's not there. (If you know the exact name of the file or at least part of the apk file name, under terminal type: find "file name" (w/o quotes ofc)
You can add wildcards (*) if you don't know the exact name of the file. If the apk file is still there... well... let's just see if its there first.
I checked using terminal, I typed "vending.apk" and tried to check the dir's you specified for the apks. If they are there I can't find them, although I am a bit limited as terminal is the only app that came loaded with which to check for files. If the apk files are indeed not there then why would the apps install on their own without a problem on any other build but hero??? I must be doing something wrong right? I am open to any suggestions at this point, even using a different rom to check for something, my goal is to have this rom flashed with my apps working soon!
heres the vending.apk from jachero 2.63 you can try and adb push it to /system/sd/app_s and see if it works.
Thanks, I'll try pushing that over but I'm still worried about the rest of the apps I'm missing. Would there be anything else I could try to make it possibly fix all the missing apps? What could be causing this problem in the first place? I did notice that my sd card has an ext2 rather than ext3 part, will that cause all of this to happen? I'm still pretty lost on this. I tried going back to another rom just to make sure my apps would still all pull up correctly, and they did so it has to be something related to this most recent build of jachero, or something
welcome to the club my friend (-;
i have the exact same problem and noone was able to help me yet.
It must have something to do with Jacs apps2sd method. i read some tweets between him and cyanogen that it might be a little 'rough'.
however - it's always the same apps that are missing, in my case it's (badly enough) launcher.apk AND rosie.apk which pretty much means that i can't solve it.
i also tried everything i could with ADB - without luck. I somehow have the feeling that theres something staying on the phone even when wiping and formatting.... I'll check this through ADB this evening.
look @ my recent posts:
http://forum.xda-developers.com/search_rop.php?searchid=25731882
for previous moaning from myself ( (-; ) and discussion with others in the JACthread. Basically the last 15 - 20 posts are about nothing else (-;
I will also do some logcating today - i've already seen the errors through install (rosie.apk couldn't be parsed etc) but i forgot to save it (and the command promt only saves 100 lines or something)
h.nocturna said:
I would use Root Explorer to check if the apk files are still under system/sd/app if they aren't... well, there's no way you're going to see them again unless you re-install them. You can also look under system/sd/app_s if that's there. Other than that, if you can't find it, it's not there. (If you know the exact name of the file or at least part of the apk file name, under terminal type: find "file name" (w/o quotes ofc)
You can add wildcards (*) if you don't know the exact name of the file. If the apk file is still there... well... let's just see if its there first.
Click to expand...
Click to collapse
I have used AndExplorer and put the APK's in the sys/sd/apps and it all worked fine. Very easy to do if you don't know how to push, just reboot after.
Can someone please tell me how i can get myfaves app on any mod im burning up my minutes thanks.
jivany said:
Can someone please tell me how i can get myfaves app on any mod im burning up my minutes thanks.
Click to expand...
Click to collapse
You don't need to have the myfaves app for you myfave minutes to work. You are still calling them for free regardless if you have the icon or myfave compatible phone or whatever. If you want to manage the people just log on to mytmobile.com and make the changes there.
Hmmmmmmmm . I never realized thanks for pointing that out TurboTsi.
darkphoenix2012 said:
Thanks, I'll try pushing that over but I'm still worried about the rest of the apps I'm missing. Would there be anything else I could try to make it possibly fix all the missing apps? What could be causing this problem in the first place? I did notice that my sd card has an ext2 rather than ext3 part, will that cause all of this to happen? I'm still pretty lost on this. I tried going back to another rom just to make sure my apps would still all pull up correctly, and they did so it has to be something related to this most recent build of jachero, or something
Click to expand...
Click to collapse
open up your copy of the build and check in system/app_s to see if the .apks are even in the build. if pushing the vending.apk works i dont mind posting the other ones you are missing if you want to pm me or something
Just tried opening the update.zip file and verified that all the apks are there. Which makes me wonder what exactly is up. Im thinking it could be an apps2sd issue, like what was said above. I didnt have this problem with older hero roms that i can remember. TBH I could try pushing apps with adb but that wouldn't bring back my other 3rd party apps floating in ext2 limbo. So I'm out of ideas ;(
darkphoenix2012 said:
Just tried opening the update.zip file and verified that all the apks are there. Which makes me wonder what exactly is up. Im thinking it could be an apps2sd issue, like what was said above. I didnt have this problem with older hero roms that i can remember. TBH I could try pushing apps with adb but that wouldn't bring back my other 3rd party apps floating in ext2 limbo. So I'm out of ideas ;(
Click to expand...
Click to collapse
try going to the recovery console and entering upgrade_fs and that will change your ext2 to ext3 and see if wiping and flashing change anything. also if you have root explorer you can check your /system/sd folder to see if all of your third party apps are there
Just tried upgrade_fs and it gave me a "unable to allocate block" I noticed there is little if any room left on the ext2 partition. Would that cause all of this? If not would it be worth a shot to resize the partition and give it more space from my fat32 then try to upgrade wipe reload again?
If you're out of ideas, then I would attempt to resize first (but backup your fat32 first) and then see if that solves it, if not, then I would format, wipe, and update...
but are you sure those 3rd party apps are not there? Try using Root Explorer to determine if the 3rd Party Apps are there, if they are, just pull them to your sdcard and try installing them again with ASTRO or something like that.

Google Search by Voice v1.4.1 install fails

Searched the forum and wiki and can't find anything on this.
Trying hard not be a 'compleet newb'....
Problem: I've tried to download and install the latest update (v1.4.1) to Google Search by Voice. It fails saying it is not correctly signed. I am not able to uninstall it via the Market software. The existing version is present and still works.
I was thinking of manually uninstalling it and then attempting a re-install from the market. Has anyone had any success getting this update to install on CM 4.2.7.1?
I'm running Cyanogen 4.2.7.1 on my HTC Magic 32B, applied over the flashed and clean-installed 1.6 rooted base - no CM Updater. (Seems to give a better, more stable result - may affect the behaviour of the update).
this stupid error happens because of the test keys or the userdebug keys thay cyanogenmod uses. I would download it somewhere online and use adb to replace the old one wiht the new one. It should work.
Yes I have the same problem with same model phone etc. etc.
I understand the workaround will be the same as Google maps 3.2.1 update but I cannot find up to date "Google search by voice" apk. I was wondering if anyone knows a source that mirrors up to date apps, or could even link a tut about how to get apk's copied out of the phones /tmp folder?
Thanks
I'll check out the package name in the Applications settings and see if I can find it anywhere or somehow capture it. Later....won't have any time until this evening.
linuxluver said:
I'll check out the package name in the Applications settings and see if I can find it anywhere or somehow capture it. Later....won't have any time until this evening.
Click to expand...
Click to collapse
That's great I didn't think of that, ill whip out those quotation marks and asterisks for google too. Also later...... 00:20 is not the right time for this....... so tempted......!!!
I fixed the maps.apk problem by going into adb and uninstalling maps.apk and then removing all traces of it. Then I went to marketplace and i downloaded it as normal and it now works perfectly.
Try that with voice search
Do we know what the package name is? Usually something like "com.google.android.apps.xxx" Could try uninstalling through adb. Then re-download from the market?
hello, could u plz share the installer? its not available on the marketplace in my country.
thanks very much
success
Ok, I managed to get Google Search by Voice updated to 1.4.1. I'm no pro and it took ages but it works.
Could a mod advise whether I am allowed to post a link to the apk?
I would be happy to post the steps i took but its not something i have done before and worse still, i used cmd not putty (noob error #1!). So the commands and the order i used them in are lost.
Should have used ubuntu..............
the concept consisted of updating the app and simultaneously using this command while it was downloading
Code:
cp /cache/downloadfile-9.apk /sdcard/download
"9" is only because it is the 9th apk i have downloaded and once the install fails the OS deletes the apk.
(for anyone else it would be different. go into /cache and type ls at the prompt to see what your next number will be)
then rename downloadfile-*.apk to VoiceSearch.apk, remove the original in the phone using adb and replace with the updated app.
I will post again tomorrow with clearer instructions but would much rather post a link to the apk I got, if it is permitted
hmmm. doing an 'adb shell rm /system/app/VoiceSearch.apk' and reinstalling from the market still gives you the unsigned error?
jayzusfk said:
hmmm. doing an 'adb shell rm /system/app/VoiceSearch.apk' and reinstalling from the market still gives you the unsigned error?
Click to expand...
Click to collapse
yes it will still give an unsigned error.
that is why you need to copy the apk which android market downloads to /cache before it deletes it, i copied it to /sdcard/download. then install via adb afterwards.
you have to manual install the apk to avoid unsigned error, once you have done this any future updates through market will be fine. Maps updated fine to 3.3 after i manually installed 3.2.1
How?
anthortic said:
yes it will still give an unsigned error.
that is why you need to copy the apk which android market downloads to /cache before it deletes it, i copied it to /sdcard/download. then install via adb afterwards.
Click to expand...
Click to collapse
Any advice on how you did that? I can imagine sitting with finger poised over the enter button in an adb shell.......is that what you did? Or is there a more certain, simple way?
Thanks.
linuxluver said:
Any advice on how you did that? I can imagine sitting with finger poised over the enter button in an adb shell.......is that what you did? Or is there a more certain, simple way?
Thanks.
Click to expand...
Click to collapse
lol that is exactly what i did. up, enter, up, enter, up, enter until the shell spat out that "downloadfile-9.apk does not exist" or however it puts it.
anthortic said:
lol that is exactly what i did. up, enter, up, enter, up, enter until the shell spat out that "downloadfile-9.apk does not exist" or however it puts it.
Click to expand...
Click to collapse
heyb buddy, i have been expecting you for the whole days, would plz share the apk file. thank you lol
themaskfly said:
heyb buddy, i have been expecting you for the whole days, would plz share the apk file. thank you lol
Click to expand...
Click to collapse
Can a mod please advise? I'm not out to break google's copyright, they know where i live! they know e-v-e-r-y-t-h-i-n-g!
anthortic said:
Can a mod please advise? I'm not out to break google's copyright, they know where i live! they know e-v-e-r-y-t-h-i-n-g!
Click to expand...
Click to collapse
well actually its pretty safe to share the google apps, since its free.
the link is for ur reference
http://forum.xda-developers.com/showthread.php?t=596281
http://forum.xda-developers.com/showpost.php?p=5098879&postcount=10
thank you much appreciated themaskfly
for my reference
http://www.mediafire.com/?sharekey=c2bec0e7155dcbb5ab1eab3e9fa335ca9bf4984cd4e3a7d4
a link to the folder containing google search by voice 1.4.1 (VoiceSearch.apk) as well as the original taken from Cyanogen 4.2.7.1 (VoiceSearch.apk.bak)
However it will not install using android interface, adb only.
Its been a pleasure to help, I have been using this site as reference for ages and it is nice to give something back
anthortic said:
thank you much appreciated themaskfly
for my reference
http://www.mediafire.com/?sharekey=c2bec0e7155dcbb5ab1eab3e9fa335ca9bf4984cd4e3a7d4
a link to the folder containing google search by voice 1.4.1 (VoiceSearch.apk) as well as the original taken from Cyanogen 4.2.7.1 (VoiceSearch.apk.bak)
However it will not install using android interface, adb only.
Its been a pleasure to help, I have been using this site as reference for ages and it is nice to give something back
Click to expand...
Click to collapse
thx for the sharing, u r AWESOME
Where id VoiceSearch.apk come from?
anthortic said:
yes it will still give an unsigned error.
you have to manual install the apk to avoid unsigned error, once you have done this any future updates through market will be fine. Maps updated fine to 3.3 after i manually installed 3.2.1
Click to expand...
Click to collapse
I downloaded the VoiceSearch.apk file and adb pushed it into /system/app on my phone and it works perfectly. The market sees it as installed and valid.
But I inspected my "normal" load phone (which has voice search) and nowhere could i see anything resembling "VoiceSearch.apk".
Where is this file on an un-rooted phone?
anthortic said:
yes it will still give an unsigned error.
that is why you need to copy the apk which android market downloads to /cache before it deletes it, i copied it to /sdcard/download. then install via adb afterwards.
you have to manual install the apk to avoid unsigned error, once you have done this any future updates through market will be fine. Maps updated fine to 3.3 after i manually installed 3.2.1
Click to expand...
Click to collapse
good to know for the future. thanks.

Rooted now how do I flash a rom?

My buddy got this phone I want to hook it up as he's not great with tech stuff i rooted with z4root and just need to know how to access recovery cause i didn't see a reinstall packages option in standard recovery ? Any help would be awesome thanks guys
I just rooted with Z4root... then I installed Titanium Backup and then ROM Manager, giving both apps root access (which I verified with the SuperUser app). In ROM Manager I did "Flash ClockworkMod Recovery" and chose the Fascinate option and was told that it downloaded the latest ClockworkMod Recovery. What's my next step?... Choose "Reboot into Recovery" within ROM Manager or do it another way. (My goal is to install Voodoo5 using the stock ROM for now. I have the Voodoo5 file on the SD card.)
EDIT: Whoops. I just realized that I had downloaded the two files to get CWM working but hadn't followed the unzipping, etc. instructions. I'd better go back and read that CWM thread again...
First get CWM working
Then check out this ROM
Or this ROM
and if you really wanna get fancy check out this kernel
Just in case you screw up
If you need more help on each specific topic, just ask in the appropriate areas and there is usually someone around that can answer questions.
Thanks for the quick links... really appreciate it.
BTW - Titanium Backup asks for USB Debugging to be enabled... do you have to do this? It creates issues for me when connecting the phone as mass storage to my PC.
ALSO - I'm assuming I should take an initial backup with Ti before I get too far into this, right? Not having done a backup before... is Ti the best to use? (Do I just choose batch and pick an option(s)? Does choosing "Backup user apps + system data" backup game save data?) EDIT: Just did this and it ran fine but it switched my Live wallpaper back to stock?!? WTF?
monthlymixcd said:
Thanks for the quick links... really appreciate it.
BTW - Titanium Backup asks for USB Debugging to be enabled... do you have to do this? It creates issues for me when connecting the phone as mass storage to my PC.
ALSO - I'm assuming I should take an initial backup with Ti before I get too far into this, right? Not having done a backup before... is Ti the best to use? (Do I just choose batch and pick an option(s)? Does choosing "Backup user apps + system data" backup game save data?)
Click to expand...
Click to collapse
Quick links are awesome! They save time, for sure.
Check the box to ask each time for mass storage and kies. Then you can have debugging enabled, and yes you have to have it enabled or TB won't do it's thing properly. You can switch it back and forth also. That's what I do.
I use TB to do my app and system data backups. Just run a batch backup on user apps and system data, like you said. That's the best option to start with. This isn't the same as a nandroid backup, but it's a good second choice for if you need to wipe data and restore apps quickly like a ROM install that requires you to wipe data/factory reset.
phidelt82 said:
Check the box to ask each time for mass storage and kies. Then you can have debugging enabled, and yes you have to have it enabled or TB won't do it's thing properly. You can switch it back and forth also. That's what I do.
Click to expand...
Click to collapse
Perfect. Thanks! Only thing is... USB dubugging doesn't stay ticked, it's ticked and Ti says it's not, or the connection still triggers a missing driver error message with Vista on the PC. Oh well.
phidelt82 said:
This isn't the same as a nandroid backup, but it's a good second choice for if you need to wipe data and restore apps quickly like a ROM install that requires you to wipe data/factory reset.
Click to expand...
Click to collapse
Easiest way to do a Nandroid backup? BTW - Ti backup ate up 5GB of my sd card?!? Yikes!
Also, regarding this thread:
phidelt82 said:
First get CWM working
Click to expand...
Click to collapse
I get "adb: not found"?
monthlymixcd said:
Perfect. Thanks!
Easiest way to do a Nandroid backup?
Also, regarding this thread:
I get "adb: not found"?
Click to expand...
Click to collapse
Nandroid backup will be there once you get CWM working.
You can do everything from the phone, just read down through the pages to find the people that have done it. They have left instructions using terminal emulator and root explorer. You will find that in a lot of instances many problems will have different ways of dealing with them. You probably don't have the Android SDK which is how you get ADB working on your computer. This isn't critical, it just makes it so that you will have to either install it or use the other means available. (ie terminal emulator and root explorer)
Still getting errors after trying several of the things in the thread... Q:I never did get a robot voice when I ran Z4root and never saw a place to choose permanent... should I run Z4root again? I mean, I was able to install Ti, etc. so I must have root, right? But I think my issues stem from not being able to get redbend_ua into the /system/xbin folder. Astro can't paste it there, Root Explorer can't paste it there, but in the terminal it appears like chmod worked... thoughts?
monthlymixcd said:
Still getting errors after trying several of the things in the thread... Q:I never did get a robot voice when I ran Z4root and never saw a place to choose permanent... should I run Z4root again? I mean, I was able to install Ti, etc. so I must have root, right? But I think my issues stem from not being able to get redbend_ua into the /system/xbin folder. Astro can't paste it there, Root Explorer can't paste it there, but in the terminal it appears like chmod worked... thoughts?
Click to expand...
Click to collapse
Root explorer needs to be mounted RW. There is a button at the top that will say RO or RW.
Sent from my SCH-I500 using XDA App
phidelt82 said:
Root explorer needs to be mounted RW. There is a button at the top that will say RO or RW.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
"Mounted as r/w"
I tried this. Used root explorer to finally get redbend_ua into system/xbin but when I try to run the commands in the post it cannot find redbend_ua. I also cannot cd into xbin within the emulator to ls ... says xbin not found. Explorer can see it there... what gives? do you have to restore redbend_ua inside the xbin directory or will it work to restore it elsewhere?
EDIT: cd to /system/xbin worked and an ls shows the redbend_ua there but the chmod 777 redbend_ua fails to "Unable to chmod redbend_ua: No such file or directory
EDIT to the EDIT: Hang on... think I may have found where I went wrong. What's the terminal command for delete?
monthlymixcd said:
"Mounted as r/w"
I tried this. Used root explorer to finally get redbend_ua into system/xbin but when I try to run the commands in the post it cannot find redbend_ua. I also cannot cd into xbin within the emulator to ls ... says xbin not found. Explorer can see it there... what gives? do you have to restore redbend_ua inside the xbin directory or will it work to restore it elsewhere?
Click to expand...
Click to collapse
Are you doing /system/xbin? The first / is important. You don't need to cd to xbin, though.
Sent from my SCH-I500 using XDA App
Isn't there anyway to flash a rom using odin ? If not are the codes the same for terminal emulator as they are for adb to get cwm working? I'm from the vibrant section of this site running nero v4 right now I have a good understanding of odin for the most part but this not having an easy recovery is bs lol
willsnews said:
Isn't there anyway to flash a rom using odin ? If not are the codes the same for terminal emulator as they are for adb to get cwm working? I'm from the vibrant section of this site running nero v4 right now I have a good understanding of odin for the most part but this not having an easy recovery is bs lol
Click to expand...
Click to collapse
I've never flashed a ROM using Odin, but that doesn't mean that it can't be done. The process should be the same using terminal emulator or adb, just more of a pain. I agree it would be nice to have full CWM Recovery support (or any full recovery support) but I don't have the money to spend on a phone to send to Koush right now to get that done. As soon as I do, this will be done and then I'll have a tester phone for firmware builds. It really isn't that difficult to get it working, though. I've done it probably 30-40 times now and even the first time the only flub was in a typo for the second to last character (thought it was a 1 and not an L)
So you type this stuff in all in one line or what?
willsnews said:
So you type this stuff in all in one line or what?
Click to expand...
Click to collapse
Depending on which parts you are talking about, yes. Each new line is a line of code. If it moves to a new line, hit enter.
phidelt82 said:
Are you doing /system/xbin? The first / is important. You don't need to cd to xbin, though.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Yes. Something's definitely up 'cause when I try to use Astro to copy redbend_ua to /system/xbin the paste option is grayed out for that directory.
monthlymixcd said:
Yes. Something's definitely up 'cause when I try to use Astro to copy redbend_ua to /system/xbin the paste option is grayed out for that directory.
Click to expand...
Click to collapse
I can't remember if Astro has R/W options for the root directory. That may be the problem.
phidelt82 said:
Depending on which parts you are talking about, yes. Each new line is a line of code. If it moves to a new line, hit enter.
Click to expand...
Click to collapse
I just ned to get a custom recovery how did you type it in to terminal emulator? Like extacy how?i just dont want to mess up my buddies phone I want yo hook him up not **** him up lol
monthlymixcd said:
Yes. Something's definitely up 'cause when I try to use Astro to copy redbend_ua to /system/xbin the paste option is grayed out for that directory.
Click to expand...
Click to collapse
You guys are confusing the hell outta me I don't know who's answering me and who's answering you I know this pertains to this thread but im right in the middle of this process and its not even my phone
I apologize for the derail... I got mine working. I had a typo. I'm off to voodoo.

Android symlink errors system/xbin/su PLEASE HELP

I have been trying to for over a week in the captivate forum to get ANYONE to try and help me and so far no one will. So i'm really hoping someone will take the time, i will PAY YOU UP FRONT over paypal to help me. I am DEAD SERIOUS.
Have a captivate, but this problem is not exclusive to this phone. This error has happened on just about any/every android phone there is.
Phone was working fine, have been putting any and all custom roms on that i wanted, but went to install a new custom rom (cog4), and it fails every single time at system/xbin/su. Now ANY rom i install (custom), gives me that same error. NO CUSTOM ROM WILL INSTALL. THEY ALL FAIL. I have flashed back to stock a million times, wiped, re-partitioned the sd card, master cleared, and done all of those in every combination possible. The ONLY rom i can put on here is the one i had RIGHT before this problem started (cog3.04). Only roms that can be flashed via odin will go on my phone now. All zip files fail.
I am not a noob and know my way around a computer. I promise if someone tries to help me i will be very prompt in my responses and will try ANYTHING that you ask me to. I have been googling for over a week hours a day, i am never gonna resolve this issue unless someone with the know-how helps me Every time this topic is brought up on any forum on the internet, the problem never gets solved and it fades away....there is no answers out there. Someone who knows this stuff is my only hope
I will pay you to help me even if your troubleshooting does not work
Just out of curiosity, did you open Rom Manager once you installed it to grant it superuser rights? Also, make sure you Click the top link in Rom Manger and choose your phone. "Flash ClockworkMod Recovery"
Yes tim i have done that.
I sent you a private message -- here is the same:
Have you tried adb root - and then from / rm -rf * and see if you can wipe all clean. Ofcourse if the issue is the partition, then this won't help. Also I have never tried this - as this has never been an issue for me.
http://modmymobile.com/forums/403-m...5-fix-root-eclair2cliq-beta-1-08-06-10-a.html
could something like this work for me?
JoelParke said:
I sent you a private message -- here is the same:
Have you tried adb root - and then from / rm -rf * and see if you can wipe all clean. Ofcourse if the issue is the partition, then this won't help. Also I have never tried this - as this has never been an issue for me.
Click to expand...
Click to collapse
I am definitely rooted and have su permissions, but it will not let me access SYSTEM from recovery or when the phone is on. Says access denied.
xsteven77x said:
http://modmymobile.com/forums/403-m...5-fix-root-eclair2cliq-beta-1-08-06-10-a.html
could something like this work for me?
Click to expand...
Click to collapse
I read that post but the update-script in Cog4 doesn't have those lines. You could in theory edit the script so that it just has those three lines but I'm not sure that would be sufficient to install Cog4. That may be a question for DG.
Do you have the root explorer app?
timbrendelaz said:
I read that post but the update-script in Cog4 doesn't have those lines. You could in theory edit the script so that it just has those three lines but I'm not sure that would be sufficient to install Cog4. That may be a question for DG.
Do you have the root explorer app?
Click to expand...
Click to collapse
Yes i do 10char
xsteven77x said:
http://modmymobile.com/forums/403-m...5-fix-root-eclair2cliq-beta-1-08-06-10-a.html
could something like this work for me?
Click to expand...
Click to collapse
Not sure as this looks like a patch and specifically asks for no wipe. Also my knowledge is limited as to what harm you can do that will make the phone unusable -- BUT you are already into that realm . Perhaps someone with deeper specific experience can answer this????
Open Root Explorer and remount R/W. Switch to the system partition and look at the permissions on bin and xbin. They should both be rwxr-xr-x
timbrendelaz said:
Open Root Explorer and remount R/W. Switch to the system partition and look at the permissions on bin and xbin. They should both be rwxr-xr-x
Click to expand...
Click to collapse
K will report back.
Also it looks like the update.zip file is long gone....
JoelParke said:
Also it looks like the update.zip file is long gone....
Click to expand...
Click to collapse
??? 10 chars
xsteven77x said:
I am definitely rooted and have su permissions, but it will not let me access SYSTEM from recovery or when the phone is on. Says access denied.
Click to expand...
Click to collapse
using adb remount will set the /system partition as read/write. This may help.
xsteven77x said:
??? 10 chars
Click to expand...
Click to collapse
I attempted to look at the original link your posted and tried to download the patch -update.zip - which was missing on the thread. Sorry this wasn't clear.
JoelParke said:
using adb remount will set the /system partition as read/write. This may help.
Click to expand...
Click to collapse
I have been doing that within sgs tools, not the same thing?
timbrendelaz said:
Open Root Explorer and remount R/W. Switch to the system partition and look at the permissions on bin and xbin. They should both be rwxr-xr-x
Click to expand...
Click to collapse
Having alot of trouble getting my root explorer installed. Keeps saying parsing error UGH COME THE **** ON!!!!
JoelParke said:
I attempted to look at the original link your posted and tried to download the patch -update.zip - which was missing on the thread. Sorry this wasn't clear.
Click to expand...
Click to collapse
Oh ok sorry i didnt understand. Ty for trying regardless though.
xsteven77x said:
Having alot of trouble getting my root explorer installed. Keeps saying parsing error UGH COME THE **** ON!!!!
Click to expand...
Click to collapse
LOL, of course......
If it doesn't install, try installing Terminal Emulator from the Market
Ok so inside of the system folder they both have the permissions set to what you wrote.... .
There is only a bin in the folder right before the system folder...should there be an xbin there too?

Categories

Resources