Author: TheLinuxBug

H3Droid - Android image developed specifically to work on Allwinner H3 devices

  [Copy link]

2

threads

52

posts

565

credits

Senior member

Rank: 4

credits
565
Published in 2018-3-22 04:11:24 | Show all floors
HEVC 10bits is meant for hdmi 2.0+ and hdcp 2.2 hardware display systems, which are obviously not for a cheap H3 pipeline.
These aren't the Droids you're looking for. . .You look for H3Droid !

1

threads

8

posts

103

credits

Registered member

Rank: 2

credits
103
Published in 2018-3-30 00:09:55 from mobile | Show all floors
hany chance to have a usable h3droid based on android7???thanks for your hard work!!!

0

threads

1

posts

6

credits

Novice

Rank: 1

credits
6
Published in 2018-3-30 17:42:49 | Show all floors
thank you for this release it's work on my opi pc

3

threads

15

posts

109

credits

Registered member

Rank: 2

credits
109
Published in 2018-4-8 00:35:26 | Show all floors
Hi ,  I am currently running h3droid on my orange pi pc plus . I attached a i2c device to the board . when i run  "i2cdetect -r -y 0"  it gives correct output as

0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f

00:          -- -- -- -- -- -- -- -- -- -- -- -- --

10: -- -- -- -- -- -- -- -- -- -- -- 1b -- -- -- --

20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

50: -- -- -- -- -- -- -- 57 -- -- -- -- -- -- -- --

60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

70: -- -- -- -- -- -- -- --        


but when i send a write command  i2cset -y 0 0x1b 0x0b 0x00 0x00 0x00 0x01 i   , it executes but  nothing happens  

could someone please point my mistake , what do i need to do to get the write command to work  . Thank you for the help

0

threads

94

posts

2501

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
2501
Published in 2018-4-8 01:03:39 | Show all floors
lack of info, what is that device? what is that command supposed to do?
dissatisfied with android on your H3 device? try again with https://h3droid.com/

3

threads

15

posts

109

credits

Registered member

Rank: 2

credits
109
Published in 2018-4-8 01:49:09 | Show all floors
kotcza replied at 2018-4-8 01:03
lack of info, what is that device? what is that command supposed to do?

the device is DLP2000 EVM  projector module from texas instruments ,  and the command is supposed to change the projector output from internal splash screen  to test pattern mode .

these are the set of commands that work  correctly when connected  to the i2c pins of raspberry pi ,
RGB666 >> i2cset -y 3 0x1b 0x0d 0x00 0x00 0x00 0x01 i
Test Pattern Mode >> i2cset -y 3 0x1b 0x0b 0x00 0x00 0x00 0x01 i
Grey Ramp Select >> i2cset -y 3 0x1b 0x11 0x00 0x00 0x00 0x0C i


the same commands i am trying  by connecting to an orange pi pc plus  i2c pins  but its not working.

3

threads

54

posts

1345

credits

Gold member

Rank: 6Rank: 6

credits
1345
 Author| Published in 2018-4-9 00:42:57 | Show all floors
Edited by TheLinuxBug at 2018-4-9 01:04

Hey All!

Today we are happy to release H3Droid version 1.3.4 which includes some long awaited bug fixes and a few new features (ROOT / Superuser IS HERE!) !


What makes H3droid special?
- Plenty of H3 boards supported (and the rest should require simple reconfiguration)
- Universal native installer (only 176MB for fully working system, no need for windows)
- Mainline uboot
- Changed partition layout
- Support for different usb-wifi dongles:
  - realtek: 8188/8192cu, 8188eu, 8812/8821au
  - ralink: 5370 and similar
  - mediatek: 7601u
  - broadcom: 6212
- Touchscreens: compatible with usbtouchscreen.ko and few i2c/spi
- Custom video modes in native resolution: 800x480 1024x600 1024x768 1280x1024 1360x768
- H3resc: custom recovery, configuration and updating system
- Working powermenu (reboot/poweroff)
- /data/rc.local for user customizable init
- navbar+sysbar
- ssh server with key access
- Virtual kb disabled when using physical kb
- Support for installing and dual booting Armbian
- micropython, i2c/spi kernel modules enabled for tinkering
- gps modules can be made working with user help

New / Fixed / Changed in H3Droid version 1.3.4:  
- Added: Superuser (ROOT) (untested, disabled by default, enabler in h3resc)
- Added: H3ii: enable cvbs/pal if edid is empty, ie. no hdmi display connected. needs testing.
- Added: kernel module: radio-rda5807
- Added: display scaling (overscan) is back
- Added: SoC info to "about device"
- Added: Waveshare 0eef:0005 touchscreen single-touch support (untested, please report)
- Added: 1080i to selectable modes in h3resc
- Added: GPS support (fusedlocation and gps.default module, to enable gps edit build.prop: ro.kernel.android.gps)
- Added: Coloured ir key mappings for remotes (red/green/yellow/blue), you can set own shortcuts with:
  -to launch url: setprop persist.user.shortcut_red http://some.website.com
  -to launch app: setprop persist.user.shortcut_red app--split--com.android.settings--split--com.android.settings.Settings
- Fixed: Typos in settings
- Fixed: Small fixes to data resizer and armbian installer scripts
- Fixed: 'green armbian fix', renamed to 'dvi fix toggle'
- Changed: Removed tethering settings (needs working softap drivers)
- Changed: H3resc: item 53 changed into ADDONS submenu with:
  -enable latest gapps
  -enable superuser
  -install spmc/kodi 16.4.2
- Changed: sshd start is now controlled via property (enabled by default)
- Changed: net.bt.name
- Changed: Display scaling minimum to 80% (from 90%)

Please check out the 'How it Looks' page as the layout has changed a bit!

We encourage all users to also re-read the updated H3ii and H3resc pages as some of the options have changed!

Also, take a moment to check out our blog, we will be making more posts there as time goes on!

If you have time to be an development build tester we would welcome you to come by our IRC channel #H3droid on Freenode IRC network and get in touch with us.  

We are happy to provide development access to those who have time to go through the image and provide useful feedback.  
We have added a development channel to auto-update in H3resc for those who participate, however, it is a hidden option which you will need to come chat with us to get!

As always, please feel free to provide feedback here on the forum, on our feedback form or come chat with us on IRC in #H3Droid on Freenode!

Thanks again to everyone who has provided their time and support to H3Droid!




Cheers!

0

threads

94

posts

2501

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
2501
Published in 2018-4-10 15:05:14 | Show all floors
Edited by kotcza at 2018-4-10 09:10

i should point something: if you install without hdmi display connected, it will switch to cvbs (in case you get blank screen on hdmi). also, after selecting fex it will switch to hdmi again, so if you use cvbs, you have to change display option too after changing fex
dissatisfied with android on your H3 device? try again with https://h3droid.com/

0

threads

15

posts

436

credits

Intermediate member

Rank: 3Rank: 3

credits
436
Published in 2018-4-11 05:18:17 | Show all floors
Edited by DrDexter at 2018-4-17 18:47

Thank you guys for your work. This is realy excellent rom. Only some small bugs still there. Application names not visible under shortcuts on main screen.

1

threads

15

posts

121

credits

Registered member

Rank: 2

credits
121
Published in 2018-4-12 16:51:14 from mobile | Show all floors
Thank you for your great work with this great project. I have tried all the versions of H3droid in my OPI PC plus minus this one, soon I will do it and I will comment on how it goes.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list