[manta][CWM Advanced Edition] PhilZ Touch - Nexus 10 Original Android Development

Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
To take a screen shot, just slide left
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut
Download links
Last version can be found here:
Nexus 10 (manta)
http://goo.im/devs/philz_touch/CWM_Advanced_Edition
Click to expand...
Click to collapse

Phil3759 said:
Flashing can brick your phone
This will be removed after people report it is booting fine without bricking their phone
Click to expand...
Click to collapse
But... my phone is across the room and isn't even Android. Maybe I should rip the battery out just to be safe though
This sounds pretty cool though.

espionage724 said:
But... my phone is across the room and isn't even Android. Maybe I should rip the battery out just to be safe though
This sounds pretty cool though.
Click to expand...
Click to collapse
I warn people when I release an untested recovery on a given device
Most noobs tend to forget that flashing is not a safe operation. It can always turn into a nightmare
You can check the list of currently supported devices from main thread here: http://forum.xda-developers.com/showthread.php?t=2201860
And browse into the different device support forums
Till now, the warning never became true except when some people flashed the wrong file in their phone
This warning should keep noobs away from testing it

Ah, yeah I have nothing against the warning, glad it's there even The Nexus 10 is a tablet though, not phone

espionage724 said:
Ah, yeah I have nothing against the warning, glad it's there even The Nexus 10 is a tablet though, not phone
Click to expand...
Click to collapse
LoL
It is a generic copy paste message
Well, will you be the first to give a feedback ?

Phil3759 said:
Well, will you be the first to give a feedback ?
Click to expand...
Click to collapse
Sure
I went to bootloader, erased recovery and flashed this one. Rebooted to recovery.
Battery meter at top-right says -1% (my tablet was on Pogo charge for hours prior to flashing). Get an error about being unable to create brightness sys file. During key test, randomly getting constant presses when holding 3 fingers on screen (probably a touchscreen-related issue).

espionage724 said:
Sure
I went to bootloader, erased recovery and flashed this one. Rebooted to recovery.
Battery meter at top-right says -1% (my tablet was on Pogo charge for hours prior to flashing). Get an error about being unable to create brightness sys file. During key test, randomly getting constant presses when holding 3 fingers on screen (probably a touchscreen-related issue).
Click to expand...
Click to collapse
Thank you for the feedback (reached my daily limit for :good
Brightness:
Do you by case know the path for your device brightness file?
Not a big deal though as I can search / look for it in rc files. I used Samsung usual path, but it seems they used a different one for google devices
Battery:
Will check for the battery path used
Touch
It is supposed to be one finger to use
Interesting though...

Can any one run this in adb shell while in recovery
Or you can use the console terminal in aroma file manager while in recovery
Code:
find /sys/. -name '*bright*' >/sdcard/brightness.txt
Then
Code:
find /sys/. -name '*battery*' >/sdcard/battery.txt
And attach the resulting brightness.txt and battery.txt files on sdcard
About multi touch: i will look to allow only slot 0 to ignore second finger
Sent from my GT-I9100 using Tapatalk 2

Forget it. I found path in source
Sent from my GT-I9100 using Tapatalk 2

Ok, still would need battery info it seems
Code:
find /sys/class/power_supply/ -name '*' >/sdcard/battery.txt
And as described above, attach resulting battery.txt file here
Please do this in recovery, not main system
Sent from my GT-I9100 using Tapatalk 2

Phil3759 said:
Ok, still would need battery info it seems
Code:
find /sys/class/power_supply/. -name '*' >/sdcard/battery.txt
And as described above, attach resulting battery.txt file here
Please do this in recovery, not main system
Click to expand...
Click to collapse
see attached - is this what you're looking for?

Ok,
Can you do this now:
Code:
ls-l /class/power_supply/android-battery >/sdcard/battery.txt
And attach the file
Many thanks

Phil3759 said:
Ok,
Can you do this now:
Code:
ls-l /class/power_supply/android-battery >/sdcard/battery.txt
And attach the file
Many thanks
Click to expand...
Click to collapse
Sorry I'm a bit out of sync with you -- but I've attached the one you asked for just before revising your post.
find /sys/class/power_supply/ -name '*' >/sdcard/battery.txt
Result is attached. I'll run the other command in a moment.

Phil3759 said:
Ok,
Can you do this now:
Code:
ls-l /class/power_supply/android-battery >/sdcard/battery.txt
And attach the file
Many thanks
Click to expand...
Click to collapse
OK -- re-learning linux command line as I go (it's been many years!). Good to wake up that part of the brain again...
Had to modify command above: needed a space between ls and -l, and I'm assuming you want "/sys" up front in the fully qualified file name... Assuming that's all good, the new result is attached as battery2.txt
Let me know if this is what you need, or if anything else is needed. I've got some time to squeeze in a few of these today as needed. Also REALLY looking forward to trying this out on my N10 (and would love to see this on the Galaxy Nexus if ever possible!).

Sorry for the time I make you loose
Was at work, on a hurry, typing using tapatalak mess
I am at home and I could test before posting this. The symlinking is a small issue to first traverse folders wthout going into tons of links
Anyway, here's what should find the needed files
Code:
ls -l /sys/class/power_supply/android-battery/* >/sdcard/battery.txt
Thank you for your patience :good::good:

Phil3759 said:
Sorry for the time I make you loose
Was at work, on a hurry, typing using tapatalak mess
I am at home and I could test before posting this. The symlinking is a small issue to first traverse folders wthout going into tons of links
Anyway, here's what should find the needed files
Code:
ls -l /sys/class/power_supply/android-battery/* >/sdcard/battery.txt
Thank you for your patience :good::good:
Click to expand...
Click to collapse
Try the attached...

jonstrong said:
Try the attached...
Click to expand...
Click to collapse
bingo :good:
Code:
/sys/class/power_supply/android-battery/capacity

Phil3759 said:
bingo :good:
Code:
/sys/class/power_supply/android-battery/capacity
Click to expand...
Click to collapse
Great -- let me know if you need anything else -- I'm home today, and can pull some more if needed.

Does this recovery support USB OTG?

I must be in stupid mode today !!
Have been running Galaxy S3 with PhilZ Touch for some time now .... superb :good:
Got a new Nexus 10 last week and want it on there as well ..... stupid bit coming now
Downloaded latest version from this thread - but it shows as "philz_touch_5.00.7-manta.img"
Not a zip or a tar file for Odin ..... what am I missing from under my nose?
Homer

Related

*OUTDATED* ROM porting for kaiser/vogue [Linux] NOOB friendly!

THIS IS NOW OUTDATED!!
It uses the old sqsh method WITH a rootfs. So if you're using the NoMoRootfs method, this won't work. Please use the already complete builds in the Kaiser/Vogue threads as they are working the best at this moment.
DISCLAIMER:
I take no responsibility for anything that may happen to your phone/computer. Use at your own risk.
PURPOSE:
This is for informational/testing purposes. And for people to stop asking, "can somebody port X rom!!! PLZ!!!"
PREFACE:
I made this as a quick tool to port ROMs from the Dream/Sapphire forums to work with our phones. It's a very quick and dirty script I threw together using bash, so there's probably some problems with it. This tool is simply designed to make a copy of the Dream/Sapphire ROM. Once you get the setup, it's really easy and you'll be porting like crazy.
I did this all on Ubuntu 9.10 so things might not work properly if you're using another distro.
THANKS:
All credit goes to the people that made this possible, in no particular order...
dzo, vilord, mssmison, zen, enatefox, pmos, jamezelle, craig0r, cyanogen, and so many more. If I forgot you, I'm sorry, but you know if you helped in some way.
THE SETUP:
1) Download this file
2) Extract the folder to your desktop. Then copy and paste the following code into the terminal:
Code:
sudo mv -f $HOME/Desktop/Android/genext2fs /bin/genext2fs; sudo chmod 755 /bin/genext2fs; sudo dpkg -P squashfs-tools; sudo dpkg -i $HOME/Desktop/Android/squashfs-tools_3.3-7_i386.deb; sudo rm -r $HOME/Desktop/Android/squashfs-tools_3.3-7_i386.deb; sudo chmod 777 $HOME/Desktop/Android/*.build.script
3) Now go into synaptic package manager, search for squashfs-tools, select it and under Package, check Lock Version so that way it won't try to update.
4) Now cruise over to the Dream android development forum or the Sapphire android development forum and download the ROM you would like to port. Place the zip file in the Android folder. (no need to rename)
5) Place any .apk's you would like built into the system in the Apps folder.
ADVANCED SETUP:
If you would like to tweak the system before building, open the script in a text editor and you'll find a line to uncomment that will halt the script until you are ready.
HOW TO RUN:
Either run the script from a terminal
Code:
./$HOME/Desktop/Android/HERO.build.script
or
./$HOME/Desktop/Android/Donut.Build.script
Or double click and Run in Terminal
You will get a prompt for your password to use the sudo command. THIS IS NOT SAVED ANYWHERE OR MAGICALLY SENT TO ME. It is just to get the system.sqsh setup for you to use.
You will now see a Donut/Hero folder inside the Android folder. Inside that will be a nice little system.sqsh with the date ready to boot!
*Rename to system.sqsh when you put on your SD card*
Grab the latest basefiles from vogue-android and you're good to go.
~~~~~~ To get an output of what's happening run in a terminal as described above but add " > build.txt" and you'll see a txt file in the Android folder. ~~~~~~~
CHANGING SYSTEMS:
If you want to port a new rom, replace the .zip.
UPDATES:
1) Download the updates from HERE
2) Extract to the Android folder overwriting if necessary.
3) Copy and paste the following code into a terminal:
Code:
sudo chmod 777 $HOME/Desktop/Android/*.script
CLEANUP:
If you follow the advanced setup and/or accidentally closed the terminal before the build finishes, run the cleanup script. This will unmount everything that might be mounted and delete all folders that are made during the process.
DOWNLOADS:
If you're too lazy or just want a quick link:
Main "Android porting" folder
Updates
Input, testers, bugs, and tweaks to the scripts are appreciated!
FAQ:
Why does my system.sqsh not work?
Most likely cause is that you're not using the correct version of squashfs-tools. You'll have to find version 3.X for the distro you're using. Version 4.X will NOT work!!!
When I try to boot a system.sqsh I just made I keep getting something about android power wake locks. WTF?
You're probably trying to port an eclair or cyan ROM. These don't work at the current state. Hopefully soon I'll get these working.
Will update more when they arise.
CHANGELOG:
11-27-09:
-Created a cleanup script in case the terminal is closed during the build process.
-Bug fixes in Donut and Hero scripts
11-24-09:
-Added an Apps folder for apk's you want built into the system.
-Bug fixes in scripts
11-22-09:
-Combined everything needed into a zip file
-WAY easier to setup
11-20-09:
-Added feedback to make more user friendly
-Append time to system.sqsh
loserskater said:
Input, testers, bugs, and tweaks to the scripts are appreciated!
Click to expand...
Click to collapse
Will try today... Downloading
Tried and working. Had to change the script for it work with ubuntu version that i use. Thanks this is really great
garynsa said:
Will try today... Downloading
Tried and working. Had to change the script for it work with ubuntu version that i use. Thanks this is really great
Click to expand...
Click to collapse
What did you change?
Glad to see it's working.
loserskater said:
What did you change?
Glad to see it's working.
Click to expand...
Click to collapse
hI
For some reason I cannot use -a in the genext2fs command. Had to remove that..
One of the Donut is working. Couldnt get the Cyanogen build working . Struggling with hero build also.
Will try again in the next couple of days and post results.
Thanks
garynsa said:
hI
For some reason I cannot use -a in the genext2fs command. Had to remove that..
One of the Donut is working. Couldnt get the Cyanogen build working . Struggling with hero build also.
Will try again in the next couple of days and post results.
Thanks
Click to expand...
Click to collapse
Make sure you use the genext2fs that I referenced.
That one works with -a and might take care of some issues. try that and see if it works.
Updated script to now move system to a Hero or Donut folder.
Working on the cyanogen build now...
EDIT: Here's a cyanogen script that gets it to boot, but sits at a black screen. I haven't had much time to test it so it might boot further than that if you leave it. If somebody wants to test this out or tweak it in some way go for it.
It uses the donut.sqsh in the Android folder so you shouldn't have to do anything with it except make it executable.
EDIT 2: Still working on cyan builds... that script didn't work.
great job i like to see stuff like this to motivate people!!! also note this will work with any donut or hero build from the sapphire forum
jamezelle said:
great job i like to see stuff like this to motivate people!!! also note this will work with any donut or hero build from the sapphire forum
Click to expand...
Click to collapse
Good point, forgot to mention that. Updated first post.
I'm hoping it will help people start to learn to tweak system's. But I have a slight feeling wer're going to start seeing a lot of "MLIGN/DWANG/etc's Android Rom" threads from random people.
Hi
Was able to port the DWANGs build using your script. Thanks a lot for making life this simple. Howev3er, hero build is still not working. Tried your genesxt2fs. Is it possible to get the links to correct base hero version to use? I tried magic and normal version. It keeps giving me black screen and doesnt completely boot. I think the base hero version is not the right one i am using
Thanks
OK, I think I figured out the problem. The apps folders weren't copying over from the data folder to the system folder correctly. Testing now, and will update first post with new scripts.
EDIT: Finally got the Hero builds working correctly. You should still be able to use any hero.sqsh.
loserskater said:
OK, I think I figured out the problem. The apps folders weren't copying over from the data folder to the system folder correctly. Testing now, and will update first post with new scripts.
EDIT: Finally got the Hero builds working correctly. You should still be able to use any hero.sqsh.
Click to expand...
Click to collapse
Hi
The new script is great.. I was able to get the hero to boot I still have 2 check a few thing willl post later in the night with more
Thanks a lot
garynsa said:
Hi
The new script is great.. I was able to get the hero to boot I still have 2 check a few thing willl post later in the night with more
Thanks a lot
Click to expand...
Click to collapse
Glad to see its working. Thanks for the feedback!
Most things working
Hi
was able to get the hero ported and a few things worked
1. Calls
2. SMS
3. Wifi (getting ips)
4. Working with partition rootfs (speed quite great with this)
Not working
1. Camera
2. GPS
I am using he ION build to build the hero roms (based on the inputs of Zen). May be I need to use another hero rom for the camera to work? I recommend that the links to the recommended build to be used as template (donut, hero...) be updated on the first thread to make it easy for others to have a single starting platform
garynsa said:
Hi
was able to get the hero ported and a few things worked
1. Calls
2. SMS
3. Wifi (getting ips)
4. Working with partition rootfs (speed quite great with this)
using u
Not working
1. Camera
2. GPS
I am using he ION build to build the hero roms (based on the inputs of Zen). May be I need to use another hero rom for the camera to work? I recommend that the links to the recommended build to be used as template (donut, hero...) be updated on the first thread to make it easy for others to have a single starting platform
Click to expand...
Click to collapse
If using a hero.sqsh doesnt fix the problem it sounds like it might be the rootfs (probably not copying over correctly). Ill take a look at it when I get home and update the first post with hero/donut.sqsh's.
Im also thinking about combing the 2 into just one script and youll be able to just type which build you want when you run it. What do you think? Or is the 2 seperate scripts more convenient?
loserskater said:
If using a hero.sqsh doesnt fix the problem it sounds like it might be the rootfs (probably not copying over correctly). Ill take a look at it when I get home and update the first post with hero/donut.sqsh's.
Im also thinking about combing the 2 into just one script and youll be able to just type which build you want when you run it. What do you think? Or is the 2 seperate scripts more convenient?
Click to expand...
Click to collapse
Personally i prefer the separate scripts mainly because each requires a different base templates. However if you prefer to combine them may be have sub-folders within the main so that the work happen for each port within the sub-folder.
Few suggestions if you like (please ignore if not correct.. being a non-programmer of linux I can be a bit off )
1. Let the folder names be requested at start and use them
2. If possible to put in a log of the run to check if there were issue or not (because i use double-click to run the script sometimes there is a problem that i face if i dont watch the window. for now i have put some waits to check the errors. Had this issue while testing to port one)
If I can help (except on coding as I dont know it.. generally change the script just enough to work... )
Queries/questions
1. Is there a way to test the build on the comp itslef rather than to keep booting on the phone (takes a lot of time and the phone is not usable all that time...)
Thanks for all the work
garynsa said:
Personally i prefer the separate scripts mainly because each requires a different base templates. However if you prefer to combine them may be have sub-folders within the main so that the work happen for each port within the sub-folder.
Few suggestions if you like (please ignore if not correct.. being a non-programmer of linux I can be a bit off )
1. Let the folder names be requested at start and use them
2. If possible to put in a log of the run to check if there were issue or not (because i use double-click to run the script sometimes there is a problem that i face if i dont watch the window. for now i have put some waits to check the errors. Had this issue while testing to port one)
If I can help (except on coding as I dont know it.. generally change the script just enough to work... )
Queries/questions
1. Is there a way to test the build on the comp itslef rather than to keep booting on the phone (takes a lot of time and the phone is not usable all that time...)
Thanks for all the work
Click to expand...
Click to collapse
I'll try to make the script more user friendly with prompts if something doesn't happen correctly. And also work on naming folders.
But first I want to figure out the camera/gps issues...
There isn't a way to boot it on the comp that I know of. I'll upload blank data.img's for each build so that they'll boot faster but other than that I think moving to SD Card and booting is the only way. But once all these bugs get sorted out, you won't have to do it as often!
EDIT: Which folders would you like to name? Just where the system.sqsh gets stored?
loserskater said:
I'll try to make the script more user friendly with prompts if something doesn't happen correctly. And also work on naming folders.
But first I want to figure out the camera/gps issues...
There isn't a way to boot it on the comp that I know of. I'll upload blank data.img's for each build so that they'll boot faster but other than that I think moving to SD Card and booting is the only way. But once all these bugs get sorted out, you won't have to do it as often!
EDIT: Which folders would you like to name? Just where the system.sqsh gets stored?
Click to expand...
Click to collapse
Hi
Thanks for the answers. For me it should be both (but the starting folder is main. Other can be a sub-folder like u have now to be renamed as choice)
garynsa said:
Hi
Thanks for the answers. For me it should be both (but the starting folder is main. Other can be a sub-folder like u have now to be renamed as choice)
Click to expand...
Click to collapse
Are you referring to the Android folder? Or just a folder where everything is kept when it runs?
loserskater said:
Are you referring to the Android folder? Or just a folder where everything is kept when it runs?
Click to expand...
Click to collapse
Android folder... but its not a big deal as one can easily change it while startign the script

ClockworkMod Recovery for the GALAXY TAB

Thanks to JT1134 I was able to get the recovery compiled and gave that to Noobnl so he place that into his Hijack super script. SO, dont forget to thank JT1134 for that! Also thank codeworkx for his repo since that was used!
& DRockstar for his script
download http://dl.dropbox.com/u/500010/GalaxyTab/galaxytabroot&clockworkmod.zip
thanks DRockstar for the script
1. debugging enabled
2.run.bat
usage: adb reboot recovery
based on my http://forum.xda-developers.com/showthread.php?t=846798
DRockstar said:
I thought this script was pretty cool when noobnl told me about it...
INSTRUCTIONS FOR INTEL MAC & LINUX:
Note: Mac and Linux users may be prompted to enter administrative password, as adb server requires sudo permissions to start.
No drivers required.
Extract the zip file.
Put the run.sh inside the directory you just extracted.
Open Terminal. Use the cd command to get to the directory. If you extracted inside the Downloads folder, it would be easy in Terminal as so:
Code:
cd ~/Downloads/epic.aio.v2.01
Now give permissions and run it:
Code:
chmod +x run.sh
./run.sh
THANKS TO FIRON FOR CODE MAKING THE SAME SCRIPT BOTH INTEL MAC AND LINUX COMPATIBLE.
Click to expand...
Click to collapse
awsome.. thanx, now just need some good detailed way of enable my tab to make phone calls and i'll be having myself a great holidays .. again thanx lots
Wow, thanks! Downloading now and gonna install immediately!
If it works (and I believe it will), then I can only say thanks A LOT to you, Deodex and drockster for this.
<3
Sweet, grabbing now.
Sent from my GT-P1000M using XDA App
It works, but its pretty rough. The screen flickers, and sometimes the navigation is kinda iffy. But backup/restore works and you can flash .zips.. and that's whats important. This should get polished in the next week or so
How did you guys get it to work? Whenever I run that run.bat, it gives me a massive list of "ping is not a recongized command" and "Tab is not a recognized command" and finally ends up doing nothing
I moved the extracted directory to the root of my drive, and it actually made a bit of a difference, as the batch file went a bit further. But still, it ended up doing nothing...
Any ideas?
noobnl said:
thanks to deodex & drockster & me
download http://www.sdx-downloads.com/devs/noobnl/galaxytabroot&cloxckworkmod.zip
1. debugging enabled
2.run.bat
usage: adb reboot recovery
based on my http://forum.xda-developers.com/showthread.php?t=846798
Click to expand...
Click to collapse
This is something that Noobnl has put together with using his other script. As far as getting recovery fully functional and not having the screen flicker and others issues, I will continue working on that.
Thanks to JT1134 I was able to get the recovery compiled and gave that to Noobnl so he place that into his Hijack super script. SO, dont forget to thank JT1134 for that! Also thank codeworkx for his repo since that was used!
Anyway the continue development of this will be discussed on the #ModADroid-Galaxy-Tablet channel!
YES Thanks to all that helped!! This would have saved me a couple days ago. Good to know that its available now.
It does flicker when you scroll the options, but at least it works!
I'll try again:
How did you guys get it to work? Whenever I run that run.bat, it gives me a massive list of "ping is not a recongized command" and "Tab is not a recognized command" and finally ends up doing nothing
I moved the extracted directory to the root of my drive, and it actually made a bit of a difference, as the batch file went a bit further. But still, it ended up doing nothing...
Any ideas?
jeebspawnshop said:
I'll try again:
How did you guys get it to work? Whenever I run that run.bat, it gives me a massive list of "ping is not a recongized command" and "Tab is not a recognized command" and finally ends up doing nothing
I moved the extracted directory to the root of my drive, and it actually made a bit of a difference, as the batch file went a bit further. But still, it ended up doing nothing...
Any ideas?
Click to expand...
Click to collapse
I have not loaded this myself. I do not have windows machine. Go to the Irc channel to get some more help or ask Noobnl or other thread. He said to run the run.bat I think it needs to be where you have sdk or adb?
works as advertised. hopefully we get a fix on that flickering issue. thanks!
noobnl said:
Thanks to JT1134 I was able to get the recovery compiled and gave that to Noobnl so he place that into his Hijack super script. SO, dont forget to thank JT1134 for that! Also thank codeworkx for his repo since that was used!
& DRockstar for his script
download http://www.sdx-downloads.com/devs/noobnl/galaxytabroot&cloxckworkmod.zip
1. debugging enabled
2.run.bat
usage: adb reboot recovery
based on my http://forum.xda-developers.com/showthread.php?t=846798
Click to expand...
Click to collapse
Ok I am confused, how do I install this please?
camblue said:
Ok I am confused, how do I install this please?
Click to expand...
Click to collapse
If you can't glean the process from the fairly straightforward instructions you quoted, then you might want to do some more reading. Just do as the message says.
Wow dude!!
camblue said:
Ok I am confused, how do I install this please?
Click to expand...
Click to collapse
the .bat file has to be in the same directory as adb/SDK.
Noob question: what can we do with this? Is this the same as rooting you phone?
knightnz said:
If you can't glean the process from the fairly straightforward instructions you quoted, then you might want to do some more reading. Just do as the message says.
Click to expand...
Click to collapse
Ok first off if you have no useful comments on how to install then DO NOT reply good lord i HATEEEEE those who obviously know what to do and refuse for whatever reason to illuminate the process but would rather tell me that to read LOL the instructions state to:
1. debugging enabled (ok i get this)
2.run.bat (what the f*ck does this mean????) should I connect via ADB and run .bat???? how do I do that,,,,,c'mon now)
Again if you can not aid me in explaining this process then just dont bother replying!
Thank you
camblue said:
Ok first off if you have no useful comments on how to install then DO NOT reply good lord i HATEEEEE those who obviously know what to do and refuse for whatever reason to illuminate the process but would rather tell me that to read LOL the instructions state to:
1. debugging enabled (ok i get this)
2.run.bat (what the f*ck does this mean????) should I connect via ADB and run .bat???? how do I do that,,,,,c'mon now)
Again if you can not aid me in explaining this process then just dont bother replying!
Thank you
Click to expand...
Click to collapse
If you don't know how to run a batch file in Windows, then you might want to consider switching to a Mac
Noobnl has packaged this into a one-click method... you just extract the folder into your /android-sdk-windows/tools folder and double click run.bat while your phone is connected to USB with USB debugging enabled.
If you still can't figure it out, then you should just give up pal
infamousjax said:
If you don't know how to run a batch file in Windows, then you might want to consider switching to a Mac
Noobnl has packaged this into a one-click method... you just extract the folder into your /android-sdk-windows/tools folder and double click run.bat while your phone is connected to USB with USB debugging enabled.
If you still can't figure it out, then you should just give up pal
Click to expand...
Click to collapse
Can some post a clean nandroid backup?
Thank you for your efforts!
I am a noob in flashing or compiling custom roms though (locked bootloader on my only other android device, the Motorola Milestone).
I have read that this allows us to inject a nandroid backup into the rom, but would like to know more. What are the benefits of this recovery? What can it be used for? Can i for example flash a stock android build onto my Tab?
Thanks in advance for some helpful, non flamer answers...

Possibility of CWM for the NITRO HD!!

Alright Guys,
so I just got a reply back from one of the Devs!! His name is Tenfar (he brought CWM over for the Atrix) and he said he will be more than happy to create CWM for the Nitro but since he does not have the phone yet, he needs our help. Here are the things he need:
boot.img dump of the phone or
recovery.img dump of the stock firmware
Now I don't have the phone yet (shipping out to me) so can someone please get these to me and I will send them to him. Try getting both dumps so he has more options to work with.
He is of course not making any promises on what he can do for us, but this is a start! Our first support will be a CWM, and if we can have this, then the doors will be wide open. So please get those dumps to me asap! Oh God I'm Giddy with excitement!! rofl!
Lets see if I can post a link to the files from my public dropbox folder....
Boot : http://db.tt/VRY60QRv
Recovery : http://db.tt/L6OwMJmx
Please let the developer know the location.
Thanks!
Also please let the dev know that I would be more than happy to help out with anything possible.
schwin97 said:
Lets see if I can post a link to the files from my public dropbox folder....
Boot : http://db.tt/VRY60QRv
Recovery : http://db.tt/L6OwMJmx
Please let the developer know the location.
Thanks!
Also please let the dev know that I would be more than happy to help out with anything possible.
Click to expand...
Click to collapse
Dude, awesome!! Thank you for the dumps. I'll get these to him now. And i'll definitely will let him know that he can reach u personally for anything he might need to get this done!
big thanks to schwinn97 for taking a dump in this thread!
Schwin, I know nothing about these things, but after downloading the files, I can't seem to open them at all. I see that they're huge files for a .txt format but notepad just crashes opening them. And both wordpad and word can't encode it properly. I just wanna make sure that the files work before sending them over to him x)
schwin97 said:
Lets see if I can post a link to the files from my public dropbox folder....
Boot : http://db.tt/VRY60QRv
Recovery : http://db.tt/L6OwMJmx
Please let the developer know the location.
Thanks!
Also please let the dev know that I would be more than happy to help out with anything possible.
Click to expand...
Click to collapse
scott0 said:
big thanks to schwinn97 for taking a dump in this thread!
Click to expand...
Click to collapse
ROFLMAO!!!!
aquariuz23 said:
Schwin, I know nothing about these things, but after downloading the files, I can't seem to open them at all. I see that they're huge files for a .txt format but notepad just crashes opening them. And both wordpad and word can't encode it properly. I just wanna make sure that the files work before sending them over to him x)
Click to expand...
Click to collapse
I added the .txt so that I could put them in my dropbox account on my phone - for some reason Astro wasn't finding them when they were .img files. Also, they are not in a normal format for viewing - search around for unpack-bootimg.pl if you want to get at the contents of the files. You will need perl installed - and possibly other items as well (I have cygwin installed). This is what happens when I pick up my phone after feeding my baby his middle of the night bottle...
@aquariuz23 re: @scott0=10:21am: HOLY CRAP!! ROTFLMAOx2 HAHAHAHAHAHAHA!!!!!!! Lincoln Log style???
schwin97 said:
I added the .txt so that I could put them in my dropbox account on my phone - for some reason Astro wasn't finding them when they were .img files. Also, they are not in a normal format for viewing - search around for unpack-bootimg.pl if you want to get at the contents of the files. You will need perl installed - and possibly other items as well (I have cygwin installed). This is what happens when I pick up my phone after feeding my baby his middle of the night bottle...
Click to expand...
Click to collapse
LOL! well i guess I dont need to bother opening it up, I'm sure Tenfar knows wat to do with them, n if he doesn't, I will relay your message above to him lol. Thanks again man!
keep up the good work
aquariuz23 said:
Alright Guys,
so I just got a reply back from one of the Devs!! His name is Tenfar (he brought CWM over for the Atrix) and he said he will be more than happy to create CWM for the Nitro but since he does not have the phone yet, he needs our help. Here are the things he need:
boot.img dump of the phone or
recovery.img dump of the stock firmware
Now I don't have the phone yet (shipping out to me) so can someone please get these to me and I will send them to him. Try getting both dumps so he has more options to work with.
He is of course not making any promises on what he can do for us, but this is a start! Our first support will be a CWM, and if we can have this, then the doors will be wide open. So please get those dumps to me asap! Oh God I'm Giddy with excitement!! rofl!
Click to expand...
Click to collapse
Oh my sweet titty milking Jesus! This..definitely made my day haha. Nice work Aqua
Thanks Pearson Just trying to help as much as I can here. I'm gonna try and reach out to some other Devs as well in the mean time, but I'm 100% sure that if we ever get a CWM, other Devs will start looking our way and in no time, many new things will happen here. There are many others here too that are making a difference with all the things they contribute and they are all amazing as well. Pls make sure to thank them for all their hard work.
Hi guys, maybe try Terminal Emulator to port the boot.img onto the phone, and then attempt CWM?
YOU brick, I'm not to blame. But give it a go!
Please thank me or give results.
Sent from my LG-P925 using Tapatalk
What commands do you use in terminal to port it?
Sent from my LG-P930 using XDA Premium App
Seeing as we have yet to unlock either the recovery partition or bootloader, i am curious too... Just exactly what commands are you referring to rydeN??? and do you know how to get into those partitions?? Please tell us....
I could give you the tut via the Thrill, would this work? It works the same way. All you need is a tut no exact phone, they all work the same.
Sent from my LG-P925 using Tapatalk
anythings worth a shot at this point. please post the link.
forum.xda-developers.com/showthread.php?t=1363132
This is a link to the LG Thrill process of getting CWM. PLEASE AND I SAY AND BEG PLEASE! Get a Nitro HD boot.img & recovery.img before you risk this process.
I still am not to blame if you Berk.
Sent from my LG-P925 using Tapatalk
test version of CWM
please test first ,make sure you have backup your recovery partition.
download link will be available shortly
http://dl.dropbox.com/u/592630/clockworkmodforlghd.zip
Download a terminal program from the android market
Open terminal on phone and type
Code:
su
Then hit enter (a superuser prompt will pop up, hit allow)
Then back up by typing this into the terminal apk on your phone
Code:
dd if=/dev/block/mmcblk0p13 of=/sdcard/mmcblk0p13.backup bs=4096
Then hit enter
Then put it on phone by typing this into the terminal apk on your phone
Code:
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p13 bs=4096
Then hit enter
If you accidentally put it on your external sdcard than type this into terminal apk
Code:
dd if=/sdcard/_ExternalSD/recovery.img of=/dev/block/mmcblk0p13 bs=4096
Then hit enter
then try to reboot to recovery
Code:
reboot recovery
Thats it, hope this helps. beware this is not tested ,someone must test this .
tenfar said:
please test first ,make sure you have backup your recovery partition.
download link will be available shortly
https://dl-web.dropbox.com/get/share/clockworkmodforlghd.zip?w=25523841&dl=1
Click to expand...
Click to collapse
The dropbox link doesn't work. Also how do you install this? Thanks.

CRT Screen Off Mod

Here is an interesting article that will help you if you want CRT screen Off animation like in Nexus S:
http://www.freeyourandroid.com/guide/enable-crt-animation
Worked with no problems on my SGC with Rogers ROM.
I actually used NinjaMorph to package the modified resources.arsc into framework-res.apk, but I assume the original method will work too.
Safe to flash
this?
Aquethys said:
Safe to flash
this?
Click to expand...
Click to collapse
Probably no. Most likely you will end up with phone freezing on the Samsung logo at boot. framework-res.apk files are not interchangeable between models, maybe not even between firmware versions for the same phone.
Can you post a step by step guide then? I can't really understand anything here
The step-by-step instructions from the link in the first post are pretty much what i did. Read the comment by ravenstark - if you mount the filesystem with root explorer there will be no need to execute the commands in red in section 8.
The instructions from the link in your post cover steps 3-7. You still have to download the file to your PC (1), decompile it (2) and upload it back to the phone once you are done with it (8).
For the first step which terminal do you use??
(Free Your Android guide)
adb. If you don't have you can download it from here. It is part of the SDK and probably the most essential tool.
The command is exactly as written there
Aquethys said:
For the first step which terminal do you use??
(Free Your Android guide)
Click to expand...
Click to collapse
What do you mean? If you're using a Windows PC, then just open up a cmd prompt. You should read the guides at the beginning of that page so you know how to setup adb and the apk tool.
The big picture is this. Connect your pc to computer, pull file from phone to PC using adb, modify file on PC, push file back to phone using adb.
For what it's worth, here's a thread I wrote quite a long time ago, some is not applicable for the Glide, but most of it still applies. If you're going to be mucking around in your phone it's best to know how to do a few things first. Read Before Flashing.
When I try and open SDK or AVD (what's the difference :| ) then I just get a quick terminal screen that closes.
It would be appreciated if someone could just create a flashable CWM version >_<
I hate my inexperience @ this. It keeps saying this isn't "adb" isn't recognized, but I've downloaded it! How can I check?!
Aquethys said:
I hate my inexperience @ this. It keeps saying this isn't "adb" isn't recognized, but I've downloaded it! How can I check?!
Click to expand...
Click to collapse
Ok, so what have you done so far?
What should be done. Assuming you're using Windows, install the Android SDK. Once installed, launch the SDK Manager. Then from the list of installable options, choose the Platform Tools and I always like to get the drivers. Once done, you will have this path, CrogramFiles(x86)\Android\android-sdk\platform-tools, now you could add this path to your variables in Windows, which would be easiest, or copy the Platform-tools folder to C:. Then plug in your phone via USB to your computer.
Now, if you added the Path to your variables, just go Start>Run>cmd, and at the cmd prompt type adb devices. If you see a device you're good.
If you copied the Platform-tools folder over, then Start>Run>cmd, and in the cmd prompt type,
C:
then
cd platform-tools
then
adb devices
Beyond that, can't really help, never use apk tool. Good luck.
Aquethys said:
It would be appreciated if someone could just create a flashable CWM version >_<
Click to expand...
Click to collapse
Attached to this post is a CWM update with CRT Screen OFF and battery icon with percent for ROGERS ROM. I'm not sure this will work on AT&T ROM.
Make a backup before applying this update so you can restore if you end up stuck on SAMSUNG logo on boot.
Apologies to the author of the battery mod - I couldn't find his post to link to here...
Aquethys said:
I hate my inexperience @ this. It keeps saying this isn't "adb" isn't recognized, but I've downloaded it! How can I check?!
Click to expand...
Click to collapse
Hopefully the file tcfx44 posted works for you. Either way, I highly suggest you learn how to use adb and some other tools if you plan on flashing your phone in the future. It could prove useful some day.
Will this apply over OsiMood? I really am not sure if I am using the Rogers, but apparently I am because in XDA App it says I927-R and same with a benchmark.
Doesn't work for OsI mood 2.1.30 or whatever version was released today. I don't want to give up the amazing UI and stuff of OSi. I'm working fine though, so doesn't look like the install failed or bricked. Any revisions?
Aquethys said:
Doesn't work for OsI mood 2.1.30 or whatever version was released today. I don't want to give up the amazing UI and stuff of OSi. I'm working fine though, so doesn't look like the install failed or bricked. Any revisions?
Click to expand...
Click to collapse
I changed a bit the CWM mod. Hopefully this one will work. Make a backup of your current ROM - I'm not sure if this mod is compatible with OsiMood.
tcfx44 said:
I changed a bit the CWM mod. Hopefully this one will work. Make a backup of your current ROM - I'm not sure if this mod is compatible with OsiMood.
Click to expand...
Click to collapse
CRT Screen Mod -- Works with Rom manager..
Addition
Default Battery Indicator Changed.. Shows Percentage in steps of 5%..
Anyone having problems powering off and crashing GO Launcher? (then run through media scanner, etc..)
Could you remove the battery mod? I don't like it compared to OSiMood battery >_>
Finally, sorry for demanding so much, could you also put CRT on and ICS animations here?
Sorry!!!!!
Having serious problems turning off. This then affects my underclock.

New for the Devs: ROOTED system dump here

Major edit:
This is now the rooted system pull, including EVERYTHING that you'll need to dev for this phone. Links are here:
http://d-h.st/2No This link is system.img compressed to a 7z format, expect it to be HUGE (about 1.4gb) when uncompressed.
http://d-h.st/7YC This is the standard system.tar.gz pull.
http://d-h.st/wvp System.tar.gz mirror
If anyone needs another system dump uploaded let me know. Got mine today and am in no hurry to switch over to it so its a test bed.
Thanks for posting. I'm sure this will be of great help to some folks doing research on the device for some flashing goodness!
anyone wanna test TW launcher with wallpaper scrolling
already have it done.
howtomen said:
anyone wanna test TW launcher with wallpaper scrolling
already have it done.
Click to expand...
Click to collapse
You're already on a roll! Good to see some familiar SN's on this side already!
howtomen said:
anyone wanna test TW launcher with wallpaper scrolling
already have it done.
Click to expand...
Click to collapse
wut? lol the launcher doesn't have wallpaper scrolling? wow didn't know that.
HERE IS A JumboFiles MIRROR
Thanks, Neverends. Just edited my first post.
I got a T-mo version today, and would love to provide a dump, but I don't have a clue how. My Odin/adb are all good, I just don't know what the commands are. Anyone want to give me a list so I can have at it?
Janis said:
I got a T-mo version today, and would love to provide a dump, but I don't have a clue how. My Odin/adb are all good, I just don't know what the commands are. Anyone want to give me a list so I can have at it?
Click to expand...
Click to collapse
Adb pull /system and post in tmobile forum
Sent from my HTC Desire HD using xda premium
Janis said:
I got a T-mo version today, and would love to provide a dump, but I don't have a clue how. My Odin/adb are all good, I just don't know what the commands are. Anyone want to give me a list so I can have at it?
Click to expand...
Click to collapse
Make a folder to hold the dump. I did C:/SGS3Dump
Then type adb pull /system C:/SGS3Dump and it takes about 15 minutes to complete
entropism said:
Make a folder to hold the dump. I did C:/SGS3Dump
Then type adb pull /system C:/SGS3Dump and it takes about 15 minutes to complete
Click to expand...
Click to collapse
There is a better way to do this. By doing it the way that you mention windows will add a carriage return to end of every line of the basic files, since Adnroid is linux at it's base, that is not a good thing.
The better way to grab a system image is like this:
adb shell
cat /dev/block/system > /sdcard/system.img
This can be mounted like an iso on any OS.
I'll do this now. Thanks for the tip!
Edit: Says no such file or directory. odd
jimbridgman said:
There is a better way to do this. By doing it the way that you mention windows will add a carriage return to end of every line of the basic files, since Adnroid is linux at it's base, that is not a good thing.
The better way to grab a system image is like this:
adb shell
cat /dev/block/system > /sdcard/system.img
This can be mounted like an iso on any OS.
Click to expand...
Click to collapse
no root so it cant be done....
howtomen said:
no root so it cant be done....
Click to expand...
Click to collapse
Yes that is true, but still a better way for a true image. The other way, will miss any files that are not readable by "other" on the filesystem, so that can be an issue, as well.
As soon as we get root, I'll post up a proper system dump. I just need to know how to get access to the boot.img, so we can get root.
entropism said:
I'll do this now. Thanks for the tip!
Edit: Says no such file or directory. odd
Click to expand...
Click to collapse
You may have to figure out where the device for /system is at in /dev it may be something like /dev/block/mmcblk0p(1-26). Those last numbers in the parenthesis are the partition number for /system, that will be what you will need to find in /dev/block, and it will be a number between 1 and 25 usually.
You will need root to this, just like howtomen mentioned. For now how you mentioned will just sort of do the job. It would be best to do it from cygwin rather than from the windows command line though, as cygwin should NOT add the carriage returns.
OK well... I have a linux machine I can use, but I never used ADB on it. if someone wants to walk me through it, I'll do a system dump on linux. If not, well, not much I can do...
Would love to look at the dump, but that mirror ain't working well for me.
Sent from my SGH-I997 using xda premium
Me neither... I'm posting up my dropbox again.
http://dl.dropbox.com/u/6421623/ATTSGS3 System Dump.7z

Categories

Resources