Android on tablet Trekstor Surftab Wintron 7.0 - Android Q&A, Help & Troubleshooting

Hi everyone,
i have a Trekstor Surftab Wintron 7.0 which mounts an Intel Atom Z3735G and 1GB ram and runs Windows 10 Home 32bit. it works quite good for just 50€ that i spent to buy it, but i think that it can do more, specially because apps from the Microsoft Store are not so much, and using the tablet without the "tablet mode" is quite difficult because the screen is too small and buttons hard to press.
Standing at the specs I can see it has the same hardware of the Trekstor SurfTab xintron i 7.0, but it comes with Android on it.
What i want to do is to get the image of the internal flash of a Xintron and write it in my Wintron.
Thanks to xblax i have the following partitions img files in different files:
-boot
-bootloader
-fastboot
-oem
-recovery
-system
After many attemps i was able to boot the Ubuntu Live USB and using the DISK application, I formatted the disk according to the partition table always from xblax and i flashed the partitions IMG files.
Anyway now I am stuck because because the bootloadet.img seems to have a 64bit bootloader in it.
The Intel Atom Z3735G processor is 64bit, but I am pretty sure the UEFI is locked to boot only 32 bit systems.
any hint please?

Can anybody help me? I'm not a Linux expert, so I just want to know how to write an IMG partition taken from a device on another device (that is basically the same) and boot it.
I am pretty sure it could boot so i think i just need some basic info

Niddu85 said:
Nobody can help me? I don't am not a Linux expert, so I just want to know how to write an IMG partition taken from a device on another device (that is basically the same) and boot it.
I am pretty sure it can be booted so i think i just need to know some basic info
Click to expand...
Click to collapse
why didn't you buy the android version instead?

toma94 said:
why didn't you buy the android version instead?
Click to expand...
Click to collapse
i couldn't find it in Italy it seems to be available only in Germany, and my final objective is to have a dual boot Win10/Android

Have you tried Refind Boot manager?

Not yet, i'll give it a try and let you know

So, i tried the flashdrive IMG but in the boot menu I don't see any choice.
But after a few tries I found that if I rename the bootx64.efi file in bootia32.efi refind finds something
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
but if I try to start it says

This may just be the solution:
http://www.xda-developers.com/remix-os-for-pc-exits-alpha-enters-beta-brings-exciting-news-with-it/

Yep!! I'm waiting for it!
Let's see if it will work!

Finally the Beta came, it looks great but... I am experiencing some hardware issues.
First of all the touchscreen. It works, but seems that it is not calibrated properly, making it impossible to use without a mouse. Than also the audio, Bluetooth, battery monitor and many other things are not working at all
I read that there should be the possibility to calibrate the touchscreen but I didn't find any solution...
Suggestions?

Hello Niddu,
I am also intersted in running android on the wintron 7.
Did yout get success in running the Xintron images on the Wintron, or have you got some other Solution?
Thanks and greetings from Germany.

Hi, unfortunately i had no clue because of my lack of knowledge in Linux.
Anyway I suggest you to spend some time on trying to make RemixOS Beta 32bit working.
I actually don't know how to compile a kernel, but if you can do it you can try to integrate the missing drivers.
With the official release the touch screen is working but is not calibrated properly and that's the main problem because without it you need to connect an external mouse/keyboard without the possibilty to keep the tablet in charge.
Anyway sound, bluetooth, battery management and power and volume keys are not working.
If somebody is able to make it work I'll be glad to help them!!

Now i had Success in running Android x86 4.4 on it.
The Touchscreen is working very well, but the three soft buttons for back home and recent are not working?
Bluetooth, adjust screen lightning and sound are not working

Great! Can you link the release are you using? If someone could explain how to add drivers to an existing android image that could be a good starting point!

I just tested the version that I guess you are using but I have the same result on the touch I had using remix OS.
I'll try to explain you better with images.
Keeping the tablet in portrait mode lets analyse first of all the Y axis.
Clicking on the upper part of the screen it results aligned on the 0 of the y axis.
But if I click in the lower part it not calibrated
Analysing the X, the left side of the screen is not really aligned
While on the right it is almost OK.
Last one is the "windows" key. When I press it, a touch is simulated on the screen in an area that is not covered by the touchscreen
Is there anyone able to guide me in the calibration of the screen?

Hello Niddu,
i used android-x86-4.4-r5 : ....android-x86.org/releases/releasenote-4-4-r5...
It themes that there are different Versions of the Tablet out there.
I have the ST70416-6 / Windows 10 Version.
When i start the Android Live image, the Calibration screen appeares automatically and after Calibration it workes like i saied befor.

I also have a ST70416-6 Win 10, but when i launch the live Image of the same version of your it does not ask me for touch calibration. Can you post me a picture of how this calibration is?

android on wintron 7.0
Hello guys, I also have a ST70416-6, trying to find a way to install android on it. Did u get lucky?
Thanks,
G.

Trekstor Wintron 7 touchscreen driver
Hello everybody,
I had success building a touchscreen driver for the ST70416-6 version. The driver that is used in Android x86 is the gsl-firmware: github.com/onitake/gsl-firmware
I used the original driver from Trekstor (SileadTouch.fw) to build a Linux driver using the firmware tool:
./unscramble SileadTouch.fw firmware.fw
./fwtool -c firmware.fw -m 1680 -w 900 -h 600 -t 5 -f track silead_ts.fw.
After that I pasted the silead_ts.fw in system/lib/firmware in Android x86 that i have installed on my sdcard. Now the Touchscreen works quite good.
The Android x86 version I used is the latest android-x86_64-6.0-rc1.iso.
Unfortunately sound, battery, camera and bluetooth are still not working. The sound chip seems to be a ALC5642 which is still not supported by Linux.
The gyrosensor is working but the axis are inverted so that it is unusable. Has anyone an idea how to swap the axis of the gyro.
Link to firmware: dropbox.com/s/bce8bc6zu3gc0g4/silead_ts.fw?dl=0
Unfortunately I´m not allowed to post a link because I´m a new member , so you have to paste a http www before the two links.

Hello, im back
Sry for the long time, i got my second son and many, many positive trouble with family and so on
Sry nidu for not sharing that screenshots.
I tried Merlins guide to build an own driver and it is working.... thank you very much
I tried it with Android x86 6.0 rc and maybe with a very slow usb drive touch is working but all react very slow, i will try it with android 4.4 and other usb drive tomorrow.

Related

[Discussion, Q&A] Android/Linux on TG01.

Edit: This thread has been moved to General since Android Port has been accomplished. ~TheRomMistress
tutorial originally posted by bojan6
Please read this before start asking questions
1.Android is in testing development.
2.Is not working fully.
3.You can't install Android in your phone.
4.You can run Android in your phone with Haret and see how it look but:
5.There are no working wifi, bluetooth,phone calls, battery, usb conection, ac charger connection and many other things....
6.All drivers and kernel are still under construction.
7.Now you know that Android is not working fully in our phone.
8.If you still want help and test build that is OK.
Now to run Android properly in your phone !
1.Download any of the builds we have around here.
2.Do backup on your sdcard or if you have additional one use this one.
3.Extract the file with android in your sdcard.
4. Check all the files are inside (sdcard/Android/AndroidApps"folder", media"folder",root"folder",clrcad"file",rootfs"fil e",startup"file",system"file",zImage"file",initrd" file")
5. If you want you can take everything from Android folder and pest it in root of the sdcard but you have to change default text (set cmdline"rel_path=Android change to set cmdline"rel_path=" or set cmdline"rel_path=sdcard") tri with one if is not working try with the other one. I thing the best is leave all files and folder in default Android folder and just copy this folder to your sdcard.
6.Check your zImage and Startup is for Toshidroid :OP (TG01).
7.First RUN haret without CLRCAD.
8.It take no more than10 min to run for the first time.
9. If it take more time RESTART the phone by pressing the POWER BUTTON for 10/20 sec it will restart and back to windows.
11.Try to do the same one more time.
12.If it still not booting to Android and you receive any error messages. Check your sdcard if there is space left in it. Check error message if it say that it can find some file or it can't create a data.
13. Delete everything from your sdcard and format it to fat32.
14.Start from the beginning.
15. If it still not booting to Android then check if you have all files and all set how it has to be.
16. Don't forget you can broke your phone. And we are not responsible for any damage you cause to your phone.
17.It is all up to you.
19. If I forget something sorry about just ask there are other memebers who will try to help you if they can.
20. Sorry for my English mistakes. I'm trying to fix them. :OP
Thanks to all people who try their best to make that possible: Markinus, Arash18k,Bally3,Endrix,Nyl,Arnookie and all other.
******************************
There are 2 active projects.
Android on TG01
PLEASE FOLLOW MARKINUS THREAD FOR UPDATES
http://forum.xda-developers.com/showthread.php?t=846777
Other resources..
http://gitorious.org/linux-on-wince-htc/linux_on_wince_htc/commits/linux-on-tg01
ToshDroid.
The main man behind the ToshDroid project is Endri Bezati
PLEASE FOLLOW ENDRIX THREAD ""ToshDroid" FOR UPDATES
http://forum.xda-developers.com/showthread.php?t=788860
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The android screen (1.5 cupcake) on Tosh TG01 was taken from intomobile.com
There is no android for HD2 or Acer F1/s200 (and these phones have bigger community) so I don't think someone here will run android on TG01 until it comes for one of these two mentioned above...
you are right..
however I have googled and found these.
http://htcandroid.xland.cz/
http://xdandroid.southcape.org/
I am not into programing but it might give some head start to who want to make it happpen..
I don't know how to go about porting android to TG01, but I'm looking into it... don't know if it will go anywhere but what the hell, it's worth a try.
Source code for the Acer Liquid and the Xperia X10, two Snapdragon phones with both Kernel Source code available
Wyatt said:
I don't know how to go about porting android to TG01, but I'm looking into it... don't know if it will go anywhere but what the hell, it's worth a try.
Source code for the Acer Liquid and the Xperia X10, two Snapdragon phones with both Kernel Source code available
Click to expand...
Click to collapse
Maybe one of the ROM developers can have a look at these and convert the drivers to TG01?!
gamerr120 said:
Maybe one of the ROM developers can have a look at these and convert the drivers to TG01?!
Click to expand...
Click to collapse
I'm downloading 10.04 release of ubuntu, once that is done, i'll compile the kernels and have a go at making android boot with haret on the TG01, tomorrow is my day off so i'll keep you updated if I get anywhere or not
nice on man, that sounds awesome. I'll be at school :/ I wish I could learn how develop like you guys..... maybe this summer?
here is haret for the snapdragon... found it a while back somewhere i don't remember....
thor2002ro said:
here is haret for the snapdragon... found it a while back somewhere i don't remember....
Click to expand...
Click to collapse
Anyone test, i can't now until tomorrow....
Wyatt said:
I'm downloading 10.04 release of ubuntu, once that is done, i'll compile the kernels and have a go at making android boot with haret on the TG01, tomorrow is my day off so i'll keep you updated if I get anywhere or not
Click to expand...
Click to collapse
Good news...
can't wait for the result..
gamerr120 said:
Anyone test, i can't now until tomorrow....
Click to expand...
Click to collapse
Don't know much about Android. But I think Haret is only a bootloader. You still need the Android files to boot.
anon-4 said:
Don't know much about Android. But I think Haret is only a bootloader. You still need the Android files to boot.
Click to expand...
Click to collapse
I have posted a request in android forum. see if any body come here and give us hand,
http://forum.xda-developers.com/showthread.php?p=6341361#post6341361
anon-4 said:
Don't know much about Android. But I think Haret is only a bootloader. You still need the Android files to boot.
Click to expand...
Click to collapse
Yep Haret kills the WinMo kernel to boot another one, i've got the Xperia X10 and Acer Liquid Kernels source code, so i'm going to build them just to see how far it will go and hopefully create a starting point for Android on TG01
Just to keep you updated, i'm not getting anyware for the moment, but i'm not giving up, if anyone has got any info on building a linux kernel for snapdragon please post it
Google Nexus one, acer liquid and many other devices have Snapdragon and Android.
If it's found some info about linux kernel on them, it would be a good starting point, don't you think?
EDIT: I've just google a little and found this:
NEXUS ONE KERNEL POSTED
Cyanogen has developed a web for developing nexus one kernel. So, maybe, you can find something there.
Here you can find a kernel for Nexus One
And here you can find the kernel source for the Acer Liquid
Wyatt said:
Just to keep you updated, i'm not getting anyware for the moment, but i'm not giving up, if anyone has got any info on building a linux kernel for snapdragon please post it
Click to expand...
Click to collapse
Hi, have you installed ubuntu 10.4 yet? Do you like it?
I ask because I am on 9.10 and thinking about upgrade
a_petrov303 said:
Hi, have you installed ubuntu 10.4 yet? Do you like it?
I ask because I am on 9.10 and thinking about upgrade
Click to expand...
Click to collapse
Yep, i've installed the 10.04, and it's pretty cool, on my dell precision m6500, i had a probleme getting the wifi working but other than that it runs like a charm
Has anyone got any idea on how to find the 'RAMADDR' and 'RAMSIZE' for haret ?
these are for HTC diamond witch has 192 mb ram
set RAMSIZE 0x7800000
set RAMADDR 0x10000000
Yeah but it is specific to every phone... so I either somebody already know them, or I need a way to find them..

Viewpad 7" VB734

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://www.1mid.net/?p=1083
I just got myself a Viewpad VB734 from China, but strangely this model is not found anyway on the Viewsonic Official Website.
The price is about USD110.
It have a Cortex-A8 RK2918 CPU @ 1GHz, 512MB DDR3 Ram, 7" screen with 5 point touch panel. running on gingerbread with honeycomb interface. surprisingly smooth playing 3d games. but certain games is not supported.
wondering any idea how to root it? it this have the same rooting procedure as 7e or 7x?
Thanks.
Looks like a clone - no real Viewpad...
ok, i found the official website
http://www.viewmate.com.cn/2011VB734/
it is from Viewmate, the ViewSonic company in China.
And this product is officialy claim that it will be support Android 4.0.
wondering when it will have ICS.
chchia, have you tried any roms on this yet? I just saw a shop here with a Viewsonic VB734 and VB734Pro.
Please let me know if you find a site that has upgraded ice cream sandwich roms. I've got this viewpad97a tablet for my children it works great but I would really like to upgrade the rom. I think I'm the only 1 on the entire in that bought this model there's not any information for it anywhere.
Sent from my ViewPad97a using XDA App
If it's running gingerbread (2.3) then you can root vie SuperOneClick or ''Gingerbreak'' as I did on my VIEWPAD 7
AntiNSA said:
Please let me know if you find a site that has upgraded ice cream sandwich roms. I've got this viewpad97a tablet for my children it works great but I would really like to upgrade the rom. I think I'm the only 1 on the entire in that bought this model there's not any information for it anywhere.
Sent from my ViewPad97a using XDA App
Click to expand...
Click to collapse
Viewpad97a is definitely not the same tablet of this thread!
Well, I made some search and VB means ViewBook. It can be updated by pc using a software you can download from their site:
http://www.viewmate.com.cn/index.php?c=list&cs=download-center&
The software needs to install on your pc some drivers for Fuzhuo Rockchip (RK29 device), then you can update or restore using Rockchip batch tool (and using google translate for the install notes included)
Now I can just restore with the update.img provided in the cd coming with the tablet.
I was able to root this tablet with SuperOneClick over the original Gingerbread... Is there nobody that can tell us how to install CWM and ICS rom?
Maybe this tablet has other model number (and manifacturer) outside China?
I'm trying to write down in chinese :-o to Viewsonic to know when they're going to release the promised ICS version...
ICS for VB734Pro ect.
I'm testing the official version coming from the manifacturer*.
As soon as I get some result, I'll keep you posted.
*They have beta versions for all products from ViewMate aka Viewsonic
ICS for VB734Pro
I'm testing, since my last post here, the official beta version for Viewmate (viewsonic) VB734Pro.
Nice one, is working fine with some little setback:
- first, you can't root this: connecting it to my pc with windows, there's no way to see the tablet as an android device. It's just a linux hard drive on my device manager. So, debug mode doesn't work at all;
- second, using the usb connection makes the tablet a little unstable and, after you disconnect, you can see a message saying SDcard damaged, It's not true, but it's just necessary to reboot the VB734Pro;
- booting takes time, about two minutes...
- some app won't install from Google Play (ie. Chrome) and Google Books won't update because of signature conflict (there's a 2.2.1 version as system app!).
Finding a way to root it should give me the chance to reduce booting time, but also to correct Google Books conflict, use any app that needs rooting and... make complete backups with titanium if necessary.
VB734Pro with ICS and rooted!!!
Thanks to picchiopc and his blog I was able to root this tablet using a pc with Linux Ubuntu 12.04 installed.
I wasn't able to see the tablet using Windows 7: maybe because both Linux and Android share the same code from Unix I had the chance to implement the adb service otherwise not usable with Windows.
The procedure is quite complex: first you need to install correctly AndroidSDK, second you need to properly connect the device using 2207 as [VENDOR ID] and 0000 as [PRODUCT ID], third you need to create the file adb_usb.ini inside the directory .android in your root. This file must contain just "0x2207" without quotes as text inside it.
Then use this script to root your tablet VB734Pro with ICS installed.
FYI: Mediacom 840I and Viewsonic VB734Pro have the same motherboard, processor, etc.
BE CAREFUL: connecting the tablet to your pc with Windows can create instability to the VB734Pro, mainly because the internal sd card is unreadable (and inaccessible) to the pc. So expect the screen of your tablet start scrambling a lot when you attempt to connect to your pc via usb cable.
One workaround is to turn off your tablet, unmount your external sd card and then connect it directly to the pc using an adapter or card reader, or try to use Airdroid on the same wifi network.
UPDATE: The only good reason to root this tablet is to use Root Uninstaller, Clean Master and also Root Explorer: I was able to clean up some unnecessary apps and take a look to Google Now, that is not working fine... in this tablet.
I don't recommend the use of any sd booster, like Sd Increase or Sd-booster: it doesn't make any difference at all.
I don't recommend the use of Link2sd: it simply doubles the time when you turn on the tablet!
ViewSonic VB737
tanx dude,, i have bought a viewsonic VB737 just a moment ago.. but i couldnt find anything that related to this tablet as u - with searching anywhere about viewsonic vp tablets!!
do u think that this model that i have is same as ur model? i mean can i root my tablet just as u or what? appriciate ur concerning
O have rooted my ViewPad 7e whit GingerBreak app. Maybe it works in your tablet.
This is the one I used GingerBreak-v1.20.apk. Search whit Google.
Sent from my ViewPad7e using xda app-developers app
tanx dude
but that was not my answer
amir2pa said:
tanx dude,, i have bought a viewsonic VB737 just a moment ago.. but i couldnt find anything that related to this tablet as u - with searching anywhere about viewsonic vp tablets!!
do u think that this model that i have is same as ur model? i mean can i root my tablet just as u or what? appriciate ur concerning
Click to expand...
Click to collapse
I don't think so. VB737 is different from VB734PRO.
After some search, I found that VB734 has the same motherboard of that Mediacom model quoted before.
I suggest to see if you find analogies with another tablet: Viewsonic is a chinese brand, in other words they are assemblers, putting their brand on their products.
Still working, I'm amazed with this little, heavy, book and video viewer!
Definitely Videwpad tablets only give headaches. I bought one of the latest models and finding your Rom is a titanic task.

[Q&A] DuOS-M Discussion

Q&A for DuOS-M Discussion
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for DuOS-M Discussion. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
I've only tried the 32-bit beta on a Venue 8 Pro. Minus some graphical glitches in some places, it performs much better than any other Android virtualization software I've tried. However, it won't connect to the internet and there's no navbar (minus some button that opens recent apps at the bottom), which makes it extremely unusable. Besides that, it's amazing. If the later betas fix these issues then I'll buy the full version.
I tested DuOS 32-Bit on my Dell Venue 8 Pro recently. Here are my findings:
1.) I tried installing this on my Dell Venue 8 Pro tablet running Windows 8.1 32-bit edition but on run it says "Unknow Exception occured (-1027). Kindly contact support for help." I've tried running as an Administrator and removing/re-installing with no success. I submitted a bug report about this issue and several days later they responded with an updated version which fixed this issue for me.
2.) DuOS doens't run full screen on devices with less than 3GB of RAM, there's a work-around by editing the config.xml as described here (Note: running the DuOS Configuration Tool and saving changes will revert the full screen work-around) :
http://amiduos.com/support/knowledg...is-not-launching-in-full-screen-mode-on-my-pc
3.) The navigation bar was also just a black strip for me, I'm submitting a bug report about it now.
Two solution exists:
A.) Set the dpi to 120 via the DuOS configuration tool or by editing the config.xml.
B.) Use an app to provide on screen home/back/menu functions:
Virtual Button Bar (I tested using the trial version):
Trial: https://play.google.com/store/apps/details?id=opotech.virtualbuttonbartrial
Full Version: https://play.google.com/store/apps/details?id=opotech.virtualbuttonbar
Button Savior (I've only tested the root version):
Root Version: https://play.google.com/store/apps/details?id=com.smart.swkey
Non-Root Version: https://play.google.com/store/apps/details?id=com.smart.swkey.nonroot
4.) Internet access works fine for me but doesn't always auto connect. It's not intuitive but sometimes you have to go to settings within your Android virtual machine and in the WiFi portion manually connect to one of the listed networks.
5.) My Dell Venue 8 Pro 32GB has limited disk space free and DuOS seems to refuse to start if I have less than 1GB disk space free, another frustration is that DuOS seems to create massive log files in "C:\ProgramData\AMI\DuOS\DuOS\Logs" (512MB worth when I last checked). Deleting these log files seems to have no ill effect.
6.) Doesn't seem to support Venue 8 Pro's built in accelerometer so I have to use DuOS's on screen rotate button to use apps/games in portrait mode.
7.) The camera app doesn't support Venue 8 Pro's built-in camera.
8.) DuOS tends to lockup/freeze when waking up the Venue 8 Pro from sleep (via the power button).
Copy & Paste
How do you copy information form the PC (host) to android (DuOS-M) like a word file?
Anggelos said:
How do you copy information form the PC (host) to android (DuOS-M) like a word file?
Click to expand...
Click to collapse
You can simply use copy paste for copying text from windows to android(DuOS-m).
For word(or other documents) files use shared folders, it will allow you to access word file from android.
Copy paste in DuOS-M
Anggelos said:
How do you copy information form the PC (host) to android (DuOS-M) like a word file?
Click to expand...
Click to collapse
1)Just copy the text in Windows
2)Give a long press ,where you want to paste it.
3)it will a give a Paste Option ,paste it.
Does anyone know how to insert files into DuOS?
Like bluestacks?
Thanks.
Are you trying to load apks or just share files?
Sent from my A0001 using Tapatalk
aaron5015 said:
Does anyone know how to insert files into DuOS?
Like bluestacks?
Thanks.
Click to expand...
Click to collapse
go to setting\devices\duos configuration tool under Duos and you can select the folders that will be shared between duos and windows.... just put any files onto those folders and it will be available under both OS. you can put apks there and install manually under Duos...
I installed this on a Voyo Winpad A1 Mini (Chinese Tablet, similar to a Dell Venue Pro 8). Installed without problems and GAPPS also works. I haven't tested Other features like the cameras but the Touchscreen responds smoothly and I could install application without problems.
By default it will launch on a Window but you can enable the Full screen mode in the configuration tool and works correctly.
chrome can install ,but once opened, it closes immediately
same with photoshop express
vsco cam is not compatible. installing apk says "App not installed". Trick using Market App Helper, it says "Missing shared library" when installing.
My No.1 required app is vsco cam, how unfortunate
huge bummer
My FX 8350 can't handle it apparently...
windows 8.1 nextbook tablet 2in1
Hi my name is chris & I have a new win8.1 nextbook tab & wanted to be able to dual boot android software on it from a sdcard or flashdrive but can't figure out how to do it this software also comes with secure boot on it but i cant figure out if theres away to shut it off its even possible & I tried to download the duos m android software everytime I do it says its not enough space to do so but I still have 11 gigs of space left on the tablet & it runs off 1 gig of ram but I modded it so that its quicker… sorry for all the questions but do you have any ideas that will help me I tried looking up tutorial & things like that on booting from sdcard or usb but its to not be any info on how to do so & when im on boot screen my usb doesnt show up
here are shortcuts to keys
I tried run as admin / login Administrator account, but both of them got the same problem.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
OS: Windows 8.1 Pro (x64) with Update and all hotfix.
no it is imposible dude you have to buy a graphic card
I have an ASUS TF300T tablet that ran regular Android for about 1 1/2 yrs then I rooted and reflashed with cyanogen..
Currently I am on my HP Spectre x2 which folds into a tablet. Works pretty good that way.
I loaded AMIDuOS lollypop yesterday and found it runs as good as my ASUS - so far..
Only problem I'm having is loading Play Store.
Haven't tried the HP in tablet form running DuOS yet- - but will soon.....
i'm having issues with this emulator.
the DuoVMHeadless.exe process is dying all the time, thus Duo-M isn't able to work at all.
can anyone help??
AMD PhenommII 965 BE
8GB OCZ Ram
Asus Crosshair V Formula
Nvidia 285 GTX
---------- Post added at 04:43 PM ---------- Previous post was at 04:43 PM ----------
Windows 7 64Bit
Amiduos not support for AMD cpu :crying:
Anyone tried installing Xposed on lollipop version of AmiDuos?

Please help RK3188 device Rom

Hi guys desprate for some help on a android device RK3188 rockchip need to find firmware to get it to boot as im currently on blank screen but not bricked as i can still access the device through batch tool. I basically flashed the wrong firmware all info is bellow that i know Please Please help have asked in other forums but no one wants to help
elonex
AD181-SDCT-BBW1-A-V1
RK3188
ROCKCHIP
RK30SDK
RK30BOARD
ARM [email protected]
REVISION - R3PO
BUILD ID - CX-WF185IT-Z05-18.5-B1.02.20170412
BUILD/KOT49H
DALVIK 1.6.0
KERNEL VERSON 3.0.36+(ENG.ROOT.20151104.193426)
KERNEL ARCHITECTURE ARMV71
API LEVEL 19
OPEN GL ES 2.0
samsung 622
KLN8GIWEPD-B031
S4CRDMGXN
SKhynix
H5TQ2G83GFR
RDC 627V
DWMN0916LH1
Z05-V4.1 8G+1G
18.5/21.5-5V
04.600.ELC.0195
CXP02016376 KBL
ADW160851056
QL 16.19
z05 v4.1 8g+1g
Update
Im a tad bit disappointing no one has any replied as where to look or give any input to my problem some of us are not android gurus and so far i have spent 3 solid days trying to find out as much as possible to solve my problem. Anyhow be assured once i do crack this i shell do a complete guide for this for these boards and list all firmware links ect ect
UPDATE SO FAR
So iv been digging about digging around and yet still nothing on the firmware side of things but i have found the board make model which is
SunChip AD-Z05 V4.1 and the device is EL-1851AIO 18.5" screen
I have checked the site for firmware which has come up blank also the seller site of the device its self no firmware there ether but now i have better leads i might (fingers crossed) find it somewhere. I will keep this post updated as i go
anyone who has any idea's to this feel free to comment or message me.
Sirus187MDK said:
Update
Im a tad bit disappointing no one has any replied as where to look or give any input to my problem some of us are not android gurus and so far i have spent 3 solid days trying to find out as much as possible to solve my problem. Anyhow be assured once i do crack this i shell do a complete guide for this for these boards and list all firmware links ect ect
UPDATE SO FAR
So iv been digging about digging around and yet still nothing on the firmware side of things but i have found the board make model which is
SunChip AD-Z05 V4.1 and the device is EL-1851AIO 18.5" screen
I have checked the site for firmware which has come up blank also the seller site of the device its self no firmware there ether but now i have better leads i might (fingers crossed) find it somewhere. I will keep this post updated as i go
anyone who has any idea's to this feel free to comment or message me.
Click to expand...
Click to collapse
Hello,
i have the same thing like you. But im not a developer. Do you have any update about links to ROM or something? Many thanks.
Don't know if anyone still cares or is tinkering around with this, but I came into possession of a touchscreen display board with the AD-Z05 SoC ARM board.
For everyone's info, the AD-Z05 is made by SunChip and designed to be used by OEMs for various things. If you've ever tried hunting down info about it like I did, you'll find very little documentation about it besides this board overview:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Note the "Update" button, located next to the power jack. This is our key to getting into the recovery environment. I haven't found a consistent method for getting it to work, but what seems to work most of the time is holding down the update button, connecting the power source, pressing the Power On/Off button, then waiting until the default android recovery screen is up (should only take about 10 seconds tops.)
From this point, I'm stumped on what to do. ADB reports that the device is in recovery mode, I can get a basic shell and browse the ROM, even finding some factory test binaries, but that's about it. This wiki deals with the Rockchip CPUs and has some useful utilites, but the RkDevTool reports that my CPU doesn't match whatever ID it's expecting. Trying to reboot into fastboot or this "maskrom" mode freezes the utility. I've tried reaching out to the manufacturer to see if they have any documentation, I'll post back if I find anything.
Edit: Also see the official Rockchip wiki.
GitHub - linux-rockchip/rkflashtool: Tools for flashing Rockchip devices
Tools for flashing Rockchip devices. Contribute to linux-rockchip/rkflashtool development by creating an account on GitHub.
github.com
Introduction - Kobol Wiki
Kobol Wiki
wiki.kobol.io
Firmware Upgrade Guide For RK3188 RK3288 RK3368 Devices
UPD: Rreflashing guide for linux Host PC added. BEFORE START What you need: 1. Image file 2. Host PC (Windows) 3. USB OTG Cable Supported host OS: 1. Windows XP (32/64bit) 2. Windows 7 (32/64bit) 3. Windows 8 (32/64bit) All manipulations I...
forum.xda-developers.com
Hello:
I'm not a developer in the least bit, but I'm trying to find firmware for AD-X37. I've done some searching and thought this might be helpful for anyone who might understand the information: https://www.oschina.net/informat/linux下go语言开发
【GoRK3288】1.Rockchip RK3288, GO!GO!!GO!!! - OSCHINA - 中文开源技术交流社区
前言: 最近看了看Google的Go语言,发现有点意思,这个开源的项目准备用golang来实现。 其实开发板本身的驱动程序已经实现了各个功能,但是有的时候在使用中有些麻烦,有可能需要修改dts文件重新编译内核才能够使...
www.oschina.net
Also, maybe this information about maskrom mode from https://wiki.t-firefly.com/en/Firefly-RK3288/upgrade_table.html
Focus on: In Windows, When Linux upgrade to the Android5.1, how to enter Maskrom Mode:
Steps are as follows:
In AndroidTool_v2.58, click “Erase Flash”, this step is erase IDB, it can’t erase flash, so it will appear “erase flash failed”;
Reboot, in AndroidTool_v2.35, click “Erase Flash”, when it finish, the board will enter Maskrom Mode;
Click “Upgrade” to start burn the Android5.1 firmware.
Sorry if this is not helpful at all. Please keep us updated.
Thank you for the info, @jimlarson77! Did you happen to see any steps for backing up the flash before erasing?
I did hear back from SunChip:
Sunchip is one of Apple's provider. We are professional manufacturer and designer of LCD digital signage which established in 2012,we have more than 80 engineers focus on Android mainboard's software and hardware R & D, commercial media player/box(support Android and Linux OS), also provide SKD parts for LCD digital signage.
Attached SPECS about AD-Z05 mainboard and hot selling models SPECS for your reference.
Click to expand...
Click to collapse
I've attached the specification sheets they gave me.
tgp1994 said:
Thank you for the info, @jimlarson77! Did you happen to see any steps for backing up the flash before erasing?
I did hear back from SunChip:
I've attached the specification sheets they gave me.
Click to expand...
Click to collapse
I did not see any steps for backing up the flash before erasing. I attempted to flash firefly firmware(through the complete steps listed in that last link I sent about Maskrom, and everything went perfectly until the firmware was flashed. Now the board I tried it on won't power on(I'm aware now that the firmware was not the correct one).
If you would like to run some tests with a functional or non-functional board, I could let you play around with a few that I have.
Thank you for the offer @jimlarson77. My curiosity is only from an amerature hobbyist perspective; I'm curious if I can get my digital sign working and flashed, but otherwise I will just try to part it out.

Android POS machine H10-1 made by Citaq? Can I reuse it for personal touch tablet?

Hey All
Its been a while since I got to play with anything these days but I recently found one of these POS 10in touchscreen units in the dumpster and it fires up into a menu running android. So I was hoping I could reflash this and use it like a tablet given it's also got a small thermal printer in it, so maybe try and save it from e-waste
I searched online for more details and came across this HERE which is identical to what I have so hoping I can root it and flash it with a clean android?
I would love to repurposed this to use as a touch screen tablet or similar, since it's got a GSM module and can take an SDCard too as I opened it up and took some pictures and I managed to get it in a recovery mode as well - from the PIX its using a rockchip RK3368
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am not sure if the mini usb port is a OTG port to try and use ADB but I have not been able to do much with it and hoping someone can guide me through to possibly a reflash or ways to unlook root and add in another bootloader/rom
I've downloaded the files from citaq website but so far not been successful to do much with it, has anyone played with these and turned them into something more practical for the home?
Here's hoping for some tips - Apology if this is in the wrong section, move as needed :good:
Cheers
Kosti
@Kostiz
Device actually is running Android 5.1.1. It seems it has only 1GB RAM what is far too little to run a full fledged Android.
As long as you don't replace device's Stock Recovery by TWRP or similar recoveries, after a successful rooting don't install Magisk and/or Xposed Framework, you're on the safe side to play with, IMHO.
As 1st step check whether device is accessable by means of both ADB and Fastboot.
jwoegerbauer said:
@Kostiz
Device actually is running Android 5.1.1. It seems it has only 1GB RAM what is far too little to run a full fledged Android.
As long as you don't replace device's Stock Recovery by TWRP or similar recoveries, after a successful rooting don't install Magisk and/or Xposed Framework, you're on the safe side to play with, IMHO.
As 1st step check whether device is accessable by means of both ADB and Fastboot.
Click to expand...
Click to collapse
Hey, Thanks for chiming in!
So in order to get ADB and or Fastboot its suggested to enable USB debugging in the device system settings, but I am not sure on how to do this, would it be safe to assume this is already USB debug is already enabled?
Could I back up the original stock recovery
I'm a little green on the whole process hence looking thought I'd ask here, I don't think I even have an OTG cable handy
I will see if I can load ADB on a windows box and try and talk to this unit
Cheers
Kosti
@Kostiz
An OTG-cable isn't needed, because the recovery menu
doesn't give you the opportunity to load something from an USB-device
OK, some success!
I went back and connected a mini USB straight to the PC and ADB driver installed detected the android device.
Ran ADB in windows powershell
So whats the best method to backup the entire ROM, and recovery files in the event I stuff this up?
Do I use just ADB for this or someother tools?
I did try one tool here from the vendors website but stuck as not sure what the Chinese characters mean..
Is the fact that this is only 1G i couldn't run Android at all and needs to be stripped down?
Cheers
Kosti
@Kostiz
Android Oreo Go Edition is a lightweight distribution of Android that runs better than normal Android on devices with <= 1 GB of RAM
How to backup device's Stock ROM is eplained here.
Thanks again mate!
Seem I have to do a lot of reading and thankfully everything is here, just got to spend time to read and have a go!
BTW how do I go about using volume rockers and power button to move around the menu in recovery when there is none but only the two buttons as shown the reset and recovery buttons on the main board?
BTW, the current ROM installed boots into a special menu, all other settings are hidden, would there be a way to enable seeing all the items and when getting the the settings (gear icon) that pops up in the corner, only takes me to the standard wifi menu to choose a wifi, so it seems everything else is hidden, if by enabling these I could potentially not need to do anything other than stop the default application from starting up - if that makes any sense
Could I just get back into a adb shell and try
adb shell
su
pm enable applicationname
I have to read up on rooting first I assume before I do much more, this is getting exciting, LOL :good:
Kostiz said:
BTW how do I go about using volume rockers and power button to move around the menu in recovery when there is none but only the two buttons as shown the reset and recovery buttons on the main board?
Click to expand...
Click to collapse
You use Android's HOME button to navigate within the Recovery menu, use POWER button to select option.
Hi, fellas! Please help me with one of these Citaq H10 POS. All we have is bootloop with some custom ROM showing vendor's logo.
Forcing it into recovery gives me some dead android screen with "No command" text.
Please guide me through this challenge, cause I have no other option but to ressurect it somehow.
Good news is that I have another one that is working fine, so we could try cloning it or something. Please help!
Yet I can't attach pics, cause of few posts, but if needed I can PM some.
citaq h10-2
I am also stuck with this machine citaq h10-2 , i did use a wireless kb to move up/down and not the 2 buttons on the motherboard , i can talk with it with ADB but all you can do is put it in sideload to upload new firmware and put it in fastboot but in fastboot you only get a black screen , what I have don is > opened up developer mode but you have no OEM UNLOCK tick box in side so running any bootloader unlock dose not work and i have run them all, if you google this machine for flashing new firmware you only get XDA this forum, unless any body knows another place to get the info from please let us know as i do think this would make a nice tablet with printer, the firmware is 5.1.1 and would love to put 6.0 or above on it but. i did download some firmware and used sideload to install it but it come up with error , i did try and make a backup but cannot do it ?, I think the firmware was from a galaxy s5 , I am not into all this firmware flashing so I am learning as I go along and if I brick it up well it was for free any way as the takeaway was shutting down and he gave it to me so no loss, if any body knows how we can get 6.0 or above on this machine please let us know.
A big thank you to all that can help put android 6.0 or above on this tablet.
Did you guys take a look at the solution here ? It worked for me ! All with a 2k ohm resistor...
Hola, alguien tiene la Rom de este dispositivo?

Categories

Resources