ok, so i'm trying to put a bootanimation and the trackball succession mod on my phone.
i downloaded the files, renamed them, put them in my tools folder and opened the command window. typed adb remount, that worked. typed adb devices, my phone is there so that worked. and when i type adb push and the whole file name and what not it says cannot stat no such file or directory.
so i tried putting it on the root of my c drive and doing it that way and it still wouldn't work.
any suggestions or anyone know what's going on here??
Copy/paste out the entire adb session. Include a dir listing of the folder you are presently in as well.
i'm sorry, but i'm kind of new to all of this, so i'm not sure how to include the dir listing of the folder
but here's the session
C:\Users\SubyWIll\Desktop\android\tools>adb remount
remount succeeded
C:\Users\SubyWIll\Desktop\android\tools>adb devices
List of devices attached
HT9CSP818771 device
C:\Users\SubyWIll\Desktop\android\tools>adb push bootanimation.zip /data/local
cannot stat 'bootanimation.zip': No such file or directory
C:\Users\SubyWIll\Desktop\android\tools>
can you provide a dir listing of your tools folder?
You can simply just:
dir > toolsdir.txt
then copy/paste the results.
ah, i think i got it now.
Volume in drive C has no label.
Volume Serial Number is EC86-7915
Directory of C:\Users\SubyWIll\Desktop\android\tools
03/18/2010 03:19 PM <DIR> .
03/18/2010 03:19 PM <DIR> ..
02/05/2010 06:22 PM 43,684 acp.exe
02/05/2010 06:22 PM 2,530,671 adb.exe
02/05/2010 06:22 PM 96,256 AdbWinApi.dll
02/05/2010 06:22 PM 60,928 AdbWinUsbApi.dll
02/05/2010 06:23 PM 3,394 android.bat
02/05/2010 06:23 PM 1,565 apkbuilder.bat
03/18/2010 01:47 PM 1,704,320 bootanimation.zip.zip
02/05/2010 06:23 PM 2,129 ddms.bat
02/05/2010 06:22 PM 128,177 dmtracedump.exe
02/05/2010 06:23 PM 1,491 draw9patch.bat
02/05/2010 06:22 PM 10,897,908 emulator.exe
02/05/2010 06:22 PM 493,759 etc1tool.exe
02/05/2010 06:22 PM 994,279 fastboot.exe
02/05/2010 06:23 PM 1,528 hierarchyviewer.bat
02/05/2010 06:22 PM 30,963 hprof-conv.exe
02/05/2010 06:23 PM <DIR> Jet
02/05/2010 06:23 PM 1,680 layoutopt.bat
02/05/2010 06:22 PM <DIR> lib
02/05/2010 06:22 PM 86,528 mgwz.dll
02/05/2010 06:22 PM 29,498 mksdcard.exe
02/05/2010 02:53 PM 203,735 NOTICE.txt
03/16/2010 05:37 PM 4,048,896 recovery.img
03/18/2010 02:19 PM 504,467 services.jar.zip
02/05/2010 02:53 PM 33 source.properties
02/05/2010 06:22 PM 1,696,645 sqlite3.exe
03/18/2010 03:20 PM 0 toolsdir.txt
02/05/2010 06:23 PM 1,982 traceview.bat
02/05/2010 06:22 PM 1,447,375 zipalign.exe
26 File(s) 25,011,891 bytes
4 Dir(s) 50,512,666,624 bytes free
is that what you need?
remove the last .zip from bootanimation.zip.zip and try again
or adb push bootanimation.zip.zip /data/local/bootanimation.zip
For best practices, I recommend removing the trailing .zip.
deprecate said:
remove the last .zip from bootanimation.zip.zip and try again
or adb push bootanimation.zip.zip /data/local/bootanimation.zip
For best practices, I recommend removing the trailing .zip.
Click to expand...
Click to collapse
haha i just noticed that, but why did it add a .zip to the end? i just added one .zip when i renamed it lol. i'm a little confused on how to remove the last .zip though lol
SubyWill said:
haha i just noticed that, but why did it add a .zip to the end? i just added one .zip when i renamed it lol. i'm a little confused on how to remove the last .zip though lol
Click to expand...
Click to collapse
My guess.
you have "hide file extensions" enabled in windows explorer so when you added a zip to the file, it simply tacked it onto the name which contained the .zip already.
To remove the zip, simple right click, rename, and move the cursor to where you can delete the last 4 chars (.zip).
deprecate said:
My guess.
you have "hide file extensions" enabled in windows explorer so when you added a zip to the file, it simply tacked it onto the name which contained the .zip already.
To remove the zip, simple right click, rename, and move the cursor to where you can delete the last 4 chars (.zip).
Click to expand...
Click to collapse
ahh i figured it all out, thanks man! i appreciate the help!
SubyWill said:
ahh i figured it all out, thanks man! i appreciate the help!
Click to expand...
Click to collapse
No worries. Glad you got it sorted out
Related
I used the ntrw utility to back up my SD card backup from my Blue Angel. I dont see the E drive showing in Windows Explorer but thats what drive it should be. I use this command:
ntrw read XDAIII.nb1 E:
results are:
NTRW v2.00
Removeable media
Cylinders: 0:1
TracksPerCylinder: 255
SectorsPerTrack: 63
BytesPerSector: 512
bufsize is 65536
507379712 bytes written bytes: 0
ReadFile(): XDAIII.nb1 -- The request could not be performed because of an I/O device error.
Is it normal to see that error? I did get 500KB bytes written out which seems huge but maybe because I backed up my BA to a 521MB card.
Can anybody tell me if this looks OK, I dont want to chance restoring a corrupted image. Are there any docs for ntrw.exe?
Thanks.
I got the same type of error. did you ever get an answer?
after I try to backup the SD to my harddrive, I get this message/error:
G:\incoming\blueangel>ntrw read XDAIIs.nb1 I:
NTRW v2.00
Removeable media
Cylinders: 0:31
TracksPerCylinder: 255
SectorsPerTrack: 63
BytesPerSector: 512
bufsize is 65536
255852544 bytes written bytes: 0
ReadFile(): XDAIIs.nb1 -- The parameter is incorrect.
The file is there if I do a directory listing:
Directory of G:\incoming\blueangel
05/26/2005 04:41 PM <DIR> .
05/26/2005 04:41 PM <DIR> ..
05/26/2005 04:39 PM 32,768 ntrw.exe
05/26/2005 04:39 PM <DIR> romupdate
05/26/2005 04:23 PM 16,677 romupdate.zip
05/26/2005 04:42 PM 255,852,544 XDAIIs.nb1 3 File(s) 255,901,989 bytes
I also posted a request for an answer at http://en.pdamobiz.com/en/forum/forum_posts.asp?TID=151&PN=1
but have no replies as of yet...
but I also see in http://forum.xda-developers.com/vie...s=0&postorder=asc&highlight=readfile&start=75
Note that after finishing the copy from your SD card to your_rom.nb1 file ntrw might give you an error, just don’t pay attention to it.
Click to expand...
Click to collapse
I never heard any response and I did see that quote as well about the error at the end.
Hey guys.
I've been interested in building a rom and flashing it for a little while now. There are threads about this that say to just dd the image onto /system after some modifications but what I'm going for is a zip file with my rom flashable by any of the various custom recovery images.
I looked at an example of a flashable zip and it just seems to be signed. So I zipped a single apk (test.apk) and signed it with jarsigner as I do for my android appsl
However when I use clockwork (and others) to flash this zip file it fails....
Is there some special format this zip should be in to flash via these recovery images?
Any help on this is greatly appreciated.
Here is what the zip file looks like when listing files:
Code:
Length Date Time Name
--------- ---------- ----- ----
393 2008-02-29 03:33 META-INF/MANIFEST.MF
446 2008-02-29 03:33 META-INF/CERT.SF
1714 2008-02-29 03:33 META-INF/CERT.RSA
1014472 2008-02-29 03:33 system/app/Test.apk
alphis said:
Hey guys.
I've been interested in building a rom and flashing it for a little while now. There are threads about this that say to just dd the image onto /system after some modifications but what I'm going for is a zip file with my rom flashable by any of the various custom recovery images.
I looked at an example of a flashable zip and it just seems to be signed. So I zipped a single apk (test.apk) and signed it with jarsigner as I do for my android appsl
However when I use clockwork (and others) to flash this zip file it fails....
Is there some special format this zip should be in to flash via these recovery images?
Any help on this is greatly appreciated.
Here is what the zip file looks like when listing files:
Code:
Length Date Time Name
--------- ---------- ----- ----
393 2008-02-29 03:33 META-INF/MANIFEST.MF
446 2008-02-29 03:33 META-INF/CERT.SF
1714 2008-02-29 03:33 META-INF/CERT.RSA
1014472 2008-02-29 03:33 system/app/Test.apk
Click to expand...
Click to collapse
disable signature verification in your custom recovery.
Given that I totally dislike most, if not all, stock apps/bloatware, I tend to disable (and eventually remove) the ones that I don't need and I'm sure can be disabled/removed and not affect the phone's usefulness.
I usually start with Titanium Backup in a gradual process, and between restarts, just to be sure, and then for subsequent flashes I do it with SManager. In case anyone is interested, I'm posting below the packages I disabled, along with the PM command used, and attaching the script files I use with SManager (ADB and/or terminal emulator can also be used to run the scripts), which you should copy to your phone.
Note: You need to gain Super User access before running these commands:
Code:
pm disable com.sonyericsson.advancedwidget.feedwidget
pm disable com.sonyericsson.initialbootsetup
pm disable com.sonyericsson.facebook.proxylogin
pm disable com.sonyericsson.facebook.postview
pm disable com.sonyericsson.advancedwidget.updatestatus
pm disable com.sonyericsson.advancedwidget.notewidget
pm disable com.sonyericsson.music.youtubeplugin
pm disable com.sonymobile.android.externalkeyboardjp
pm disable com.google.android.apps.genie.geniewidget
pm disable com.facebook.katana
pm disable com.sonyericsson.androidapp.fbmusiclike
pm disable com.sonyericsson.advancedwidget.photo
pm disable com.sonymobile.sonyselectdata
pm disable com.sonyericsson.trackid
pm disable com.google.android.apps.docs
pm disable com.sonymobile.socialengine.plugins.twitter_sharefrwk
pm disable com.sonyericsson.extras.liveware
pm disable com.google.android.videos
pm disable com.sonyericsson.socialengine.plugins.picasa
pm disable com.sonymobile.photoanalyzer
pm disable com.sonyericsson.video
pm disable com.sonymobile.smallapps.notes
pm disable com.sonymobile.slideshow
pm disable com.sonymobile.smallapps.calc
pm disable com.sonyericsson.fbmediadiscovery
pm disable com.sonymobile.xperialink
pm disable com.sonyericsson.vendor.backuprestore
pm disable com.sonymobile.socialengine.plugins.playmemories
pm disable com.google.android.apps.uploader
pm disable com.sonyericsson.notes
pm disable com.sonyericsson.advancedwidget.friends
pm disable com.google.android.apps.plus
pm disable com.google.android.apps.magazines
pm disable com.sonyericsson.timescape.ui
pm disable de.gavitec.semc
pm disable com.sonyericsson.textinput.chinese
pm disable com.sonymobile.socialengine.plugins.facebook_sharefrwk
pm disable com.sonymobile.eustartpsm
pm disable com.sonyericsson.music.wikipediaplugin
pm disable com.android.onetimeinitializer
pm disable com.sony.snei.vu
pm disable com.sonyericsson.updatecenter
pm disable com.sonymobile.advancedwidget.topcontacts
pm disable com.google.android.marvin.talkback
pm disable com.sonyericsson.appshare
pm disable com.baidu.hao123
pm disable com.sonyericsson.eventstream.facebookplugin
pm disable com.google.android.videoeditor
pm disable com.google.android.apps.books
pm disable org.microemu.android.se.appello.lp.WisepilotSE
pm disable com.sonyericsson.android.pobox
pm disable com.ifeng.news2
pm disable com.sonyericsson.androidapp.fbcalendarsync
pm disable com.baidu.browser.apps_sj
pm disable com.mobisystems.office
pm disable com.baidu.appsearch
pm disable com.sonyericsson.eventstream.twitterplugin
pm disable com.google.android.talk
pm disable com.sonyericsson.socialengine
pm disable com.sonyericsson.advancedwidget.music
pm disable com.sonyericsson.socialpane.friends
pm disable com.sonymobile.socialengine.plugins.flickr
pm disable com.sony.snei.mu.phone
pm disable com.sonymobile.advancedwidget.sonyselect
pm disable com.sonymobile.sonyselect
pm disable com.baidu.searchbox
pm disable com.sonymobile.helpapp7
pm disable com.sonyericsson.socialengine.plugins.facebook
pm disable com.sonyericsson.eventstream.twitterpostviewer
pm disable com.google.android.play.games
pm disable com.sonymobile.advancedwidget.worldclock
pm disable com.sonyericsson.photoeditor
pm disable com.sonyericsson.music.youtubekaraokeplugin
pm disable com.sonymobile.twitter.account
P.S.: I'm on @DaRk-L0rD's deodexed version of EXR's Leaded JB 4.3 ROM, but I'm pretty sure most packages are the same in both ROMs (don't think @DaRk-L0rD removed anything).
And if you're really going to uninstall system apps, be totally sure and/or make backups first.
@Antiga Prime i removed only some google stuff so no problem
Antiga Prime said:
Given that I totally dislike most, if not all, stock apps/bloatware, I tend to disable (and eventually remove) the ones that I don't need and I'm sure can be disabled/removed and not affect the phone's usefulness.
I usually start with Titanium Backup in a gradual process, and between restarts, just to be sure, and then for subsequent flashes I do it with SManager. In case anyone is interested, I'm posting below the packages I disabled, along with the PM command used, and attaching the script files I use with SManager (ADB and/or terminal emulator can also be used to run the scripts), which you should copy to your phone.
Note: You need to gain Super User access before running these commands:
Code:
pm disable com.sonyericsson.advancedwidget.feedwidget
pm disable com.sonyericsson.initialbootsetup
pm disable com.sonyericsson.facebook.proxylogin
pm disable com.sonyericsson.facebook.postview
pm disable com.sonyericsson.advancedwidget.updatestatus
pm disable com.sonyericsson.advancedwidget.notewidget
pm disable com.sonyericsson.music.youtubeplugin
pm disable com.sonymobile.android.externalkeyboardjp
pm disable com.google.android.apps.genie.geniewidget
pm disable com.facebook.katana
pm disable com.sonyericsson.androidapp.fbmusiclike
pm disable com.sonyericsson.advancedwidget.photo
pm disable com.sonymobile.sonyselectdata
pm disable com.sonyericsson.trackid
pm disable com.google.android.apps.docs
pm disable com.sonymobile.socialengine.plugins.twitter_sharefrwk
pm disable com.sonyericsson.extras.liveware
pm disable com.google.android.videos
pm disable com.sonyericsson.socialengine.plugins.picasa
pm disable com.sonymobile.photoanalyzer
pm disable com.sonyericsson.video
pm disable com.sonymobile.smallapps.notes
pm disable com.sonymobile.slideshow
pm disable com.sonymobile.smallapps.calc
pm disable com.sonyericsson.fbmediadiscovery
pm disable com.sonymobile.xperialink
pm disable com.sonyericsson.vendor.backuprestore
pm disable com.sonymobile.socialengine.plugins.playmemories
pm disable com.google.android.apps.uploader
pm disable com.sonyericsson.notes
pm disable com.sonyericsson.advancedwidget.friends
pm disable com.google.android.apps.plus
pm disable com.google.android.apps.magazines
pm disable com.sonyericsson.timescape.ui
pm disable de.gavitec.semc
pm disable com.sonyericsson.textinput.chinese
pm disable com.sonymobile.socialengine.plugins.facebook_sharefrwk
pm disable com.sonymobile.eustartpsm
pm disable com.sonyericsson.music.wikipediaplugin
pm disable com.android.onetimeinitializer
pm disable com.sony.snei.vu
pm disable com.sonyericsson.updatecenter
pm disable com.sonymobile.advancedwidget.topcontacts
pm disable com.google.android.marvin.talkback
pm disable com.sonyericsson.appshare
pm disable com.baidu.hao123
pm disable com.sonyericsson.eventstream.facebookplugin
pm disable com.google.android.videoeditor
pm disable com.google.android.apps.books
pm disable org.microemu.android.se.appello.lp.WisepilotSE
pm disable com.sonyericsson.android.pobox
pm disable com.ifeng.news2
pm disable com.sonyericsson.androidapp.fbcalendarsync
pm disable com.baidu.browser.apps_sj
pm disable com.mobisystems.office
pm disable com.baidu.appsearch
pm disable com.sonyericsson.eventstream.twitterplugin
pm disable com.google.android.talk
pm disable com.sonyericsson.socialengine
pm disable com.sonyericsson.advancedwidget.music
pm disable com.sonyericsson.socialpane.friends
pm disable com.sonymobile.socialengine.plugins.flickr
pm disable com.sony.snei.mu.phone
pm disable com.sonymobile.advancedwidget.sonyselect
pm disable com.sonymobile.sonyselect
pm disable com.baidu.searchbox
pm disable com.sonymobile.helpapp7
pm disable com.sonyericsson.socialengine.plugins.facebook
pm disable com.sonyericsson.eventstream.twitterpostviewer
pm disable com.google.android.play.games
pm disable com.sonymobile.advancedwidget.worldclock
pm disable com.sonyericsson.photoeditor
pm disable com.sonyericsson.music.youtubekaraokeplugin
pm disable com.sonymobile.twitter.account
P.S.: I'm on @DaRk-L0rD's deodexed version of EXR's Leaded JB 4.3 ROM, but I'm pretty sure most packages are the same in both ROMs (don't think @DaRk-L0rD removed anything).
And if you're really going to uninstall system apps, be totally sure and/or make backups first.
Click to expand...
Click to collapse
Hi, I'm trying to recreate your scripts to run on a Galaxy note 3 but they scripts always fail using SManager and end up getting killed. I've used a header like yours and the same pm disable command. Do you have any suggestions or ideas?
I use Android Tuner to remove most of this, and more. system/framework can also have a treatment. But be careful there.
mlin said:
Hi, I'm trying to recreate your scripts to run on a Galaxy note 3 but they scripts always fail using SManager and end up getting killed. I've used a header like yours and the same pm disable command. Do you have any suggestions or ideas?
Click to expand...
Click to collapse
Does the script fail or does it return "killed" for these processes?
I'm guessing it will most likely return "killed" for most processes, if not all, because these specific apps have to be running on your phone, and samsung has totally different apps. You'd have to figure out which processes you don't want and disable/freeze them (with Titanium Backup, for instance).
Once you've disabled them and want to create a faster process for doing so, say if you'd want to reinstall your OS, you can run the "pm list packages -d" (or "pm list packages -d > /sdcard/packages.txt") in a terminal window or ADB shell, which will output the names of the disabled apps, which you then copy/paste into the script.
Antiga Prime said:
Does the script fail or does it return "killed" for these processes?
I'm guessing it will most likely return "killed" for most processes, if not all, because these specific apps have to be running on your phone, and samsung has totally different apps. You'd have to figure out which processes you don't want and disable/freeze them (with Titanium Backup, for instance).
Once you've disabled them and want to create a faster process for doing so, say if you'd want to reinstall your OS, you can run the "pm list packages -d" (or "pm list packages -d > /sdcard/packages.txt") in a terminal window or ADB shell, which will output the names of the disabled apps, which you then copy/paste into the script.
Click to expand...
Click to collapse
Okay, thanks. Yeah, I used "package name viewer" to identify the names of packages to disable then manually entered them, in the same format you did, into a text file using Notepad++. I saved the file as a .txt and as a .sh and tried running it with SManager but got the killed message. I'll try again.
Wow thats help me
Wysłane z Xperia T by Tapa Talk.
There's a lot of people out there with bricked KFHD 2013 (the newest Fire HD), with a lot of them requesting for the stock system images for this device. Unfortunately, no one has done so yet. However, if you have this device, and are rooted, you can help. To create these images, connect to a PC via ADB and enter these commands:
Code:
adb shell su -c "dd if=/dev/block/mmcblk0p10 of=/data/local/backup/stock-boot.img"
adb shell su -c "dd if=/dev/block/mmcblk0p11 of=/data/local/backup/stock-system.img"
adb pull "/data/local/backup/stock-recovery.img"
adb pull "/data/local/backup/stock-boot.img".
adb pull "/data/local/backup/stock-system.img""
If someone could upload these somewhere and provide the download link it would be greatly appreciated.
Ph0enix_216 said:
There's a lot of people out there with bricked KFHD 2013 (the newest Fire HD), with a lot of them requesting for the stock system images for this device. Unfortunately, no one has done so yet. However, if you have this device, and are rooted, you can help. To create these images, connect to a PC via ADB and enter these commands:
Code:
adb shell su -c "dd if=/dev/block/mmcblk0p10 of=/data/local/backup/stock-boot.img"
adb shell su -c "dd if=/dev/block/mmcblk0p11 of=/data/local/backup/stock-system.img"
adb pull "/data/local/backup/stock-recovery.img"
adb pull "/data/local/backup/stock-boot.img".
adb pull "/data/local/backup/stock-system.img""
If someone could upload these somewhere and provide the download link it would be greatly appreciated.
Click to expand...
Click to collapse
*clapping*
About time someone posted this, i was thinking of doing it myself soon. Hopefully someone will pull their images and maybe, just maybe they will get added to kffa.
stunts513 said:
*clapping*
About time someone posted this, i was thinking of doing it myself soon. Hopefully someone will pull their images and maybe, just maybe they will get added to kffa.
Click to expand...
Click to collapse
There are so many threads for bricks posted in the Q&A section that it's seriously disorienting. My mom's got the Fire HD 2013, but I've been told that tinkering with it is a major no-no .
Assuming someone can pull the system images off the Fire HD 2013, then this script here should work on it as well.
Nobody wants to help?
>>>Sent from my homebuilt TARDIS running Android 4.4... or maybe it's a rooted Kindle Fire HD running CyanogenMod 11<<<
I'll do it, I have adb setup but am getting an error entering the first command in. Do I have to have the device rooted for this to work?
Error is "su: not found"
su makes me think I need to root it...
Lol, yeah it needs to be rooted.
Sent from my KFHD running CM11
Ok I've rooted, now getting different error. I'll see what I can do to work through it.
C:\android-sdk\platform-tools>adb shell su -c "dd if=/dev/block/mmcblk0p10 of=/data/local/backup/stock-boot.img"
/data/local/backup/stock-boot.img: cannot open for write: No such file or directory
---------- Post added at 10:14 PM ---------- Previous post was at 10:10 PM ----------
Got past that error as well, just had to create the /data/local/backup directory
I've entered the first command in and I'm waiting... not sure if it locked up or if it should take a while to run.
---------- Post added at 10:16 PM ---------- Previous post was at 10:14 PM ----------
And of course right when I post it finishes. I'm running the second command, but are we missing on command to create the stock-recovery.img file?
---------- Post added at 10:39 PM ---------- Previous post was at 10:16 PM ----------
Ok I don't really know what I'm doing but I did some quick reading about partitions so that I could grab the recovery and I found the command that lists the data I think we want. So this is the layout on my kindle.
[email protected]:/dev/block/platform/omap_hsmmc.1/by-name # ll
ll
lrwxrwxrwx root root 2014-02-17 21:42 boot -> /dev/block/mmcblk0p8
lrwxrwxrwx root root 2014-02-17 21:42 bootloader -> /dev/block/mmcblk0p2
lrwxrwxrwx root root 2014-02-17 21:42 cache -> /dev/block/mmcblk0p10
lrwxrwxrwx root root 2014-02-17 21:42 crypto -> /dev/block/mmcblk0p4
lrwxrwxrwx root root 2014-02-17 21:42 efs -> /dev/block/mmcblk0p6
lrwxrwxrwx root root 2014-02-17 21:42 idme -> /dev/block/mmcblk0p3
lrwxrwxrwx root root 2014-02-17 21:42 misc -> /dev/block/mmcblk0p5
lrwxrwxrwx root root 2014-02-17 21:42 recovery -> /dev/block/mmcblk0p7
lrwxrwxrwx root root 2014-02-17 21:42 system -> /dev/block/mmcblk0p9
lrwxrwxrwx root root 2014-02-17 21:42 userdata -> /dev/block/mmcblk0p11
lrwxrwxrwx root root 2014-02-17 21:42 xloader -> /dev/block/mmcblk0p1
So these are the commands that I ran.
adb shell su -c "dd if=/dev/block/mmcblk0p8 of=/data/local/backup/stock-boot.img"
adb shell su -c "dd if=/dev/block/mmcblk0p7 of=/data/local/backup/stock-recovery.img"
adb shell su -c "dd if=/dev/block/mmcblk0p9 of=/data/local/backup/stock-system.img"
-- I had to do a chmod 644 * on the /data/local/backup/ directory so that I could pull the files.
adb pull "/data/local/backup/stock-recovery.img"
adb pull "/data/local/backup/stock-boot.img"
adb pull "/data/local/backup/stock-system.img"
I should have the files posted soon. Do we need any of the others?
---------- Post added at 11:01 PM ---------- Previous post was at 10:39 PM ----------
Here are the files.
* Removed link
---------- Post added at 11:02 PM ---------- Previous post was at 11:01 PM ----------
I'll check this thread tomorrow, hopefully I can help out with getting this device going.
Your sure your Kindle is the "KIndle Fire HD 7 2013 MODEL, right?'
davethebrave14 said:
Your sure your Kindle is the "KIndle Fire HD 7 2013 MODEL, right?'
Click to expand...
Click to collapse
I just got this as a warranty replacement from Amazon yesterday. Model on the back cover is P48WVB4. This is the add supported model, not sure if that matters.
bmasephol said:
I just got this as a warranty replacement from Amazon yesterday. Model on the back cover is P48WVB4. This is the add supported model, not sure if that matters.
Click to expand...
Click to collapse
Does it have a front mounted camera and HDMI output? Also, run the command "adb shell mount > /sdcard/mount.txt" Then pull it off your device and post it here.
Sent from my iPod touch using Tapatalk
Ph0enix_216 said:
Does it have a front mounted camera and HDMI output? Also, run the command "adb shell mount > /sdcard/mount.txt" Then pull it off your device and post it here.
Sent from my iPod touch using Tapatalk
Click to expand...
Click to collapse
No front camera. Only port is headphone and micro USB. I'll have to do the adb later tonight to check that.
---------- Post added at 02:50 PM ---------- Previous post was at 02:34 PM ----------
Maybe another important piece is that this is the 8gb version, not a 16gb.
bmasephol said:
No front camera. Only port is headphone and micro USB. I'll have to do the adb later tonight to check that.
---------- Post added at 02:50 PM ---------- Previous post was at 02:34 PM ----------
Maybe another important piece is that this is the 8gb version, not a 16gb.
Click to expand...
Click to collapse
You definitely have the 2013 version. If you have 8GB of storage on your SD card, try to keep in mind that the total space of all three images is about 1GB (the boot and recovery ones should be pretty small, whereas the system image is pretty massive).
Sent from my iPod touch using Tapatalk
Ph0enix_216 said:
There's a lot of people out there with bricked KFHD 2013 (the newest Fire HD), with a lot of them requesting for the stock system images for this device. Unfortunately, no one has done so yet. However, if you have this device, and are rooted, you can help. To create these images, connect to a PC via ADB and enter these commands:
Code:
adb shell su -c "dd if=/dev/block/mmcblk0p10 of=/data/local/backup/stock-boot.img"
adb shell su -c "dd if=/dev/block/mmcblk0p11 of=/data/local/backup/stock-system.img"
adb pull "/data/local/backup/stock-recovery.img"
adb pull "/data/local/backup/stock-boot.img".
adb pull "/data/local/backup/stock-system.img""
If someone could upload these somewhere and provide the download link it would be greatly appreciated.
Click to expand...
Click to collapse
Kindle Fire HD 2013 Soho:
boot0block.img 4096 kb ~ 4 mb
stock-recovery.img 8192 kb ~ 8mb
stock-boot.img 8192 kb ~ 8 mb
stock-system.img 1277952 kb ~ 1.22 gb
Uploading to server. Will post links asap.
blambo said:
Kindle Fire HD 2013 Soho:
boot0block.img 4096 kb ~ 4 mb
stock-recovery.img 8192 kb ~ 8mb
stock-boot.img 8192 kb ~ 8 mb
stock-system.img 1277952 kb ~ 1.22 gb
Uploading to server. Will post links asap.
Click to expand...
Click to collapse
Those are the exact sizes of the files inside the zip I have posted... minus the boot0block.img. Didn't pull that one. But would probably be good to have more than one source.
bmasephol said:
Those are the exact sizes of the files inside the zip I have posted... minus the boot0block.img. Didn't pull that one. But would probably be good to have more than one source.
Click to expand...
Click to collapse
Sure, exactly.
Links:
boot0block.zip img CRC = AA7AB538
stock-boot.zip img CRC = DF69BAA8
stock-recovery.zip img CRC = B95DDD44
stock-system.zip img CRC = CA6A9595
Please check your CRCs.
Good luck with it.
blambo said:
Sure, exactly.
Links:
boot0block.zip img CRC = AA7AB538
stock-boot.zip img CRC = DF69BAA8
stock-recovery.zip img CRC = B95DDD44
stock-system.zip img CRC = CA6A9595
Please check your CRCs.
Good luck with it.
Click to expand...
Click to collapse
Thank you, kind sir!
Sent from my iPod touch using Tapatalk
blambo said:
Sure, exactly.
Links:
boot0block.zip img CRC = AA7AB538
stock-boot.zip img CRC = DF69BAA8
stock-recovery.zip img CRC = B95DDD44
stock-system.zip img CRC = CA6A9595
Please check your CRCs.
Good luck with it.
Click to expand...
Click to collapse
how can I use the images on my kindle I get a red flash then it goes straight to fastboot im of the understanding that the images may fix my kindle can someone explain how I would go about using them thanks
Um just thought i'd add I wouldn't post your boot0block, it contains things like your serial number, device I'd to kindle market(used for blacklisting), mac address, etc), its kinda personal info, its like whenever someone dumps their nvram they always erase their imei out of it so no one can jack their imei.
Sent from my Amazon Kindle Fire HD using Tapatalk
blambo said:
Sure, exactly.
Links:
boot0block.zip img CRC = AA7AB538
stock-boot.zip img CRC = DF69BAA8
stock-recovery.zip img CRC = B95DDD44
stock-system.zip img CRC = CA6A9595
Please check your CRCs.
Good luck with it.
Click to expand...
Click to collapse
stunts513 said:
Um just thought i'd add I wouldn't post your boot0block, it contains things like your serial number, device I'd to kindle market(used for blacklisting), mac address, etc), its kinda personal info, its like whenever someone dumps their nvram they always erase their imei out of it so no one can jack their imei.
Sent from my Amazon Kindle Fire HD using Tapatalk
Click to expand...
Click to collapse
True. But it's always good to back it up, as there have been a few cases (according to @Hashcode) where the boot0block has been wiped. Always good to have a backup of it handy. You just can't use someone else's to restore yours, and vice versa.
My next question is: does fastboot work for the Fire HD 2013 (soho) in the same way as the Fire HD 2012 (tate)?
Dead upon arrival.
I would have sent you mine if it wasn't rooted by amazon this very afternoon by update 11.3.2.1... going past my hosts file... probably a new push server IP.
I cant seem to grant the write secure settings permission.
For example, I tried allowing tasker and navigation gestures to have the permission. Heres the read out:
PS C:\Users\Owner 2\Desktop> adb shell pm grant net.dinglisch.android.taskerm android.permisson.WRITE_SECURE_ Bad argument: java.lang.IllegalArgumentException: Unknown permission: android.permisson.WRITE_SECURE_ usage: pm path [--user USER_ID] PACKAGE pm dump PACKAGE pm install [-lrtsfd] [-i PACKAGE] [--user USER_ID] [PATH] pm install-create [-lrtsfdp] [-i PACKAGE] [-S BYTES] [--install-location 0/1/2] [--force-uuid internal|UUID] pm install-write [-S BYTES] SESSION_ID SPLIT_NAME [PATH] pm install-commit SESSION_ID pm install-abandon SESSION_ID pm uninstall [-k] [--user USER_ID] [--versionCode VERSION_CODE] PACKAGE pm set-installer PACKAGE INSTALLER pm move-package PACKAGE [internal|UUID] pm move-primary-storage [internal|UUID] pm clear [--user USER_ID] PACKAGE pm enable [--user USER_ID] PACKAGE_OR_COMPONENT pm disable [--user USER_ID] PACKAGE_OR_COMPONENT pm disable-user [--user USER_ID] PACKAGE_OR_COMPONENT pm disable-until-used [--user USER_ID] PACKAGE_OR_COMPONENT pm default-state [--user USER_ID] PACKAGE_OR_COMPONENT pm set-user-restriction [--user USER_ID] RESTRICTION VALUE pm hide [--user USER_ID] PACKAGE_OR_COMPONENT pm unhide [--user USER_ID] PACKAGE_OR_COMPONENT pm grant [--user USER_ID] PACKAGE PERMISSION pm revoke [--user USER_ID] PACKAGE PERMISSION pm reset-permissions pm set-app-link [--user USER_ID] PACKAGE {always|ask|never|undefined} pm get-app-link [--user USER_ID] PACKAGE pm set-install-location [0/auto] [1/internal] [2/external] pm get-install-location pm set-permission-enforced PERMISSION [true|false] pm trim-caches DESIRED_FREE_SPACE [internal|UUID] pm create-user [--profileOf USER_ID] [--managed] [--restricted] [--ephemeral] [--guest] USER_NAME pm remove-user USER_ID pm get-max-users NOTE: 'pm list' commands have moved! Run 'adb shell cmd package' to display the new commands. pm path: print the path to the .apk of the given PACKAGE. pm dump: print system state associated with the given PACKAGE. pm install: install a single legacy package pm install-create: create an install session -l: forward lock application -r: replace existing application -t: allow test packages -i: specify the installer package name -s: install application on sdcard -f: install application on internal flash -d: allow version code downgrade (debuggable packages only) -p: partial application install -g: grant all runtime permissions -S: size in bytes of entire session pm install-write: write a package into existing session; path may be '-' to read from stdin -S: size in bytes of package, required for stdin pm install-commit: perform install of fully staged session pm install-abandon: abandon session pm set-installer: set installer package name pm uninstall: removes a package from the system. Options: -k: keep the data and cache directories around after package removal. pm clear: deletes all data associated with a package. pm enable, disable, disable-user, disable-until-used, default-state: these commands change the enabled state of a given package or component (written as "package/class"). pm grant, revoke: these commands either grant or revoke permissions to apps. The permissions must be declared as used in the app's manifest, be runtime permissions (protection level dangerous), and the app targeting SDK greater than Lollipop MR1. pm reset-permissions: revert all runtime permissions to their default state. pm get-install-location: returns the current install location. 0 [auto]: Let system decide the best location 1 [internal]: Install on internal device storage 2 [external]: Install on external media pm set-install-location: changes the default install location. NOTE: this is only intended for debugging; using this can cause applications to break and other undersireable behavior. 0 [auto]: Let system decide the best location 1 [internal]: Install on internal device storage 2 [external]: Install on external media pm trim-caches: trim cache files to reach the given free space. pm create-user: create a new user with the given USER_NAME, printing the new user identifier of the user. pm remove-user: remove the user with the given USER_IDENTIFIER, deleting all data associated with that user
Click to expand...
Click to collapse
What do I do?
You really tried command?:
Code:
adb shell pm grant net.dinglisch.android.taskerm android.permisson.WRITE_SECURE_
How about:
Code:
adb shell pm grant net.dinglisch.android.taskerm android.permisson.WRITE_SECURE_SETTINGS
Spere said:
You really tried command?:
How about:
Click to expand...
Click to collapse
I did end it with SETTINGS. Thats just how its returned after execution.
Shadow Assassin said:
I did end it with SETTINGS. Thats just how its returned after execution.
Click to expand...
Click to collapse
Yeah, that's what I thought and why I asked.
Are you on a Mac or a PC?
Praks93 said:
Are you on a Mac or a PC?
Click to expand...
Click to collapse
PC
I have also same problem pls help me
pasupathimadaka said:
I have also same problem pls help me
Click to expand...
Click to collapse
Hey, I finally got it to work. Im not sure how but.
1. My phone updated
2. I clean installed the april 2018 windows 10 OS on my computer and installed all updates.
3. I used minimal adb and fastboot.
If you need any files or help, let me know.
I cant guarentee your success but ill help as best as I can.
Shadow Assassin said:
I cant seem to grant the write secure settings permission.
For example, I tried allowing tasker and navigation gestures to have the permission. Heres the read out:
What do I do?
Click to expand...
Click to collapse
you had a typo, you were missing an "i" in "permission". It should be android.permission.WRITE_SECURE_SETTINGS
adb shell pm grant net.dinglisch.android.taskerm android.permission.WRITE_SECURE_SETTINGS
.