09-19-2012, 06:38 PM | #541 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
Specifically intended for things like filling in "Not For Sale" etchings. |
|
09-19-2012, 06:47 PM | #542 | |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
Instead of removing and refilling the white, just sand down the raised white lettering before painting. But I would paint it flat black for improved perceived screen contrast. And instead of the amazon logo, I would go with a little skull and cross-bones pirate logo. Last edited by geekmaster; 09-19-2012 at 06:56 PM. |
|
Advert | |
|
09-19-2012, 07:33 PM | #543 |
(offline)
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
|
|
09-19-2012, 08:20 PM | #544 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
That JB Patch kit is fine for air leaks, but does it work for memory leaks?
It looks like they still don't have a JB memory leak patch for CM10: http://forum.xda-developers.com/show....php?t=1874632 Last edited by geekmaster; 09-19-2012 at 08:27 PM. |
09-20-2012, 01:49 AM | #545 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
The K5 demo successfully exports the USB drive from the diags menu. The demo contains a series of numbered .gif images, and a simple config file that defines touch zones for each page, and which page to go to when touched there. It has comments to support swipes and pinch and hold, but only taps are used in this demo.
The USB drive exported when booted main is 0MB, so you need MfgTool to get into diags. It appears to be a "standard" diags partition. I will compare it after I copy my "secret" jailbreak to the exported USB drive. But first, sleep. P.S. As mentioned before, the demo K4 already supports USBnet in its diags menu (also like stock diags). I want to get unmodified partition images from the demo units, for comparison to normal partition images. UPDATE: My "secret" method still works. I exported the USB drive from diags on my demo K5, then manually created the files, then launched it from diags, and it displayed "Hello world" on the eink display. So I can modify that to make partition backups, and even to install the missing SSH files without needing fastboot or a pre-hacked diags partition image. I am waiting for my paperwhite so I can try it there too. Last edited by geekmaster; 09-20-2012 at 02:04 AM. |
Advert | |
|
09-21-2012, 10:06 AM | #546 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
The "recovery repair" pastebin now has DXG backup image links. There are 14 image files in a DX backup.
|
09-21-2012, 12:49 PM | #547 |
Junior Member
Posts: 1
Karma: 10
Join Date: Sep 2012
Device: Kindle Touch
|
Successfully unbricked! (Running Ubuntu 12.04)
I just want to give a big to all involved in Kindle unbricking/development here! I successfully unbricked my Kindle Touch last night after a month of bricked-ness by following the instructions here. I wanted to share my story and the issues I ran into in case it might help someone else along their way.
Here's what caused the problem: An update was available for my modded Kindle (5.0.3), but the update wouldn't complete successfully. I tried to un-mod my Kindle so that I could get my update to no avail, so I resorted to restoring from backup files. Unfortunately, I didn't backup mmcblk0p1 as an image -- I just had backups of /bin, /lib, etc., so I tried to restore them over ssh. Kindle bricked as soon as I did "sudo rm -r /bin" (stupidest move ever, I know ). And then I broke the diags with fastboot. I know, I'm not worthy of sudo. Here's How I Fixed It (Running Ubuntu 12.04) Instructions Used Small debricking guide for “noobs” (https://www.mobileread.com/forums/sho...d.php?t=180789) (skipped the Windows drivers stuff - fastboot from Linux) -and- This thread (https://www.mobileread.com/forums/sho...d.php?t=170929, thanks!!) Summary: - Boot to fastboot with MfgTool (through Windows XP VM) - Flash diags, diags_kernel, and kernel with fastboot (through Linux) - Boot to diags with MfgTool (could also be done with fastboot) - Enable USB drive: Transfer mmcblk0p1.img - Enable USB networking: Use ssh to dd mmcblk0p1.img to partition - Disable diags through diags menu - Success! I now have a fully functional Kindle (5.0.0) again! (Also, updated to 5.1.0 and then 5.1.2 with no problems). Issues Along the Way Issue #1: Couldn't get MfgTool running (needed Windows). Solution: Running Windows XP on VirtualBox (sudo apt-get install virtualbox). The only additional VirtualBox configuration needed was enabling USB and file-sharing: - Install Oracle VM VirtualBox Extension Pack (search Google, Oracle website) - Add <user> to vboxusers group (sudo usermod -aG vboxusers <user>) (relogin or restart Ubuntu after) - Add filter for Kindle in Recovery Mode in VM USB settings so that VM can see it - Install VirtualBox Guest Additions on VM (not necessary, but nice to transfer files to/from VM) Issue #2: Had to find fastboot. Solution: https://www.mobileread.com/forums/sho...d.php?t=174923 Issue #3: gitbrew website (stores many images) is down. Solution: Other links on the threads that I used for instructions. Diags_kernel, diags (+ssh) partition: Mediafire links from the "Small debricking guide for “noobs”". kernel (main), system (main partition): Geekmaster's first post on this thread: "Download Mirror (all relevant K5 images)" - 5.0.0 images Issue #4: Broke diags with fastboot (didn't realize images were in archives. Yes, another dumb move on my part). Solution: Extract image files from the archives before flashing with "sudo ./fastboot flash <partition> <image>". Issue #5: USB networking configuration does not persist on Ubuntu (probably some DHCP daemon or similar resetting it). Solution: Once "sudo ifconfig usb0 192.168.15.201" is run, use the connection as a template to create a saved wired network connection. I used these settings: Address: 192.168.15.201 Netmask: 255.255.255.0 Gateway: 192.168.15.244 After I got USB networking set up, I followed the "Small debricking guide for “noobs”" instructions, starting from step 6 (ssh), and after the reset my Kindle was successfully unbricked. Thanks again! |
09-21-2012, 01:21 PM | #548 | |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
Glad you got it debricked. I will add your success report to the list in the first post. EDIT: Added to success report list, which is getting rather long. Perhaps it is a good thing that only ONE PERCENT of the estimated successful debricks have been reported (based on download counts). If that "Success Report" list gets much longer, it may need its own thread. Last edited by geekmaster; 09-21-2012 at 01:26 PM. |
|
09-22-2012, 10:33 AM | #549 | |
Wizard
Posts: 1,669
Karma: 2300001
Join Date: Mar 2011
Location: Türkiye
Device: Kindle 5.3.7
|
Quote:
|
|
09-24-2012, 05:34 PM | #550 |
Official Lurker
Posts: 1,050
Karma: 7096675
Join Date: Apr 2012
Device: Kindle 3.4
|
So...... Is there any chance for gitbrew to come back up? Has anyone heard anything?
|
09-24-2012, 05:53 PM | #551 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
|
09-24-2012, 06:23 PM | #552 | |
but forgot what it's like
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
|
Quote:
|
|
09-24-2012, 06:38 PM | #553 | |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
|
|
09-27-2012, 04:00 PM | #554 | |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
|
B011 not acccepting updates?
Quote:
Update Your Kindle keeps graying out. I'll go check my Jailbreak and get back to you. It's a B011 - would that make a difference? Cheers pal |
|
09-27-2012, 04:01 PM | #555 |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
|
ermm.. odd I cant apply Jbpatch's latest bin either. hmm.....
|
Tags |
debricking |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Which one Nook simple touch or Kobo mini? | capuchino71 | Which one should I buy? | 18 | 07-12-2013 05:09 PM |
Sell Kindle Keyboard 3G, Nook Simple Touch | austinmitchell | Flea Market | 5 | 03-01-2013 11:34 AM |
I have some questions about K4 touch debricking | drjonvargas | Kindle Developer's Corner | 4 | 04-22-2012 03:46 PM |
kindle touch simple debricking for help | non_fox | Amazon Kindle | 4 | 04-18-2012 08:32 PM |
Troubleshooting simple kindle touch (and k4nt) debricking method | geekmaster | Amazon Kindle | 0 | 03-02-2012 10:31 PM |