If you cannot be bothered to modify your ubuntu system to allow file transfers to the Nexus 7 and are using adb to push files like I am you might be interest in getting more information from the file transfers.
When you transfer a file over adb there isn't much information telling you if the file might of stopped due to FAT32 limitations ect...
If you install pv on your Linux system you can get more information from these transfers
Pv installtion:
Ubuntu - sudo apt-get install pv
Fedora - sudo yum install pv
Usage:
adb push /Desktop/file.mp3 /emmc/Music | pv > /dev/null
Example:
{
"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"
}
Kinda useless but at least you see that the file is still transferring
Related
What is wrong here?
C:\AndroidSDK\android-sdk-windows\tools;C:\Program Files (x86)\Java\jre6\bin\java.exe
Keep getting this error when closing SDK down.
{
"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"
}
Java is installed to that DIR and I have tried space before ; and after etc. =\
Ta
Had the same issue on my X64 Windows 7 PC. You need to browse to the find_java.bat located in AndroidSDK\Tools\lib folder. Right click and select edit. Go down to line 27. It should read:
set java_exe="C:\Program Files\Java\java" or something similar
Depending on the version of the JDK you installed, you will need to change it to something similar to this:
set java_exe="C:\Program Files (x86)\Java\jdk1.6.0_19\bin\java"
You can confirm the correct path by browsing to the Java.exe you have installed and just copy the entire path location. PM me if you run into any issues.
I made this bootanimation that I am currently using on my gtab. All the image credit goes to the androiddevelopers youtube video previewing the honeycomb 3.0 features, I simply compiled it into a bootanimation sequence.
preview link
http://www.mediafire.com/?mnoqeqhi2kjs434
bootanimation link
http://www.mediafire.com/?320ld8swb0o3dc0
I renamed the original bootanimation.zip file to oldbootanimation.zip in root explorer first.
to add this to the gtab I used adb to push it to the /logodata/ folder under root
command
(file is in the adb folder)
adb devices ### to make sure the gtab is connected ###
adb push bootanimation.zip /logodata/
adb kill-server ### after file is transfered to safely disconnect the gtab ###
disconnect thegtab
reboot the gtab.
{
"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"
}
With Toolbox (via root) you can:
Reboot:
Fully
into recovery
into download mode
android only ("hot reboot")
Turn off the phone
Send APKs (zip-compressed) via bluetooth, email ecc
Remove system and user apps
Batch install APKs (apps) stored in a folder
Save a log cat into the sd card (/sdcard/logcats)
Save a dmesg into the sd card (/sdcard/dmesgs)
Display the partition map with per-partition usage
DISCLAIMER: Before redistributing applications check you have the rights to do it!
NOTE: We are not responsible for an inappropriate use of the present application.
Available languages: English, Italian.
{
"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"
}
Available here:
Android Market
anyone?
up!
I've got my phone hooked up with all of the relevant items downloaded and installed onto my PC.
The phone shows up fine in device manager and I can browse all of the folders via the PC.
I'm using this guide:
https://www.guidingtech.com/59895/le-2-rooting-guide-twrp-installation/
But there's never any device listed like this on my PC?
{
"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"
}
Any ideas?
Well I finally got ADB to work using the Minimal ADB Fastboot method.
I now have TWRP installed on the phone and tried to upgrade my ROM by transferring over the "update.zip" but I don't see it in the TWRP recovery install method.
I'm doing well!!!! FFS!
Digital version of Pie Nation
{
"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"
}
-----------------------BACKUP--------------------------------------
If you want to backup your current bootanimation then:
-Mount OEM in twrp touchscreen
-adb shell then cd /oem/media
-mv bootanimation.zip bootanimaBAK.zip
-cd ../../
-Uncheck OEM in twrp mount section to unmount /oem
-----------------------------------------------------------------------
If you don't care for backup, just flash the zip file below:
*** By the way, there's also a redundant bootanimation.zip on /system/media should you ever need it back. ***
View attachment Pie_NationDigital1080p.zip