[Q] OMG aria2c (cli multipart downloader awesomeness) - G2 and Desire Z Themes and Apps

I tried to compile this multiple times but there was no way to include the libs in the binary (like the config option for busybox). Now its here and I'm pumped.
Some of you who use linux might know what this is. The instructions say to place it on the data partition in androidterm's /data/data folder (settings/cache of installed apks are here). I went ahead and placed it in /system/xbin...
What can this do? Its like wget but you can use a cookies file to dl from places like hotfile.. resumable downloads.. and best of all.. multipart downloads.. it also handles torrents, but I have no plans to use that function.
http://sourceforge.net/projects/ari...a2-1.10.9-android-8-froyo-build1.zip/download
^ download
Project files:
http://sourceforge.net/projects/aria2/files/stable/aria2-1.10.9/
Btw.. sorry if double post.. I'm on tapatalk.. I doubt its a double post tho..

Need a gingy version. I'm enjoying CM7 too much.
HTC Vision; Rooted, Booted and Scooted.

Daughain said:
Need a gingy version. I'm enjoying CM7 too much.
HTC Vision; Rooted, Booted and Scooted.
Click to expand...
Click to collapse
I have no idea why froyo appears in the zip file.. but since it has nothing to do with android (java) and more to do with the underlying linux system its safe to say that this works with all versions of android that have term emu.
I also compiled unrar binary for arm and it works with no problems.. this aria2c build just so happened to say froyo in it.
Btw. I too am on CM7.

Sweet. Thanks again.
HTC Vision; Rooted, Booted and Scooted.

Daughain said:
Sweet. Thanks again.
HTC Vision; Rooted, Booted and Scooted.
Click to expand...
Click to collapse
No problem. Heres the unrar binary.. It seems to be faster than the gui version in the market.. It also has the added benefit of being able to extract from and write to anywhere you choose..
http://forum.xda-developers.com/showthread.php?t=1015814

This is fantastic, I was just thinking today that I wished aria2 were available for ARM
Thanks for posting this.

Ok for anyone hesitant or having trouble getting aria2c to start a multipart download. Here's an example.. downloading a 720p trailer of captain america.. and attached is a picture of the madness that is hspa+
aria2c --split=80 --min-split-size=1M --max-connection-per-server=16 --user-agent="QuickTime/7.6.2 (qtver=7.6.2)" http://trailers.apple.com/movies/paramount/captainamerica/captainamerica-tlr1_a720p.m4v
{
"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"
}
Btw.. I couldn't rotate the pic.. as I'm on my phone.. hence the pic itself.. not at a computer to rotate it right now.. I'm sure you'll all suffer a little from tilting your heads.. sorry

And now...p7zip for android.
http://home.comcast.net/~ibladesi/p7zip.tar.bz2
This is a bzip2 tar file.. uncompress in the system directory and it will extract files where they need to go.. otherwise you'll end up with two directories.. xbin and lib..
So. Mount system as rw
mount /dev/block/mmcblk0p25 /system/ -o remount
cd /system/
cat /path/to/file/on/sdcard/p7zip.tar.bz2 > p7zip.tar.bz2
#the above is used versus 'cp' to avoid retaining sdcard privs
tar xjvf p7zip.tar.bz2
Try it out! It extracts and compresses many file types.. more flexibility than the default busybox unzip too. Has a benchmarking mode so you can see just how terrible your phone is against your computer.. and.. Still can't get the rar module to load.. but I think its there.. rar as in compress!

gingerbread version would be good!

SiL3nTKiLL said:
gingerbread version would be good!
Click to expand...
Click to collapse
This works on gingerbread just fine! Theres no reason it wouldn't work on anything with a linux kernel and a terminal emulator

Related

Creating my 1st theme

Well I am now finally going to create my first theme and I am getting myself pretty familiar with everything but I had a question...
I know the stuff that cannot be messed with and all seeing as how I am working with the cm builds but would anyone know where I could find the terminal stuff. I wanted to change up that icon if I could to something a little more theme filling?
Thanks in advance and as soon as I get something going I will posts images.
brilliant - i for one look forward to seeing you work.
but sorry, can't help you with your Q.
APEX.7 said:
brilliant - i for one look forward to seeing you work.
but sorry, can't help you with your Q.
Click to expand...
Click to collapse
Terminal stuff?
/apps/term.apk has the terminal app 'stuff'
All you can change images wise is the terminal icon basically.
Are you just wanting to change the terminal icon (such as in the drawer?)
If thats the case, open the apps folder in your ROM and find the term.apk and open that. navigate to the drawable folder and the icon is in there.
Thats cool. Thanks for the confidence boost on creating...
Yeah pretty much just the icon...And thanks all for the help
Question...yet again...
I am using the auto signing program and am signing my little beta theme for testing and when I am loading it via the recovery mode I get E:Can't find update script. I am still new so if any help I would appreciate much.
Also should I include the fonts folder just as a precaution. I am not including that in my theme as I know there is the font chooser program out there as well so I figure let people have there own choice in font...again thanks
Yeah you need an update script, which will be found at /META-INF/com/google/android/update-script
and should look like this:
Code:
copy_dir PACKAGE:framework SYSTEM:framework
copy_dir PACKAGE:system SYSTEM:
or something along those lines.
This script is assuming your zip file contains the following structure:
/framework
/system
/system/app
There is a simpler one that only needs to contain the second line and has the structure like this:
/system
/system/app
/system/framework
daveid said:
Yeah you need an update script, which will be found at /META-INF/com/google/android/update-script
and should look like this:
Code:
copy_dir PACKAGE:framework SYSTEM:framework
copy_dir PACKAGE:system SYSTEM:
or something along those lines.
This script is assuming your zip file contains the following structure:
/framework
/system
/system/app
There is a simpler one that only needs to contain the second line and has the structure like this:
/system
/system/app
/system/framework
Click to expand...
Click to collapse
Ah ok...Any idea where I can get that file or folder by chance?
holmes901 said:
Ah ok...Any idea where I can get that file or folder by chance?
Click to expand...
Click to collapse
Here is a completely blank update.zip that has a proper update script in it, drop your files in re-sign, and go.
daveid said:
Here is a completely blank update.zip that has a proper update script in it, drop your files in re-sign, and go.
Click to expand...
Click to collapse
Thanks so much for the download and the help.I should be good to go now so no more worries.
So far what I have for my first
So the screen below shows what I have so far...I am still working on it and hoping I can get the blur transitions into the mix as well as maybe more or better icons...If anyone has a link where I could get the blur transitions from feel free to send my way.
{
"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"
}
holmes901 said:
Question...yet again...
I am using the auto signing program and am signing my little beta theme for testing and when I am loading it via the recovery mode I get E:Can't find update script. I am still new so if any help I would appreciate much.
Also should I include the fonts folder just as a precaution. I am not including that in my theme as I know there is the font chooser program out there as well so I figure let people have there own choice in font...again thanks
Click to expand...
Click to collapse
Same problem. Even with the update script in there from the template update folders, I still get this error. I seem to have the resigning working. Any idea how to fix this error?

{MOD} Bootanimation [Iron Man] *Six6Sicks* 5/9/10

Please delete this thread.
Will it load up in landscape mode?
Abhi_UK said:
Will it load up in landscape mode?
Click to expand...
Click to collapse
No, but I am working on full screen boot animations.
Looks really cool. Great work man.
is there an easiest way on how to change the bootanimation?
my 1st time to change bootanimation..
cmsweet21 said:
is there an easiest way on how to change the bootanimation?
my 1st time to change bootanimation..
Click to expand...
Click to collapse
I edited the directions in the 1st post.
Easiest way.
Six6Sicks said:
Bootanimation for CM5.
"Iron Man" boot animation.
1. Download bootanimation.zip
2. Put it on your sdcard
3. Move it in to data/local folder
4. Reboot
5. 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 HERE
Credits :
ackprash for helping me to get this working.
Click to expand...
Click to collapse
ill move the zip file using File Explorer like that?
in data/localfolder? i can't seem to find. only data folder
I only have the data folder. I moved it into the folder, rebooted phone, but still have the Nexus one boot animation...
lania626 said:
I only have the data folder. I moved it into the folder, rebooted phone, but still have the Nexus one boot animation...
Click to expand...
Click to collapse
cmsweet21 said:
ill move the zip file using File Explorer like that?
in data/localfolder? i can't seem to find. only data folder
Click to expand...
Click to collapse
Try putting it in the system/media folder.
If the data/local folder doesn't exist, create a folder called local and put it in there. That should work.
If you are running on windows, try flashing with our android pc suite>>
You can also backup and reflash your current bootanim easily.
@Six6Sicks: Nice bootanimation
Still can't get it to work. Idk what I'm doin wrong. Blah.
lania626 said:
Still can't get it to work. Idk what I'm doin wrong. Blah.
Click to expand...
Click to collapse
What file explorer are you using?
You need one with root access.
nvm this post...
i got it tnx to che123
i got iti got iti got iti got iti got iti got it
if this works, i dont know what im going to do. i might yell. might scream. i dunno.
So much easier just doing
Adb push (locationofzip)/bootanimation.zip data/local
Its nice . i always wondered if moving jpegs could work as a bootanimation, but i was going to feel stupid to ask lol. This just opened a completely new world of bootanimations now.
Use ES file explorer, go to setting> root options> root explorer. Copy .zip to /data/local
I'm trying to move the boot animation from sdcard to the system. But for some reason I get a message, something to this effect, "this function not allowed by system". I'm doing this through file managers. Don't have adb set up at work (at home either ).
Is there something else I can try. Or a reliable file manager. The one suggested in this thread is not coming up in a search through the market.
When are you going to release full screen animations?
Will they be landscape?
Which ones are you going to make full screen?
Can you make this one full?

Dena theme 1.2 for JPM

Here is dena theme for I9000XXJPM
Root your phone
install lagfix
install busybox
Managed to get it working using Android SDK tools. ROOT needed
Connected my phone via usb with the computer ... USB debuging needs to be enabled before connecting the phone.
copy the files included in Dena Theme 1.2 to your internal SD card.
1. adb shell
2. su (grant su rights on your phone when asked)
3. mount -o rw,remount /dev/block/mtdblock3 /system
3. rm system/framework/twframework-res.apk
4. rm system/framework/framework-res.apk
5. rm system/app/settings.apk (if no file is found try Settings.apk ... no ide if it matters tho)
6. busybox cp sdcard/twframework-res.apk system/framework
7. busybox cp sdcard/framework-res.apk system/framework
8. busybox cp sdcard/Settings.apk system/app
Then reboot your phone manually.
So i suggest you bacup the original *.apk`s
Have Fun!!!!
Link:
rapidshare.com/files/426871246/Dena_theme_1.2_for_JPM.zip
New Version for JPO
Link:
rapidshare.com/files/428036654/Dena_theme_v1_3_for_JPO.zip
a screenshot would be nice
Sorry i can not upload pics but it works perfect
Can anyone make an update.zip icluding all these files (framework,twframework,setting.apk) ?
it would be much easyer.
I installed the dena Theme for JP6 on JPM and my phone crashed, i had to flash the JPM aggain.
Is this Version sure for JPM? and what´s the differens btw this and that from dena for JP6??
Hi do not know if I can help but I installed the track chain on galaxy with JPM and luxury goes, I've installed it and tracing the rootexplorer r / o-res.apk framework files, Settings.apk, twframework-res . apk in their folders, the only thing that looks good is the lock screen that goes transparent, but I've replaced by Simply lock screen and is great and the theme is beautiful, the best thing on the Internet for our galaxy .
Well I hope I have helped a little to the creators of such great item, thanks
Not gonna download without a screenshot. :/
small bug
>>Jumba Not gonna download without a screenshot. :/
The screen shot is here
"forum.xda-developers.com/showthread.php?t=770507"
there is a small bug in the theme for JPM tho...the battery animation when charging only animates at a quarter of the circle...not doing the full circle as it should..perhaps the animation sequence is off a little bit...
Without a Screenshot -> no chance
DENA Theme for JPO
rapidshare.com/files/428036654/Dena_theme_v1_3_for_JPO.zip
screenshoot please!
Dont anyone read the threads?
Post 7 quite clearly has a link to the thread with a screenshot.. also theres screenshots throughout the Docs Rom thread.
TrOjAn
this is 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"
}
Just downloaded this and its 5mb smaller than JPA... checking to see whats difference
any multiupload mirror please?
Thanks...
TrOjAnUK said:
Just downloaded this and its 5mb smaller than JPA... checking to see whats difference
Click to expand...
Click to collapse
Did you find the difference?
There is no installer script in this, it is just 3 x .apk files.
I will look through them and compare with default .apks, as of this moment I am NOT installing as I dont know the author (7posts) and its not how a theme is normally released.
TrOjAn
I've used Dena's theme with Doc v7 JPA and Doc v6, awesome both times!
Tried installing JPO theme via CWM and it just didn't do anything, just got stuck on installing, didn't progress.
yep,but with XJPO stuck me on CWM
not instaling I dont now why
file is 7mb(view on root explorer)
wirkin nice V6
read first post

Latest Unlocked Windows Phone 7 emulator with Copy and Paste

Hey everyone! Saw the latest build of the emulator and did some digging around. Here's the result:
{
"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"
}
Also, here's a video of it in action:
http://www.youtube.com/watch?v=7xdhxCdRQRA
Download:
http://windowsphonehacker.com/articles/latest_windows_phone_7_emulator_unlocked-02-05-11
Technical information:
To do this, I used this tutorial:
http://sviluppomobile.blogspot.com/2010/03/wp7-emulator-unlocked-how-to.html
And got the tools from SonicFlare's post here:
http://forum.xda-developers.com/showpost.php?p=5913715&postcount=218
Important note: The Settings menu is a bit broken, no About page working. I assume there's some SecureItem GUIDs I need to set, but time limits me from doing it myself. Anyone want to take a stab and report back?
Enjoy!
Awesome! I really cant wait until M$ releases the WP7 update. I could really use the copy and paste feature.
It works OK Thanks!
Very useful for developers.
Good news, but am waiting for official update to update
can i run it on 64bit?
can we now install xaps easily?
Tested on seven 64bit ... didn't work
i also couldn't run it omwin7 32bit ... it pause on loading
can any one teach us aesily this totarial? plz
Mr.zeus said:
Tested on seven 64bit ... didn't work
i also couldn't run it omwin7 32bit ... it pause on loading
can any one teach us aesily this totarial? plz
Click to expand...
Click to collapse
There must be another issue, as my development computer is Windows 7 64-bit
Does it work in Office?
Does it work in Excel and Word?
a_ok2me said:
Does it work in Excel and Word?
Click to expand...
Click to collapse
I just played around with Word, and it is definitely working. I am not sure about Excel, will update soon
I have downloaded this file half a dozen times, and I cannot unzip it using either Windows Explorer or WinRar... Is there another source for it?
it's really an important post,great work mate.
it's a rich material for WP7 Rom Cooking,,,who don't like recipes.....
Filesystem
Is there a way to view the file system of the emulator? Some of the original emulator unlocks seemed to have this feature but I haven't been able to find discussion of it with the more recent updates.
Any advice on how to view the root directories?
Is this a full rom with all the features on it ? (phone, xbox,etc)
Windows Phone 7 Emulator Unlocked - can't unzip
I have tried downloading the file, but WinRAR and Windows Explorer both say that the file is corrupt, and I can't unzip it. I have also tried following the directions to unlock it myself, but when I open up my bin file, everything is using the Cyrillic alphabet, so I don't know where to find the changes to make.
Suggestions?
Is there a way to unlock the settings to test syncing email accounts?
sutt359 said:
Is there a way to unlock the settings to test syncing email accounts?
Click to expand...
Click to collapse
Unfortunately, no. Even the original emulator that was super easy to crack and allowed almost-everything-under-the-sun didn't allow that unfortunately. It sucks because it looks like the new emulator is severely nerfed now where at least I could show off the basic functionality before. I hope MS goes back and gives us a ROM that does a little more 1:1 with a functional device. Not like I'd rather use the emulator than my phone anyway.

[ROM] FroyoB BSY V1- The fastest ever (Released 12/11/2011)

This is my new ROM.
Credit:
Neopeek, Tiad8, XDA, LZHwsdlcx, fagyi, midnight, BlackRa1n and everyone who are working and using this build.
My device is RAPH100 and I'mi it's OC to 691Mhz - I'm getting ~25.3 FPS in neocore and ~556 point on quadrant.
The only thing that doesn't work for me is BT Audio.
what works:
3G
WIFI
BT - DATA
GPS
Old Market - for speed (you can install a new one if u want)
USB
No problem with Clock
Camera + Video
Location on wifi and phone signal - works.
and More...
install:
just copy to SD and add your Startup.txt (according to your device).
I added "acpuclock.oc_freq_khz=691200 acpuclock.force_turbo=1" to the startup.txt - you can try and see the result.
Link:http://froyob.blogspot.com/2011/11/froyob-bsy-v1-fast-and-stable.html
{
"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"
}
[Q]
install:
just copy to SD and add your Startup.txt (according to your device).
Downloaded
Extracted main folder
Copied npkboot to SD
Putted startup fail of my device to main category npkboot folder
Started haret.exe
and error, can't load some system fails... something forgot?
I have the same problem.
"Unable to open persistent property directory /data/property errno: 2"
eclipse6220 said:
I have the same problem.
"Unable to open persistent property directory /data/property errno: 2"
Click to expand...
Click to collapse
I'm too =(
[resolved]
All work fine, pretty fast rom
people, that can't istall, go to froyoB blog and find installation instruction
you need make partitions and install it.
Great ROM! Many thanks...
However I can't find the Froyo default email app. Can I install this separately and where can I download it?
Sent from my GT-I9000 using Tapatalk
i realy dont know how this rom work... i try boot on two HTC TP, and same problem, so what i do ? i just copy npkboot folder contents to mu SD card + startup.txt, them just touch heart.exe and after few minutes freeeeezing, just one command repeat every 5 min and thats it... so, whats wrong ??
This thread lacks a proper tutorial,anyways,http://www.neopeek.com/viewtopic.php?f=16&t=6675
You need to partition your microSD card properly as indicated 4 messages back by relaxxrr.
Sent from my GT-I9000 using Tapatalk
ilovespam said:
Great ROM! Many thanks...
However I can't find the Froyo default email app. Can I install this separately and where can I download it?
Sent from my GT-I9000 using Tapatalk
Click to expand...
Click to collapse
Does anyone know how to get Exchange email working on this rom?
Sent from my GT-I9000 using Tapatalk
fail to get 3g to work
Stay away from this
I wouldnt install this
Dev never puts instructions, never supports his rom. Doent even put a link on here to download it.
Then when you get it installed, it doent work.
I would stay away from this. Dont support Devs that do these things
bad links
I know this is an old thread but is there any way I could get this rom on a mirror link that is working, the main link on the tread just keeps sending me to livid download manager, the same as the blogspot posts do. I don't want a new download manager I just want the rom.
Supermatt01 said:
I know this is an old thread but is there any way I could get this rom on a mirror link that is working, the main link on the tread just keeps sending me to livid download manager, the same as the blogspot posts do. I don't want a new download manager I just want the rom.
Click to expand...
Click to collapse
I know its a bit late but just noticed:
http://files.xdandroid.com/
For future references.
I will re-upload all the packages and try to maintain the download links, for future people like you, cause alot of these kind of sites have shutdown already
axe_1337 said:
I will re-upload all the packages and try to maintain the download links, for future people like you, cause alot of these kind of sites have shutdown already
Click to expand...
Click to collapse
Thanks. I like my little TP but it kinda bites too. I wish there were some devs still trying to get it to nand. And I wish I had some more skills at this, I would try to keep the project alive.

Categories

Resources