New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
tejasrichard
Old
(Last edited by tejasrichard; 21st May 2010 at 04:06 PM.) Reason: these are the only lines in the script. nothing else. All I'm going si copying stuff to the /system/app directory. WTF????
#1  
tejasrichard's Avatar
Senior Member - OP
Thanks Meter 116
Posts: 1,238
Join Date: Apr 2009
Default update script syntax error

can someone tell me why the hell this:
Code:
show_progress 0.1 0

copy_dir PACKAGE:system SYSTEM:

show_progress 0.1 10
is giving me syntax errors?

I also tried:

Code:
show_progress 0.1 0

copy_dir PACKAGE:system SYSTEM:

show_progress 0.2 10
I'm about to pull my hair out.
these are the only lines in the script. nothing else. All I'm going si copying stuff to the /system/app directory. WTF????
 
riggsandroid
Old
#2  
riggsandroid's Avatar
Senior Member
Thanks Meter 221
Posts: 1,187
Join Date: Mar 2010
Quote:
Originally Posted by tejasrichard View Post
can someone tell me why the hell this:
Code:
show_progress 0.1 0

copy_dir PACKAGE:system SYSTEM:

show_progress 0.1 10
is giving me syntax errors?


I'm about to pull my hair out.
these are the only lines in the script. nothing else. All I'm going si copying stuff to the /system/app directory. WTF????
Do you have a /system folder in you zip? I know it's a dumb question, but.....I'm just asking...
| Sprint Galaxy Nexus | ParanoidAndroid JB |
Toastcfh FTW
 
tejasrichard
Old
#3  
tejasrichard's Avatar
Senior Member - OP
Thanks Meter 116
Posts: 1,238
Join Date: Apr 2009
lol, yeah! i know, check all the easy stuff, but this really should be working...
at first i was trying to so a /system/app and a /data/app, but that kept getting the syntax error. Then, I modified it to be just /system/app/, but it still won't work.
 
tejasrichard
Old
#4  
tejasrichard's Avatar
Senior Member - OP
Thanks Meter 116
Posts: 1,238
Join Date: Apr 2009
BUMP! for my 10chars