11/12/2012, 11:23 AM
|
#22 (permalink) | |
|
Homebrew Developer
![]()
Posts: 405
|
Quote:
-- Sent from my Palm Pre3 using Forums Last edited by 72ka; 11/12/2012 at 11:49 AM. |
|
11/13/2012, 02:20 AM
|
#23 (permalink) | |
|
Member
![]()
Posts: 79
|
Quote:
In any case thank you 72ka for a great app and your efforts in porting openWebos, i admire all of the devs' creativity and commitment and i wish i had the skills to do this stuff rather than being just a consumer. |
|
11/13/2012, 04:58 AM
|
#24 (permalink) |
|
Homebrew Developer
![]()
Posts: 405
|
Hi, thank you. I see the biggest advantage of port to A10 based tablet in easy hardware configuration of these tablets. Each chinese A10 board (tablet) is almost the same, you can use the same u-boot loader and complete hardware configuration information is stored in *.fex file. This magic file is included in stock Android ROM and you can easily extract it (just copy it). I want to say, you don´t need to do any reverse engineering about GPIO´s, LCD pinouts, frequencies etc...
My project goal is to provide universal openWebOS distribution for A10 based tablets, where user just includes their *.fex file. And my kernel will be compiled with all known device drivers as modules (like a universal kernel on desktop). The idea is similar as Cyanogenmod with their compatibility packs. |
11/13/2012, 05:14 AM
|
#25 (permalink) | |
|
Member
![]()
Posts: 79
|
Quote:
This would be a real boost for openwebos. Obviously the golden fleece in this case would be porting it to really good hardware like dual or quad core, retina display etc, but you have to learn to walk before you can fly. Did i mention i admire all of you guys? Keep bringing the magic our way, it makes us feel like children on christmas day. |
|
11/13/2012, 12:13 PM
|
#26 (permalink) |
|
Homebrew Developer
![]()
Posts: 405
|
One of the funny thing is a mouse in openwebOS. Because my touchscreen doesn't work, I tried connect the mouse to the USB
it works! But you can see only a tap, not some cursor and is very tricky to focus to some UI element ![]() But it allows me to take some other photos than locked screen and try to launch some apps. You can see my a bit tricky usb OTG cable (home made), supported by teaspoon, otherwise it doesn't work and the mouse on the right
|
11/13/2012, 01:01 PM
|
#27 (permalink) | |
|
Member
![]()
Posts: 12
|
Quote:
I see your still struggling due to issues with TS. Send me the kernel source you are using. And any/all info from the device regarding TS. Let me hack on it a ill bit. |
|
11/13/2012, 01:42 PM
|
#28 (permalink) | |
|
Member
|
Quote:
__________________
Patch Enhancing vCard Export -|- Your own cloud with Zarafa (EAS sync) -|- Tasks-app of 2.x on 3.x incl.EAS sync -|- SYM key in Enyo on phones -|- My hidden webOS Tips and Tricks - like it ?
|
|
11/13/2012, 03:26 PM
|
#29 (permalink) | |
|
Homebrew Developer
![]()
Posts: 405
|
Quote:
I tried to gain more info from Android stock system, you can see lsmod and some Goodix init. Code:
app_152@android:/ $ lsmod 8192cu 570686 0 - Live 0xbf09d000 mma7660 5671 0 - Live 0xbf097000 rtl8150 8910 0 - Live 0xbf090000 mcs7830 6557 0 - Live 0xbf08a000 qf9700 8513 0 - Live 0xbf083000 asix 22500 0 - Live 0xbf078000 usbnet 23745 3 mcs7830,qf9700,asix, Live 0xbf06c000 sun4i_csi0 27097 0 - Live 0xbf061000 gc0308 15303 1 - Live 0xbf059000 videobuf_dma_contig 5659 1 sun4i_csi0, Live 0xbf054000 videobuf_core 18067 2 sun4i_csi0,videobuf_dma_contig, Live 0xbf04a000 mali 130067 10 - Live 0xbf01d000 ump 42150 13 mali, Live 0xbf00c000 goodix_touch 13238 0 - Live 0xbf004000 sun4i_vibrator 2278 0 - Live 0xbf000000 app_152@android:/ $ dmesg | busybox grep gt801 -i <6>[ 4.700000] ctp_detect: Detected chip Goodix-TS-1GT801 at adapter 2, address 0x55 <6>[ 4.710000] ===============================GT801 Probe=========================== <6>[ 5.130000] Goodix-TS-1GT801 2-0055: GT80X Version: GT801_1R08_2011121501_Goodix_Tech app_152@android:/ $ Code:
app_152@android:/ # cat /sys/class/input/event2/device/name
gt80x
app_152@android:/ # cat /sys/class/input/event2/device/properties
0
app_152@android:/ # cat /sys/class/input/event2/device/modalias
input:b0018vDEADpBEEFe1105-e0,1,3,k14A,ra10,12,15,16,19,30,32,35,36,39,mlsfw
app_152@android:/ # cat /sys/class/input/event2/device/phys
input/goodix-ts
app_152@android:/ # cat /sys/class/input/event2/device/uniq
app_152@android:/ # cat /sys/class/input/event2/device/
capabilities/ id/ name power/ subsystem/ uniq
event2/ modalias phys properties uevent
app_152@android:/ # cat /sys/class/input/event2/device/
capabilities/ id/ name power/ subsystem/ uniq
event2/ modalias phys properties uevent
app_152@android:/ # cat /sys/class/input/event2/device/id/
bustype product vendor version
app_152@android:/ # cat /sys/class/input/event2/device/id/vendor
dead
app_152@android:/ # cat /sys/class/input/event2/device/id/version
1105
app_152@android:/ # cat /sys/class/input/event2/device/id/bustype
0018
app_152@android:/ # cat /sys/class/input/event2/device/id/product
beef
app_152@android:/ # cat /sys/class/input/event2/device/
capabilities/ id/ name power/ subsystem/ uniq
event2/ modalias phys properties uevent
app_152@android:/ # cat /sys/class/input/event2/device/
capabilities/ id/ name power/ subsystem/ uniq
event2/ modalias phys properties uevent
app_152@android:/ # cat /sys/class/input/event2/device/capabilities/
abs ev ff key led msc rel snd sw
app_152@android:/ # cat /sys/class/input/event2/device/capabilities/
abs ev ff key led msc rel snd sw
app_152@android:/ # cat /dev/input/
event0 event1 event2 event3 js0 mice
app_152@android:/ # cat /dev/input/event2
t5t6t9t0
t2
tt^[[?1;2c^[[?1;2c5690
2
6O901;2c5690 2 *9*0*2**^[[?1;2c 5
2
9 0#2%(i 5Mt 6v 9y 0 | 2 ~ /
9/
If I try to insert a module goodix_touch from my kernel, it failed on init.... dmesg here: Code:
[ 85.080000] ===========================goodix_ts_init===================== [ 85.080000] ctp_fetch_sysconfig_para. [ 85.080000] ctp_fetch_sysconfig_para: script_parser_fetch err. [ 85.080000] =========script_parser_fetch_err============ [ 85.080000] goodix_ts_init: err. Thank you. |
|
01/01/2013, 07:39 PM
|
#30 (permalink) |
|
Member
![]()
Posts: 241
|
Jan,
Havent heard an update on this for a while. I picked up a cheap a13 based tablet id like openwebos on. I have what comes up as a gt811 touchscreen so i assume its a goodix. Very excited to see your work on these cheap but usefull tablets. please keep us up to date. |
01/04/2013, 08:27 AM
|
#33 (permalink) |
|
Member
![]()
Posts: 1,087
|
Great job!
I confess, I'm impressed! Hummm... there is some chance to install in Android Phone??? For example: Genesis GP501 Best Regards...
__________________
The Dog Is The Man´s Best Friend... Because Is The Only That Is Not Looking To Smartphone While We Talking!
|
01/04/2013, 10:53 AM
|
#34 (permalink) | |
|
Member
![]() |
Quote:
![]() also have an 8" sanei n83 tablet, also allwinner etc, a bigger brother of my 7" tablet, tho weirdly enough, i dont like it, even rooted it seems to operate as if not fully/properly rooted, for some weird reason cwm continually seems to fail to install yet it goes through the motions and "seems" to work but doesnt, its much heavier and basically just less useful than the lightweight 7" device. the 7" tablet cost me £56 from hong kong, and the keyboard/case cost me something silly low like £7 from amazon or ebay i forget which, mine doesnt fit in the generic case to well tho, slides out sideways too easily, so used some of the packing foam that came with it, cut a small 4x4cm square piece and jammed that between the case and tablet, holds it firmly and doesnt bend or damage the device doing so. its cheap, but so far works well for me, hasnt fallen apart or has signs of it, runs pretty much everything ive thrown at it, only downside so far is the low but not too bad battery life, but for the price who cares, its always near my pc or a usb'd powered source anyways, was thinking of partnering it with an ultraslim battery pack and maybe sticking it where i have my foam "hold it in place" block. its that cheap that i got 1 for my nephew and as hes a small useless moron that likes to break stuff without a care in the world its an ideal device, if he breaks it, its far better that smashes into a million pieces than an expensive android or fruit product. as your doing the porting work here 72ka, what do you actually think of the cheapo allwinner based tablets so far as a means for a cheap but useable android and openwebOS device? so far i like it just using android (for tv/netflix etc), cant wait for some webOS love as well, i understand others going for the better hardware devices but so far im impressed with some of the cheapo/knockoff models im getting my hands on.
__________________
Touchpad Keyboard Themes - >> Click Me << |
|
01/06/2013, 06:15 AM
|
#36 (permalink) |
|
Member
![]()
Posts: 171
|
Could we start something on github for webos with sub headings based on the arm core for webos?
that way can share driver and source code between theses cheap chinese tablets. I also placed links in my Aninol Fire thread, will start work on it as soon as it arrives. |
01/10/2013, 03:49 PM
|
#37 (permalink) |
|
Member
![]()
Posts: 1
|
Hi 72ka,
I'm currently a developer of cyanogen for Ainol Advanced II (allwinner a10 [ROM][JB]Unofficial CyanogenMod 10 for Advanced II - SlateDroid.com) and really like the idea of installing openWebOS. I will PM you to see if maybe we could work together in the goal of a10 devices. Cheers, Starcarr |
01/10/2013, 04:26 PM
|
#38 (permalink) | |
|
Member
![]() |
Quote:
choices, thats what some people like, granted not everyone but its nice having the option to use whatever you like, its still the next best thing to something like the phantom ACL or waiting for chompers or Nikolay's android in a webOS card to find traction. i gave my sister/brother in law touchpads, and thanks to CM10 they got something they recognised how to use as their android phone users, yet they keep drifting into webOS to do the odd task thats starting to interest them. it would be awesome to have a sort of hybrid OS build that installs 1/2/however many more OS in 1 go, or if thats not required, at least the option to install whichever you wanted.
__________________
Touchpad Keyboard Themes - >> Click Me << Last edited by geekpeter; 05/13/2013 at 09:34 AM. |
|
01/10/2013, 04:40 PM
|
#39 (permalink) | |
|
Member
![]() |
Quote:
id gone insane trying to get just CWM installed to follow the rest of the guides and the rubbish 3e recovery would never get repaced with CWM, in the end i found its because for many devices theres a minor missing gap or stage before you do anything. Id found that ALL the flashing/recovery apps ALL assume your recovery image is stored in /sdcard or something similar, but my n83 didnt have /sdcard to access the sdcard, mine was in /mnt/extsd and also in /storage/sdcard1 so nothing worked, had to figure out i had to "assist" the recovery stages by abusing busybox to do a gash mount so that /sdcard existed THEN everything worked. really do wish there was more info or better info for the recovery/flashing tools out there other than a vague "you need an sdcard or enough space blah blah", some not even producing any errors, then failing to do anything. but yeah my issue was fixed by doing su busybox mount -t vfat /dev/block/vold/170:1 /sdcard from terminal then i regained my sanity, the allwinner-nandj-cwm installed fine after that usign "recovery installer", but there really is a lack of info for the allwinner devices so far, but that could be because of the sheer number of different devices and their setups which i found out the hard way. thats just me finding that minor issue out as a user, i really appreciate all the effort that devs must put into for even more advanced issues with these devices, keep up the good work.
__________________
Touchpad Keyboard Themes - >> Click Me << |
|
01/19/2013, 02:07 PM
|
#40 (permalink) |
|
Member
![]() |
72ka! Very excited about your work here!
I recently read about the Exynos Kite tablet (Exynos-powered Kite tablet flies Android 4.0 and Ubuntu 12.04 for ?309 ), do you think that could be a suitable next subject of your porting aswell?! I know it is not an A10, but it will come dual booting Ubuntu on it out of the box. Seems like a good spec-ed, nice looking tablet aswell right? Hope you see any potential! |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



