General :: Rockchip 3066 TV Box - Making Image Of Device For Replicating?
May 27, 2013
Rockchip 3066 TV Box I am working with. The situation is thus:
I have a number of these boxes, 12 in my possession currently with more on the way
I have successfully rooted the boxes through ADB, none of the one click or other methods worked, but rooting through ADB did.
I have tried using rkdump but unfortunately it cannot find the update.img which I assume to mean it doesn't have one.
What I would like to do is setup a box exactly how I want and then image this off and copy the image to the others
As I mentioned, even though it's a Rockhip based chipset, there's no way I can identify to extract any kind of update.img from it. I have seen through other postings that some of the 3066 based boards no longer use the same cramfs file header/structure the previous 2xxx chipset used so this is probably why.
The big thing is, I just want to mirror the setup to other hardware of exactly the same pedigree.Here is the MTD/partition map:
Code:
1|root@android:/dev # cat /proc/mtd
dev: size erasesize name
mtd0: 00400000 00004000 "misc"[code]....
what the precise format of the copy to and from commands should be assuming this is the way to go about it?
There's a number of applications that ship on the box by default too I need to remove as root, and I'd like to automate everything, hence the idea of imaging as opposed to stepping through all the tasks manually.
View 3 Replies
Feb 5, 2013
I need to instal CyanogenMod 9 or CyanogenMod 10 on RK 3066 device (Cortex A9 Dual Core, 1.6GHz, GPU Mali-400). how to do it?
View 1 Replies
View Related
Apr 21, 2013
I get the error as the title. sd card space is not the problem. I tried formatting the sd card. I have less than 50 apps installed.
Wiped dalvik cache, and all other sorts people say on other posts. (my phone is LG P936 so "fix permission" screws up the phone. all text disappears) have latest cwm recovery.
and still get the error.
View 9 Replies
View Related
Oct 16, 2013
do you use rockchip based Android device with linux?
I've just bought Rockchip rk3066 based AllFine Fine10 tablet, and have trouble setting it up to work with adb on my Linux installation.
I presume problem is with udev rules, I use some giant package of udev rules but it does not contain rule for my tablet.
I have tried to manually define udev rule by inputing device ID listed by lsusb utility.
Quote:
lsub: Bus 002 Device 004: ID 2207:0010
Thus creating:
Quote:
# AllFine
ATTR{idVendor}=="2207", ATTR{idProduct}=="0010", SYMLINK+="android_adb"
But still device is not recognized by adb.
View 1 Replies
View Related
Apr 1, 2012
If I wanted to make an online transaction with my Android device and I was using a browser other than stock (e.g. Overskreen), then would my card details (used to complete the transaction) be at a safety risk due to the fact that I have made the transaction in a browser which is owned by a developer and so would he have access to these details and the like? R800i
View 5 Replies
View Related
Jun 28, 2013
I have a noname chinese made Rockchip 2918 based tablet PC that I am trying to root so I can use some tools to increase performance/etc.
I have ADB and the Android SDK installed.
I have the most recent Rockchip drivers installed.
I have Development Mode turned on on the tablet.
When I plug the device into USB, nothing happens other then the windows notification sound to let me know something was plugged in. No "searching for drivers" nothing. When I go to ADB and do a "ADB Shell" command, it says device not found.
If I boot the tablet into Recovery mode, connect USB, and repeat the above procedure, I get the same result.
Is there a seperate USB Recovery mode I need to get into? I read about this on other RK2918 based tablets and I have tried all the methods to no avail. Volume up and Power is the only combination that does something, and that just takes me into normal recovery mode.
Just a side note, If I connect my HTC Evo 4G LTE and try the shell command, it finds it instantly.
View 1 Replies
View Related
Jan 11, 2014
How to root tablets with this processor.
View 1 Replies
View Related
Mar 14, 2014
I'm used with my Windows computers to make a genuine unstarted system image (Ghost, now Acronis)
When I have a new computer, I take out the main HDD and make an image or boot with an Acronis boot disk and make an genuine image, can I do something similar with Android devices?
Is EFS the system image or just the system files, restoring an EFS backup is enough to make a device bootable again without Root?
Windows PC suitable for this? ADB I guess...
Perhaps it's not possible because I haven't see any topic about making an genuine image before first start of an new device or restoring a factory image... Every time Root is involved.
View 4 Replies
View Related
Sep 28, 2012
I was trying to get dump_image boot from my device, but I got this instead
Code:
shell@android:/ $ su root
su root
shell@android:/ # dump_image boot /sdcard/boot.img
dump_image boot /sdcard/boot.img
sh: dump_image: cannot execute - Permission denied
View 1 Replies
View Related
Jan 22, 2014
I have a custom drawable, where I draw a base bitmap image, then part of an image over the top of that that is clipped to a certain rectangle. For the overlayed image, I am trying to blur the edges, and I thought I could accomplish that using a BlurMaskFilter, however, I'm not seeing any blurring occurring.
Here is the content of the draw method from my Drawable class.The result is almost correct, except the overlay image is not being blurred.
m_paint = new Paint();
m_blurPaint = new Paint();
m_blurPaint.SetMaskFilter(new BlurMaskFilter(blurRadius, BlurMaskFilter.Blur.Outer));
[code]...
This code is written in C# using Xamarin, so I realize that some things are slightly different, but the overall methods will be the same.
View 9 Replies
View Related
Dec 3, 2012
How To Extract Stock Recovery.img From an android device ?
View 9 Replies
View Related
Apr 24, 2012
I deleted /system folder on my nexian cosmic journey. And now my nexian is stuck...
I try to using fastboot mode to flash recovery image, but my device seems not detected. I already installed the android composite driver, but when i use "fastboot devices" command, it shows (?) So how the heck to get my nexian back to normal?..
Or perhaps, if i just be able to put back the /system folder to its place again, it would be more easy to recover it... But how access the root when phone is like that?
View 1 Replies
View Related
Sep 23, 2010
I have an application that requires that some images are uploaded to the device and replaced when the image changes.
For example, the first time the application is opened it goes ot the server and downloads some images, then the second time it verifies if there are new images to be downloaded, if there are it downloads them.
What could be the best approach to store the images on the device? creating a file folder for the application and a content provider?
View 2 Replies
View Related
Nov 26, 2013
I have a basic application that uses just squares and circles that appear when the screen is toched. I want to be able to save this created image, the design is build on a bitmap image, and displayed on the canvas so I want to be able to save that as an image to the mobile device.
code for saving this?
View 1 Replies
View Related
May 17, 2010
I found ToggleButton image has broken on my device. And, I initialized my device but occored same problem.
On emulator, it shows correct image. My device is HTC Desire Android 2.1 Japanese version. I want to know how to repair my device, or is it correct ToggleButton Image on 2.1.
View 2 Replies
View Related
Sep 3, 2009
My application required to draw image on full screen. now the phone screen size will be different. So will i have to make different image for each phone or i can use just one image and it can display on full screen in any device.
View 2 Replies
View Related
Oct 29, 2010
I'd like to use a 1x1 size Nine-patch image from Android drawable resources. When I'm trying to display it with <ImageView> in my layout xml file, this one is never showing up on the Android emulator device. Here's the xml code below. Code...
View 1 Replies
View Related
Sep 5, 2010
I'm looking for an app that will allow me to view photos stored on my computer. I can access the computers on my home network from my Incredible using Astro or ES File Explorer "LAN" and open various file formats such as .pdf, .doc, .xls fine on my Droid; however, I am unable to open and view any type of image files (.jpg, .bmp, .gif, etc.) unless they are stored on my SD card or in the Droid memory itself.
When I try to open a image file stored outside the Droid, nothing appears on the Droid screen. I have installed several "image viewer" apps, such as Astro and 3D Gallery, none of which seem to be able to open remotely stored files. When I "click" on an image file, I see "Loading Image", but all that appears is a black screen with left and right arrow scroll buttons -- no pictures. Any advice, other than to copy and paste image files to my SD card, which then allows me to open and view them? I did get the 2.2 update.
View 1 Replies
View Related
Sep 24, 2010
I have problem with displaying bitmap image on imageview on high density screen (480x800). When the bitmap image loaded from file on sdcard, the image does not scale to fit hdpi screen. On medium density screen it works normal (320x480).code...
View 1 Replies
View Related
Jul 21, 2010
I use http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012 to load images in a ListView and a GridView. It works but the images are loaded form bpttom to top. How to fix that?
Bonus Question: Can I use a loading animation in a image view while the real image is loaded? Right now it's just a default image.
View 1 Replies
View Related
Aug 15, 2013
I know making a real unremovable app is impossible, but I hope I'll be able to find a way to make an app harder to remove.I want to make some kind of parental protection app. it should be installed easily without much technical knowledge ( preferred that it will work on unrooted devices). the app should be hard to remove or disable by the phone user.who ever installed the app should be able to remove (probably with a password in the app settings).
I don't care if technical users will be able to easily remove the app.I also don't care if the users will know that the app is installed on their device.I guess the simplest solution will be to some how hide the app from the app drawer.I saw some where that Cerberus has that option but I guess it requires a root.
another solution might be if there is an option in the android os itself setting an admin password that will not allow the user to install or remove any apps without the password.
View 2 Replies
View Related
Dec 14, 2012
I have a samsung galaxy player and I am interested in making a copy of the stock rom. We could not get the kernel into the system pull.
View 1 Replies
View Related
Feb 28, 2014
Basically I have an old iPod touch 2g on iOS 4.x and a Nexus 5.
I want to use my iPod as my media player but I'd like to be able to control music from my Nexus (only basic controls).
Is there an app on either device that allows this? I know tsk skipping can be done by some Bluetooth headphones so I'm hoping there's a way to make iOS accept command from my Nexus
View 1 Replies
View Related
Jun 12, 2013
The format of recovery that we download from official website is .img. How can we make it a cm flashable zip?
HTC One X+
View 2 Replies
View Related
May 31, 2013
I would like to make a very simple Android app, with no UI. Kind of a shortcut. I tried searching the web, and I didn't find what I was looking for.
The question is: Can I make a simple app, that only launches an activity?
I want to make an app to launch the following activity : "com.cyanogenmod.trebuchet.preference.Preferences" . Kind of how the app "QuickShortcutMaker" works.
View 4 Replies
View Related
Jun 11, 2012
Make roms for LG Marquee.
As optimus black roms can't work on marquee because the network bands are different.
View 2 Replies
View Related
Mar 30, 2012
I compiled Launcher2 (GingerBread) with some customizations. My problem is, it is still a system app. How would I go about making it into a user app?
View 3 Replies
View Related
Nov 10, 2013
i wish to make all the notification items white. Like Facebook whatsapp screenshot etc. In the picture i hope you can see the distance in the white clock color and the slightly off white Facebook. How do i change these? I was able to change the clocks using xposed modules. I think I'll have to edit some images? I'm not sure where to find them or what to do.
View 1 Replies
View Related
Nov 14, 2012
Im trying to make a MIUI ROM FOR MY QMobile A5 which is a non-3g_5mp-cam clone for Micromax A75. I am Downloading the Update.zip from MIUI Site and want to install it on my phone. I want to transfer all the drivers of my phone to the ROM. So how can i do that?
One More thing my phone wont go in Recovery, just hangs at the logo any suggestion for that will be cherry on top. I am a linux user
Processor: 650MHz MT65733
RAM: 256MB
Android 2.3.4 GB
View 8 Replies
View Related
Jun 10, 2013
What is required in the Android OS to support USB Gamepads?
I have purchased an Android TV Box from Chinavasion [URL] ..... which has 4 USB ports. While it's mostly going to be used to watch TV, I thought it might be nice to play a few games on it.
I can plug keyboards and mice into it and they work just fine. But gamepads don't work at all. I understand that from honeycomb gamepads are supposed to be supported natively so I guess there must be something missing in the firmware?
I have installed USB Device Info app. The gamepads are not listed in the "Android" tab, but do show up in the Linux tab (though to be fair, the same is true of the keyboard and mouse).
View 4 Replies
View Related