<shineworld>
cubiecard.sh and related partition script are yet RAW.... but they accomplish fully my needs
<JohnDoe_71Rus>
it work
<shineworld>
could be .... I've already tried awtools to get back android partitions form img
<shineworld>
however at moment I work only starting from sources....
<shineworld>
I guess cubietools is very close to what phoneix does
<shineworld>
but you can change the logic
<shineworld>
I've already tried to convert it to bin with a tool and work fine but that goes out of target of scripts: to be modifiable ...
sarwarc_ has joined #cubieboard
<AALCVq>
Lol, i found where was problem with cubiuntu
sarwarc has quit [Ping timeout: 276 seconds]
<AALCVq>
Display settings was overriden in uEnv
<JohnDoe_71Rus>
shineworld: today will try sd boot
<JohnDoe_71Rus>
shineworld: You never met SDK 4.4
<shineworld>
it's work fine :)
<shineworld>
there is a sdk 4.4 ?
<JohnDoe_71Rus>
i find it
<shineworld>
COOOL
<shineworld>
have you a link ?
<JohnDoe_71Rus>
not. I'm searching :(
<shineworld>
I'm yet with 1.05 sources (disappears from cubieboard directories)
<JohnDoe_71Rus>
Were mentioning about SDK for A31. But working links not yet.
<shineworld>
I've tried 1.06 but are buggies
<shineworld>
There are new sources on dl.cubieboard.org but I don't know what version are
RA3OR has joined #cubieboard
<shineworld>
cubieboard guys aren't "pragmatic" on archive/manage the things
<JohnDoe_71Rus>
shineworld: yep
<JohnDoe_71Rus>
And they pack ready images in a source file
<shineworld>
what I don't understand is :
<shineworld>
- why they don't use GIT
<shineworld>
- if they don't use git why they don't label various sources release with same name of released images
<shineworld>
- if they don't release sources of related images why don't label sources with a sequential order
<shineworld>
is almost impossible to understand what a source package contains and order of publication
<shineworld>
HTTP access to ftp missing of dates
<shineworld>
there's no a public (read/only) access to ftp sources so you can get at least a ordinal of file date
<shineworld>
etc...
<shineworld>
the repo (with inner git for each repository) is the only real solution because you can create branch and add tags to fastly recovery an IMG code sources
<JohnDoe_71Rus>
totally agree
<shineworld>
unfortunately android OS is very badly supported than linux counterpart....
<JohnDoe_71Rus>
If they posted the source code, we are able to add them in git? Or possible licensing problems
<shineworld>
my only problem to post so much data is my poor ADSL service
<shineworld>
at 35Kbps I will take some months
<shineworld>
I don't think there is some licensing issue
qlex1 has joined #cubieboard
<shineworld>
for me is only a git push timing problem
* qlex1
says hi
<qlex1>
im about to return to fiddling with cubieboard 2 (a20 dual) with android
<qlex1>
could any1 tell me if its easy to modify android so that splashscreen includes a different than standard graphics ?
<qlex1>
i.e. my logo ?
<sbx320>
might be best to push it to git via a remote server instead of a home connection with bad upload rates
<JohnDoe_71Rus>
qlex1: the monkeey?
<qlex1>
?
<JohnDoe_71Rus>
qlex1: splash with monkey
<qlex1>
yes
<shineworld>
the monkey splash (just after boot) is matter of u-boot (special edition from allwinner)
<shineworld>
in android sources there is an old (very old) u-boot version
<qlex1>
got a different board (apc via)
deasy has joined #cubieboard
<shineworld>
which, in spl, load a bitmap from (somewhere) then initializes the display and show it
<qlex1>
managed to replace the uboot logo by "extracting" the image and then packing it again
<qlex1>
boots up nicely with my logo
<qlex1>
and then autostarts my app
<shineworld>
I would like to have boot logo feature in uboot running with SD.....
<shineworld>
So I can remove the bootanimation (which is very time consumptive) and have an immediate feedback to display
<shineworld>
I will try to port allwinner code in latest u-boot
<shineworld>
yes to reduce boot animation in android is necessary to:
<shineworld>
- add boot feature in early boot stage (uboot)
<shineworld>
- remove bootanimation feature
<shineworld>
- reduce preloaded classes on zygote
<shineworld>
- modify init.rc to reduce amount of useless services, partitions things...
<shineworld>
- reduce installed packages (so PackageManager is more light at boot)
<shineworld>
- better if sign the main application (in my case the only) with LAUNCHER mode so there's no any luncher activity than my app
<shineworld>
with SD class 10 and some tips the boot is reduced to only 12 seconds
<shineworld>
which are yet a lot .....
nighty^ has joined #cubieboard
<shineworld>
s/add boot feature in early boot stage (uboot)/add boot image in early boot stage (uboot)/g
D0pamine has joined #cubieboard
tat has quit [Remote host closed the connection]
D0pamine has quit [Remote host closed the connection]
madmaxxx has joined #cubieboard
tat has joined #cubieboard
madmaxx has quit [Ping timeout: 252 seconds]
kivutar has joined #cubieboard
<qlex1>
in simple words, easy or complicated to replace the splash ?
<qlex1>
without the need to compile android ?
<qlex1>
i also dont need to launcher, just "desktop"
<shineworld>
cb1 or cb2 ?
<shineworld>
here I've only cb1 openbox sources and seem:
<shineworld>
in /dev/block/nanda/ there is a directory (when mounted)
<shineworld>
linux/linux.bmp
<shineworld>
should be the boot image loaded just when board move from boot0 to boot1
<shineworld>
and then run uboot.bin
<shineworld>
I don't have any cb to try here
<shineworld>
- boot android
<shineworld>
- adb shell
<shineworld>
mkdir /tmp
<shineworld>
- mkdir /tmp
<shineworld>
- mount -t vfat /dev/block/nanda /tmp
<shineworld>
- cd /tmp
<qlex1>
cb2
<shineworld>
check if in /tmp there is a linux/linux.bmp
<shineworld>
get and watch linux.bmp in pc with
<shineworld>
- adb pull /tmp/linux/linux.bmp
<shineworld>
if is your "monkey" you can just push your new image : adb push /tmp/linux/linux.bmp
<qlex1>
cool, i will try when i have the board handy
<shineworld>
adb shell umount /tmp
<shineworld>
then reboot the board
<qlex1>
thank you very much shineworld
<qlex1>
will try it out probably tomorrow and let you know
<shineworld>
I'm looking cb1 openbox sources but I guess are very close in boot to cb2 (in cb2 sources the u-boot is available in sources rathern than bin like in cb1)
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
Swat- has quit [Ping timeout: 265 seconds]
fossxplorer has joined #cubieboard
fossxplorer has joined #cubieboard
fossxplorer has quit [Changing host]
sarwarc has joined #cubieboard
mainline has joined #cubieboard
<mainline>
can somebody tell me if mainline 3.15 kernel has necessary usb support for cubieboard? i saw that in sunxi tree there are some specific drivers for sunxi usb
<mainline>
shold it work with ehci platform driver?
ecelis has quit [Remote host closed the connection]
DEac- has joined #cubieboard
DEac-_ has quit [Ping timeout: 265 seconds]
mainline has quit [Ping timeout: 246 seconds]
D0pamine has joined #cubieboard
D0pamine has quit [Changing host]
D0pamine has joined #cubieboard
madmaxxx is now known as madmaxx
madmaxx has quit [Changing host]
madmaxx has joined #cubieboard
mainline has joined #cubieboard
nighty^ has quit [Ping timeout: 260 seconds]
kivutar has quit [Quit: Ex-Chat]
nighty^ has joined #cubieboard
mhoney_home has joined #cubieboard
mhoney has quit [Ping timeout: 252 seconds]
mhoney_home is now known as mhoney
Baronawesome has quit [Ping timeout: 240 seconds]
guruz has quit [Remote host closed the connection]
guruz has joined #cubieboard
Baronawesome has joined #cubieboard
Baronawesome has quit [Changing host]
Baronawesome has joined #cubieboard
AALCVq1 has quit [Ping timeout: 240 seconds]
AALCVq has joined #cubieboard
stefanro has quit [Ping timeout: 265 seconds]
stefanro has joined #cubieboard
sarwarc has quit [Ping timeout: 260 seconds]
lacrosse has quit [Ping timeout: 245 seconds]
DEac-_ has joined #cubieboard
lacrosse_ has joined #cubieboard
DEac- has quit [Read error: Connection reset by peer]
sarwarc has joined #cubieboard
AALCVq has quit [Ping timeout: 240 seconds]
ricardocrudo has joined #cubieboard
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #cubieboard
AALCVq has joined #cubieboard
_massi_ has joined #cubieboard
ganbold_ has joined #cubieboard
D0pamine has quit [Remote host closed the connection]
_massi_ has quit [Remote host closed the connection]
danimo has quit [Ping timeout: 265 seconds]
danimo has joined #cubieboard
qwertzui11 has joined #cubieboard
mhoney has quit []
mhoney has joined #cubieboard
Baronawesome has quit [Ping timeout: 240 seconds]
Baronawesome has joined #cubieboard
qwertzui11 has quit [Quit: qwertzui11]
madmaxx has quit [Ping timeout: 245 seconds]
madmaxxx has joined #cubieboard
AALCVq has quit [Ping timeout: 240 seconds]
AALCVq has joined #cubieboard
Deskwizard has quit [Read error: Connection reset by peer]
Deskwizard has joined #cubieboard
ecelis has joined #cubieboard
TheSeven has quit [Ping timeout: 252 seconds]
tat has quit [Read error: Connection reset by peer]
tat has joined #cubieboard
AALCVq has quit [Ping timeout: 240 seconds]
NamanG has joined #cubieboard
Baronawesome has quit [Ping timeout: 272 seconds]
AALCVq has joined #cubieboard
Baronawesome has joined #cubieboard
tat has quit [Read error: Connection reset by peer]
tat has joined #cubieboard
tat_ has joined #cubieboard
tat has quit [Read error: Connection reset by peer]
tat_ has quit [Read error: Connection reset by peer]
tat has joined #cubieboard
tat has quit [Remote host closed the connection]
FR^2 has quit [Quit: Connection reset by peer]
tat has joined #cubieboard
R430R has joined #cubieboard
RA3OR has quit [Read error: Connection reset by peer]
shineworld has quit [Quit: Leaving]
sarwarc has quit [Ping timeout: 245 seconds]
smccarthy has joined #cubieboard
indy has quit [Ping timeout: 252 seconds]
Baronawesome has quit [Ping timeout: 272 seconds]
Baronawesome has joined #cubieboard
tomboy65 has quit [Ping timeout: 264 seconds]
ricardocrudo has quit [Ping timeout: 245 seconds]
Baronawesome has quit [Ping timeout: 264 seconds]
TheSeven has joined #cubieboard
Baronawesome has joined #cubieboard
seppel has joined #cubieboard
suhanc has quit [Remote host closed the connection]
mainline has quit [Ping timeout: 246 seconds]
rz2k has joined #cubieboard
tomboy65 has joined #cubieboard
ricardocrudo has joined #cubieboard
seppel has quit [Quit: Leaving]
sassmann has quit [Ping timeout: 240 seconds]
sarwarc has joined #cubieboard
popolon has quit [Quit: Quitte]
Dave77 has joined #cubieboard
<Dave77>
is there desktop 2D acceleration for linux on the A80 cubie?
<rooted-arm>
i guess
<n3glv>
a80?
n3glv is now known as n3glv_McWifi
sarwarc has quit [Read error: Connection reset by peer]
sarwarc has joined #cubieboard
rneese has joined #cubieboard
<rneese>
n3glv_McWifi get off the wifi
<n3glv_McWifi>
lol
sarwarc has quit [Ping timeout: 240 seconds]
<n3glv_McWifi>
rneese: my loop is closer to finished
<n3glv_McWifi>
it will be 1m+3cm across
<n3glv_McWifi>
3/4" copper
shineworld has joined #cubieboard
kivutar has joined #cubieboard
<rneese>
ok
<rneese>
cool
<n3glv_McWifi>
I went down from 5' diamater
<rneese>
I am working on the theme for our pbx gui
<n3glv_McWifi>
I can't seem to get hardware accel working
<n3glv_McWifi>
on the truck
<rneese>
hmm
<rneese>
dotn have 1 to test
<rneese>
and I dont use the video on my unit
tat has quit [Remote host closed the connection]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
Dave77 has quit []
kivutar has quit [Quit: Ex-Chat]
<rneese>
I need to get a loop maked
<rneese>
made
<rneese>
but I have to finish this other project first
<n3glv_McWifi>
going to miss fd
<n3glv_McWifi>
wonder if any club sets up by the arch
shineworld has quit [Quit: Leaving]
tat has joined #cubieboard
indy has joined #cubieboard
Midnightmyth has joined #cubieboard
deasy has joined #cubieboard
Midnightmyth has quit [Remote host closed the connection]
tat has quit [Remote host closed the connection]
ecelis has quit [Ping timeout: 240 seconds]
shineworld has joined #cubieboard
tat has joined #cubieboard
madmaxxx has quit [Remote host closed the connection]
ecelis has joined #cubieboard
tat has quit [Remote host closed the connection]
Baronawesome has quit [Ping timeout: 245 seconds]
Freyr has quit [Read error: Connection reset by peer]
Freyr has joined #cubieboard
Baronawesome has joined #cubieboard
Dave77 has joined #cubieboard
<shineworld>
I moved my panel from a capacitive panel (spi) to a more simple resistive panel. I was amazed by error (noise) in readed data...
<shineworld>
Have you got same experience with rtp ?
<shineworld>
CB1
<rneese>
hmm I need to look at the lcd for the cubie
<n3glv_McWifi>
I'm not sure the tech in my panel, might be resistive, not tried it yet
<n3glv_McWifi>
it's on a payphone/kiosk thing
<shineworld>
just check the running module or script bin if [cpt] or [rpt] is enabled
<shineworld>
[rtp_para]
<shineworld>
rtp_used = 1
<shineworld>
for resistive
<rneese>
is this a screen that plugs onto the board
<shineworld>
[ctp_para]
<shineworld>
ctp_used = 1
<shineworld>
for capacitive
<rneese>
or is it a usb addon
<shineworld>
probably is capacitive
<n3glv_McWifi>
the kiosk is usb
<shineworld>
I will write an android program with diff.graph to get a measure
<n3glv_McWifi>
and vga
<rneese>
ok
Dave77 has quit []
<n3glv_McWifi>
I wanna play with the bill validator/stacker
<shineworld>
I'm using CB1 with a close display size (a 12")
<shineworld>
reading in source code the values admitted for rtp_screen_size are only 5 and 7".... I'm using 12" with a set of 7" .... I hope this isn't the reason
<shineworld>
I don't know what is the use of this value... I'm looking....
<n3glv_McWifi>
ooOOooo! Nexus 5 order placed!
rz2k has quit []
<rneese>
?
<rneese>
why
<n3glv_McWifi>
nice phone, 32GB storage
<mnemoc>
n3glv_McWifi: but 2 weeks before google i/o?
<rneese>
samsung nexus are know to overheat and fail
<rneese>
be ware
<rneese>
I have had 3 samsung phones all die
<rneese>
the note3 I have tends to get hot with use
<mnemoc>
my galaxy nexus still works decently
<mnemoc>
(made by samsung)
<n3glv_McWifi>
think the 5 is LG
<mnemoc>
but google i/o is in 2 weeks
kivutar has joined #cubieboard
<rneese>
well back to workign on this cubiepbx unit
<rneese>
I have to have the img ready by monday
rneese has left #cubieboard [#cubieboard]
<shineworld>
I've a N4... good phone but not excellent
<shineworld>
is well built, none question at LG, only to design itself
<shineworld>
major limit of N4/5 is sound of speaker
<shineworld>
very loud
<shineworld>
display is excellent on indoor
<mnemoc>
and the please-break-me glass "case" ?
<shineworld>
I haven't one scratch on my glasses
<shineworld>
2nd defeat is in missing sd slow
<shineworld>
slot
<shineworld>
but your 32Gb is enough (mine is only 16Gb aka 12Gb free for data)
nighty^ has quit [Quit: Disappears in a puff of smoke]
<mnemoc>
why SD slot if there is the cloud. why replaceable battery if you change your phone before the battery dies anyway
<shineworld>
there are pro an cons on "missing sd slot"
<mnemoc>
what pro can it have?
<shineworld>
because here "in Italy" wifi spot "free" are so rarely (due strong law against responsability of net owner)
<shineworld>
1 - internal nand is full ext(x) formatted so any "dismount" to share or access in sd which usually is a FAT
<mnemoc>
device breaks and you loose all your files
<shineworld>
you can full nand usable in same way for apk and data and your mp3 files
<shineworld>
of course
<shineworld>
2nd ... internal nand is more performant than SD and you have only one chip to supply (battery questions)
<shineworld>
usually who have external SD have few internal nand
<shineworld>
so many people swap APK to SD (and this is against google ideas)
<shineworld>
2nd... to use a NAND ext() permit to use MTP without break any running thing
<mnemoc>
look at chinese phones. dual sim, octa core, 32GB of internal storage, uSD slot, 1080p displays, and >3000mAh.... for under $300 shipping included
<shineworld>
google is moving away from USB storage concept
<mnemoc>
google wants you to store everything in their cloud
<shineworld>
3nd - any device must pay a lot to Microsoft to support fuc...ing FAT
<shineworld>
could be
<mnemoc>
the FAT patents only affect the dual 8.3/long-name support
<shineworld>
5$ is price asked from Microsoft (In late 2011)
<shineworld>
I mean Fat and FAt32
<shineworld>
*by
<mnemoc>
removing 8.3 bullcrap, no FAT patents involved
<shineworld>
however I suffer limitations of a system with only 12GB of data
<shineworld>
seem incredible but after a while (months) data finish
<shineworld>
I've only 4 music albums, some video, but Whatapp and other tool grown memory
<shineworld>
just a game and "games" are end
<n3glv_McWifi>
am on a BLU china dual simm bar phone right now
<n3glv_McWifi>
$19
<shineworld>
another issue on N4 is GPS which "eat" a lot of battery
<shineworld>
I've take a N4 just because I'm an android developer which would try its toys with a starndard phone
<shineworld>
so I've also n7 2012, latest n7....
<shineworld>
$19 for what ?
<mnemoc>
a feature phone
fossxplorer has quit [Ping timeout: 252 seconds]
<shineworld>
another issue with N4 is the Android Open Accessory, or better the USB bus
<shineworld>
you can't use a N4 with a FDTI311D/312D....
<shineworld>
usb bus continue to reset
<n3glv_McWifi>
got the 32GB nexus because it lacks SD
<shineworld>
uhm median filter TP_CTRLx is fixed to 5/3.....
<shineworld>
perhaps increasing number of samples I can reduce noise in reads....
<shineworld>
mnemoc, there is a bin tool to write a10 registers or is impossible to do at user level ?
<shineworld>
I know the memoryinfo can "read" registers
<mnemoc>
shineworld: devmem2
kivutar has quit [Quit: Ex-Chat]
<n3glv_McWifi>
think i'm headed home
n3glv_McWifi is now known as n3glv
<shineworld>
but is for linux ?
<shineworld>
I'm working on android
<shineworld>
found
<shineworld>
thanks
<shineworld>
don't support long....
<shineworld>
root@android:/tmp # ./devmem
<shineworld>
Usage:./devmem { address } [ type [ data ] ]
<shineworld>
type : access operation type : [b]yte, [h]alfword, [w]ord
<shineworld>
address : memory address to act upon
<shineworld>
data : data to be written
<shineworld>
....
<shineworld>
root@android:/tmp # ./devmem 0xF1C2500c w 0x00000009
<shineworld>
Memory mapped at address 0x40147000.
<shineworld>
Value at address 0xF1C2500C (0x4014700c): 0x0
<shineworld>
/dev/mem opened.
<shineworld>
Written 0x9; readback 0x0
<shineworld>
mnemoc, have you already used devmem2 ?
<shineworld>
w stay for long ... (:)
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
VargaD has quit [Ping timeout: 252 seconds]
qermit has quit [*.net *.split]
Mantichora has quit [*.net *.split]
wooy has quit [*.net *.split]
_nsfw has quit [*.net *.split]
lauri has quit [*.net *.split]
joga has quit [*.net *.split]
Vostok has quit [*.net *.split]
joga has joined #cubieboard
Mantichora has joined #cubieboard
lauri has joined #cubieboard
Vostok has joined #cubieboard
wooy has joined #cubieboard
rmarko has joined #cubieboard
qermit has joined #cubieboard
<shineworld>
there is also a devmem in busybox
<shineworld>
different code...
<shineworld>
but seems none write in register
<shineworld>
ok thanks now works ....
jluisn has quit [Read error: Connection reset by peer]
<shineworld>
without median filter "is a disaster"
joph_ has joined #cubieboard
joph has quit [Excess Flood]
joph_ is now known as joph
joph has quit [Changing host]
joph has joined #cubieboard
Kamilion has quit [*.net *.split]
froy has quit [*.net *.split]
twinshadow has quit [*.net *.split]
froy has joined #cubieboard
twinshadow has joined #cubieboard
Kamilion has joined #cubieboard
deasy has joined #cubieboard
shineworld has quit [Quit: Leaving]
<mhoney>
quiet in here today
VargaD has joined #cubieboard
tat has joined #cubieboard
tat has quit [Remote host closed the connection]
rooted-arm has quit [Ping timeout: 276 seconds]
<n3glv>
yeah
<mhoney>
hows your pbx coming along?
<n3glv>
not mine
<n3glv>
rneese
<mhoney>
oh yah, you guys are just rl friends... my bad
<n3glv>
my pbx is vps
<n3glv>
both voip geeks
<mhoney>
do you use it for a business or just things like conferencing with friends?
<n3glv>
I have clients, and my personal system is mostly conference
<mhoney>
I work with a guy that writes code for call answering centers using asterix.
<mhoney>
suppose it's more legal than hacking pbx systems like we did in the old days ;)
<n3glv>
lol
<n3glv>
very easy gui for asterisk, freepbx
<mhoney>
I wonder how many simultaneous calls the ct could process
<n3glv>
a pi can do 4 or 5
<n3glv>
3 very reliably
<n3glv>
that is with freepbx gui on top
<mhoney>
are there encrypted clients and hosts these days or is everything still clear channel?
<n3glv>
two types of encryption
popolon has joined #cubieboard
<mhoney>
I hate picking themes for a website... too many choices
<n3glv>
I would guess a truck would do a dozen calls
<n3glv>
or more
<n3glv>
asterisk is SMP/Multi-threaded
<mhoney>
cant wait for the a80 to come out
<mhoney>
although at that point, why not just buy a cheap x86 fanless atom
<zombu2>
n3glv just got my cubietruck
<mhoney>
gratz zombu2
<mhoney>
what plans do you have for it?
<zombu2>
well first things first
<zombu2>
getting rid of that android thing
<n3glv>
hi zombu2
<n3glv>
easy enough
<n3glv>
want url for working sd?
<zombu2>
sure
<n3glv>
debian7
<mhoney>
lol, dont worry... about 20 reboots and it will be corrupted
<zombu2>
how about hdd install
<n3glv>
it has scripts for hdd or nand vga or hdmi
<zombu2>
ah cool
<mhoney>
I went down to bestbuy and got a 2tb 2.5" drive first thing ;)