Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Adizzzle
Old
#291  
Adizzzle's Avatar
Senior Member
Thanks Meter 274
Posts: 758
Join Date: Aug 2012
Location: Kamloops
Quote:
Originally Posted by 9wire View Post
Flashed the last 2 updates, no issues, keyboard works, fix permissions is REALLY fast.
I know what ya mean!

Sent from my Fish Tank ₪
The Following User Says Thank You to Adizzzle For This Useful Post: [ Click to Expand ]
 
iakeco
Old
#292  
iakeco's Avatar
Senior Member
Thanks Meter 66
Posts: 486
Join Date: Apr 2010
Location: Cambridge, MA
Everything working fine here.

Sent from my SAMSUNG-SGH-I717 using xda app-developers app
The Following User Says Thank You to iakeco For This Useful Post: [ Click to Expand ]
 
schrochem
Old
#293  
schrochem's Avatar
Senior Member
Thanks Meter 78
Posts: 394
Join Date: Jul 2011
I've heard about it for a long time but just stayed with the other one. Finally made the switch. Very easy to do and figure out. Thanks ks
Sent from my SAMSUNG-SGH-I717 using xda premium
 
Jesse6749
Old
#294  
Jesse6749's Avatar
Senior Member
Thanks Meter 80
Posts: 1,089
Join Date: May 2010
Location: O.C., California
Quote:
Originally Posted by bigbiff View Post
Please do the following after the failed backup:

1. Press Advanced
2. Press Copy Log to SDCARD
3. Boot Android
4. Paste /sdcard/recovery.log to http://pastebin.org
5. Paste link here
I am having the same issue as Donjuanal with TWRP 2.3.0.3 and 2.3.1.1 and cannot backup any roms.
Here is the recovery log link: http://pastebin.com/1paUQWFJ
Thanks!!!
Samsung Galaxy Note II - I317
Rom: CleanROM ATT SE 1.5
Phil's Touch Recovery Ver. 5.03.0
[---]
Asus Trasformer Prime 64Gig
Rom: Stock: JB Ver.: JR003C.US_epad-10..4.2.15 (Rooted!!!!)
[---]
Acer Iconia A510 32Gig - Olympic Edition Black
Rom: NoThrills A510 Worldwide Optimized Rom
Nothrills CWM 6.0.1.9 Recovery
 
bigbiff
Old
#295  
Recognized Developer - OP
Thanks Meter 1068
Posts: 1,170
Join Date: Jun 2010

 
DONATE TO ME
Quote:
Originally Posted by Jesse6749 View Post
I am having the same issue as Donjuanal with TWRP 2.3.0.3 and 2.3.1.1 and cannot backup any roms.
Here is the recovery log link: http://pastebin.com/1paUQWFJ
Thanks!!!
Hi, can you try the following and report back:

Goto Settings and click Reset Defaults.

Try the backup again and post the logs here.
Phone: ATT Galaxy Note 2
ROM: CM 10.1
64 GB Class 10 Sandisk
Exfat works thanks to Andrew Nayenko!



If you need help please, please, please, please post recovery.log.
1. adb pull /tmp/recovery.log or Advanced->Copy Log to SDCard
2. Upload /tmp/recovery.log or /sdcard/recovery.log to http://paste.tinyw.in

How to submit a bug report!
 
Radimus
Old
#296  
Radimus's Avatar
Senior Member
Thanks Meter 41
Posts: 759
Join Date: Dec 2006
Location: Tampa
I'd like to find out about script to TWRP.

What I'd like to do is make a script or something that could be managed by Tasker to do scheduled nandroid backup.

For example, on the 1st of the month do a full backup called "Monthly 1" and another on the 15th called "Monthly 15" and have each overwrite the previous one.
Samsung Note II - AT&T - Xylon 2.5 - KKO v3 Kernel (pegasusq 200/400/1600) - TWRP 2.5.0.0
Tasker, JuiceDefender Ultimate, GMD SPen Control , Enhanced Email, Titanium Backup, Swype, ROM Toolbox Pro, Plex, Apex Launcher

Samsung Note - Dell Streak 5 - HTC Fuze - HTC Tilt (Cingular 8525) - HTC Wizard (AT&T 8125) - Dell AXIM x51v - Dell AXIM x50 - HP iPaq 5555 - Compaq iPAQ 3650 - Compaq iPAQ 3150 - Nokia 3650
 
bigbiff
Old
#297  
Recognized Developer - OP
Thanks Meter 1068
Posts: 1,170
Join Date: Jun 2010

 
DONATE TO ME
Quote:
Originally Posted by Radimus View Post
I'd like to find out about script to TWRP.

What I'd like to do is make a script or something that could be managed by Tasker to do scheduled nandroid backup.

For example, on the 1st of the month do a full backup called "Monthly 1" and another on the 15th called "Monthly 15" and have each overwrite the previous one.
Very interesting idea. You can use http://www.teamw.in/OpenRecoveryScript for information on creating scripts for TWRP to process.

I think you could have Tasker create the file on a cron based schedule as you propose, with the commands you want to perform inside the OpenRecovery script. Then you just need to reboot to recovery and TWRP should find the script and process the commands.
Phone: ATT Galaxy Note 2
ROM: CM 10.1
64 GB Class 10 Sandisk
Exfat works thanks to Andrew Nayenko!



If you need help please, please, please, please post recovery.log.
1. adb pull /tmp/recovery.log or Advanced->Copy Log to SDCard
2. Upload /tmp/recovery.log or /sdcard/recovery.log to http://paste.tinyw.in

How to submit a bug report!
The Following User Says Thank You to bigbiff For This Useful Post: [ Click to Expand ]
 
Donjuanal
Old
#298  
Senior Member
Thanks Meter 39
Posts: 129
Join Date: Feb 2012
Quote:
Originally Posted by bigbiff View Post
Hi, can you try the following and report back:

Goto Settings and click Reset Defaults.

Try the backup again and post the logs here.
Resetting defaults fixed the issue. I was able to successfully complete a backup on my external sd. I dont know why I didnt try that sooner but thank you very much for fixing my problem!

Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
 
Radimus
Old
(Last edited by Radimus; 26th October 2012 at 06:52 PM.)
#299  
Radimus's Avatar
Senior Member
Thanks Meter 41
Posts: 759
Join Date: Dec 2006
Location: Tampa
So I create a script (text file) called openrecoveryscript
which contains this line: backup SDBOM Backup1

Copy it from wherever to: /cache/recovery/
reboot into recovery

Sit back and watch

* Awesome, I just did the above while typing this post. Now to get tasker to write/create the file and then schedule it to run at 3am on the 1st of the month while plugged into power

New Tasker Task: TWRP Backup 1st
+ Run Shell "chmod 0777 /cache/recovery" ,use root
+ Write File "../../cache/recovery/openrecoveryscript", "backup SDBOM backup1", append off
+ Delete Directory "/storage/sdcard1/TWRP/BACKUPS/<serno>/backup1", recurse, use root
+ Reboot "Recovery"

Duplicate the above task and call it TWRP Backup 15th and change the 2 instances of backup1 to backup15 (if desired)

New Tasker Profile: Monthly TWRP Backup 1
+ Date, 1 (choose the day of the month)
+ Task "TWRP Backup 1st"
+ Time 3:00am - 3:02am

Duplicate the above Profile and call it Monthly TWRP Backup 15th and change the date and Task (if desired)

Outstanding!!!!
Samsung Note II - AT&T - Xylon 2.5 - KKO v3 Kernel (pegasusq 200/400/1600) - TWRP 2.5.0.0
Tasker, JuiceDefender Ultimate, GMD SPen Control , Enhanced Email, Titanium Backup, Swype, ROM Toolbox Pro, Plex, Apex Launcher

Samsung Note - Dell Streak 5 - HTC Fuze - HTC Tilt (Cingular 8525) - HTC Wizard (AT&T 8125) - Dell AXIM x51v - Dell AXIM x50 - HP iPaq 5555 - Compaq iPAQ 3650 - Compaq iPAQ 3150 - Nokia 3650
Jake_HT Old
#300  
Guest
Thanks Meter
Posts: n/a
just worked completely automatically with cyanogenmod updater! nice.

 
Post Reply+
Tags
att, gui, note, twrp2, xml
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...