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 06-01-2011, 11:03 PM   #16
yugami
Connoisseur
yugami began at the beginning.
 
Posts: 76
Karma: 18
Join Date: May 2011
Device: PRS+950
No love for me been playing with it all night.
yugami is offline   Reply With Quote
Old 06-01-2011, 11:08 PM   #17
emusan
lol
emusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheese
 
emusan's Avatar
 
Posts: 472
Karma: 1031
Join Date: May 2011
Device: eDGe
Quote:
Originally Posted by yugami View Post
No love for me been playing with it all night.
have you tried both the things you mentioned in your post above? I've begun working on them, but its taking awhile to sent to device, restore, etc. Do you know of a faster way of doing this?
emusan is offline   Reply With Quote
Advert
Old 06-02-2011, 06:47 AM   #18
yugami
Connoisseur
yugami began at the beginning.
 
Posts: 76
Karma: 18
Join Date: May 2011
Device: PRS+950
I have just been copying the files using adb onto the edge then using a 2nd window where I'm in the shell (adb shell) to copy the file where it goes as root.
yugami is offline   Reply With Quote
Old 06-02-2011, 09:46 PM   #19
Dumas
Connoisseur
Dumas will become famous soon enoughDumas will become famous soon enoughDumas will become famous soon enoughDumas will become famous soon enoughDumas will become famous soon enoughDumas will become famous soon enough
 
Posts: 74
Karma: 525
Join Date: Oct 2008
Device: Nokia N810, enTourage eDGe & Pocket eDGe
Quote:
Originally Posted by monkeey View Post
on a side note: maybe if we started a donation pot up for grabs to the first person to make a working custom rom with all the gapps working and the uneeded left over phone stuff in android, we would be able to stir up some more development... i for one would be willing to drop a $20 or more on guaranteeing even one more fw update for this awesome device
So would Kickstarter work for something like this?
Dumas is offline   Reply With Quote
Old 06-02-2011, 09:58 PM   #20
emusan
lol
emusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheese
 
emusan's Avatar
 
Posts: 472
Karma: 1031
Join Date: May 2011
Device: eDGe
I would think something like chipin would work better, as with Kickstarter there is often different options to pay different amounts of money, and from what I've seen, if you want to donate a value that isn't on there you would have to do some odd things to do so...
emusan is offline   Reply With Quote
Advert
Old 06-02-2011, 10:28 PM   #21
ExMORTIUS
Junior Member
ExMORTIUS began at the beginning.
 
ExMORTIUS's Avatar
 
Posts: 5
Karma: 10
Join Date: May 2011
Device: pocket eDGe
Quote:
Originally Posted by yugami View Post
If you look in the tar.gz files you will find a large number of db files that are SQLite data base files. Theres a free viewer/editor on sourceforge.

com.google.android.gm-20110527-134920.tar.gz
Has a db named mailstore.entourageedge.fake@gmail.com.db which is probably the problem.

When you resetup your account its looking for a database named mailstore.YOUREMAILNAME@gmail.com.db

gmail.db in the same directory only has entry in the preferences table and thats the email address keyed to a column called first_time (currently set to 1)

2 thoughts -
1) Set first_time to 0 and see what happens
2) rename the db that is named after your email address and see if that works.

com.google.android.gsf also contains a database talk.db that has an accounts table which contains the email address used to set this up.
Ware are the files located?
ExMORTIUS is offline   Reply With Quote
Old 06-02-2011, 10:36 PM   #22
emusan
lol
emusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheese
 
emusan's Avatar
 
Posts: 472
Karma: 1031
Join Date: May 2011
Device: eDGe
they are part of the gappsbackup.zip available from my site here: linkey(link is also in first post). You will have to extract the contents of this .zip file somewhere, then filter through its contents for the .tar.gz archives you want(there are also .apk.gz files which hold the backups of the gapp .apk files).

If you don't mine my asking, are you any good with android hacking? lol we could use a few good android dev's right now(I think we have a few but more is always better )
emusan is offline   Reply With Quote
Old 06-03-2011, 05:16 PM   #23
fgruber
Academic
fgruber ought to be getting tired of karma fortunes by now.fgruber ought to be getting tired of karma fortunes by now.fgruber ought to be getting tired of karma fortunes by now.fgruber ought to be getting tired of karma fortunes by now.fgruber ought to be getting tired of karma fortunes by now.fgruber ought to be getting tired of karma fortunes by now.fgruber ought to be getting tired of karma fortunes by now.fgruber ought to be getting tired of karma fortunes by now.fgruber ought to be getting tired of karma fortunes by now.fgruber ought to be getting tired of karma fortunes by now.fgruber ought to be getting tired of karma fortunes by now.
 
Posts: 103
Karma: 540716
Join Date: Mar 2010
Device: Onyx Boox Note Plus
Did this work at all? Is the market working now?

Quote:
Originally Posted by yugami View Post
If you look in the tar.gz files you will find a large number of db files that are SQLite data base files. Theres a free viewer/editor on sourceforge.

com.google.android.gm-20110527-134920.tar.gz
Has a db named mailstore.entourageedge.fake@gmail.com.db which is probably the problem.

When you resetup your account its looking for a database named mailstore.YOUREMAILNAME@gmail.com.db

gmail.db in the same directory only has entry in the preferences table and thats the email address keyed to a column called first_time (currently set to 1)

2 thoughts -
1) Set first_time to 0 and see what happens
2) rename the db that is named after your email address and see if that works.

com.google.android.gsf also contains a database talk.db that has an accounts table which contains the email address used to set this up.
fgruber is offline   Reply With Quote
Old 06-03-2011, 08:42 PM   #24
emusan
lol
emusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheese
 
emusan's Avatar
 
Posts: 472
Karma: 1031
Join Date: May 2011
Device: eDGe
Quote:
Originally Posted by fgruber View Post
Did this work at all? Is the market working now?
Unfortunately I don't think that it is working yet, but we are working on it. Unfortunately I've been rather busy lately with some end of the year stuff for school as well as work, hopefully we'll have something soon, but I can't make any promises.
emusan is offline   Reply With Quote
Old 06-03-2011, 11:49 PM   #25
ExMORTIUS
Junior Member
ExMORTIUS began at the beginning.
 
ExMORTIUS's Avatar
 
Posts: 5
Karma: 10
Join Date: May 2011
Device: pocket eDGe
I got market installed, but am unable to download.
ExMORTIUS is offline   Reply With Quote
Old 06-03-2011, 11:54 PM   #26
emusan
lol
emusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheese
 
emusan's Avatar
 
Posts: 472
Karma: 1031
Join Date: May 2011
Device: eDGe
Quote:
Originally Posted by ExMORTIUS View Post
I got market installed, but am unable to download.
did you use the files from my server? If so then this is a common problem and we are aware of it, we are working to fix it but so far we haven't had much luck. I've been a bit busy lately with this being my last week of "school" and all, but next week I'll try to put in some time working on this and some other eDGe related things... Does gmail and the other google apps work(aside from talk and market)?
emusan is offline   Reply With Quote
Old 06-04-2011, 12:31 AM   #27
ExMORTIUS
Junior Member
ExMORTIUS began at the beginning.
 
ExMORTIUS's Avatar
 
Posts: 5
Karma: 10
Join Date: May 2011
Device: pocket eDGe
Ok good in a way, its not just my device. I so adb catlog gives me

E/CheckinTask( 8767): Checkin failed: https://android.clients.google.com/checkin
(request #0)
E/CheckinTask( 8767): java.io.IOException: Rejected response from server: HTTP/1
.1 400 invalid hardware identifier: "BF30144100782" is not a valid MEID (expect
14 hex digits)

so looking around in the data/data/com.google.android.gsf/databases/gservices.db - main I see market_force_checkin = 1
i will change an see what happens.
I forgot what the mount point is for the pocket Edge can you tell me what it is.
Thank you
ExMORTIUS is offline   Reply With Quote
Old 06-04-2011, 08:06 AM   #28
ExMORTIUS
Junior Member
ExMORTIUS began at the beginning.
 
ExMORTIUS's Avatar
 
Posts: 5
Karma: 10
Join Date: May 2011
Device: pocket eDGe
in the provided google apps there is a reference in com.google.android.gsf-20110527-134934.tar data/data/com.google.android.gsf/databases -talk.db edit the db with sqlitebrowser_200_b1_win open the db and go to accounts and there is entourageedge.fake@gmail.com. I tried to change it but google system framework would F/C.
ExMORTIUS is offline   Reply With Quote
Old 06-04-2011, 08:38 AM   #29
emusan
lol
emusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheese
 
emusan's Avatar
 
Posts: 472
Karma: 1031
Join Date: May 2011
Device: eDGe
Yes, entourageedge.fake@gmail.com was the throwaway account I used to make the backups so none of my personal info would get stolen. It's good to see we have another person working on this. We may have market yet.
emusan is offline   Reply With Quote
Old 06-04-2011, 10:27 AM   #30
mr_ed
Connoisseur
mr_ed began at the beginning.
 
Posts: 53
Karma: 10
Join Date: Apr 2009
Location: Denver, CO, USA
Device: been e-reading since Handspring's first PDA
Which gapps are these? Cyanogen's wiki has 8 versions....

-- Ed
mr_ed is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
eDGe Firmware Updates für enTourage eDGe und Pocket eDGe beachwanderer Andere Lesegeräte 3 07-25-2011 04:31 AM
Buy Buying M-Edge Touring Sleeve for the enTourage eDGe thinkpad Flea Market 0 11-23-2010 01:11 PM
Entourage Edge JTAL604622 Calibre 1 06-08-2010 10:07 PM
Entourage eDGe is available hanmik News 1 03-23-2010 04:06 PM
enTourage Edge aleks News 0 01-13-2010 09:46 AM


All times are GMT -4. The time now is 11:02 PM.


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