[REMAPING KEYS] wake up device with camera button - Android General

one of the things that was annoying me in a one good roms is this no option to wake up device with camera buttons ;; but now i find a trick that work 100% ( i tried it in a omni 4.4.4 rom but it shall work in all other roms , copy the original file in safe placeso you can backup it if it don't work in your rom)
and if you have a working brain , you can use trick to any other buttons ( copy original file again )
steps:
1-go to systeme/usr/keylayout and open the file "keypad_8960.kl"
2- scroll down until you find camera keys (for me it was in the end)
3-you will find those ligns:
"key 528 focus
key 766 camera WAKE"
change it to:
"key 528 focus WAKE_DROPPED
key 766 camera WAKE_DROPPED"
Reboot, Done !

Related

[GUIDE] [how to] CREATE OWN ROM [FOR ANY ANDROID DEVICE] [FOR N00B] [EASIEST METHODS]

NOTE: THIS GUIDE WILL WORK ANY ANDROID DEVICE BUT HAS FEW EXTRA PRE-SUGGESTED LINKS FOR GALAXY ACE PLUS USERS.
Click to expand...
Click to collapse
Special Thanks to -
dsixda for his awesome kitchen. Please Hit Thanks button for him.
inspired by isidromxz's thread.
Please kindly remind me if i have forgotten to write any name in thanks section, i have collected all things from many many sources and with modification.
Click to expand...
Click to collapse
Who is this tutorial for?
Absolute Beginners.
People with little or no programming skills.
people who really want to learn how to make custom rom's
people who want to learn android and don't know where to start.
Click to expand...
Click to collapse
Tools Required : (Update them manually and report me dead links please)
Java JDK FROM HERE OR JAVA.SUN.COM - FOR INSTALLING CYWIGN
(WARNING: Do not install Cygwin before the JDK!!
Click to expand...
Click to collapse
Cywign Direct Download- Linux Terminal For Windows
Android Kitchen (ROM Development Tool)- For Cooking custom ROM and many more things, Please update this Kitchen to latest version when available.
Official Link to dxda's Kitchen - Official Thread and Github source. Please refer FAQ on official thread for Kitchen related problems.
Click to expand...
Click to collapse
Demo META-INF Folder Download- For Making Flashable zip files and comparing updater script.
Custom Booting.zip - for custom boot animation
notepad++ - for editing files like build.prop, updaterscript
MOST IMPORTANT TOOL YOUR BRAIN... AND ALSO LOTS OF TIME... [DOWNLOAD LINK NOT AVAILABLE...lol]
Click to expand...
Click to collapse
Step one: Installing the JAVA JDK, Cygwin and Setting up the Kitchen.
*Before you do anything install the java jdk*
Try this Dsixda Kitchen Install Picture Tutor(recommended)
OR
watch this video tutorial by gitagaire for how to setup cygwin and kitchen(recommended)
Click to expand...
Click to collapse
INSTRUCTIONS
Download and extract the cygwin_packages.zip
Run the set up(make sure there is no previous cygwin installation)
NOTE: INSTALL CYGWIN IN ROOT DISK LIKE C:\
Follow the kitchen read me txt!!!
local package directory *must* be the path to the cygwin_packages folder that you just extracted
{
"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"
}
Click to expand...
Click to collapse
when it shows all the package names, go to the top and select "all default" until it changes to "all install" (you must click on the arrows)
Click to expand...
Click to collapse
Download the kitchen from above. Then, extract the kitchen's .zip file to a folder under your home account. Rename the dsixda-android-kitchen-*** folder to just "kitchen". In Cygwin, this folder would depend on what was set for your Cygwin install directory, e.g. C:\cygwin\home\John\kitchen
NOTE!! If your user folder contains spaces (e.g. C:\cygwin\home\John Smith\kitchen), then the kitchen will not function properly. Instead, copy it under C:\cygwin\home\kitchen.
Now your ready to run the kitchen type:
those who have their kitchen like this C:\cygwin\home\John\kitchen use these commands given below.
cd kitchen(enter)
./menu(enter)
Click to expand...
Click to collapse
those who have their kitchen like this C:\cygwin\home\kitchen use these commands given below.
cd ../kitchen(enter)
./menu(enter)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
If you did things right you should see this:
congratulations!!
Click to expand...
Click to collapse
Step Two: Setting up a working folder
THERE ARE TOW METHODS FOR THIS.
1. WHEN YOU HAVE BASE ROM AVAILABLE.
2. WHEN YOU DON'T HAVE BASE ROM.
FIRST METHOD -
First our folder structure should look like this:
Code:
cygwin folder/home/your user name/kitchen
Inside the kitchen it should look like this:
Now we need a rom to work on, for GALAXY ACE PLUS[s7500] users i will recommend this rom by blackburner but you can use any rom.
Just Place the original rom zip in the original_update folder inside the kitchen.
run the cygwin.exe again type:
Code:
cd kitchen(enter)
./menu(enter)
now enter option 1, enter again. You should see your rom listed, choose and enter
you will be asked about changing the working folders name, at this point it makes no difference so just continue.
congratulations you have a working folder!!!
SECOND METHOD - this method is by neroyoung
FIRST MAKE A WORKING FOLDER IN CYGWIN FOLDER
IT SHOULD LOOK LIKE THIS
cygwin folder/home/your user name/kitchen/WORKING_(your rom name)
Click to expand...
Click to collapse
NOTE: FOR THIS MEETHOD WE NEED 3 FILES AND FOLDERS TO BE PLACED IN WORKING FOLDER.
1. META-INF FOLDER - GET THIS FROM DOWNLOAD FILES LIST IN FIRST POST
2. SYSTEM FOLDER - TUTORIAL BELOW
3. BOOT.IMG - TUTORIAL BELOW
2. getting system folder
(NOTE - YOU MUST BE ROOTED FOR THIS MEDHOD)
This is universal method and can be done easily using terminal emulator.
For this simply download Terminal Emulator from Android Market.
we need freshly flashed device here. OTHERWISE YOU WILL HAVE LOT OF JUNK FILES.
Open it and type:
su
tar -c system/* >> sdcard/system.tar
Click to expand...
Click to collapse
This will copy all your /system folder to your SDcard with name System.tar
This will take some time to finish so be patient.
After it's done you should have a tar file in your /sdcard named system.tar
You can extract it using Winrar or 7zip software. But yes this will have huge size , as it has other useless folders so you will have to delete them. After extracting this system.tar file you will get following folders (Similar one)
/etc
/fonts
/framework
/lib
/lost-found
/media
/sd
/semc
/usr
/xbin
build.prop
And some other files and folders like ""autorooted,kernel files" etc
Click to expand...
Click to collapse
Now simply delete the folders marked in red color and its done.Don't worry if you don't have folders with red colors above,we don't need them.
And the final files that we will have in our system folders will be
/app
/bin
/etc
/fonts
/framework
/lib
/media
/semc
/usr
/xbin
build.prop
Click to expand...
Click to collapse
If it dont have semc folder no need to worry.
NOTE: YOU CAN ALSO GET THIS SYSTEM FOLDER BY USING ANY ROOT BROWSER. JUST FIND THIS FOLDER AND COPY/EXTRACT TO SDCARD
NOW COPY THIS system FOLDER TO WORKING FOLDER
3. getting boot.img
Here we have 2 options
1. stock boot.img from stock rom - simple kernel which we get in brand new mobile.
2. custom boot.img from custom kernel - kernel which are modified for overclock or other features
1. getting stock boot.img from stock rom.
extract your stock rom with winrar or 7zip. you will see boot.img there. copy it to working folder
2. getting custom boot.img from custom kernel.
download any custom kernel which is only for your device. [galaxy ace plus [s7500] users get from here or here]
extract it with winrar or 7zip and copy boot.img to working folder
NOTE: many of new devices have kernel.bin and other files instead of boot.img so skip this part if your device don't have it...
Click to expand...
Click to collapse
Step Three :change/modify/update rom
YOU CAN MODIFY YOUR ROM IN TWO STEPS:
MODIFY USING ANDROID KITCHEN - for basic modification.
MODIFY MANUALLY. - for advanced modification.
1. MODIFYING USING ANDROID KITCHEN
watch this amazing tutorial by neroyoung on how to editing rom with kitchen
NOTE: DON'T FORGET TO DEODEX YOUR ROM
Click to expand...
Click to collapse
2. MODIFYING MANUALLY.
FOR ALL ANDROID PHONES (ESPECIALLY FOR GINGERBREAD ROMS) USE THIS GUIDE FOR COOL MODS. like center clock,CRT animation, ics and jelly bean style mods etc... ANOTHER GUIDE BY ME
Adding/removing applications
1. Go to the working folder where you extracted your rom, inside you will find:
OR
2. Then go to "system/app" inside this folder you will find all the rom applications(apks) you may also find some in the data folder if your rom has this folder.
3. Copy, replace, and change any app(apk) be carefull if you dont know what the apk is do not delete!!
LIST OF APPS YOU CAN DELETE - HERE OR HERE
If you can not find some apps in this guide then try opening all those app in your phone and see app name and icon or move those apps from system/app to sdcard and see what is not working...
Adding new boot animation
android kitchen doesn't works for this in Samsung phones. So we need a different method.
1) Download and extract the bootanimation and samsungani file from Custom Booting.zip attached in first post.
2) Put them in the /system/bin folder and replace the existing files there
3) Now download any boot animation, and rename the bootanimation to “sanim.zip”.
4) Now, navigate to /system/media and replace the “ODEanim” with “sanim.zip”
You are done with the bootanimation change
customizing the theme
1. replace stock launcher with launchers like nova launcher
2. theming using uot kitchen (fonts, status bar, batery and other icons etc
watch this amazing toutorial by jdlogan151
Click to expand...
Click to collapse
Edit the gps script for your country/location
1. In the workingfolder/system/etc/ you will find a file named gps.conf, you can
edit this file with notepad++ or even word.
2. using the right gps script in this file can speed up gps lock, you can
find some from angeldeath, download extract and replace the gps.conf.
Adding ringtones :
Take your ringtone file...it should be in .ogg format..If not then convert it to .ogg..
Locate to the folder system>media>audio>ringtones>
Copy and paste your .ogg files here in ringtones folder..
You can also change notifications, alarm and UI tones like this..
Changing the Fonts :
Take your desired font.ttf file and rename it as DroidSans.ttf..
Locate to the folder system>fonts>
Now, replace the file DroidSans.ttf with your desired DoridSans.ttf...
To change the lock screen clock font...replace the Clocktopia.ttf with your desired one..(rename first)..
build.prop tweaks!!
check this or this or this post for build.prop
NOTE: EDIT BUILD.PROP WITH NOTEPAD++. SIMPLE NOTEPAD WILL CORRUPT THE FILE.
adding mods and scripts...
download mods and scripts from links below and copy past all files in same folder as your rom... like for init.d scripts add them to system/etc/init.d/here and all permissions in updater script to your updater script...(dont forget to give them credit for it...)
links:-
[TweakZV6] Init.d best tweaks[Flashable] Increase your performance by [email protected]
Collection build.prop; init.d; etc. by optik19918
init.d Tweaks collection by dsexton702
[SCRIPTS][TWEAKS][CWM]SlaidyBoost-V2.3 by slaid480
[CWM][SCRIPTS][TWEAKS] Adrenaline™ Engine by ImbaWind
V6 SuperCharger by zeppelinrox
[SCRIPTS]CronMod-A2SD/D2EXT/INT2EXT by croniccorey
Xloud and Bravia engine by aiman112
AwesomeBEATS™ v.3 by ...Awesome...
(MOD)Beats Audio(2.3+up) by RockoDev
Tuned MegaBassBeat by kurotsugi
Maximum MultiTasking Mods + V6 SuperCharger BY zeppelinrox
[AROMA] Beats Mode - Enhanced Beats sound V7.5 by MemAllocatoR
Interactive Phone Modification [GUIDE]
ICS Style 'Settings.apk' - Make it yourself by balamu96m
StatusBar Tweaks by Master&Slave™
Change lockrings on any rom by daveyannihilation
change ICS lockscreen animation to Honeycomb style by evilisto
S Voice for any devices [ICS] by PlaYOuT
Implement Swipe to Remove Notification by hansip87
Remove SMS log from Call log by wilfredcool007
Activate the rotation of the lockscreen by GalaxyUser
How to use AROMA INSTALLER in any ROM/MOD by pankaj88
All in one tweaks build.prop,init.d,Wifi,Xloud,Bravia,A-Gps,A/V Sync,Modules by XtremePeople
Add 6 lockscreens Mod + Lockscreen Gestures by pratyush.creed
How to add customizable 14 statusbar toggle buttons for samsung ROM by lidroid
Create a custom notification dropdown by jeffsanace
these are few i love, find more yourself...
MORE WILL BE ADDED SOON...
MORE ADVANCE MODIFICATION (not advised for beginners)
editing .apk files
THERE ARE TWO BEST TOOLS FOR EDITING .APK FILES
1. APKTOOLS
This video by neroyoung teaches you how to setup APKTOOL folder as well as teaches you how to edit .apk files.
2. APK Manager
this video by adgoosuc teaches you How to unpack,repack and sign an APK File with APK Manager
Click to expand...
Click to collapse
[*]Editing .JAR Files
In this video by neroyoung you will get information on how to edit .jar files like services.jar using APKTOOL.
Click to expand...
Click to collapse
[*]THEMEING .apk FILE
HERE IS A AWESOME TUTORIAL BY Andrewtst FOR THEMEING ANY .apk FILE.
for porting themes:
1. download and extract theme you want to port.
2. open both apk(base and port) in 7zip/winrar
3. drag and replace png files with same name
this works with only png files not with xml and others
FOR THEMING YOUR ROM YOU CAN EDIT framework-res.apk AND GET MANY COOL THINGS
LIKE you can change smiles, default wallpaper, default lockscreen wallpaper, add 14 toggle mod and many cool things...
for that use Framework Flasher or apktools or any other tool and do changes manually.
CHECK THIS GUIDE BY dully79 TO KNOW WHICH FILES YOU CAN MODIFY AND HOW.
HERE ARE FEW MORE COOL GUIDES -
ICS Style 'Settings.apk' BY balamu96m
Implement Swipe to Remove Notification BY hansip87
add customizable 14 statusbar toggle buttons for samsung ROM BY lidroid
FOR MORE SEARCH MORE...
Click to expand...
Click to collapse
CHANGING HARD KEY FUNCTION (REMAPPING BUTTON)
1. open /system/usr/keylayout/[phone model]-keypad.kl with notepad++
(Some phone may have different names, but it will always end with "keypad.kl)
it will look like this --
Code:
# Copyright (c) 2011, Code Aurora Forum.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# [url]http://www.apache.org/licenses/LICENSE-2.0[/url]
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
key 2 1
key 3 2
key 4 3
key 5 4
key 6 5
key 7 6
key 8 7
key 9 8
key 10 9
key 11 0
key 158 BACK WAKE_DROPPED
key 230 HOME WAKE
key 60 SOFT_RIGHT WAKE
key 62 ENDCALL WAKE_DROPPED
key 229 MENU WAKE_DROPPED
key 59 MENU WAKE_DROPPED
key 139 MENU WAKE_DROPPED
key 228 POUND
key 227 STAR
key 231 CALL WAKE_DROPPED
key 61 CALL WAKE_DROPPED
key 232 DPAD_CENTER WAKE_DROPPED
key 108 DPAD_DOWN WAKE_DROPPED
key 103 DPAD_UP WAKE_DROPPED
key 102 ENDCALL WAKE_DROPPED
key 105 DPAD_LEFT WAKE_DROPPED
key 106 DPAD_RIGHT WAKE_DROPPED
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
key 212 SLASH
key 213 DEL WAKE_DROPPED
key 355 DEL WAKE_DROPPED
key 16 Q
key 17 W
key 18 E
key 19 R
key 20 T
key 21 Y
key 22 U
key 23 I
key 24 O
key 25 P
key 30 A
key 31 S
key 32 D
key 33 F
key 34 G
key 35 H
key 36 J
key 37 K
key 38 L
key 14 DEL
key 44 Z
key 45 X
key 46 C
key 47 V
key 48 B
key 49 N
key 50 M
key 51 COMMA
key 52 PERIOD
key 28 ENTER
key 56 ALT_LEFT
key 42 SHIFT_LEFT
key 215 AT
key 57 SPACE
key 53 SLASH
key 127 SYM
key 100 ALT_RIGHT
key 399 GRAVE
HERE YOU WILL FIND 3 ROWS...
1. As you can see, there are different attributes assigned to each key. like this
Code:
key 102 HOME
key 139 MENU
key 158 BACK
key 115 VOLUME_UP
key 114 VOLUME_DOWN
2. Specific application/action launchers:
Code:
HOME #Launches "Home"
MENU #Launches "Menu"
BACK #Takes you back to the last activity
SEARCH #Launches "Universal Search"
CALL #Launches the "Phone" activity and corresponding .apk or initiates a call
ENDCALL #Ends a call
CAMERA #Launches "Camera" activity and corresponding .apk
FOCUS #Initiates Auto-Focus while using the Camera
VOLUME_UP #Self explanatory
VOLUME_DOWN #Self explanatory
3. And attributes saying if it should wake the phone at button push to complete the action, or if it should just complete the action without waking the screen.
Code:
WAKE #Completes the action without waking the screen
WAKE_DROPPED #Wakes the phone to complete the action
Click to expand...
Click to collapse
2. NOW WE WILL EDIT SECOND AND/OR THIRD ROW
Erase the center row value for any key to completely disable it. To reassign the key, replace the center row value with another one from the same row. Change the right row value to either "WAKE" or blank to enable the wake function. Do not modify the left row.
NOTE: don't edit left row i.e. first row which contains specific key identity number.
FOR EXAMPLE I DO THESE CHANGES
DEFAULT VALUES ---
Code:
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
CHANGED VALUES ---
Code:
key 115 CAMERA WAKE
key 114 FOCUS WAKE
NOW VOLUME UP KEY WILL WORK AS CAMERA KEY AND VOLUME DOWN KEY WILL WORK AS FOCUS KEY....
NOTE: all words should be in BOLD letters i.e. capital letters...
Click to expand...
Click to collapse
MORE COMING SOON
FOR ADVANCE ROM DEVELOPMENT GUIDES (like porting rom) SEE THIS COLLECTION BY F3niX
Step Four: repackage the rom
AFTER YOU HAVE DONE ALL CHANGE/MODIFICATION YOU WANTED OPEN CYGWIN AGAIN AND TYPE
cd kitchen(enter)
./menu(enter)
Click to expand...
Click to collapse
now convert update script to updater script(in option 23)
now lets edit updater script(optional)
Thanks to user langthang for a great updater-script guide.
Download it HERE
Click to expand...
Click to collapse
the updater-script basically tells CWM what steps to take during the installation(flashing rom).
If you don't have any experience please don't edit anything other than what is in this simple tutorial.
TO EDIT UPDATER SCRIPT -
1.Go to META-INF/com/google/android
2.Open the updater-scrip file with Notepad++
3.Any text that would appear during the CWM install should be in this format :
Code:
ui_print("Put your text in HERE");
Add your text start at top and save,
then replace with new updater-scrip
IF YOU GET ANY ERROR YOU CAN COMPARE YOUR UPDATER SCRIPT WITH MINE (attached in 1st post)
NOTE: DO NOT COPY WHOLE UPDATER SCRIPT JUST EDIT PART WHERE YOU GET ANY ERROR...
most common errors will be in mount, remount part in starting and end and boot.img installing part... so replace only those lines....
AND AT LAST
[*]Now that you have made some changes it's time to pack the rom and test!!
Run the cygwin and type
cd kitchen(enter)
./menu(enter)
Click to expand...
Click to collapse
enter option 99 - "biuld rom from working folder"
Choose your build option and few more enters
I recommend that you go with all default options until you get more experience with the kitchen.
When rom is packed and signed it will ask to change rom zip name (type name of your rom)
When its all done you will find a folder inside "cygwin/home/yousername/kitchen" called output_zip
Inside the folder is your new rom ready to be flashed and tested!!!
IF YOU WANT THAN YOU CAN MAKE CWM FLASH ABLE ZIP'S MANUALLY USE THIS TOOL BY I.AM.H3RO
congratulations you have build your own rom
TROUBLESHOOTING (by hell_lock)
If you are facing java related problem with cygwin than refer to this post. and Google search
If you get problems in installing a rom then compare your updater-script in META-INF folder with one attached in first post.
If you have a rom without kernel then remove these lines:
Code:
assert(package_extract_file("boot.img", "/tmp/boot.img"),
write_raw_image("/tmp/boot.img", "/dev/block/mmcblk0p8"),
delete("/tmp/boot.img"));
NOTE: mmcblk0p8 can be different with different devices... this works fine with galaxy ace plus...
If there is a package error then extract the files of the rom and repack them using any compression software.
If rom installed correctly but stuck onto logo screen?? Then remove try removing kernel and flashing rom again.
If rom installed correctly but got onto bootloop then there could be many possibilities which could lead to this. If you want accurate cause of it then do a logcat.
If there are some apk's which are not working then check if you correctly modded them.
For status errors like status error 0, status error 6, status error 7 see this guide by Tha TechnoCrat and for rest go here and type your error.
NOTE: Most of the problems occur because of updater-script problems so before trying any of the troubleshooting try the first tip.
IF YOU HAVE ANY QUESTIONS OR PROBLEMS FEEL FREE TO POST HERE OR PERSONAL MESSAGE ME.
omg all my thanks goes for you today
●๋•ηι¢є ιηƒσ●๋•
how about using dsixda, toolchain etc in linux? would u please add some tutor for that...even i guess it has the same way... i mean in ubuntu what version of dsixda that work well and what lib is needed for that? cos i have made my own kernel on my last device galaxr fit(gt-s5670) that use armv6 procie..maybe it need diferent type n bersion of tools?
thanks in advance
Sent from my GT-S7500 using xda app-developers app
Sorry i dont use lunix so i know nothing about it..... there are more threads related to this... they can help you....
Sent from my GT-S7500 using xda premium
Can i use this for micromax funbook tablet?
Yes it will work on any device... good luck
Sent from my GT-S7500 using xda premium
Had a quick read through, seems fairly easy to get started, so thanks for that!
What I want to achieve is to be able to take an existing ROM, and customise it for my organisation. I want to be able to remove the initial set up that you get when you flash a new ROM, e.g. name, Google account etc. Do you know how I would achieve this, or the files I would need to edit?
I also want to remove some APKs and preload some APKs, I think I know how to do this its just a case of replacing them in the system folder?
Also I want to preload some Wifi settings on so set it to know our SSID and PSK, is this something which is possible?
Thanks for your help!
fro5tie said:
Had a quick read through, seems fairly easy to get started, so thanks for that!
What I want to achieve is to be able to take an existing ROM, and customise it for my organisation. I want to be able to remove the initial set up that you get when you flash a new ROM, e.g. name, Google account etc. Do you know how I would achieve this, or the files I would need to edit?
I also want to remove some APKs and preload some APKs, I think I know how to do this its just a case of replacing them in the system folder?
Also I want to preload some Wifi settings on so set it to know our SSID and PSK, is this something which is possible?
Thanks for your help!
Click to expand...
Click to collapse
1st for rom you will use as base, get permission of its developers before doing it...
2nd the setup wizard you are talking about(i guess where we have to touch android) is by app in system/app named SetupWizard.apk but i think you should not delete it. it also controls few other things.
3rd replace/delete app you know about...(system/app)
4th i don't know much about preloaded settings... all i know is you will need to edit smali files of apk....
Hi
I've been playing around with this, I've extracted the ROM to a working folder and made a few changes, e.g adding and removing APKs. Then I've repackaged the ROM, but when I copy the .zip onto my SD card and try flashing it, I get an error:
Install /sdcard
Finding update package
Opening update package
Verifying Update package
E:signature verification failed
Installation aborted
I can't install CWM on this device so its just using the Android System Recovery 3e
Is there something else I have to do to get it flashable?
hiii
okay.. so first get cwm recovery as you say you dont have cwm... then while making a zip with android kitchen make sure when it ziplangs all apks then it signs your rom zip... make sure you press enter or press y and then enter...
while flashing rom with cwm you get this error again then in 'ïnstall zip from sdcard' select 'toggle signature verification' then try again if still no luck rply back....
and it seams like you used this guide and you found it helpful i guess and you dint even pressed a thanks button... i don't know why you guys enjoy all stuff and don't even press thanks button.. i am not asking you for money... it wont cost you anything...
fro5tie said:
Hi
I've been playing around with this, I've extracted the ROM to a working folder and made a few changes, e.g adding and removing APKs. Then I've repackaged the ROM, but when I copy the .zip onto my SD card and try flashing it, I get an error:
Install /sdcard
Finding update package
Opening update package
Verifying Update package
E:signature verification failed
Installation aborted
I can't install CWM on this device so its just using the Android System Recovery 3e
Is there something else I have to do to get it flashable?
Click to expand...
Click to collapse
Hi
Thanks for this, I've got it sorted now.
I can't install CWM as its not compatible with my device, but it was just that the zip needed signing for my device. I found info on another forum to sign it properly, and its flashing fine now.
Thanks for your help.
fro5tie said:
Hi
Thanks for this, I've got it sorted now.
I can't install CWM as its not compatible with my device, but it was just that the zip needed signing for my device. I found info on another forum to sign it properly, and its flashing fine now.
Thanks for your help.
Click to expand...
Click to collapse
Wich device you have?
use this to make your own cwm recovery.... http://builder.clockworkmod.com/
fro5tie said:
Hi
Thanks for this, I've got it sorted now.
I can't install CWM as its not compatible with my device, but it was just that the zip needed signing for my device. I found info on another forum to sign it properly, and its flashing fine now.
Thanks for your help.
Click to expand...
Click to collapse
androsamace said:
Wich device you have?
Click to expand...
Click to collapse
Its an Ainol Novo 7 Elf 2 (chinese tablet)
lokeshsaini94 said:
use this to make your own cwm recovery.... http://builder.clockworkmod.com/
Click to expand...
Click to collapse
I'll take a look.
HTC One X
- no ROM support, but de-odexing only! (Here is the guide to de-odex)
So i wanted to start building a ROM the easy way, guess I have to find the manual method..
i dont know what are you talking about... here is link for htc one x roms
http://onexroot.com/category/one-x-roms/
xSilv85 said:
HTC One X
- no ROM support, but de-odexing only! (Here is the guide to de-odex)
So i wanted to start building a ROM the easy way, guess I have to find the manual method..
Click to expand...
Click to collapse
Oh i mean the kitchen.. not suited for htc one x is stated in the op.
Sent from my HTC One X using Tapatalk 2

[Q] Help identifying Tablet

Could someone help me identify my new tablet, so that I can flash the correct CM ROM. It's branded as a Tursion.
Model number: F721
Android version: 4.0.4
Baseband version: 1.4rc3
Kernel version: 3.0.8 [email protected] #2
Build number: 20120821-F721
Any help is appreciated.
Thanks in adavance.
Didn't find out if it has a ROM or not but did find:
Diag/Setup Menu - recovery mode?
Up+Power+home on touchscreen (four little boxes)
1- Autotest
2- Tools Menu (see below)
3- Vibration
4- Screen Color Adjust
5- Camera
6-7- missing
8- Keyboard
9- Speaker
10- Audio and Router/ing (?)
11-12- missing
13- Battery
14- Touch Screen
15-16- missing
17- Gravity Sensor
18- missing
19- T-Card (? older name for microSD)
20- WIFI
21- EFUSE
The 2- Tools Menu leads to:
(read left to right, top to bottom. No numbers)
1- Clear Test Results
2- IMEI
3- Coupling Test
4- Clear Data (did a factory reset, lost apps)
5- Off
It appears to have root already. I installed superuser and sshdroid and am able to ssh [email protected] to it.
I was able to remove the unwanted apps (so my daughter could use it) from /system/app.
Unfortunately the /oem directory w/ facebook and youtube (just what I want my daughter surfing) is not removeable. It appears to be mounted in the /init program (binary file) since grep'ing that file returns the line /oem. I tried adding a line to /init.rc to "umount /oem" but that didnt work. Any ideas?
(before anyone screams...she's young, when she gets older she'll get more access)
Thank you so much I needed to factory reset a tablet with this chinnese service menu and thanks to your information I was able to do it may the force be with you
bsaunder2002 said:
Didn't find out if it has a ROM or not but did find:
Diag/Setup Menu - recovery mode?
Up+Power+home on touchscreen (four little boxes)
1- Autotest
2- Tools Menu (see below)
3- Vibration
4- Screen Color Adjust
5- Camera
6-7- missing
8- Keyboard
9- Speaker
10- Audio and Router/ing (?)
11-12- missing
13- Battery
14- Touch Screen
15-16- missing
17- Gravity Sensor
18- missing
19- T-Card (? older name for microSD)
20- WIFI
21- EFUSE
The 2- Tools Menu leads to:
(read left to right, top to bottom. No numbers)
1- Clear Test Results
2- IMEI
3- Coupling Test
4- Clear Data (did a factory reset, lost apps)
5- Off
It appears to have root already. I installed superuser and sshdroid and am able to ssh [email protected] to it.
I was able to remove the unwanted apps (so my daughter could use it) from /system/app.
Unfortunately the /oem directory w/ facebook and youtube (just what I want my daughter surfing) is not removeable. It appears to be mounted in the /init program (binary file) since grep'ing that file returns the line /oem. I tried adding a line to /init.rc to "umount /oem" but that didnt work. Any ideas?
(before anyone screams...she's young, when she gets older she'll get more access)
Click to expand...
Click to collapse

The GooApple V5+ - Information thread

GooApple V5+ : iPhone 4/4S Replica
Everything you need to know about it !
{
"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"
}
____________________
UPDATE : ADDED CMWR 6.0.2.7
____________________
Review Videos
GooApple V5+ Review by AndroidSale
Official GooApple V5+ review
http://v.youku.com/v_show/id_XNDc1MzAwMTIw.html
____________________
Specifications
System
Model: GooApple V5+
Processor: MTK MT6575, 1Ghz - ARMv7
Operating System: Android 2.3.6
Kernel: Linux v2.6.357 ([email protected]) (gcc version 4.4.3 (GCC) )
Ports: 3.5mm Earphone Jack and mini USB
Launcher: iLauncher modified
Partition: MTD
Display
Resolution: 960x640 pixels
Density: 1920x1280
DPI: 320.0
Screen size: 3.5"
Color support: 16 million colors
Functions: Touchscreen, Multi-Touch, Retina
Camera
Front Camera: 1.3 MP
Back Camera: 8 MP
Functions: Flashlight, Zoom, Auto Focus, Scene mode, ISO adjustment, Time Face Detection
Connectivity
Carrier: Unlocked
Network band: GSM 2G: 850/900/1800/1900 MHz and WCDMA 3G: 2100MHz
Data: GPRS, EDGE, HSPA
Message: SMS, MMS, Email
Bluetooth: Bluetooth 2.0
WLan: Wi-Fi IEEE 802.11 b/g/a
USB: USB 2.0
GPS: GPS, built-in GPS chipset (EPO and AGPS)
SIM: Micro SIM card (Single)
Phone Book: More than 10000 contacts
Browser: HTML, Safari
Battery
Type: Built-in Li-on battery ; 1050mAh
Standby Time: 120-150 hours
Talking Time: 3-4 hours
Memory
Built-in Memory : 512 MB
External Memory : 8GB/16GB/32GB (optional : SDcard)
RAM: 512 MB
Phone Model
Replica: 1x1 iPhone 4/4S replica
Dimensions: 115h - 58.6w - 9.3d (mm)
Weight: 135g
Other Features
Button: Mute Button just like iPhone
Video Player: AVI, MP4, 3GP, MOV, MKV, FLV
Audio Player: MP3, FLAC, APE, OGG, AMR, AAC, WAV, AWB
Images: JPG, PNG, BMP, GIF
E-book Format: TXT, CHM, DOC, HTML
Ring Tones: Original iPhone 4 ringtones
Play Store: Google Play Store
Radio: FM Radio
Sensors: Gravity Sensor, Proximity Sensor, Lichtsensor, Accelerator Sensor
Recovery: Stock recovery is E3
Languages
English, French, German, Spanish, Portuguese, Russian, Arabic, Indonesian, Italian, Malaysian, Turkish, Vietnamese, Thai, Chinese
Accesories
1x GooApple V5+ Phone
1x Travel Charger
1x USB Data Cable (I suggest buying a new one)
1x Headphone (if plugged in, both the phone & headphone give sound)
1x Screen Protector (optional)
1x iPhone Skin Case (optional)
- ALL ORIGINAL IPHONE 4/4S CASES, RECHARGERS, HOLDERS, ... ARE COMPATIBLE
____________________
How to Root
This was a hard & long trial to get this phone rooted. Though, it's a very simple way found by me and yuweng, thanks bro!
Based on yuweng's tutorial : MT6577 CWMR Root Updated V2[/b]
Download these and follow the tutorial:
ADB.zip - http://www.mediafire.com/?11cbu388oqu8amw
All the Drivers I could find - http://www.mediafire.com/?wfr5fgkxkdau6w4
CWMR Recovery's.zip - http://www.mediafire.com/?2r30o428558h22q
MTK Rom Studio 1.1.77.146.zip - http://www.mediafire.com/?h22puc8kac6axv7
SP Flash Tool v2.1134.00.zip - http://www.mediafire.com/?ob5caeigzc1ga10
SP Flash Tool v3.1224.0.sn85.zip - http://www.mediafire.com/?5u29nf4fp4omw9n
Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip - http://www.mediafire.com/?fee3e7cta5mg3fp
- Setting up the folders and phone (to make it easy)
1. Create a folder in C:\ called "GooApple"
2. Extract all the ZIP files EXCEPT "Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip" to "C:\GooApple\" so you have 6 folders in GooApple.
3. And copy "Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip" to "C:\GooApple\"
4. I prefer doing a factory reset before doing this.
* Factory reset can be found at Settings > General > Privacy > Factory data reset > Reset phone
5.Now enable Unknown sources, USB debugging and Stay Awake.
* Unknown sources can be found at Settings > Store.
* USB debugging and Stay Awake can be found at Settings > Store > Development.
6. Make sure all drivers are installed properly. Some might install when connecting the USB.
7. Turn off your phone and unplug your USB cable from the phone (Let the USB be in your computer/laptop)
- Backup your own recovery (not required but suggested)
8. Open "Flash_tool.exe" from version "3.1224.0.sn85".
9. Click on File > Open Scatter-loading file, then browse to "C:\GooApple\MTK Rom Studio 1.1.77.146" and open "MT6573_Android_scatter.txt".
10. Click on the Read back tab (top). (If there is anything in the list, please Remove it.)
11. Click on Add and double click on the ROM_1.
12. Now type recovery.img at Filename, then browse to "C:\GooApple\MTK Rom Studio 1.1.77.146\SPFT_UPLOAD" and click Save.
13. In the popup, select
* Type: Hex
* Read Method: Read Page Only
* Start Adress: 0x980000
* Length: 0x00500000
And click Ok
This info can be found when loading the Firmware.info in MTK Rom Studio
14. Click on Read back. Now hold the "Volume -" button and insert the USB in your phone. It should say OK at the end.
Now you have a backup of your original recovery.img in case you want to restore it.
- Installing CWM Recovery (REQUIRED FOR ROOTING!!)
14. Go to the CWMR Recovery's folder, then choose if you want the Standard CWM or the Touchscreen CWM and copy the recovery.img included to "C:\GooApple\MTK Rom Studio 1.1.77.146"
* Standard CWM is controlled by Volume up and down. Touchscreen CWM is controlled by both.
15. Open "Flash_tool.exe" from version "2.1134.00".
16. Click on Scatter-loading and browse to "MT6573_Android_scatter.txt" in MTK Rom Studio and open it. (Click OK on the popup)
17. Now make sure everything is unchecked EXCEPT "RECOVERY". (Don't forget that your phone should be turned off and unplugged.)
18. Now click on download and insert your USB cable. It should say OK at the end.
Now you have CWM Recovery installed.
- Rooting the phone
19. Start your phone and connect to USB Storage Mode.
20. Copy "Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip" to the ROOT of your SDcard. And turn off USB Storage (but keep your USB in)
21. Now boot your phone into recovery mode. There are 2 methods, I prefer method #2 as it's more safe and works most often. (Someone's phone kept vibrating while doing method #1)
* Method #1:
- Shut off your phone (wait untill it vibrates to make sure it's completely off).
- Hold the "Volume +" button and the "Power" button.
- You now are in recovery or your phone keeps vibrating.
* Method #2:
- With your phone on, start "cmd.exe" as administrator on your PC.
- Type "cd C:\GooApple\ADB" (without the "") and press enter.
- Type "adb reboot recovery" (without the "") and press enter again.
- Your phone shall reboot in recovery.
22. In recovery, select "install zip from sdcard", then "choose zip from sdcard" and select "Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip". Select "Yes - Install ..."
* Recovery Controls (Standard CWM)
Volume + = UP
Volume - = DOWN
Power = Select
Home = Go to +++++Go Back+++++
23. Once completed, select Go Back, and select wipe data/factory reset.
24. Now select "reboot system now".
And here we go... Your GooApple V5+ is Rooted !
Thanks again yuweng for the support !
____________________
How to Increase Internal Memory - INT2EXT method (ROOT required)
"INT2EXT on MT6575 / 77 for the extreme gamers !" for GooApple V5+ thanks to yuweng !
- NOTE: THE PHONE TENDS TO BE SLOWER AS IT HAS TO LOAD FROM THE SDCARD
Based on yuweng's tutorial : http://www.mediafire.com/view/?7zjz4onhos826bk
Download and/or install and extract these:
MiniTool Partition Wizard (Home edition) - http://www.partitionwizard.com/download.html
INT2EXT-mtd.7z (Includes install-recovery.sh) - http://www.mediafire.com/?16psto1xqw4b0s0
Notepad++ (To edit install-recovery.sh) - http://notepad-plus-plus.org/download/v6.2.3.html
ES File Explorer File Manager - https://play.google.com/store/apps/...sMSwxLDEsImNvbS5lc3Ryb25ncy5hbmRyb2lkLnBvcCJd
BACKUP YOUR GOOAPPLE V5+ WITH CWMR
1. First I installed and opened MiniTool Partition Wizard and mounten my SD card (32gb & Class10) with going in USB Storage Mode.
2. In MiniTool Partition Wizard, I selected my drive and resized it from 29gb to 26gb (FAT32).
3. Then I selected the remaining 2.5-3gb and created a new partition : Primary , Ext4 , 4kb. Don't forget to click Apply at the top left.
4. Then I extracted INT2EXT-mtd.7z and installed Notepad++.
5. With Notepad++ , I opened install-recovery.sh and changed unbind to bind in lines 61, 66, 71 and 98. Then saved it.
6. Now I copied the EDITED install-recovery.sh to the root of my /sdcard/ (Location when you open your phone).
7. Having ES File Explorer File Manager (EFEFM) installed, give it Root acces via the Settings at the bottom (check everything at root settings).
8. Next, select install-recovery.sh in EFEFM and copy it to /system/etc/ and give it full read/write/execute acces.
9. After this is done reboot your phone. For me, after the first boot it just shutted off. So then I had to power it on again and I had 2.6gb internal memory.
Hooooorah ! :good:
Thanks again yuweng for the files, info, tutorials and time !
Proof
____________________
Change BOOT logo to iPhone's Apple
So this will change the boot logo of your GooApple from an Android logo to Apple logo.
The things you need:
The boot images - http://www.mediafire.com/?363hvgcmw46wl6w
ES File Explorer File Manager or Root Explorer
1. Extract the iphoneboot.zip to your /sdcard/ so you have /sdcard/system/logo/...
2. Open the file manager, browse to /sdcard/ and copy the system folder.
3. Next go to the root of your phone and change the permissions to R/W.
4. Now paste the system folder here so it overwrites the system logo files.
5. Reboot your phone and voila, now you have the iphone boot !
____________________
Tips&Info
- Make 3 backups of your phone through CWM Recovery because some might get corrupt.
- Use Titanium Backup Pro or a similar tool to remove unused/chinese system apps.
- The MTK6575 can be compared to the PowerVR processor. So the PowerVR games work on the GooApple V5+.
____________________
Custom Recovery *.img
CWM Recovery v6.0.2.7 - Standard Version (MTD partition)
CWM Recovery v6.0.2.7 - Touchscreen Version (MTD partition)
TWRP Recovery - Touchscreen (MTD partition) : Make sure when doing a backup you choose "External".
____________________
Change BUILD.PROP for more compatibility of Apps&Games
Your phone is being recognized as a Android Alps phone which a lot of apps don't even recognize.
So the best thing you can do is change your "build.prop" a little to increase the compatibility.
For example, yesterday I bought N.O.V.A. 2 which says it's not compatible (but it is).
1. Open Root Explorer or something similar.
2. Go into /system/ folder. Make sure the folder is R/W.
3. Press and hold on build.prop then select "Open in Text Editor".
4. Next, change the following.
- ro.product.model=GT-I9000
- ro.product.brand=samsung
- ro.product.name=GT-I9000
- ro.product.device=GT-I9000
- ro.product.board=GT-I9000
- ro.product.manufacturer=samsung
5. Then go back and it will ask you to save it. Save it.
6. Now reboot your phone and try again with more compatibility !
____________________
Useful Downloads
Android
- ES File Explorer File Manager - Tool to browse your folders and copy/paste/delete - Free
- Older MobileUncle Tools - This version is better for changing the recovery via a tool. (name: m44tools.apk, it also includes the 2 recovery's for this phone) - Free
- MobileUncle Tools - Special tool for MTK Android Devices - Free
- MobileUncle Flashlight - App to switch on/off the flashlight - Free
- Pimp My Rom - Awesome tool which has settings to increase for example your phone's internet speed !
- Explorer (or Root Explorer) - Tool to browse your folders and copy/paste/delete - Free or $
- Titanium Backup (or Pro) - Tool to backup/uninstall apps (also for system apps) - Free or $
Computer
- Xmedia Recode - Tool to convert videos to compatible videos for GooApple V5+ (Use iPhone 4 preset)
CLICK TO BROWSE OFFICIAL ROMS
This is the original ROM that comes with the phone : https://dl.dropbox.com/u/76038325/Gooapple_V5_Plus_ROM_A116A_V1.0_P2MB3_20121110.rar
To check which ROM version you need, dial *#2170#*.
The number didn't work for me but they said it works at the official GooApple site. I used A116_4S to update my phone.
IF YOU FOUND SOMETHING OR JUST WANT TO ASK SOMETHING PLEASE FEEL FREE TO POST BELOW
I really want to thank the following people:
yuweng - Always helping me out with troubles.
bigrammy - Giving me the tip to use an older version for doing a Download in SPFT.
The phone can be bought at Android-Sale.com​
What I wish to do with this phone and might need help for:
ROM (standard and v5+4s_a116_ios_root_12.11.16_Launcher)
- Get GPS to work on my phone. (Still don't know if it's just me or the phone.)
- Change the USB Storage Mode image to something like the iPhone by editing Framework-res.apk.
- Increase Internal memory by taking System's memory.
ROM (v5+4s_a116_ios_root_12.11.16_Launcher only)
- Remove all the chinese icons in "Google Pinyin IME" keyboard and add AZERTY for Belgium and France.
GooApple V5+ Manual
Thanks to "Q" for looking up this valuable information !
How to take a screenshot:
Tap both the "Home"-button and "Power"-button simultaneous. If you have sounds activated, you'll hear a shutter sound.
How to force restart:
Deep at the bottom of the 3.5 headphone jack there is a restart-button. Use a small tool like a bent paperclip or toothpick to reach it.
You can use this restart-button if your phone freezes and can not be restarted using the normal power-button.
THIS IS A LIFESAVER !
Recovery-menu explained:
The Recovery-menu is a boot-menu that can be used to backup, restore, clean cache or change ROMs in your GooApple phone.
This menu can be either in English or Chinese and may vary slightly depending on what type of Recovery came pre-installed on your phone.
You can install a different Recovery-menu on your phone like CMWR / TWPR
To access the Recovery-menu:
- Turn off your phone.
- Press and hold the PLUS-button and POWER-button on your phone until you arrive at the recovery menu.
NOTE: Depending on ROM and Recovery-version, you may actually need to press MINUS-button and POWER-button to access the Recovery-menu
Factory-test-menu:
This can be used to test the hardware functionality of your phone.
To access the Factory-test-menu:
-Turn off your phone.
-Press and hold the PLUS-button and POWER-button on your phone then lose it and hold it again after the vibration.
NOTE: It doesn't always work so you really need the perfect timing.
Navigating the user-interface:
This menu you can close running apps on the background so pretty usefull sometimes.
- Double-tap the "Home"-button shows running/standby apps and possibility to close apps by long-pressing icons in deployed menu.
- Double-tap the "Home"-button at the unlock-screen will show you the music player and a button to quickly acces the camera.
- Hold the "Home"-button to acces Wallpaper and Settings faster.
- Pressing the "+"-button when using the camera will take a picture.
NOTE: Double tapping must have some kind of pace in pressing these 2. If you do it too fast, ut doesn't work.. but too slow, it doesnt work either, so it has to be right.
- "Long-pressing" an icon in the menu makes the icons jiggly so you can change the position of your icons by dragging them to a desired position or on another icon to create a folder.
- "Long-pressing" the MINUS-button can bring up a menu in some applications. - UNCONFIRMED
Trouble hanging up a phone-call?
- Holding the phone vertically during a call turns off the screen (if the light-sensor has been covered).
- Holding the phone horizontally for a few seconds, will turn the screen on again and display the "End call"-button.
NOTE: Make sure you never double-tap the "Home"-button during a call. It will minimize the calling session so you will still be calling in the background. So make sure you always press the "End call"-button.
Change user interface language
If you cleared user data when installing a new ROM, the phone is likely to boot up in Chinese. Follow these steps to change it back to English:
- Press the Settings-button (you can probably identify this by its icon).
- Select the 9th option (General)
- Select the 8th option (International)
- Select the 1st option (Select language)
- Select your language.
NOTE: If you want some influence of your native language, you can install MoreLocale2 from GooglePlayStore. Some apps will be in your native language.
How to change the IMEI-number:
To change the IMEI number, you most likely will have to use MTKdroidTools from MediaFire.com.
It has an option to change the IMEI number but for this, you will need:
- the ADB drivers to be installed.
- A new IMEI number with what you want to change the original one.
- Phone connected to your computer.
How to add more Ring, SMS, Notification - sounds on your GooApple:
- Connect the phone to a computer in USB Storage Mode.
- Create the following folders on your SD-card:
- Ringtones
- Alarms
- Notifications
- Move your own sounds into the appropriate folder.
- Adjust the sounds-settings on your phone here:
- Ring-tone: Settings>Audo profiles>General>Voice call ringtone
- SMS-tone: Settings>Auido profiles>General>Notification ringtone
- Alarm-tone: Enter your Clock-app and add a new alarm and you should be presented with ringtone-options.
How to remove the backcover and change the MicroSD:
You might want to remove the backcover to change the MicroSD card or maybe even to change the cover.
To remove the cover:
- Unscrew the 2 screws at the bottom of your phone. You need a special screwdriver for this.
- Slide the back cover up once the screws are removed.
To change the MicroSD:
- Having the cover removed, you will see the SD card to the left of the battery trapped in some aluminium cover.
- Slide the aluminium cover to the left and now you can remove the SD card.
To put the cover back on:
- Put the cover back in its place, then drag it down (instead of up to remove it).
- Put the 2 screws back
Thanks mate! Very helpfull
AShacks said:
Thanks mate! Very helpfull
Click to expand...
Click to collapse
No problem !
And can anyone with a GooApple V5+ please try this to fix the GPS signal?
1. Charge your phone completely (100%)
2. Download and install Mobileuncle MTK Tools from Google Play.
3. Go to Settings > Location Services and turn off everything here. Also turn off WiFi.
4. Now turn off your phone. Then turn it back on and enable WiFi.
5. At Settings > Location Services
- Enable : Use wireless networks.
- Enable : Use GPS satellites
- Enable : GPS EPO assistance -> Go into EPO Settings and check the EPO file info if it's downloaded, if not, make sure you're connected to the internet and uncheck/recheck Auto Download.
- Enable : A-GPS
6. Open Start Mobileuncle MTK Tools and go to Information and click on Full , then Cold and go back to Satellites.
7. Go outside/window/balcony and after a while, the red dots should become green.
Source: peterssson
They say it works for MTK 657x models but it doesn't work for me. I keep getting red dots instead of green.
Drivers
Hi,
My Gooapple V5+ arrived.
I'm quite lost since no manual inside and this is my first android.
Regarding the rooting issue, I first decided install drivers. As I read, the process is connecting USB to PC and wait for Windows to ask something and then navigate to MT6575 USB VCOM drivers forder.
However, Win7 recognized V5+ as an Android device and installed some drivers, including "My HTC" (?)(!)
Now I can access SD card and maybe something else (I have no idea what) but I can't connect to internet through USB
The big quiestion now for me, in order to root the phone, is how to install drivers properly, bcos we have:
drivers preloader MT65xx
Android ADB Interface
MT6575 USB VCOM drivers
usb_driver
usb_driver_MT65xx_Android_ZTE_v821
I have a Win7 x64 laptop
About the GPS, I have just attempt fix my possition with "MAPS", but despite I downloaded some file, I can't fix possition bcos I'm indoors now.
Thanks for any comments
I'm not sure how the USB thetering works but I'll look into it.
About the drivers. I do it like this: plug it in, then choose the DRIVERS folder and let it choose automaticly.
Android device is correct, but I haven't seen the HTC one though, I'd recommend uninstalling that one.
But really , it can do a lot if you just plug it in, let it search the driver automaticly (don't select any specific folder, just DRIVERS if you really need to).
Also the VCOM driver is more for when you're about to flash your recovery through SPFT which it will install automaticly.
If you need any "personal" help on rooting it, feel free to ask, I'll support you via skype/facebook/teamviewer.
And I too am using Win7 64bit
It seems that Win7 installs a Google pack of USB drivers when detects Android devices.
Maybe this one I found:
softpedia.com/get/MOBILES/Google/Google-USB-Driver-Revision4.
And bcos GooApple is not in the list, Win7 chooses HTC that has 6575 chip aswell.
I will try to uninstall "My HTC" but Windows prefer this to any in the DRIVERS folder, perhaps is more up-to-date.
Any way, automatic driver download/installing maybe problematic with this phone.
Thanks a lot for support. I will need some days to become familiar with the phone before the next level
Thank you, is a very useful guide ! :good:
"Q" said:
It seems that Win7 installs a Google pack of USB drivers when detects Android devices.
Maybe this one I found:
softpedia.com/get/MOBILES/Google/Google-USB-Driver-Revision4.
And bcos GooApple is not in the list, Win7 chooses HTC that has 6575 chip aswell.
I will try to uninstall "My HTC" but Windows prefer this to any in the DRIVERS folder, perhaps is more up-to-date.
Any way, automatic driver download/installing maybe problematic with this phone.
Thanks a lot for support. I will need some days to become familiar with the phone before the next level
Click to expand...
Click to collapse
Ehm it shouldn't say GooApple V5+ in device manager.
For me it says Android Phone > Android ADB Interface and when I turn on USB storage, I just get Portable Devices: G:\.
So yeah, strange it uses HTC. And sorry that I cannot explain properly how to install the drivers because I just installed a few drivers , uninstalled some and installed some other and it worked.
But the most important thing is that the VCOM driver is installed. Which will automaticly install once you try the *Read Back* method. OR this might work too:
Turn off your phone. Plugin the USB cable in your computer but not in the phone (yet).
Now hold the Volume + button and then insert the USB cable into your phone. I think now, it should install the VCOM drivers automaticly.
And no problem Anhuc ! I haven't had time to test some things as I'm in a period of getting a job for the rest of my life
Drivers Problem Fixed!!
Well, for some reason my V5+ only accept VCOM driver if press "+" when plug-in USB in phone OFF, as you suggested.
If connect USB to PC with phone "ON" it ONLY accepts Android ADB Composite Interface, as you said.
So thanks everybody for suggestions and comments. I thing the first challenge overcome :good:
PS:
About the HTC driver I had first, maybe it was bcos I had MOBILE-EDIT software, wich installs many drivers, so I had to remove it from ControlPanel/Pograms/Unistall
But after it, connected phone to PC and it installed automatically "My HTC" driver again
So removed driver from DeviceManager and also removed Google Android USB Package from PC execiting "pnputil.exe -e" in command prompt, to see the OEM# of package, then removed with "pnputil.exe -d Oem#.inf"
Seems extrange but works great. (see details here: technet.microsoft.com/en-us/library/cc730875.aspx)
I have taken some screen shots of this in case someone need.
Hope may help people with persistent drivers....
"Q" said:
Drivers Problem Fixed!!
Click to expand...
Click to collapse
Good to hear that Q and thanks for sharing the information on what was causing it !
It can always help someone else out who has the same issue.
Anyways, I guess you can get to the part of flashing the phone with CMWR right?
I suggest jus reading the first part of the Rooting untill installing CMW and start there as thats the basic thing you need to do as the files I uploaded already include the patched recovery.img.
To see some pictures, check this out : http://www.mediafire.com/view/?8mxvy0ey5yfdu59 page 16 thats basicly how to Download recovery.img to your phone. But always follow my tutorial or ask me to do it for you
GPS without signal
Yes, I downloaded averything from v5+ tutorial and carefully read and understood this excellent work.
However, manage GPS to work is my priority now.
Is there any light in the dark?
I tried and tried, downloaded EPO files, used MTK Tools and even installed an iGo My Way version compatible with Retina screen.
One hour in the field and only saw a little signal bar of one satellite (if it was a satellite) but no points (red or green) at all in MTK Tools.
Have someone seen at least a single pretty point in the grid?
Thanks for any help.
"Q" said:
Yes, I downloaded averything from v5+ tutorial and carefully read and understood this excellent work.
However, manage GPS to work is my priority now.
Is there any light in the dark?
I tried and tried, downloaded EPO files, used MTK Tools and even installed an iGo My Way version compatible with Retina screen.
One hour in the field and only saw a little signal bar of one satellite (if it was a satellite) but no points (red or green) at all in MTK Tools.
Have someone seen at least a single pretty point in the grid?
Thanks for any help.
Click to expand...
Click to collapse
Ooh thanks for helping out.
I do get red dots yeah but they don't turn green :/
Things you could try is
Download GPS Status & Toolbox : Launch GPS Status & Toolbox. You'll see a compass and some other stats. Hit the menu button for more options.
Make sure you have an active data connection and go to "Manage A-GPS State". Then, tap the "Download" button in the menu that pops up. When it's done, exit the app.
And another thing that made me come closer was changing the gps.conf but I dont remember what tool to use. You can do it manually though. (It's located in system/etc)
For Belgium
NTP_SERVER=be.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
# DEBUG LEVELS:
# 0 - none, 1 - Error,
# 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL =0
ACCURACY_THRES=5
INTERMEDIATE_POS=0
ENABLE_WIPER=1
SUPL_HOST=supl.google.com
SUPL_PORT=7276
REPORT_POSITION_USE_SUPL_REFLOC=1
# blank
Click to expand...
Click to collapse
bOyka8 said:
Ooh thanks for helping out.
I do get red dots yeah but they don't turn green :/
Things you could try is
Download GPS Status & Toolbox : Launch GPS Status & Toolbox. You'll see a compass and some other stats. Hit the menu button for more options.
Make sure you have an active data connection and go to "Manage A-GPS State". Then, tap the "Download" button in the menu that pops up. When it's done, exit the app.
And another thing that made me come closer was changing the gps.conf but I dont remember what tool to use. You can do it manually though. (It's located in system/etc)
For Belgium
Click to expand...
Click to collapse
Okay!
At least I have the dots in grid.
8 satellites in red but no singnal bars :/ after 30 min with all assistance enabled and filter off.
It's very strange, all my GPSs (I have 4 more devices) can get possition from cold in less than 20 min,
Some firmware issue here, I pressume.
I will contunue with this...
bOyka8 said:
Anyways, I guess you can get to the part of flashing the phone with CMWR right?
I suggest jus reading the first part of the Rooting untill installing CMW and start there as thats the basic thing you need to do as the files I uploaded already include the patched recovery.img.
To see some pictures, check this out : http://www.mediafire.com/view/?8mxvy0ey5yfdu59 page 16 thats basicly how to Download recovery.img to your phone. But always follow my tutorial or ask me to do it for you
Click to expand...
Click to collapse
Ok, I need the V5+ rooted to get access to system/etc....
After reading e/t in tutorial, just a stupid question: " I will loose all changes after flashing, and will need to begin again with configurations?"
I think I know the answer
"Q" said:
Ok, I need the V5+ rooted to get access to system/etc....
After reading e/t in tutorial, just a stupid question: " I will loose all changes after flashing, and will need to begin again with configurations?"
I think I know the answer
Click to expand...
Click to collapse
I don't think so, you can still do it without losing everything.
Just flash the recovery.img, then install the rooting zip and you're good to go !
And if you need help rooting this baby, I can do it for you in 2 hours from now
bOyka8 said:
I don't think so, you can still do it without losing everything.
Just flash the recovery.img, then install the rooting zip and you're good to go !
And if you need help rooting this baby, I can do it for you in 2 hours from now
Click to expand...
Click to collapse
I managed to do a recovery.img of my last configuration.
All ok, except that phone hangs after the OK green circle on PC screen.
Non responding at all, all black.
But reset from 3.5mm jack and all ok again.
Will do another backup from factory setings, just in case...
what happens after installing CWM Recovery?
can work as normal with phone?
Thanks for 2h supporting
problem!!
bOyka8 said:
I don't think so, you can still do it without losing everything.
Just flash the recovery.img, then install the rooting zip and you're good to go !
And if you need help rooting this baby, I can do it for you in 2 hours from now
Click to expand...
Click to collapse
Well, something bad happened.
Afetr the backup opperation tha finished OK, it has a wrong behaviour with battery icon.
Sometimes show the pugged icon and others a ray inside.
When turn off, it finish ok and then vibrates, but a few seconds later the battery icon charging fills the scren (unplugged of course) and few seconds later disappears.
Not a big problem, but after it I tried a second backup after factory settings restore and this time when plug USB on phone while pressing "-" nothing happens. PC do nothing (not installing drivers as before) and flash_tool can't finish the last part of procedure.
I even used differnt cable but nothing. USB parameters are as suggested....
Please help!
Thanks
"Q" said:
Well, something bad happened.
Afetr the backup opperation tha finished OK, it has a wrong behaviour with battery icon.
Sometimes show the pugged icon and others a ray inside.
When turn off, it finish ok and then vibrates, but a few seconds later the battery icon charging fills the scren (unplugged of course) and few seconds later disappears.
Not a big problem, but after it I tried a second backup after factory settings restore and this time when plug USB on phone while pressing "-" nothing happens. PC do nothing (not installing drivers as before) and flash_tool can't finish the last part of procedure.
I even used differnt cable but nothing. USB parameters are as suggested....
Please help!
Thanks
Click to expand...
Click to collapse
Are you using the correct version of SPFT?
For read back you need the v3... (use -) for download you need v2.... (dont use -)
And yeah with this recovery, and root everything works the same !
fixed
bOyka8 said:
Are you using the correct version of SPFT?
For read back you need the v3... for download you need v2....
And yeah with this recovery, and root everything works the same !
Click to expand...
Click to collapse
Fixed!!
Nothing worked to make it responding to USB...
Cables ok, config of USB ok too....
Decided opening phone and release power from battery cables.
I have never did it before but succeed on it
Now repeated opperation and made a successful backup in factory settings
Again I had to reset from 3.5mm jack
All ok, no problems (perhaps battery icon, but not sure)
Will continue rooting later

Pantech Burst Rom development Discussion Thread

Since the Burst comunity is growing , It was needed . Here devs/chefs can come and discuss about the there queries and all . I'm sharing some of my resources I discovered while developing a rom for burst . I would like to see more rom in near future also
Best Base rom to make a custom rom upon : Davempers ICS
Boot animation Issue : Always put boot animation in /system/media !! Don't go for data/local .
In updater script :
1. Replace this
Code:
ui_print(" Formating system ");
unmount("/system");
with
Code:
ui_print(" Formating system ");
[COLOR="Green"]run_program("/sbin/busybox","mkfs.ext4 -L system -m 0 mmcblk0p13");[/COLOR]
unmount("/system");
Thought I feel make2fs and tune2fs does the same work but still .
To edit the default wallpaper gallery , Decompile wallpaperchooser.apk and in the res/drawable-hdpi/ And replace the wallpaper with yours . Remember keep the same name and make 2 variants of same wallpaper one in 960 x 800 and one 160 x 134 .
To replace fonts simply replace them in /system/fonts .
I can't give a perfect theming guide but always do some jiggling and all . Decompile the apk's and look into drawable-hdpi folder . keep the same name and res and replace the png with yours one . Generally all icons are found in minimap-hdpi folder .
Sounds are as usual in the folder /media/audio/ . Keep the name same and replace them .
To change the default ringtone / alarm / notification tone change the following in build.prop
Code:
ro.config.ringtone=
ro.config.notification_sound=
ro.config.alarm_alert=
To replace a recovery just simply put in inside the working folder and change the red line with the new recovery name .
Code:
package_extract_file("[COLOR="Red"]recovery.img[/COLOR]", "/dev/block/mmcblk0p18");
For atleast see AOSP contacts and phone working do this ->
Delete these files first :
-/system/app/syncmlclient.apk
-/system/app/syncmlprovider.apk
-/system/app/syncmlservice.apk
-/system/app/contacts.apk
-/system/app/contsprovider.apk
-/system/framework/com.android.syncml.shared.jar
-/system/etc/permissions/com.android.syncml.shared.xml
And paste these things :
contacts and contactsprovider.apk from some AOSP rom . I attached those for reference also .
What doesn't work here ?
sometimes we get android.phone.xxx stopped working . And call log doesn't work ( well I feel there's some storage app not here for that )
Click to expand...
Click to collapse
Key nos -
Option touch key - key:139
home touch key - key:102
Back touch key - key:158
Search Touch key- key:217
Volume down key - key:114
Volume up key - key:115
Power key - Key:116
Click to expand...
Click to collapse
A note : Attn1's Hack kit is good but the kernel in it is faulty . It makes the device lag and wifi certainly less in range .
Things we need to achieve
-A full JB notification panel .
-AOSP contacts/phone with no error working .
I would like to see many burst roms for now Clear your every of doubt and start developing the roms for burst :good:
NOTE : Only rom developers come here no spaming is allowed . This is a place for rom devs to talk and get there issues solved only . For chit-chat on burst go here .
Help required !
I copied the data/data/(a bunch of folders) from phone and pasted in the rom . This was done to retain some default settings from the rom flash itself . But after actual flash they didn't appeared why ? Also I pasted the lmt app in /data/app folder And that didn't appeared also
possible reasons i figured out why :
1. No proper permissions was set in updater script .
2. Android might be sets everything to default in first boot ?
Anyone can comment with good answer ?

[PORT] Pixel NavBar with animations

Disclaimer:
I am not responsible for bricked devices or you getting fired because the alarm app failed. Please do some research before making any system modification. You are choosing to make these changes at your own risk and if you point the finger at me for messing up your device, I will laugh at you.
I noticed that most users wanted to have the Pixel Experience for this device and one main reason why we don't was because of those hardware keys which is not in line with Google's stock android.
Thanks to @Tulsadiver for providing the zip which works fine with a/b partition, giving me less work to do.
Below, you'll find how to:
- Enable On-Screen Navigation Bar
- Disable Hardware Capacitive Keys
- Disable Hardware Capacitive Key Lights
- Install Pixel Navigation Bar with animation
Your device needs to be rooted and with TWRP installed
A file manager app with root access
There is no other way to achieve this without having root access
1. To enable on-screen navigation bar:
Navigate to this path: root/system/
Edit the file: build.prop
Insert below code anywhere or at the bottom then save changes.
qemu.hw.mainkeys=0
2. To disable hw keys:
Navigate to this path: root/system/usr/keylayout/
Edit the file: ft5435_ts.kl
At the bottom you'll find below:
key 139 MENU VIRTUAL
key 172 HOME VIRTUAL
key 158 BACK VIRTUAL
To disable those, just put # before the word "key" then save changes.
3. To disable hw key lights:
Navigate to this path: sys/devices/soc/leds-qpnp-10/leds/button-backlight/
Edit the values of below from 10 to 0 then save changes
brightness
max_brightness
Reboot your device for the changes to take effect.
To enable Pixel Navigation Bar with animation, just download the file: [PORT]PixelNavBar-tissot.zip and flash it via TWRP.
(Note: the ozop.zip file is to revert back the changes)
When I try to open the brightness and max_brightness with MiXplorer I get a "failed" message. I am rooted using CFAutoroot.
tosmopolitan said:
When I try to open the brightness and max_brightness with MiXplorer I get a "failed" message. I am rooted using CFAutoroot.
Click to expand...
Click to collapse
Use x-plore app from Play Store.
MarkerBeanXDA said:
Use x-plore app from Play Store.
Click to expand...
Click to collapse
Thanks, worked perfectly!!
MarkerBeanXDA said:
I noticed that most users wanted to enable the on-screen navigation bar and disable the hardware keys including its light to get a better stock android experience.
Below you'll find the steps on how to do just that:
First of all, you need to be rooted and and install a file manager app with root access
There is no other way to achieve this without having root access.
1. To enable on-screen navigation bar:
Navigate to this path: root/system/
Edit the file: build.prop
Insert below code anywhere or at the bottom then save changes.
qemu.hw.mainkeys=0
2. To disable hw keys:
Navigate to this path: root/system/usr/keylayout/
Edit the file: ft5435_ts.kl
At the bottom you'll find below:
key 139 MENU VIRTUAL
key 172 HOME VIRTUAL
key 158 BACK VIRTUAL
To disable those, just put # before the word "key" then save changes.
3. To disable hw key lights:
Navigate to this path: sys/devices/soc/leds-qpnp-10/leds/button-backlight/
Edit the values of below from 10 to 0 then save changes
brightness
max_brightness
Reboot your device for the changes to take effect.
Click to expand...
Click to collapse
Nice
But when we reboot, Lights are enabled.
We have to bring down max brightness to 0 once again.
Is there any permanent method to disable backlight?
Wow thanks. Can you also guide on how to enable night light?
Vasu Netha said:
Nice
But when we reboot, Lights are enabled.
We have to bring down max brightness to 0 once again.
Is there any permanent method to disable backlight?
Click to expand...
Click to collapse
Are you rooted with CF-Auto-Root?
MarkerBeanXDA said:
Are you rooted with CF-Auto-Root?
Click to expand...
Click to collapse
Yes
Vasu Netha said:
Nice
But when we reboot, Lights are enabled.
We have to bring down max brightness to 0 once again.
Is there any permanent method to disable backlight?
Click to expand...
Click to collapse
same problem, how to permanently off the button light?
NavBar not giving animation
i recently try this method to add nav button. then i installed xposed and pixel nav button module. but, the animation not running well. on my other device the home button's ring rotating while charging. but on mi a1 its not animating
How to swap back and recent key?
Please find out a way to disable hw key lights permanently..
Ripon Raihan said:
Please find out a way to disable hw key lights permanently..
Click to expand...
Click to collapse
Looking into it.
Aman301582 said:
How to swap back and recent key?
Click to expand...
Click to collapse
Try swapping their values.
key 139 BACK VIRTUAL
key 172 HOME VIRTUAL
key 158 MENU VIRTUAL
MarkerBeanXDA said:
Try swapping their values.
key 139 BACK VIRTUAL
key 172 HOME VIRTUAL
key 158 MENU VIRTUAL
Click to expand...
Click to collapse
Swap is working!
Ripon Raihan said:
same problem, how to permanently off the button light?
Click to expand...
Click to collapse
Pretty sure you change the permission to read only so the system can't edit it. Could be wrong. Do it at your own risk.
envy63 said:
i recently try this method to add nav button. then i installed xposed and pixel nav button module. but, the animation not running well. on my other device the home button's ring rotating while charging. but on mi a1 its not animating
Click to expand...
Click to collapse
Try to flash the zip provided in this thread instead
Can you create a magisk version?
+1 for a Magisk version
another +1 for a magisk version

Categories

Resources