Hi .
I have recently tried interfacing a UVC compliant web camera to my Samsung galaxy tab 10.1 .Idealy when you insert a usb device onto a linux machine you get a /dev/<node> in the /dev folder , this is actually a node which any one can use to access the device - a mic or any usb web camera or any usb barcode reader device.
But with Samsung Tab 10.1 I was not getting any such node, more over when i am trying to do the dmesg in the Android terminal Emulator , i am getting logs like -> unable to enumerate device with device id xxxx : yyyy , that is the device ID of the uvc usb web camera.I did the same thing on the Acer tablet iconia A501 and found the node getting created there and was able to access it as well.
I cross checked the device Software configuration on both the samsung tablet an d Acer tablet and found that the kernel version is same in both 2.6.35.6 but the Honeycomb version is 3.0.1 in Acer and 3.1.0 in the Samsung.I tried getting the kernel sources of both(for samsung I went here) and tried diffing(differencing ) the code to see where I have to do the changes.I have done few changes in the Samsung kernel code and build it.Can some one tell me the
1>why the node was not getting formed in the samsung tablet.
2> Now since I have a modified kernel at hand which I suspect will be able to give me the node if i flash it .But how can i do that.Can any one plz tell me the steps to flash the kernel.
3> Do i need to flash the ROM(ROM is the image formed when we build the Android Source code from source.android.com) also to get it working
4> Shall i flash only the ROM 3.0.1 for Samsung to get it working.
I got a warning before posting anything in this forum :
Warning: You have less than 50 posts and are about to post a new thread in the development section. If your post is not development-related (meaning, if you’re not posting a ROM), you are likely to receive an infraction from our moderators, which will lead to a ban. Please use the other forums for this device (like General, Q&A, and Themes and Apps) if your topic is not development-related
Request to the moderator that if he doesn't finds the post in the development forum , let it be here for 2-3 days before migrating it to the QnA forum.
Best Rgds and Looking for some exciting replies !!
Softy !
hello
check this
http://brain.cc.kogakuin.ac.jp/research/usb-e.html
I'm not a dev but im very interested in this since i want to make a parking camera with my tablet.
Hope you still interested in this project
Questions go in the Q&A section - and they go there straight away, the Dev section is not a temporary store for questions
BUMP
I've been seeing the same issues with a Galaxy Nexus. Try unplugging and plugging the camera back in and do a lsusb after each plugin, Eventually the camera will register. I'm still working on a way to fix this. Let us know if you find a solution.
resolved
ruphobia said:
I've been seeing the same issues with a Galaxy Nexus. Try unplugging and plugging the camera back in and do a lsusb after each plugin, Eventually the camera will register. I'm still working on a way to fix this. Let us know if you find a solution.
Click to expand...
Click to collapse
This thread has been sitting for awhile... Finally I fixed this issue, was a monster problem to track down. you have to re-compile the kernel with the following modifications:
Line 2032 in hub.c, change the following to:
#define HUB_ROOT_RESET_TIME 500 /* times are in msec */
#define HUB_SHORT_RESET_TIME 500
#define HUB_LONG_RESET_TIME 500
#define HUB_RESET_TIMEOUT 2000
The reset timeouts are just a hair too short, increasing them a bit lets the UVC camera register properly and then all is right in the universe.
ruphobia said:
This thread has been sitting for awhile... Finally I fixed this issue, was a monster problem to track down. you have to re-compile the kernel with the following modifications:
Line 2032 in hub.c, change the following to:
#define HUB_ROOT_RESET_TIME 500 /* times are in msec */
#define HUB_SHORT_RESET_TIME 500
#define HUB_LONG_RESET_TIME 500
#define HUB_RESET_TIMEOUT 2000
The reset timeouts are just a hair too short, increasing them a bit lets the UVC camera register properly and then all is right in the universe.
Click to expand...
Click to collapse
Hi, I face the exact same issue on GalaxyTab 2 10.1'' p5100. I am on a custom ROM based on CM10.1-m1 (4.2.1). I tried your solution to extend the timeout in hub.c, but still not functionnal (i try to execute the SimpleWebCam project). Would you mind to share more information about your resolving on Gtab ? I may have a look on my GTab2.
thankx
i am searching cheap solution / device for seeing content of microscopic eye camera .. this cam is uvc compatible any one tried any thing like this ?
jPush said:
i am searching cheap solution / device for seeing content of microscopic eye camera .. this cam is uvc compatible any one tried any thing like this ?
Click to expand...
Click to collapse
any one ?
We have done it for some Acer tab - ICONIA TAB A501, works pretty well there ! DEveloped an Android application to capture the frames and snaps out of it! Its just a simple JNI approach , never used Android Services and All , which I think could have been more portable and stable!.
PM for any support !
Rgds,
S
Related
Hi folks
As mentioned in a thread I posted a couple of weeks back (http://forum.xda-developers.com/showthread.php?t=1207476), Samsung have very annoyingly blocked WiFi channels 12 & 13 on US-originated Tab 10.1s with their latest TouchWiz UX update.
I've got a Tab that I had been using quite happily on chan 13 (minimal interference from neighbouring WiFi APs), but after the updated it wouldn't connect at all, yet could see other networks. Moving the AP channel down <12 solved it, but this only works for my home AP that I have control over. The one at work is on either 12 or 13 and therefore now isn't visible.
The guys at PC Pro have tried their UK-purchased Tab 10.1 and it's working fine, so it seems to be just with the US ones that Samsung have blocked this.
I've logged a support request about it but don't hold out any great hope of them fixing it.
I was therefore wondering if anyone could think of a good way to re-enable this. Do the Tabs had a modem/radio type bin that could be flashed along the lines of the SGS II? If so would this do the trick or are chans 12/13 being blocked elsewhere?
Thanks for any suggestions - as you can see at http://forum.xda-developers.com/showthread.php?t=1223978 I'm not the only one who has run into this problem!
(PS - have already tried a full factory reset before anyone suggests it )
What about flashing a Euro rom, would that then enable the extra channels?
That's the kind of thing I was wondering about, but wasn't sure if it would work or not.
My model number is GT-P7510UWYB and it's 16GB WiFi only model.
Do you think it would just be a case of getting hold of the stock August update for a UK device (and if so, any links? ) and installing it via Download mode/Odin or would it object to that saying it's not a valid ROM for that model?
I don't know I.f there's a newer rom than those shown on the samfirmware site, someone with more knowledge than me may point you in the right direction.
http://www.samfirmware.com/WEBPROTECT-p7510.htm
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums and Read THIS
Moving to Q&A
Hey folks, I've been trying to get the Arduino Mega ADK to work with two of my devices and so far I'm been totally unsuccessful. Both my Nexus S and Nexus 7 seem to do nothing with connected to the Mega ADK.
So, here are the details and hopefully someone can help out.
First off, I'm experienced with Arduinos and µCs. I'm 100% sure that I've correctly compiled and flashed the demo sketch onto the ADK. In the serial monitor I can see that the ADK will boot and attempt to get the Android device to do something and fails (it tries this continually unless a device successfully enters accessory mode and responds).
Both these devices are supposed to have support for the ADK and I've checked the devices and both have the correct .xml and .jar files for doing so. However, I'm currently running CM10 on both devices and I'm wondering if perhaps the kernel doesn't have the accessory mode enabled or if there's another stumbling block inherent to CM10.
Doing some google research I see that certain updates (4.0.3) have broken ADK support in the past, so perhaps it's just a Jellybean issue? Is there a way of checking kernel options or flashing a kernel known to work? I'd like to narrow down some of the possible issues here.
Hey mate!
I had the same issue, I fixed by using the library version 2 from labs.arduino.cc/ADK. You can download it directly from here: labs.arduino.cc/uploads/ADK/GettingStarted/ArduinoADK-beta-001.zip.
From what I've read the problem is that Android 4.1 uses adk version 2 and has some incompatibilities with the previous version.
Best,
Alex
PD) Sorry for not hotlinking can't do it yet with this account
I've been using that version and still get no response from the Android device. I suppose I'll have to flash stock 4.1 and see if that works, Sadly there's very little proper documentation on this and not a lot of people seem interested in accessory mode devices.
Arduino Mega ADK Nexus 7 Tablet
SirLalala said:
Hey mate!
I had the same issue, I fixed by using the library version 2 from labs.arduino.cc/ADK. You can download it directly from here: labs.arduino.cc/uploads/ADK/GettingStarted/ArduinoADK-beta-001.zip.
From what I've read the problem is that Android 4.1 uses adk version 2 and has some incompatibilities with the previous version.
Best,
Alex
PD) Sorry for not hotlinking can't do it yet with this account
Click to expand...
Click to collapse
Hi mate,
I hope that you are able to see this message. I have the similar issue. I tried using this version 2 of this library and when i compile the example code "demokil_20", i get the error " 'USB' does not name a type".
Please help me out here.
Best Regards,
Arslan
[email protected] said:
Hi mate,
I hope that you are able to see this message. I have the similar issue. I tried using this version 2 of this library and when i compile the example code "demokil_20", i get the error " 'USB' does not name a type".
Please help me out here.
Best Regards,
Arslan
Click to expand...
Click to collapse
I got the same USB error. I haven't figured out the problem yet, but I was able to get another example from the version 2 adk library working with jelly bean. I think it was called termtime or something like that. It recognizes the phone the and will pop up saying theres an arduino accessory attached and there is no application to open for that accessory. You can change the example code to "Google" and "Demokit" to auto launch the Demokit.apk app.
I just got this arduino adk two days ago and only have one Android device, a Samsung Captivate with slimbean rom, to test it on.
[SIZE=+3]Frequently Asked Questions[/SIZE]
[SIZE=+2] Samsung Galaxy Players[/SIZE]
[SIZE=+1]This a short list of frequently asked questions in this device forum and the answers often given as a response. It should serve as a starting point for gathering knowledge and finding solutions to many common problems. Please only post in this thread with feedback on how to improve this document. Do not post "Thank you" type responses. If you have additional questions or require more help, try to find an existing thread or create your own. Do not use this as a general help thread.[/SIZE]
[SIZE=+1]Q1: I would like to know what's inside my device?[/SIZE]
Please check here for your device's specifications:
The Samsung Galaxy Players/S Wifi (All Variants) All-In-One Thread
[SIZE=+1]Q2: Where can I find the USB drivers for my device without installing Kies?[/SIZE]
Here you will find them: Samsung USB Drivers
[SIZE=+1]Q3: What is root?[/SIZE]
To access root in Linux means that you have full administrative rights over your device and achieve things that you could never do before if you haven't done so. It can be pretty risky if you don't know what are you doing so be warned!!
But remember this: When you aren't root, you are the user of the device. When you're rooted, you are the owner of it.:good:
[SIZE=+1]Q4: How do I root my SGP?[/SIZE]
The prefered method is using Odin or heimdall to flash an insecure kernel or a custom rom which will enable root for you. You should find them in the android development section.
[SIZE=+1]Q5: Ok that's cool but i'm kinda new here and I don't know how to use those programs?[/SIZE]
Here's a link to help you
How to use heimdall and odin
[SIZE=+1]Q6: What is a custom recovery?[/SIZE]
A custom recovery is mostly the native android recovery modified from the source to feature multiple options like backup a whole ROM or flashing a rom for example. The most known one and the only one available for our devices is the ClockWorkmod Recovery or commonly called CWM.
[SIZE=+1]Q7: How can I get CWM?[/SIZE]
Flash a custom kernel with CWM support.
[SIZE=+1]Q8: Where I can find a list of ROMS and kernels?[/SIZE]
Here you can find them all:
The Samsung Galaxy Players (All variants) All-In-One Thread
[SIZE=+1]Q9: How can I OC my device?[/SIZE]
See Q7 for answer
[SIZE=+1]Q10: I have bricked my device pleaseee heeeeeeeeelppppppp meeeee!!!:crying:[/SIZE]
Check a Recovery thread made for your device
[SIZE=+1]Q11: I would like to flash CyanogenMod but I've lost my Efs? (for 4.0 users)[/SIZE]
Please check at the end of this post:
http://forum.xda-developers.com/showpost.php?p=23290275&postcount=2
[SIZE=+1]Q12: What is ADB?[/SIZE]
Please see this thread for all ADB information:
Full ADB guide
[SIZE=+1]Q13: What the heck is the cat on a log?[/SIZE]
Well logcat isn't a cat on a log. It's a system element from android used to record the system logs. This is the most efficient way of squashing bugs when developpers are facing problems. To use logcat, you will need ADB. See Q10 for setting ADB.
This is how you can see logcat
Code:
adb logcat
This is how you can save a logcat into your computer
Code:
adb logcat -d > logcat.txt
[SIZE=+1]Q14: What are custom ROMS?[/SIZE]
Custom roms are modified software made in order to offer more features and options. There's 2 types of custom roms: the stock based ones and AOSP ones
Stock: They are based from the manufacturer's original firmware.
AOSP: They are compiled from the android source and provides a pure stock experience if the manufacturer have an interface overlay. They often offer much more and unique options than stock roms. (like Cyanogenmod, AOKP, or ParanoidAndroid for example)
[SIZE=+1]Q15: Nice! how can I flash those ROMS??[/SIZE]
Normaly the roms threads should have the necessary instructions in order to flash them.
[SIZE=+1]Q16: Why I can see my cell standby percentage when my device is a PMP?[/SIZE]
Well... Android is first and most a mobile phone, tablet OS and not a PMP OS. The OS think you're a phone and then use cell standby but don't worry, there's no battery life extracted from there.
[SIZE=+1]Q17: What is the best kernel/ROM?[/SIZE]
There's not really best kernels and roms. Just try them out and see which one you prefer.
Forum Rules | New Users Guide | XDA Tour | Report Posts
This FAQ is part of a Recognized Contributor Group Initiative. Please look for a similar FAQ thread when visiting another device forum.
A special thanks to everyone who contributed to the production of this FAQ
Reserved.
Reserved again.
One last time.
Reserved
Sent from my YP-G1 running ParanoidAndroid v1.6 (ICS)
goldflame09 said:
Shall this be my reserved just in case?
Sent from my YP-G1 running ParanoidAndroid v1.6 (ICS)
Click to expand...
Click to collapse
Why not. More is better than less. :good:
Sent from my Nexus 7 using Tapatalk HD
Well written, deserves to be pinned. :good:
Batter life
So now that i understand that the cell by is nothing to worry about, but because its a software issue the batter% shows it drains rapidly. What do we do when it says we only have 10% left? charge it? because that would be daily, or will it keep running?
Thanks
droid_noob21 said:
So now that i understand that the cell by is nothing to worry about, but because its a software issue the batter% shows it drains rapidly. What do we do when it says we only have 10% left? charge it? because that would be daily, or will it keep running?
Thanks
Click to expand...
Click to collapse
There's a big difference between determining what programs are using a certain percentage of the battery (it's based on CPU time and network use), and how much total battery has been used (based on voltages). I would say the total battery percentage left is mostly accurate, but it's not quite (see attached screenshot) (at least it could be tweaked a bit). But I still recommend you to charge it at 10% to ensure future battery capacity. If you drain it too much, it will wear down -- in the screenshot, I had accidentally left it on for a week.
Galaxy 5.8 information
Howdy, I'm a long time lurker on the forums; have a rooted Samsung Galaxy S (AT&T) from several years ago and recently nabbed a new gadget on a business trip to Korea. I got a Samsung Galaxy Player 5.8 for $220 and thought it should be relatively simple to root. I was wrong.
Can we add information about the Samsung Galaxy Player 5.8?
Model: YP-GP1
Android: 4.0.4
Kernel: 3.0.8-1168015 [email protected] #1 SMP PREEMPT Fri Dec 7 20:57:12 KST 2012
Build#: IMM76D.GP1KRALL1
FM Radio: Works in Korea; not so much anywhere else. It finds stations during search but only plays static. (Tried Spirit UL its not happy either. It reports that it cannot access the FM tuner. Maybe it needs root?)
TV Tuner: Same as the FM Radio // Frequency differences?
Storage: 16 GB (expandable with sdcard slot)
Screen: 960 px x 540 px / Capacitive / Multi-touch
Network: 802.11g,b,n
GPS
Bluetooth (can't tell what version, the manual is Korean; I assume its BT3.0)
Battery life is good, runs for a few days on a single charge with power saving enabled.
Haven't used it for any really fun stuff as I can't seem to get root on it. All the ICS 4.0.4 rooting methods on this site have failed.
Going to look at the kernel source from Samsung and see if I can make heads or tails of it.
N0Karma said:
Howdy, I'm a long time lurker on the forums; have a rooted Samsung Galaxy S (AT&T) from several years ago and recently nabbed a new gadget on a business trip to Korea. I got a Samsung Galaxy Player 5.8 for $220 and thought it should be relatively simple to root. I was wrong.
Can we add information about the Samsung Galaxy Player 5.8?
Model: YP-GP1
Android: 4.0.4
Kernel: 3.0.8-1168015 [email protected] #1 SMP PREEMPT Fri Dec 7 20:57:12 KST 2012
Build#: IMM76D.GP1KRALL1
FM Radio: Works in Korea; not so much anywhere else. It finds stations during search but only plays static. (Tried Spirit UL its not happy either. It reports that it cannot access the FM tuner. Maybe it needs root?)
TV Tuner: Same as the FM Radio // Frequency differences?
Storage: 16 GB (expandable with sdcard slot)
Screen: 960 px x 540 px / Capacitive / Multi-touch
Network: 802.11g,b,n
GPS
Bluetooth (can't tell what version, the manual is Korean; I assume its BT3.0)
Battery life is good, runs for a few days on a single charge with power saving enabled.
Haven't used it for any really fun stuff as I can't seem to get root on it. All the ICS 4.0.4 rooting methods on this site have failed.
Going to look at the kernel source from Samsung and see if I can make heads or tails of it.
Click to expand...
Click to collapse
There's not really anything about the 5.8 so I don't think I will add something for it as of right now. As of spirit, you need to be rooted in order to use it. As for t-dmb, (tv) you can only use it in South Korea (exclusive technology).
Envoyé depuis mon Nexus 7 avec Tapatalk
I have a galaxy player 4.0 YP-G1, and then update it ... stay all perfect with the exception of the most important. When I connect the audio cable and start the music, the device automatically restarts. They know that it can be?
Model Number: I9000
Firmware: 2.3.5
Kernel: 2.6.35.7-CL562447-G1XXKPN TerraSilent_intl-1.3.5
Compilation: GINGERBREAD.UEKI8
Just a message to get posts to 10. I'm a long time reader please ignore.
josephcantrell4 said:
Just a message to get posts to 10. I'm a long time reader please ignore.
Click to expand...
Click to collapse
Please don't post randomly. It's against xda rules
Sent from my SCH-I535 using Tapatalk
its theres way to swap internal to external sd in 4.4? like in cm10.2??
Sent from my YP-G70 using XDA Premium 4 mobile app
lildhiel08 said:
its theres way to swap internal to external sd in 4.4? like in cm10.2??
Click to expand...
Click to collapse
Hi guys my samsung j7 speaker sound is low is there any way to increase its sound and plz tell me how to root this device without computer
Hey guys,
This is my 1st post here ever.
The only time I fiddled around with rooting an android phone was more than a year ago when I had an AT&T Samsung infuse. I followed very detailed instructions on how to root it and upgrade it. It worked like a charm and I'm so grateful to all of you experts trying to help newbies.
A friend of mine went to China last month and brought me a Samsung s3 clone.
The phone is factory unlocked BUT
1. It doesn't have the original google play application. It has a similar logo which leads to a Chinese app store.
2. Google mail account application is missing
3. The phone supports only Chinese, Korean and English languages. (I'd like to use it in different ones)
So I need to re-install a good Android version that has all the Android features that I'm missing
I thought it would be easy to find instructions on how to do it it here, but unfortunately I wasn't lucky to find a direct and clear step -by step instructions for my phone model
Phone: Samsung Galaxy S3 GT-i9300
Model #: mtk6515_ics2
Android version: 4.0.4
Base band version: MAUI.11AMD.W12.22.SP.V14
Kernel Version: 3.0.13
[email protected]#1
Build Number: ALPS.ICS2.MP.V1.18
Custom Build Version: V15.12
Please help!
Is there anybody out there?
Is there anybody out there? :crying:
Hey man,
unfortunately I don't think anyone can help you rooting/changing roms as it's a replica and there isn't a real development for it.
BUT as for the play store you can DL the apk directly from here:
http://www.androidpolice.com/2013/05/14/download-latest-google-play-store-4-1-6/
As for the phone language, after installing the google play store look for:
https://play.google.com/store/apps/details?id=jp.co.c_lis.ccl.morelocale&hl=en
and choose the language of your wishing. That is in case that your phone supports it.
If you mean by google mail account the gmail app then in that case:
http://www.androidpolice.com/2013/0...ith-slide-out-navigation-and-brand-new-inbox/
BTW for future references - try to make a search for yourself I'm sure you could've find those in less than a minute
Cheers.
Thanx
Thanx a lot for your effort and concern.
I downloaded the latest google play apk, I installed it, but it wasn't working apparently because "google login service" and "google services framework" were missing too!
So I downloaded them, but they needed to be installed in system/apps.
I downloaded "root explorer" which should help me accessing the system folder.
I copied&pasted the apps in system/apps but a message says "your phone should be rooted first in order to paste" came out.
So back to square1
On the other hand, I tried to disactivate some of the annoying Chinese applications that came with the system using "root app delete", and guess what?
I get the same message that I should root this phone first.
So how can I root this bloody thing???
Yeah that is sounds pretty frustraing..Well I guess you won't find here a "how to root s3 replica" guide and personally I wouldn't try and rooting the device as it could easily brick it.
I suggest you go to the store and tell them that you've got a phone with no option to download apps, or connect to your Google account...
Hope you'll sort things up with the store soon
eytan123 said:
Yeah that is sounds pretty frustraing..Well I guess you won't find here a "how to root s3 replica" guide and personally I wouldn't try and rooting the device as it could easily brick it.
I suggest you go to the store and tell them that you've got a phone with no option to download apps, or connect to your Google account...
Hope you'll sort things up with the store soon
Click to expand...
Click to collapse
I wish I could follow your advise. The shop is 4000 miles away in China.
There is a google store app installed, but it's fake. It has a similar icon but with different proportions. The problem is that it's in Chinese and it deals with chinese applications.
Oh that is unreachable, but maybe can you contact them via Email etc..?
Anyways I found this thread I think you'll see it much more beneficial than my help as I don't have experience on rooting replicas and it's focused on your device:
http://forum.xda-developers.com/showthread.php?t=1921178
eytan123 said:
Oh that is unreachable, but maybe can you contact them via Email etc..?
Anyways I found this thread I think you'll see it much more beneficial than my help as I don't have experience on rooting replicas and it's focused on your device:
http://forum.xda-developers.com/showthread.php?t=1921178
Click to expand...
Click to collapse
thanx,
This method is for i9300 mtk6575
Will it work on my phone which is i9300 mtk6515_ics2?
What are my chances to brick the phone if I follow this procedure?
festerzio said:
thanx,
This method is for i9300 mtk6575
Will it work on my phone which is i9300 mtk6515_ics2?
What are my chances to brick the phone if I follow this procedure?
Click to expand...
Click to collapse
If you flash recovery from different device, there's a big chance you brick it
Try to use MTKDroidTools to root it, its pretty safe.
As @lolet said correct, you can possibly brick your phone...
That's why I advise you to ask in the thread I've linked onto, there are fellows there with much more experience than myself with rooting your device.
I guess in the last couple of years I've flashed hundreds of times but only on samsung, htc and motorolas.
Cheers
Good time. Please help find the firmware on clone I9300. For many drivers pumped and can not find adequately to my I9300. Lays bricks. All who have tried to upload the firmware through Flush Toole an error S_DL_GET_DRAM_SETTING_FAIL (5054) do not know where to find them. Here is a description of TA
model
I9300 1:01
network
Dual sim card
An unlocked 2G GSM 800/850/1800/1900MHz
Processor (CPU)
MTK 6575 1.0GHz
operating system
Android 4.0.4
RAM
512
ROM
* Support TF card up to 32GB
screen
4.7 inch Touch Screen Resolution: HD AMOLED, 800 * 480Pixels
camera
Front 1.3 / Rear 8MP with Flash Light, Support Video record
wireless
WiFi 802.11b / g, GPRS/EDGE/3G, Bluetooth 2.1, FM-radio
GPS
Integrated GPS-Navigation + AGPS
TV
No.
sensor
G-sensor, light sensor, proximity sensor, motion sensor
clone GT-9300-Microsim second one is the usual Sim, OS 4.04, kernel version 3.0.13, lxq @ server0-br # 1 Thu Mar 14 11:53:11 GST 2013 build number ALPS.ICS2.MP.V1.18 , Custom build version v19.01
photos of the phone attached
zver16 said:
Good time. Please help find the firmware on clone I9300. For many drivers pumped and can not find adequately to my I9300. Lays bricks. All who have tried to upload the firmware through Flush Toole an error S_DL_GET_DRAM_SETTING_FAIL (5054) do not know where to find them. Here is a description of TA
model
I9300 1:01
network
Dual sim card
An unlocked 2G GSM 800/850/1800/1900MHz
Processor (CPU)
MTK 6575 1.0GHz
operating system
Android 4.0.4
RAM
512
ROM
* Support TF card up to 32GB
screen
4.7 inch Touch Screen Resolution: HD AMOLED, 800 * 480Pixels
camera
Front 1.3 / Rear 8MP with Flash Light, Support Video record
wireless
WiFi 802.11b / g, GPRS/EDGE/3G, Bluetooth 2.1, FM-radio
GPS
Integrated GPS-Navigation + AGPS
TV
No.
sensor
G-sensor, light sensor, proximity sensor, motion sensor
clone GT-9300-Microsim second one is the usual Sim, OS 4.04, kernel version 3.0.13, lxq @ server0-br # 1 Thu Mar 14 11:53:11 GST 2013 build number ALPS.ICS2.MP.V1.18 , Custom build version v19.01
photos of the phone attached
Click to expand...
Click to collapse
please this firmware link ,,,
Q&A for RK3066 Tab Genio by Oma rocks !
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. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
Hey, I am new here. (I apologise for my bad english)
I have an a Xvision 101p11c i wanted to know if is there a kernel for this tablet.
res: 1280*752
rk3066
same wifi chip
screen and touch chips i can find it
please =/
Good time of day. Possible to alter the firmware for the installation of the recovery?
@oma
The latest CM10.1 v. 1.4 include HW accellaration?
Thanks
Thanks OMA!!
You made my day, my two Pipo S2 works like a charm now!
Thanks for your great work!
I also have an Measy stick based on RK3066, is there any firmware for this gadget to?
Regards // Cyberott
Dear sir i need this tablet rom
Dear boss
i need this tablet rom
Ds733-v3.0 2012.10.08
please sahre this rom
i need very very urgtently
thanks you very much
YuanDao N101II
Hello Oma, first of all thanks for your work. I flashed ROM for my Yuandao N101 II tab based ono your work I got from VonDroid - unfortunately the touch screen didn't work. It worked neither with your rom nor with the newes original firmware. As this was described by some other folks there - for some specific sub-model maybe - and as the touchscreen works with an older stock-rom - this seems to be software-related.
Is there any possibility to overcome this issue? The firmware that is working gives me infrequent hangs for no reason and was described as buggy by other users, too.
Thanks a lot in advance for your help
pmp 5780d_duo
HI to all . i am new here ,i have this tablet prestigio 5780d_duo .i wanted to flash other rom then this official s..... can some one plz tell me which rom is best for this tablet,and plz give me link for rom and kernel. ty in advance
HELP :C
Hi Sir Oma good day
im using your CM10.1 for rk30
i have only one bug the brightness i already reflash the boot.img on your page
and flashed the brightness fix via CWM
but the thing is it doesnt work my tab has full brightness and my battery is
too fast to drain can you make a fix for me?
im using oplus 9.76 from philippines
if you need my kernel here it is
Again the unresponsive touch screen
Hi @ all, as specified in my last post there is a difficulty with the touchscreen with a version of omars great fw that has been ported to VonDroid with minour changes. So, to find out if my tablet's touchscreen can work with this fw, I dug a bit deeper and located the touch screen driver.
input: Goodix Capacitive TouchScreen as
/devices/virtual/input/input3
<<-GTP-INFO->> GTP Driver Version:V1.0<2012/05/01>
<<-GTP-INFO->> GTP chip version:GT81XNI_3R19_000
The only documentation I could find so far is that documentation for this device is lousy and chaotic as is supply with drivers... seems to be quite a fair description. Until now, I found no way to locate additional hints about what touch screen might be built in my tab. Neither online nor on the tablet itself.
Anyhow, some questions came to my mind on and on again, as the last fw supporting the touchscreen is a tiny little bit buggy:
Might there be a chance that the specified touch screen works with the fw? If no: Is there a possibility to configure the fw in a way that it will work?
It would be very nice to find out more on that as I don't want to simply do the same procedure as I did last time: spending about two days to install the same old buggy fw in the end. This is definitely not satisfying.
Thanks a lot for any hint - I tested the fw with mouse and keyboard, but that's no way for working long time if you know you've got a touchpad. Nonetheless, it was long enough to get quite surprised what my tablet is capable to do - and willing to do some work for having these capabilities
Meanwhile, I'll dig deeper
[edit] Guess I found some metal - hope, it's silver at least...
github.com/Ceastel/CeXstel-kernel-msm8x25/blob/master/drivers/input/touchscreen/gt968.c
Goodix driver Version 1.0 .
Is there a possibility to add that to the rom? Woud be great...[/edit]
[edit2] maybe it's rather one of these drivers - at least the build date is the same my machine specifies.
github.com/Ceastel/CeXstel-kernel-msm8x25/blob/master/drivers/input/touchscreen/goodix_tool.c
github.com/crewrktablets/rk30_kernel/blob/master/drivers/input/touchscreen/gt801plus_819_8105_8110_update.c
help me with my screen rotation
heres my new sensor reading
- tab vertical, landscape (y=+9.4)
- turn left to portrait (x=+9.7)
- turn right to portrait (x=-9.6)
- tab horizontal screen up (z=+10.0)
when i tilt my tab to +y my screen got reverted to -y same with x axis. ive dscovered that my y axis is portrait not landscape just like phones axis direction
Icoo d90pro
How can i use your firmware on my device ICOO D90PRO ? I would like to get OC kernel compatible on my device and other . . . Thanks !
USB Host Modem
Hello
I'm using OmniRom 4.4.4. v1.3 on my rk3066 PiPo Max M1. It works flawlesly, but there is one thing that bothers me. With stock 4.2.2 chinese rom I've been using usb modem(HUAWEI) to connect to the internet, which I've been connecting to HOST port.
After flashing OmniRom, the usb modem does not work. It does show up in USB Host Controller app, the storage in stick, works too, but it won't find mobile network. It gives me an error when searching for network.
Is there some setting that I should set or anything else to get it to work?
lazyNeighbour said:
Hello
I'm using OmniRom 4.4.4. v1.3 on my rk3066 PiPo Max M1.
Click to expand...
Click to collapse
Could you post the link of this ROM? I'm very interested.
Petitgibus said:
Could you post the link of this ROM? I'm very interested.
Click to expand...
Click to collapse
Here http://forum.xda-developers.com/showpost.php?p=54300296&postcount=1118
Does anyone has a discolored yellow screen when using AOSP JB 3.4 for RK3066?? If yes is there a solution for this ??
Sent from my WT19i using xda premium
Multiple Tablet Supported or Specific
Sir
This ROM is specific for PIPO tab or I can use it with other RK3066 Tablet ? I have APPTAB And no firmware is available on internet . So Can i Upload your Custom ROM, ?
ahtisham200 said:
Sir
This ROM is specific for PIPO tab or I can use it with other RK3066 Tablet ? I have APPTAB And no firmware is available on internet . So Can i Upload your Custom ROM, ?
Click to expand...
Click to collapse
Before flashing anything do a backup from your stock firmware. You can google about how.
Usually changing the kernel.img for the stock of your tablet and flashing the ROM it might work (sometimes wifi, etc. Not). Also is important to know if your kernel is 3.0.8+ or 3.0.36+.
Cheers
I have a problem
Hi Oma! I have an Manta MID702 , but when i install your cm 10.1 on it, it boots, but i cant use the tablet cause there is a message: android.com.phone process has stopped. It reappears every time i close it. What can i do? Thanks in advice
To sum it up once more: I've got a touch screen that works with the original firmware but won't respond on the other roms. Problem: The original firmware is lagging and quite frequently simply coming to a halt.
Loewe_78 said:
input: Goodix Capacitive TouchScreen as
/devices/virtual/input/input3
<<-GTP-INFO->> GTP Driver Version:V1.0<2012/05/01>
<<-GTP-INFO->> GTP chip version:GT81XNI_3R19_000
[edit2] maybe it's rather one of these drivers - at least the build date is the same my machine specifies.
github.com/Ceastel/CeXstel-kernel-msm8x25/blob/master/drivers/input/touchscreen/goodix_tool.c
github.com/crewrktablets/rk30_kernel/blob/master/drivers/input/touchscreen/gt801plus_819_8105_8110_update.c
Click to expand...
Click to collapse
Is there a possibilitäy to built a firmware that has the driver for the digitizer I specified? Would be great. I've got the orignal firmware.