Anyone purchase a Scroll Excel recently?

Useful guides and tuts specifically for the Excel, written by mods & users.

Re: Anyone purchase a Scroll Excel recently?

Postby suggsy89 » April 22nd, 2012, 9:52 pm

While running the Excel on normal boot i need you to do....

Code: Select all
lsmod


That will tell us what drivers are loaded...

Im looking for the display driver...

Post output
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: Anyone purchase a Scroll Excel recently?

Postby ptbw » April 22nd, 2012, 9:56 pm

suggsy89 wrote:Nice SdCard ;) I think i may need the kernel also...

SD card 18quid on Amazon! Kernel image here: http://dl.dropbox.com/u/17486207/bImage.zip

suggsy89 wrote:...Also, how are you compressing your zips so much, thats crazy compression! lol

Use a PC with a proper OS ;)
Still playing with:
Scroll Excel - 2.3 CWM5
ZTE Blade - MCR 12
Vega - Corvus ICS
Nokia N8

http://code.google.com/p/ptbw-codespace
ptbw
Scroll Sergeant
Scroll Sergeant
 
Posts: 50
Joined: March 30th, 2012, 9:03 pm
Location: Directly above the centre of the Earth.
Real Name: Phil
Scroll Version: Scroll Excel

Re: Anyone purchase a Scroll Excel recently?

Postby ptbw » April 22nd, 2012, 9:58 pm

suggsy89 wrote:While running the Excel on normal boot i need you to do....

Code: Select all
# lsmod
8192cu 487725 0 - Live 0xbf111000
mcs7830 5089 0 - Live 0xbf10a000
sr9700 5550 0 - Live 0xbf103000
rtl8150 8232 0 - Live 0xbf0fb000
asix 15585 0 - Live 0xbf0f1000
usbnet 12630 3 mcs7830,sr9700,asix, Live 0xbf0e6000
bma250 5132 0 - Live 0xbf0df000
sun4i_csi0 24387 0 - Live 0xbf0d3000
gt2005 10813 0 - Live 0xbf0ca000
gc0308 10297 1 - Live 0xbf0c1000
videobuf_dma_contig 2946 1 sun4i_csi0, Live 0xbf0bb000
mali 111311 2 - Live 0xbf091000
ump 22604 11 mali, Live 0xbf084000
sun4i_keyboard 1859 0 - Live 0xbf07e000
ft5x_ts 9840 0 - Live 0xbf057000
hdmi 14243 0 - Live 0xbf04d000
lcd 2559 0 - Live 0xbf047000
disp 217725 9 hdmi,lcd, Live 0xbf000000
Still playing with:
Scroll Excel - 2.3 CWM5
ZTE Blade - MCR 12
Vega - Corvus ICS
Nokia N8

http://code.google.com/p/ptbw-codespace
ptbw
Scroll Sergeant
Scroll Sergeant
 
Posts: 50
Joined: March 30th, 2012, 9:03 pm
Location: Directly above the centre of the Earth.
Real Name: Phil
Scroll Version: Scroll Excel

Re: Anyone purchase a Scroll Excel recently?

Postby suggsy89 » April 22nd, 2012, 9:58 pm

Sweet im going to drop it into dsixda's Android Kitchen now and see what info it gives.

Use a PC with a proper OS ;)


Linux is the shit mate ;)
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: Anyone purchase a Scroll Excel recently?

Postby suggsy89 » April 22nd, 2012, 10:00 pm

Code: Select all
on early-init
    start ueventd
    exec /sbin/busybox sh -c "dd if=/dev/zero count=1 | tr '\000' '\377' > /dev/block/nande; sync"
    insmod /lib/modules/disp.ko
    insmod /lib/modules/hdmi.ko
    insmod /lib/modules/lcd.ko
    insmod /lib/modules/hv2605.ko
    insmod /lib/modules/sun4i-keyboard.ko


Recovery seems to use disp.ko as the display driver, but i cant see that driver running when you lsmod..

Help :lo:
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: Anyone purchase a Scroll Excel recently?

Postby suggsy89 » April 22nd, 2012, 10:03 pm

I would like to know if we can directly inject the display driver to nandf once it is mounted on the sdcard?

Maybe some investigating needs to be done...
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: Anyone purchase a Scroll Excel recently?

Postby ptbw » April 22nd, 2012, 10:04 pm

suggsy89 wrote:as a thought, while in recovery, and adb, have you tried to issue the command...


It does not work out of the box. You need this patch: https://github.com/dweinstein/android_bootable_recovery/commit/3fdb0a9b9a08aa8e436e7b0449d0941d8a926465

I had to roll my own recovery last night using the generic gingerbread CM with the patch applied and it works like a charm. So I at least have backups working.
Still playing with:
Scroll Excel - 2.3 CWM5
ZTE Blade - MCR 12
Vega - Corvus ICS
Nokia N8

http://code.google.com/p/ptbw-codespace
ptbw
Scroll Sergeant
Scroll Sergeant
 
Posts: 50
Joined: March 30th, 2012, 9:03 pm
Location: Directly above the centre of the Earth.
Real Name: Phil
Scroll Version: Scroll Excel

Re: Anyone purchase a Scroll Excel recently?

Postby ptbw » April 22nd, 2012, 10:06 pm

suggsy89 wrote:Recovery seems to use disp.ko as the display driver, but i cant see that driver running when you lsmod..
Help :lo:


Isn't it the last line?
Code: Select all
....
disp 217725 9 hdmi,lcd, Live 0xbf000000
Still playing with:
Scroll Excel - 2.3 CWM5
ZTE Blade - MCR 12
Vega - Corvus ICS
Nokia N8

http://code.google.com/p/ptbw-codespace
ptbw
Scroll Sergeant
Scroll Sergeant
 
Posts: 50
Joined: March 30th, 2012, 9:03 pm
Location: Directly above the centre of the Earth.
Real Name: Phil
Scroll Version: Scroll Excel

Re: Anyone purchase a Scroll Excel recently?

Postby suggsy89 » April 22nd, 2012, 10:09 pm

Try to lsmod while in recovery... I think it will fail though
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: Anyone purchase a Scroll Excel recently?

Postby suggsy89 » April 22nd, 2012, 10:10 pm

ptbw wrote:
suggsy89 wrote:as a thought, while in recovery, and adb, have you tried to issue the command...


It does not work out of the box. You need this patch: https://github.com/dweinstein/android_bootable_recovery/commit/3fdb0a9b9a08aa8e436e7b0449d0941d8a926465

I had to roll my own recovery last night using the generic gingerbread CM with the patch applied and it works like a charm. So I at least have backups working.


How did you do that?
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

PreviousNext

Return to Scroll EXCEL - Guides & HOW TO Tutorials

Who is online

Users browsing this forum: No registered users and 1 guest

cron