Maybe someone could help me... I wish to add "reboot" (and if possible "Reboot to Recovery") options when I long press power button... I had these options with my other Android devices and I found it very usefull... I found a post discribing how to do but I don't know if it is possible to implement it on our RAZRi : http://forum.xda-developers.com/showthread.php?t=811532
Regards,
LeBobo
After more than one week of research I didn't manage to do what I wanted...
Can someone help me?
Sent from my XT890 using xda app-developers app
lebobo said:
After more than one week of research I didn't manage to do what I wanted...
Can someone help me?
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
tryed this one
Code:
http://forum.xda-developers.com/showthread.php?t=1573032
only got a bootloop.
i think the shutdown button is not " Lcom/android/internal/policy/impl/GlobalActions$4 " thats the problem.
maybe some other can find the right "number" for the shutdown button to get the code working.
pangyaaaaaa said:
tryed this one
Code:
http://forum.xda-developers.com/showthread.php?t=1573032
only got a bootloop.
i think the shutdown button is not " Lcom/android/internal/policy/impl/GlobalActions$4 " thats the problem.
maybe some other can find the right "number" for the shutdown button to get the code working.
Click to expand...
Click to collapse
I tried too and I got same problem...
I tried app from Google Play to reboot or to reboot in recovery but they don't work too... It seems to be a "specific expression" to reboot... not the same as other android devices...
:crying:
lebobo said:
I tried too and I got same problem...
I tried app from Google Play to reboot or to reboot in recovery but they don't work too... It seems to be a "specific expression" to reboot... not the same as other android devices...
:crying:
Click to expand...
Click to collapse
what you tryed? reboot to recovery or whatever is easy.
install your favorite terminal emulator and type:
fast reboot, android reboots:
Code:
reboot
reboot to recovery:
Code:
reboot recovery
reboot to bootmenu:
Code:
reboot bootloader
i have a thread in a german forum, with shell scripts which you can run with the app SManager.
here the link to my thread:
http://www.handy-faq.de/forum/motor...cripte_and_terminal_befehle_fuers_razr_i.html
hope this helps you a bit.
best regards
could sum1 help here for the reboot menu at pressing the power button? please
regards
pangyaaaaaa said:
what you tryed? reboot to recovery or whatever is easy.
install your favorite terminal emulator and type:
fast reboot, android reboots:
Code:
reboot
reboot to recovery:
Code:
reboot recovery
reboot to bootmenu:
Code:
reboot bootloader
i have a thread in a german forum, with shell scripts which you can run with the app SManager.
here the link to my thread:
http://www.handy-faq.de/forum/motor...cripte_and_terminal_befehle_fuers_razr_i.html
hope this helps you a bit.
best regards
Click to expand...
Click to collapse
Install thank you for this good workaround but I hope we will find a solution...
Sent from my XT890 using xda app-developers app
hey guys cant someone port this from motorola razr it has this too
xperiap said:
hey guys cant someone port this from motorola razr it has this too
Click to expand...
Click to collapse
Dont know, since the processor is an intel i think its not very easy.
lebobo said:
Install thank you for this good workaround but I hope we will find a solution...
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
np.
pangyaaaaaa said:
Dont know, since the processor is an intel i think its not very easy.
np.
Click to expand...
Click to collapse
You could use Notification Toggle - its an app that you can find on play store. To have the reboot functionality you will need to be rooted and move the app to \system\app using some root file manager like root explorer.
{
"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"
}
pangyaaaaaa said:
what you tryed? reboot to recovery or whatever is easy.
install your favorite terminal emulator and type:
fast reboot, android reboots:
Code:
reboot
reboot to recovery:
Code:
reboot recovery
reboot to bootmenu:
Code:
reboot bootloader
i have a thread in a german forum, with shell scripts which you can run with the app SManager.
here the link to my thread:
http://www.handy-faq.de/forum/motor...cripte_and_terminal_befehle_fuers_razr_i.html
hope this helps you a bit.
best regards
Click to expand...
Click to collapse
If just entering a command works, then why don't you try a clean reboot with "shutdown -r 0" or "sudo shutdown -r 0" as you would do on any Unix-based system? Will it work?
danielgava said:
You could use Notification Toggle - its an app that you can find on play store. To have the reboot functionality you will need to be rooted and move the app to \system\app using some root file manager like root explorer.
Click to expand...
Click to collapse
Thanks for the work around mate. I've been using power toggles for 2 months but never paid attention to this option. Confirm that power toggles work too
Sent from my XT890 using xda app-developers app
yuripg1 said:
If just entering a command works, then why don't you try a clean reboot with "shutdown -r 0" or "sudo shutdown -r 0" as you would do on any Unix-based system? Will it work?
Click to expand...
Click to collapse
nope this dont work, but maybe if oyu ave a fully installed busybox it will work with
Code:
sudo busybox shutdown -r 0
but iam not sure..i never had a full installed busybox.. :silly:
Related
Hello Everyone!
Two days ago I rooted and flashed miui on a friends Ace, played around with the ROM, and I realized that this was the one Ive been looking for for ages while in this community. I had tried porting from Motorola Defy but couldn't, then I bought Nexus and... Anyways, I just decided to make a quick port of it, and here it is! Enjoy!
It is a port from this(http://forum.xda-developers.com/showthread.php?t=1908444) ROM.
Some of the special/cool features that no other MIUI Gingerbread rom for gt540 has:
Top-coming dialogs/notifications(see screenshots)
MIUI Control Panel-some cool features(see screenshots)
FULLY themable
MIUI Backup
Switches instead of checkboxes(Not like "touch to change", they are real switches(sliding) )
MIUI Browser
Orange themed ICS keyboard
based onSDSL 3.0 build 1
ROM
based on AOSP 1.4 build 1
ROM
NOTES
You have to create a folder called "theme" under /data/theme to get the themes working
if you have adb just type this it will be easier:
Code:
adb shell
Code:
su
Code:
mkdir /data/system/theme
Launcher icons look too small. To fix apply the default theme.
Sadly, i couldn't figure out how to fix the minimum brightness on gingerbread.. So try to take care of it.. Im really sorry! TIP: you can use ddms if you accidentally turn the brightness to fully dim, to see whats happening..
{
"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"
}
Click to expand...
Click to collapse
Enjoy!!
HOW TO FLASH - for those without an sdcard
These builds are small(~105mb) so will fit to data partition..
1. Get TWRP if you haven't already, and flash it.
2. Boot into recovery.
3. Make a nandroid backup of data at this point in case you are coming from an old build.
4. Make a data wipe(for enough free space for the rom.zip file).
5. Assuming you already have all the drivers installed on your PC connect your phone
6. Copy the rom.zip file to the same directory with adb.
7. Open up Command Prompt; Click Win + R; type "cmd"; Press Enter;
8. Navigate to the folder of adb and the rom.zip: Type:
Code:
cd /
cd FolderOfAdb
adb push romfilename.zip /sdcard/lost+found
9. Switch to TWRP and moutn data.. Mount > Mount data
10. Again on TWRP go find the rom.zip file. Install > "..." > /data > lost+found. There you should see the rom file name click on it and wait. DON'T flash yet!
11. After a while you'll get some info about transaction in cmd window indicating that the file was pushed successfully, or an error. Let's assume we transfered successfully..
12. Go to TWRP and click Flash.
13. When flashing is complete go and wipe data again.
14. If you want to restore your previously made backup do it now.
15. Reboot it should be booting now.
Good work.
Can you make Build Three version(from tejasdj12's ROM)?
SDSL isn't work well with some gt540's and it's good to have a choice. Thanks a lot!!!
Gr8 Xiprox....was waiting for this sort of rom ....fast as sdsl?
Sent from my GT540 using xda premium
s-u-f-f-e-r said:
Good work.
Can you make Build Three version(from tejasdj12's ROM)?
SDSL isn't work well with some gt540's and it's good to have a choice. Thanks a lot!!!
Click to expand...
Click to collapse
Ill see tomorrow,I need to study now.. (soon.. sooooon..)
subham964 said:
Gr8 Xiprox....was waiting for this sort of rom ....fast as sdsl?
Sent from my GT540 using xda premium
Click to expand...
Click to collapse
I really dunno. My bro has the phone.. I just took it from him and ported the rom.. so...
s-u-f-f-e-r said:
Good work.
Can you make Build Three version(from tejasdj12's ROM)?
SDSL isn't work well with some gt540's and it's good to have a choice. Thanks a lot!!!
Click to expand...
Click to collapse
see, this indicates that Im going old.. I used to port roms on Build Three but this time I forgot its existence... How come? lol
It's because kernel .32 is somehow in the middle and nobody work's on it
Waited for over 40 mins...no links yet...
Sent from my GT540 using xda premium
subham964 said:
Waited for over 40 mins...no links yet...
Sent from my GT540 using xda premium
Click to expand...
Click to collapse
Oh, come on!! Literally, you know.. Anyways, links up.
Thanks a bunch buddy...
Sent from my GT540 using xda premium
Min sys patrition?
nope00 said:
Min sys patrition?
Click to expand...
Click to collapse
not sure, but 150 should go..
Yeah I tried system is 149 MB so i used 160 for safe, but root dont work form me, keep testing. Good Work Thx.
Okey, i really really like this ROM: it runs pretty fast, its the fastest MIUI i ever tried on my GT540 but !!please!! ad German to locale, that would be very great!
nice rom bro. but root doesnt work :|
TMinh said:
nice rom bro. but root doesnt work :|
Click to expand...
Click to collapse
yeah, Im aware of that.. (realized later on) Will do my best..
awesome rom but without root is not usable for me! Can u do a fix for that?!
Thanks
Hey xiprox buddy ...root fix plz....!!
Sent from my GT540 using xda premium
Try to install SuperUser on Market, i have installed it and get root permission back.
Sorry for my bad English.
Well, install SuperUser from play store and open SuperSU, it will install binary file. When complete u can remove SuperUser and use only SuperSU. Root will work now, but some app say that no busybox is installed, so they cant work. Use Busybox Installer from play store and it say there is already busybox in the system, but when install another busybox, an error say that Busybox cant be installed.
{
"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"
}
Well, as you can see, I can't install any apps using market, it just says: (Translated from swedish) Could not download [Kik messenger]. There isn't enough space on the unit.
But as you see at another pic, I have formated the internal memory so I have almost the full space.
What can I do?
Found a similar thread but not exactly the same so I made a new, sorry If I made the wrong choice.
harreee said:
Well, as you can see, I can't install any apps using market, it just says: (Translated from swedish) Could not download [Kik messenger]. There isn't enough space on the unit.
But as you see at another pic, I have formated the internal memory so I have almost the full space.
What can I do?
Found a similar thread but not exactly the same so I made a new, sorry If I made the wrong choice.
Click to expand...
Click to collapse
Factory reset your phone! Turn it off and press Volume down and as u hold it press power button and just wait for android logo to show. Then your phone will be on stock factory settings and sign in with your account again and try it again!!! And DO NOT format internal memory!
woodpeckerlo said:
Factory reset your phone! Turn it off and press Volume down and as u hold it press power button and just wait for android logo to show. Then your phone will be on stock factory settings and sign in with your account again and try it again!!! And DO NOT format internal memory!
Click to expand...
Click to collapse
I have clockwork mod installed, and factoryreseting from the phones preferences doesn't work, nothing happends and it says something like ''rebooting automatically when formating is finished'' :/
Thanx for the answer
This happens when you have a cache partitions that's ether to small. Or come from a rom that have symlinked the cache partition. And now have flashed some thing else that don't but still have config files left.
Best and easiest way is normally to do a full wipe and reflash the rom. Use Nvflash or Smartflash and flash the stock firmware and then later the rom you want.
If not you can always symlink the cache partition to a new location your self with a terminal editor on the phone. And make that a script if it the rom support init.d .
Its a rom problem that nt supporting Google play .you can install ur backed up app bt from store u can't ....
I m rite.....
U mite using custom rom
Sent from my LG-P990 using xda premium
lintz said:
This happens when you have a cache partitions that's ether to small. Or come from a rom that have symlinked the cache partition. And now have flashed some thing else that don't but still have config files left.
Best and easiest way is normally to do a full wipe and reflash the rom. Use Nvflash or Smartflash and flash the stock firmware and then later the rom you want.
If not you can always symlink the cache partition to a new location your self with a terminal editor on the phone. And make that a script if it the rom support init.d .
Click to expand...
Click to collapse
Sorry but I didn't gave you guys much info. I think I need to add that I got stuck in a bootloopthingy before and I am right now running a copy of the LGs version GB 2.3.4 ROM. Is it enough to get into recoverymode and reinstall the same copy? If it is, what data should I ''wipe''? Also I can install any app manually by using APKs.
:angel:
Try installing lucky patcher and then press menu and click on market something fix. It will fix that error. I used to get that same error but in English.
justforgot said:
Try installing lucky patcher and then press menu and click on market something fix. It will fix that error. I used to get that same error but in English.
Click to expand...
Click to collapse
I can't find a Lucky Patcher .APK file :/
harreee said:
I can't find a Lucky Patcher .APK file :/
Click to expand...
Click to collapse
http://lucky-patcher.netbew.com/download/
Sent from my LG-P990 using xda premium
LilProphet said:
Sent from my LG-P990 using xda premium
Click to expand...
Click to collapse
When I have downloaded it, it just comes as a Zip and doesn't work to install like a apk. If i extract the Zip, it's just a folder. How does this thing work? :3
harreee said:
When I have downloaded it, it just comes as a Zip and doesn't work to install like a apk. If i extract the Zip, it's just a folder. How does this thing work? :3
Click to expand...
Click to collapse
v2.81 is a working apk there, just checked it.
Sent from my LG-P990 using xda premium
LilProphet said:
v2.81 is a working apk there, just checked it.
Sent from my LG-P990 using xda premium
Click to expand...
Click to collapse
This is how it looks like for me:
Thread moved. Please post all your questions here in Q&A in future.
Thanks
AvRS
LilProphet said:
v2.81 is a working apk there, just checked it.
Sent from my LG-P990 using xda premium
Click to expand...
Click to collapse
Ty the app is installed now but, nothing happends when Troubleshoot>Remove fixes and backups (insufficent storage available)
AvRS said:
Thread moved. Please post all your questions here in Q&A in future
Click to expand...
Click to collapse
Thanks
harreee said:
Ty the app is installed now but, nothing happends when Troubleshoot>Remove fixes and backups (insufficent storage available)
Click to expand...
Click to collapse
Don't know about it, I would try reinstalling play (Google it), if not then reflash rom.
Sent from my LG-P990 using xda premium
{
"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.
Hi, this is a one click root apk using Android "Master Key" exploit, enjoy.
{
"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"
}
Download:
Google Drive: RootMyOuya.1.1.apk
Dev-Host: RootMyOuya.1.1.apk
Steps:
Sideload the apk
Click "Start Root"
Wait few seconds, done.
Changelog:
Ver 1.1
Change: Change some wordings
Change: App icon - Thanks @hakarune
Ver 1.0
Initial release
Please see my other project
Mod Collection For Ouya(Play Store, OTA root keeper, Disable Auto Update, Overscan Fix & 720p)
I was wondering how soon this day would come. I'm glad to see it is here.I'm already rooted but I'll make sure to try it after the next update.
Dude I love you. thanks for making our life easy!
Works great! Thanks
Sent from my Nexus 4 using Tapatalk 2
Does this install SuperSU binaries too?
Sent from my Transformer Prime TF201 using XDA Premium HD app
Yes, it will
Sent from my Nexus 4 using xda premium
WonderEkin said:
Yes, it will
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
You my friend are awesome!
Sent from my Transformer Prime TF201 using XDA Premium HD app
This is great I factory reset my Ouya and I have been having a hard time re installing the recovery and re-rooting my device will try this when i get home thanks.
My Micro USB port failed a while back and I'm still waiting for my replacement console from Ouya. I hope this gives me a way to get around the problem and enable wireless adb from the console. Can't wait to try it out tonight.
UPDATE: Totally worked. Now I have ADB again! Thanks a ton!
First thank you so, so much for this. After we have root how do we install a custom recovery (CWM), do we still need to use the adb methon on mybook4 custom recovery thread?
Exceptional work sir.
Well done
lartomar2002 said:
First thank you so, so much for this. After we have root how do we install a custom recovery (CWM), do we still need to use the adb methon on mybook4 custom recovery thread?
Click to expand...
Click to collapse
You can enable adb tcpip mode on Ouya to install the CWM recovery
WonderEkin said:
You can enable adb tcpip mode on Ouya to install the CWM recovery
Click to expand...
Click to collapse
Thanks you but at the moment my 47" tv ( means its to awkward to move) is seperated from my pc in an another room by about 40‘. So using adb is really not an option for me. Its times like these I wish I had a laptop.
lartomar2002 said:
Thanks you but at the moment my 47" tv ( means its to awkward to move) is seperated from my pc in an another room by about 40‘. So using adb is really not an option for me. Its times like these I wish I had a laptop.
Click to expand...
Click to collapse
you can adb wirelessly(without usb cable) if you enable the adb tcpip mode
WonderEkin said:
you can adb wirelessly(without usb cable) if you enable the adb tcpip mode
Click to expand...
Click to collapse
How do, I do that. I a noob with adb. I have it on my pc but it was used only as a test to see if I get it to recognize my tablets and phone. The only way I have installed CWM was generally by going into apx mode (similar to fastboot I think)and using a win.bat file. I could then watch on the tablet as every thing was installed.
Now that it's rooted could I use Rom Manager the only thing being I do not know which device to tell it I am installing CWM on.
BTW, i have install busybox. I used the busybox from my Asus TF700 which has the exact same tegra cpu and gpu, not sure how important that info is.
thanks for this great work from germany (rooting ouya with masterkey-exploit)
will test the new root.apk tonight...
questions:
does this masterkey exploit fixed in android 4.3 on nexus-devices?
very very thanks...
everal said:
thanks for this great work from germany (rooting ouya with masterkey-exploit)
will test the new root.apk tonight...
questions:
does this masterkey exploit fixed in android 4.3 on nexus-devices?
very very thanks...
Click to expand...
Click to collapse
yes, fixed in 4.3
Hi does this just root the ouya what about super user and busybox do i need to install separately it comes with the app when you root the ouya
manaurys said:
Hi does this just root the ouya what about super user and busybox do i need to install separately it comes with the app when you root the ouya
Click to expand...
Click to collapse
I used it yesterday and it installed superuser and I had to install busybox. I used dropbox to put jrummy's busybox installer apk on Ouya and then installed busybox. You will see a limited Rom Manager after install and it reminded me that you can use Rom Manager to flash CWM recovery but you need to know which device you are installing it on and Ouya is not listed as a compatible device. However, it does have Asus Transformer Infinity which I have owned for 8 months so I know a little about it. The Asus uses the same Nvidia T33 cpu and mali 400 gpu as Ouya. So I suppose some adventurous more knowledgeable person than me can try selecting the Asus Transformer Infinity when using Rom Manager and see if it will install CWM recovery. If someone does try please post back with the results.
Works like a charm. Used this to root my Ouya today. Afterwards installed busybox, and used the xposed mod for the play store. My Ouya is getting better and better bit by bit.
Thank you!
Sent from my Verizon Galaxy Note 2 using Xparent Skyblue Tapatalk 2
{
"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"
}
FEATURES
INSTALL .ZIP FROM SDCARD
VARIOUS BACKUP FUNCTIONS
VARIOUS RESTORE FUNCTIONS
VARIOUS WIPING FUNCTIONS
DOWNLOAD
SOURCEFORGE
MD5: 009fdfad140139ced03f5c7fabf4dfe3
TWRP ZIP TEMPLATE
TWRP VRTHEME TEMPLATE
INSTRUCTIONS
BOOT INTO DOWNLOAD MODE.
CONNECT GEAR TO PC & OPEN UP ODIN V3.09.
SELECT "AP" OPTION & SELECT THE RECOVERY ZIP.
UNTICK THE AUTO REBOOT OPTION IN ODIN.
VERIFY YOU CAN SEE YOUR GEAR IN THE ID:COM SECTION OF ODIN & PRESS START TO BEGIN FLASH.
ONCE FLASH IS COMPLETE, REBOOT DIRECTLY INTO RECOVERY EITHER BY THE HARDWARE KEYS OR ADB TERMINAL COMMANDS.
IF YOU FIND THE RECOVERY IS NOT STICKING & YOUR GEAR WIPES WHEN ATTEMPTING TO ACCESS RECOVERY AFTER FLASHING.
YOU MUST ROOT YOUR GEAR PRIOR TO INSTALLING TWRP AGIAN & RUN THE FOLLOWING COMMANDS IN ADB.
*NOTE* YOU WILL HAVE TO ACCEPT A SUPERUSER REQUEST POPUP WHEN EXECUTING "SU" COMMAND.
*NOTE 2* PROBABLY A GOOD IDEA TO RUN THIS PRIOR TO FIRST INSTALLATION, TO SAVE TIME.
Code:
$ adb shell
$ su
# mount -o rw,remount /dev/block/mmcblk0p20 /system
# rm /system/recovery-from-boot.p
IF YOU DELETE THE "RECOVERY-FROM-BOOT.P" FILE YOU MUST RELFASH TWRP RECOVERY.
IF TWRP IS NOT DISPLAYING CORRECTLY LIKE THE FOLLOWING:
DOWNLOAD THE STOCK V700XXUAMK7 IMAGE. (FLASH A FRESH INSTALL, DO NOT SKIP)
BOOT INTO DOWNLOAD MODE.
CONNECT GEAR TO PC & OPEN UP ODIN V3.09.
SELECT "AP" OPTION & SELECT THE V700XXUAMK7 IMAGE.
VERIFY YOU CAN SEE YOUR GEAR IN THE ID:COM SECTION OF ODIN & PRESS START TO BEGIN FLASH.
ALLOW GEAR TO FINISH INITIAL BOOTING.
REFLASH THE RECOVERY, REFER TO THE RECOVERY FLASH INSTRUCTIONS ABOVE.
changelog
CHANGELOG
03
CODE & CONFIGURATION CLEANUP
02
FIXED DATA WIPE KEYBOARD OVERLAP
01
INITIAL RELEASE
donators
KIND SOULS
misticjeff
Da5hiz
freefalling0411
cvondra
rustyp2
phi11yphan
IF YOUR KIND ENOUGH TO DONATE, YOU CAN DO SO BY FOLLOWING THE LINK IN MY SIGNATURE
ALSO PLEASE POST ON THE THREAD WITH YOUR RECEIPT NUMBER SO I CAN ADD YOU TO THE LIST!
gfx
SIGNATURES
HTML:
[url=http://forum.xda-developers.com/showthread.php?t=2537338][img]http://i50.tinypic.com/2mpwkmf.png[/img][/url]
HTML:
[url=http://forum.xda-developers.com/showthread.php?t=2537338][img]http://i45.tinypic.com/3450y6b.png[/img][/url]
HTML:
[url=http://forum.xda-developers.com/showthread.php?t=2537338][img]http://i50.tinypic.com/2pzjkt5.png[/img][/url]
changelog
CHANGELOG
01
INITIAL RELEASE
AWESOME!!!
I will definately buy you some beers!!!
Still cant edit the xml to get the double tap button to work....but still!
I promise to donate to you by the weekend!
Nice..
Thanx for big hit.
Sent from my SM-N9005 using Tapatalk
and a beer (or whatever) from me. Nice work! 9SR476998S389001T
misticjeff said:
and a beer (or whatever) from me. Nice work! 9SR476998S389001T
Click to expand...
Click to collapse
Thank you, you champion.
Im actually just about to go grab a case of beer now ! woo hoo.
Cheers !
Nice.. thanks
Sent from my SM-N900V using Xparent BlueTapatalk 2
Backed up, wiped, restored and rebooted. Works perfect. Thanks so much.
Sent from my SM-N900V using Tapatalk
installed with no problem!!!! No more need for odin!!! hahaha
null ROM for days!!! null pointer exception... never!
Transaction ID: 74H66215S8118613T
I feel like such a tool for donating so little. There will be more beer $ to come with all the work you have been doing.
Thanks fOmey great job . Incase you guys want you can use Xposed and Wanam to get advanced reboot options, when you press the Power Button and select restart you get options :- Reboot, Recovery, Hotboot and Download mode . You can get to Recovery or Download Mode with just a click .
hope this help a bit. Thanks again for you hard work.. Do you have a zip file that we can place apks in and just flash and go.. thanks..
Confirmation number: 1PP31880XL350160R
Da5hiz said:
Transaction ID: 74H66215S8118613T
I feel like such a tool for donating so little. There will be more beer $ to come with all the work you have been doing.
Click to expand...
Click to collapse
Dont brother, times are tough this time here. I can relate to you.
freefalling0411 said:
hope this help a bit. Thanks again for you hard work.. Do you have a zip file that we can place apks in and just flash and go.. thanks..
Confirmation number: 1PP31880XL350160R
Click to expand...
Click to collapse
Appreciate it, ill be providing a zip shortly.
fOmey said:
Dont brother, times are tough this time here. I can relate to you.
Appreciate it, ill be providing a zip shortly.
Click to expand...
Click to collapse
That's cool. Thanks. Makes my job so much easier. .
Sent from my SM-N900V using Xparent BlueTapatalk 2
freefalling0411 said:
That's cool. Thanks. Makes my job so much easier. .
Sent from my SM-N900V using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Thought you'd like it
fOmey said:
Thought you'd like it
Click to expand...
Click to collapse
Lol. I was fixing to go to bed. But I had boot the comp backup to see this. Well worth the time.
Sent from my SM-N900V using Xparent BlueTapatalk 2
freefalling0411 said:
Lol
Sent from my SM-N900V using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
I assume your going to be using VRTHEME to install your theme ? Make sure its TWRP compatible.. I know theres a certain version you need to use.