Nexus one bootscreen for Tattoo - Click Themes and Apps

Hi all,
Before you say something I just "ported" a boot screen from Nexus One to Tattoo (this included resizing the picture to our screen res). Here it is:
Nexus One Bootscreen for HTC Tattoo
Here is how you backup your old boot screens and how you set up the new one to be used (u must be root and I also think that Android 2.1 has a different location for these files, but I have only 1.6. If someone know how to do this on 2.1 tell me how and I will update my post!):
1. Unpack the zip file (a new folder named 'boot' should be created)
2.
Code:
adb shell
# cd /system/media/bootscreen
# mkdir /sdcard/bootscreen_backup
# cp /system/media/bootscreen/* /sdcard/bootscreen_backup
# rm *
# exit
3. Now perform
Code:
adb push pathtobootfolder\boot /system/media/bootscreen
That's it. If you're tired of the Nexus Onbe Bootscreen and you want the old one, do:
1. adb shell
Code:
rm /system/media/bootscreen/*
cp /sdcard/bootscreen_backup/* /system/media/bootscreen
Finito!
Have fun!
/Edit1: I have set Audio=0 in the xml-config because I'm tired of the boot sound...
/Edit2: Changed screenX to 0, thanks to coolbits for this
/Edit3: For those guys having problems understanding what to do - look at this post

Thanks for this
Also change:
screenX="0"
to not get empty first 40 pixels of the screen

Working
Good Work, it's all good on my Tattoo

to have this in my tattoo, it has to be rooted?

djhancks said:
to have this in my tattoo, it has to be rooted?
Click to expand...
Click to collapse
Yes! Root is required.
How to do this in Android 2.1? There is no /system/media/bootscreen folder.

aam.. because i'm a newbie here where do i have to unpack those files?
and where should i write those commands?

djhancks said:
aam.. because i'm a newbie here where do i have to unpack those files?
Click to expand...
Click to collapse
My dear fellow Tattoo user, you can unpack the zip file wherever you like, eg. Desktop.
djhancks said:
and where should i write those commands?
Click to expand...
Click to collapse
First, you need to have working connection from PC to your phone trough ADB. Those commands you must type in Terminal i.e. Command Line, like this (this is Terminal in Ubuntu, don't be confused - menu is localized in my native language):
{
"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"
}

thanks a lot m8
i think you should edit your first post and add this for all us newbies to understand
thanks again

dejandekic said:
My dear fellow Tattoo user, you can unpack the zip file wherever you like, eg. Desktop.
First, you need to have working connection from PC to your phone trough ADB. Those commands you must type in Terminal i.e. Command Line, like this (this is Terminal in Ubuntu, don't be confused - menu is localized in my native language):
Click to expand...
Click to collapse
Nice explanation
dejandekic said:
Yes! Root is required.
How to do this in Android 2.1? There is no /system/media/bootscreen folder.
Click to expand...
Click to collapse
Sorry, I don't have Eclair Tattoo build installed (will flash it when FM Radio and Camera are working). I have updated my 1st post with requirements and restrictions...

those commands work on windows cmd ???

sure they do, but you have to be in the same folder with adb.exe and type adb.exe instead of adb

NForce25 said:
sure they do, but you have to be in the same folder with adb.exe and type adb.exe instead of adb
Click to expand...
Click to collapse
thanks m8, i'm a lil' newbie for all that stuff, but thanks to this guide i can manage
to do this

nice bootscreen, biggest win is turning that F***ing sound off

havok123 said:
nice bootscreen, biggest win is turning that F***ing sound off
Click to expand...
Click to collapse
i like this sound

What am I doing wrong?

I've done a similar bootscreen, but I kept the proportions on the logo and it's oriented the right way (top left to bottom right: blue, red, yellow & green).
Also, I kept the green little buddy and its sound but I removed the annoying sound when the htc-logo should appear.
I attached the zip-file which contains everything (boot.gif, boot1.gif, boot2.gif, boot_bg.gif, boot_animation.xml and boot.mp3)

sheik_yerbouti said:
View attachment 319318
What am I doing wrong?
Click to expand...
Click to collapse
Did you remount RW?

worked for me great

same error by mine,
someone tell me how to "Did you remount RW?"
Greets

"adb remount"
in terminal...

Related

where to get jbed aka. java box by esmertec

Hey guys, I'm just wondering where to get that java box for the hero phone ( like in the modaco Rom)
Thanks in advance!
i would also like this, I extracted the apk but i need more then that because it wont run on my friends stock hero.
im an mgmaps user so java is required!
huh, any replies to this? i'm not rooted, stock upgraded rom, can i get java and where can i find a suitable app?
http://lmgtfy.com/?q=jbed+android+apk
first link ... took me 5 secs
alright dudes, here is the tutorial for that.. thought everyone had found it for himself, but okay ;-)
http://home.leakdroid.com/2009/08/31/java-app-for-android/comment-page-1/
keyra74 said:
http://lmgtfy.com/?q=jbed+android+apk
first link ... took me 5 secs
Click to expand...
Click to collapse
yeah, aren't you cute, found that myself, thank you oh-so-very-much....now, this:
adb remount
adb install Jbed.apk or adb push Jbed.apk /system/app
adb push libjbedvm.so /system/lib
adb shell reboot
is French to me....je ne parle pas francais!!!!
so, illiterate as i am, i turned to a forum of experts for a bloody answer....so, once again, thank you oh-so-very-much for providing it
i hope i've embedded enough sarcasm to make you realize you haven't helped a bit!
{
"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"
}
1. Download this
2. Start a shell (i prefer adb shell), and type the following (each line confirmed with the return key)
Code:
adb remount
adb install Jbed.apk or adb push Jbed.apk /system/app
adb push libjbedvm.so /system/lib
adb shell reboot
Ready to take off with Java!
suisen said:
yeah, aren't you cute, found that myself, thank you oh-so-very-much....now, this:
adb remount
adb install Jbed.apk or adb push Jbed.apk /system/app
adb push libjbedvm.so /system/lib
adb shell reboot
is French to me....je ne parle pas francais!!!!
so, illiterate as i am, i turned to a forum of experts for a bloody answer....so, once again, thank you oh-so-very-much for providing it
i hope i've embedded enough sarcasm to make you realize you haven't helped a bit!
Click to expand...
Click to collapse
They helped you out to much if you ask me...
Don't forget that this is a development sub-forum! If you don't understand the things mentioned here you should post your question in the general forum where they could help you out step by step.
does not work with the new rom release(rooting was no problem with flashrec and does work)
ginchiller said:
does not work with the new rom release(rooting was no problem with flashrec and does work)
Click to expand...
Click to collapse
in modaco it is already included, with normal rom it works (tested and using it)
that is just a proof that it is working in the new release, but how could it be installed without flashing to modaco?
maybe by reading this thread?
http://forum.xda-developers.com/showpost.php?p=4545215&postcount=7
yeah,...thanks... but as i said this method is not working with the new rom...
i figured out how to install it on the new rom!!!
as i said i have allready rooted it with this tutorial
Flashrec
so i had the cm-hero-recovery.img on my phone again
i restarted the phone holding POWER+HOME (not power+back)
then i typed in the following commands into the cmd (be sure that you have the Jbed.apk & libjbedvm.so in your android sdk tools folder)
Code:
adb shell mount /system
adb push Jbed.apk /system/app
adb push libjbedvm.so /system/lib
adb shell reboot
and after the reboot there it should be, i hope i could help someone with the same problem
Worked perfectly ginchiller ty
Is there a way to fullscreen mode?
I have installed the new opera mini but it has bugs with landscape.
Without landscape its ok but I want it in fullscreen...
for those j2me apps i tried yet, fullscreen works perfectly
How to install applications? When i run jbed i see sdcard folder. What i have to do?
close jbed, open a file browser, goto the folder where you stored the java-program (*.jar) and open/execute it with jbed (just open it, normally after a successful installation of jbed, jbed will pop up)
ohh, i will try another file manager because when i tap on .jar file in SUBFS its try to extract files not execute)))

IGO for Tattoo ?

I'm looking for IGO bun resolution on Tattoo is too low 240x320 and the application don't work properly. Is there IGO with properly resolution for Tattoo ?
best place to ask if you are a member is on ppcwarez.org as they alter screen resolutions to suit different hardware.
sygic is working on tattoo
CoPilot is also working on Tattoo. I tried Sygic, but I had some weird behaviour on the screen, so I decided to uninstall. Copilot has been working excellent; feels solid.
iGO works too,
see here:
http://forum.xda-developers.com/showpost.php?p=5742951&postcount=55
Hello,
Can you help me with my Igo because i'm a newbie and english is not my mother language, so i did not understand how to make my igo to work.
Thank's in advance.
i have windows 7 os and i've rooted my mobile and downloaded the data.gro too.
I've installed the iGo to my tattoo and killed it. Now how to run the commands in the cmd window? Can anyone here help me please?
djhancks said:
... Now how to run the commands in the cmd window? Can anyone here help me please?
Click to expand...
Click to collapse
I will help you my Greek brother
First, download Android SDK, from here. Unpack/unzip to your folder of choice.
Fire up CMD, and navigate to folder where you just unzipped Android SDK, and to subfolder „tools“. Eg:
Code:
cd C:\android-sdk\tools
Now, you just follow instruction you can find in that topic about iGO, like this:
Code:
adb.exe push C:\path\to\data.gro /data/local/bin/
adb.exe shell
$ su
# mv /data/local/bin/data.gro /data/data/com.navngo.igo.javaclient
Please note, you don't type the „$“ and „#“ signs, it's just what console looks like.
thanks a lot my greek brother, i owe you much
add me on msn so we can chat boy
can we replace data.gro without rooting the mobile manually? :/
You need root to access the directory, where the file is saved. Without root you'll just get "permission denied"
ok guys, i rooted my cellphone and tried to apply data.gro to the folder it's needed...
I reached this part
"# mv /data/local/bin/data.gro /data/data/com.navngo.igo.javaclient"
but then nothing happened... i started iGo but resolution was big as it was before.. :/
You have to start iGo (that it could create all needed settings folders and files), and then mv /data/local/bin/data.gro /data/data/com.navngo.igo.javaclient/data.gro
NForce25 said:
You have to start iGo (that it could create all needed settings folders and files), and then mv /data/local/bin/data.gro /data/data/com.navngo.igo.javaclient/data.gro
Click to expand...
Click to collapse
i ll start it again over from the beginning
iGo works but still too big..
Hi guys,
I just did what have to be done, and there.. iGo works.. well.. but not properly..
The data.gro here is still too big for Tattoo.. (pix are at the attachment)
Who can reduce this resolution, please? Or how can I edit the data.gro?
Thanks very much ,
Apex
{
"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"
}
it's my second try though i've done nothing...
I install iGo through the HTC Sync program (have ticked uknown sources from settings->apps)
I copy the iGo files into the SD
Open the iGo and see the languages option
kill it with taskkiller..
and fire up cmd
so commands commands commands...
afterh #mv... nothing!
what's wrong? :/
mv doesn't have to write anything out to console, are you sure that iGo doesn't work after that?
NForce25 said:
mv doesn't have to write anything out to console, are you sure that iGo doesn't work after that?
Click to expand...
Click to collapse
yes, when i say nothing there i don't mean that i'm waiting the console to write something. when i start iGO again it goes me to the languages option where i killed it before this whole thing happened with the resolution i don't want to.. the big one..
i also tried to adb reboot after doing the whole process but nothing happened too..
i'm really new to android, like ... i have tattoo for 2 days
so.. i have installed IGO on the device, by the language menu i've killed it, and now in the command window i typed this
C:\android-sdk\tools>adb.exe push c:\tato\data.gro data/local/bin
* daemon not running. starting it now *
* daemon started successfully *
error: device not found
device not found ... do i need a driver for this ?
ok, so i found drivers here
and now i have this:
C:\android-sdk\tools>adb.exe push c:\tato\data.gro data/local/bin
1300 KB/s (6302929 bytes in 4.732s)
C:\android-sdk\tools>adb.exe shell
$ su
su
su: permission denied
$ ^C
permission denied ? what do i have to do to have permission ?
ok, now i'm stuck here :
C:\android-sdk\tools>adb shell "cd /data/local/bin && chmod 755 ./m7
cd: can't cd to /data/local/bin

[SKIN] NewSense-Like NavBar - Froyo Sense only

{
"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"
}
Instruction :
1. Backup your com.htc.resources.apk to your PC or SDCard.
2. Download the Rar file, Unrar and put it in ADB folder
3. Boot into recovery mode.
4. Open Command Prompt, point to your ADB folder
5. Type this:
Code:
adb shell mount /system
adb push [COLOR="DarkRed"][B]com.htc.resources.apk[/B][/COLOR] /system/framework/[B][COLOR="DarkRed"]com.htc.resources.apk[/COLOR][/B]
6. Reboot your phone.
Click to expand...
Click to collapse
Get into trouble?
- Use your backed up com.htc.resources.apk from Step 1 and push it back to your phone.
Click to expand...
Click to collapse
Don't want this apk 'cause the one on your phone is different?
Drawable-port-mdpi folder
You have to replace this folder into your com.htc.resouces.apk/res/ yourself.
Click to expand...
Click to collapse
Installed! It works smooth so far...Great job mate! It really refreshed my phone and I needed that
Thank you!
Installed,I like it
great job mate.
Helo. One question.
ADB folder - where is this folder?
I have Froyo and i would like this bar weary much.
Sorry for stupid QU.
Strazzi said:
Helo. One question.
ADB folder - where is this folder?
I have Froyo and i would like this bar weary much.
Sorry for stupid QU.
Click to expand...
Click to collapse
- Download AndroidSDK
- Unzip it and you will have a folder with subfolder "tools" <~ ADB folder.
I have android sdk, so i unzip in tools folder,, open CMD, go tu that folder and type that command? In recovery mode?
Strazzi said:
I have android sdk, so i unzip in tools folder,, open CMD, go tu that folder and type that command? In recovery mode?
Click to expand...
Click to collapse
READ THIS : http://forum.xda-developers.com/showthread.php?t=502010
cryshop said:
READ THIS : http://forum.xda-developers.com/showthread.php?t=502010
Click to expand...
Click to collapse
THX men. And sorrz again for stupid qu.
Need root? i have a problem...
when i go to recovery mode, the prompt say the my device is offline.
nakajima_br said:
Need root? i have a problem...
when i go to recovery mode, the prompt say the my device is offline.
Click to expand...
Click to collapse
Ofcourse, If you're planning to stay here (xda-developer) for a while, you need root. I don't know what you can do with an unroot phone at xda
i change for a rooted rom and do this procedure but nothing's change...
is there another way to apply this skin?
nakajima_br said:
i change for a rooted rom and do this procedure but nothing's change...
is there another way to apply this skin?
Click to expand...
Click to collapse
Use this instead, it includes lockscreen and navbar
NOW works!!! TKs
THANKs cryshop
This is GREAT WRK
is it possibal to provide it in​Flashable zip
1. .................
2. Flash it like a rom via Rom manager or clockworkmod recovery​as in this
cryshop said:
Use this instead, it includes lockscreen and navbar
Click to expand...
Click to collapse
Hello, i'm new in this forum...
(sorry for my bad english)
I have a question : this skin run only froyo with HTC sense? or can run with another rom (cyanogenmod 6.1.0)?
tristus said:
Hello, i'm new in this forum...
(sorry for my bad english)
I have a question : this skin run only froyo with HTC sense? or can run with another rom (cyanogenmod 6.1.0)?
Click to expand...
Click to collapse
This skin is a com.htc.resources.apk file, CM doesn't use this.
can u post stock sense navBar and lockscreen ZIP... just in case if someone want stock back... thanks
can you change the button function?
"1. Backup your com.htc.resources.apk to your PC or SDCard."
I am sorry, could you tell me more details? I must install it first, then use Root Explorer to get the file named com.htc.resources.apk in data/app folder?
Nice but i dont instal it, Im greener in android i dont want mess up something

[BOOTSCREENER]bootanimation htc original for cm7 and sound

Hello, after searching like crazy the htc bootscreener for cm7 and not find it , I decided to create.with the help of the wiki to HTCMANIA and satyr climbed on her day.sorry my English.
This is the bootscreener:
(bootanimation.zip)
{
"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"
}
Nexus bootscreen:
(decompress nexus.zip)
Thanks to yatin kumar for the idea.
For installation: For those who have little experience with adb can do so by placing the bootanimation.zip with Root Explorer at the root of the sdcard and then copying and replacing it in the path "System / media / " pressing Mount R / W, then copying it again and paste it in the path "/ data / local /" again by pressing Mount R / W and reboot the pda.
To install by adb by armude
adb remount
adb push bootanimation.zip /system/media/bootanimation.zip
adb push bootanimation.zip /data/local/bootanimation.zip
adb reboot​if you still try to change thisadb remount
adb shell rm /system/media/bootanimation.zip
adb reboot​
Click to expand...
Click to collapse
To install by Rcovery by armude
Put flashHTC or flashnexus in the root of the sd card, boot into recovery and install as if it were a rom.install zip from sdcard/choose zip from sd card.
To install Sound
Download this file.Put it in the root of the sd and On your phone, open terminal emulator, and type in the following:
su [enter]
cd /sdcard [enter]
ls[enter][to list all files, you should see bootsnd.sh]
sh bootsnd.sh [enter]​Everything Went well if we will return #
Thanks to @teh roxxorz .This is the original post
Then do as the bootanimation.zip but android_audio.mp3(decompress android_audio.mp3.zip)
adb remount
adb push android_sound.mp3 /system/media/android_audio.mp3
adb push android_sound.mp3 /data/local/android_audio.mp3
adb reboot​We can also do this with the script of armude scriptbootsound_v2.zip we downloaded and put it in the root of the sdcard and flashed as if it were a rom ... started the tattoo and in terminal write this:su [enter]
cd /sdcard [enter]
sh bootsnd.sh [enter]
reboot​
Note:When upgrading to a new version of the rom we repeat the process bootsnd.sh and if we install of 0, the entire process.
Greetings
works great and nice, good job furious!!
how can i install? I do not understand...
i've downloaded bootanimation.zip and put it to the folder: rtattoo
what i've to do now?
thanks ps. i'm noob...
FX_fighter said:
how can i install? I do not understand...
i've downloaded bootanimation.zip and put it to the folder: rtattoo
what i've to do now?
thanks ps. i'm noob...
Click to expand...
Click to collapse
Open cmd window and write:
cd C:\rtattoo
adb remount
adb push bootanimation.zip /system/media/bootanimation.zip
adb push bootanimation.zip /data/local/bootanimation.zip
adb reboot
relaxed!!!! it works! thanks very much!!!!!
realy nice!
FX
Yesterday I made the same bootanimation.zip (I tought so) but when I installed on my phone I couldn't see anithing on my phone.. but it just started my phone.. without any bootscreen? Can I just make a bootanimation.zip or do I have to do something with the zip?
So my question is.. can I make my own bootscreen?
sorry for my bad English
FX
Why should copy this file to /data/local/?
brooklyn2001 said:
Why should copy this file to /data/local/?
Click to expand...
Click to collapse
For that upgrading a rom,without wipes, this persists.
Greetings.
FX_fighter said:
Yesterday I made the same bootanimation.zip (I tought so) but when I installed on my phone I couldn't see anithing on my phone.. but it just started my phone.. without any bootscreen? Can I just make a bootanimation.zip or do I have to do something with the zip?
So my question is.. can I make my own bootscreen?
sorry for my bad English
FX
Click to expand...
Click to collapse
Sure you can,you have to have some understanding and find how to do.
I want to see mine bootanimation, but I do not know how to put animation in the forum. please tell me how
Nexus Bootscreen
Can anyone make bootscreen.zip from this gif image in attached zip
yatin kumar said:
Can anyone make bootscreen.zip from this gif image in attached zip
Click to expand...
Click to collapse
Here you have it ...
Edit:moved to first post.
I'm sorry. I deleted everything
@ liupos
Typically, you opened your own theme, do not meddle in mine ...are things that will never understand.
furious anger said:
Here you have it ...
Click to expand...
Click to collapse
Thanks
How you make them ?
Typically, you opened your own theme, do not meddle in mine ...are things that will never understand.
Click to expand...
Click to collapse
you are very "strong"
i like that one(colored X) too furious, you should put it on the first post.
Great job furious!!
liupos said:
you are very "strong"
Click to expand...
Click to collapse
Ok, all fixed ... speaking people understand.
thanks
armude said:
i like that one(colored X) too furious, you should put it on the first post.
Great job furious!!
Click to expand...
Click to collapse
armude reason I have it ...thanks
liupos said:
you are very "strong"
Click to expand...
Click to collapse
he is not been strong with you, you should open your own thread or askked the creator of this thread before you put your bootanimation.
sorry for the offtoppic

[Q] Copy files from device to pc hdd via adb shell

I am having trouble finding the right command to copy a file from a device via adb shell to my pc. I tried -mv- but that just renamed it.
Code:
mv Camera c:/camera
renamed to c:camera
adb pull /path/to/Camera C:\camera
RoberGalarga said:
adb pull /path/to/Camera C:\camera
Click to expand...
Click to collapse
yeah I tried that. I think that since my phone is locked, I can't su the shell. I actually tried a single file also. No luck.
das-heftige said:
yeah I tried that. I think that since my phone is locked, I can't su the shell. I actually tried a single file also. No luck.
Click to expand...
Click to collapse
I don't have to unlock my tablet to pull files. You are doing the command from the PC, right, like in a DOS box? You should be able to see the files by doing "adb shell ls /sdcard/DCIM/Camera/". "adb pull /sdcard2/DCIM/Camera ." will pull all of the pictures on my Hisense external sdcard into the current "." windows directory on my computer.
BSODs when using usb 3.0
das-heftige said:
I am having trouble finding the right command to copy a file from a device via adb shell to my pc. I tried -mv- but that just renamed it.
Code:
mv Camera c:/camera
renamed to c:camera
Click to expand...
Click to collapse
Hi,
I have facing out weird problem. Why, when i using adb command to copy file from PC windows to android Devices using Port usb 3.0. Windows will be immediately Blue Screen. Note: in blue screen appears, Bluescreen: Physical Memory Dump
I using Windows 7 (Zotac CPU). But, when i using standart USB port in zotac. Will be running.
Anyone knows, why the problem appears?
Thanks
Android All In One Toolkit - Data Transfer Via ADB
das-heftige said:
I am having trouble finding the right command to copy a file from a device via adb shell to my pc. I tried -mv- but that just renamed it.
Code:
mv Camera c:/camera
renamed to c:camera
Click to expand...
Click to collapse
Hii
I Developed an application named "Android All In One Toolkit" With Windows GUI...
1. Data Transfer
{
"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"
}
No Need to type single command
just put path in text box & Press Pull From Device button..
It has feature for fast data transfer over adb without mounting sd card...
It also has many more features that will make your workflow much easier..
Check out my Application
Thread : http://forum.xda-developers.com/showthread.php?t=2494319
aditya.kamble said:
Hii
I Developed an application named "Android All In One Toolkit" With Windows GUI...
1. Data Transfer
No Need to type single command
just put path in text box & Press Pull From Device button..
It has feature for fast data transfer over adb without mounting sd card...
It also has many more features that will make your workflow much easier..
Check out my Application
Thread : http://forum.xda-developers.com/showthread.php?t=2494319
Click to expand...
Click to collapse
Sorry aditya, but I got an error launching the app,
It said "Could not find the main class : androidallinonetoolkit. Program will exit

Categories

Resources