Installed and tested work on:
Azure 0919
Azure 1.0.1
Mdj 0.1
UPDATED script, tnx to TheGrammarFreak
1. Download ubuntu unzip and copy folder ubuntu to sdcard. (632MB zipped take a while, about 2GB unzipped)
2. Download my modified scripts and unzip them to ubuntu folder on your sdcard
3. Boot phone to recovery or fake-flash.
4. Start adb shell
5. cd /sdcard/ubuntu
6. sh ./ubuntu.sh
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
7. sh ./bootubuntu to test if it working, if you got prompt [email protected]
8. reboot phone
9. Open terminal on phone or adb shell
10. With terminal run su first then bootubuntu, on adb shell: only bootubuntu
11. update your system and install some good stuff:
apt-get update
apt-get install tightvncserver lxde openssh-server
set password for vnc
passwd root (for ssh access)
12. install whatever ubuntu stuff you need
Andriod-vnc apk
Sweet, will definetly try this out when I get some time over.
Good job!
Real sweet. I can't see any use for it myself, but that doesn't make the accomplishment any smaller.
Sent from my Legend using XDA App
Absolutely no use
But I could not resist to give it a go.
Mmmmmm, When i launch adb shell I have :
Code:
- exec '/system/bin/sh' failed: No such file or directory (2) -
Excellent work here snake. Don't see any use for it myself but definitely would impress my friends! Two thumbs up. Another milestone achieve for the Legend.
LilNes said:
Mmmmmm, When i launch adb shell I have :
Code:
- exec '/system/bin/sh' failed: No such file or directory (2) -
Click to expand...
Click to collapse
Did you (by any chance) try to copy/paste that error output into a Google search filed and hit enter??? You would have most probably got a gazillion of hits.
I try and walk =)
It is possible to make a full ubuntu rom replacing the system folder of Android by those of Ubuntu?
Just to see the performance of the phone.
ps : sorry i'm french...
LilNes said:
I try and walk =)
It is possible to make a full ubuntu rom replacing the system folder of Android by those of Ubuntu?
Just to see the performance of the phone.
ps : sorry i'm french...
Click to expand...
Click to collapse
Possible, yes. Of course it is. Likely? No. Unless you start a port.
On the nexus one we can boot from the SD card, why not on the legend ...
But the screen is too small for everyday use.
LilNes said:
On the nexus one we can boot from the SD card, why not on the legend ...
But the screen is too small for everyday use.
Click to expand...
Click to collapse
Boot from SD card? Well, look into how it's done, and see if it's possible on the Legend
----------------------------------------------------------
I have found that sometimes bootubuntu doesn't work, and that changing all the "loop1" into "loop5" sorts it out... Just an observation
http://forum.xda-developers.com/showthread.php?t=631389
Try this way ?!
ok, will check it.
If we have to work on this, i think is better to try porting meego ...
LilNes said:
If we have to work on this, i think is better to try porting meego ...
Click to expand...
Click to collapse
I thought that too...
Hummm meego work on HTC desire ...
http://wiki.meego.com/ARM/MSMQSD
That would be so nice that we could have both android and meego on our legend ! If you could keep us in touch with your progress, that would be nice ;-)
And just one quick feedback about ubuntu on my phone : I've a problem when I try to use ubuntu with the phone terminal, I've a "chroot: can't execute '/bin/bash': no such file or directory", then a few errors with unmount (unpossible 'cause there's no such file or directory), and finally a losetup: /dev/loop5: Device or ressource busy...
Any idea ?
Thank you for your help.
areicko said:
That would be so nice that we could have both android and meego on our legend ! If you could keep us in touch with your progress, that would be nice ;-)
Click to expand...
Click to collapse
Who's progress?
Sent from my Legend using XDA App
no progress yet was not even begin xD
for the dual boot, see if we can modify the boot process and integret a boot menu.
at the moment, no android can do this
@areicko, are you in fake recovery ?
Related
After converting from G1 to Hero I am amazed by the lack of themes for hero, I would of though there be at least colour changes??
Anyway after giving myself a crash course on package stripping building and signing I've come up with this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
None of work was mine, I just re-packaged it to run on Hero's Custom ROM's.
Download Modaco 2.2 to 2.8 version here >>http://www.4shared.com/file/137484516/5a864521/update.html
Will it run on other ROMs, do you need root?
Yep you will need root I'm afraid. It should work on both 2.2 & 2.3 MoDaCo's rom
How does this fit in with music player? As that curves around the curved bar...?
nicelad_uk said:
How does this fit in with music player? As that curves around the curved bar...?
Click to expand...
Click to collapse
Works fine
I've just tested it on my updated Orange hero...seems to be working fine at the moment and no problems..........but does anyone know if this isn't safe to do (cause some future problems)? Should I not use it and revert back because I dont have the modaco rom installed?
should honestly be fine
It looks awsome thank you!
Tried this with the stock RUU EU Rom and it worked fine.
Wondering about the transparent background that Evil uses, is that just a Transparent image i could make in photoshop or is there much more to it?
ratcom said:
After converting from G1 to Hero I am amazed by the lack of themes for hero, I would of though there be at least colour changes??
Anyway after giving myself a crash course on package stripping building and signing I've come up with this
None of work was mine, I just re-packaged it to run on 2.2 MoDaCo Custom ROM.
You will need to push this onto your phone for it to work (make sure you are in recovery mode BEFORE pushing)
I used these commands......
Code:
adb shell mount /system
adb push c:\com.htc.resources.apk /system/framework
Once I know how I will make this into update.zip for ease
http://www.megaupload.com/?d=DU4RNF8N
Click to expand...
Click to collapse
can you please explain step by step how you did that? i know there are instructions on these forum, but they do not work for me (especially i would like to know, how you signed the apk again?)
Nice one mate and great to see you here on Hero!
Sorry double posted from my Hero!
felikz said:
can you please explain step by step how you did that? i know there are instructions on these forum, but they do not work for me (especially i would like to know, how you signed the apk again?)
Click to expand...
Click to collapse
I found these instruction here http://forum.xda-developers.com/showthread.php?t=467639
Before using this you need to know how to set this up:
I will assume that you have the sdk downloaded and extracted somewhere(if not, do that now), extract both files to the tools directory of your sdk.
Now you will need to add the tools dir of your sdk to the environment variable CLASSPATH.(seem to work with windows 7)
To do this, right click on My Computer click properties, then choose the tab that says advanced. Click the button that says environmental variables. Go to system variables find the one that says CLASSPATH, double click it, go to the end of variable value. There should be a semicolon ; at the end. type in the path to the testsign.jar located in the tools directory of your SDK, for example the path to my testsign.jar was c:\sdk\android-sdk-windows-1.0_r1\tools\testsign.jar If CLASSPATH is not in your system variables then create it. Secondly, Find the system variable called PATH and add to the end of it, the full path to your sdk directory. For example, mine was c:\sdk\android-sdk-windows-1.0_r2\tools
Now right click the reg file that you extracted and choose to install it, or merge.
Now, right click an apk, do you see an option that says ResignApk? That's how you will resign your .apks and .zips.
If you find the right click menu not working for some reason you can type the following in cmd to sign your files: java testsign whateverfiletosign
Now through doing this you have done two things, first off you have made the resigning process extremely easy, secondly you will not have to cd to the tools dir of the sdk to use adb or any other tool in the sdk.
Click to expand...
Click to collapse
Does this just install now with the custom bootloader? ie, click on update.zip and it will do the rest?
yes
Fantastic, looks great. Got any more?
Is there a way of theming the main UI ?
Got this on and its perfect so I put it on my brothers, he's not too keen. How do we revert back to the default lockscreen?
nicelad_uk said:
Got this on and its perfect so I put it on my brothers, he's not too keen. How do we revert back to the default lockscreen?
Click to expand...
Click to collapse
There you go mate
http://www.4shared.com/file/138265831/d9916ba3/update_-orginal.html
Is there a way to remove the dark transparent curve on the music player and also the dark transparent box that covers the lower part of the screen when you get a message or touch the screen? That would make this already great mod perfect
Thanks
That's pretty cool.
Ported apoth's Supernova bootscreen for G1 to G2/Hero format simply because I liked it, and it's a cinch to do as it turns out. The file attached to this post is a signed update zip.
Graphics used with permission from apoth - see this thread for the original G1 version.
adb push bootscreen_Supernova_noSound_signed.zip /sdcard or manually copy to root of SDcard
Flash zip through recovery rom
(alternatively flash zip through DroidExplorer - never tried that myself though)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Enjoy.
looks so cool
WOW!
I actually really like that boot.
Could I flash this onto the CDMA Port Villain 5.02 rom?
jusumgeezer said:
WOW!
I actually really like that boot.
Could I flash this onto the CDMA Port Villain 5.02 rom?
Click to expand...
Click to collapse
Only one way to find out
edit: It works on Villain 5.02, thanks phaelox.
damooman said:
Only one way to find out
edit: It works on Villain 5.02, thanks phaelox.
Click to expand...
Click to collapse
Yep Works for me too
Just wanted to say thanks,flashed this over Fresh2.0d on my CDMA sprint hero,works perfect and looks great
I've tested flashing it on 2.1 Defiance ROM, but it didn't work =="
did someone try it on 2.1Defiance ?
Aquarixz said:
I've tested flashing it on 2.1 Defiance ROM, but it didn't work =="
did someone try it on 2.1Defiance ?
Click to expand...
Click to collapse
yeah i did but no luck, trying it on NeoRom in a moment.
looks cool but a bit too fast for the 'nova'
Morak75 said:
looks cool but a bit too fast for the 'nova'
Click to expand...
Click to collapse
I initially tried with a higher frame delay (slower moving "supernova"), but to me, it just looked, for lack of a better word, "stuttery".
Its not working on Villain 4.0 beta2
look great... will try it
Not working on the New legendary rom 1.3.5
thanks its pretty cool
The Best!
This is my favorite bootscreen and believe me, I've tried them all!
This is my favorite bootscreen and believe me, I've tried them all!
Click to expand...
Click to collapse
I agree ! It's really nice and it works for me !
Thanks a lot !
not working
Tried this on Aloysuis 2.1 and it didn't work :-( any ideas y?
Hey Everyone
I was having the same problem with the bootimage not loading. A member (papa smurf) was able to help me out. Here is his email (the bootimage is now loading fine):
yeah man thats an easy fix.
if you know how to use adb inside of command promt then hook up phone to computer and make sure it is on sync and debug is on then type this in the comand promt of your computer. to get to command promt go to the start button and type in cmd.
cd C:\android-sdk-windows\tools
adb remount
adb shell rm -r /system/media/bootanimation.zip
adb shell rm -r /system/media/bootscreen
then you can restart your phone.
Note you could just do:
adb remount
adb shell
su (not sure if you need the su command here or not I usually just enter it any ways all the time)
rm -r /system/media/bootanimation.zip
rm -r /system/media/bootscreen
After those two files have been removed make copy the new bootimage zip file to the flash drive, reboot into revovery menu, flash from zip
==== Debian ====
1. Download this file
linux-bootscript-for-GT-S5570.zip
https://www.box.com/s/6c9a2cfffbb512d4d419
Debian Image (530.6 MB = 2 GB when extracted)
http://sourceforge.net/projects/linuxonandroid/files/Debian/Image/Small/debian-v4-small.zip/download
Terminal Emulator
https://play.google.com/store/apps/details?id=jackpal.androidterm
android-vnc-viewer
https://play.google.com/store/apps/details?id=android.androidVNC
2. Extract debian-v4-small.zip THEN, extract linux-bootscript-for-GT-S5570.zip to /sdcard/debian .
and remove /sdcard/debian/init.sh
3. Run terminal and type these commands :
Code:
cd /sdcard/debian
sh bootscript.sh debian.img
5. So after that is complete, get out of terminal, but DO NOT close it and open "android-vnc-viewer" you downloaded.
6. Fill in the Information as follows :
Code:
Password: debian
Address: localhost
Port: 5900
Color Format: 24-bit color (4bpp)
7. Now, tap on "Connect".
8. Congrats, you now have Debian running on top of Android OS!
8a. To exit Debian, type "exit" in Terminal Emulator.
==== Ubuntu ====
Screenshot using "Take Screenshot" on ubuntu :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1. Download this file
linux-bootscript-for-GT-S5570.zip
https://www.box.com/s/6c9a2cfffbb512d4d419
Ubuntu 9.10 Image (652 MB = 2 GB when extracted)
http://downloadandroidrom.com/file/AndroidUbuntu/TransformerPrime/ubuntu.zip
Terminal Emulator
https://play.google.com/store/apps/details?id=jackpal.androidterm
android-vnc-viewer
https://play.google.com/store/apps/details?id=android.androidVNC
2. Extract ubuntu.zip THEN, extract linux-bootscript-for-GT-S5570.zip to /sdcard/ubuntu .
3. Run terminal and type these commands :
Code:
cd /sdcard/ubuntu
sh bootscript.sh
5. So after that is complete, get out of terminal, but DO NOT close it and open "android-vnc-viewer" you downloaded.
6. Fill in the Information as follows :
Code:
Password:123123
Address: localhost
Port: 5900
Color Format: 24-bit color (4bpp)
7. Now, tap on "Connect".
8. Congrats, you now have Ubuntu 9.10 running on top of Android OS!
8a. To exit ubuntu, type "exit" in Terminal Emulator.
NOTE:
TESTED ON CM7 BASED ROM
Thanks to :
zacthespack for linux bootscript & debian image
rezo609 for ubuntu 9.10 image & tutorial
me, for modding script :cyclops:
screen that shows it's works ?
can i use other ubuntu.img with ubuntu 9.10 ?
i have 2gb micro sd card but there are 1.84 gb free in total....can i use ubuntu anyway?
MAD_psycho_Zz said:
i have 2gb micro sd card but there are 1.84 gb free in total....can i use ubuntu anyway?
Click to expand...
Click to collapse
i think not, because the file are decompressed
so it is the time to buy a new sd card lol xD
Could u post some ss
Sent from my GT-S5570 using xda app-developers app
just search on youtube ubuntu running on android phone its not so difficult i think -.-
what is about performance ?
Windows can be run on my sweet mini ? Windows 95,98 don't think that a Xp, or vista, or Seven car works on this device.
radnou974 said:
what is about performance ?
Windows can be run on my sweet mini ? Windows 95,98 don't think that a Xp, or vista, or Seven car works on this device.
Click to expand...
Click to collapse
is someone tested this? review??
Sorry but what can i do with ubuntu, i mean something cool like sniffing data packets possible?
will try it after i finish downloading, we'll see the difference
edit: ubuntu working but you have to enter various options in terminal so pls write here the right screen resolution etc etc
it is working but i cant see what is the advantages of using this.. please explain more further. thanks!
will it be smooth with our 700mhz processor?
adityalahiri13 said:
will it be smooth with our 700mhz processor?
Click to expand...
Click to collapse
our procesors are 600mhz (galaxy mini). youbcan oc it to 800+
Sent from my GT-S5570 using XDA
thats what i meant by writing 700mhz cause thats the most stable frequency and thats the one i use
killar_aka_arabu said:
our procesors are 600mhz (galaxy mini). youbcan oc it to 800+
Sent from my GT-S5570 using XDA
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
MOTO PENGUIN (BETA)
INSTRUCTIONS(1. Download Ubuntu 11.10: http://ohm.nerd65536.com/android-linux/linux.ubuntu-oneiric.tar.bz2
(2. Install apps:
BUSYBOX- https://play.google.com/store/apps/details?id=com.jrummy.busybox.installer&hl=en
TERMINAL EMU- https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en
(3. On your PC / MAC extract the Ubuntu file you downloaded in step 1.
(4. Copy the Ubuntu files you extracted to your SD Card (into a folder named: "Linux." on the root of your SD Card.)
(5. Then, on your phone open the terminal app you installed in step 2.
(6. Enter the following code(s)
Code:
su
SELECT "GRANT" ROOT, THEN ENTER:
Code:
cd /mnt/external1/linux
sh install.sh
UBUNTU IS NOW INSTALLED.
NOW...
Code:
su
linux
Then...
Code:
su
linux ssh
Then...
Code:
su
linux vnc]
(7. Then... Fill out desired info....
(8. Use VNC in settings, fill this out...
Done.
Wont be doing any further revisions of this thread... so, help each other out.
RESERVED
RESERVED
webtop-like??
fromanbr said:
webtop-like??
Click to expand...
Click to collapse
Not necessarily. Just ubuntu ran through SD root, with ssh.:good:
but at hdmi-out only or at phone screen like primary OS of the phone?
fromanbr said:
but at hdmi-out only or at phone screen like primary OS of the phone?
Click to expand...
Click to collapse
Oh, I think both, I'll test it out!
Do you guys know that instead of 11.10 u can use the 12.04 image
Sent from my MB886 using xda premium
sickkside13 said:
Do you guys know that instead of 11.10 u can use the 12.04 image
Sent from my MB886 using xda premium
Click to expand...
Click to collapse
Yes, but for mobile 11.10 is much more fluent and smooth like, where as 12.04 is memory heavy and is awkward on a small screen, this is just a beta by the way...
fromanbr said:
but at hdmi-out only or at phone screen like primary OS of the phone?
Click to expand...
Click to collapse
I like to know this as well.
Would love an Ubuntu enhanced Webtop on the AHD
Sent from my MB886 using Tapatalk 2
Abu-7abash said:
I like to know this as well.
Would love an Ubuntu enhanced Webtop on the AHD
Sent from my MB886 using Tapatalk 2
Click to expand...
Click to collapse
Doesn't work Trying to get a fix
Thread moved to General. Please provide the link to the original website and add some credits.
Can you upload screenshot?
WOW....thanks a lot for that!! Finally someone got it done Could you please list what's working and what's not...appreciate it!!
Does this work?
xXckkillerXx said:
MOTO PENGUIN (BETA)
INSTRUCTIONS(1. Download Ubuntu 11.10: http://ohm.nerd65536.com/android-linux/linux.ubuntu-oneiric.tar.bz2
(2. Install apps:
BUSYBOX- https://play.google.com/store/apps/details?id=com.jrummy.busybox.installer&hl=en
TERMINAL EMU- https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en
(3. On your PC / MAC extract the Ubuntu file you downloaded in step 1.
(4. Copy the Ubuntu files you extracted to your SD Card (into a folder named: "Linux." on the root of your SD Card.)
(5. Then, on your phone open the terminal app you installed in step 2.
(6. Enter the following code(s)
Code:
su
SELECT "GRANT" ROOT, THEN ENTER:
Code:
cd /mnt/external1/linux
sh install.sh
UBUNTU IS NOW INSTALLED.
NOW...
Code:
su
linux
Then...
Code:
su
linux ssh
Then...
Code:
su
linux vnc]
(7. Then... Fill out desired info....
(8. Use VNC in settings, fill this out...
Done.
Wont be doing any further revisions of this thread... so, help each other out.
Click to expand...
Click to collapse
Was anyone able to get this to work??? I sure can't!
I tried this the other day. Wasn't able to get it to work. I may go back an try to figure it out what will for me and see if it'll help you.
I've done this so many times, guys it works
Sent from my XT925 using xda app-developers app
How?
EcHoFiiVe said:
I've done this so many times, guys it works
Sent from my XT925 using xda app-developers app
Click to expand...
Click to collapse
Can you offer instructions to how you made it work. I have tried time and again following the steps to the T and can't get it to work. I have been able to execute every exploit with valid instructions to this point and even have figured ones with half instructions but have failed at this.
jkm43 said:
Can you offer instructions to how you made it work. I have tried time and again following the steps to the T and can't get it to work. I have been able to execute every exploit with valid instructions to this point and even have figured ones with half instructions but have failed at this.
Click to expand...
Click to collapse
I haven't tried it yet. But did you download busybox? Or busybox installer? There is a difference, assuming that you just went to the Google Play app. HOWEVER, if you used the link and it still isn't working, disregard. I had the plain ol busybox and the install failed for me. I will be using the BusyBox Installer. I'll know once my SD card is done formatting.
33B
jkm43 said:
Can you offer instructions to how you made it work. I have tried time and again following the steps to the T and can't get it to work. I have been able to execute every exploit with valid instructions to this point and even have figured ones with half instructions but have failed at this.
Click to expand...
Click to collapse
There's an app that automates most of the process. Its called complete Linux installer. It has more distros than Ubuntu and the app is free. Its on play and here on XDA
Sent from my XT925 using xda app-developers app
Would this work with Arch or another ultra-light-weight distro?
Also: Is there any way to get Complete Linux Installer or another automated installer to run it off of the external SD? Safestrap takes up a ton of space on the internal, and I don't want to cram an entire Linux distro on there too.
Hello,
I just saw the All in 1 Toolbox by OS_Hacking and thought,
it might be easier if it would be a programm instead of a script.
So i worked some time, and here it is:
The revised Version of the All in 1 Toolbox!!
Disclaimer:
I am not responsible for any damage at your device!
You're running this programm on your own risk!
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Instructions:
Just copy the folder named "Revised-P880" inside of the .zip to C:\ (Root directory).
After that, just start the "Revised P880 Toolbox.exe" and have fun
Download:
Version 1.0 of the Revised All in 1 Toolbox (Dev-Host)
Version 1.0 of the Revised All in 1 Toolbox (Mediafire)
Rights and Thanks:
All rights are going to OS_Hacking cause i used his Toolbox as base!!!
And i have to thank him too, for his great work!!
Changelog:
[29.04]:
- Initial release
phil1405 said:
The revised Version of the All in 1 Toolbox!!
Click to expand...
Click to collapse
Hey, nice work!
Did you replace old CWM with the new 6.0.3.1?
If not, this could be an option
No i didn't :/
Can you give me a link?
I'll add it tonorrow in next version
Greets
Phil @ DHYMusic
Suggestion: make this application download updated files from some server.
Example:
Client Side
versions.xml
Code:
<toolbox>
<file>
<name>ClockWork Mod Image File</name>
<version>6.0.3.0</version>
</file>
<file>
...
</file>
</toolbox>
On every application start, check all file versions. If new files are available, download and replace them with the new ones.
Server Side
versions.xml
Code:
<toolbox>
<file>
<name>ClockWork Mod Image File</name>
<version>6.0.3.1</version>
<download>LINK_TO_SOME_ONLINE_STORAGE</download>
</file>
<file>
...
</file>
</toolbox>
I can help with coding.
Please write me a PM, cause i don't know implement that :/
Greets
Phil @ DHYMusic
phil1405 said:
Can you give me a link?[/URL]
Click to expand...
Click to collapse
Here we go
http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.3.1-p880.img
Any other wishes?
If not i'm making the next version
Greets
Phil @ DHYMusic
flash boot.img (kernel)?
Sent from my LG-P880 using xda app-developers app
could anyone upload app to another server because file is unavailable
Dev Host is having problems again -.-
Reuploading to Mediafire right now
...sent from a Nexus 4™...
2nd link added to OP
Thank You Verry Much
No problem
...sent from a Nexus 4™...
phil1405 said:
No problem
...sent from a Nexus 4™...
Click to expand...
Click to collapse
Have you already updated the CWM recovery to 6.0.3.1 or is it still 6.0.3.0?
cant seem to use this it says "unhandled exception..... blah blah blah" when i start to root.. any help please? want to use this
Did you copy the folder in your C:/ directory?
...sent from a Nexus 4™...
So I just plug my phone in what mode?
Or turn it off?
I want to root it!
Thanks! and sorry for my bad English
I have a problem here, on v10e
when i boot into recovery i dun find any option of ADB... anything i miss out?
ADB installed, drver all installed, adb devices shows my device.
areankim said:
I have a problem here, on v10e
when i boot into recovery i dun find any option of ADB... anything i miss out?
ADB installed, drver all installed, adb devices shows my device.
Click to expand...
Click to collapse
Upgrade to jellybean first
Sent from my rooted P880
IceTeaDestroyer said:
So I just plug my phone in what mode?
Or turn it off?
I want to root it!
Thanks! and sorry for my bad English
Click to expand...
Click to collapse
If you want to root your phone, go to recovery mode (turn off --> push volume down button + power button, don't release until recovery mode start), select adb sideload, connect your phone tp your pc, then selec root in AiO.
Sent from my tf101