Scroll Excel won't boot

Got a problem with your Scroll? Unsure how to do something? Ask here! (ANY Model)

Re: Scroll Excel won't boot

Postby suggsy89 » April 16th, 2012, 7:59 pm

Do..
Code: Select all
adb shell
cat /proc/partitions


Post ouput...
User avatar
suggsy89
Trusted Developer
Trusted Developer
 
Posts: 971
Joined: June 28th, 2011, 4:33 pm
Real Name: John
Scroll Version: Scroll Excel - Jellybean 4.1.2
Yarvik Go Zetta - Scroll Extreme Jellybean 4.1.1

Re: Scroll Excel won't boot

Postby suggsy89 » April 16th, 2012, 8:02 pm

sd-ext is not the sdcard, it will be either /sdcard or /mnt/extern_sd
User avatar
suggsy89
Trusted Developer
Trusted Developer
 
Posts: 971
Joined: June 28th, 2011, 4:33 pm
Real Name: John
Scroll Version: Scroll Excel - Jellybean 4.1.2
Yarvik Go Zetta - Scroll Extreme Jellybean 4.1.1

Re: Scroll Excel won't boot

Postby strangelad » April 17th, 2012, 6:07 pm

Here you go:
~ # cat /proc/partitions
cat /proc/partitions
major minor #blocks name

93 0 16384 nanda
93 8 32768 nandb
93 16 204800 nandc
93 24 1262144 nandd
93 32 1024 nande
93 40 32768 nandf
93 48 131072 nandg
93 56 2209216 nandh
179 0 15558144 mmcblk0
179 1 15183593 mmcblk0p1
179 2 125000 mmcblk0p2
179 3 249550 mmcblk0p3
strangelad
Junior Scroller
Junior Scroller
 
Posts: 12
Joined: April 15th, 2012, 12:54 pm

Re: Scroll Excel won't boot

Postby strangelad » April 21st, 2012, 9:08 am

Right, I'm trying to mount the external sd with:
mount -o remount,rw -t vfat /mnt/extern_sd
I had no idea what the type needed to be so went with vfat (not even sure if it's a valid type). I get:
Usage: mount [-r] [-w] [-o options] [-t type] device directory
so I'm guessing it's not, I've tried:
mount -o remount,rw /mnt/extern_sd
but I get:
Usage: mount [-r] [-w] [-o options] [-t type] device directory
which I assume means that I need a type.
I can see the extern_sd in /mnt/ but if I enter it and do an ls then I get an empty directory, despite the fact that there's an .img file in there.
strangelad
Junior Scroller
Junior Scroller
 
Posts: 12
Joined: April 15th, 2012, 12:54 pm

Re: Scroll Excel won't boot

Postby Mitre » April 21st, 2012, 10:31 am

ive read this thread a couple of times and am confused as to where youre at with the excel what firmware are you running and what you trying to do with the removable card?
WHAT DO WE WANT?
A TIME MACHINE!
WHEN DO WE WANT IT?
IT DOESN'T MATTER
User avatar
Mitre
Moderator/Developer
Moderator/Developer
 
Posts: 1733
Joined: February 11th, 2011, 7:52 pm
Location: Hertfordshire
Scroll Version: 7" scroll resistive CWM4 Android 2.1
Scroll Excel 4.0.4 AOKP CWM5
Samsung Galaxy S2
Galaxy apollo Pulse mini

Re: Scroll Excel won't boot

Postby strangelad » April 21st, 2012, 10:48 am

Right, so I'm fairly sure it's the version of busybox that's screwing it up, I need to push a new version up over the old one, can anyone recommend a binary that works?
strangelad
Junior Scroller
Junior Scroller
 
Posts: 12
Joined: April 15th, 2012, 12:54 pm

Re: Scroll Excel won't boot

Postby Mitre » April 21st, 2012, 10:52 am

v1.18.3 and v1.17.1 are known to work
dont use any from stericsson
WHAT DO WE WANT?
A TIME MACHINE!
WHEN DO WE WANT IT?
IT DOESN'T MATTER
User avatar
Mitre
Moderator/Developer
Moderator/Developer
 
Posts: 1733
Joined: February 11th, 2011, 7:52 pm
Location: Hertfordshire
Scroll Version: 7" scroll resistive CWM4 Android 2.1
Scroll Excel 4.0.4 AOKP CWM5
Samsung Galaxy S2
Galaxy apollo Pulse mini

Re: Scroll Excel won't boot

Postby strangelad » April 21st, 2012, 11:30 am

Morning,

I was running a stock install of Excel 2.3 (model 53715, the 3D one), went to install CWM 5.0.2.7 and couldn't get past the balloon. I checked that I wasn't running Stericcson:
BusyBox v1.18.3 (2011-02-23 23:09:23 EST) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
I've been trawling through your and Charlies thread on Stock Excel Images/Stericsson install (viewtopic.php?f=48&t=1978&start=140) to see if I can recover from there and so far it was going fairly well, I'd copied over the excel_cleanCWM5 to see if I could restore it. I went into CWM and did a restore from the insternal sd by mistake, I've now got:
BusyBox v1.19.3-cm7 static (2011-11-14 14:16 +0100) multi-call binary.
Quite how I managed that I don't know as I installed 18.3, unless there was already a busybox on the excel and it was an old backup.
Anyway, I've decided that the way forward is to overwrite the Busybox, do you have a link to a binary please? Thanks.
strangelad
Junior Scroller
Junior Scroller
 
Posts: 12
Joined: April 15th, 2012, 12:54 pm

Re: Scroll Excel won't boot

Postby Mitre » April 21st, 2012, 11:52 am

i havent got a link as it is pre installed on the excel in /system/bin you will have to google for a mirror but be carefull what one you get stericsons a no go
WHAT DO WE WANT?
A TIME MACHINE!
WHEN DO WE WANT IT?
IT DOESN'T MATTER
User avatar
Mitre
Moderator/Developer
Moderator/Developer
 
Posts: 1733
Joined: February 11th, 2011, 7:52 pm
Location: Hertfordshire
Scroll Version: 7" scroll resistive CWM4 Android 2.1
Scroll Excel 4.0.4 AOKP CWM5
Samsung Galaxy S2
Galaxy apollo Pulse mini

Re: Scroll Excel won't boot

Postby suggsy89 » April 21st, 2012, 12:40 pm

You shouldn't need to symlink, just make sure the permissions are 644 (read and execute)





Sent from my Desire HD because my PC is asleep.
User avatar
suggsy89
Trusted Developer
Trusted Developer
 
Posts: 971
Joined: June 28th, 2011, 4:33 pm
Real Name: John
Scroll Version: Scroll Excel - Jellybean 4.1.2
Yarvik Go Zetta - Scroll Extreme Jellybean 4.1.1

Previous

Return to HELP REQUESTS (all models)

Who is online

Users browsing this forum: No registered users and 6 guests

cron