Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Android Devices > enTourage eDGe

Notices

Reply
 
Thread Tools Search this Thread
Old 10-10-2011, 11:57 AM   #16
pechter
Junior Member
pechter began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2011
Device: PocketEdge
I've got the same problem on my pocket edge. The e-ink side doesn't work anymore although it does correctly reset at the selftest. I'm going to continue to try to find out more about the badserial. It claims it wasn't registered.
pechter is offline   Reply With Quote
Old 10-10-2011, 04:55 PM   #17
vicinc
Guru
vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.
 
Posts: 733
Karma: 443
Join Date: May 2011
Location: UK
Device: Pocket Edgex2(1unborked), Alex, Nook B&W, Nook Color, Nook STR
SAME AS MINE. HOW DID YOU GET THERE?
vicinc is offline   Reply With Quote
Advert
Old 10-10-2011, 05:08 PM   #18
tarvoke
Dog Dentist
tarvoke began at the beginning.
 
tarvoke's Avatar
 
Posts: 108
Karma: 18
Join Date: Sep 2011
Device: PE, GT540, VM670, GOGHVMU, Qualcomm 1600
vicinc I still feel like a golden upgrade with more checks removed would work for you - I forget, did you already try ktwombley's? http://bellybuttonporn.com/android/e...p-hellbent.zip

sorry if not, but at least it seems toyz and nikkie are getting closer...
tarvoke is offline   Reply With Quote
Old 10-10-2011, 07:04 PM   #19
vicinc
Guru
vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.
 
Posts: 733
Karma: 443
Join Date: May 2011
Location: UK
Device: Pocket Edgex2(1unborked), Alex, Nook B&W, Nook Color, Nook STR
no did not work.
vicinc is offline   Reply With Quote
Old 10-10-2011, 07:14 PM   #20
nikkie
Guru
nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40
 
nikkie's Avatar
 
Posts: 614
Karma: 73700
Join Date: Oct 2009
Location: WA, USA
Device: Android, Kindle Paperwhite, lots of ancient readers
Busybox is part of the default installation. You most likely overwrote the original copy with a version that won't work on the edge. We're working on getting the ability to copy over a fresh file system - in the mean time, I'd get your cabling system worked out so that you're ready when we have something.
nikkie is offline   Reply With Quote
Advert
Old 10-11-2011, 10:42 AM   #21
vicinc
Guru
vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.
 
Posts: 733
Karma: 443
Join Date: May 2011
Location: UK
Device: Pocket Edgex2(1unborked), Alex, Nook B&W, Nook Color, Nook STR
do you think that we must get a cable and open the device to proper firmware once you crack it, or we can simulate OTA procedure or android adb?
vicinc is offline   Reply With Quote
Old 10-11-2011, 02:39 PM   #22
nikkie
Guru
nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40
 
nikkie's Avatar
 
Posts: 614
Karma: 73700
Join Date: Oct 2009
Location: WA, USA
Device: Android, Kindle Paperwhite, lots of ancient readers
AFAIK and have seen, you can't use adb over serial, or get it to start running via uboot. You have to have a working OS. And to have a working OS, you have to have a correct filesystem. So you'll to correct your image by instructing the device to fix the FS with an update.zip before you can do anything with ADB.
nikkie is offline   Reply With Quote
Old 10-11-2011, 04:15 PM   #23
vicinc
Guru
vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.vicinc has a complete set of Star Wars action figures.
 
Posts: 733
Karma: 443
Join Date: May 2011
Location: UK
Device: Pocket Edgex2(1unborked), Alex, Nook B&W, Nook Color, Nook STR
i do have an android only device, with adb working?!? but no eink
vicinc is offline   Reply With Quote
Old 10-11-2011, 06:38 PM   #24
pechter
Junior Member
pechter began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2011
Device: PocketEdge
Reverting to the golden.zip fixed it all.

The problem is caused when putting in Busybox and OpenVPN.
More research is needed on my part to figure out what goes wrong.

Bill
pechter is offline   Reply With Quote
Old 01-07-2012, 01:47 PM   #25
ryoohki
Linux Consultant
ryoohki began at the beginning.
 
ryoohki's Avatar
 
Posts: 3
Karma: 10
Join Date: Oct 2011
Location: San Francisco Bay Area
Device: Entourage Edge 10"
I fixed it!

I found an original copy of /system/esi/bin/busybox in the ermine EE update.zip by unziping it and then unzipping system1.zip.

Then i did a "adb push system/esi/bin/busybox /intsdcard"

I shelled into my rooted EE with "adb shell".
Then at the $ shell prompt:


# go root
exec su -

# get a better shell( instead of sh use ash)
exec busybox ash

# remount /system read/write
busybox mount -o remount,rw /system

# copy the file to /system/esi/bin
cp -a /intsdcard/busybox /system/esi/bin/busybox

# clean up
rm /intsdcard/busybox

# correct the gid
chgrp 2000 /system/esi/bin/busybox

# correct the permissions
chmod go-w /system/esi/bin/busybox

# make sure it looks right( like nearly all of the files in /system/esi/bin)
ls -l /system/esi/bin

# done! remount /system read-only
busybox mount -o remount,rw /system

# reboot!
reboot


I recommend backing up /system/esi/bin/busybox before upgrading to a newer busybox version.

BTW, I use the adbwireless app and it works great! The only drawbacks are that I have to toggle it after a reboot and it's insecure to others on your wireless lan with the android adk installed( not really much of a worry at home).

adb connect 192.168.1.100

It's not neccessary to use 192.168.1.100:5555 because 5555 is the default port.

Last edited by ryoohki; 01-08-2012 at 05:00 AM.
ryoohki is offline   Reply With Quote
Old 01-07-2012, 04:48 PM   #26
Filark
Armed with a smile :)
Filark ought to be getting tired of karma fortunes by now.Filark ought to be getting tired of karma fortunes by now.Filark ought to be getting tired of karma fortunes by now.Filark ought to be getting tired of karma fortunes by now.Filark ought to be getting tired of karma fortunes by now.Filark ought to be getting tired of karma fortunes by now.Filark ought to be getting tired of karma fortunes by now.Filark ought to be getting tired of karma fortunes by now.Filark ought to be getting tired of karma fortunes by now.Filark ought to be getting tired of karma fortunes by now.Filark ought to be getting tired of karma fortunes by now.
 
Filark's Avatar
 
Posts: 1,421
Karma: 2463560
Join Date: Sep 2009
Location: California, USA
Device: enTourage eDGe & Pocket eDGe, Samsung Galaxy Note II
Welcome, ryoohki! What a great first post!
Filark is offline   Reply With Quote
Old 01-08-2012, 04:58 AM   #27
ryoohki
Linux Consultant
ryoohki began at the beginning.
 
ryoohki's Avatar
 
Posts: 3
Karma: 10
Join Date: Oct 2011
Location: San Francisco Bay Area
Device: Entourage Edge 10"
There's a command to update the checksum database, so I assume the correct answer would be to update to the latest and feature-full busybox and then fix the checksum issue correctly.

I'd like to hear from anyone who also fixes this issue with this method - by down grading to the original version of busybox in /system/esi/bin.
ryoohki is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle Qt embedded framebuffer driver hassan Kindle Developer's Corner 2 08-20-2011 10:31 PM
PRS-650 reader frozen. have I killed it? mazmac Sony Reader 32 04-20-2011 07:40 PM
7''+ e-ink device... aesteves Which one should I buy? 8 01-13-2011 10:37 AM
Killed my Reader :( Elfwreck Which one should I buy? 43 06-26-2009 04:36 PM
Make: HOW TO - Make PDFs for the Sony Reader (Ebook e-ink device) kalivoodoo Sony Reader 6 02-01-2007 11:56 AM


All times are GMT -4. The time now is 11:48 AM.


MobileRead.com is a privately owned, operated and funded community.