Search Results

Search: Posts Made By: kicker75
Forum: Programming 10-10-2010
1,219
Posted By kicker75
Hi there, Thank you for answering me. ...
Hi there,

Thank you for answering me.

Hmmm, I really dont know javascript much. I can read code and guess what it does, and modify it a bit, but I couldnt come up with something myself right...
Forum: Programming 10-08-2010
1,219
Posted By kicker75
Need help with Javascript
Hi guys,

Ok first, let me explain what I want to do. I'm making a theme for the iphone, and I found a nice wallpaper slideshow script. Here is how it knows which wallpapers to use:


<script...
9,856
Posted By kicker75
If you do get an iphone tho, make sure the one...
If you do get an iphone tho, make sure the one you get is jailbreakable. That's the only downside to having an iphone. You need to get familiar with the jailbreak, and make sure you dont update...
9,856
Posted By kicker75
Hi, this was almost spot on again! Only needed...
Hi, this was almost spot on again! Only needed to add "" so the pathnames with space are okay!

The iphone uses standard sh. Also, you can manage your songs without itunes in multiple ways with...
9,856
Posted By kicker75
Works flawlessly! You are really good! :) ...
Works flawlessly! You are really good! :)

If you don't mind me asking one more thing, but before, here is a little explanation or what I'm trying to do now.

If someone is using my theme, prior...
9,856
Posted By kicker75
Thank you very much! It worked! This is...
Thank you very much! It worked!

This is what I used exactly:

find /var/mobile/Applications/ -name "*.app" -printf "%f\n" | while read file_name
do
echo "making directory...
9,856
Posted By kicker75
I can get the list I want with this line of code:...
I can get the list I want with this line of code:

find /var/mobile/Applications/ -name "*.app" -printf "%f\n"

How to process each and create the directories from there? would for dir in...
9,856
Posted By kicker75
Well actually the .app name is a directory name. ...
Well actually the .app name is a directory name.

I was able to shorten the path to: /ThisIsAnApp.app using the following command:


find /var/mobile/Applications/ -name "*.app" | sed...
9,856
Posted By kicker75
Truncate path and keep only filenames
Hi everyone,

I have a question for you, I'm trying to create a script that will automate creating loading screens for the iPhone.

So what I need to do, is list the directories inside...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 03:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy