E-Series Advice

Here for general support for E series TVs, request and problem solve area.

pcrombie
Posts: 11
Joined: Mon Dec 24, 2012 10:52 am
Location: UK

E-Series Advice

Post by pcrombie »

.............
Last edited by pcrombie on Fri Jan 18, 2013 9:11 pm, edited 1 time in total.
UE40ES6300
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: E-Series Advice

Post by juusso »

I`m not sure about E series, but on D series all browser stuff (history including) is stored in some database file, called fbuxCache.db.
SpoilerShow
Do you see FullBrowserHistory tab? :)

Image
More about this database file you can read here.
database can be opened with sqlite3. But to get it out, you have to get root access first.

Your next steps could be -
a) wait for anyone with rooted ES8000 (or any E series...) who can confirm /mtd_rwcommon/webkit/etc/WebkitPlugin/fbuxCache.db (or any other database, other location) exist in /mtd_rwcommon (or subdirectories) and give us for inspection.
b) Copy this file from your TV using modified widget.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
pcrombie
Posts: 11
Joined: Mon Dec 24, 2012 10:52 am
Location: UK

Re: E-Series Advice

Post by pcrombie »

Brilliant, thank you for taking the time to reply. :)
Is there a modified widget available for the E-Series ? Or I read on the E-Series Proof of concept thread that there may be a modded firmware that includes shell access?
Thanks again,
:)
UE40ES6300
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: E-Series Advice

Post by juusso »

Yes, patched firmware is online. But if TV isn`t yours, here is no way to get back to stock firmware (yet) - no problem because of that?
I suggest you to use widget way, because you need only one file from TV. Here is no working widget for T-ECPDEUC based TVs, but for T-MST10PDEUC only.
You could easy modify it by self (check this post)
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
pcrombie
Posts: 11
Joined: Mon Dec 24, 2012 10:52 am
Location: UK

Re: E-Series Advice

Post by pcrombie »

Great, my test TV is a T-MST10PDEU so , I will have a read and give it a go.
Then at least there is an option if required.
I originally tried contacting Samsung themselves about help and after speaking to about 4 different departments, they said they couldnt help and had no idea. They also said they would "Ask Korea" lol.
So I am very grateful for your help (and this forum/project), the world needs people like you guys it make it a better place!
:)
UE40ES6300
pcrombie
Posts: 11
Joined: Mon Dec 24, 2012 10:52 am
Location: UK

Re: E-Series Advice

Post by pcrombie »

Awesome!
Shell access is working a treat! :)
Just need to copy everything on to a pen drive now from there. DD should do it?
THanks again!
UE40ES6300
E3V3A
Posts: 247
Joined: Wed Oct 31, 2012 2:31 am
Location: /dev/zero

Re: E-Series Advice

Post by E3V3A »

Sound like you're doing some forensics there...

"dd" would do it, and is recommended! Also, because it would fetch removed "tmp" files used by the web browser. These are probably not all over written due to the eMMC wear-leveling algo, so that you could retrieve them by some other tool...
HW: UE40ES5700SXXH
FW: T-MST10PDEUC-1029.0 Onboot: 1003
pcrombie
Posts: 11
Joined: Mon Dec 24, 2012 10:52 am
Location: UK

Re: E-Series Advice

Post by pcrombie »

Yup :D
Im not really a linux person, but your right, two reasons, I have a job looking at this and im a bit baffled and new to all this.
Im going to try execute some commands and parse them to a text file. Although, from my messing around originally, I noted that if you add another usb drive it doesn't like it. while the shell access is live. So im going to re-try it with a bigger drive 4Gb should be big enough?
Its quite hard without having the verbose feedback in the terminal so im going to blindly try these.. any other suggestions welcome...
date
ls -LR
fdisk -l
lsblk
top
ps -ejH
ifconfig
cp -a
dd
cut -d: f1 /etc/passwd
uname -a

Thanks again for your help, any further suggestions welcome, i'll let you know how it goes! :P
UE40ES6300
pcrombie
Posts: 11
Joined: Mon Dec 24, 2012 10:52 am
Location: UK

Re: E-Series Advice

Post by pcrombie »

I can get a dd of seperate partitions but is there way yo get 1 DD image for the whole lot? Im not sure what to put for the input size!?
:)
Cheers!
UE40ES6300
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: E-Series Advice

Post by arris69 »

pcrombie wrote:I can get a dd of seperate partitions but is there way yo get 1 DD image for the whole lot? Im not sure what to put for the input size!?
:)
Cheers!
on es8080

Code: Select all

dd if=/dev/mmcblk0 of=/dev/null bs=1M
1908+0 records in
1908+0 records out
2000683008 bytes (2.0 GB) copied, 70.3899 s, 28.4 MB/s

Post Reply

Return to “[E] Support”