General :: Build ROM For Tablet Viewsonic Viewpad 7
Oct 3, 2012I want my tablet to make a bunch of rom cyanogen rom. I wanna know where should I start and how should I start making a ROM. Is my tablet viewsonic viewpad 7
View 1 RepliesI want my tablet to make a bunch of rom cyanogen rom. I wanna know where should I start and how should I start making a ROM. Is my tablet viewsonic viewpad 7
View 1 RepliesI just picked up a Viewsonic Viewpad e100 tablet and would like to root this thing. It is running ICS 4.0.3 and i believe its a bit branded/customized from viewsonic. I am still a bit new to rooting and i have tried a few tools out there but nothing seems to work. I have tried superoneclick and it appears to randomly say its rooted but fails on copying stuff. It will say its rooted but it isnt. then i run it again and it says it isnt rooted and attempts it. it just seems like its random. Ran through a few scripts I found on other forums relationg to the viewpad 10e and 7 but it seems like the folder structure may be a bit different. But, my experience in linux is minimal so ya...there it is.
View 2 Replies View RelatedI have a Viewsonic Viewpad 10 Pi and I have not found anything att all about rooting it. is there anyway at all to root a Viewsonic Viewpad 10Pi as there is now way to hook it up to a PC that I can figure out to flash it. The boot is locked and I have tried the Z4root APK as well as Gingerbreak. The Android verison is 2.3.1 and it sucks.
View 2 Replies View RelatedI have a Viewpad 10e which is not an officially supported device with Google. I have installed the only custom rom out there from Sidenk - [URL] ....
There is no contact/people icon on there. I used to have this working with the market apk on the stock ICS rom last year but due to a recent upgrade from Viewsonic that stuffed my system so I had to reinstall. I cannot for the life of me think how I did it but I've downloaded loads of different packages relating to googlecontactssyncadapter.apk, contacts.apk and contactsprovider.apk. Some of them install but do nothing, some of them say the package cannot be parsed, some say there's a conflicting signature.
I've downloaded loads of files, This device is not well supported.
few weeks ago I bought ViewSonic N1010 model in China and it comes without Google Market (Play).
I'm now with the challenge to find a way to root it.
I've got no knowledge about rooting the device...
Specs for... "Viewsonic N1010" are...
Viewsonic N1010Quad core tablet pc
Android 4.1 Jelly Bean
NVidia Tegra 3 Cortex-A9 1.3GHz Quad Core CPU
[Code]....
just purchased the new ViewSonic VSD241 and want to root it. It has the NVIDIA Tegra 3 1.7GHz quad-core processor and Android 4.2 Jelly Bean OS.
View 2 Replies View RelatedI have a phone with a MT6577. The vendor (Wiko) published the kernel source code. So, i'm trying to build it. I can get the zImage. I converted it to boot.img but i can't boot with it on my phone.build a good zImage? (if you want to try) : URL...
cp mediatek-configs .config
TARGET_PRODUCT=s9081 MTK_ROOT_CUSTOM=../mediatek/custom make
# sudo mtk-tools/repack-MT65xx.pl -boot zImage boot.img-ramdisk boot.img
MTK-Tools by Bruno MartinsMT65xx repack script (last update: 27-01-2013)
Repacking boot image...
Ramdisk size: 2046 blocs
Repacked boot image into 'boot.img'.
Here are the Warnings I got when compiling
mediatek/platform/mt6577/kernel/drivers/video/tvc_drv.c:61:5: warning: "FIXED_WVGA_PARAMS" is not defined
net/ipv4/tcp.c: In function 'tcp_nuke_addr':
include/net/ipv6.h:338: warning: 'in6' may be used uninitialized in this function
net/ipv4/tcp.c:3367: note: 'in6' was declared here
In file included from net/ipv4/netfilter/ipt_LOG.c:27:
include/net/netfilter/xt_log.h: In function 'sb_close':
[code]....
I have a Nexus 7 tablet and every few days I notice a few new apps on the device. I'm not sure if they're full apps or just simply icons to download apps or get more information. I have tried to avoid using them. I know previously I had a couple apps that were sending notifications to the notification system that I considered to be spam. After some research I found out how you can find out which apps are doing it and disable notifications from those apps so that took care of that.
View 4 Replies View Relatedi have a chinese tablet (Teclast P98HD A2Q6) with some very good specs it has 4.1.1 but it's laggy there's another tablet called (PIPO M6) with the same processor and display & it has 4.2.2 with the latest SDK for the chip.can i upgrade my tablet with PIPO's firmware ?
View 9 Replies View RelatedI downloaded the Android 2.2 source code and try to build it. When I executed the make command, I got an error here like this build/core/java.mk:20: *** frameworks/ex/common: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. Then I changed the frameworks/ex/common/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7. Next place, build/core/java.mk:20: *** external/jsr305: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. I changed the external/jsr305/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7
Last one, build/core/java.mk:20: *** external/guava: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. I changed the external/guava/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7
By these changes the code started the compilation.
1. Why the error occured?
2. Changes which I did is correct or not?
I want to learn how to build a cwm bc i want to start a recovery for this phone bc nobody didnt start it yet the zte warp 4g lte for boostmobile.
View 1 Replies View RelatedI'm in the process of learning to build android from source. I've got my AOKP rom booting and am working on adding superuser to it, and am running into troubles. After much googling here is what I've done
Cloned Superuser source code
Code:
git clone git://github.com/ChainsDD/Superuser.git packages/apps/Superuser
Copied the su binary from my current rom (/system/xbin/su) to my device tree
Edited device.mk
Code:
# Build superuser
PRODUCT_PACKAGES :=
Superuser
# copy su binary
PRODUCT_COPY_FILES +=
device/lge/E973/su:system/xbin/su
Everything built fine and Superuser is in my app drawer when rom boots. If i try to open Superuser it force closes. Root checker shows that i am rooted, and typing 'su' in terminal emulator gets root access. Neither will give me a dialog asking to deny or grant.
If i install SuperSuperuser from the market, it will present all the normal dialogs and everything seems as it should.
Here is a logcat of the failed attempt to open superuser
Code:
D/dalvikvm( 2157): Late-enabling CheckJNI
I/ActivityManager( 530): Start proc com.noshufou.android.su for activity com.noshufou.android.su/.Su: pid=2157 uid=10040 gids={50040, 3003, 1015, 1028}
[Code] ......
How to build a free android app?
View 1 Replies View RelatedI have a rooted Verizon S4 running 4.3, build number JSS15J.I545VRUEMK2. This is a phone provided to me by work, so I have no control over the billing/ tethering abilities..I have searched to no avail on how to create a hotspot with this 4.3 build.
View 2 Replies View RelatedMy company has recently received some new android hardware and has requested that I create a custom operating system for the device. The manufacturer has agreed to provide us with the existing android source, but I have a few questions to get started:
On the following link: [URL] .......
It states that I need to add lines similar to the below to my "51-android.rules" file:"
# adb protocol on maguro/toro (Galaxy Nexus)
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", MODE="0600", OWNER="<username>"
How do I determine the correct information to use for this process? Should I collect this information with the device connected to a windows PC?
Once connected, I would like to scrap their existing operating system and begin from AOSP source, what information from their original source should I retain (Kernel, bootloader, etc), and what information would I be required to remove to bring in AOSP?
But most seem to be specifying nexus devices, or devices which already have a strong developer backing, neither of which apply to this hardware.
[URL]
What does "overlay" folder do in device/vendor/*DEVICE directory do? How do you make one? What needs to be in it? I am building for a CM7 port.
View 9 Replies View RelatedI am writing an app and for one of the features I need the firmware build number.
I know I can get the firmware version(like 4.1.1) with android.os.build but I need the build number of a rom(like "Rom version 1.0") thats stored in build.prop. I know I can parse the whole build.prop file and extract the 1 string of information but is there another way to get is faster and that it doesnt require root to use?
I am trying to build a fresh cm-10.2 rom for my Nexus S (crespo), but somehow, there is something missing:
Code:
denis@lucifer:~/Development/android/cm-10.2$ brunch crespo
including vendor/cm/vendorsetup.sh[code]....
I've set everything up and the build for "Maguro" runs without any problems, but with "Crespo", there is something missing...
I was looking through my system files with root explorer and I notice in the build.prop file, I had the information for the Xperia Arc instead of the Xperia Arc S. I changed some of the info to the Arc S, like LT18i instead of LT15i. But I'm not sure if I changed everything correctly and can upload the build.prop file for the Arc S.
View 3 Replies View RelatedI want to build a rom from source for my xperia s
I searched in the forum but i just saw how to compile the source for nexus...etc
I have a LG P350 which development has stopped but i want to keep it updated, i have my computer ready for building, also i have kernel sources, Cyanogenmod 11 and 10.1 sources too, (I don't know exactly if 10.1 sources could work) and i know that i need to apply patches to work on Armv6 but i don't know how to apply them to the source code, also i don't know if i would just need the pure source code to build or i need to do more modifications to it and finally, i don't know if the rom would work with 2.36 kernel which it's the most stable one for this device, i'm very new in this but i know that i can keep update my little phone,
View 3 Replies View RelatedI've just run trough all the setps to be able to build aosp on ubuntu. Currently I'm running a build, looks like it will take a while.
My goal is to build an aosp rom for the samsung galaxy chat, samsung provides downloads for 'platform' and kernel.
My question is, what should I do with the sources of the kernel and the platform, do I need to integrate them into the aosp source?
How does one build a rom with aosp on windows, is it possible to build on a virtual box or something like that?
View 2 Replies View RelatedI'm going to build a cm7.2 rom for my huawei c8860e.
From what i've read, i download the source code on my ubuntu 12.04. However, I have not find the cm7 code for my phone.
If i want to build cm rom what i should do next?
im having trouble merging these 2 build props im porting Xperia E to Xperia J?
View 1 Replies View Relatedwhat is the most simple way to get the latest version of TextSecure installed on my Android Phone?
My solution was creating something using the sourcecode found here: [URL] But the question is, how can I get it working. I've tried multiple things, but it seems like it isn't as easy as I thought. Currently I am on Windows 8. My phone is an Xperia S without GAPPS flashed, so no Play Store. Only F-Droid with FOSS.
I'm trying to build CWM for the HP Slate 7 Plus, but both touch and non-touch builds coming from the CWM Builder and manually built builds give a black screen with a few white lines when booted into recovery. The stock recovery.img I provided to the builder is valid because people were able to reflash the same recovery.img via Flashify with no issues, which is the same method used to flash the defunct CWM. I don't have the Slate 7 Plus, so I can't test things myself
The best I can do right now is debloat, deodex, and pre-root ROMs, as well as install more system apps.
I want to build AOSP from sources. Specifically on the Nexus 10.
I downloaded the proprietary binaries from the Nexus Binary Download page. [URL] .....
I followed instructions how to set up the source code and build it but i am not too sure how to correctly extract the proprietary binaries. [URL] .....
I used the self-extracting shell scripts to extract the binaries in the root of the directory i executed "repo sync" in. (in my case: WORKING_DIRECTORY)
The binaries were put to "WORKING_DIRECTORY/vendor"
My question is whether i did it correctly and whether the binaries will be included in the build when i hit "make".
how to build a custom rom from Cyanogemod on my Windows 7 PC?
I tried custom rom Compiler but thats only for ubuntu. Dxidia's kitchen doesn't support X8 or W8.
Newest build to 4.2 keyboard thats an apk and not the zip.
View 9 Replies View Related